:root {
    --color-main1: linear-gradient(90deg, rgba(41, 145, 0, 1) 0%, rgba(92, 207, 20, 1) 100%);
    --color-main: #299100;
    --color-text: #111;
    --font-main: "SVN-Gilroy";
}

body {
    font-family: var(--font-main);
    font-size: 14px;
    color: #111;
    top: 0 !important;
    max-width: 1920px;
    min-width: 320px;
    position: relative;
    margin: auto
}

.row-20-cus {
    margin-left: -10px;
    margin-right: -10px;
}

.col-20-cus {
    padding-left: 10px;
    padding-right: 10px;
}

.row-10-cus {
    margin-left: -5px;
    margin-right: -5px;
}

.col-10-cus {
    padding-left: 5px;
    padding-right: 5px;
}

.name-title-contact {
    color: var(--color-main);
    font-size: 22px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5
}

/*
::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%)
}

::-webkit-scrollbar-thumb {
    background: var(--color-main)
}
*/

img {
    max-width: 100%;
    height: auto !important;
    vertical-align: top;
    display: inline-block
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none !important
}

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

.scale-img {
    overflow: hidden
}

.scale-img img {
    transition: all .3s
}

.scale-img:hover img.w-100 {
    transform: scale(1.2, 1.2)
}

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

.transition {
    transition: .3s all
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, .15);
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.pagination li a,
.pagination li span {
    cursor: pointer;
    border-radius: 5px !important;
    border: 1px solid #cacaca;
    background: #ffff;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d4d4d;
    font-size: 14px;
    padding: 5px
}

.pagination li a:hover {
    color: var(--color-main);
    border-color: var(--color-main)
}

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

.wrap-main {
    margin: 30px 0
}

.wrap-content {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: flex; */
    /* align-items: center; */
    gap: 0 10px
}

.social li {
    /* display: inline-block; */
}

.social li:hover img {
    transform: rotateY(360deg);
    transition: all .5s linear
}

.header__top {
    background: var(--color-main);
    color: #fff;
    padding: 5px 0
}

.header__top-flex {
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.header__top-info {
    display: flex;
    align-items: center;
    gap: 5px
}

.header__info-icon {
    /* width: 20px; */
}

.header__info-text {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.socialh li a {
    /* display: block; */
    /* max-width: 35px; */
}

.header__bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px
}

.header__logo {
    max-width: 200px
}

.notify-phone {
    animation: notifyPhone 1s infinite ease-in-out
}

@keyframes notifyPhone {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

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

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

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

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.search-inline {
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 475px;
    border-radius: 5px;
    border: 1px solid #299100;
    background: #fff;
    width: 100%;
    border-radius: 30px;
    background: #F0FFF7;
}

.search-inline p {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    /* color: var(--color-main); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: linear-gradient(90deg, rgba(41, 145, 0, 1) 0%, rgba(92, 207, 20, 1) 100%);
    border-radius: 30px;
    margin: 2px;
}

.search-inline input {
    width: calc(100% - 30px);
    height: 30px;
    outline: 0;
    padding: 0;
    border: 0;
    background: 0;
    text-indent: 12px;
    font-size: 14px
}

.search-inline p path {
    fill: #fff;
    /* font-size: 9px; */
}

.search-inline input::-webkit-input-placeholder {
    color: #7d7d7d
}

.search-inline input:-moz-placeholder {
    color: #7d7d7d
}

.search-inline input::-moz-placeholder {
    color: #7d7d7d
}

.search-inline input:-ms-input-placeholder {
    color: #7d7d7d
}

.header__lang {
    position: relative;
    z-index: 101
}

.header__lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: clamp(12px, calc(120 / 1200 * 100vw), 120px);
    background: #dae1e7;
    backdrop-filter: blur(8px);
    padding: 10px
}

.header__lang-flag {
    max-width: 35px;
    border-radius: 3px;
    overflow: hidden
}

.header__lang-country {
    font-weight: 700;
    font-size: clamp(13px, calc(14 / 1200 * 100vw), 14px)
}

.header__lang-box {
    position: absolute;
    right: 0;
    margin-top: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 150px
}

.header__lang-picker {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

.header__lang-icon {
    display: inline-block;
    width: 25px
}

.header__lang-name {
    font-size: clamp(13px, calc(14 / 1200 * 100vw), 14px);
    font-weight: 500;
    flex: 1 1 0%
}

.header__lang-picker:hover .header__lang-name {
    color: orange
}

#google_translate_element {
    clear: both;
    width: auto !important;
    text-align: right;
    display: none
}

.skiptranslate {
    display: none !important
}

.menu-res {
    display: none
}

.menu {
    /* background: var(--color-main); */
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0
}

.menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.menu ul.menu-main {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #000;
    font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);
    text-transform: uppercase;
    transition: .2s;
    padding: 13px 10px;
    gap: 6px;
    font-family: 'SVN-Gilroy_b';
}

.menu ul li a.active,
.menu ul li:hover>a {
    color: color-mix(in srgb, var(--color-main) 50%, #fff)
}

.menu_dmsp .menu_lvl {
    position: absolute;
    width: 280px;
    top: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background-color: #fafafa;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15)
}

.menu_dmsp .menu_lvl3,
.menu_dmsp .menu_lvl4 {
    left: calc(100% + 1px)
}

.menu_dmsp .menu_lvl2 .menu_lvl3 ul li:hover .menu_lvl4,
.menu_dmsp .menu_lvl2 ul li:hover .menu_lvl3,
.menu_dmsp:not(.block_hover):hover .menu_lvl2 {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.slideshow_left .menu_lvl2 {
    -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;
    margin-top: 0
}

.menu_vlist_pic {
    max-width: 24px
}

.menu_dmsp .menu_lvl ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    gap: 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    padding: 10px;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
}

.menu_dmsp .menu_lvl ul li:hover>a {
    color: var(--color-main)
}

.menu ul li ul li a:after {
    display: none !important
}

.menu_dmsp .menu_lvl ul {
    max-height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0
}

.spacer {
    margin: clamp(30px, calc(60 / 1200 * 100vw), 60px) 0
}

.title-main {
    text-align: center;
    margin-bottom: 30px
}

.title-main h1,
.title-main h2 {
    margin-bottom: 0;
    font-size: clamp(25px, calc(35 / 1200 * 100vw), 35px);
    color: var(--color-main);
    text-transform: uppercase;
    font-family: 'UTM HelvetIns';
}

h1.title-detail {
    font-size: 1.5rem;
    color: var(--color-main);
    text-align: left;
    margin-bottom: 10px;
    font-family: 'SVN-Gilroy_b';
}

.date-created-views {
    display: flex;
    align-items: center;
}

.date-created-views span {
    color: rgba(0, 0, 0, 0.73);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.date-created-views span:first-child {
    display: flex;
    align-items: center;
}

.date-created-views span:first-child::after {
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin: 0 10px;
}

.title-orther {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    /* font-weight: 700; */
    color: var(--color-main);
    font-family: 'UTM HelvetIns';
}

.search-popup {
    position: relative
}

.search-popup .icon-search {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.search-popup .icon-search.active {
    background: #fff;
    color: var(--color-main);
    border: solid 1px var(--color-main)
}

.search-popup .search-grid {
    position: absolute;
    top: 50px;
    right: 0;
    width: 0;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    display: flex;
    align-items: center
}

.search-popup .search-grid p {
    width: 35px;
    height: 35px;
    cursor: pointer;
    outline: 0;
    border: none;
    margin: 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-main)
}

.search-popup .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 35px;
    outline: 0;
    border: none;
    color: #000;
    font-size: 14px
}

.search-popup .search-grid input::placeholder {
    color: #ccc
}

.product-item {
    margin-bottom: 20px;
}

.product-item a {
    display: block;
    position: relative
}

.product-item__pic {
    background: #eee;
    overflow: hidden;
}

.product-item__info {
    /* text-align: center; */
    /* margin-top: 10px; */
}

.product-item__name {
    -webkit-line-clamp: 2;
    font-size: 16px;
    transition: .2s ease-in-out;
    margin-bottom: 5px;
    color: #333
}

.product-item a:hover .product-item__name {
    color: var(--color-main)
}

.product-item__price--new {
    font-size: clamp(14px, calc(15/1200*100vw), 15px);
    font-weight: 700;
    color: var(--color-main)
}

.product-item__price--old {
    margin: 0 8px;
    font-size: clamp(12px, calc(13/1200*100vw), 13px);
    color: #6c757d;
    text-decoration: line-through
}

.product-item__price--per {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--color-main);
    font-size: 11px;
    border-radius: 20px;
    padding: 3px 10px;
    gap: 5px
}

.splide.procategory:not(.is-overflow) .splide__list {
    justify-content: center;
}

.notify-phone {
    animation: notifyPhone 1s infinite ease-in-out
}

@keyframes notifyPhone {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

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

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

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

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.category-nav {
    margin-bottom: 30px
}

.category-nav__item {
    font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);
    text-transform: uppercase;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    padding-block: 7px;
    padding-inline: clamp(10px, calc(20 / 1200 * 100vw), 20px);
    transition: .2s;
    border: 1px solid #1a1918;
    background-color: #fff
}

.category-nav__item.active {
    background: #1a1918;
    color: #fff
}

.main-widget {
    position: fixed;
    right: 14px;
    bottom: 20px;
    z-index: 99;
    top: auto !important
}

.main-widge .img svg {
    width: 100%;
    height: 100%
}

.main-widget .img {
    width: 25px;
    height: 25px
}

.main-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-bottom: 5px
}

.main-icon p {
    font-size: 10px;
    color: #fff;
    margin: 0
}

.out-circle {
    overflow: hidden;
    padding: 17px;
    border-radius: 100%;
    background: var(--color-main);
    width: 60px;
    height: 60px
}

