@import url("css/css.css");

@font-face {
    font-family: 'font';
    font-display: block;
    src: url('font/Muli-Regular.woff');
}

@font-face {
    font-family: 'font1';
    font-display: block;
    src: url('font/Muli-Bold.woff');
}

@font-face {
    font-family: 'font2';
    font-display: block;
    src: url('font/Muli-Bold.woff');
}

@font-face {
    font-family: mr;
    font-display: block;
    src: url('font/Muli-Regular.woff');
}

@font-face {
    font-family: mb;
    font-display: block;
    src: url('font/Muli-Bold.woff');
}

@font-face {
    font-family: fo;
    font-display: block;
    src: url('font/SFUFeniceOblique.woff');
}

@font-face {
    font-family: st;
    font-display: block;
    src: url('font/SFUMTimesNewRomanBoldCondensed.woff');
}

@font-face {
    font-family: fb;
    font-display: block;
    src: url('font/SFUFuturaBook.woff');
}

body {
    font-size: 14px;
    line-height: 25px;
    background: #fff;
    font-family: 'font';
}

.flexwb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.khung {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

div#wapper {
    margin: auto;
    background: #fff;
    max-height: 100%;
}

div#header {
    position: relative;
    margin: auto;
}

.baohd {
    align-items: center;
    min-height: 163px;
    padding: 10px 0;
}

div#header a.logo {
    width: 218px;
    line-height: 1;
    padding-right: 32px;
    text-align: center;
}

div#header a.logo img {
    max-height: 100%;
}

div#header a.banner {
    width: calc(100% - 455px);
    line-height: 1;
    text-align: center;
}

div#header a.banner img {
    max-height: 100%;
}

.hdphai {
    display: block;
    width: 232px;
}

.mxh {
    line-height: 31px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    justify-content: flex-end;
}

.mxh a {
    display: block;
    width: 31px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.mxh a img {
    width: 31px;
    height: 31px;
    transition: 0.5s;
}

.dt {
    display: block;
    line-height: 34px;
    padding: 0 0 14px 56px;
    color: #273d76;
    font-family: mr;
    font-size: 17px;
    background: url(images/img/hot.png) no-repeat left bottom;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff,
        1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 2px #fff;
}

.dt a {
    display: block;
    line-height: 28px;
    font-size: 25px;
    font-family: utm-helvetins;
    color: #ed1c24;
    letter-spacing: 2px;
}

div#menu {
    position: relative;
    height: 45px;
    line-height: 45px;
    margin: auto;
    background: #1998fa;
    z-index: 100;
}

.baomn {
    align-items: center;
}

div#menu ul {
    float: left;
    list-style: none;
    height: 100%;
}

div#menu ul.ulmn {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

div#menu ul.ulmn:after {
    position: absolute;
    left: -1px;
    width: 2px;
    height: 45px;
    content: '';
    top: 0;
    background: url(images/img/line.jpg) no-repeat right center;
}

div#menu ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 111;
    flex: auto;
    height: auto;
    border-right: 1px solid #ccc;
}

div#menu ul li ul li:after {
    display: none !important;
}

div#menu ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-family: 'font2';
    text-align: center;
    padding-top: 3px;
    line-height: 42px;
}

div#menu ul li a:hover,
div#menu ul li a.active,
div#menu ul li a.active2 {
    color: #ff0;
}

div#menu ul li ul,
div#menu ul li:hover ul li ul {
    position: absolute;
    margin-left: 0px;
    display: none;
    left: 0;
    top: 100%;
}

div#menu ul li:hover ul {
    display: block;
}

div#menu ul li ul li {
    float: left;
    display: block;
    width: 220px;
    line-height: 1.5;
    background: rgba(24, 114, 204, 0.8);
    box-shadow: 0 0 1px #ccc;
}

div#menu ul li ul li a {
    padding: 6px 10px;
    line-height: 1.5;
    text-transform: none;
    text-align: left;
}

div#menu ul li ul li ul {
    left: 221px !important;
    top: 0px !important;
}

div#search {
    width: 340px;
    background: #fff;
    height: 35px;
    display: block;
    margin: auto;
}

div#search input {
    float: left;
    border: none;
    background: none;
    width: calc(100% - 35px);
    outline: none;
    color: #777;
    height: 100%;
    padding: 0 10px;
}

div#search p {
    float: right;
    width: 35px;
    height: 35px;
    background: url(images/sr.png) no-repeat center center;
    cursor: pointer;
}

div#menu_mobi1 {
    display: none;
    position: relative;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
}

div.header {
    background: #1872cc !important;
    z-index: 600;
    width: 100%;
    margin: 0 auto !important;
}

