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

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

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

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

@font-face {
    font-family: 'Monoton';
    src: url("../fonts/Monoton-Regular.ttf");
    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;
    --secocl: #C0180D;
    --fonttd: 'Oswald';
    --fontmn: 'Monoton';
}

html {
    overflow-x: hidden;
}

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: 'Roboto',sans-serif;
    font-size: 14px;
    top: 0 !important;
    max-width: 1920px;
    min-width: 1356px;
}

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.5rem;
    text-align: center
}

.title-main span {
    text-transform: uppercase;
    color: var(--maincolor);
    font-family: var(--fonttd);
    font-size: 32px;
    font-weight: 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 {
    position: relative;
    background: url(../images/web/bg1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 998;
}
.header:before{position:absolute;content:'';width: 19%;height:40px;background:var(--secocl);left: calc(100% - 19%);bottom:-8px;}
.header .header-top {
    color: #ffffff;
    background-color: var(--maincolor)
}

.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
}

.header-top .wrap-content .info-header {
    margin-bottom: 0px
}

.header-top .wrap-content .info-header i {
    vertical-align: top;
    margin: 3px 5px 0px 0px;
    font-size: 16px
}

.header-top .wrap-content .info-header:nth-child(1) {
}

.header-top .wrap-content .info-header:nth-child(2) {
}

.header-top .wrap-content .info-header:nth-child(3) {
}

.header-top .wrap-content .info-header:nth-child(4) {
}

.header-bottom .wrap-content {
    position: relative;
    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;
    padding: 10px 0;
}
.header-bottom .wrap-content:before{position:absolute;content:'';width: calc(100% - 215px);height: 13px;background: var(--maincolor);clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);right: 0;bottom: -1px;}
.header-bottom {}
.logo-header {}
.logo-header img {}
.banner-header {padding-bottom: 15px;}
.banner-header img {}
.ngonngu-header{padding-bottom: 20px;}
.hotline-header {display: inline-block;background: url(../images/web/hl1.png) no-repeat left center;min-height: 39px;padding-left: 50px;padding-right: 25px;}
.hotline-header p {font-size: 15px;font-weight: 500;margin-bottom: -2px;color: #0C368B;}
.hotline-header span {color: #B41010;font-size: 20px;font-family: var(--fonttd);display: block}
.lang-header a{display:inline-block;margin: 0 1px;}
.social-header {position: absolute;margin-bottom: 0;padding: 0;list-style: none;background: var(--secocl);min-height: 40px;min-width: 17%;right: 0;bottom: -8px;}
.social-header:before{position:absolute;content:'';width:17px;height:100%;background:var(--secocl);right:calc(100% - 1px);top:0;clip-path: polygon(95% 0, 100% 0, 100% 100%, 95% 100%, 0 50%);}
.social-header li {display: inline-block;margin: 0;margin-right: 25px;}
.social-header li:last-child{margin-right:0}
.social-header li a{display:block;}
.social-header li img{max-height:37px;}
.social-header li:hover img{transform: rotateY(360deg);transition: all 0.7s linear}
.toolbar {
    background: var(--maincolor);
    border-top: 1px solid rgb(255 255 255 / 44%);
}

.menu {
    position: relative;
    background-color: var(--maincolor);
    z-index: 99;
    min-width: 1356px;
}
.menu .wrap-content{position:relative;}
.menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    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;
}

.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: #fff;
    border-color: var(--secocl);
}
.menu ul li a:hover:before, .menu ul li a.active:before{position:absolute;content:'';width:16px;height:6px;background:var(--secocl);clip-path: polygon(50% 0%, 0% 100%, 100% 100%);bottom: -1px;left:0;right:0;margin:auto;}
.menu ul li.timkiem {color:#fff;padding-left:20px;font-size: 17px;}

.menu ul li.li-tim a {
}

.menu ul li.menu-line {
    width: 1px;
    height: 20px;
    background-color: #255CE8;
}

.menu ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    padding: 11px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 3px solid rgb(255 255 255 / 0%);
}

.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);
    border-color: #ececec;
}
.menu ul li ul li:hover > a:before{display:none;}
.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: 25%;
    background: #ffffff;
    position: absolute;
    right: 17%;
    top: calc(100% + 10px);
    border: 1px solid var(--maincolor);
    border-radius: 5px;
}

.search p {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: var(--maincolor);
    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
}