.main-icon {
    line-height: 0;
    color: #fff;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.main-icon i {
    width: 26px;
    height: 26px;
    transform: translateX(2px)
}

.ser-icon {
    display: inline-flex;
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
    padding: 10%;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    border-radius: 100%;
    color: var(--color-main);
    width: 70%;
    height: 70%;
    margin: 15%;
    transition: .2s all
}

.unsee {
    opacity: 0;
    transform: scale(0)
}

.process {
    display: inline-flex;
    transform: translateX(0);
    transition: .15s linear transform;
    line-height: 0
}

.ser-icon .item {
    margin-right: 40px;
    width: 30px;
    height: 30px;
    color: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center
}

.ser-icon .item svg {
    width: 25px;
    height: 25px;
    color: var(--color-main)
}

.ser-icon i:nth-child(2n) {
    color: #000
}

.def-content {
    position: absolute;
    bottom: 62px;
    right: 0;
    background: #fff;
    border-radius: 8px;
    transition: .2s all;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 300px;
    z-index: 1
}

.def-content:before {
    position: absolute;
    bottom: -8px;
    right: 22px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: ''
}

.def-content .def-header {
    background: var(--color-main);
    padding: 10px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 700
}

.def-content .def-header .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    left: initial;
    padding: 0;
    margin: 0;
    border: 0 none;
    background: 0 0;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    background: var(--color-main);
    border-radius: 50%;
    text-align: center
}

.def-content .item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    transition: .3s linear all
}

.def-content .item>a .img {
    flex-grow: 0;
    flex: none;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff !important
}

.def-content .item>a .img svg {
    height: 20px;
    width: 20px
}

.def-content .item>a .detail {
    flex-grow: 1;
    line-height: normal
}

.def-content .item>a .detail .arcu-item-title {
    font-weight: 700;
    font-size: 15px;
    display: block;
    line-height: normal;
    color: #000
}

.def-content .item>a .detail .arcu-item-subtitle {
    font-size: 14px;
    color: #787878
}

.def-content .item.phone>a .img {
    background: #4eb625
}

.def-content .item.mess>a .img {
    background: #31adff
}

.def-content .item.zalo>a .img {
    background: #0165f8
}

.def-content .item.map>a .img {
    background: #d94234
}

.def-content .item:last-child {
    margin-bottom: 0
}

.main-widget .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 25px;
    top: 0;
    padding: 10px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: var(--color-main);
    border-radius: 100%;
    transition: .2s all;
    transform: rotate(0);
    cursor: pointer
}

.main-widget .close-icon svg {
    width: 25px;
    height: 25px
}

.close-icon.unsee {
    transform: rotate(180deg)
}

.pregan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #e53b16;
    z-index: -2;
    border-radius: 100%;
    opacity: .6;
    animation: zoomzoom 3s linear .2s infinite
}

.pregan:nth-child(1) {
    animation-delay: .5s
}

.main-widget .item svg {
    fill: var(--color-main)
}

.def-content .item svg {
    fill: #fff
}

.def-content .item:hover {
    background: #f1f1f1
}

@keyframes zoomzoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1.2)
    }
}

.scrollToTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 98;
    top: auto;
    width: 40px;
    height: 40px;
    display: flex;
    background: 0 0;
    text-decoration: none;
    transition: all .3s ease-out 0s;
    transform: translateY(-20px);
    background-color: color-mix(in srgb, var(--color-main) 10%, #fff);
    border-radius: 7px;
    cursor: pointer
}

.scrollToTop svg {
    width: 100%;
    height: 100%;
    transform: rotate(270deg)
}

.scrollToTop svg path {
    stroke: var(--color-main)
}

.scrollToTop:hover {
    background: var(--color-main)
}

.scrollToTop:hover svg path {
    stroke: color-mix(in srgb, var(--color-main) 10%, #fff)
}

.news-item {
    background-color: #fff;
}

.news-item a {
    display: block;
    position: relative
}

.news-item__pic {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 10px
}

.news-item__date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-main);
    padding: 5px;
    border-radius: 10px 0 10px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600
}

.news-item__info {
    margin-top: 15px
}

.news-item__name {
    -webkit-line-clamp: 2 !important;
    color: var(--color-text);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    transition: .2s
}

.news-item a:hover .news-item__name {
    color: var(--color-main)
}

.news-item__desc {
    -webkit-line-clamp: 2 !important;
    color: var(--color-text);
    line-height: 20px;
    margin-bottom: 10px;
    /* word-break: break-word; */
}

.news-item__next {
    font-weight: 600;
    color: red;
    transition: .2s
}

.news-item a:hover .news-item__next {
    color: var(--color-main)
}

.splide__arrow {
    background: color-mix(in srgb, var(--color-main) 10%, #fff) !important;
    opacity: 1 !important;
    border-radius: 30px !important;
    transition: .2s;
    width: 35px !important;
    height: 35px !important
}

.splide__arrow--prev {
    left: -30px
}

.splide__arrow--next {
    right: -30px
}

.splide__arrow svg {
    fill: var(--color-main) !important;
    width: 12px;
    height: 24px;
    transition: .2s
}

.splide__arrow:hover {
    background: var(--color-main) !important
}

.splide__arrow:hover svg {
    fill: color-mix(in srgb, var(--color-main) 10%, #fff) !important
}

#footer-map {
    overflow: hidden
}

#footer-map iframe {
    display: block;
    width: 100%;
    height: 400px
}

.footer-article {
    padding: 80px 0;
}

.footer-powered {
    /* padding: 10px 0; */
    /* background: var(--color-main); */
}

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

.footer-news:nth-child(1) {
    width: calc(345/1300*100%);
}

.footer-news:nth-child(2) {
    width: calc(190/1300*100%);
}

.footer-news:nth-child(3) {
    width: calc(190/1300*100%);
}

.footer-news:nth-child(4) {
    width: calc(345/1300*100%);
}

.footer-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'SVN-Gilroy_smb';
}

.footer-ul {
    list-style: disc;
    padding-left: 0px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer-ul li {
    color: var(--color-main);
    list-style: none;
}

.footer-ul li a {
    color: var(--color-text);
    transition: .2s
}

.footer-ul li a:hover {
    color: var(--color-main)
}

.footer-copyright {
    color: #fff;
    text-align: center
}

.form-group,
.form-group-select {
    position: relative;
    margin-bottom: 15px
}

.form-group input,
.form-group textarea {
    width: 100%;
    font-size: 14px;
    transition: .1s ease;
    resize: vertical;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 5px;
    border: 1px solid #cacaca
}

.form-group.novalidate input,
.form-group.novalidate textarea {
    border: 1px solid #e2e2e2 !important
}

.form-group input {
    height: 45px
}

.form-group input.date-picker {
    padding-right: 35px
}

.form-group input:hover,
.form-group textarea:hover {
    border-color: #7799d0 !important
}

.form-group label,
.form-group-select>label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #777;
    transition: .1s ease;
    pointer-events: none;
    background-color: transparent;
    margin: 0;
    line-height: 1.5
}

.form-group>span {
    position: absolute;
    right: 12px;
    top: 12px;
    transition: .1s ease;
    pointer-events: none;
    display: inline-block;
    max-width: 20px
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--main-color);
    outline: 0
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label,
.form-group-select>label {
    top: -10px;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    left: 8px;
    transform: none
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    content: attr(title);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.modal {
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.7);
}

.modal-header {
    border-bottom: 1px solid #d1d5db;
    background: rgba(249, 250, 251, .6)
}

.modal-title {
    font-weight: 600;
    letter-spacing: .05em;
    color: #111827
}

.modal-footer {
    border-top: 1px solid #d1d5db;
    background: rgba(249, 250, 251, .6)
}

.modal-btn--close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: red;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%
}

.invalid-feedback {
    font-size: 13px
}

.form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.form-btn--submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: clamp(14px, calc(16/1200*100vw), 16px)
}


.breadCrumbs {
    background: color-mix(in srgb, var(--color-main) 10%, #fff);
    margin-bottom: 30px
}


.breadcrumb {
    gap: 5px;
    padding: 10px 0 !important
}

.breadcrumb li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumb li a {
    flex: 1 1 0%;
    color: #666;
    transition: .2s;
}

.breadcrumb li a:hover {
    color: var(--color-main)
}

.breadcrumb li.active a {
    font-weight: 500;
    color: var(--color-main)
}

.breadcrumb li svg {
    width: 7px;
    color: #666;
}

.box-toc {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 2rem;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.box-toc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #f8fafc;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    user-select: none
}

.box-toc__header:hover {
    background: #f1f5f9
}

.box-toc__title {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-text);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px
}

.box-toc__title i {
    font-size: 20px
}

.box-toc__toggle-icon {
    color: #64748b
}

.box-toc__body {
    max-height: 0;
    overflow: hidden
}

.box-toc--open .box-toc__body {
    max-height: 1000px;
    border-top: 1px solid #e2e8f0
}

.box-toc--open .box-toc__toggle-icon {
    transform: rotate(180deg)
}

.box-toc__list {
    list-style: none;
    padding: 12px 0;
    margin: 0
}

.box-toc__item {
    margin: 0;
    position: relative
}

.box-toc__link {
    display: block;
    padding: 8px 20px;
    color: #64748b;
    text-decoration: none;
    font-size: .95rem;
    line-height: 1.5;
    border-left: 3px solid transparent
}

.box-toc__link:hover {
    color: var(--color-main) !important;
    background: #eff6ff !important
}

.box-toc__link--active {
    color: var(--color-main);
    font-weight: 600;
    background: #eff6ff;
    border-left-color: var(--color-main)
}

.box-toc__item--h2 .box-toc__link {
    padding-left: 10px;
    font-weight: 600;
    color: #334155;
    font-size: 15px
}

.box-toc__item--h3 .box-toc__link {
    padding-left: 20px;
    font-size: 14px
}

