*{padding: 0; margin:0;}
html, body {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #1e1e1e;
    background: #fff;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    
}
html.home-page, body.home-page {
    background: #ebebeb;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}
.up {
    text-transform: uppercase;
}
button:focus {
    outline: none;
    outline-offset: none;
}
input:focus {
    outline: none;
    outline-offset: none;
}
abbr[title]{
    border:none!important;
}
.appota-card .box {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}
.appota-card .box .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.Card--list {
    overflow: hidden;
    position: relative;
}
.sale.sale-card {
    background-color: #FF5722;
    line-height: 24px;
}
.sale {
    transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 18px;
    left: -64px;
    padding: 24px 0 2px 0;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 160px;
    z-index: 1;
}
.sale span {
    font-size: 22px;
    font-weight: bold;
}
.Cover--card .thumb-card {
    background-size: 100% 100% !important;
    width: 100%;
}
.Info--card .card-title h5 {
    color: #999999;
    text-decoration: line-through;
    text-align: center;
    margin: 10px 0 0 0;
}
.Info--card .card-cart .card-price {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 5px 0 15px 0;
    color: #e12f2f;
}
.card-buy {
    width: 100%;
    float: left;
    position: relative;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    border-width: 1px 0 0 0;
    border-top: 1px #eee solid;
}
.Cover--card {
    padding: 10px;
}
.Info--card .card-cart .card-buy .btn-buy {
    display: inline-block;
    padding: 15.5px 10px;
    width: 80%;
    float: left;
    font-weight: 700;
    color: #00a9df;
    font-size: 13px;
    text-align: center;
}
.Info--card .card-cart .card-buy .btn-buy:hover {
    background: #00a9df;
    color: #fff;
}
.Info--card .card-cart .card-buy .btn-gio {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 25px 15px;
    text-align: center;
    background: url(../images/cart-2.png) no-repeat center center;
}
.Info--card .card-cart .card-buy .btn-gio:hover {
    background: #00a9df url(../images/cart-2-hv.png) no-repeat center center;
}
.nav-tabs > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
}
.copyright {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #9a9a9a;
}
.d-flex {
    display: flex;
    display: -webkit-flex;
}

.flex {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
}

.flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
}

.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
}

.flex-column-reverse {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}

.flex-noshrink {
    flex-shrink: 0;
}

.justify-content-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
}

.justify-content-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.flex-wrap-reserve {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
}

.flex-cs {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
}

.align-item-center {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
}

.align-item-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
}

.align-item-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
}

.align-item-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
}

.align-item-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
}

.align-self-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -webkit-align-self: flex-start;
    -webkit-align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
    -webkit-align-self: flex-end;
    -webkit-align-self: flex-end;
}

.align-self-center {
    align-self: center;
    -webkit-align-self: center;
    -webkit-align-self: center;
    -webkit-align-self: center;
}

.align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
    -webkit-align-self: stretch;
    -webkit-align-self: stretch;
}

.align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
    -webkit-align-self: baseline;
    -webkit-align-self: baseline;
}

.align-content-start {
    align-content: flex-start;
    -webkit-align-content: flex-start;
    -webkit-align-content: flex-start;
    -webkit-align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
    -webkit-align-content: flex-end;
    -webkit-align-content: flex-end;
    -webkit-align-content: flex-end;
}

.align-content-center {
    align-content: center;
    -webkit-align-content: center;
    -webkit-align-content: center;
    -webkit-align-content: center;
}

.align-content-between {
    align-content: space-between;
    -webkit-align-content: space-between;
    -webkit-align-content: space-between;
    -webkit-align-content: space-between;
}

.align-content-around {
    align-content: space-around;
    -webkit-align-content: space-around;
    -webkit-align-content: space-around;
    -webkit-align-content: space-around;
}

.align-content-stretch {
    align-content: stretch;
    -webkit-align-content: stretch;
    -webkit-align-content: stretch;
    -webkit-align-content: stretch;
}