.box-partner-tc {padding: 50px 0 40px 0;background: #F5F5F5;}
.chay-dt{margin:0 -11px;}
.partner {display: block;margin: 0px 11px;}

.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% - 30px);
    margin: 15px;
    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;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 1.5;
}

.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: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #E3E3E3;
}

.box-product {
    position: relative;
    display: block
}

.pic-product {
    background: #ffffff;
    margin: 0;
}

.pic-product img {
    width: 100%;
}

.name-product {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.name-product:hover {
    color: var(--secocl);
}

.name-product.text-split {
    -webkit-line-clamp: 2;
}

.info-product {padding: 20px 0 4px 0;}

.price-product {
    margin-bottom: 0px;
    color: #404040;
    padding-top: 10px;
}

.price-product span {
}

.price-new b {
    color: #000;
}

.price-new {
    font-weight: 700;
    color: #C0180D;
}

.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
}

.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-article {
    background: url(../images/web/bg5.png) no-repeat center;
    background-size: cover;
    color: #333;
}

.footer-article .wrap-content {
    padding: 60px 0;
}

.footer-tags {
    background: #eee
}

.footer-tags .wrap-content {
    padding: 30px 15px
}

.footer-tags-lists {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.footer-tags-lists li {
    float: left
}

.footer-tags-lists li a {
    padding-bottom: 0.375rem
}

.footer-tags-lists li a:hover {
}

.footer-powered {
    color: #ffffff;
    background-color: var(--maincolor);
    font-size: 13px;
}

.footer-powered span {
}

.footer-powered b {
    font-weight: normal
}

.footer-powered .wrap-content {
    padding: 16px 0;
}

.footer-statistic {
    text-align: right
}

.footer-statistic span {
    padding: 0 10px 0 9px;
}

.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 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--maincolor);
    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;
    font-size: 35px;
    color: #fff;
}

.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: 285px;
}

.btn-phone {
    bottom: 205px;
}
.btn-fb{bottom:125px}

.pagination {
    margin-top: 25px !important;
    flex-wrap: wrap;
}

.pagination li {
    margin: 5px;
}

.pagination li .page-link {
    border-radius: 6px !important;
    padding: 0 5px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border-color: #b3b3b3;
    color: #000;
}

.page-link.active,.page-link.bg-primary {
    background: var(--secocl) !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: 30PX;
}

.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: 25px 0 50px 0;
}

div.css_flex_baiviet {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

div.css_flex_video {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

div.css_flex_album {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

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(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}

div.css_baiviet_ngang .pic-news {
    width: 100%;
    margin: 0;
    float: none;
}

div.css_baiviet_ngang .info-news {
    width: 100%;
    float: none;
    padding-top: 12px;
}
div.css_baiviet_ngang .desc-news{margin-top:3px;}
div.wap-tin-video {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.left-intro {
    width: 49%;
}

.right-intro {
    width: 47%;
}

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: 35%;
    margin-bottom: 0
}

.pic-news img {
    width: 100%
}

.info-news {
    float: right;
    width: 61%;
}

.name-news {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
}

.name-news:hover {
    color: var(--secocl);
}

.time-news {
    color: #666;
    margin-bottom: 0.25rem;
    display: none;
}

.desc-news {
    color: #333333;
    margin-top: 7px;
    line-height: 1.7;
}

.view-news {
    color: #c00;
    display: block;
    margin-top: 5px;
    display: none;
}

.video {
    width: calc(25% - 20px);
    text-align: center;
    cursor: pointer;
    margin: 10px 10px
}

.pic-video {
    position: relative;
    margin-bottom: 0;
}

.pic-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/play.png) no-repeat center center;
}

.pic-video img {
    width: 100%
}

.name-video {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    display: none;
}

.load-video-tc .h-r-v {
    position: relative;
    padding-top: 10px;
    margin: 0 -5px;
}

.load-video-tc .h-l-v {
}

.load-video-tc .h-l-v iframe {
    height: 333px
}

.load-video-tc div.item-duoi {
    margin: 0 5px;
    position: relative
}

.load-video-tc div.item-duoi:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/web/vd2.png) no-repeat center;
    cursor: pointer
}

.load-video-tc div.item-duoi iframe {
    width: 100%;
    height: 100%
}

.load-video-tc div.item-duoi img {width: 100%;height: 120px;}

.load-video-tc div.item-duoi span {
    display: block;
    text-align: left
}