.box-toc__item--h4 .box-toc__link {
    padding-left: 30px;
    font-size: 13px;
    font-style: italic
}

.content-main {
    line-height: 26px
}

.content-main h1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px
}

.content-main h2 {
    margin: 20px 0;
    font-size: 19px
}

.content-main h3 {
    margin: 15px 0 20px;
    font-size: 17px
}

.content-main h4 {
    margin: 10px 0 20px;
    font-size: 15px
}

.content-main table {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 13px
}

.content-main table th {
    background: #444;
    color: #fff;
    text-align: center;
    padding: 12px 7px
}

.content-main table tr td {
    padding: 10px 7px
}

.content-main tr:nth-child(even) {
    background: #f4f4f4
}

.content-main tr:nth-child(odd) {
    background: #fff
}

/* .content-main ol,
.content-main ul {
    list-style-type: disc;
    margin: 10px 0
} */

.content-main ol li,
.content-main ul li {
    margin-bottom: 10px
}

.content-main a {
    color: #05f;
    font-weight: 700;
    display: contents
}

.content-main iframe {
    width: 100% !important;
    display: block;
    margin: 10px auto 20px
}

.content-main tr:nth-child(even) {
    background-color: #f2f2f2
}

/* .content-main tr:hover {
    background-color: #ddd
} */

.content-main th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--color-main);
    color: #fff
}

.content-main td,
.content-main th {
    border: 1px solid #ddd;
    padding: 8px
}

.content-main figcaption {
    text-align: center
}

.content-main a img {
    max-width: 100%;
    height: auto !important
}

.content-main blockquote {
    border-left: solid 3px #ccc;
    padding-left: 20px;
    margin-left: 20px;
    font-style: italic
}

.skeleton-item {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05)
}

.skeleton-box {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    border-radius: 4px
}

.skeleton-img {
    width: 100%;
    margin-bottom: 10px
}

.skeleton-title {
    height: 20px;
    width: 80%;
    margin-bottom: 8px
}

.skeleton-price {
    height: 20px;
    width: 50%
}

@keyframes shine {
    to {
        background-position-x: -200%
    }
}

.ggdich-box {
    position: relative;
    display: inline-block
}

.ggdich-box__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    color: inherit
}

.ggdich-box__icon {
    margin-right: 6px
}

.ggdich-box__dropdown {
    position: absolute;
    z-index: 15;
    top: 100%;
    left: 0;
    margin-top: 10px;
    min-width: 150px;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.ggdich-box__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    margin-bottom: 10px;
    transition: color .2s
}

.ggdich-box__item:last-child {
    margin-bottom: 0
}

.ggdich-box__item:hover {
    color: #c0392b
}

.ggdich-box__flag {
    margin-right: 7px;
    display: inline-block;
    max-width: 22px
}

.ggdich-box__flag img {
    width: 100%;
    display: block
}

.sidebox-group {
    position: sticky;
    top: 60px;
    border: 1px solid #dee2e6;
    border-radius: clamp(5px, calc(10/1200*100vw), 10px);
    padding: clamp(10px, calc(15/1200*100vw), 15px)
}

.sidebox-group__header {
    display: flex;
    font-size: clamp(15px, calc(16/1200*100vw), 16px);
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    padding: 0 0 8px;
    border-bottom: .5px dashed #ebe0e0;
    margin-bottom: 10px
}

.sidebox-group__icon {
    font-size: 22px
}

.sidebox-group__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebox-group__item {
    position: relative;
}

.sidebox-group__item+.sidebox-group__item {
    border-top: 1px solid #d9d9d9;
}

.sidebox-group__link {
    color: #252a2b;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    transition: .3s;
    padding: 5px 0
}

.sidebox-group__item--has-child>.sidebox-group__link {
    padding-right: 30px
}

.sidebox-group__link--active,
.sidebox-group__link:hover {
    color: var(--color-main) !important
}

.sidebox-group__toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    display: none
}

.sidebox-group__item--has-child .sidebox-group__toggle {
    display: block
}

.sidebox-group__toggle:hover {
    border: 1px solid #e7e7e7
}

.sidebox-group__toggle::after,
.sidebox-group__toggle::before {
    background: rgba(9, 9, 9, .6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    transition: all .25s linear
}

.sidebox-group__toggle::before {
    width: 9px;
    height: 1px;
    transform: translateY(-50%)
}

.sidebox-group__toggle::after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform: translateY(-50%) scale(1, 1)
}

.sidebox-group__item.opened>.sidebox-group__link .sidebox-group__toggle::after {
    transform: translateY(-50%) scale(1, 0)
}

.sidebox-group__sublist {
    margin: 0;
    padding-left: 10px;
    list-style: none;
    display: none
}

.prodetail {
    display: block;
    width: 100%
}

.prodetail__header {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 40px
}

.prodetail__gallery {
    position: relative
}

.prodetail__info {
    position: relative
}

.prodetail__thumb {
    margin-bottom: 10px;
    border: solid 1px #eee;
    background: #fff;
    border-radius: 10px;
    overflow: hidden
}

.prodetail__nav .splide__slide {
    opacity: .6;
    transition: opacity .3s;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

.prodetail__nav .splide__slide.is-active {
    opacity: 1;
    border: solid 1px var(--color-main) !important;
    overflow: hidden;
}

.prodetail__title {
    font-size: clamp(20px, calc(25/1200*100vw), 25px);
    font-weight: 700;
    margin-bottom: 10px
}

.prodetail__option {
    margin: 15px 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.prodetail__option li span {
    color: var(--color-main)
}

.prodetail__social {
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px
}

.prodetail__social-title {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap
}

.prodetail__price {
    margin: 15px 0;
    font-size: clamp(14px, calc(15/1200*100vw), 15px)
}

.prodetail__price-new {
    font-size: clamp(18px, calc(24/1200*100vw), 24px);
    font-weight: 700;
    color: #d0021b
}

.prodetail__price-old {
    text-decoration: line-through;
    color: #888;
    margin: 0 10px
}

.prodetail__price-discount {
    background: #d0021b;
    color: #fff;
    padding: 2px 3px;
    border-radius: 5px;
    font-size: 11px;
    position: relative
}

.prodetail__price-discount::before {
    content: "";
    border-right: 6px solid #d0021b;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translate(0, -50%)
}

.prodetail__qty-group {
    margin: 20px 0;
    display: flex;
    align-items: center
}

.prodetail__qty-group label {
    font-weight: 600;
    margin-right: 15px
}

.prodetail__qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: hidden
}

.prodetail__qty-btn {
    width: 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* background: #f3f3f3; */
    transition: .2s
}

.prodetail__qty-btn:hover {
    background: #eee
}

.prodetail__qty-btn svg {
    width: 14px;
    height: 14px
}

.prodetail__qty-input {
    width: 50px;
    height: 40px;
    border: none;
    text-align: center;
    outline: 0;
    -moz-appearance: textfield;
    /* border-left: solid 1px #dadada; */
    /* border-right: solid 1px #dadada; */
    color: #000;
    font-weight: 600;
}

.prodetail__qty-input::-webkit-inner-spin-button,
.prodetail__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.prodetail__desc {
    margin: 20px 0
}

.prodetail__actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0
}

.prodetail__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-block: clamp(7px, calc(10/1200*100vw), 10px);
    border: solid 1px #333;
    border-radius: 4px;
    font-size: clamp(14px, calc(15/1200*100vw), 15px);
    transition: all .3s;
    text-decoration: none;
    min-height: 45px;
    cursor: pointer
}

.prodetail__btn:hover {
    color: #fff !important;
    background: color-mix(in srgb, var(--color-main) 70%, #000) !important
}

.prodetail__btn--add {
    color: #d0021b;
    background: #fff;
    border-color: #d0021b
}

.prodetail__btn--buy {
    color: #fff;
    background: #d0021b;
    border-color: #d0021b
}

.prodetail__btn--hotline {
    color: #fff !important;
    background: var(--color-main);
    border-color: var(--color-main)
}

.prodetail__btn--zalo {
    color: #fff !important;
    background: #0068ff;
    border-color: #0068ff;
    padding: 5px 10px;
    text-align: left;
    justify-content: flex-start
}

.prodetail__btn-text {
    font-weight: 500;
    text-transform: uppercase
}

.prodetail__btn-subtext {
    display: block;
    font-size: 13px;
    font-weight: 300;
    text-transform: none
}

.prodetail__tab-header {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding: 0;
    list-style: none
}

.prodetail__tab-header li {
    padding: 10px 0;
    font-size: clamp(14px, calc(18/1200*100vw), 18px);
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: color .3s
}

.prodetail__tab-header li:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-main);
    transition: width .3s
}

.prodetail__tab-header li.active {
    color: var(--color-main)
}

.prodetail__tab-header li.active:after {
    width: 100%
}

.prodetail__tab-body {
    display: none
}

.prodetail__tab-body[x-show] {
    display: block
}

.prodetail__related {
    margin-top: 40px
}

.prodetail__related-title h2 {
    font-size: clamp(18px, calc(24/1200*100vw), 24px);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 4px solid var(--color-main);
    padding-left: 10px
}

.prodetail__related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px
}

.prodetail__attribute {
    margin-bottom: 20px
}

.prodetail__attribute-label {
    display: block;
    font-size: clamp(14px, calc(16/1200*100vw), 16px);
    font-weight: 700;
    margin-bottom: 10px
}

.prodetail__attribute-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px
}

.prodetail__attribute-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 5px 12px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff;
    color: #111;
    font-size: clamp(12px, 1.5vw, 14px);
    cursor: pointer;
    overflow: hidden
}

.prodetail__attribute-btn:hover {
    border-color: var(--color-main)
}

.prodetail__attribute-btn.active {
    border-color: var(--color-main);
    color: var(--color-main)
}