@media (max-width: 767px) {
    .copyright {
        margin: 0;
    }
    /*h1.title, h2.title {
        padding:0 16px;
    }*/
}
.loading {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    position: fixed;
    left: 0px;right: 0px;bottom: 0px;top: 0px;
    z-index: 1000000000;
}
.loading-inner img{
    width: 95px;
    display: block;
    margin: 250px auto 0;
}
.page-doithuong {
    background: url('../images/doithuong/bg.jpg') no-repeat center center / 100%;
    background-size: 100% 100%;
}
.page-doithuong .text-display-small {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    display: block;
}
.page-doithuong .title-main {
    font-size: 38px;
    font-weight: 700;
    color: #ff9c00;
    line-height: 100%;
}
.page-doithuong .text-title {
    font-size: 20px;
    font-weight: 700;
}
.page-doithuong .btn {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.footer {
    width: 100%;
    float: left;
    line-height: 2;
    font-size: 12px;
}
    .footer .footer-tt .title {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        padding-bottom: 8px;
        line-height: 22px;
        color: #F7F9FA;
    }
    .footer .footer-tt .vp-des {
        color: #D8DDE6;
        line-height: 19px;
        padding: 8px 0;
    }
.footer .footer-tt .vp-des img{
    margin-right: 14px;
}
.footer .footer-tt ul{
    /*padding: 0 5px;*/
}
.footer .footer-tt ul li.vp-des:before{
    /*content: ">";
    font-size: 9px;
    padding-right: 5px;*/
}
    .footer .footer-tt .vp-des a {
        /*font-family: Lato;*/
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        /*line-height: 19px;*/
        /* identical to box height */
        /* #D8DDE6 */
        color: #D8DDE6;
    }
        .footer .footer-tt .vp-des a:hover {
            color: #388E3C;
        }
    .footer .footer-tt .vp-tt {
        font-size: 16px;
        line-height: 19px;
        color: #D8DDE6;
        font-weight: normal;
        /*margin: 3px 0px;*/
    }
.main_bg {
    background: #F5F6FA !important;
}
@media (max-width: 767px) {
    .footer .mobile-bottom-20 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:414px){
    .sm-no-padding {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .col-sm-first{
        margin-bottom:16px;
    }
}
.footer .footer-facebook {
    width: 100%;
    float: left;
}
.khoixanh {
    width: 100%;
    height: 50px;
    float: left;
    background: #0095da;
    margin-bottom: 12px;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    width: 100%;
    float: left;
}
.breadcrumb li {
    float: left;
    padding: 4.5px;
    background: #e6e6e6;
    border-radius: 3px;
}
.breadcrumb li.home {
    padding: 0;
    /* border: 1px solid #cfcfcf; */
    border-right: 0;
    border-radius: 0;
}
.breadcrumb li.home a {
    background: url(../images/li-home.png) no-repeat center center / 100%;
    font-size: 0;
    display: block;
    width: 43px;
    height: 30px;
    position: absolute;
    z-index: 1;
}
.breadcrumb li.active {
    border: 1px solid #cfcfcf;
    padding-left: 50px;
}
.breadcrumb > li + li:before {
    display: none;
}
.cauhoi-card {
    width: 100%;
    float: left;
}
    .cauhoi-card .nav-pills > li.active > a,
    .cauhoi-card .nav-pills > li.active > a:focus,
    .cauhoi-card .nav-pills > li.active > a:hover {
        border-radius: 0;
        background-color: #388E3C;
    }
.cauhoi-card .title {
    font-size: 18px;
    font-weight: 700;
}
.cauhoi-card .panel-default > .panel-heading {
    background-color: transparent;
    padding: 15px;
}
.cauhoi-card .panel-group .panel {
    border: 0;
}
    .cauhoi-card .panel-group .panel .collapse a {
        color: #388E3C;
    }
    .cauhoi-card .collapse.in .panel-title {
        color: #388E3C;
    }
.cauhoi-card .panel {
    position: relative;
}
.cauhoi-card .panel:before {
    content: "\f10a";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dbdbdb;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1;
    font-size: 15px;
}
.cauhoi-card .nav-stacked > li.active:before {
    content: "\f125";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
    font-size: 10px;
}
.cauhoi-card .panel-group .panel-heading + .panel-collapse > .list-group,
.cauhoi-card .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}
.news-left .list-news {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.news-left .media:first-child {
    margin-top: 0;
}
.news-left .media-left {
    width: 40%;
    float: left;
}
.news-left .media-body {
    width: calc(60% - 20px);
    padding-left: 20px;
}
.news-left .media-heading {
    line-height: 130%;
}
.news-left .desc {
    font-size: 13px;
    color: #1e1e1e;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.user-name span {
    font-size: 15px;
    font-weight: 700;
    color: #f7941e;
}
.box_tim_kiem_detail {
    /*width: 100%;
    float: left;*/
}
.box_tim_kiem_detail .list_diem_ban {
    position: relative;
    max-height: 500px;
    margin-top: 10px;
    overflow: auto;
    overflow-y: auto;
}
.box_tim_kiem_detail .diem_ban_name {
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
    .box_tim_kiem_detail .diem_ban_name:hover {
        color: #388E3C;
    }
.box_tim_kiem_detail .diem_ban_name span.promo{
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    background: #f00;
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.box_tim_kiem_detail .diem_ban_box {
    border-bottom: solid 1px #eee;
    padding: 15px 0 15px 65px;
    overflow: hidden;
    min-height: 50px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.box_tim_kiem_detail .diem_ban_box_left {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 1000;
}
.box_tim_kiem_detail .count_diem_ban {
    /*border-bottom: solid 1px #eee;
    color: #848282;
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: bolder;
    font-size: 14px;*/
}
.lichsu-card {
    width: 100%;
    float: left;
    min-height: 500px;
}
    .lichsu-card .nav-tabs > li.active > a,
    .lichsu-card .nav-tabs > li.active > a:focus,
    .lichsu-card .nav-tabs > li.active > a:hover {
        border: 1px solid #388E3C;
        border-bottom-color: transparent;
    }
    .lichsu-card .nav-tabs {
        border-bottom: 1px solid #388E3C;
    }
        .lichsu-card .nav-tabs > li > a:hover {
            border: 1px solid #388E3C;
            border-bottom-color: transparent;
            background: #fff;
        }
.lichsu-card .tab-content .tab-pane {
    margin-top: 10px;
}
    .lichsu-card table.table > thead {
        background: #388E3C;
        border: 1px solid #388E3C;
        color: #fff;
    }
.lichsu-card .table > tbody > tr > td,
.lichsu-card .table > tbody > tr > th,
.lichsu-card .table > tfoot > tr > td,
.lichsu-card .table > tfoot > tr > th,
.lichsu-card .table > thead > tr > td,
.lichsu-card .table > thead > tr > th {
    border: 0;
    vertical-align: middle;
}
.lichsu-card table.table > tbody > tr {
    border: 0;
    border-right: 1px #e5e5e5 solid;
    border-left: 1px #e5e5e5 solid;
}
.lichsu-card tbody {
    border-bottom: 1px #e5e5e5 solid;
}
    .lichsu-card .table > tbody > tr.active > td,
    .lichsu-card .table > tbody > tr.active > th,
    .lichsu-card .table > tbody > tr > td.active,
    .lichsu-card .table > tbody > tr > th.active,
    .lichsu-card .table > tfoot > tr.active > td,
    .lichsu-card .table > tfoot > tr.active > th,
    .lichsu-card .table > tfoot > tr > td.active,
    .lichsu-card .table > tfoot > tr > th.active,
    .lichsu-card .table > thead > tr.active > td,
    .lichsu-card .table > thead > tr.active > th,
    .lichsu-card .table > thead > tr > td.active,
    .lichsu-card .table > thead > tr > th.active {
        color: #388E3C;
        background-color: rgba(0, 0, 0, 0);
    }
.buy-cards-area .tabs-header ul {
    border: 0;
}
.buy-cards-area .tabs-header ul li {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .buy-cards-area .tabs-header ul li {
        margin-right: 10px;
    }
}
.buy-cards-area .tabs-header ul li a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #727272;
    background: transparent;
    border: 0;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
}
div#popup-pay .modal-dialog .modal-content{
    width: 68%;
    margin: 0 auto;
    padding: 7px 10px;
}
#popup-pay .modal-header{
    font-weight: bold;
    border-radius: 3px 3px 0 0;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
#popup-pay .modal-header .close{
    right: 0px;
    top: 2px;
}
#popup-pay .notice-select{
    margin-top: 5px;
}
#popup-pay .notice-select p{
    font-size: 11px;
    color:#444;
    margin-bottom: 5px;
}
#popup-pay .modal-body{
    padding: 15px;
    position: relative;
}
#popup-pay .select-pay ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#popup-pay .select-pay ul li{
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    border: 1px transparent solid;
    border-radius: 5px;
    padding: 10px 0;
}
#popup-pay .select-pay ul li:hover{
    border: 1px #00a9ff solid;
    background-color: #f5f5f5;
}
#popup-pay .select-pay ul li img {
    max-width: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    vertical-align: middle;
}
#popup-pay .select-pay ul li h3{
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
@media (max-width: 767px) {
    .buy-cards-area .tabs-header ul li a {
        font-size: 16px;
    }
}
@media (max-width: 460px) {
    .buy-cards-area .tabs-header ul li a {
        font-size: 12.5px;
    }
}
.buy-cards-area .tabs-header ul li a:before {
    content: "";
    width: 30px;
    height: 2px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    left: 0;
}
.buy-cards-area .tabs-header ul li a:hover {
    color: #444444;
}
.buy-cards-area .tabs-header ul li:hover {
    padding: 0;
    background: transparent;
    border: 0;
}
.buy-cards-area .tabs-header ul li.at a {
    background: transparent;
}
.buy-cards-area .tabs-header ul li.at a:before {
    background: #00a9df;
}
.buy-cards-area .tabs-header ul li.at a:hover {
    border: 0;
}
.buy-cards-area .tabs-header ul li.at:hover {
    border: 0;
    color: #444444;
}
.buy-cards-area .tabs-header ul li.active a {
    background: transparent;
    color: #444444;
}
@media (max-width: 767px) and (min-width: 400px) {
    .buy-cards-area .col-xs-12 {
        width: 50%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .buy-cards-area .col-xs-12:nth-child(3n+1) {
        clear: both;
    }
}
#banks-backtocart {
    margin-top: 20px;
}
.CartCell .ProductInfo a {
    color: #388E3C
    ;
}
.cart-table-footer .text-center {
    color: #a59999;
    text-transform: uppercase;
    font-size: 10px;
}
.cart-table-footer .text-center span {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}
#cart-modal .btn {
    background-color: #2ECC71;
    border-color: #29b765;
    transition: background-color 0.15s ease-in-out;
    padding: 10px;
    display: block;
    margin: 0 auto;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