.mm-menu {
    background: #1872cc !important;
    color: #fff !important;
}

.mm-menu .mm-navbar>*,
.mm-menu .mm-navbar a {
    color: #fff !important;
}

div#search_mobi input {
    color: #333 !important;
}

div#slider {
    margin: auto;
    position: relative;
    overflow: hidden;
}

div#main_content {
    padding: 20px 0px;
}

div.tieude_giua {
    color: #1872cc;
    text-align: center;
    font-size: 36px;
    line-height: 45px;
    font-family: st;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 20px;
    background: url(images/img/gach.png) no-repeat bottom center;
}

div.tieude_giua1 {
    color: #1998fa;
    text-align: center;
    font-size: 36px;
    line-height: 53px;
    font-family: st;
    text-transform: uppercase;
    display: block;
}

.sltc {
    display: block;
    line-height: 26px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
    background: url(images/img/gach.png) no-repeat bottom center;
}

div.wap_item {}

.danhmucsp {
    display: block;
    padding: 15px 0 20px 0;
}

.w_product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 26px;
}

.item_sp {
    position: relative;
    text-align: center;
    padding: 11px 10px;
    background: #fff;
    font-family: 'font1';
}

.item_sp .img {
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
    display: block;
}

.item_sp .img img {
    width: 100%;
    transition: 1s;
}

.item_sp .img:hover img {
    transform: scale(1.2);
}

.item_sp .ten {
    color: #272727;
    font-size: 15px;
    display: block;
    font-family: 'font1';
}

.item_sp .ten:hover {
    color: #c60000;
}

.item_sp .gia {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 7px;
    color: #272727;
}

.item_sp .gia .giaban {
    color: #c60000;
    font-family: 'font1';
    display: inline-block !important;
    width: auto !important;
}

.item_sp .gia .msp {
    color: #1998fa;
    font-family: 'font1';
    display: inline-block !important;
    width: auto !important;
}

.themsp {
    display: block;
    margin: auto;
    margin-top: 40px;
    background: #1998fa;
    width: 100%;
    max-width: 359px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-family: 'font1';
    transition: 0.5s;
}

.themsp:hover {
    opacity: 0.7;
}

.themsp span {
    font-family: 'font1';
}

.baosp {
    padding-bottom: 20px;
}

.quytrinh {
    display: block;
    padding: 3% 0;
}

.baoqt {
    align-items: flex-start;
}

.item_qt {
    display: block;
    width: 20%;
    margin: 57px 0 10px 0;
    position: relative;
    text-align: center;
    padding: 30px 18px 20px 18px;
    color: #fff;
}

.item_qt:nth-child(5n+1) {
    background: url(images/img/qt1.png) no-repeat;
    background-size: 100% 100%;
}

.item_qt:nth-child(5n+2) {
    background: url(images/img/qt2.png) no-repeat;
    background-size: 100% 100%;
}

.item_qt:nth-child(5n+3) {
    background: url(images/img/qt3.png) no-repeat;
    background-size: 100% 100%;
}

.item_qt:nth-child(5n+4) {
    background: url(images/img/qt4.png) no-repeat;
    background-size: 100% 100%;
}

.item_qt:nth-child(5n+5) {
    background: url(images/img/qt5.png) no-repeat;
    background-size: 100% 100%;
}

.item_qt:before {
    position: absolute;
    left: 0;
    top: -57px;
    content: '';
    width: 100%;
    height: 57px;
    background: url(images/img/qt.png) no-repeat center center;
}

.item_qt .ten {
    display: block;
    margin: 13px 0 10px 0;
    line-height: 27px;
    font-size: 15px;
    font-family: 'font1';
}

.item_qt .mota {
    display: block;
    line-height: 20px;
    margin-bottom: 3px;
    font-size: 15px;
    font-family: fb;
}

.hinhxuong {
    display: block;
    padding: 3% 0 3.5% 0;
}

.baohinh {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 27px;
    grid-row-gap: 26px;
}

.imgha {
    max-height: 223px;
    display: block;
}

.imgha img {
    width: 100%;
    height: 223px;
    max-width: inherit !important;
    object-fit: cover;
    transition: 0.5s;
}

.imgha:hover img {
    opacity: 0.7;
}

.imgha:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
    max-height: 100%;
}

.imgha:nth-child(2) img {
    height: 100%;
}

.qc {
    display: block;
    padding: 3.5% 0;
    color: #fff;
}

.tenqc {
    display: block;
    text-align: center;
    line-height: 33px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'font1';
}

.motaqc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 11px;
}

.motaqc span {
    padding: 13px 55px 7px 55px;
    background: rgba(0, 0, 0, 0.37);
    font-family: 'font1';
    display: block;
    font-size: 30px;
    line-height: 42px;
}