.prodetail__attribute-check {
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    width: 20px;
    height: 20px;
    display: none;
    align-items: flex-end;
    justify-content: flex-end;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    color: #fff;
    background-color: var(--color-main)
}

.prodetail__attribute-btn.active .prodetail__attribute-check {
    display: flex
}

.contact-flex {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px
}

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

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px
}

.contact-form {
    margin-top: 20px;
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px
}

.contact-input {
    margin-bottom: 10px
}

.contact-input input,
.contact-input textarea {
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    text-indent: 0;
    color: #000;
    font-size: 13px;
    min-height: 40px
}

/* 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 a {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 3px;
    display: block;
    cursor: pointer;
}

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

.cart-head {
    position: fixed;
    bottom: 150px;
    right: 18px;
    z-index: 2;
    background: var(--color-main);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-head:hover {
    color: #fff;
}

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

.cart-head .text-cart {
    display: none;
}

.cart-head .count-cart {
    background: #f00;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
}

.btn-cart-pro-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 5px;
}

.btn-cart-pro a {
    font-size: 14px;
}

.grid-news {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

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

.news-left {
    width: 68%;
}

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

.item-news-first {}

.name-news-first {
    color: #000;
    font-size: 16px;
    font-family: 'SVN-Gilroy_b';
}

.name-news-first:hover {}

.name-news-first.text-split {}

.item-news-other {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
}

.name-news-other {
    font-size: 16px;
    color: #000;
}

/*about us*/
.flex-about {
    justify-content: space-between;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    /* align-items: center; */
}

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

.title-about h3 {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
}


.view-about {
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    background: #EB6200;
    color: #fff !important;
    font-size: 16px;
    /* font-weight: 600; */
    text-transform: none;
    /* padding: 10px 25px; */
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px rgba(235, 98, 0, 0.3);
    /* margin: 30px 0px 20px; */
    max-width: 175px;
    line-height: 40px;
    width: 100%;
    padding: 5ppx;
    padding: 0px 5px;
    font-family: 'SVN-Gilroy_b';
    margin-top: 25px;
}

.view-about:hover {
    background: #c95300;
    color: #fff !important;
    box-shadow: 0px 5px 20px rgba(235, 98, 0, 0.5);
    transform: translateY(-2px);
}

.view-about::before {
    content: '→';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: #EB6200;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.view-about:hover::before {
    transform: translateX(3px);
}

.div-video-mp4 {}

.div-video-mp4 video {
    aspect-ratio: 16/9;
}

/*end about*/
.album-item {
    margin-bottom: 20px;
}

.img-video {
    position: relative;
}

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

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

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

.img_detal_tt {
    border-radius: 10px;
    overflow: hidden;
    ;
}

.product-item__btn-details span {
    background: var(--color-main1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.center {
    text-align: center;
}



/* //customer */
.video_top {
    max-width: 1165px;
    margin: auto;
}

.title_h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'SVN-Gilroy_b';
    color: #000;
    margin: 0;
}

.title_h1 {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.nd_top {
    text-align: center;
    margin-bottom: 30px;
}

.img_line {
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.img_line img {
    margin: auto;
}

.tv {
    font-size: 14px;
    color: #000;
    font-family: 'SVNProductSans';
}

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

.tv1 span {
    font-family: 'SFProDisplay_b';
}

.al-center {
    align-items: center;
}

.slogan_top marquee {
    line-height: 40px;
}

.slogan_top {
    margin-bottom: -5px;
}

.hd_top {
    background-color: #214F99;
    padding: 3px 0px;
}

.slogan_top marquee {
    color: #fff;
    font-size: 14px;
}

#google_language_translator {
    display: none !important;
}

.justify {
    justify-content: space-between;
}

#flags {
    display: flex;
}

#flags p:nth-child(1) {
    margin-right: 5px;
}

.hl_r {
    margin-left: 10px;
}

.logo-header {
    max-width: 250px;
    width: 100%;
    text-align: center;
    padding: 13px 0px;
    position: relative;
}

.logo-header::after {
    position: absolute;
    content: '';
    background: url(../images/image/top.jpg)no-repeat;
    bottom: 100%;
    left: 0px;
    width: 252px;
    height: 33px;
}

.logo-header img {
    position: relative;
    top: -12px;
}

.hd_top_item {
    padding-left: 300px;
}

.search-res {
    position: relative;
}

.search1 .search {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 0px;
    opacity: 0;
    z-index: 9;
}

.search1 {
    cursor: pointer;
    padding: 0px 10px;
}

.search1 .search-res.active .search {
    border: 1px solid #d9d9d9;
}

.search1 input:focus {
    border: none;
    outline: none;
    padding: 0px 10px;
}

.flex1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex2 {
    display: flex;
    flex-wrap: wrap;
}

/* .container_full{overflow: hidden;} */
.menu_fix {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    box-shadow: 0px 0px 10px #888888;
    animation: fadeInDown;
    animation-duration: 0.5s;
    background-color: #fff;
}

/* bando */
.show_bando iframe {
    width: 100%;
    height: 500px;
}

.show_bando2 {
    display: none;
}

.show_bando2.active1 {
    display: block;
}

.footer-map {
    position: relative;
}

.show_bando ul li {
    list-style: none;
}

.show_bando ul {
    position: re;
    left: 40px;
    top: 20px;
    justify-content: center;
}

.show_bando ul li a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #fff;
    text-align: center;
    color: #000;
    cursor: pointer;
    font-family: 'MontserratMedium';
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #FFFAEB;
    text-transform: uppercase;
}

.show_bando ul li a.active1 {
    background-color: #FFD75C;
    color: #000;
}

.box_tieuchi {
    transform: translateX(-20px);
    transition: all 0.3s;
}

.box_tieuchi:hover {
    transform: translateX(0px);
}

.list-news-other li {
    list-style: none;
}

.ngonngu {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.ngonngu a.active {
    padding: 4px 9px 2px;
    border-radius: 50%;
    border: 1px solid white;
}

.header-translate {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}

.header-translate .dropdown-lang {
    cursor: pointer;
}

.lang-dropdown {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    position: relative;
    z-index: 20;
}

.lang-selected {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 2px;
    border: 1px solid #299100;
    /* margin: 0px 20px; */
    border-radius: 5px;
    border-radius: 30px;
}

.lang-selected span img {
    min-width: 30px;
    height: 20px;
}

.lang-selected i {
    color: #d3d3d3;
}

.lang-selected img {
    /* width: 34px;
  height: 34px; */
    object-fit: cover;
    width: 100%;
    height: 30px !important;
    width: 30px;
    border-radius: 30px;
}

.lang-options {
    z-index: 50;
    width: 150px;
    position: absolute;
    top: 120%;
    right: 0;
    /* background: white; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: var(--color-main1);

    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;

    overflow: hidden;
    max-height: 0;
    opacity: 0;

    transition: max-height 1s ease;
    pointer-events: none;
}

.lang-dropdown.open .lang-options {
    pointer-events: visible;
    max-height: 500px;
    opacity: 1;
    padding: 10px;
}

.lang-options .dropdown-lang {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    /* margin: auto; */
}

.lang-options .dropdown-lang img {
    width: 30px;
    height: 20px;
}

.lang-options .dropdown-lang span {
    /* font-family: "Roboto"; */
    color: white;
}

.lang-options .dropdown-lang:hover {
    margin-left: 10px;
}

.lang-dropdown-mobile {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}

.lang-selected-mobile {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    font-weight: 500;
}

.lang-selected-mobile span {
    font-family: "Mont";
    font-size: 15px;
    color: #333333;
}

.lang-selected-mobile img {
    width: 24px;
    height: 16px;
    object-fit: cover;
}

.lang-dropdown-mobile.open .lang-options {
    display: block;
}

.dropdown-lang-mobile {
    font-family: "Mont";
    font-size: 15px;
    color: #333333;
}

.lang-options .dropdown-lang-mobile {
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-options .dropdown-lang-mobile:hover {
    background: #f5f5f5;
}

.header__info-tex1 {
    font-size: 18px;
    color: #EB6200;
    font-family: 'SVN-Gilroy_b';
}

.dc_item {
    margin-right: 15px;
    margin-left: 30px;
}

.header__bottom {
    padding: 2.5px 0px;
    border-bottom: 1px solid #d9d9d9;
}



.about_slogan {
    display: inline-block;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;

    background-color: #F0FFF0;
    /* nền */
    position: relative;
}

.about_slogan span {
    background: var(--color-main);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* .title-about h2 {
    font-size: 56px;
    color: #EB6200;
    font-weight: 900;
    font-family: 'UTM_HelvetIns', sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, 1px 0px 0 #fff, -1px 0px 0 #fff;
} */

.title-about h2 {
    font-family: 'UTM_HelvetIns', sans-serif;
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f36a10;
    -webkit-text-stroke: 2px #fff;
    text-shadow:
        0 0 0 #f8a76d,
        2px 0 0 #f8a76d,
        -2px 0 0 #f8a76d,
        0 2px 0 #f8a76d,
        0 -2px 0 #f8a76d,
        2px 2px 0 #f8a76d,
        -2px -2px 0 #f8a76d,
        2px -2px 0 #f8a76d,
        -2px 2px 0 #f8a76d;
}



.about_ct {
    font-size: 15px;
    color: #4a4a4a;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 25px;
}

.photo-about {
    position: relative;
    /* padding-bottom: 50px; */
    /* padding-right: 20px; */
    width: calc(625 / 1300 * 100%);
    align-self: top;
    padding-bottom: 115px;
}

.content-about {
    width: calc(650 / 1300 * 100%);
}

.ha_top {
    position: relative;
    /* width: 72%; */
    z-index: 2;
    display: inline-block;
}

.ha_top a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.ha_top::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 60px;
    right: -140px;
    bottom: -47px;
    /* border: 2px solid var(--color-main); */
    /* border-radius: 10px; */
    z-index: -1;
    border: 2px solid #5CCF14;
}

.video_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 68%; */
    z-index: 3;
    border-radius: 10px;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); */
    /* background: #fff; */
    /* padding: 6px; */
}

