@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'ElegantoSans';
    src: url("../fonts/ElegantoSans-Light.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'ElegantoSans';
    src: url("../fonts/ElegantoSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'ElegantoSans';
    src: url("../fonts/ElegantoSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'SVN-AbrilFatface';
    src: url("../fonts/SVN-AbrilFatface.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --main-2: #89c142;
    --main-3: #458338;
    --bgcolo: linear-gradient(90deg, var(--maincolor) 0%, var( --main-2) 100%);
    --fonttd: 'ElegantoSans';
}

div.wap_main {
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes shake-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        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 shake-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)
    }
}

input,button,select {
    appearance: none;
    box-shadow: none!important
}

body {
    font-family: 'Mulish',sans-serif;
    font-size: 14px;
    top: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

a,input,textarea {
    outline: none;
    padding: 0px
}

a {
    text-decoration: none!important
}

p {
    margin-bottom: 0.5rem;
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.w-clear:after {
    display: block;
    content: "";
    clear: both
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.none {
    display: none
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.wap_1200 {
    max-width: 1220px;
    margin: auto;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wap_1300 {
    max-width: 1320px;
    margin: auto;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden
}

.wrap-main,.wrap-content {
    max-width: 1220px;
    margin: 40px auto;
    padding: 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wrap-home {
    max-width: 100%;
    padding: 0px!important;
    margin: 0
}

.wrap-content {
    margin: auto
}

.title-main {
    margin-bottom: 1.25rem;
    text-align: center
}

.title-main span {
    text-transform: uppercase;
    color: var(--maincolor);
    text-align: center;
    font-family: var(--fonttd);
    font-size: 38px;
    font-style: normal;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px
}

.time-main span {
    vertical-align: top;
    display: inline-block
}

.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128,128,128,0.15);
    margin-top: 15px;
    border-radius: 5px
}

.share b {
    display: block;
    margin-bottom: 5px
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2)
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.control-owl button:hover {
    opacity: 1
}

.control-owl button.owl-prev {
    left: 20px
}

.control-owl button.owl-next {
    right: 20px
}

.form-control,.form-control-plaintext:not(textarea),.custom-select {
    height: calc(1em + 1.25rem + 8px)
}

.custom-form-row {
    margin-right: -10px;
    margin-left: -10px
}

.custom-form-row > .col,.custom-form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.text-sm {
    font-size: 0.875rem!important
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

img.initial,img.loaded,img.error {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.user-header a {
    color: #ffffff;
    padding-right: 9px;
    margin-right: 7px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.user-header a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #ffffff;
    top: calc(50% - 7px / 2);
    right: 0px;
    opacity: 0.7
}

.user-header a:last-child {
    padding-right: 0px;
    margin-right: 0px
}

.user-header a:last-child:after {
    display: none
}

.menu_mobi_add,.menu_mobi {
    display: none
}

.header {background-color: var(--maincolor);}
.header .header-top {color: #ffffff;padding: 11px 0;}
.header-top .wrap-content {padding: 6px 0px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.if-header{color: #FFF;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: -0.56px;background: url(../images/hd1.png) no-repeat center left;min-height: 24px;padding: 3px 0 3px 30px;margin-bottom: 0;}
.info-hd{padding-left:40px;}
.info-header {color: #FFF;font-size: 14px;font-style: normal;font-weight: 600;line-height: normal;letter-spacing: -0.7px;min-height: 30px;padding: 6px 0;padding-left: 37px;padding-right: 40px;}
.info-header:hover{color:#c0d021}
.info-header span{font-weight:800}
.info-header:nth-child(1) {background:url(../images/hd2.png)no-repeat center left}
.info-header:nth-child(2) {background:url(../images/hd2.png)no-repeat center left}
.info-header:nth-child(3) {background:url(../images/hd2.png)no-repeat center left;padding-right: 0;}
.header-bottom .wrap-content {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;max-width: 1320px;}
.header-bottom {position:relative;}
.header-bottom:before{position:absolute;content:'';width:30%;height:1px;background:#fff;right:0;bottom:65px}
.logo-header {}
.logo-header img {}
.banner-header {width: calc(100% - 280px);}
.toolbar {background: var(--maincolor);border-top: 1px solid rgb(255 255 255 / 44%);}

.menu {position: relative;z-index: 997;border-top: 1px solid #fff;}
.menu ul {width: 100%;padding: 0px;margin: auto;list-style: none}
.menu ul.menu-main {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.menu ul li {position: relative;z-index: 1}
.menu ul li.li-home {}
.menu ul li.li-home a {padding-left: 0;}
.menu ul li.li-end a {padding-right: 0;}
.menu ul li a:hover,.menu ul li a.active {color: #c0d021;}
.menu ul li.timkiem {color: #fff;font-size: 18px;padding-left: 20px;}
.menu ul li.menu-line {width: 1px;height: 15px;background-color: rgba(0,0,0,0.1);display: none;}
.menu ul li a {display: block;position: relative;font-size: 18px;font-weight: 600;color: #ffffff;padding: 19px 15px;text-transform: uppercase;text-decoration: none}
.menu ul li a.has-child {padding-right: 16px;margin-right: 8px}
.menu ul li a.has-child:after {content: "";position: absolute;bottom: calc(50% - 4px / 2);right: 5px;width: 5px;height: 5px;border: 1px solid #fafafa;border-top: 0px;border-left: 0px;-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu ul li ul {position: absolute;min-width: 250px;background-color: #fafafa;border-radius: 0.25rem;-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);box-shadow: 1px 1px 15px rgba(0,0,0,0.15);-webkit-transform: perspective(600px) rotateX(-90deg);transform: perspective(600px) rotateX(-90deg);-webkit-transform-origin: 0 0 0;transform-origin: 0 0 0;opacity: 0;visibility: hidden}
.menu ul li:hover > ul {-webkit-transform: perspective(600px) rotateX(0);transform: perspective(600px) rotateX(0);transform-origin: 0 0 0;-webkit-transform-origin: 0 0 0;opacity: 1;visibility: visible}
.menu ul li ul li {padding-left: 0.75rem;padding-right: 0.75rem}
.menu ul li ul li a {font-size: 14px;color: #313131;border-bottom: 1px solid #ececec;padding: 10px 0px;text-transform: capitalize}
.menu ul li ul li a.has-child {margin-right: 0px}
.menu ul li ul li a.has-child:after {border-color: #313131;-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
.menu ul li ul li a.active {color: #ec2d3f}
.menu ul li ul li a.active.has-child:after {border-color: #ec2d3f}
.menu ul li ul li:last-child > a {border-bottom: 0px}
.menu ul li ul li:hover > a {color: var(--maincolor)}
.menu ul li ul li:hover > a.has-child:after {border-color: var(--maincolor)}
.menu ul li ul li ul {top: 0;left: 100%;margin-top: 0px}
.search {width: 27%;position: absolute;background: #ffffff;border: 1px solid var(--main-3);border-radius: 7px;right: 0;top: calc(100% + 10px);z-index: 9;}
.search p {float: left;width: 35px;height: 35px;line-height: 35px;cursor: pointer;text-align: center;margin: 0px;color: var(--main-3);font-size: 16px}
.search input {width: calc(100% - 35px);height: 35px;float: left;outline: none;padding: 0px;border: 0px;background: transparent;text-indent: 10px;font-size: 13px;}
.search input::-webkit-input-placeholder {color: #313131}
.search input:-moz-placeholder {color: #313131}
.search input::-moz-placeholder {color: #313131}
.search input:-ms-input-placeholder {color: #313131}

.menu-res {height: 55px;z-index: 997;background: var(--maincolor);position: sticky;display: none;position: -webkit-sticky;top: 0}
.menu-bar-res {height: 55px;padding: 0px 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
#menu {display: none}
.slideshow {position: relative;overflow: hidden}
.slideshow-item {display: block;cursor: pointer}
.slideshow-image {}
.slideshow-image img {}
.slideshow:hover .control-slideshow {opacity: 1}
.control-slideshow {opacity: 0}
.wrap-intro {background-color: #eeeadd}
.news-intro:before {content: "";position: absolute;width: 1px;height: calc(100% - 50px);top: 10px;left: 90px;background-color: #cacaca}
.news-scroll:before,.news-scroll:after {content: "";position: absolute;width: 10px;height: 10px;left: 85px;border-radius: 100%;background-color: #cacaca}
.news-scroll:before {top: 10px}
.news-scroll:after {bottom: 40px}
.news-control {left: 85px;font-size: 13px;opacity: 0.5;z-index: 1;cursor: pointer}
.news-control:hover {opacity: 1;color: #ec2d3f}
.news-control#up {top: -10px}
.news-control#down {bottom: 20px}
.album {cursor: pointer;width: calc( 33.33% - 20px);margin: 10px 10px;text-align: center;cursor: pointer}
.album-image {margin-bottom: 0.75rem}
.pic-album {position: relative;margin-bottom: 0;}
.pic-album img {width: 100%}
.name-album {font-size: 16px;color: #000;margin-bottom: 0px;display: none !important;}
.album-name {margin-bottom: 0px;text-align: center}
.album-name a {display: block;font-size: 16px;color: #212529;margin-bottom: 0px}
.thuvien_chitiet figure {margin: 0;display: grid;grid-template-rows: 1fr auto;margin-bottom: 10px;break-inside: avoid;}
.thuvien_chitiet figure > img {grid-row: 1 / -1;grid-column: 1;}
.thuvien_chitiet figure a {color: black;text-decoration: none;}
.thuvien_chitiet figcaption {grid-row: 2;grid-column: 1;background-color: rgba(255,255,255,.5);padding: .2em .5em;justify-self: start;}
.thuvien_chitiet {margin-bottom: 20px}
.thuvien_chitiet .thuvien_trong {column-count: 4;column-gap: 10px;}
@media(max-width: 992px) {
    .thuvien_chitiet .thuvien_trong {column-count: 3}
}

@media(max-width: 768px) {
    .thuvien_chitiet .thuvien_trong {column-count: 2}
}
.wrap-brand {margin-bottom: 50px;padding: 0px 15px}
.wrap-brand .wrap-content {position: relative}
.brand {display: block;border: 1px solid #eee;max-width: 160px;margin: 0px auto}
.wrap-product {padding: 30px 0}
.product {width: calc(25% - 20px);margin: 10px 10px;position: relative;padding-bottom: 15px;text-align: center;}
.box-product {position: relative;display: block}
.pic-product {background: #ffffff;border-radius: 5px;padding: 5px;border: 1px solid #eee}
.pic-product img {width: 100%;border-radius: 3px}
.name-product {font-size: 16px;color: #212529}
.name-product:hover {color: var(--maincolor);}
.name-product.text-split {-webkit-line-clamp: 1}
.info-product {}
.price-product {margin-bottom: 0px}
.price-product span {}
.price-new b {color: #000;}
.price-new {font-size: 15px;font-weight: 500;color: #f00}
.price-old {padding-left: 10px;font-size: 15px;color: #6c757d;text-decoration: line-through;}
.price-per {position: absolute;top: 15px;right: 15px;color: #ffffff;background: var(--maincolor);font-size: 11px;border-radius: 2px;width: 45px;height: 25px;text-align: center;line-height: 25px}
.othernews b {margin-bottom: 10px}
.list-news-other {padding-left: 17px;list-style: square}
.list-news-other li {margin-bottom: 2px;line-height: 1.5;}
.list-news-other li a {text-transform: none;color: #333333}
.list-news-other li a:hover {color: var(--maincolor)}
.contact-article {margin-bottom: 3rem}
.contact-input {position: relative;margin-bottom: 15px}
.contact-input textarea {resize: none;height: 150px}
.contact-input .custom-file-label::after {content: attr(title)}
.contact-map {position: relative;height: 500px}
.contact-map iframe {position: absolute;top: 0px;left: 0px;width: 100%!important;height: 100%!important}
.footer-ft{position:relative}
.footer-ft:before{position:absolute;content:'';width:100%;height: calc(100% - 45px);background:url(../images/bg3.png) no-repeat center top;background-size: 100%100%;left: 0;bottom: 0;}
.footer-article {color:#fff;font-size: 15px;position: relative;}
.footer-article .wrap-content {padding: 60px 0px;max-width: 1320px;}
.footer-powered {color: #ffffff;background-color: var(--maincolor)}
.footer-powered span {}
.footer-powered b {font-weight: normal}
.footer-powered .wrap-content {padding-top: 15px;padding-bottom: 15px}
.footer-statistic {text-align: right}
.footer-statistic span {padding-right: 10px}
.footer-statistic span:last-child {padding-right: 0px}
#footer-map {position: relative;height: 450px;}
#footer-map iframe {position: absolute!important;width: 100%!important;height: 100%!important;top: 0px!important;left: 0px!important}
.pagination-home .pagination .page-item .page-link {color: #555555;font-size: 0.875rem}
.pagination-home .pagination .page-item.active .page-link {color: #ffffff;background-color: var(--maincolor)!important;border-color: var(--maincolor)!important;}
.pagination-ajax {text-align: center}
.pagination-ajax a {display: inline-block;vertical-align: top;margin: 0px 3px 3px 3px;width: 35px;height: 35px;line-height: 33px;color: #666!important;border: 1px solid #e6e6e6;font-size: 13px;cursor: pointer;text-decoration: none!important;background-color: #ffffff}
.pagination-ajax a.current,.pagination-ajax a:hover {color: #ffffff!important;border-color: #ec2d3f;background-color: #ec2d3f}
.pagination-ajax a.first,.pagination-ajax a.last,.pagination-ajax a.prev,.pagination-ajax a.next {text-indent: -9999px;position: relative;background-color: #ffffff!important}
.pagination-ajax a.first:before,.pagination-ajax a.last:before,.pagination-ajax a.prev:before,.pagination-ajax a.next:before {content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 2;background-color: transparent;background-repeat: no-repeat;background-position: center}
.pagination-ajax a.first:before {background-image: url(../images/page-first.png)}
.pagination-ajax a.last:before {background-image: url(../images/page-last.png)}
.pagination-ajax a.prev:before {background-image: url(../images/page-prev.png)}
.pagination-ajax a.next:before {background-image: url(../images/page-next.png)}

#popup .modal-body {padding: 0px}
#popup-map iframe {width: 100%}
#popup button.close span, #popup-map button.close span, #popup-baogia button.close span {display: inline-block;vertical-align: top;line-height: 32px;}
#popup button.close,#popup-map button.close,#popup-baogia button.close {width: 40px;height: 40px;display: block;position: absolute;right: 10px;top: 10px;z-index: 5;text-align: center;line-height: 40px;border-radius: 50%;box-shadow: 0 0 10px #000 !important;background: #f00;opacity: 1;color: #fff}
.grecaptcha-badge {display: none!important;width: 0px!important;height: 0px!important;visibility: hidden!important;overflow: hidden}
.coccocgrammar,.corom-element {display: none !important;}
.scrollToTop {width: 41px;height: 41px;text-align: center;font-weight: bold;color: #444;text-decoration: none;position: fixed;bottom: 65px;right: 25px;display: none;z-index: 10;cursor: pointer}
.text-split {overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3}
.transition,.control-owl button,.carousel-comment-media .carousel-control a span,.menu ul li a.has-child:after,.menu ul li ul,.menu ul li:hover > ul,.scale-img img,.scale-img:hover > img,.btn-frame .kenit-alo-circle-fill,.support-online .kenit-alo-circle-fill {-webkit-transition: 0.3s all;transition: 0.3s all}
.scale-img {overflow: hidden;display: block}
.scale-img img {-webkit-transform: scale(1,1);transform: scale(1,1)}
.scale-img:hover > img {-webkit-transform: scale(1.1,1.1);transform: scale(1.1,1.1)}
.blink {-webkit-animation-name: blink;-webkit-animation-duration: 1s;-webkit-animation-timing-function: linear;-webkit-animation-iteration-count: infinite;-moz-animation-name: blink;-moz-animation-duration: 1s;-moz-animation-timing-function: linear;-moz-animation-iteration-count: infinite;animation-name: blink;animation-duration: 1s;animation-timing-function: linear;animation-iteration-count: infinite}
.btn-frame {display: block;width: 50px;height: 50px;position: fixed;right: 20px;z-index: 997;cursor: pointer}
.btn-frame i {color: #fff;width: 50px;height: 50px;font-size: 35px;border-radius: 50%;background: var(--bgcolo);position: relative;z-index: 1;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}
.btn-frame i img {vertical-align: middle;width: 70%}
.btn-frame .animated.infinite {-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite}
.btn-frame .kenit-alo-circle {width: 60px;height: 60px;top: -5px;right: -5px;position: absolute;background-color: transparent;border-radius: 100%;border: 2px solid rgba(7,41,103,0.8);opacity: 0.1;border-color: var(--maincolor);opacity: 0.5}
.btn-frame .zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn}
.btn-frame .animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both}
.btn-frame .kenit-alo-circle-fill {width: 70px;height: 70px;top: -10px;right: -10px;position: absolute;border-radius: 100%;border: 2px solid transparent;background-color: rgba(7,41,103,0.35);opacity: 0.4}
.btn-frame .pulse {-webkit-animation-name: pulse;animation-name: pulse}
.btn-zalo {bottom: 315px}
.btn-phone {bottom: 230px}
.btn-fb {bottom: 150px}

.pagination {margin-top: 20px !important;}
.pagination li {margin: 0 5px;}
.pagination li .page-link {border-radius: 6px !important;padding: 0 5px;min-width: 30px;height: 30px;text-align: center;line-height: 29px;border-color: #b3b3b3;}
.page-link.active,.page-link.bg-primary {background: var(--maincolor)!important}
.page-link.active:hover,.page-link.bg-primary:hover {background: var(--maincolor)!important}
.page-link {cursor: pointer}
.boxProduct {display: grid;grid-template-columns: repeat(4,1fr);gap: 15px}
.boxProduct > .product {margin: 0!important;width: 100%;min-width: 100%}
.keyword-autocomplete {position: absolute;top: 100%;left: 0;right: 0;width: 100%;background: #fff;border: 1px solid var(--maincolor);font-size: 13px;max-height: calc(80px * 4);overflow-x: hidden;overflow-y: auto}
.autocomplete_item {display: block}
.autocomplete_item a {padding: 0.2rem!important;display: flex!important;align-items: center;gap: 0.5rem}
.autocomplete_item a picture {min-width: 30%;max-width: 30%}
.autocomplete_item a section {flex-grow: 1;position: relative}
.autocomplete_item a h3 {font-size: 12px;color: #222;margin: 0}
.autocomplete_item a p {float: none;width: 100%;text-align: left;line-height: unset;height: unset}
.autocomplete_item a p span {font-size: 12px}
.autocomplete_item a p span.price-per {top: 0;right: 0;z-index: 2;width: auto;height: auto;padding: 2.5px 5px;font-size: 10px;line-height: unset}
.contact-form .btn-primary {background: var(--maincolor)!important;border-color: var(--maincolor)!important}
.save-listing,.save-listing-already {position: absolute;top: 10px;left: 10px;z-index: 2;font-size: 1rem;background: var(--maincolor);width: 2rem;height: 2rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;color: #fff!important;/* display: none; */}
.save-listing:hover i:before,.save-listing-already i:before {font-weight: bold}
.liked-fixed {bottom: 455px;display: none}
div.box-sanpham-tc {padding: 30px 0}
div.css_flex_baiviet {display: flex;flex-wrap: wrap;margin: 0 -10px;}
div.css_flex_video {display: flex;flex-wrap: wrap;margin: 0 -10px}
div.css_flex_album {display: flex;flex-wrap: wrap;margin: -10px;}
div.css_flex_product {display: flex;flex-wrap: wrap;margin: 0 -10px;padding: 0}
div.css_flex_ajax .pro-in {display: flex;flex-wrap: wrap;margin: 0 -10px;padding: 0}
div.css_baiviet_ngang .news {width: calc(25% - 20px);}
div.css_baiviet_ngang .pic-news {width: 100%;margin-right: 0;margin-bottom: 10px}
div.css_baiviet_ngang .info-news {width: 100%}
div.wap-tin-video {display: flex;flex-wrap: wrap;justify-content: space-between}
.left-intro {width: 48.5%;}
.right-intro {width: 48.5%;}
div.wap_footer {display: flex;flex-wrap: wrap;justify-content: space-between}
.news {width: calc(50% - 20px);margin: 0 10px;margin-bottom: 25px;display: block}
.pic-news {float: left;width: 37%;margin-bottom: 0}
.pic-news img {width: 100%}
.info-news {float: right;width: calc(100% - 37%);padding-left: 20px;}
.name-news {color: #333;font-size: 18px;font-weight: 700;line-height: 1.5;-webkit-line-clamp: 2;margin-bottom: 0;}
.name-news:hover {color: var(--maincolor);}
.time-news {color: #666;margin-bottom: 0.25rem}
.desc-news {color: #333333;font-size: 15px;margin-top: 7px;line-height: 1.7;}
.view-news {color: #c00;display: block;margin-top: 5px}
.video {width: calc(25% - 20px);text-align: center;cursor: pointer;margin: 10px 10px}
.pic-video {position: relative}
.pic-video:before {content: "";position: absolute;width: 50px;height: 35px;top: calc(50% - 50px/2);left: calc(50% - 35px/2);z-index: 1;background-repeat: no-repeat;background-image: url(../images/play.png)}
.pic-video img {width: 100%}
.name-video {font-size: 16px;color: #000;margin-bottom: 0px}

div.wap_copy {display: flex;flex-wrap: wrap;justify-content: space-between}
div.wap_copy .copyright,div.wap_copy .statistic {margin-bottom: 0}
.footer-news:nth-child(1) {width: 26%;}
.footer-news:nth-child(2) {width: 17.5%;}
.footer-news:nth-child(3) {width: 13%;}
.footer-news:nth-child(4) {width: 28.5%;}
.footer-news:nth-child(3) .footer-title {font-weight:600;padding-top: 30px;}
.footer-title {text-transform: uppercase;font-size: 16px;font-weight: 700;margin-bottom: 15px;}
.footer-ul {list-style: none;padding: 0px;margin: 0px;}
.footer-ul li {margin-bottom: 8px;position:relative;padding-left: 15px;}
.footer-ul li:last-child {margin-bottom: 0px}
.footer-ul li:before{position:absolute;content:'';width:5px;height:5px;background:#fff;border-radius:50%;left:0;top: 8px;}
.footer-ul li a {color: #fff;font-size: 14px;transition: 0.5s;}
.footer-ul li a:hover {text-decoration: underline !important;text-underline-offset: 3px;}
.footer-copyright {padding-top:10px;}
.footer-copyright span {font-weight:700}
.hotline-ft{display: inline-block;background: url(../images/hl_ft.png) no-repeat center left;min-height: 65px;padding-left: 65px;margin-top: 25px;}
.hotline-ft p{color: #FFF;font-size: 17px;font-style: normal;font-weight: 400;line-height: 27px;letter-spacing: -0.68px;margin-bottom: 5px;}
.hotline-ft span{color: #FFF;font-size: 24px;font-style: normal;font-weight: 800;line-height: 27px;letter-spacing: -0.48px;}
.qr-images{display: inline-block;background:#fff;padding: 5px;text-align:center;}
.social {margin-bottom: 0;padding: 0;list-style: none}
.social li {display: inline-block;margin-right:2px;}
.social li:last-child{margin-right:0}
.social li a{display:block;}
.social li img{max-height:30px;}
.social li:hover img{transform: rotateY(360deg);transition: all 0.7s linear}
.list_monnb {display: block;text-align: center;margin-bottom: 20px}
.list_monnb a {font-size: 16px;text-transform: uppercase;color: inherit;display: inline-block;vertical-align: top;margin: 0 9px;padding: 16px 20px;line-height: 0;cursor: pointer;transition: 0.2s;margin-bottom: 5px;border: 1px solid #1a1918}
.list_monnb a:hover , .list_monnb a.active {color: #fff !important;background: #1a1918}

div.box-tintuc-video {padding: 40px 0 90px 0;}
.newshome-best {width: 49.5%;display: block;float: left;max-width: 590px;}
.newshome-best .pic-newshome-best {border-radius:7px;margin-bottom: 0;}
.newshome-best .pic-newshome-best img {width: 100%}
.info-newshome-best{padding-top:15px;}
.newshome-best .name-newshome {font-size: 24px;}
.newshome-best .name-newshome.text-split{line-height: 30px;max-height: calc(30px* 2);}
.newshome-best .desc-newshome{font-size:15px;margin-top: 10px;}
.name-newshome {color: #000;font-size: 20px;font-style: normal;font-weight: 600;letter-spacing: -1px;margin-bottom: 0;}
.name-newshome:hover {color: var(--main-3);}
.name-newshome.text-split {line-height: 27px;-webkit-line-clamp: 2;max-height: calc(27px * 2);}
.time-newshome {color: #666;margin-bottom: 0.25rem;display: none}
.desc-newshome {color: #343434;font-size: 14px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: -0.5px;-webkit-line-clamp: 4;max-height: calc(24px * 4);margin-top: 5px;margin-bottom: 0;}
.view-newshome {display: inline-block;border: 1px solid #000;padding: 8px 15px;color: #000;text-transform: capitalize;margin-top: 1rem}
.view-newshome:hover {background-color: #000;color: #fff}
.newshome-scroll {width: calc(100% - 49.5% - 26px);overflow: hidden;float: right;}
.chay-tintuc{margin:-10px 0}
.newshome-normal {display: block;margin: 10px 0;}
.pic-newshome-normal {float: left;width: 29.5%;border-radius: 7px;margin: 0;}
.pic-newshome-normal img {width: 100%}
.info-newshome-normal {float: right;width: calc(100% - 29.5%);padding-left: 20px;}
#video-select {}
#video-select iframe {height: 281px}
#video-select .listvideos {width: 100%;height: 40px;padding: 0 10px}
div.run-slick .slick-prev:before,div.run-slick .slick-next:before {font-size: 0}
div.run-slick .slick-prev,div.run-slick .slick-next {width: 32px;height: 45px;top: 46%}
div.run-slick .slick-prev {background: url(../images/sl-1.png) no-repeat center;left: 20px}
div.run-slick .slick-next {background: url(../images/sl-2.png) no-repeat center;right: 20px}
div.box-lienhe {padding: 50px 0;background-size: cover;background: #478b7b}
div.box-lienhe .td-tc1,div.box-lienhe .td-tc2 {color: #fff;text-align: center}
div.box-lienhe .td-tc1 {text-transform: uppercase;font-size: 27px}
div.css_lienhe .baogia-form {max-width: 750px;width: 100%;margin: auto;text-align: center;margin-top: 16px}
div.css_lienhe .baogia-input input {background: none;border: 0;border-bottom: 1px solid #000;border-radius: 0;color: #000}
div.css_lienhe .baogia-input textarea.form-control {background: none;border: 0;border-bottom: 1px solid #000;border-radius: 0;color: #000;height: 46px}
div.css_lienhe .btn-primary {margin-top: 14px;background: #000;border-color: #000;text-transform: uppercase}
div.css_lienhe ::-webkit-input-placeholder {color: #000}
div.css_lienhe :-moz-placeholder {color: #000}
div.css_lienhe ::-moz-placeholder {color: #000}
div.css_lienhe :-ms-input-placeholder {color: #000}
.box-readmore {padding: 8px 15px;border: 1px solid #dedede;margin-bottom: 2rem;border-radius: 5px;background-color: #eeeeee}
.box-readmore li ul>li {margin: 0;margin-bottom: 8px}
.box-readmore li ul>li:before {content: counters(item,".") " "}
.box-readmore ul {list-style-type: none;counter-reset: item;margin-bottom: 0px;padding-left: 0px!important;margin-top: 8px}
.box-readmore ul li {display: table;counter-increment: item;margin-bottom: 5px}
.box-readmore ul li:before {content: counters(item,".") ". ";display: table-cell;padding-right: 5px}
.box-readmore ul li a {color: #333333;cursor: pointer;font-weight: 600}
.box-readmore ul li a:hover {color: var(--maincolor) !important;}
.menu-fix {position: fixed;left: 0px;right: 0px;top: 0px;z-index: 999;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;box-shadow: 0 0 5px #fff;}
.menu-fix .logo-header img {max-width: 200px;}
.menu-fix .header-top,.menu-fix .header-bottom:before{display: none !important;}
.menu-fix .menu{border:none}

.slick-none {display: none;}
.slick-none.slick-slider {display: block;}
.tieude1{position: relative;color: #222;text-align: center;font-size: 18px;font-style: normal;font-weight: 600; letter-spacing: -0.9px;padding-bottom: 15px;}
.tieude1 h2{color: var(--maincolor);text-align: center;font-family: var(--fonttd);font-size: 48px;font-style: normal;font-weight: 400;line-height: 1.5; letter-spacing: -2.88px;text-transform: uppercase;margin-bottom: -5px;}
.tieude2{color: #fff;font-family: var(--fonttd);font-size: 38px;font-style: normal;font-weight: 400;line-height: 36px;letter-spacing: -2.28px;text-transform: uppercase;min-height: 60px;padding: 12px 0;padding-left: 80px;margin-bottom: 20px;}
.td_ch{background: url(../images/td1.png) no-repeat center left;}
.td_yk{background: url(../images/td2.png) no-repeat center left;}
.td_3{position: relative;color: #222;font-size: 18px;font-style: normal;font-weight: 600; letter-spacing: -0.9px;}
.td_3 h2{color: var(--maincolor);font-family: var(--fonttd);font-size: 40px;font-style: normal;font-weight: 400;line-height: 1.5;letter-spacing: -2.88px;text-transform: uppercase;margin-bottom: -5px;}
.tieude3 .gt_xemthem{margin-top:0;line-height: 51px;min-width: 187px;}
.tieude3{padding-bottom:30px;}
.tieude_dk{position: relative;width: 40%;color: #000;font-size: 15px;font-style: normal;letter-spacing: -0.75px;background: url(../images/dk1.png) no-repeat center left;padding-left: 127px;min-height: 100px;}
.tieude_dk h2{color: var(--maincolor);font-family: var(--fonttd);font-size: 36px;font-style: normal;font-weight: 400;line-height: 1.5;letter-spacing: -2.52px;text-transform: uppercase;margin-bottom: -5px;}
.box-thuvien-tc .tieude1{padding-bottom:30px;}

div.box-gioithieu-tc {position: relative;padding: 85px 0;background: url(../images/bg1.png) no-repeat center;background-size: cover;}
.wap-gioithieu-tc{position:relative;max-width: 1140px;margin: 0 auto;}
.noidung_gt {width: 40%;position: relative;text-align: center;z-index: 9;order: 2;}
.tieude_gt{position: relative;color: #434343;font-size: 29px;font-style: normal;font-weight: 600;line-height: 36px;letter-spacing: -1.74px;padding-bottom: 10px;}
.tieude_gt h2{color: var(--maincolor);text-align: center;font-family: SVN-AbrilFatface;font-size: 48px;font-style: normal;font-weight: 400;line-height: 1.5; letter-spacing: -2.88px;text-transform: uppercase;margin-bottom: 0;}
.mota_gt {color: #000;font-size: 15px;font-style: normal;font-weight: 400;overflow-y: auto;padding-right: 10px;line-height: 1.7;max-height: 260px;}
.mota_gt::-webkit-scrollbar {background: #e8e8e8;width: 3px;height: 11px;}
.mota_gt::-webkit-scrollbar-thumb {background: var(--maincolor);}
.gt_xemthem{position: relative;display: inline-block;color: #fff;font-size: 14px;font-style: normal;font-weight: 700;line-height: 48px;min-width: 178px;padding: 0 15px;margin: 0;margin-top: 15px;border-radius: 30px;background: var(--bgcolo);text-transform: capitalize;text-align: center;transition: 0.5s;z-index: 7;}
.gt_xemthem span{align-items:center;}
.gt_xemthem img{margin-left:8px;}
.gt_xemthem:hover {background: var(--main-2);color: #fff;}
.hinhgt {position: relative;width: 54.5%;}
div.tieuchi-tc{position:relative;margin: -10px;}
div.item_db{position: relative;width: calc(50% - 20px);padding: 35px;margin: 10px;border-radius: 8px;background: #FFF;box-shadow: 0px 2px 5px 0px rgba(50, 50, 105, 0.15), 0px 1px 1px 0px rgba(0, 0, 0, 0.05);text-align: center;}
div.item_db .it_db{}
div.item_db .img_tt{position: relative;width: 100%;}
div.item_db .img_tt img{position: relative;transition: all 1.5s ease;width: auto;}
div.item_db:hover .img_tt img{transform: rotateY(360deg);}
div.item_db .info_tt{position: relative;margin: 0;padding-top: 15px;}
div.item_db .name_tt{color: #000;text-align: center;font-family: var(--fonttd);font-size: 20px;font-style: normal;font-weight: 700;line-height: 1.5;letter-spacing: -0.8px;text-transform: capitalize;-webkit-line-clamp: 1;margin-bottom: 0;}
div.item_db .des_tt{color: #3C4856;font-size: 15px;font-style: normal;font-weight: 400;line-height: 24px; letter-spacing: -0.45px;-webkit-line-clamp: 2;margin-top: 5px;}
div.box-quangcao-tc{background:#f3f4f0}
div.chay-qc{max-width:1366px;margin:0 auto;}

div.box-dichvu-tc{padding: 50px 0 75px 0;background: linear-gradient(180deg, #FFF 0%, #FFFCF1 43.57%, #FFFDF8 89.45%, #FFF 100%);}
div.dichvu_dm{position:relative;padding-bottom: 30px;}
div.item_dm{position: relative;padding: 7px 10px;width: 180px;margin: 8px;text-align: center;border-radius: 8px;background: #FFF;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);}
div.item_dm .it_dm{display:block}
div.item_dm .img_tt{position: relative;width: 100%;}
div.item_dm .img_tt img{position: relative;transition: all 1.5s ease;width: auto;}
div.item_dm:hover .img_tt img{transform: rotateY(360deg);}
div.item_dm .info_tt{position: relative;margin: 0;padding-top: 5px;}
div.item_dm .name_tt{color: #000;text-align: center;font-size: 17px;font-style: normal;font-weight: 600;-webkit-line-clamp: 2;line-height: 22px;height: calc(22px * 2);letter-spacing: -0.34px;margin-bottom: 0;}
div.item_dm .name_tt:hover{color:var(--maincolor)}
.dichvu_tc{max-width:1050px;margin:0 auto;}
.item_dv{padding:6px 0}
.item_dv .it_dv{width:100%}
.item_dv .img_tt{position: relative;width: 46%;margin-bottom: 0;padding-right: 11px;padding-bottom: 11px;}
.item_dv .img_tt:before{position:absolute;content:'';width:calc(100% - 10px);height:calc(100% - 10px);border:1px solid var(--maincolor);border-radius: 100px 0px;right: 0;bottom: 0;}
.item_dv .img_tt p{position: relative;border-radius: 100px 0px;margin-bottom:0;}
.item_dv .info_tt{width: 49.5%;}
.item_dv .name_tt{color: #222;font-family: var(--fonttd);font-size: 36px;font-style: normal;font-weight: 300;line-height: 1.5; -webkit-line-clamp: 1;margin-bottom: 0;}
.item_dv .line_tt{display:inline-block;width:100px;height:1px;background:var(--maincolor);margin: 5px 0 7px 0;}
.item_dv .des_tt{color: #000;font-size: 14px;font-style: normal;font-weight: 400;line-height: 1.9;-webkit-line-clamp: 5;}
.item_dv .gt_xemthem{margin-top: 17px;}
.item_dv:nth-child(2n) .info_tt{order:-1;}

div.box-cauhoi-yk{background:var(--main-3);padding: 60px 0 85px 0;}
.accordion-cauhoi{padding-right: 10px;max-height: 405px;overflow-y:auto;}
.accordion-cauhoi::-webkit-scrollbar {background: #eee;width: 3px;height: 11px;}
.accordion-cauhoi::-webkit-scrollbar-thumb {background: var(--maincolor);}
.card-cauhoi{padding: 5px 0;}
.card-cauhoi:last-child{border-bottom:0}
.card-header-cauhoi{position:relative;padding: 7px 25px;background: #fff;border-radius: 10px;}
.card-header-cauhoi p{position: relative;display:inline-block;font-size: 13px;font-style: normal;font-weight: 700;line-height: normal;background: linear-gradient(90deg, #F68C1F 0%, #CD151D 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;padding-left: 12px;padding-right: 45px;margin-bottom: 15px;}
.card-header-cauhoi p:before{position:absolute;content:'';width:3px;height:3px;background:var(--secocl);border-radius:50%;left:0;top: 8px;}
.card-header-cauhoi h3{position: relative;color: #000;font-size: 18px;font-style: normal;font-weight: 600;line-height: 36px;letter-spacing: -1.08px;-webkit-line-clamp: 1;padding-right: 25px;margin-bottom: 0;}
.card-header-cauhoi span{position: absolute;color: #fff;display:inline-block;background: linear-gradient(180deg, var(--maincolor) 0%, var( --main-2) 50%, var( --main-3) 100%);width: 36px;height: 36px;line-height: 36px;border-radius: 50%;top: 0;bottom: 0;right: 13px;margin: auto;}
.card-header-cauhoi span:before{position:absolute;content:'';width:12px;height:12px;background:url(../images/ch1.png) no-repeat center;left:0;right:0;top:0;bottom:0;margin:auto;}
.card-header-cauhoi > div[aria-expanded="true"] span:before{background:url(../images/ch2.png)no-repeat center}
.desc-cauhoi{color: #fff;font-size: 15px;line-height: 27px;letter-spacing: -0.9px;margin: 10px 0;}

div.chay-yk{padding-left:20px;padding-right: 50px;padding-top: 5px;}
div.chay-yk .slick-prev:before,div.chay-yk .slick-next:before {font-size: 0;}
div.chay-yk .slick-prev,div.chay-yk .slick-next {width: 19px;height: 61px;top: 35%;}
div.chay-yk .slick-prev {background: url(../images/mt1.png) no-repeat center;left: 70px;}
div.chay-yk .slick-next {background: url(../images/mt2.png) no-repeat center;right: 0}
.item_yk{}
.item_yk .it_yk{width:100%}
.item_yk .img_tt{position: relative;width: 160px;background: #fff;padding: 5px;border-radius: 50%;margin-right: -60px;margin-bottom: 0;z-index: 1;}
.item_yk .img_tt p{position: relative;border-radius: 50%;margin-bottom:0;}
.item_yk .info_tt{width: calc(100% - 100px);}
.item_yk .if_tt{position: relative;background: #fff;border-radius: 30px;padding: 25px 35px 47px 35px;min-height: 278px;}
.item_yk .if_tt:before{position:absolute;content:'';width: 65px;height: 62px;background:url(../images/yk1.png)no-repeat center;right: 30px;bottom: -24px;}
.item_yk .namep_tt{color: #113A17;text-align: center;font-size: 18px;font-style: normal;font-weight: 700;line-height: 25px;letter-spacing: -1.08px;-webkit-line-clamp: 2;max-height: calc(25px * 2);margin-bottom: 0;}
.item_yk .des_tt{position: relative;color: #000;font-size: 15px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: -0.6px;-webkit-line-clamp: 6;max-height: calc(24px * 6);margin-top: 12px;z-index: 7;}
.item_yk .name_desc_yk{color:#fff;padding-left: 75px;padding-top: 10px;padding-bottom: 20px;background: url(../images/yk2.png) no-repeat bottom left 75px;}
.item_yk .name_tt{color: #fff;font-size: 18px;font-style: normal;font-weight: 700;line-height: 1.5;-webkit-line-clamp: 1;margin-bottom: 0;}
.item_yk .cv_tt{-webkit-line-clamp: 1;}

div.box-thuvien-tc{padding:50px 0 100px 0;background:url(../images/bg2.png)no-repeat center;background-size:cover;}
.thuvien-tc{display: grid;grid-template-columns: repeat(11,1fr);gap: 20px}
.thuvien-tc .album{width:100%;margin: 0;grid-column: span 3;}
.thuvien-tc .album:nth-child(2){grid-column:span 5;grid-row:span 2}
.thuvien-tc .pic-album{border-radius: 7px;height:202px;}
.thuvien-tc .pic-album img{width:100%;height:100%;object-fit:cover;}
.thuvien-tc .album:nth-child(2) .pic-album{height:424px;}

.dangky-tc{border-radius: 8px;background: linear-gradient(180deg, #FFF 0%, #ECF8C6 100%);box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);padding: 35px 40px;}
.form-newsletter-flex{width: 56%;margin: 0;border: 1px solid var(--maincolor);border-radius: 10px;background: #fff;}
.newsletter-input{position:relative;vertical-align: top;padding: 0;width: calc(100% - 170px);margin: 0;}
.newsletter-input .input-group{width: 100%;border: none;background: none;margin: 0;}
.newsletter-input .input-group-text{width: 55px;border-radius: 0;background: none;border: none;padding: 0;justify-content: center;align-items: center;}
.newsletter-input input{padding: 0 5px;font-size: 15px !important;font-weight: normal;height: 58px;color: #434343 !important;border: none;border-radius: 0;background: none !important;margin: 0;}
.newsletter-input input::placeholder{color:#434343 ;font-size:15px;}
.newsletter-button{position: relative;width: 170px;vertical-align: top;padding: 0;margin: 0;text-align: center;}
.newsletter-button input[type=submit]{position: relative;border:0px;color: #fff;display: inline-block;cursor:pointer;height: 60px;width: 100%;padding: 0 10px;text-align: center;font-size: 15px;font-style: normal;font-weight: 700;line-height: 58px;text-transform: uppercase;border-radius: 8px;background: var(--maincolor);transition: 0.5s;margin: 0;}
.newsletter-button input[type=submit]:hover{background: var(--main-3)!important;color: #fff;}