.load-video-tc div.item-duoi span.ten {
    font-size: 14px;
}

.load-video-tc div.item-duoi span.ngay {
    font-size: 14px;
}

.load-video-tc div.item-video {
    position: relative
}

.load-video-tc div.item-video a {
    position: relative;
    display: block;
    line-height: 0;
    cursor: pointer
}
.load-video-tc div.item-video a:before{position:absolute;content:'';width:100%;height: 25%;background: linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgb(255 255 255 / 0%) 100%);left: 0;bottom: 0;}
.load-video-tc div.item-video a img {
    object-fit: cover;
    height: 392px;
    width: 100%;
}
.load-video-tc div.item-video .name-videohome{
    position: absolute;
    width: 100%;
    padding: 8px 12px;
    background: url(../images/web/vd1.png) no-repeat center left 12px;
    min-height: 82px;
    align-items: center;
    padding-left: 92px;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.load-video-tc div.item-video .name-videohome h3{color:  #FFF;font-size: 17px;font-style: normal;font-weight: 500;text-transform: uppercase;-webkit-line-clamp: 2;line-height: 25px;max-height: calc(25px * 2);margin-bottom: 0;}

.load-video-tc {
    position: relative
}

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

div.wap_copy .copyright,div.wap_copy .statistic {
    margin-bottom: 0
}

.statistic span {
    margin-left: 8px
}

div#main_footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

div#main_footer ul li {
    margin: 9px 0;
    font-size: 14px
}

div#main_footer ul li i {
    width: 30px;
    height: 30px;
    border: 1px solid #f9f9f9;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 18px;
    color: #525252
}

.footer-news:nth-child(1) {
    width: 23%;
    text-align: center;
    padding-top: 15px;
}

.footer-news:nth-child(2) {
    width: 23%;
}

.footer-news:nth-child(3) {
    width: 19%;
}

.footer-news:nth-child(4) {
    width: 23%;
}

.footer-title {
    position: relative;
    color: #222;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px
}
.footer-title:before{position:absolute;content:'';width:40px;height:3px;background:var(--maincolor);bottom:0;left:0}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-logo{margin-bottom: 25px;}
.footer-ul li {
    margin-bottom: 10px
}

.footer-ul li:last-child {
    margin-bottom: 0px
}

.footer-ul li a {
    color: #333;
}

.footer-ul li a:hover {
    text-decoration: none;
    color: var(--secocl);
}

.footer-copyright {
}

.footer-copyright span {
    font-weight: 700;
}
.social {margin-bottom: 0;padding: 0;padding-top: 22px;list-style: none}
.social li {display: inline-block;margin: 0 1px;}
.social li a{display:block;}
.social li img{max-height:37px;}
.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: 60px 0 100px 0;
}

.name-newshome {
    width: calc(100% - 80px);
    color: #121212;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.name-newshome:hover {
    color: var(--secocl);
}

.name-newshome.text-split {
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: calc(24px * 3);
}

.time-newshome {
    width: 67px;
    height: 80px;
    color: #fff;
    text-align: center;
    background: var(--secocl);
    font-size: 13px;
    font-weight: 600;
    padding: 0 7px;
    margin-bottom: 0;
}
.time-newshome span{display:block;font-family: Oswald;font-size: 27px;font-style: normal;border-bottom: 1px solid #fff;margin-bottom: 4px;padding-top: 5px;}
.desc-newshome {
    color: #464646;
    margin-bottom: 0px;
    line-height: 22px;
    max-height: calc(22px * 3);
    margin-top: 7px;
}

.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 {
    overflow: hidden
}

.chay-tintuc{margin:-13px 0}

.newshome-normal {
    display: block;
    margin: 13px 0;
}

.pic-newshome-normal {
    width: 38%;
    margin-bottom: 0px
}

.pic-newshome-normal img {
    width: 100%
}

.info-newshome-normal {
    width: calc(100% - 38%);
    padding-left: 17px;
}
.info-newshome-flex{justify-content:space-between;align-items:center;}
#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-hethong {
    padding: 0 0;
    position: relative
}

div.box-hethong .ht-left {
    width: calc(100% - 10px);
    position: absolute;
    top: 19px;
    right: 10px;
    z-index: 4;
    text-align: right
}

div.box-hethong .ht-right {
    width: 100%
}