.video_bottom span {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.video_bottom img {
    display: inline-block;
    /* width: 100%; */
    height: auto;
}

.about_box {
    background: url(../images/image/bg_gt.jpg) no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 115px;
}

.tc_item_1 {
    padding: 10px;
}

.box_thongke {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    gap: 15px;
}

.thongke_item {
    flex: 1;
    text-align: left;
}

.info_tk {
    display: flex;
    flex-direction: column;
}

.criteria_name {
    font-size: 38px;
    background: var(--color-main);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-family: 'Oswald_b';
}

.criteria_name a.counter-value {
    color: var(--color-main);
    font-weight: 800;
    font-family: 'SFProDisplay_b', sans-serif;
}

.criteria_name span {
    color: var(--color-main);
    margin-left: 2px;
    font-weight: 800;
}

.name_tk {
    font-size: 15px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    font-family: 'SVN-Gilroy_b';
}

.video_top {
    position: relative;
    max-width: 1165px;
    margin: 30px auto 0;
}

.video-image1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.video-image1 span {
    display: block;
    width: 100%;
}

.video-image1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1;
}

.video-image1:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.video-image1::after {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EB6200;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-indent: 3px;
}

.video-image1:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
    background: #EB6200;
    color: #fff;
}

.video_top .splide__arrow {
    background: #fff !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.video_top .splide__arrow--prev {
    left: -55px;
}

.video_top .splide__arrow--next {
    right: -55px;
}

.video_top .splide__arrow svg {
    fill: var(--color-main) !important;
    width: 18px;
    height: 18px;
}

.video_top .splide__arrow:hover {
    background: var(--color-main) !important;
}

.video_top .splide__arrow:hover svg {
    fill: #fff !important;
}

@media (max-width: 991px) {
    .flex-about {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .photo-about {
        max-width: 500px;
        margin: 0 auto;
    }

    .video_top .splide__arrow--prev {
        left: -15px;
    }

    .video_top .splide__arrow--next {
        right: -15px;
    }
}

@media (max-width: 767px) {
    .box_thongke {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .title-about h2 {
        font-size: 38px;
    }
}



/* //thucdon */
.title_td {
    font-size: 54px;
    font-family: 'SVN-HC Cubano';
    color: #178B53;
    display: inline-block;
    margin: auto;
    text-shadow: 0px 0px 10px #FFD708;
}

.product-item {
    /* padding: 5px; */
    border-radius: 10px;
    background-color: #fff;
}

.product-item__pic {
    border-radius: 10px;
    overflow: hidden;
    ;
}

.btn_lh_gl {
    font-size: 15px;
    color: #fff;
    font-family: 'SVN-Gilroy_sm';
    text-transform: capitalize;
    max-width: 160px;
    line-height:
        40px;
    text-align: center;
    background-color: #178B53;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #8888;
}

.product-item__price {
    margin-bottom: 10px;
}

.btn_lh_gl img {
    margin-right: 5px;
}




/* //duan */
.grid_da {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.da_item {
    position: relative;
}

.info_da {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(180deg, #052B56 0%, #052B56 97.96%);
    background: linear-gradient(180deg, color(display-p3 0.0667 0.1647 0.3255 / 0.00) 0%, color(display-p3 0.0654 0.1657 0.3247) 97.96%);
    top: 0px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
    opacity: 0;
    transition: all 0.3s;
}

.name_da {
    font-size: 22px;
    color: #fff;
    font-family: 'SFProDisplay_b';
    margin-bottom: 5px;
}

.desc_da {
    font-size: 14px;
    color: #fff;
}

.desc_da img {
    position: relative;
    margin-right: 10px;
}

.da_item:hover .info_da {
    opacity: 1;
    transition: all 0.3s;
}

.btn_xt_da {
    font-size: 16px;
    color: #ffff;
    font-family: 'SFProDisplay_b';
    height: 45px;
    width: 170px;
    text-align: center;
    border-radius: 5px;
    background-color: #D02D28;
    display: inline-block;
    text-transform: uppercase;
    line-height: 45px;
    margin-top: 20px;
}

.box_da_id {
    padding: 60px 0px;
}

.box_da_id .title_h2 {
    font-size: 45px;
}

.wrap-content1 {
    max-width: 1240px;
    margin: auto;
    padding: 0px 15px;
}

.slogan {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
}



/* khachhang */
.box_kh {
    justify-content: space-between;
}

.img_kh {
    width: 33%;
    position: relative;
}

.img_kh::after {
    position: absolute;
    content: '';
    background: url(../images/image/nhay.png)no-repeat;
    width: 46px;
    height: 40px;
    top: 0px;
    left: 0px;
}

.info_kh {
    width: 63%;
}

.box_kh {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    ;
}

.kh_id {
    padding: 60px 0px;
    background: url(../images/image/bg_kh.jpg)no-repeat;
    background-size: cover;
}

.name_kh {
    font-size: 22px;
    color: #000;
    font-family: 'SFProDisplay_b';
}

.desc_kh {
    font-size: 12px;
    color: #A2A2A2;
    font-family: 'SFProDisplay_b';
}

.content_kh {
    font-size: 15px;
    color: #4F4F4F;
    text-align: justify;
}

.img_sao {
    margin: 5px 0px;
}

.img_kh img {
    border-radius: 50%;
    overflow: hidden;
    ;
}

.kh_id .title_h2 {
    font-size: 45px;
}


/* DANKY */
/* .frm_contact .title_h2{font-size: 45px;color: #fff;} */
.frm_contact .slogan {
    font-size: 17px;
    color: #fff;
}

.img_dk {
    margin: 10px 0px;
}

.bg_sdt {
    font-size: 32px;
    color: #D02D28;
    font-family: 'UTM_HelvetIns';
    -webkit-text-stroke-color: #FFF;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: color(display-p3 1 1 1);
}

/* .form_dk_id{background: url(../images/image/bg_dk.jpg)no-repeat;background-size: cover;} */
.frm_contact input {
    height: 48px;
    border-radius: 10px;
}

.frm_contact #content-contact {
    height: 110px;
    border-radius: 0px;
    border-radius: 10px;
}

.img_dk img {
    margin: auto;
}

.slogan_dk {
    font-size: 18px;
    color: #fff;
    font-family: 'SFProDisplay_b';
}

.slogan_dk1 {
    font-size: 15px;
    color: #FFFFFF;
}

.form_dk_id {
    padding: 80px 0px;
}

.form_dk_id .btn_dk {
    background-color: #D02D28;
    text-transform: uppercase;
    font-family: 'SFProDisplay_b';
    font-size: 16px;
    border: none;
}

.form_dk_id .btn_reset {
    background-color: #2B60EE;
    text-transform: uppercase;
    font-family: 'SFProDisplay_b';
    font-size: 16px;
    border: none;
}



/* //blog */
.ngaythang {
    background-color: #D02D28;
    padding: 10px;
    text-align: center;
    flex-shrink: 0;
}

.name_tt {
    flex: 1;
    padding-left: 10px;
}

.ngay {
    font-size: 36px;
    color: #fff;
    font-family: 'SFProDisplay_b';
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.2;
}

.thang {
    font-size: 14px;
    color: #fff;
    font-family: 'SFProDisplay_b';
    margin-top: 3px;
}

.name_tt {
    font-size: 20px;
    color: #000;
    font-family: 'SFProDisplay_b';
}

.desc_tt {
    font-size: 15px;
    color: #737373;
    text-align: justify;
    line-height: 1.8;
}

.info_tt {
    background-color: #F1F1F1;
}

.info_top {
    margin-bottom: 15px;
}

.box_info_tt1 {
    padding: 20px;
}

.img_tt_xct img {
    margin-left: auto;
}

.info-news {
    padding: 60px 0px;
}

.info-news .title_h2 {
    font-size: 45px;
}

.box_dt_id {}

/* album */
.box_ab1:nth-child(1) {
    grid-column: 1 / 5;
    grid-row: 1 / 2
}

.box_ab1:nth-child(2) {
    grid-column: 5 / 10;
    grid-row: 1 / 2;
}

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

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

.box_ab1:nth-child(5) {
    grid-column: 6 / 11;
    grid-row: 2 / 3;
}

.box_ab1:nth-child(6) {
    grid-column: 11 / 15;
    grid-row: 2 / 3;
}

.qc_sl1 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-gap: 10px;
}

.album_anh {
    padding: 60px 0px;
    background-size: cover;
}

.album_gallery {
    display: none;
}

.box_ab1 {
    border-radius: 20px;
    overflow: hidden;
}

/* video */
.btn_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}

/* //footer */
.google_map iframe {
    width: 100% !important;
}

.footer-ul li a {
    color: #fff;
    font-size: 15px;
}

.news-name a {
    font-size: 15px;
    font-family: 'SVN-Gilroy_b';
    color: #000;
    line-height: 1.5;
}

.news-time {
    margin: 10px 0px
}

.new_img_dt {
    border-radius: 10px;
}

.name_dv {
    font-size: 18px;
    color: #000;
    font-family: 'SVN-Gilroy_b';
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

.desc-news {
    color: #333333;
    margin: 0px;
}

.img_tt_detail {
    border-radius: 10px;
    overflow: hidden;
    ;
}

.title-main.title-main_pro span {
    font-family: 'UTM_HelvetIns';
    color: var(--color-main);
    font-size: 25px;
}

/* hovver */
.tieuchi_item img {
    transform: rotateY(0deg);
    transition: all 0.3s;
}

.tieuchi_item:hover img {
    transform: rotateY(180deg);
    transition: all 0.3s;
}

.img_tc img {
    margin: auto;
}

.name_tc:hover {
    color: #214F99;
    transition: all 0.3s;
}

.btn_xt:hover {
    background-color: #214F99;
    color: #fff;
    transition: all 0.3s;
}

.btn_xt_da:hover {
    background-color: #214F99;
    color: #fff;
    transition: all 0.3s;
}

.da_item .img_da img {
    transform: scale(1, 1);
    transition: all 0.3s;
    overflow: hidden;
}

.da_item:hover .img_da img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
}

.da_item {
    overflow: hidden;
    border-radius: 10px;
}

.name_da:hover {
    color: red;
    transition: all 0.3s;
}

.ds-news h3:hover {
    color: var(--color-hover);
    transition: all 0.3s;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 10px #888888;
    animation: fadeInDown;
    animation-duration: 2s;
}

.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 450px;
    z-index: 10;
    background: var(--color-main);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    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;
}

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

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: var(--color-main);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