#cart-modal .btn:hover {
    background-color: #29b765;
    text-decoration: none;
    color: #fff;
}
#cart-modal #banks-backtocart {
    margin-top: 20px;
}
.new-home .tabs-header ul {
    border: 0;
}
.new-home .tabs-header ul li {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .new-home .tabs-header ul li {
        margin-right: 10px;
    }
}
.new-home .tabs-header ul li a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #727272;
    background: transparent;
    border: 0;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
}
@media (max-width: 767px) {
    .new-home .tabs-header ul li a {
        font-size: 13px;
    }
}
.new-home .tabs-header ul li a:before {
    content: "";
    width: 30px;
    height: 2px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    left: 0;
}
.new-home .tabs-header ul li a:hover {
    color: #444444;
}
.new-home .tabs-header ul li a:hover:before {
    background: #00a9df;
}
.new-home .tabs-header ul li:hover {
    padding: 0;
    background: transparent;
    border: 0;
}
.new-home .tabs-header ul li.active a {
    background: transparent;
    color: #444444;
}
.new-home .tabs-header ul li.active a:before {
    background: #00a9df;
}
.new-home .tabs-header ul li.active a:hover {
    border: 0;
}
.new-home .tabs-header ul li.active:hover {
    border: 0;
    color: #444444;
}
.new-home .news-article {
    width: 100%;
    float: left;
    overflow: hidden;
}
    .new-home .news-article .thumb-new {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        overflow: hidden;
        border-radius: 4px;
    }
