@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: 'Roboto';
    src: url("../fonts/Roboto-Black.ttf");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

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

@font-face {
    font-family: 'SVN-GenicaPro';
    src: url("../fonts/SVN-GenicaPro.otf");
    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: #ff7f26;
    --hb: 'helveticaneue';
    --svn: 'SVN-GenicaPro';
}

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

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 {
    color: var(--maincolor);
    font-size: 32px;
    font-family: var(--hb);
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0;
}

.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: url(../images/web/hd1.png) no-repeat left top, url(../images/web/hd2.png) no-repeat right bottom;}
.header .header-top {position:relative;color: #ffffff;}
.header .header-top:before{position:absolute;content:'';width:100%;height:6px;background: linear-gradient(90deg,var(--maincolor) 0%,var(--maincolor) 25%,var(--secocl) 75%,var(--secocl) 100%);}
.header-top .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: center;background: url(../images/web/hd.png) no-repeat center top;}
.header-top-flex{width: 893px;min-height: 40px;padding: 0 80px;}
.info-header {margin-bottom: 0px;width: 56%;font-size: 16px;height: 40px;}
.info-header marquee{height:40px;line-height:40px;font-weight: 900;text-shadow: 1px 1px #000;}
.header-bottom .wrap-content {max-width: 1320px;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: 4px 0;min-height: 124px;}
.header-bottom {}
.logo-header {margin-top: -32px;}
.logo-header img {}

.banner-header {font-size:21px;color:#333;text-align:center;font-weight:700;font-style:italic;padding-left: 5%;}
.banner-header p {
    color: #df0f00;
    font-size: 39px;
    font-family: var(--svn);
    font-style: normal;
    text-shadow: 3px 3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px 0px 0 #fff, 0px 3px 0 #fff, -3px 0px 0 #fff, 0px -3px 0 #fff, 5px 5px 4px #b1b1b1;
    margin-bottom: 2px;
}
.social-header {margin-bottom: 0;padding: 0;list-style: none;width: calc(100% - 61%);}
.social-header li {display: inline-block;margin: 0;margin-right: 7px;}
.social-header li:last-child{margin-right:0}
.social-header li a{display:block}
.social-header li img{max-height:32px;}
.social-header li:hover img{transform: rotateY(360deg);transition: all 0.7s linear}
.hotline-header {display: inline-block;background: url(../images/web/hl1.png) no-repeat left 15px top, url(../images/web/hl2.png) no-repeat center bottom;padding: 0px 27px 22px 85px;font-family: var(--svn);}
.hotline-header p {font-size: 18px;font-style: italic;font-weight: normal;margin-bottom: -2px;color: var(--maincolor);text-decoration: underline;text-underline-offset: 5px;}
.hotline-header span {font-size: 25px;color: var(--secocl);display: block;font-style: italic;line-height: normal;margin-bottom: -8px;}
.toolbar {background: var(--maincolor);border-top: 1px solid rgb(255 255 255 / 44%);}

.menu {
    background-color: var(--maincolor);
    position: relative;
    z-index: 997;
}
.menu .wrap-content{max-width:1320px;}
.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 {
}

.menu ul li.li-end a {
    padding-right: 0;
}

.menu ul li a:hover,.menu ul li a.active {
    background: var(--secocl);
}

.menu ul li.li-tim {
}

.menu ul li.li-tim a {
}

.menu ul li.menu-line {
    width: 2px;
    height: 16px;
    background: url(../images/web/line.png) no-repeat center;
}

.menu ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 14px 27px;
    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;
    -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;
    letter-spacing: 0;
}

.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 {
    background: none;
    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: 315px;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
}

.search p {
    float: right;
    width: 45px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #333;
    font-size: 19px;
}

.search input {
    width: calc(100% - 45px);
    height: 36px;
    float: left;
    outline: none;
    border: 0px;
    background: transparent;
    padding: 0 10px;
    font-size: 12px
}

.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: 20px 0 35px 0;
}
.chay-dt{margin:0 -7px;}
.partner {
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 1px 7px;
}
.partner img{border-radius:10px;}