.cart-fixed.btn_baogia {
    bottom: 450px;
}

.img_news_dt {
    border-radius: 10px;
    overflow: hidden;
}

.text-split1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.line1 {
    -webkit-line-clamp: 1;

}

.line2 {
    -webkit-line-clamp: 2;

}

.line3 {
    -webkit-line-clamp: 3;

}

.line4 {
    -webkit-line-clamp: 4;

}

/* Default hide desc and button for general products */
.product-item__desc {
    display: none;
}

.product-item__btn-details {
    display: none;
}

/* SPNB Section */
.box_spnb_id {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
    background: url(../images/image/bg_sp.jpg)no-repeat;
}

.box_spnb_id .nd_top {
    margin-bottom: 20px;
}

.box_spnb_id .title_h2 {
    color: #111;
    font-size: clamp(25px, calc(44 / 1200 * 100vw), 44px);
}

/* Homepage featured section override for product item */
.product-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0px 5px #dbd3d3;
    transition: all 0.3s ease;
    /* border: 1px solid #f0f0f0; */
    /* height: 100%; */
    /* margin: 15px 5px; */
    padding: 10px;
    margin: 5px;
}

.product-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-item__pic {
    background: #fff;
    /* padding: 25px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-item__pic img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    transition: all 0.4s ease;
}

.product-item__info {
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 10px;
}

.product-item__name {
    font-size: 20px;
    /* font-weight: 700; */
    color: #111;
    margin: 0 0 15px 0;
    text-align: left;
    font-family: 'SVN-Gilroy_b', sans-serif;
    transition: all 0.3s ease;
    -webkit-line-clamp: 1 !important;
    /* text-align: center; */
}

.product-item:hover .product-item__name {
    color: #299100;
}

.product-item__price {
    display: none !important;
}

.product-item__desc {
    display: block !important;
    margin-bottom: 20px;
    min-height: 80px;
}

.product-item__desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.product-item__desc li {
    position: relative;
    padding-left: 15px;
    font-size: 13.5px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 6px;
    text-align: left;
}

.product-item__desc li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #5CCF14;
    border-radius: 1px;
}

.product-item__btn-details {
    display: block !important;
    width: 100%;
    border: 1px solid #5CCF14;
    background-color: #F0FFF7;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'SVN-Gilroy_b', sans-serif;
    background: #F2FFEA;

}

.product-item:hover .product-item__btn-details {
    background-color: #EB6200;
    /* border-color: #EB6200; */
    color: #fff;
}

.product-item:hover .product-item__btn-details span {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
}

/* Xem tat ca san pham button */
.btn-all-products {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EB6200;
    color: #fff;
    font-size: 16px;
    /* font-weight: 600; */
    padding: 6px 25px 6px 6px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px rgba(235, 98, 0, 0.3);
    margin-top: 30px;
    font-family: 'SVN-Gilroy_b', sans-serif;
}

.btn-all-products:hover {
    background-color: #c95300;
    box-shadow: 0px 5px 20px rgba(235, 98, 0, 0.5);
    transform: translateY(-2px);
}

.btn-all-products__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: #EB6200;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-all-products:hover .btn-all-products__icon {
    transform: translateX(3px);
}

.btn-all-products__text {
    color: #fff;
}

.btn-all-products:hover .btn-all-products__text {
    color: #fff;
}

.box_spnb_id .splide__slide {
    /* padding: 7px 0px; */
}

.product-item__desc p {
    margin-bottom: 5px;
}

/* box_duan_id section styling */
.box_duan_id {
    background-size: cover;
    background: url(../images/image/bg_da.jpg) no-repeat;
    padding: 70px 0px;
}

.box_duan_id .nd_top {
    margin-bottom: 30px;
}

.box_duan_id .title_h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'SVN-Gilroy_b', sans-serif;
    color: #000;
    margin: 0;
}

.box_duan_id .title_h2 span {
    color: #299100;
    font-family: 'SVN-Gilroy_b', sans-serif;
}

.box_duan_id .category-nav__item {
    font-size: 15px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    background: #fff;
    border: 1px solid #299100;
    border-radius: 30px;
    padding: 9px 22px;
    text-transform: none;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: normal;
    white-space: nowrap;

}

.box_duan_id .category-nav__item span {}


.box_duan_id .category-nav__item:hover {
    background: #EB6200;
    color: #fff;
    border-color: #EB6200;

}

.box_duan_id .category-nav__item.active {
    background: #EB6200;
    border-color: #EB6200;
    color: #EB6200;
}

.box_duan_id .category-nav__item.active span {
    background: unset;
    color: #fff;
}

/* Specific product-item and news-item overrides within box_duan_id */
.box_duan_id .product-item,
.box_duan_id .news-item {
    /* background: #fff; */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    /* border: 1px solid #f0f0f0; */
    height: auto;
    margin: 15px 5px;
    /* padding: 10px; */
}


/* Specific product-item and news-item overrides within box_duan_id */
.product-item,
.news-item {
    /* background: #fff; */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    /* border: 1px solid #f0f0f0; */
    /* padding: 10px; */
}

.product-item:hover,
.news-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.product-item a,
.news-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-item__pic,
.news-item__pic {
    /* border-radius: 12px; */
    /* overflow: hidden; */
}

.news-item__info {
    padding: 15px 10px 10px 10px;
}

.product-item__name,
.news-item__name {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 10px 0 8px 0;
    text-align: left;
    font-family: 'SVN-Gilroy_b', sans-serif;
    -webkit-line-clamp: 1;
}

.news-item__name {
    margin-top: 0;
}

.product-item:hover .product-item__name,
.news-item:hover .news-item__name {
    color: #299100;
}

.product-item__desc,
.news-item__desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    /* display: block; */
    /* min-height: 40px; */
    text-align: left;
    -webkit-line-clamp: 2;
}

.news-item__next {
    display: inline-flex;
    align-items: center;
    background-color: #299100;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 18px 4px 4px;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-family: 'SVN-Gilroy_b', sans-serif;
    width: auto;
    line-height: normal;
}

.box_duan_id .product-item__btn-details span {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: initial;
    font-size: 13px;
}

.news-item__next::before {
    content: '→';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #fff;
    color: #299100;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 12px;
    font-weight: bold;
}

.product-item:hover .product-item__btn-details,
.news-item:hover .news-item__next {
    background-color: #217500;
    color: #fff;
}

.news-item a:hover .news-item__next {
    color: #fff;
}

.title_h2 {
    margin-bottom: 20px;
}