.noidungqc {
    display: block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 19px;
    font-size: 18px;
}

.themqc {
    display: block;
    line-height: 42px;
    padding-top: 4px;
    width: 131px;
    text-align: center;
    background: #1998fa;
    font-size: 16px;
    color: #fff;
    margin: auto;
}

/*end bottom*/
#doitac {
   box-sizing: border-box;
    padding: 2% 0 2% 0;
    background: #e6e6e6;
}

.doitac_chay {
    padding-right: 1px;
    background: #e8e8e8
}

.item_doitac {
    float: left;
    width: calc(100%/6 - 1px);
    margin-left: 1px;
}

div#doitac a {
    background: #fff;
    height: 148px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

div#doitac a img {
    max-height: 148px;
}


/*bottom*/
.mod_bottom {
    padding: 3% 0 3.5% 0;
}

.hinhanhphai {
    width: calc(100% + 10px);
    margin: 0 -5px;
    margin-top: 8px;
}

.mod_video {
    width: 40.834%;
}

.videop {
    width: 100%;
    max-width: 490px;
    margin: auto;
}

.tintuc_conlai {
    width: 56.67%;
    max-height: 437px;
    overflow: hidden;
    display: block;
}

.item_ttcl {
    margin-bottom: 29px;
    border: none !important;
    overflow: hidden;
}

.item_ttcl a.img {
    float: left;
    margin-right: 20px;
    width: 43.09%;
    border: 1px solid #d1d1d1;
    padding: 12px 13px;
    position: relative;
}

.item_ttcl a.img .ngay {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 62px;
    padding: 8px 0;
    text-align: center;
    line-height: 13px;
    color: #fff;
    background: #0f5497;
    font-size: 13px;
}

.item_ttcl a.img .ngay b {
    display: inline-block;
    line-height: 19px;
    margin-bottom: 4px;
    font-family: arial;
    border-bottom: 2px solid #fff;
    font-size: 15px;
}

.item_ttcl a.img img {
    width: 100%;
    display: block;
    transition: 0.5s
}

.item_ttcl a.img img:hover {
    opacity: 0.6
}

.item_ttcl a.ten {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-family: 'font1';
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 56px;
    margin: 11px 0 14px 0;
}

.item_ttcl a.ten:hover {
    color: #f00
}

.item_ttcl p.mota {
    color: #555;
    line-height: 28px;
    max-height: 112px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    font-size: 15px;
    text-align: justify;
}
.col-tintuc-trangchu{padding:10px 10px;}
.desc-tintuc-trangchu{background:#fff;max-width:90%;margin:-20px auto 0;position:relative;padding: 15px 20px 20px 20px;}
.desc-tintuc-trangchu:hover{box-shadow: 0 0 5px #888;}
.desc-tintuc-trangchu a h3{font-family:'font';font-size:15px;color:#000;line-height: 22px;height: 45px;overflow: hidden;}
.desc-tintuc-trangchu p{font-size:14px;font-family:'font';line-height:22px;color: #505050;}
.desc-tintuc-trangchu span{background:url(images/date.png) left center no-repeat;font-family:'font';font-size:14px;padding-left: 20px;margin-bottom: 5px;display: block;color: #505050;}
#w_footer {
    background: #1998fa;
    color: #fff;
}

#footer {
    font-size: 14px;
    padding: 3% 0;
    margin: auto;
}

.footer_1 {
    width: 37.083%;
}

.footer_2 {
    width: 27.5%;
}

.footer_3 {
    width: 27.9167%;
}

.face {
    display: block;
    width: 100%;
    max-width: 340px;
    overflow: hidden;
    margin: auto;
}

.td_ft {
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    font-family: 'font';
    line-height: 31px;
    padding-bottom: 9px;
    margin-bottom: 10px;
}

.cs {
    display: block;
    line-height: 20px;
    color: #fff;
    padding: 4px 0 4px 30px;
    margin-bottom: 8px;
    background: url(images/img/le.png) no-repeat 9px 10px;
}

.cs:hover {
    color: #ff0;
}

#map_ft {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

#map_ft iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.copyright {
    display: block;
    padding: 13px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #0b5893;
}

/*zalo */
#btn-zalo {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 190px;
    z-index: 999;
}

#btn-zalo i,
.chatface i {
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
    z-index: 999;
}

#btn-zalo i img,
.chatface i img {
    vertical-align: middle;
    max-width: 100%;
}

.kenit-alo-circle-fill {
    width: 50px;
    height: 50px;
    right: -5px;
    top: -5px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: .75;
}

.kenit-alo-circle {
    width: 46px;
    height: 46px;
    top: -3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, .8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

#btn-call {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 255px;
    z-index: 9999;
}

#btn-call i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 9999;
}