.hover_sang1 {
    position: relative;
    overflow: hidden
}

.hover_sang1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0)
}

.hover_sang1:hover:before {
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0)
}

.hover_sang2 {
    position: relative;
    overflow: hidden
}

.hover_sang2:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.hover_sang2:hover:before {
    transition: 1s;
    left: 100%
}

.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( 25% - 20px);
    margin: 10px 10px;
    text-align: center;
    cursor: pointer
}

.album-image {
    margin-bottom: 0.75rem
}

.pic-album {
    position: relative;
    border-radius: 12px;
    margin: 0;
}

.pic-album img {
    width: 100%
}

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

.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: 50px 0;
}
.wrap-product:nth-child(2n){background: #f2fbfe;}
.wrap-product:nth-child(1){background: url(../images/web/bg2.png) no-repeat center;background-size:cover;}
.product {
    width: calc(25% - 20px);
    margin: 10px 10px;
    position: relative;
    text-align: center;
}

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

.pic-product {
    background: #ffffff;
    border-radius: 12px;
    filter: brightness(0.7);
    margin: 0;
}

.pic-product img {
    width: 100%;
}
.name-product.text-split {}
.name-product {font-size: 16px;font-weight: 900;color: #fff;line-height: normal;margin-bottom: 0;}
.info-product {position: absolute;width: 100%;height: 100%;border-radius: 12px;padding: 20px;top: 0;left: 0;}
.if-product{padding:0 2px 10px 12px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;border-radius: 0 0 0 15px;}
.product:hover .name-product {color: #FFEB3B;}
.product:hover .if-product{border-color:#FFEB3B}

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

.list-news-other li a {
    text-transform: none;
    color: #333333;
    line-height: 1.5;
}

.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{
    background: url(../images/web/bg4.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 15px;
}
.footer-article {padding:50px 0 40px 0}

.footer-article .wrap-content {
    max-width: 1320px;
}

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

.footer-powered span {
}

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

.footer-powered .wrap-content {
    padding: 22px 0;
    max-width: 1320px;
    border-top: 1px solid #3b647f;
}

.footer-statistic {
    text-align: right
}

.footer-statistic span {
    padding-right: 10px
}

.footer-statistic span:last-child {
    padding-right: 0px
}

#footer-map {
    position: relative;
    height: 430px;
}

#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: 32px;
    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
}

.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-frame ul{border-radius:2px;text-align:center;background:var(--maincolor);padding:9px;width:180px;margin-left:10px;position:absolute;color:#ffffff;z-index:999;top:0px;right: 60px;-webkit-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;-webkit-animation:headerAnimation 0.7s 1;animation:headerAnimation 0.7s 1;list-style: none;display: none;}
.btn-frame:hover ul{display:block}
.btn-frame ul:before{content:"";width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent var(--maincolor) transparent transparent;position:absolute;right: -10px;top:10px;transform: rotate(180deg);}
.btn-frame ul a{color:#fff;font-size: 15px;font-weight: 700;letter-spacing: 0.5px;}
.btn-frame ul a:hover{color: #FFEB3B;}
.btn-phoneft .kenit-alo-circle{border-color:#df0f00}
.btn-phoneft .kenit-alo-circle-fill{background: rgb(223 15 0 / 35%);}
.btn-phoneft i{background:#df0f00}
.btn-phoneft span{text-align:center;background: #df0f00;font-size: 15px;font-weight: 700;letter-spacing: 0.5px;border-radius: 50px;padding: 10px;padding-left: 40px;width:180px;margin-left:10px;position:absolute;color:#ffffff;top: 4px;left: 0;-webkit-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;-webkit-animation:headerAnimation 0.7s 1;animation:headerAnimation 0.7s 1}
.btn-phoneft {bottom: 30px;left: 20px;right:auto;}
.btn-phone {
    bottom: 355px;
}

.btn-zalo {
    bottom: 280px;
}

.btn-fb {
    bottom: 205px;
}

.btn-map {
    bottom: 130px;
}

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

.pagination li {
    margin: 3px;
}

.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;
    color: #000;
}

.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 {max-width: 1366px;margin: 0 auto;}

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: 0 -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: 49%;
    padding: 35px 50px 35px 30px;
}

.right-intro {
    width: 51%;
    background: linear-gradient(90deg,rgb(0 0 0 / 5%) 0%,rgb(255 255 255 / 0%) 20%,rgb(255 255 255 / 0%) 100%);
    border-radius: 0 12px 12px 0;
    padding: 35px 30px 35px 70px;
}

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: 36%;
    margin: 0;
    border-radius: 10px;
}

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

.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
}
.video-tc-nb{max-width:1140px; position: absolute;left:0;right: 0;bottom: 20px;margin:0 auto}
.load-video-tc .h-r-v {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 iframe {width: 100%;height: 100%}
.load-video-tc div.item-duoi a{border: 1px solid #fff;border-radius: 10px;display:block;}
.load-video-tc div.item-duoi img {border-radius: 10px;}
.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 img {object-fit: cover;/* height: 538px; */width: 100%;border-radius: 12px;}
.load-video-tc div.item-video a:before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/web/vd1.png) no-repeat center top 38%;}
.load-video-tc {position: relative}

div.wap_copy {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
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: 38%;
}

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

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

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

.footer-title {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding-bottom:10px;
    margin-bottom: 7px;
}
.footer-title:before{position:absolute;content:'';width:35px;height:3px;background:#fff;left:0;bottom:0}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0 -20px;
}

.footer-ul li {
    width: calc(50% - 40px);
    margin: 0 20px;
}

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

.footer-ul li a {
    position: relative;
    display: block;
    color: #fff;
    padding: 8.5px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-left: 15px;
}
.footer-ul li a:before{position:absolute;content:'';width:4px;height:4px;background: #008dd3;border-radius:50%;left:0;top: 17px;}

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

.footer-copyright {
}

.footer-copyright span {
}
#fanpage-facebook{border-radius:14px;background:#fff;}
#fanpage-facebook iframe{border-radius:17px;}
.social {margin-bottom: 0;padding: 0;list-style: none}
.social li {display: inline-block;margin: 0 5px;}
.social li:last-child{margin-right:0}
.social li a{display:block}
.social li img{max-height:40px;}
.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: 50px 0;background: url(../images/web/bg3.png) no-repeat center;background-size: cover;}
.bg-tintuc-bv{background:#fff;border-radius: 12px;}
.name-newshome {color: #333;font-size: 15px;font-weight:500;margin-bottom: 0}
.name-newshome:hover {color: var(--secocl);}
.name-newshome.text-split {-webkit-line-clamp: 2;line-height: 22px;max-height: calc(22px * 2);}
.time-newshome {color: var(--maincolor);font-size: 13px;background: url(../images/web/bv1.png) no-repeat center left;padding-left: 20px;margin: 5px 0;}
.desc-newshome {color: #637281;margin-bottom: 0px;-webkit-line-clamp: 2;line-height: 23px;max-height: calc(23px * 2);}
.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:-10px 0}
.newshome-normal {margin: 10px 0}
.pic-newshome-normal {width: 33.5%;margin: 0;border-radius: 5px;}
.pic-newshome-normal img {width: 100%}
.info-newshome-normal {width: calc(100% - 33.5% - 12px);}

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: #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 .logo-header img {
    max-width: 49px;
}

.menu-fix ul li a {
}

.menu-fix .logo-header {
    padding: 2px 21px;
}

.slick-none {display: none;}
.slick-none.slick-slider {display: block;}
.tieude1 {text-align: center;background: url(../images/web/td1.png) no-repeat center bottom;padding-bottom: 10px;margin-bottom: 20px;}
.tieude1 p{color: var(--secocl);text-transform: uppercase;font-weight: 900;letter-spacing: 0.5px;margin-bottom: 0;}
.tieude1 h2{color: #333;font-size: 30px;font-family: var(--hb);text-transform: uppercase;line-height: 1.5;margin-bottom: 0;}
.tieude2{position: relative;color: var(--maincolor);font-size: 28px;font-family: var(--hb);text-transform: uppercase;line-height: 1.5;padding-left: 17px;margin-bottom: 25px;}
.tieude2:before{position:absolute;content:'';width:3px;height:80%;background:var(--maincolor);left:0;top:0;bottom:0;margin:auto}
.tieude2:after{position:absolute;content:'';width:1px;height:80%;background:var(--maincolor);left:5px;top:0;bottom:0;margin:auto}

.box-video-tc{padding: 50px 0 20px 0;}
.box-video-tc .tieude1{margin-bottom:27px;}
.newsletter-input{position:relative;vertical-align: top;padding: 0;margin: 0;justify-c;}
.newsletter-input .input-group{width: 100%;border: 1px solid #e4e4e4;background: none;border-radius: 10px;margin: 0;margin-bottom: 10px;}
.newsletter-input .input-group:last-child{align-items: flex-start;padding: 16px 0;}
.newsletter-input .input-group-text{width: 45px;border-radius: 0;background: none;border: none;padding: 0;justify-content: center;align-items: center;}
.newsletter-input input{padding: 0 5px;font-size: 14px !important;font-weight: normal;height: 43px;color: #7f7f7f !important;border: none;border-radius: 0;background: none !important;margin: 0;}
.newsletter-input input::placeholder, .newsletter-input textarea::placeholder{color:#7f7f7f ;font-size:14px;}
.newsletter-input textarea{padding: 0 5px;font-size: 14px !important;font-weight: normal;color: #7f7f7f !important;border: none;border-radius: 0;background: none !important;margin: 0;}
.newsletter-button{position: relative;width: 100%;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: 46px;padding: 0 10px;text-align: center;font-size: 14px;font-style: normal;font-weight: 700;line-height: 50px;text-transform: uppercase;border-radius: 10px;background: #ca2128;transition: 0.5s;margin: 0;}
.newsletter-button input[type=submit]:hover{background: var(--secocl) !important;color: #fff;}

.box-danhmuc-tc{padding:35px 0 40px 0}
.box-duan-tc{padding:45px 0 50px 0;background:#f2fbfe}
.boxDuan {display: grid;grid-template-columns: repeat(3,1fr);gap: 21px;}
.boxDuan > .item-duan {margin: 0!important;width: 100%;min-width: 100%}
.item-duan {width: calc(25% - 20px);margin: 10px 10px;position: relative;text-align: center;}
.box-duan {position: relative;display: block}
.pic-duan {background: #ffffff;border-radius: 12px;margin: 0;filter: brightness(0.7);}
.pic-duan img {width: 100%;}
.name-duan {font-size: 16px;font-weight: 900;color: #fff;line-height: 1.5;margin-bottom: 0;}
.name-duan.text-split {}
.info-duan {position: absolute;width: 100%;height: 100%;border-radius: 12px;padding: 20px;top: 0;left: 0;}
.if-duan{padding:0 2px 10px 12px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;border-radius: 0 0 0 15px;}
.item-duan:hover .name-duan {color: #FFEB3B;}
.item-duan:hover .if-duan{border-color:#FFEB3B}
.boxDanhmuc .if-duan{border:none;padding:0 10px;position:relative;padding-bottom:10px}
.boxDanhmuc .if-duan:before{position:absolute;content:'';width:36px;height:1px;background:#fff;left:0;right:0;bottom:0;margin:auto;}
.boxDanhmuc .name-duan{font-size:22px;}

.box-visao-ha{padding:50px 0;background:url(../images/web/bg1.png)no-repeat center;background-size:cover;}
.left-ha{width: 54%;}
.right-ha{width: 43%;padding-right: 50px;}
.thangmay-ha{}
.left-tm{width: 61%;}
.right-tm{width: calc(100% - 61% - 14px);overflow: hidden;}
.tieudevs {position: relative;padding-left: 16px;margin-bottom: 20px;}
.tieudevs p{color: var(--maincolor);text-transform: uppercase;font-size: 30px;font-weight: 900;font-family: var(--hb);margin-bottom: 0;}
.tieudevs h2{color: var(--secocl);font-size: 16px;font-weight: 900;text-transform: uppercase;line-height: 1.5;letter-spacing: 0.5px;margin-bottom: 0;}
.tieudevs:before{position:absolute;content:'';width:3px;height: 87%;background:var(--maincolor);left:0;top: 5px;margin:auto}
.tieudevs:after{position:absolute;content:'';width:1px;height: 87%;background:var(--maincolor);left:5px;top: 5px;margin:auto}
.chay-ha-c .album{margin:0}
.chay-ha-p {margin: -7px 0;}
.chay-ha-p .album{margin: 7px 0;}
.item_db{position: relative;}
.item_db .it_db{position: relative;margin: 21px 0;}
.item_db .img_tt{position: relative;width: 66px;}
.item_db .img_tt img{position: relative;transition: all 1.5s ease;width: auto;}
.item_db:hover .img_tt img{transform: rotateY(360deg);}
.item_db .info_tt{width: calc(100% - 84px);position: relative;margin: 0;}
.item_db .name_tt{color: #005c86;font-size: 16px;font-weight: 900;-webkit-line-clamp: 1;line-height: 24px;max-height: calc(24px * 1);margin-bottom: 0;}
.item_db .des_tt{color: #333;font-size: 14px;-webkit-line-clamp: 1;line-height: 24px;max-height: calc(24px * 1);margin-top: 2px;margin-bottom: 0;}
.chay-db{margin: -21px 0;}
.box-quangcao-tc{max-width:1366px;margin:0 auto;}

.left-pro{width: 17.5%;}
.right-pro{width: 80.7%;}
.tieudesp {position: relative;padding-left: 15px;margin-bottom: 10px;}
.tieudesp h2{color: #333;text-transform: uppercase;font-size: 36px;font-weight: 900;font-family: var(--hb);line-height: 1.4;margin-bottom: 0;}
.tieudesp p{color: var(--maincolor);font-size: 13px;text-transform: uppercase;line-height: 1.5;margin-bottom: 0;}
.tieudesp:before{position:absolute;content:'';width:3px;height: 88%;background:var(--maincolor);left:0;top: 5px;margin:auto}
.tieudesp:after{position:absolute;content:'';width:1px;height: 88%;background:var(--maincolor);left:5px;top: 5px;margin:auto}
.wrap-product:nth-child(1) .tieudesp h2, .wrap-product:nth-child(1) .tieudesp p{color:#fff}
.wrap-product:nth-child(1) .tieudesp:before, .wrap-product:nth-child(1) .tieudesp:after{background:#fff}
.chay-pro{margin:0 -7px;}
.chay-pro .product{margin: 0;}
.chay-pro .box-product{margin:0 7px;}
.chay-pro .name-product.text-split{line-height: 24px;max-height: calc(24px * 3);}
.slick-prev-css,.slick-next-css{display:inline-block;width:37px;height:37px;}
.slick-prev-css{background:url(../images/web/mt3.png) no-repeat;margin-right: 7px;}
.slick-next-css{background:url(../images/web/mt4.png) no-repeat}
.wrap-product:nth-child(1) .slick-prev-css{background:url(../images/web/mt1.png) no-repeat;}
.wrap-product:nth-child(1) .slick-next-css{background:url(../images/web/mt2.png) no-repeat}