/* @keyframe */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

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

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

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

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse-animation {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

    10% {
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.6, 1.6, 1.6);
        opacity: 0;
    }
}

@keyframes border-animation {
    0% {
        transform: scale3d(0.6, 0.6, 0.6);
        opacity: 0;
    }

    20% {
        transform: scale3d(1.2, 1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.4, 1.4, 1.4);
        opacity: 0;
    }
}


:root {
    --color-main: #589EDF;
    --color-social: #f00;
    --color-hover: #F9C653;
    --color-text: #f00;
    --menu-border: rgb(255 255 255 / 20%);
    --menu-color: #fff;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Saira';
}

.seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

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

.max-width, .wrap-content {
    margin: 0px auto;
    max-width: 1300px;
}

.container-custom {
    padding: 0px 10px;
    margin: 0px auto;
}

img {
    max-width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.social-plugin {
    display: flex;
    margin-top: 10px;
}

.scale-img {
    overflow: hidden;
}

.scale-img img, .scale-img picture {
    transition: all 0.5s;
}

.scale-img:hover img, .scale-img:hover picture {
    transform: scale(1.1, 1.1);
}

.hover-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.p-relative {
    position: relative;
}

/* Transition All */
.transition, .btn-frame .kenit-alo-circle-fill, .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, .support-online .kenit-alo-circle-fill {
    transition: 0.3s all;
}

.gutter-x-20 {
    --bs-gutter-x: 20px;
}

.gutter-x-5 {
    --bs-gutter-x: 5px;
}

/*   Header   */
.header {
    padding: 10px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    position: sticky;
}

.header.fixed {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 7px -2px #000;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(3px);
}

.header .header-right {
    display: flex;
    align-items: center;
    width: 80%;
    gap: 30px;
    justify-content: space-between;
}

.header .header-right-res {
    display: none;
}

.header .header-logo a {
    display: block;
}

.header .header-logo a img {
    width: auto;
    max-height: 110px;
    object-fit: cover;
    transition: all 0.5s;
}

.header.fixed .header-logo a img {
    width: auto;
    max-height: 60px;
    object-fit: cover;
}

.header-top {
    background: var(--color-main);
}

.header-top .right {
    display: flex;
    gap: 10px;
}

.header-top .right .hotline,.header-top .address {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top .right .hotline a {
    color: #FFF;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.header-top .right .hotline a span:nth-child(2) {
    font-weight: 600;
}

.header-top .address p {
    color: #fff;
}

.header-top .address p {
    margin-bottom: 0;
    font-size: 15px;
}

.header-top .wrap-content {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-cart {
    border: 1px solid var(--color-main);
    padding: 10px;
    border-radius: 5px;
    position: relative;
    color: var(--color-main);
}

.header-cart:hover {
    color: #fed402;
}

.header-cart i {
    font-size: 20px;
}

.header-cart .count-cart {
    position: absolute;
    z-index: 999;
    color: #fff;
    background: #f00;
    border-radius: 50%;
    top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.menu-head {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.menu-head a {
    color: #fff;
}

.menu-head a:hover {
    color: #fed402;
}

.line-head {
    background-color: #72b2fd;
    height: 32px;
    width: 1px;
}

/* slideshow */
.slideshow {
    position: relative;
    margin-top: -130px;
}

/* Search */
.search {
    width: 50%;
    max-width: 249px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 50px;
    border: 1px solid var(--Xanh-Xanh-700, #589EDF);
    background: var(--trng, #FFF);
}

.search input {
    width: calc(100% - 35px);
    font-size: 13px;
    color: #333;
    border-radius: 10px;
    border: none;
    background: transparent;
    font-size: 15px;
}

.search input:focus {
    border: none;
    box-shadow: none;
}

.search label {
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #589edf;
    border-radius: 10px;
    padding: 6px 10px;
    border-radius: 50%;
}

.search label i {
    font-weight: 400;
    color: #589edf;
}

.box-search {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ds-item-search {
    width: calc(100% - 70px);
}

.ds-item-search a {
    font-size: 14px;
    color: #333;
}

.show-search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.box-search .price-product {
    width: 100%;
    margin: 0px;
    text-align: left;
}

.box-search .price-product .price-new {
    color: #f00;
    font-size: 14px;
    font-weight: bold;
}

.box-search .price-product .price-old {
    color: #999;
    text-decoration-line: line-through;
}

.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    color: var(--color-main);
    font-size: 15px;
    margin: 0px;
    border: 1px solid var(--color-main);
    border-radius: 50%;
}

.search-res .icon-search.active {
    color: var(--color-main);
    background: #ffffff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 40px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--color-main);
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 40px);
    float: right;
    outline: none;
    border: none;
    color: #333;
    box-shadow: none;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131;
}

/* Search autocomplate */
.search-clear {
    position: absolute;
    right: 60px;
    top: calc(50% - 13px / 2);
    color: #FF0101;
    font-size: 13px;
    cursor: pointer;
    display: none;
}

.search-clear.active {
    display: block;
}

.search-loading {
    text-align: center;
}

.search-loading span {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid blue;
    border-right: 5px solid green;
    border-bottom: 5px solid red;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-autocomplate {
    position: absolute;
    left: 0px;
    top: calc(100% + 5px);
    right: 0px;
    background: #fff;
    border: 1px solid #e9e9e9;
    /* border-top: none; */
    display: none;
    z-index: 99;
    padding: 10px;
    border-radius: 10px;
}

.search-product-show {
    max-height: 400px;
}

.search-count-show {
    border-top: 1px solid #CDD0D5;
    padding: 15px 5px 3px;
    font-size: 13px;
}

.search-autocomplate.active {
    display: block;
}

.search-item {
    display: block;
    padding: 7px 0px;
    border-bottom: 1px solid #ebebeb;
}

.search-item:last-child {
    border-bottom: 0px;
}

.search-item:hover {
    background: #F0F2F5;
}

.search-img {
    width: 70px;
    display: block;
}

.search-info {
    width: calc(100% - 82px);
    display: block;
}

.search-name {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

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

.search-price {
    display: block;
    font-size: 14px;
    color: #333;
}

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

.search-price .search-price-old {
    color: #8f8f8f;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 12px;
}

.search-address {
    font-size: 13px;
}

.custom-scroll-bar {
    overflow-y: auto;
    overflow-x: hidden;
}

.custom-scroll-bar::-webkit-scrollbar {
    background-color: #0003;
    width: 5px;
    border-radius: 5px;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Mmenu */
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow: scroll;
}

.offcanvas-body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #0d6efd;
    border-radius: 5px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: #fff;
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.btn-close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}

.menu-mobile ul {
    padding: 0px;
}

.menu-mobile ul li {
    position: relative;
}

.menu-mobile ul li > span i {
    transition: transform 0.3s ease;
    /* Adjust duration and easing as needed */
}

/* .menu-mobile ul li:last-child a{
border-bottom: none;
} */
.menu-mobile ul li a {
    display: block;
    padding-right: 30px;
    color: #333;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.menu-mobile ul li a i {
    margin-right: 10px;
}

.menu-mobile ul li li a {
    font-weight: normal;
}

.menu-mobile ul li a:hover {
    color: #f00;
}

.menu-mobile ul li .scroll {
    position: absolute;
    right: 0px;
    top: 9px;
    background: #0253a4;
    font-size: 17px;
    line-height: 18px;
    height: 25px;
    color: #fff;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-mobile ul li:hover {
    color: #f00;
}

.menu-mobile ul ul li .scroll {
    background: none;
    color: #0253a4;
}

.menu-mobile ul li ul {
    padding-left: 10px;
}

.company {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.company p {
    margin-bottom: 5px;
    font-size: 13px;
}

.company p span {
    color: #333;
    font-weight: 700;
}

.head-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.head-menu img {
    max-width: 80px;
}

.search-menu {
    width: 100%;
    position: relative;
    margin: 10px 0px;
}

.search-menu input {
    width: 100%;
    background: #f5f5fa;
    border: 1px solid #f1f1f1;
    height: 40px !important;
    font-size: 13px;
}

.search-menu p {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

/* Menu */
/* #menu {
display: none;
} */
#hamburger {
    display: none;
    width: 35px;
    height: 23px;
    position: relative;
    cursor: pointer;
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: var(--color-main);
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after {
    top: 10px;
}

.menu-mobile-opened #hamburger span {
    left: -50px;
    opacity: 0;
}

.menu-mobile-opened #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-mobile-opened #hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

.mm-slideout {
    z-index: unset;
}

.menu-head-left {
    position: relative;
}

.title-menu {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    line-height: 40px;
    display: block;
}

.menu-product-list {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 250px;
    background: #fff;
    border-radius: 2px;
}

.menu-product-list ul {
    padding: 0px;
    margin-bottom: 0px;
}

.menu-product-list ul ul {
    position: absolute;
    width: 750px;
    background: #fff;
    left: 100%;
    top: 0px;
    border: 1px solid #999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 100%;
    overflow-x: hidden;
}

.menu-product-list ul ul ul {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    border: none;
    display: block;
    height: auto;
}

.menu-product-list ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
    position: absolute;
    right: 10px;
    top: 10px;
}

.menu-product-list ul ul li a span {
    position: absolute;
    right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #00a3ff;
}

.menu-product-list ul li a:hover {
    color: #f00;
}

.menu-product-list ul ul li a {
    border-bottom: none;
    font-weight: bold;
}

.menu-product-list ul ul ul li a {
    font-weight: normal;
}

.menu {
    position: sticky;
    top: 0;
    z-index: 998;
    width: 70%;
}

.menu .wrap-content {
    position: relative;
}

.fix_menu {
    position: fixed !important;
    box-shadow: 0 0 1px #999;
    background: #fff;
}

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

.menu ul li {
    position: relative;
    z-index: 99;
}

.menu ul.ulmn > li {
    flex: auto;
}

.menu ul li.line {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    flex: none;
}

.menu ul li a {
    color: #1A1A1A;
    margin: 0px;
    padding: 5px 0px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 50px;
}

.menu ul li a:after {position: absolute; content:''; width: 0%; height: 2px; bottom: 0; left: 50%; background: #1a1a1a; transform: translate(-50% , 0); transition: all 0.5s; opacity: 0;}

.menu ul li:hover > a:after,.menu ul li a.active:after {
    width: 100%;
    opacity: 1;
}

.menu ul li a img {
    vertical-align: middle;
}

.menu ul li a.active, .menu ul li:hover > a {
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
    -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;
    transition: all 0.5s;
}

.menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}

.menu ul li ul li {
    text-align: left;
    border-bottom: 1px solid rgb(173 173 173 / 32%);
}

.menu ul li ul li:last-child {
    border-bottom: 0px;
}

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px;
    display: block;
    text-decoration: none !important;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}

.menu ul li ul li a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background: #fed402;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
}

a.cart-header {
    position: relative;
}

a.cart-header span {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 11px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
}

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

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 2px solid #fff;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #00a3ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

/* DT */
.wrap-partner{padding: 60px 0; overflow: hidden; position: relative;}

.wrap-partner .partner-item a {
    border-radius: 8px;
    border: 1px solid var(--Xanh-Xanh-300, #D5E7F7);
    background: var(--white, #FFF);
    overflow: hidden;
}
.item-partner {
    border: 1px solid #f1f1f1;
    display: block;
}

.box-photo-ct {
    border-radius: 20px;
    overflow: hidden;
}

.title-detail {
    position: relative;
    margin: 20px 0px;
}

.title-detail h1 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.title-main {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.title-main .desc {
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

.title-main .sub {font-family: Saira;font-size: 16px;font-style: normal;font-weight: 400;line-height: 160%;color: #515151;margin: 10px auto 0;width: 45%;}

.title-main span {
    color: var(--color-main);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 50% */
    text-transform: uppercase;
    display: block;
}

.tt-week {
    font-size: 25px;
    text-align: center;
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.title-cat-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.title-cat-main span {
    display: block;
    color: #999;
    background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.title-cat-main span:hover, .title-cat-main span.active {
    background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
    color: #000;
}

/* News */
.row-news {
    margin: 0px -10px;
}

.col-news {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.col-news.page {
}

.col-news.page .news-box {
    flex-wrap: wrap;
}

.col-news.page .news-box .news-pic {
    width: 100%;
}

.col-news.page .news-box .news-info {
    width: 100%;
}

.news-box {
    border-radius: 5px;
}

.news-pic {
    display: block;
}

.news-name a {
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #1c1c1c;
    text-transform: capitalize;
    line-height: 26px;
}

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

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

.news-time {
    display: flex;
    align-items: center;
    color: #fff;
}

.news-time svg {
    width: 14px;
    margin-right: 5px;
    fill: #fff;
}

.news-desc {font-family: Saira;font-size: 16px;font-style: normal;font-weight: 400;color: #515151;}

.news-desc.text-split {
    -webkit-line-clamp: 3;
}

.news-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-main);
    padding: 13px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.news-view {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.news-view svg {
    width: 14px;
    margin-left: 5px;
    fill: #fff;
    transition: 0.5s;
}

.news-view:hover {
    color: #fff;
}

.news-view:hover svg {
    margin-left: 10px;
}

.item-news .ds-news {
    width: 100%;
}

.ds-news span {
    display: block;
    line-height: 25px;
    color: #999;
    font-size: 13px;
    margin: 10px 0px 0px;
    font-style: italic;
}

.ds-news h3 {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-line-clamp: 3 !important;
}

.ds-news h3:hover {
    color: var(--color-main);
}

.ds-news .desc {
    color: #333;
    margin-bottom: 0px;
}

.item-news:hover h3 {
    color: #f00;
}

.item-news-all a {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.item-news-all a .scale-img {
    max-width: 120px;
}

.item-news-all a .ds-news h3 {
    text-transform: capitalize;
    font-size: 15px;
}

.flex-news-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

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

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

.a2a_kit .a2a_svg {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

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

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.tt-toc {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.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;
    display: none;
}

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

/* Partner */
.info-partner {
    background: #f8f8f8;
    padding: 15px 0px;
}

/* Footer */
.footer-tags {
    padding: 40px 0px;
}

.title-tags {
    color: var(--color-main);
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.item-tags {
    display: inline-block;
    background: #F1F1F1;
    color: #525252;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px 8px 12px;
    border-radius: 3px;
    margin: 0px 10px 10px 0px;
}

.item-tags i {
    margin-right: 7px;
    color: var(--color-main);
    font-size: 18px;
    vertical-align: middle;
}

.item-tags:hover {
    color: #fff;
    background: var(--color-main);
}

.item-tags:hover i {
    color: #fff;
}

.footer-article {
    background: url(../images/main/bg-ft.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}

.footer-title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}

.footer-title:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}

.name-company {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-info {
    color: #fff;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
}

.footer-news:nth-child(1) {
    width: 34%;
}

.footer-news .footer-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-transform: capitalize;
}

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

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

.footer-news .fanpage {
    padding: 10px;
    overflow: hidden;
    border: 1px solid #fff;
}

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

.footer-news .wrap-map {
    padding: 10px;
    border-radius: 0px;
    margin-top: 15px;
    border: 1px solid #fff;
}

.footer-news .wrap-map .map-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.map-title > span {
    color: var(--chu_dao, #008001);
    font-family: SVN-Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

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

.footer-ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.footer-ul li:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    left: 0;
    top: calc(50% - 4px / 2);
    border-radius: 50%;
}

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

.footer-ul li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-ul li a:hover {
    text-decoration: none;
    color: #7bd156;
}

.item-icon-footer img {
    max-height: 35px;
    margin: 0px 10px 10px 0px;
}

.footer-powered {
    padding: 20px 0px 15px;
    text-align: center;
    transition: 0.7s;
    background: var(--Xanh-Xanh-800, #1B558C);
}


.footer-copyright {
    color: #fff;
    font-size: 15px;
}

.footer-copyright span {
    text-transform: uppercase;
}

.footer-copyright a {
    color: #7FD859;
}

.footer-statistic {
    text-align: right;
}

.footer-statistic span {
    padding-right: 10px;
    color: #fff;
}

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

#footer-map {
    position: relative;
    height: 205px;
    margin-top: 0px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

.newsletter-slogan {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 300;
}

.form-newsletter {
    width: 45%;
    margin-right: auto;
    text-align: left;
}

.form-newsletter .newsletter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.newsletter-input{
    background: #fff;
    padding: 5px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.newsletter-group .newsletter-input {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px 15px;
    gap: 10px;
    border-radius: 5px;
}

.newsletter-textarea {
    display: flex;
    background: #fff;
    padding: 5px 10px;
    align-items: flex-start;
    border-radius: 5px;
}

.newsletter-textarea .icon {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 9px;
    border-right: 1px solid #D9D9D9;
}

.newsletter-textarea textarea {
    background: transparent;
    border: 0;
    font-size: 14px;
    padding: 4px 5px;
    height: 85px;
}

.newsletter-textarea textarea:focus {
    outline: none;
    box-shadow: none;
}

.newsletter-input .icon {
    height: 34px;
    line-height: 35px;
    display: flex;
    padding: 8px 10px 8px 0;
    border-right: 1px solid #D9D9D9;
    align-items: center;
}

.form-newsletter input {
    margin-bottom: 0px;
    height: 42px;
    border: 0;
    font-size: 14px;
    border-radius: 3px;
    outline: none;
    color: #808080;
    background: transparent;
    padding: 0;
}

.form-newsletter input:focus {
    outline: none;
    box-shadow: none;
}

.form-newsletter input::placeholder,.form-newsletter textarea::placeholder {
    color: #515151;
    font-size: 16px;
}

.form-newsletter button {
    border-radius: 7px;
    outline: none;
    border: none;
    padding: 16px 20px 14px;
    text-transform: uppercase;
    margin-top: 25px;
    color: #1c1c1c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    background: var(--color-hover);
    gap: 10px;
    align-items: center;
    transition: all 0.5s;
}
.form-newsletter button > span{
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.form-newsletter button path{
    fill: #1c1c1c;
    transition: all 0.5s;
}
.form-newsletter button:hover path{
    fill: #fff;
}
.form-newsletter button:hover {
    color: #fff;
    background: var(--color-main);
}

.social-footer {
    gap: 15px;
}

#facebookComponent {
    height: 200px;
}

#tiktokComponent {
    height: 403px;
    position: relative;
}

#tiktokComponent .tiktok-embed {
    margin: 0px;
    height: 403px;
    position: relative;
}

#tiktokComponent .tiktok-embed iframe {
    margin: 0px;
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Tags */
.title-tags {
    position: relative;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #777;
}

.title-tags:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    height: 3px;
    width: 30px;
}

.flex-tags {
    display: flex;
    gap: 5px;
}

.flex-tags a {
    color: #333;
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.8em !important;
    opacity: 0.8;
    padding: 2px 5px;
}

.flex-tags a:hover {
    background-color: #446084;
    border-color: #446084;
    color: #fff;
    opacity: 1;
}

/*   TC   */
.item-criteria a {
    display: flex;
    align-items: center;
    color: #333;
}

.item-criteria a .ds-criteria {
    width: calc(100% - 60px);
    margin-left: 10px;
}

.item-criteria a .ds-criteria h3 {
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: var(--color-main);
}

.item-criteria a .ds-criteria p {
    -webkit-line-clamp: 2;
    margin: 0px;
}

/* Service */
.wrap-service{
    padding: 50px 0; 
    overflow: hidden; 
    position: relative;
}

.wrap-service .title-main .sub {
    color: #fff;
}

.wrap-service .title-main span {
    color: #fff;
}
.wrap-service:after{position: absolute;content:'';width: 100%;height: 50%;background: url(../images/main/bg-dv.jpg) no-repeat;top: 0;left: 0;z-index: -1;}
.service-item {
    position: relative;
}

.service-item h3 {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.service-item h3 a{
    color: #1C1C1C;
    transition: all 0.5s;
}
.service-item h3 a:hover{color: var(--color-hover);}
.service-info{padding: 15px 0;}
/* Video */
.video-main {
    position: relative;
}

.list-video {
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.img-video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #ff000066;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f00;
    background: #ffffffa8;
    font-size: 27px;
    cursor: pointer;
    transition: all 1s;
}

.wrap-video {
    margin-bottom: 60px;
}

.row-video {
    margin: 0px -10px;
}

.col-video {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.item-video {
    cursor: pointer;
}

.item-video:hover span {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.item-video h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.swiper-video {
    margin-top: 20px;
}

.box-video-best {
    cursor: pointer;
    position: relative;
}

.box-video-best::after {
    position: absolute;
    width: 90px;
    height: 90px;
    top: calc(50% - 90px / 2);
    left: calc(50% - 90px / 2);
    background: url(../images/video.webp) center center no-repeat;
    background-size: contain;
    content: '';
}

.box-video {
    cursor: pointer;
    position: relative;
}

.box-video::after {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 60px / 2);
    left: calc(50% - 60px / 2);
    background: url(../images/video.webp) center center no-repeat;
    background-size: contain;
    content: '';
}

/* Sort */
.sort-select {
    display: flex;
    justify-content: end;
    margin: 20px 0px;
    position: relative;
}

.sort-select .click-sort {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px 6px 8px;
    margin: 0px;
}

.sort-select-main {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 0 7px;
    top: 30px;
    right: 0;
    width: 160px;
    z-index: 2;
}

.sort-select-main p {
    border-bottom: 1px solid #f1f1f1;
    margin: 0px;
    order: 2;
}

.sort-select-main p:has(.check) {
    order: 1;
}

.sort span {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 3px;
    display: block;
    cursor: pointer;
}

.sort span.check i {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle;
}

.sort span.check i::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -4px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.sort-select .sort-show {
    padding-right: 12px;
    position: relative;
}

.sort-select .sort-show::before {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: '';
    height: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0;
}

/* Product */
.filter {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none;
}

.flex-product-main {
    display: flex;
    gap: 20px;
}

.flex-product-main .left-product {
    width: 250px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}

.flex-product-main .right-product {
    width: calc(100% - 250px);
}

.wrap-product-sale {
    background-color: #ffa09e;
    border-radius: 10px;
    overflow: hidden;
}

.wr-search p {
    font-weight: bold;
    text-transform: uppercase;
}

.row-product {
    margin: 0px -10px;
}

.col-product {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.col-product.page .product {
    background: var(--color-main);
}

.product {
    display: block;
    position: relative;
    border-radius: 10px;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    border: 1px solid #54B649;
}

.product-pic {
    background: #fff;
    di;overflow: hidden;
    border-radius: 12px;
    position: relative;
    margin: -2px;
}

.product-name {
    margin-bottom: 0px;
    font-weight: normal;
}

.product-name a {
    height: 50px;
    color: var(--bg, #FFF);
    text-align: center;
    font-family: SVN-Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}

.product-name a:hover {
    color: #7EC249;
}

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

.product-info {
    text-align: center;
    padding: 15px;
}

.product-info .price {
    color: var(--xanh_nhat, #7EC249);
    font-family: SVN-Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.product-info-left {
    width: calc(100% - 50px);
}

.product-price {
    margin-bottom: 5px;
    color: #555;
}

.price-new {
    font-size: 17px;
    font-weight: 600;
    color: #7EC249;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
}

.price-old {
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    color: #AEAEAE;
    font-weight: 300;
    text-transform: uppercase;
}

.price-per {
    color: #FF2E00;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}

.product-star-view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-star {
    font-size: 9px;
    position: relative;
    color: #999;
    margin-right: 15px;
}

.product-star .star-active {
    position: absolute;
    left: 0px;
    top: 0px;
    width: var(--star-width);
    white-space: nowrap;
    overflow: hidden;
    color: #FFCD00;
}

.product-view {
    color: #999;
    font-size: 13px;
}

.product-cart {
    width: 45px;
    text-align: center;
}

.product-cart span {
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: url(../images/add_cart.png) center center no-repeat, #FDBC0E;
    border-radius: 50%;
}

.cart-add {
    margin-left: 10px;
    background-color: #00A5D9;
    width: 155px;
}

.cart-add:hover {
    background-color: #1d1d1d;
}

.cart-buy {
    background-color: #FF2E00;
    width: 93px;
    height: 33px;
}

.cart-buy:hover {
    background-color: #5172fd;
}

/* product detail */
.grid-pro-detail {
    display: flex;
    justify-content: space-between;
}

.grid-pro-detail .left-pro-detail {
    width: 40%;
}

.grid-pro-detail .right-pro-detail {
    width: 56.5%;
}

.grid-pro-detail .right-pro-detail ul {
    list-style: none;
    padding: 0px;
}

.grid-pro-detail .right-pro-detail ul li {
    margin-bottom: 20px;
}

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #f00;
}

.grid-pro-detail .right-pro-detail .title-pro-detail {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.title-product-detail {
    background: #EEEEEE;
    color: #1C1B19;
    padding: 12px 18px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.album-product {
    position: relative;
    max-width: 550px;
    margin: 10px auto 0px;
}

.row-pro-detail {
    margin: 0px -5px;
}

.col-pro-detail {
    padding: 0px 5px;
}

.swiper-button-next, .swiper-button-prev {
    padding: 7px;
    background: rgb(0 0 0 / 20%);
    color: #fff;
    border-radius: 5px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pro-detail .swiper-button-prev {
    left: 0px;
}

.swiper-pro-detail .swiper-button-next {
    right: 0px;
}

.swiper-pro-detail .swiper-button-prev, .swiper-pro-detail .swiper-button-next {
    top: calc(50% + 7px);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
    color: #fff;
}

.swiper-pro-detail .swiper-button-next:after, .swiper-pro-detail .swiper-button-prev:after {
    font-size: 15px;
}

.swiper-pro-detail .swiper-button-prev:hover, .swiper-pro-detail .swiper-button-next:hover {
    background: var(--color-main);
    color: #fff;
}

.item-detail {
    color: #8E8E8E;
    font-size: 14px;
    padding: 0px 1rem;
    position: relative;
}

.item-detail:first-child {
    padding-left: 0px;
}

.item-detail::after {
    position: absolute;
    right: 0px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #8E8E8E;
    content: "";
}

.item-detail:last-child::after {
    display: none;
}

.item-detail i {
    margin-right: 5px;
}

.item-detail-comment-star {
    position: relative;
    font-size: 13px;
    margin-right: 19px;
}

.item-detail-comment-star::after {
    position: absolute;
    right: -19px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #8E8E8E;
    content: "";
}

.item-detail-comment-star span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFCD00;
    white-space: nowrap;
    overflow: hidden;
}

.product-sold-detail {
    color: #9F9F9F;
    font-size: 14px;
}

.product-sold-detail span {
    color: #474747;
    font-weight: 600;
}

.product-price-detail {
    background: #F5F5F5;
    padding: 12px 20px;
    border-radius: 6px;
}

.product-price-detail strong {
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}

.product-price-detail .attr-content-pro-detail {
    display: flex;
    align-items: center;
}

.product-price-detail .price-new-pro-detail {
    color: var(--color-main);
    font-size: 20px;
}

.product-price-detail .price-old-pro-detail {
    color: #9E9E9E;
    font-size: 15px;
    margin-right: 35px;
}

.product-price-detail .percent-pro-detail {
    color: #fff;
    font-size: 13px;
    padding: 1px 10px;
    border-radius: 2px;
    background: var(--color-main);
}

.attr-label-pro-detail {
    font-weight: 500;
    color: #474747;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #ff2e00;
}

.price-old-pro-detail {
    font-weight: 500;
    color: #666;
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail.active {
    color: #fff !important;
    background: var(--color-main);
}

.size-pro-detail.active {
    color: #fff !important;
    background: var(--color-main);
}

.size-pro-detail:hover {
    color: #fff !important;
    background: var(--color-main);
}

.quantity-pro-detail {
    margin-top: 10px;
    width: 100%;
    max-width: 164px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #000;
    margin-right: 20px;
    border-radius: 15px;
    font-weight: 500;
    border: none;
    border-radius: 0px;
}

.quantity-pro-detail span {
    line-height: 31px;
    padding: 0;
    width: 37px;
    height: 33px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    border-radius: 3px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    margin-left: -1px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    margin-right: -1px;
}

.quantity-pro-detail input {
    height: 33px;
    width: calc(100% - 72px);
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #ddd;
}

.quantity-pro-detail .quantity-minus-pro-detail {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}

.quantity-pro-detail .quantity-plus-pro-detail {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-pro-detail a {
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid var(--color-main);
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.cart-pro-detail a.addnow {
    color: var(--color-main);
}

.cart-pro-detail a.addnow:hover {
    background-color: var(--color-main);
    color: #fff;
    border-color: var(--color-main);
}

.cart-pro-detail a.buynow {
    background-color: var(--color-main);
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--color-main);
    color: #fff;
}

.wrap-show-content {
    position: relative;
}

.wrap-show-content.max-height {
    max-height: 500px;
    overflow: hidden;
}

.wrap-show-content.active {
    max-height: 100%;
}

.wrap-show-content.active .btn-show-content {
    position: relative;
    padding: 20px;
    background: none;
}

.btn-show-content {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, transparent, #FAFAFA);
    padding-top: 100px;
}

.btn-show-content span {
    background: var(--color-main);
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.btn-show-content span i {
    margin-left: 10px;
}

/* css brand */
.brand-pic {
    margin-bottom: 1rem;
}

.brand-name {
    font-size: 16px;
}

.brand-name a {
    font-weight: 700;
    color: #333;
}

.brand-name a:hover {
    color: var(--color-main);
}

/* css album */
.row-album {
    margin: 0px -10px;
}

.col-album {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.album-name {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: -100px;
    margin-bottom: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    padding: 10px;
    opacity: 0;
    transition: all 0.5s;
}
.album-item:hover .album-name{
    bottom: 0;
    opacity: 1;
}
.album-name a {
    font-weight: 700;
    color: #333;
}

.album-name a:hover {
    color: var(--color-main);
}

/* css block actions  */
.ul-actions {
    display: flex;
    justify-content: center;
    margin: 20px;
    gap: 15px;
    align-items: flex-start;
}

.ul-actions li, .ul-actions > div {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80px;
    text-align: center;
}

.ul-actions .active .box__tabr, .ul-actions .box__tabr:hover {
    border-color: #fd6e1d;
}

.ul-actions .box__tabr {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 55px;
    padding: 4px;
    height: 60px;
    width: 80px;
}

.icon-action {
    background-image: url('../images/icon_chitiet@2x-min.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 180px;
}

.icon-dnb {
    background-position: 0 0;
    height: 28px;
    width: 28px;
}

.icon-tskt {
    background-position: -105px 0;
    height: 30px;
    width: 30px;
}

.icon-ttsp {
    background-position: -140px 0;
    height: 19px;
    width: 23px;
}

.ul-actions p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    white-space: normal;
    color: #000;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
    width: 10px;
}

.modal-detail::-webkit-scrollbar-thumb {
    width: 10px;
    background: #4d90e0;
    border-radius: 10px;
    height: 50px;
}

.modal-detail {
    position: fixed;
    z-index: 999;
    background: #000000c4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.content-modal-detail {
    background: #fff;
    max-width: 1200px;
    margin: 0px auto;
    min-height: 100vh;
}

.content-modal-detail .tabs {
    display: flex;
    cursor: pointer;
    padding: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99;
}

.content-modal-detail .tabs li {
    padding: 20px 20px;
    margin-right: 5px;
    font-weight: bold;
    position: relative;
    border-bottom: 4px solid #fff;
}

.content-modal-detail .tabs li.active {
    color: #2d9cdb;
    border-bottom: 4px solid #2d9cdb;
}

.content-modal-detail .tab-content {
    padding: 20px;
    max-width: 900px;
    margin: 0px auto;
}

.content-modal-detail .tab-content.active {
    display: block;
}

.close-tab {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10;
}

.btn-closemenu {
    position: fixed;
    top: 10px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    line-height: 21px;
    padding: 7px;
    text-align: right;
    width: 72px;
}

.btn-closemenu::before {
    transform: rotate(45deg);
}

.btn-closemenu::after {
    transform: rotate(-45deg);
}

.btn-closemenu::before, .btn-closemenu::after {
    background-color: #333;
    content: '';
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

/* Contact */
.contact-detail {
    display: flex;
    justify-content: space-between;
}

.left-contact-detail {
    width: 60%;
}

.right-contact-detail {
    width: calc(100% - 60% - 60px);
}

.contact-map {
    position: relative;
    height: 385px;
    border-radius: 10px;
    overflow: hidden;
}

.contact-map iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.row-contact {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.social-contact {
    text-align: center;
}

.social-contact > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    padding: 5px 30px;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.social-contact > div a {
    display: inline-block;
    margin: 0 2px;
}

.contact-item {
    width: calc((100% / 3) - 10px);
    text-align: center;
    font-size: 15px;
}

.contact-item i {
    display: inline-block;
    margin-bottom: 10px;
}

.contact-item img {
    width: 40px;
    height: 40px !important;
}

.contact-item p {
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-item span {
    font-size: 14px;
}

.row-contact-input {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.row-contact-input .contact-input:nth-child(1) {
    width: 80%;
}

.row-contact-input .contact-input:nth-child(2) {
    width: calc(100% - 80% - 8px);
}

.row-contact-input .contact-input:nth-child(2) label {
    margin-bottom: 15px;
}

.contact-input label {
    font-size: 12px;
    font-weight: 600;
    color: #22292f;
    transition: all 0.8s;
}

.contact-input input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden;
}

.contact-input input::placeholder {
    font-size: 15px;
    color: #ced4da;
    transition: all 0.5s !important;
}

.contact-input textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    height: 70px;
    margin-bottom: 20px;
}

.contact-input textarea::placeholder {
    font-size: 15px;
    color: #ced4da;
    transition: all 0.5s !important;
}

.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    height: 40px;
    background: var(--color-main);
    border-radius: 30px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s;
}

.contact-form button:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: #000;
}

.contact-input {
    display: flex;
    flex-direction: column-reverse
}

.contact-input .form-control {
    overflow: hidden;
}

.contact-input .form-control:focus {
    color: #212529;
    border-color: var(--color-main);
    outline: 0;
    box-shadow: unset !important;
}

.contact-input .form-control:focus::placeholder {
    transform: translateY(-200%);
}

.contact-input .form-control:focus + label {
    color: var(--color-main);
}

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

.contact-input input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    transition: all 0.4s;
    font-size: 20px;
    display: block;
    text-align: center;
}

.file-input.has-file label {
    color: var(--color-main);
}

.custom-file-upload i {
    font-size: 25px;
}

.custom-file-upload:hover {
    color: var(--color-main);
}

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

/*  breadCrumbs */
.breadCrumbs {
    padding: 10px 10px;
    background: #ddd;
}

.breadCrumbs ol {
    margin: 0px;
}

.breadCrumbs ol li a {
    color: #333;
}

.breadCrumbs ol li a:hover {
    color: #f00;
}

/* paging */
.paging-product {
    position: relative;
}

.pagination {
    margin: 20px 0px;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination li span {
    cursor: pointer;
}

.pagination .page-item .page-link {
    color: var(--color-main);
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.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: #1182fc;
    opacity: 0.5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    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 {
    animation-name: pulse;
}

.grid-properties {
    display: flex;
    gap: 10px;
}

.grid-properties span {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 15px;
    cursor: pointer;
}

.grid-properties span:hover, .grid-properties span.active {
    border: 1px solid #f00;
    color: #f00;
}

.grid-properties span:hover:after, .grid-properties span.active:after {
    content: '';
    border: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
    bottom: 0;
    position: absolute;
    right: -0.9375rem;
}

.grid-properties span.outstock {
    pointer-events: none;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

/* scrollToTop */
.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;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

[x-cloak] {
    display: none !important;
}

/* CSSS T */
a.views_dm {
    width: 140px;
    height: 38px;
}

.effect_button {
    transform-style: preserve-3d;
    transform: translateZ(-25px);
    transition: transform 0.25s;
    position: relative;
    display: inline-flex;
    z-index: 1;
}

.effect_button:after, .effect_button:before {
    position: absolute;
    content: 'xem thÃƒÂªm';
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f00;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: -1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.effect_button:before {
    color: #fff;
    background: #f00;
    transform: rotateY(0deg) translateZ(25px);
}

.effect_button:after {
    color: #f00;
    transform: rotateX(90deg) translateZ(25px);
}

.effect_button:hover {
    transform: translateZ(-25px) rotateX(-90deg);
}

/* News */
.flex-news-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.news-left {
    width: 68%;
}

.news-right {
    position: sticky;
    top: 61px;
    width: 30%;
    background: #f1f1f1cc;
    padding: 20px;
    box-shadow: 0px 0px 5px #99999978;
}

.news-right .title-main span {
    font-size: 25px;
}

a.btn_link {
    position: relative;
    margin: 5px;
    height: 36px;
    width: 140px;
}

.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before {
    content: 'facebook';
}

.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before, .btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 165 217 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}

.btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before {
    content: 'google map';
}

div.slick.in-page:not(.slick-initialized) {
    display: flex;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.attr-pro-detail {
    margin: auto;
    padding: 0;
}

.baonoidung table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
}

.baonoidung tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.baonoidung tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.baonoidung td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-width: 1px;
}

.baonoidung ul, .baonoidung ol {
    list-style: auto;
    padding-left: 2rem;
}

.baonoidung ul li, .baonoidung ol li {
    margin-bottom: 0.75rem;
    list-style-type: auto;
}

.baonoidung iframe {
    max-width: 100% !important;
}

.baonoidung img {
    height: auto !important;
    max-width: 100% !important;
}

.baonoidung * {
    max-width: 100% !important;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive table {
    max-width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

div.desc-pro-detail ul li {
    margin-bottom: 0.75rem;
    list-style-type: circle;
}

div.desc-pro-detail ul li:last-child {
    margin-bottom: 0 !important;
}

div.baonoidung ul li {
    margin-bottom: 0.75rem;
    list-style-type: disc;
}

div.baonoidung ol li {
    margin-bottom: 0.75rem;
    list-style-type: decimal;
}

/* Swipper */
.swiper .swiper-wrapper {
    width: inherit;
    height: inherit;
}

.swiper.swiper-initialized .swiper-wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
}

.swiper.swiper-initialized .swiper-slide {
    padding: 0;
    margin: 0px;
    overflow: hidden;
}

/* Popup */
.modal-title {
    font-size: 20px;
}

/* CSS cho loading */
.loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.loading {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 5px solid #3498db;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* About */
.wrap-about {
    padding: 65px 0px;
    position: relative;
    overflow: hidden;
}

.left-about {
    width: 47.4%;
    padding-top: 26px;
    padding-left: 26px;
    padding-bottom: 20px;
    position: relative;
}
.left-about:before{position: absolute;content:'';width: 45%;hei;height: 28.9%;background: var(--Vng, #F9C653);left: 0;top: 0;}
.left-about:after{position: absolute;content:'';width: 45%;hei;height: 28.9%;background: var(--color-main);left: 10px;bottom: 5px;opacity: 0.4;}
.left-about .img2 {
    max-width: 300px;
    padding: 10px;
    box-shadow: 0 0 7px -2px rgb(0 0 0 / 50%);
    border-radius: 15px;
    margin-left: auto;
    margin-top: -150px;
    background: #fff;
    z-index: 3;
    position: relative;
}

.left-about .img1 {
    max-width: 590px;
    box-shadow: 0 0 4px -2px rgb(0 0 0 / 50%);
    position: relative;
    z-index: 2;
}

.left-about .img1 span {
    display: block;
    border-radius: 10px;
}

.right-about {
    width: 47.6%;
    padding: 10px 0;
    margin-top: 20px;
}

.right-about .box-criteria {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
    row-gap: 30px;
}

.right-about .button {
    display: flex;
    gap: 15px;
}

.right-about .button .about-hotline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-about .button .about-hotline span {
    display: block;
}

.video-about {
    width: 100%;
    margin-top: 60px;
}

.title-about {
    margin-bottom: 10px;
}

.title-about .sub {
    margin-bottom: 10px;
    color: var(--chu_dao, #008001);
    font-family: SVN-Bariol;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    display: inline-block;
    position: relative;
    padding-right: 40px;
}

.title-about .sub:after {
    position: absolute;
    content: '';
    width: 29px;
    height: 13px;
    background: url(../images/main/decor-gt.png) no-repeat;
    right: 0;
    top: 10px;
}

.title-about .title,.right-about .title-about span {
    
}

.title-about span {font-family: Saira;font-size: 36px;font-style: normal;font-weight: 700;color: var(--color-main);text-transform: uppercase;line-height: 50px;}

.desc-about {
    color: #515151;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.desc-about.text-split {
    -webkit-line-clamp: 5;
}

.view-about {
    display: inline-flex;
    color: #1C1C1C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-items: baseline;
    border-radius: 8px;
    background: var(--Vng, #F9C653);
    padding: 15px 25px;
    gap: 10px;
    text-transform: capitalize;
    transition: all 0.5s;
}
.view-about .icon svg path{transition: 0.5s;}
.view-about:hover .icon svg path{fill: #fff;}
.view-about .icon {
    margin-top: 0px;
    display: block;
    position: relative;
    top: 2px;
}

.view-about:hover {
    color: #fff;
    background: var(--trai_mau, linear-gradient(270deg, #abc7e1 0%, #589edf 100%));
}

/* Product */
.wrap-product {
    padding: 65px 0;
    overflow: hidden;
    background: url(../images/main/bg-sp.jpg) no-repeat center center;
}

.wrap-product .pagination-product {
    text-align: center;
    margin-top: 20px;
}

.pagination-product .swiper-pagination-bullet {
    width: 35px;
    border-radius: 10px;
    height: 5px;
}

.pagination-product .swiper-pagination-bullet-active {
    background: #7ec249;
}

.wrap-product .title-main span {
    color: #fff;
}

.wrap-product .swiper-button-prev {
    left: -30px;
}

.wrap-product .swiper-button-next {
    right: -30px;
}

.wrap-product .title-main .sub {
    color: #fff;
}

.tab-product {
    text-align: center;
    margin-bottom: 15px;
}

.item-tab-product {
    cursor: pointer;
    color: #333;
    border-radius: 5px;
    border: 1px solid #15AA5A;
    padding: 5px 15px;
    display: inline-block;
    margin: 0px 5px 5px;
}

.item-tab-product:hover, .item-tab-product.active {
    background: #15AA5A;
    color: #fff;
}

.box-brand {
    text-align: center;
}

.name-brand {
    margin-top: 10px;
}

.name-brand a {
    color: #333;
    font-size: 15px;
}

.name-brand a:hover {
    color: var(--color-main);
}

.wrap-readmore {
    text-align: center;
}

.wrap-readmore span {
    color: #fff;
    background: var(--color-main);
    padding: 10px 20px;
    border: 1px solid var(--color-main);
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.wrap-readmore span:hover {
    color: #fff;
    background: #f00;
    border-color: #f00;
}

.wrap-readmore span.active::before {
    position: absolute;
    inset: 0px;
    content: '';
    color: #fff;
    background: var(--color-main);
    transition: 0.7s;
}

.wrap-readmore span.active::after {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    content: '\e4bb';
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* criteria */
.box-criteria {
    margin-bottom: 20px;
}

.box-criteria .criteria {
    text-align: center;
    padding: 0 15px;
}

.criteria .info .desc {
    font-family: Saira;
    font-size: 14px;
    line-height: 23px;
    font-style: normal;
    font-weight: 300;
    color: #fff;
}

.criteria .info h3 {
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.box-criteria .criteria .pic {
    max-width: 120px;
    padding: 29px;
    background: url(../images/main/khung1.png) no-repeat;
    display: inline-block;
    margin-bottom: 20px;
}

.criteria-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex: 45%;
    width: 45%;
}

.criteria-item .pic {
    min-width: 44px;
    padding: 2px;
}

.criteria-item .info {
}

.criteria-item .info .number {
    font-family: Saira;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #589EDF;
}

.criteria-item .info .number span {
    display: inline-block;
}

.criteria-item .info .number span.unit {
    line-height: 19px;
}

.criteria-item .info .name {font-family: Saira;font-size: 16px;font-style: normal;font-weight: 400;}

/* wrap-product-list */
.wrap-product-list {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    background: url(../images/main/bg-sp2.jpg) no-repeat center center;
    background-size: cover;
}

.wrap-product-list .box-product-list {
}

.product-list-item {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.product-list-item .name a {
    color: var(--chu_dao, #008001);
    font-family: SVN-Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    transition: all 0.5s;
}

.product-list-item .name a:hover {
    color: var(--color-hover);
}

.product-list-item.reverse {
    flex-direction: row-reverse;
}

.product-list-item .info {
    width: 52%;
}

.product-list-item .info .desc {
    color: var(--noi_dung, #272727);
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    line-height: 35px;
}

.product-list-item .info .desc p {
    margin-bottom: 5px;
}

.product-list-item .pic {
    position: relative;
    border-radius: 10px 100px;
    overflow: hidden;
}

.product-list-item .button {
    margin-top: 15px;
}

.product-list-item .button a {
    color: var(--bg, #FFF);
    font-family: SVN-Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    border-radius: 50px;
    background: var(--trai_mau, linear-gradient(270deg, #7EC249 0%, #007946 100%));
    padding: 13px 12px 12px 20px;
    gap: 15px;
}

.product-list-item .button a:hover {
    color: #fff;
    background: var(--trai_mau, linear-gradient(270deg, #ff0000 0%, #960000 100%));
}

/* form */
.form-box-index {
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}


.form-box-index:before {
    position: absolute;
    content: '';
    width: 17.2%;
    max-width: 244px;
    height: 37%;
    background: url(../images/main/logo-form.png) no-repeat;
    top: calc(55% - 37% / 2);
    right: calc((100% - 1300px) / 2);
    z-index: 2;
}

.wrap-form {
    padding: 65px 0 75px;
    overflow: hidden;
    position: relative;
    background: url(../images/main/bg-form.jpg) no-repeat;
    z-index: 1;
    background-size: cover;
}

.wrap-form .title-main {
    text-align: left;
}

.wrap-form .title-main .sub {
    margin: unset;
    margin-right: auto !important;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #1B558C;
}

.wrap-form .title-main span {
    text-transform: uppercase;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: #1B558C;
}

/* wrap-feedback */
.wrap-feedback {
    position: relative;
    padding: 60px 0 180px;
    overflow: hidden;
    background: url(../images/main/bg-fb.jpg) no-repeat bottom center;
}

.item-feedback {
    padding: 0 15px 5px;
}

.item-feedback .content {
    color: var(--noi_dung, #666);
    text-align: center;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    /* 178.571% */
}

.item-feedback .box {
    box-shadow: 0 -1px 24px -7px rgb(0 0 0 / 50%);
    padding: 60px 40px 20px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    background: #fff;
    position: relative;
}

.item-feedback .box:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 31px;
    background: url(../images/main/phay.png) no-repeat;
    top: 0;
    left: calc(50% - 30px / 2);
}

.item-feedback .box .info {
    flex-wrap: wrap;
    justify-content: center;
}

.item-feedback .box .info .name {
    width: 100%;
    margin: 10px 0;
    margin-top: 20px;
}

.item-feedback .box .info .name h3 {
    text-align: center;
    font-family: SVN-Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: var(--trai_mau, linear-gradient(270deg, #7EC249 0%, #007946 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-feedback .box .info .name p {
    color: #96989B;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

/* wrap-news */
.wrap-news {
    width: 57%;
    overflow: hidden;
    position: relative;
}

.wrap-news .title-main .sub {
    width: 100%;
    margin: unset;
    text-align: left;
}

.wrap-news .title-main {
    text-align: left;
}

.blog-layout {
    display: flex;
    gap: 23px;
}

.blog-layout .left {
    width: 51%;
}

.blog-layout .left .news-box {
    display: unset;
}

.blog-layout .left .news-box .news-pic {
    width: 100%;
}

.blog-layout .left .news-box .news-info {
    width: 100%;
}

.blog-layout .left .news-info .news-name a {
    transition: all 0.5s;
    color: var(--tile, #1A1A1A);
    font-family: SVN-Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
}

.blog-layout .left .news-info .news-name a:hover {
    color: var(--color-main);
}

.blog-layout .left .news-pic {
    border-radius: 15px;
    margin-bottom: 5px;
}

.blog-layout .right {
    width: 47%;
}

.news-box {
    display: flex;
    flex-wrap: wrap;
}

.news-box .news-pic {
    width: 100%;
    border-radius: 0;
}

.news-box .news-info {
    width: 100%;
}

.news-info .btn-read {
    margin-top: 10px;
}

.news-info .btn-read a {
    display: flex;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: var(--color-hover);
    align-items: center;
}
.news-info .btn-read a:hover{color: var(--color-main);}
.news-info .btn-read a:hover path{stroke: var(--color-main);}
.news-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-name .date {
    width: 75px;
    border-radius: 0;
    background: #589EDF;
    color: #fff;
    text-align: center;
    padding: 15px 10px 12px;
}

.news-name .date .day {
    font-family: Saira;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.news-name .date .month {
    font-family: Saira;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-top: 5px;
}
.wrap-criteria{padding: 50px 0;overflow: hidden;background: url(../images/main/bg-tc.jpg) no-repeat center center;position: relative;background-size: cover;}

.wrap-criteria .title-main span {
    font-family: Saira;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    color: var(--Vng, #F9C653);
    width: 70%;
    margin: 0 auto 10px;
    display: block;
}
/* wrap-project */
.wrap-project{padding: 60px 0; overflow: hidden; position: relative;}

.wrap-project .project {
    position: relative;
    overflow: hidden;
}

.project .project-tt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.80);
    transition: all 0.5s;
    height: 60px;
}
.project:hover .project-tt{bottom: -20px; opacity: 0; visibility: hidden;}
.project-tt .icon {
    background: var(--Vng, #F9C653);
    position: relative;
    width: 56px;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-tt a {
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    max-width: 341px;
    padding: 7px 18px;
    line-height: 22px;
    height: 60px;
    display: flex;
    align-items: center;
}
.project-tt a span.text-split{
    -webkit-line-clamp: 2;
}
.project .project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.project-info .logo-project {
    width: 135px;
    height: 110px;
    background: url(../images/main/logo.png) no-repeat;
    zoom: 0.5;
    margin-bottom: 20px;
}

.project-info .btn-read {
    border-radius: 8px;
    background: var(--Vng, #F9C653);
    display: inline-flex;
    padding: 11px 18px 10px;
    align-items: center;
    gap: 7px;
    font-family: Saira;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: #1C1C1C;
    text-transform: capitalize;
    transition: all 0.5s;
}
.project-info .btn-read:hover{
    background: var(--color-main);
    color: #fff;
}
.project-info .btn-read path{
    transition: all 0.5s;
}
.project-info .btn-read:hover path{
    fill: #fff;
}
.project-info .desc {
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    line-height: 27px;
    margin-bottom: 10px;
}
.project:hover .project-info{opacity: 1; visibility: visible;}

.project-info .button {
    margin-top: 10px;
}

.project-info .project-name a {
    font-family: Saira;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
    transition: all 0.5s;
}
.project-info .project-name a:hover{
    color: var(--color-hover);
}
.wrap-project .row-project {
    gap: 5px;
    justify-content: space-between;
    margin-top: 30px;
    row-gap: 35px;
}

.row-project .col-project {
    width: calc((100% - 10px) / 3);
}

.row-project .project-pic a {
    display: block;
}
.tab-project{text-align: center;display: inline-flex;gap: 10px;}
.box-tab-project{text-align: center;}
.item-tab-project{padding: 10px 20px;border-radius: 8px;border: 1px solid var(--gray-gray-200, #DFDFDF);font-family: Saira;font-size: 17px;font-style: normal;font-weight: 400; cursor: pointer;}
.item-tab-project:hover,.item-tab-project.active{background: var(--color-main); border-color:var(--color-main);color: #fff;}
/* wrap-team */
.wrap-team{padding: 40px 0; overflow: hidden; position: relative;}
.team-item{}

.team-item .team-info {
    padding: 10px 0;
}

.team-info .team-content {
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #515151;
}

.team-info .team-name {
    color: var(--gray-gray-700, #1C1C1C);
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    transition: all 0.5s;
    cursor: context-menu;
}
.team-info .team-name:hover{
    color: var(--color-hover);
}
.team-info .team-desc {
    margin-bottom: 8px;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #E3A009;
    position: relative;
    display: inline-block;
}

.team-info .team-desc:after{position: absolute;content:'';width: 30px;height: 2px;background: #E3A009;bottom: 7px;right: -35px;}
/* wrap-album */
.wrap-album{position: relative; padding: 50px 0; overflow: hidden;}
.list-album{display: flex;flex-wrap: wrap;gap: 15px;}
.list-album .album-item {width: calc((100% - 30px) / 3);overflow: hidden;}
/*  */
.wrap-customer {
    position: relative;
    overflow: hidden;
    width: 40%;
}

.wrap-customer .title-main span,.wrap-news .title-main span {
    line-height: 47px;
}

.wrap-customer .title-main .sub {
    width: 100%;
    margin: 0;
    text-align: left;
}

.wrap-customer .title-main {
    text-align: left;
}
.left-customer { width: 380px; border-radius: 10px; overflow: hidden; }
.right-customer {width: 100%;padding-top: 15px;}
.info-customer-best { background: #E0110B; padding: 20px 42px 42px; }
.info-customer-best span { display: block; color: #fff; font-size: 28px; font-weight: 500; text-transform: uppercase; margin-bottom: 10px; }
.info-customer-best p { margin-bottom: 0px; color: #fff; font-size: 13px; line-height: 2; }
.mySwiperCustomer2 {overflow: hidden;max-width: 500px;margin: 0px auto;}
.mySwiperCustomer { margin-top: 15px; overflow: hidden; }
.box-customer {text-align: center;padding-bottom: 45px;position: relative;}
.box-customer:after{position: absolute;content:'';width: 31px;height: 21px;background: url(../images/main/phay.png) no-repeat;bottom: 0;left: calc(50% - 31px / 2);}
.box-customer .desc {font-family: Saira;font-size: 16px;font-style: normal;font-weight: 400;color: #5c5c5c;width: 80%;margin: 0 auto;}
.box-customer p { margin: 20px 0px; line-height: 2; font-size: 15px; color: #303030; }
.box-customer p.text-split { -webkit-line-clamp: 4; }
.box-customer h3 {font-family: Saira;font-size: 22px;font-style: normal;font-weight: 600;color: #589EDF;text-transform: uppercase;padding-bottom: 15px;position: relative;}
.box-customer h3:after{position: absolute; content:''; width: 50px; height: 2px; background:var(--color-hover); bottom: 0; left: 50%; transform: translate(-50% , 0);}
.box-customer span { display: block; color: #E0110B; font-size: 13px; }
.img-customer { border-radius: 50%; overflow: hidden; border: 3px solid #fff; transition: 0.7s; }
.mySwiperCustomer2 .swiper-slide .img-customer { transform: scale(0.7); }
.img-customer img { border-radius: 50%; }
.mySwiperCustomer2 .swiper-slide.swiper-slide-thumb-active .img-customer {transform: scale(1);padding: 0;border: 2px solid #F9C653;}

/* wrap-media */
.wrap-media{position: relative; padding: 50px 0; overflow: hidden;}

.wrap-media .line {
    width: 2px;
    height: 495px;
    background: #C6C6C6;
    padding-right: 2px;
    max-width: 100%;
}
.wrap-media .wrap-content {display: flex;gap: 30px;justify-content: space-between;align-items: flex-start;}