#btn-call i img {
    vertical-align: middle;
    max-width: 100%;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {

    0%,
    100%,
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

/*zalo */
/*zalo */
.grecaptcha-badge {
    opacity: 0 !important;
}

@media (max-width: 1024px) {
    .baonoidung iframe {
        max-width: 100% !important;
    }

    .baonoidung img {
        height: auto !important;
    }

    .khung {
        width: calc(100% - 20px);
    }
}

@media (max-width: 965px) {
    .baohd {
        min-height: 0;
    }

    div#header a.logo {
        width: 100%;
        padding: 0;
    }

    div#header a.logo img {
        max-height: 50px;
    }

    div#header a.banner {
        width: 100%;
        padding: 10px 0 0 0;
    }

    div#header a.banner img {
        max-height: 80px;
    }

    .hdphai {
        width: 100%;
        display: none;
    }

    .mxh {
        justify-content: center;
    }

    .mxh a {
        margin: 0 5px;
    }

    .dt {
        padding: 0;
        background: none;
        text-align: center;
    }

    div#menu {
        display: none;
    }

    div#menu_mobi1 {
        display: block;
        box-shadow: 0 0 1px #ccc;
    }

    .pagewrap {
        display: none !important;
    }

    .danhmucsp {
        padding: 0 0 20px 0;
    }

    .sltc {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .themsp {
        margin-top: 20px;
    }

    .baosp {
        padding-bottom: 10px;
    }

    div.tieude_giua1,
    div.tieude_giua {
        font-size: 25px;
    }

    .w_product {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    .content_video {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    #footer {
        padding: 20px 0;
    }

    .footer_1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_3 {
        width: 100%;
    }

    #w_footer {
        margin-bottom: 50px;
    }

    #footer1 {
        display: block !important;
    }

    .copy {
        width: 100%;
        text-align: center;
    }

    .tk {
        width: 100%;
        text-align: center;
    }

    .td_ft {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mod_video {
        width: 100%
    }

    .videot1 {
        height: auto !important
    }

    .tintuc_conlai {
        width: 100%;
        margin-bottom: 20px;
    }

    .item_qt {
        padding: 20px 10px;
    }

    .baohinh {
        grid-gap: 10px;
    }

    .imgha {
        max-height: 150px;
    }

    .imgha img {
        height: 150px;
    }

}

@media (max-width: 800px) {}

@media (max-width: 768px) {}

@media (max-width: 568px) {
    .item_qt {
        width: 100%;
        margin-top: 0;
    }

    .item_qt:before {
        display: none;
    }

    div.wap_pro {
        display: block !important;
    }

    .mxht {
        display: none;
    }

    .zoom_slick {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_info {
        width: 100%;
    }

    .frame_thanhtoan {
        width: 100% !important;
    }

    .content11 {
        width: 100% !important;
    }

    .w_contact,
    form#frm_order,
    .wap_box_new {
        grid-template-columns: 1fr !important;
        grid-gap: 10px !important;
    }

    .box_news {
        width: 100%;
    }

    .item_dc {
        width: calc(100% - 10px) !important;
    }
}

@media (max-width: 480px) {
    .baohinh {
        grid-template-columns: 1fr;
    }

    .imgha:nth-child(2) {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .imgha {
        max-height: 100%;
    }

    .imgha img {
        height: auto;
    }

    .motaqc span {
        font-size: 20px;
        padding: 5px 10px;
    }

    .noidungqc {
        font-size: 14px;
    }

    div.tieude_giua1,
    div.tieude_giua {
        font-size: 20px;
    }

    .anmb {
        display: none;
    }

    #giohang * {
        font-size: 10px !important;
    }

    .item_sp {
        padding: 5px;
    }

    .item_sp .ten {
        font-size: 13px;
    }

    .item_sp .gia {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .item_sp .gia span {
        width: 100%;
        display: block;
    }

    .item_ttcl {
        margin-bottom: 10px;
    }

    .item_ttcl a.img {
        padding: 5px;
        margin-right: 10px;
    }

    .item_ttcl a.ten {
        margin: 0 !important;
        line-height: 20px;
        max-height: 40px;
        font-size: 13px;
        margin-top: 5px !important;
    }

    .item_ttcl p.mota {
        margin: 0;
        line-height: 20px;
        max-height: 80px;
        font-size: 12px;
    }

    .themsp {
        line-height: 35px;
    }
}

@media (max-width: 414px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {
    .tintuc_conlai {
        max-height: 195px;
    }

    .item_ttcl p.mota {
        -webkit-line-clamp: 2;
        max-height: 40px;
    }
}

@media (max-width: 320px) {}