/* box_giaiphap_id section styling */
.giaiphap_id {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/image/bg_gt1.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.giaiphap-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.giaiphap-left {
    width: calc(545 / 1300 * 100%);
}

.giaiphap-right {
    width: calc(695 / 1300 * 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.giaiphap-right::before {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    border: 2px solid rgba(92, 207, 20, 0.15);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.giaiphap-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'SVN-Gilroy_b', sans-serif;
    text-align: left;
    background: var(--color-main1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.giaiphap-desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
}

.giaiphap-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.giaiphap-item {
    display: flex;
    align-items: center;
}

.giaiphap-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #EB6200;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px;
}

.giaiphap-item__text {
    font-size: 14.5px;
    color: #444;
    font-weight: 500;
    text-align: left;
}

.giaiphap-img-box {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.giaiphap-img-box img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.btn-advise {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 25px 4px 6px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px rgba(41, 145, 0, 0.2);
    margin-top: 15px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    background: var(--color-main1);
}

.btn-advise:hover {
    background-color: #217500;
    box-shadow: 0px 5px 20px rgba(41, 145, 0, 0.4);
    transform: translateY(-2px);
}

.btn-advise__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: #299100;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-advise:hover .btn-advise__icon {
    transform: translateX(3px);
}

.btn-advise__text {
    color: #fff;
}

/* //doitac */
.wrap-content2 {
    max-width: 1285px;
    margin: auto;
    padding: 0px 15px;
}

/* khachhang_i section styling */
.khachhang_i {
    padding-top: 80px;
    position: relative;
}

.khachhang_i .nd_top {
    text-align: center;
    margin-bottom: 40px;
}

.khachhang_i .title_h2 {
    font-size: 40px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.khachhang-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.khachhang-left {
    width: calc(440 / 1300 * 100%);
    border-radius: 10px;
    overflow: hidden;
    ;
    /* max-width: 440px; */
}

.slider-hakh-vertical {
    height: 440px;
    overflow: hidden;
}

.slider-hakh-vertical .slick-list {
    height: 100%;
}

.slider-hakh-vertical .slick-slide {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    outline: none;
}

.slider-hakh-vertical .hakh-item {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0.55;
    background: #fff;
    width: 100%;
}

.slider-hakh-vertical .hakh-item.active {
    opacity: 1;
    transform: scale(1);
    border: 1px solid #5CCF14;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.khachhang-right {
    width: calc(840 / 1300 * 100%);
    max-width: 840px;
}

.testimonial-box {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.testimonial-stars {
    margin-bottom: 20px;
    display: flex;
    gap: 4px;
    justify-content: flex-start;
}

.star-icon {
    color: #FFB800;
    /* gold star */
    font-size: 20px;
}

.testimonial-content {
    font-size: 15px;
    color: #4B4B4B;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: left;
}

.testimonial-user-row {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border-top: 1px solid #f0f0f0;
    padding-top: 25px;
    margin-bottom: 20px;
}

.testimonial-user-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    /* border: 2px solid #299100; */
}

.testimonial-user-info {
    text-align: left;
}

.testimonial-name {
    font-size: 20px;
    color: #111;
    margin: 0 0 4px 0;
    font-family: 'SVN-Gilroy_b', sans-serif;
    text-transform: capitalize;
}

.testimonial-title {
    font-size: 15px;
    color: #4B4B4B;
    margin: 0;
}

.testimonial-quote img {
    width: 48px;
    height: auto;
    opacity: 0.8;
}

/* Thumbnail layout styles */
.slider-thumbnail-testimonial {
    margin-top: 15px;
    max-width: 800px;
    padding-right: 40px;
    /* space for next arrow */
    position: relative;
}

.slider-thumbnail-testimonial .slick-slide {
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.slider-thumbnail-testimonial .slick-current {
    opacity: 1;
}

.thumbnail-avatar-wrapper {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.slider-thumbnail-testimonial .slick-current .thumbnail-avatar-wrapper {
    border-color: #299100;
    box-shadow: 0 0 10px rgba(41, 145, 0, 0.4);
}

.circular-avatar img {
    border-radius: 50%;
    object-fit: cover;
}

/* Override slick navigation arrows specifically for the thumbnails */
.slider-thumbnail-testimonial .slick-prev {
    display: none;
}

.slider-thumbnail-testimonial .slick-next {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    box-shadow: none;
    color: #299100;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    z-index: 10;
}

.slider-thumbnail-testimonial .slick-next::before {
    content: '\f054';
    /* Font Awesome chevron-right icon */
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #000;
}



/* //bg_dt_kh */
.bg_dt_kh {
    background: url(../images/image/bg_kh.jpg)no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px;
}

.box_dt_id .splide__pagination {
    bottom: -40px;
}

.box_dt_id .splide__pagination__page {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #299100;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
    padding: 0;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}

.box_dt_id .splide__pagination__page.is-active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: #299100;
}

.box_dt_id .splide__pagination__page.is-active::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #299100;
    border-radius: 50%;
}

.img_dt {
    border-radius: 10px;
    overflow: hidden;
    ;
}


/* //chungnan */
.wrap-content4 {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}

.chungnhan_id {
    padding: 80px 0px;
    background: url(../images/image/bg_cn.jpg)no-repeat;
    background-size: cover;
}

/* dldt_id section styling */
.dldt_id {
    padding: 80px 0;
    background: #fff;
}

.dldt-header {
    text-align: center;
    margin-bottom: 50px;
}

.dldt-header .title_h2 {
    font-size: 36px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    color: #111;
    text-transform: none;
    font-weight: 800;
}

.dldt-header .title_h2 span {
    color: #EB6200;
}

.dldt-bar {
    width: 60px;
    height: 4px;
    background-color: #EB6200;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.dldt-flex {
    display: flex;
    justify-content: space-between;
    /* gap: 50px; */
    align-items: stretch;
}

.dldt-left {
    width: calc(600 / 1250 * 100%);
    align-self: flex-start;
}

.dealer-green-box {
    border-radius: 30px;
    padding: 40px;
    color: #fff;
    text-align: left;
    height: 100%;
    box-shadow: 0 15px 35px rgba(41, 145, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: url(../images/image/bg_dl.jpg)no-repeat;
    background-size: 100% 100%;
}

.dealer-badge {
    background: rgba(0, 50, 0, 0.4);
    font-size: 14px;
    /* font-weight: 700; */
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    font-family: 'SVN-Gilroy_b', sans-serif;
}

.dealer-content {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-height: 320px;
    overflow-y: auto;
    width: 100%;
}

.dealer-content::-webkit-scrollbar {
    width: 6px;
}

.dealer-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.dealer-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.dealer-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.dealer-content p {
    margin-bottom: 15px;
}

.dealer-content strong {
    font-family: 'SVN-Gilroy_b', sans-serif;
}

.dealer-content span.highlight {
    color: #FFB800;
}

.dealer-criteria {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
    width: 100%;
}

.criteria-pill {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 14px;
    /* font-weight: 600; */
    padding: 8px 18px;
    border-radius: 20px;
    white-space: nowrap;
    font-family: 'SVN-Gilroy_smb';
    background: #237202a8;
    display: inline-block;
}

.btn-register-dealer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EB6200;
    color: #fff;
    font-size: 16px;
    /* font-weight: 700; */
    padding: 12px 37px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(235, 98, 0, 0.3);
    font-family: 'SVN-Gilroy_b', sans-serif;
    margin-top: auto;
}

.btn-register-dealer:hover {
    background-color: #c95300;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(235, 98, 0, 0.4);
}

.dldt-right {
    width: calc(600 / 1250 * 100%);
    max-width: 600px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.faq-header {
    margin-bottom: 30px;
    text-align: center;
}

.faq-header h3 {
    font-size: 30px;
    /* font-weight: 800; */
    color: #0d233a;
    line-height: 1.3;
    font-family: 'SVN-Gilroy_b', sans-serif;
}

.faq-header h3 span {
    color: #EB6200;
}

.faq-bar {
    width: 50px;
    height: 3px;
    background-color: #EB6200;
    margin: 12px auto 0 auto;
    border-radius: 2px;
}

/* FAQ Container */
.faq-scrollbar-container {
    padding-right: 15px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border-color: rgba(41, 145, 0, 0.2);
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question h4 {
    font-family: 'SVN-Gilroy_b';
    font-size: 16px;
    /* font-weight: 600; */
    color: #1A1A1A;
    margin: 0;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.faq-item.active .faq-question h4 {
    color: #EB6200;
}

.faq-toggle-icon {
    font-size: 14px;
    color: #aaa;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(180deg);
    color: #EB6200;
}

.faq-answer {
    display: none;
    background: #fafafa;
    border-top: 1px solid #f9f9f9;
    max-height: 250px;
    overflow-y: auto;
}

/* Style the vertical scrollbar for FAQ answers */
.faq-answer::-webkit-scrollbar {
    width: 6px;
}

.faq-answer::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.faq-answer::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.faq-answer::-webkit-scrollbar-thumb:hover {
    background: #EB6200;
}

.faq-answer-inner {
    padding: 20px 25px;
    font-size: 14.5px;
    color: #666;
    line-height: 1.6;
}

.wrap-content5 {
    max-width: 1280px;
    margin: auto;
    padding: 0px 15px;
}

.dealer-criteria a {
    display: inline-block;
}

/* Branch System Section */
.box_chinhanh_id {
    padding: 70px 0;
    background: url(../images/image/bg_ht.jpg)no-repeat;
    background-size: cover;
}

.category-nav-cn {
    text-align: center;
    margin-bottom: 40px;
}

.category-nav-cn h2.title_h2 {
    font-family: 'SVN-Gilroy_b', sans-serif;
    font-size: 40px;
    color: #1a202c;
    text-transform: capitalize;
}

.category-nav-cn h2.title_h2 span {
    color: #EB6200;
}

.category-nav-cn .slogan {
    font-size: 15px;
    color: #718096;
    max-width: 600px;
    margin: 10px auto 0;
}

.category-nav-cn .splide__slide {
    width: auto;
    /* margin: 0 8px; */
}

.category-nav-cn button.category-nav__item.tab {
    padding: 8px 25px;
    border-radius: 30px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #48bb78;
    background-color: #f0fff4;
    background: var(--color-main1);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.category-nav-cn button.category-nav__item.tab.active {
    background: #EB6200;
    border-color: #EB6200;
    color: #fff;
    box-shadow: 0 4px 14px rgba(235, 98, 0, 0.4);
}

/* Branch Grid Container */
.branch-container {
    display: flex;
    grid-template-columns: 1fr;
    /* gap: 30px; */
    justify-content: space-between;
}

.branch-list {
    width: calc(640 / 1300 * 100%);
    max-height: 490px;
    overflow-y: auto;
    padding-right: 8px;
}

.branch-list::-webkit-scrollbar {
    width: 6px;
}

.branch-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.branch-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.branch-list::-webkit-scrollbar-thumb:hover {
    background: #EB6200;
}

.branch-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
}

.branch-item.active {
    border-color: rgba(235, 98, 0, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.branch-header {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.branch-title {
    font-family: 'SVN-Gilroy_b', sans-serif;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 1.4;
    padding-right: 15px;
}

.branch-index {
    color: #1a202c;
}

.branch-arrow .arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #cbd5e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    transition: all 0.3s ease;
}

.branch-item.active .branch-arrow .arrow-circle {
    border-color: #48bb78;
    background-color: #f0fff4;
    color: #38a169;
    transform: rotate(180deg);
}

.branch-content {
    border-top: 1px solid #edf2f7;
    display: none;
}

.branch-details {
    padding: 25px;
}

.desc-info {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
}

.desc-info p {
    margin-bottom: 8px;
}

.desc-info strong {
    color: #2d3748;
    font-family: 'SVN-Gilroy_b', sans-serif;
}

.branch-status-row {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-family: 'SVN-Gilroy_b', sans-serif;
}

.status-badge.open {
    background-color: #f0fff4;
    border: 1px solid #c6f6d5;
    color: #38a169;
}

.status-badge.closed {
    background-color: #fff5f5;
    border: 1px solid #fed7d7;
    color: #e53e3e;
}

.status-badge .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 8px;
}

.status-badge.open .dot {
    background-color: #38a169;
}

.status-badge.closed .dot {
    background-color: #e53e3e;
}

.branch-buttons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-branch {
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.btn-branch.btn-map {
    background-color: #EB6200;
    color: #fff;
    border: 1px solid #EB6200;
}

.btn-branch.btn-map:hover {
    background-color: #c95300;
    border-color: #c95300;
    box-shadow: 0 4px 12px rgba(235, 98, 0, 0.3);
}

.btn-branch.btn-hotline {
    background-color: #f0fff4;
    border: 1px solid #48bb78;
    background: var(--color-main1);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.btn-branch.btn-hotline:hover {
    background: #48bb78;
    color: #fff;
}

/* Branch Map side */
.branch-map {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 5px solid #fff;
    min-height: 480px;
    /* display: flex; */
    align-self: self-start;
    width: calc(640 / 1300 * 100%);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 480px;
}

/* Skeleton Loading */
.skeleton-branch {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.skeleton-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.skeleton-branch .skeleton-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.skeleton-branch .skeleton-title {
    height: 24px;
    width: 80%;
    margin-bottom: 0;
}

.skeleton-branch .skeleton-right {
    background: #e2e8f0;
    border-radius: 20px;
    min-height: 400px;
    animation: skeleton-loading 1.5s infinite linear;
}

.branch-map p {
    margin: 0;
}

.branch-item+.branch-item {
    margin-top: 10px;
}

/* News Section */
.tintuc_id {
    padding: 70px 0;
    background: url(../images/image/bg_tt.jpg)no-repeat;
    background-size: calc();
}

.tintuc-header {
    text-align: center;
    margin-bottom: 45px;
}

.tintuc-header h2.title_h2 {
    font-family: 'SVN-Gilroy_b', sans-serif;
    font-size: 44px;
    color: #1A1A1A;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tintuc-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 30px; */
}

.tintuc-left {
    width: 100%;
}

.tintuc-right {
    width: 100%;
}

.tintuc-left {
    width: calc(635 / 1265 * 100%);
}

.tintuc-right {
    width: calc(600 / 1265 * 100%);
}

/* Featured Large News (Left) */
.tintuc-first-item {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.tintuc-first-img {
    position: relative;
    aspect-ratio: 635 / 415;
    overflow: hidden;
}

.tintuc-first-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tintuc-first-item:hover .tintuc-first-img img {
    transform: scale(1.05);
}

.tintuc-first-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
    padding: 30px;
    color: #fff;
}

.tintuc-first-date {
    font-size: 15px;
    color: #cbd5e0;
    margin-bottom: 8px;
}

.tintuc-first-title {
    font-family: 'SVN-Gilroy_smb', sans-serif;
    font-size: 16px;
    color: #fff;
    /* margin-bottom: 10px; */
    line-height: 1.4;
    margin: 0;
}

.tintuc-first-desc {
    font-size: 15px;
    color: #e2e8f0;
    line-height: 1.6;
}

/* List of Other News (Right) */
.tintuc-list-other {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tintuc-other-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edf2f7;
    text-decoration: none;
}

.tintuc-other-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tintuc-other-img {
    width: 180px;
    /* height: 110px; */
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.tintuc-other-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tintuc-other-item:hover .tintuc-other-img img {
    transform: scale(1.08);
}

.tintuc-other-info {
    flex-grow: 1;
}

.tintuc-other-date {
    font-size: 14px;
    /* color: #48bb78; */
    /* font-family: 'SVN-Gilroy_b', sans-serif; */
    margin-bottom: 6px;
    background: var(--color-main1);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
}

.tintuc-other-title {
    font-family: 'SVN-Gilroy_b', sans-serif;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 6px;
    line-height: 1.4;
    transition: color 0.3s ease;
    margin-top: 5px;
}

.tintuc-other-item:hover .tintuc-other-title {
    color: #EB6200;
}

.tintuc-other-desc {
    font-size: 15px;
    color: #718096;
    /* line-height: 1.5; */
    margin: 0;
}

.wrap-content5 {
    max-width: 1295px;
    margin: auto;
    padding: 0px 15px;
}

/* //footer */
.footer-wrap {
    background: url(../images/image/bg_ft.jpg)no-repeat;
    background-size: cover;
}

.footer-info {
    font-size: 14px;
    color: #fff;
}

.socialh_ft a {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 30px;
    max-width: 180px;
    margin-bottom: 10px;
}

.socialh_ft span {
    color: #fff;
    margin-left: 10px;
}

.fb-page.fb_iframe_widget {
    border-radius: 10px;
    overflow: hidden;
    ;
}

.footer-copyright {
    padding: 22px 0px;
    border-top: 1px solid #d9d9d9;
}

.footer-ul li a:hover {
    color: #EB6200;
    transition: all 0.3s;
}

.img_detal_tt:hover,
.name-news-other:hover {
    color: #299100;
    transition: all 0.3s;
}

/* //pdf view */
.btn-view-pdf {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #EB6200;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.btn-view-pdf:hover {
    background-color: #c53030;
    box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3);
    color: #fff;
}

.btn-view-pdf i {
    font-size: 16px;
}

/* //showroom listing and search */
.showroom-search-box,
.showroom-system-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.showroom-box-header {
    background: #eef2ff;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.showroom-box-header i {
    font-size: 24px;
    color: #299100;
}

.showroom-box-header h3 {
    margin: 0;
    font-size: 18px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    color: #299100;
}

.showroom-box-header p {
    margin: 4px 0 0 0;
    font-size: 13px;
    color: #64748b;
}

.showroom-box-body {
    padding: 24px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-family: 'SVN-Gilroy_smb', sans-serif;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #fff;
    transition: border-color 0.2s;
    outline: none;
}

.form-select:focus {
    border-color: #3b82f6;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13.5px;
    color: #475569;
}

.showroom-list-wrapper {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 10px;

}

.showroom-search-box .showroom-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.showroom-list-wrapper::-webkit-scrollbar {
    width: 6px;
}

.showroom-list-wrapper::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.showroom-list-wrapper::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.showroom-list-wrapper::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.showroom-detail-item {
    background: #fff;
    border: 1px solid #ebf0f6;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}

.showroom-item-title {
    font-size: 15px;
    color: #1e293b;
    font-family: 'SVN-Gilroy_b', sans-serif;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
    margin-bottom: 16px;
    line-height: 1.5;
}

.showroom-metadata {
    font-size: 13.5px;
    line-height: 2.0;
    color: #475569;
}

.showroom-metadata p {
    margin-bottom: 0;
}

.showroom-metadata strong {
    color: #0f172a;
    font-family: 'SVN-Gilroy_b', sans-serif;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    margin-left: 10px;
    vertical-align: middle;
}

.status-open {
    background-color: #e8f8f0;
    color: #2ecc71;
}

.status-open .status-dot {
    background-color: #2ecc71;
}

.status-closed {
    background-color: #fdebeb;
    color: #e74c3c;
}

.status-closed .status-dot {
    background-color: #e74c3c;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.btn-showroom-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    font-size: 14px;
    font-family: 'SVN-Gilroy_b', sans-serif;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.btn-direction {
    background-color: #ee5a24;
    color: #fff;
    border: none;
}

.btn-direction:hover {
    background-color: #d34a1b;
}

.btn-call {
    background-color: #fff;
    color: #2ecc71;
    border: 1px solid #2ecc71;
    margin-left: 10px;
}

.btn-call:hover {
    background-color: #f0fdf4;
}

.city-accordion-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.city-accordion-header {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'SVN-Gilroy_smb', sans-serif;
    font-size: 15px;
    color: #334155;
    background: #fff;
    user-select: none;
}

.city-accordion-header:hover {
    background: #f8fafc;
}

.city-accordion-header.active {
    background: #f1f5f9;
    color: #299100;
    font-family: 'SVN-Gilroy_b', sans-serif;
    border-bottom: 1px solid #e2e8f0;
}

.city-accordion-body {
    padding: 16px 20px;
    background: #fff;
}

.city-accordion-body .showroom-detail-item {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.search-result-title {
    font-size: 15px;
    color: #334155;
    font-family: 'SVN-Gilroy_smb', sans-serif;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
}

.select2-selection__clear {
    display: none;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 20px;
}

.select2-search--dropdown .select2-search__field:focus-visible {
    border: unset;
    outline: unset;
}

.news-name a:hover {
    color: #299100;
    transition: all 0.3s;
}

.criteria-pill:hover {
    background: #EB6200;
    transition: all 0.3s;
}

.video_gioithieu {
    position: relative;
}

.btn_xvd {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn_xvd {
    cursor: pointer;
}

.video_gioithieu {}


/* Scale IMG */
.video_gioithieu {
    overflow: hidden;
    display: block;
}

.video_gioithieu img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.video_gioithieu:hover img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.btn-register-dealer:hover {
    color: #fff;
    transition: all 0.3s;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #299100;
    transition: all 0.3s;
}

/* //duphong */
.slide-wrap {
    position: relative;
}

.slide-wrap .splide__arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.slide-wrap .splide__arrow {
    position: absolute;
    bottom: 5% !important;
    top: auto !important;
    width: 110px !important;
    height: 110px !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    border: none !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    pointer-events: auto;
    transition: all 0.3s ease !important;
}

.slide-wrap .splide__arrow::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    pointer-events: none;
    transition: all 0.3s ease;
}

.slide-wrap .splide__arrow:hover {
    background-color: #ffffff !important;
    transform: scale(1.05) !important;
}

.slide-wrap .splide__arrow:hover::after {
    border-color: #f05a28;
}

.slide-wrap .splide__arrow--prev {
    display: none !important;
}

.slide-wrap .splide__arrow--next {
    right: 17% !important;
    left: auto !important;
    transform: none !important;
}

.slide-wrap .splide__arrow img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    transition: transform 0.3s ease;
}

.slide-wrap .splide__arrow--next:hover img {
    transform: translateX(3px);
}


.slide-wrap .splide__arrow svg {
    fill: #f36a10 !important
}