.new-home .news-article .thumb {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    border-radius:4px;
}
.new-home .news-article .thumb img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    animation: all 3s ease;
}
.new-home .news-article .list {
    width: 100%;
    float: left;
    padding: 15px 0px;
}
    .new-home .news-article .list .title {
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        height: 60px;
        color: #1D243E;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 19px;
    }
        .new-home .news-article .list .title:hover {
            color: #388E3C;
        }
    .new-home .news-article .list .date-new {
        font-size: 16px;
        line-height: 19px;
        color: #6C738D;
        margin:16px 0;
    }
    .new-home .news-article .list .content {
        font-size: 16px;
        line-height: 24px;
        color: #6C738D;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom:16px;
    }
    .new-home .news-article .list .content p, .new-home .news-article .list .content span {
        color: #1e1e1e !important;
        font-family: Lato !important;
        font-style: normal !important;
    }
    /*.su-kien .container {
    padding-right: 7px;
    padding-left: 7px;
}*/
    /*.su-kien .row {
    margin-right: -7px;
    margin-left: -7px;
}
.su-kien .new-left {
    padding-right: 7px;
    padding-left: 7px;
}
.su-kien .new-right {
    padding-right: 7px;
    padding-left: 7px;
}*/
    .su-kien .new-right .news-article:last-child {
        margin-bottom: 0;
    }
.su-kien .col-lg-3 {
    padding-right: 7px;
    padding-left: 7px;
}
.su-kien .col-md-3 {
    /*padding-right: 7px;
    padding-left: 7px;*/
}
.su-kien .item {
    margin-bottom: 20px;
}
.su-kien .news-top {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.su-kien .news-top .news-article {
    position: relative;
    margin-bottom: 20px;
}
.su-kien .news-top .news-article .title {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
    animation: all 3s ease;
}
@media (min-width: 1024px) {
}
.su-kien .news-top .tinhot {
    width: 91px;
    height: 20px;
    background: url(../images/tinhot.png) no-repeat center center / 100%;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
}
.su-kien .thumb-new {
    overflow: hidden;
}
.su-kien .thumb-new:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    animation: all 3s ease;
}
.xemthem {
    text-align: center;
    margin: 20px 0;
}
.xemthem a {
    display: block;
    padding: 5px 50px;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    color: #333;
}
    .xemthem a:hover {
        color: #388E3C;
    }