div.box-hethong .ht-left .item-ht {
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
    background: rgb(0 0 0 / 70%);
    padding: 10px 20px;
    color: #fff;
    display: inline-block
}

div.box-hethong .ht-left .item-ht .ten {
    display: block
}

div.box-hethong .ht-left .act-item {
    background: rgb(235 32 9)
}

div.box-hethong .ht-right iframe {
    width: 100%
}

div.box-hethong .ht-left .item-ht p {
    margin-bottom: 2px;
}

div.box-hethong .ht-left .item-ht p span {
    color: #fffc00;
}

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: #767676
}

.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;background: var(--maincolor);}
.menu-fix ul.menu-main {justify-content: center;}

.slick-none {display: none;}
.slick-none.slick-slider {display: block;}
.tieude1{position: relative;color: #404040;text-align: center;font-size: 17px;font-style: normal;padding-bottom: 23px;}
.tieude1 > div{position:relative;}
.tieude1 p{position: absolute;color: #EEE;font-family: var(--fontmn);font-size: 60px;font-style: normal;font-weight: 400;line-height: 60px;letter-spacing: 3px;text-transform: uppercase;margin-bottom: 0;left: 0;right: 0;top: 0;}
.tieude1 h2{position: relative;color: var(--maincolor);font-family: var(--fonttd);font-size: 32px;font-style: normal;text-transform: uppercase;line-height: 1.5;margin-bottom: 0;}
.tieude1 span{display: inline-block;background: url(../images/web/td1.png) no-repeat bottom 12px left, url(../images/web/td2.png) no-repeat bottom 12px right;padding: 0 110px;}
.tieude1.tieudesp{padding-top: 27px;padding-bottom: 37px;}
.tieude2{gap: 10px;padding-bottom: 20px;}
.tieude2 .td2{position: relative;flex:1;padding-left:22px}
.tieude2 .td2:before{position:absolute;content:'';width:3px;height:90%;background:var(--maincolor);left:0;top:0;bottom:0;margin:auto;}
.tieude2 h2{color: #000;font-family: var(--fonttd);font-size: 27px;font-style: normal;text-transform: capitalize;line-height: 1.5;margin-bottom: 0;}
.tieude2 p{color: var(--maincolor);font-size: 15px;font-style: normal;font-weight: 600;line-height: 22px;text-transform: uppercase;margin-bottom: -2px;}
.tieude2 a{color: #000;font-size: 15px;font-style: normal;font-weight: 400;line-height: 22px;text-transform: capitalize;background: url(../images/web/xt.png) no-repeat center right;padding-right: 28px;margin-bottom: 5px;}
.tieude2 a:hover{color:var(--secocl);transition:0.5s}

.tieudelv{position: relative;max-width: 880px;color: #fff;text-align: center;font-size: 14px;font-style: normal;margin: 0 auto;padding-top: 40px;padding-bottom: 40px;}
.tieudelv > div{position:relative;line-height: 1.9;}
.tieudelv span{position: absolute;color: #EEE;font-family: var(--fontmn);font-size: 80px;font-style: normal;font-weight: 400;line-height: 80px;letter-spacing: 4px;text-transform: uppercase;margin-bottom: 0;opacity: 0.2;left: 0;right: 0;top: 0;}
.tieudelv h2{position: relative;color: #fff;font-family: var(--fonttd);font-size: 32px;font-style: normal;text-transform: uppercase;line-height: 1.5;margin-bottom: 7px;}


div.box-dangky-nt{padding: 65px 0 80px 0;background: url(../images/web/bg4.png) no-repeat center #F5F5F5;background-size: cover;}
.box-dangky-tc{position: relative;padding: 35px 0;}
.box-dangky-tc:before{position:absolute;content:'';width:100%;height: calc(100% - 104px);border: 1px solid rgb(255 255 255 / 50%);border-top: 0;left: 0;right: 0;bottom: 0;}
.tieude-dk{text-align: center;position: relative;align-items: center;justify-content: space-between;margin-bottom: 0;padding-bottom: 27px;flex: 0 1;}
.tieude-dk:before,.tieude-dk:after{content:'';width: 1px;height: 1px;background: rgb(255 255 255 / 50%);margin: 0;flex-grow: 1;}
.td-dk{position: relative;color: #fff;text-align: center;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;padding: 0 20px;padding-top: 53px;}
.td-dk h2{font-size: 32px;font-family: var(--fonttd);font-weight: 500;line-height: normal;text-transform: uppercase;margin-bottom: 10px;}
.td-dk span{position: absolute;display: inline-block;font-family: var(--fontmn);font-size: 80px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 4px;text-transform: uppercase;opacity: 0.1;left: 0;right: 0;top: 0;margin: 0 auto;}
.form-newsletter-flex{padding: 0 35px;}
.newsletter-input-left{position:relative;vertical-align: top;padding: 0;width: 68%;}
.newsletter-input{width:100%;margin: 0 -10px;}
.newsletter-input input{width: calc(50% - 20px);padding: 0;font-size: 13px !important;font-weight: normal;height: 50px;color: #707070 !important;border: none;border-radius: 0;background: #fff !important;margin: 0 10px;margin-bottom: 20px;padding-left: 15px;}
.newsletter-input input:last-child{width:100%;margin-bottom: 0;}
.newsletter-button textarea{padding: 15px;font-size: 14px !important;font-weight: normal;color: #707070 !important;border: none;border-radius: 0;background: #fff !important;margin: 0;min-height: 120px;padding-left: 15px;padding-right: 80px;}
.newsletter-input input::placeholder, .newsletter-button textarea::placeholder{color:#707070 ;font-size:13px;}
.newsletter-button{position: relative;width: 32%;vertical-align: top;padding: 0;margin: 0;}
.newsletter-button p{color: #FFF;font-size: 16px;font-weight: 500;line-height: 24px;}
.newsletter-button input[type=submit]{border:0px;color: #fff;display: inline-block;position: absolute;width: 70px !important;cursor:pointer;padding: 0;line-height: 45px;text-align: center;text-transform: uppercase;font-weight: 700;font-size: 15px;border-radius: 0;background: var(--secocl);transition: 0.5s;margin: 0;right: 5px;bottom: 5px;z-index: 9;}
.newsletter-button input[type=submit]:hover{background: var(--maincolor) !important;color: #fff;}
.hotline-dk{text-align: center;color: #fff;padding-top: 24px;}
.hotline-dk p{display:inline-block;font-size: 15px;margin-bottom: 0;line-height: 43px;padding-left: 50px;}
.hotline-dk p:nth-child(1){background: url(../images/web/dk1.png) no-repeat center left;padding-right: 35px;}
.hotline-dk p:nth-child(2){background:url(../images/web/dk2.png) no-repeat center left}
.hotline-dk p span{font-size:18px;font-weight: 700;}

.box-duan-tc{background: url(../images/web/bg3.png) no-repeat;background-size: 100% 100%;padding:50px 0 75px 0;}
.chay-da{margin: -16px;}
.item-da{position: relative;}
.item-da .it-da{display: block;margin: 16px;text-align: center;}
.item-da .img_tt{position: relative;}
.item-da .img_tt img{position: relative;width:100%;height:100%;}
.item-da .info_tt{position: relative;width: calc(100% - 35px);background:#fff;box-shadow:0px 0px 17px rgba(0, 0, 0, 0.10);border-top: 4px solid var(--maincolor);margin: 0 auto;padding: 15px 10px 17px 10px;margin-top: -38px;}
.item-da .info_tt:before{position:absolute;content:'';width:22px;height:12px;background:var(--maincolor);clip-path: polygon(50% 0%, 0% 100%, 100% 100%);left: 0;right: 0;bottom: 100%;margin: auto;}
.item-da .name_tt{color: #121212;font-size: 15px;font-style: normal;font-weight: 700;line-height: 24px;-webkit-line-clamp: 1;max-height: calc(24px * 1);margin-bottom: 0;}
.item-da .name_tt:hover{color:var(--secocl);transition:0.5s}
.item-da .des_tt{color: #404040;font-size: 13px;line-height: 20px;max-height: calc(20px * 2);-webkit-line-clamp: 2;margin: 0;margin-top: 5px;}

.box-linhvuc-tc{position:relative;padding:60px 0 25px 0;}
.box-linhvuc-tc:before{position:absolute;content:'';width:100%;height: 55%;background:url(../images/web/bg2.png) no-repeat;background-size:cover;top:0;left:0;}
.linhvuc-tc{position: relative;border-radius: 20px 20px 0 0;background: #FFF;box-shadow: 0 -17px 15px rgb(0 0 0 / 50%);padding: 35px;padding-bottom: 0;}
.chay-lv{margin: 0 -22px;}
.item-lv{position: relative;}
.item-lv .it-lv{display: block;margin: 0 22px;text-align: center;}
.item-lv .img_tt{position: relative;background: url(../images/web/lv.png) no-repeat center;background-size: 100% 100%;padding: 20px 9px 18px 27px;}
.item-lv .img_tt p{border-radius:50%;}
.item-lv .img_tt img{position: relative;width:100%;}
.item-lv .info_tt{position: relative;margin: 0 auto;padding: 17px 0 0 0;}
.item-lv .name_tt{color: #121212;font-size: 20px;font-style: normal;font-weight: 700;line-height: 26px;-webkit-line-clamp: 1;max-height: calc(26px * 1);margin-bottom: 0;}
.item-lv .name_tt:hover{color:var(--secocl);transition:0.5s}
.item-lv .des_tt{color: #404040;font-size: 14px;line-height: 26px;max-height: calc(26px * 2);-webkit-line-clamp: 2;margin: 0;margin-top: 7px;}
.lv_xemthem{text-align:center;padding-top: 20px;}
.lv_xemthem a{position: relative;margin-top: ;display: inline-block;color: #fff;text-align: center;font-size: 15px;font-style: normal;text-transform: uppercase;transition: 0.5s;min-width: 150px;line-height: 45px;border-radius: 60px;background: var(--maincolor);}
.lv_xemthem a:hover{background:var(--secocl);color:#fff}


div.box-gioithieu-tc {position: relative;padding: 80px 0;}
.noidung_gt {width: 41.5%;position: relative;padding-top: 45px;z-index: 9;order: 2;}
.tieude_gt{position:relative;padding-top: 10px;padding-bottom: 25px;}
.tieude_gt:before{position:absolute;content:'';width:60px;height:3px;background:var(--maincolor);left:0;top:0}
.tieude_gt span{display: block;color: #121212;font-size: 17px;font-style: normal;font-weight: 500;text-transform: uppercase;padding-bottom: 10px;}
.tieude_gt h2{color: var(--maincolor);font-family: var(--fonttd);font-size: 32px;font-style: normal;font-weight: 400;line-height: normal;margin-bottom: 0;}
.tieude_gt p{color: var(--secocl);font-size: 18px;font-style: normal;font-weight: 700;margin-bottom: 0;}
.mota_gt {color: #404040;line-height: 24px;max-height: 195px;overflow-y: auto;padding-right: 10px;}
.mota_gt::-webkit-scrollbar {background: #ddd;width: 3px;height: 11px;}
.mota_gt::-webkit-scrollbar-thumb {background: var(--maincolor);}
.gt_xemthem{position: relative;margin-top: 35px;display: inline-block;color: #fff;text-align: center;font-size: 15px;font-weight: 700;font-style: normal;text-transform: uppercase;transition: 0.5s;min-width: 150px;line-height: 50px;border-radius: 0;background: var(--secocl);border-left: 3px solid var(--maincolor);}
.gt_xemthem:before{position:absolute;content:'';width: 14px;height: 21px;background:var(--maincolor);clip-path: polygon(0 0, 0% 100%, 100% 50%);left: -3px;top: 0;bottom: 0;margin: auto;}
.gt_xemthem:hover{background: var(--maincolor);color:#fff}
.hinhgt {position: relative;width: 55.5%;background: url(../images/web/gt1.png) no-repeat right top 20px;padding-right: 73px;}
.hinh_gt{position: relative;padding-top:18px;padding-right:15px;}
.hinh_gt:before{position:absolute;content:'';width: 65%;height: 73%;border-top:3px solid var(--maincolor);border-right:3px solid var(--maincolor);top: 0;right: 0;}
.item_gt1{}
.item_gt2{background: url(../images/web/gt2.png) no-repeat left top 17px;padding-right:45px;}
.item_gt2 .img_tt{position: relative;margin-top: -57px;max-width: 255px;border: 5px solid #fff;box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);}
.item_gt .img_tt {display: block;}
.item_gt .img_tt img{width:100%;height:100%;object-fit:cover}
.hotline-gt{font-style: normal;font-family: var(--fonttd);}
.hotline-gt p{color: var(--maincolor);font-size: 20px;line-height: normal;margin-bottom: -2px;}
.hotline-gt span{display: inline-block;color: var(--secocl);font-size: 27px;background: url(../images/web/hl2.png) no-repeat center left;padding-left: 32px;}