.header .icon-cart {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
}
.xem_vi_tri a {
    font-size: 12px;
    color: #388E3C;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

.dataTables_wrapper .bottom {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    min-height: 56px;
    /* background: #FFFFFF; */
    line-height: 30px;
    color: #1D243E;
    margin-top: 32px !important;
    margin-bottom: 48px;
    /*margin-right: 16px;*/
    padding: 8px 0 8px 16px !important;
    /*font-family: IBM Plex Sans;*/
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
}

#GotoPage {
    margin-left: 6px !important;
    width: 41px !important;
    height: 32px !important;
    border-radius: 2px !important;
    border: 1px solid #dee7ea !important;
    text-align: center;
}
.dataTables_wrapper .top{
    display:none;
}
div.dataTables_paginate ul.pagination li.first a:before, div.dataTables_paginate ul.pagination li.last a:after, div.dataTables_paginate ul.pagination li.next a:after, div.dataTables_paginate ul.pagination li.previous a:before {
    content: initial;
}
.dataTables_paginate  .pagination > li.disabled > a > svg, .dataTables_paginate  .pagination > li.disabled > a > svg path {
    stroke: #D8DDE6;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.paginate_button.previous > a {
    padding: 7px 19px;
    padding-bottom: 10px;
    padding-left:17px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.paginate_button.previous > a, div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.paginate_button.next > a {
    width: 48px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li:not(:last-child) > a {
    border-right: 1px solid #D8DDE6;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.paginate_button.first > a, div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.paginate_button.last > a {
    width: 50px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.paginate_button.last > a {
    padding-right: 14px;
}
    div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.paginate_button.next > a {
        padding: 8px 17px;
    }
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.paginate_button.previous > a {
    padding: 7px 19px;
    padding-bottom: 10px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.paginate_button.first > a {
    padding: 8px 13px;
    padding-right:9px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
    background:initial;
}
.pagination > li:not(.disabled) > a > svg, .pagination > li:not(.disabled) > a > svg path {
    stroke: #1D243E;
}
.pagination > li.disabled > a > svg, .pagination > li.disabled > a > svg path {
    stroke: #D8DDE6;
}
.pagination > li:not(.disabled) > a > svg rect {
    fill: #1D243E;
}
.pagination > li.disabled > a > svg rect {
    fill: #D8DDE6;
}
.tbl-goto-page {
    margin-right: 32px;
}
.pagination > li.disabled > a > svg rect {
    fill: #D8DDE6;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > a {
    border: none;
    margin: 0px;
    padding-top: 7px !important;
    height: 37px !important;
    margin-left: 0px;
    padding-bottom: 10px;
    font-size: 20px;
    outline:none;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    width: 199px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D8DDE6;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 0px;
    display: block;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1D243E;
}
body div.dataTables_wrapper div.dataTables_length select {
    height: 32px;
    width: 51px;
    min-width:51px;
    margin-left: 16px;
    margin-right: 0px;
    padding-left: 3px;
    padding-right: 3px;
    outline: none;
}
div.dataTables_wrapper div.dataTables_info {
    margin-left: 32px !important;
    padding-top:initial !important;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
}

@media (min-width: 991px) {
    .header .icon-cart {
        right: 0px;
    }
}
@media (max-width: 991px) {
     .new-home .news-article .thumb {
        height: 365px;
    }
}
@media (max-width: 565px) {
     .new-home .news-article .thumb {
        height: 230px;
    }
    
    .su-kien div.xemthem{
        margin-bottom:32px;
        margin-top:0px;
    }
}
@media (max-width: 415px) {
     .new-home .news-article .thumb {
        height: 195px;
    }

    .card_item{
        display:flex;
        display:-webkit-flex;
    }
        .card_item img{
            /*max-width:30%;*/
            float:left;
            /*margin-left:10%*/;
        }
}
@media (max-width: 480px) {
    .sale span{
        font-size: 15px;
    }
    .sale.sale-card{
        line-height: 20px;
        left: -72px;
        top: -16px;
    }
    .Info--card .card-cart .card-buy .btn-buy{
        width: 75%;
    }
}
