:root {
    --color-main: #105934;
    --font-main: "Ro";
    --color-text: black;
}

.p-relative {
    position: relative;
}

body {
    font-family: var(--font-main);
    font-size: 14px;
    color: black;
    top: 0 !important;
    max-width: 1920px;
    min-width: 320px;
    position: relative;
    margin: auto;
    overflow-x: hidden;
}

[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 {
    transform: scale(1.1, 1.1);
}

.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: 1200px;
    /* padding: 0 15px; */
    margin: 0 auto;
    width: 100%;
}

.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-wrap {}

.header__top {
    position: relative;
    z-index: 3;
    background: #105934;
}

.header__top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.header__top-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__info-text {
    font-family: "Ro";
    font-size: 15px;
    color: white;
}

.header__info-text span {
    font-family: "Ro-Bold";
}

.header__bottom-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__bottom-info h4 {
    font-family: "Ro-Bold";
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #105934;
}

.header__bottom-info p {
    font-family: "Ro-Med";
    font-size: 15px;
    margin-bottom: 0;
    color: #666666;
}

.header__bottom-hotline {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__bottom-hotline h4 {
    font-family: "Ro-Extra";
    font-size: 20px;
    margin-bottom: 0;
    color: #D61414;
    line-height: 1.0;
}

.socialh li a {
    display: block;
    max-width: 35px
}

.header__bottom {
    background: #FFFFFF;
}

.header__bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}

.header__logo {
    min-width: 119px;
    transition: all 0.3s ease;
}

.menu.menu_fix {
    z-index: 5;
    transition: all 0.8s ease;
}

/* .menu.menu_fix .header__logo {
    transform: scale(0.8);
    transform-origin: center;
    margin-top: 0;
    margin-bottom: 0px;
} */

/* .menu.menu_fix .wrap-content {
    height: 80px;
} */

.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;
    min-width: 337px;
    height: 46px;
    padding: 0 5px;
    background: #F9F9F9;
    border: 1px solid #E1E1E1;
    border-radius: 50px;
}

.search-inline p {
    width: 38px;
    height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: white;
    background: #105934;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.search-inline input {
    width: calc(100% - 30px);
    height: 30px;
    outline: 0;
    padding: 0;
    border: 0;
    background: 0;
    text-indent: 12px;
    font-size: 13px
}

.search-inline input::-webkit-input-placeholder {
    color: #4C4C4C
}

.search-inline input:-moz-placeholder {
    color: #4C4C4C
}

.search-inline input::-moz-placeholder {
    color: #4C4C4C
}

.search-inline input:-ms-input-placeholder {
    color: #4C4C4C
}

.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 {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #FAF8F5;
}

.menu .wrap-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    position: relative;
    transition: all 0.8s ease;
}

.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 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu ul li a {
    position: relative;
    font-family: "Ro-Semi";
    color: #222222;
    font-size: 15px;
    text-transform: uppercase;
    /* transition: .2s; */
    /* padding: 0 30px; */
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: center;
}

.menu ul li a.active,
.menu ul li:hover>a {
    background: rgba(16, 89, 52, 0.05);
    color: #105934;
}

.menu ul li a.active::before,
.menu ul li:hover>a::before {
    opacity: 1;
}

.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);
    z-index: 100;

    left: 0;
}

.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: none;
}

.menu_dmsp .menu_lvl ul li:hover>a {
    color: var(--color-main);
    background: white;
    border: none;
    border-radius: 0;
}

.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;
    width: 100%;
}

.spacer {
    padding: 50px 0
}

.title-main {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-image: url('../images/underline.png');
    background-position: center bottom;
    background-repeat: no-repeat; */
}

.title-main h1,
.title-main h2 {
    font-family: "Ro-Bold";
    font-size: 32px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 0;
}

.title-main p {
    font-family: "Ro-Bold";
    font-size: 15px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #0AAFFF 0%, #072A88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 auto;
}

.title-main2 {
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title-main2 h2 {
    font-family: "Ka-Bold";
    font-size: 45px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
}

.title-main2 p {
    font-family: "Ro-Bold";
    font-size: 15px;
    color: #0AAFFF;
    text-transform: uppercase;
    margin-bottom: 0;
}

.title-main3 {
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: url('../images/underline2.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.title-main3 h2 {
    font-family: "Ka-Bold";
    font-size: 45px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
}

.title-main3 p {
    font-family: "Ro-Bold";
    font-size: 15px;
    color: #E9FA01;
    text-transform: uppercase;
    margin-bottom: 0;
}

.title-line {
    width: 100%;
    height: 5px;
    background: linear-gradient(270deg, #0AAFFF -3.48%, #072A88 100%);
    margin-bottom: 20px;
    margin-top: -6px;
    margin-left: 300px;
}

.title-list {
    background: url("../images/title-list.png") no-repeat center / 100% 100%;
    height: 54px;
    padding: 0 45px 0 25px;
    display: flex;
    align-items: center;
    min-width: 315px;
    width: fit-content;
    z-index: 1;
    position: relative;
}

.title-list h2 {
    margin-bottom: 0;
    font-size: 22px;
    color: white;
    font-family: "Mon-Extra";
    text-transform: uppercase;
}

.title-list a {
    font-size: 14px;
    color: #0055C9;
    font-family: "P-Semi";
    display: flex;
    align-items: center;
    gap: 7px;
    text-transform: uppercase;
}

.title-list a:hover {
    color: #CF1C16;
}

.title-list a path {
    fill: #0055C9;
}

.title-list a:hover path {
    fill: red;
}

.title-detail {
    margin-bottom: 10px
}

.title-detail h1 {
    font-size: clamp(22px, calc(30/1200*100vw), 30px);
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 0;
    font-family: var(--font-main);
}

.search-popup {
    position: relative;
}

.search-popup .icon-search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: #105934;
    border-radius: 5px;
}

.search-popup .icon-search.active {
    background: white;
    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 {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.product-item2 {
    background: #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 10px;
}

.product-item__pic {
    display: flex;
    justify-content: center;
    width: fit-content;
    border-radius: 10px;
}

.product-item__pic2 {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.product-item__info {
    padding: 15px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.product-item__info2 {
    padding: 15px 0 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-item__name {
    -webkit-line-clamp: 1;
    font-size: 18px;
    font-family: "Gil-XBold";
    color: #011940;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-item .product-item__name:hover {
    color: red;
}

.product-item__name2 {
    -webkit-line-clamp: 1;
    font-size: 15px;
    font-family: "BT";
    color: #111111;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.product-item2 .product-item__name2:hover {
    color: var(--color-main);
}

.product-item__price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item__price--new {
    font-size: 18px;
    font-family: "Gil-XBold";
    text-transform: capitalize;
    color: #BB1D2B;
}

.product-item__price--new2 {
    font-size: 15px;
    font-family: "BT-Bold";
    color: #FF6600;
}

.product-item__price--new span {
    font-size: 18px;
    font-family: "Gil-XBold";
    text-transform: capitalize;
    color: #BB1D2B;
}

.product-item__price--old {
    margin: 0 8px;
    font-size: 13px;
    font-family: "Man";
    color: #6B6B6B;
    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)
    }
}

.myPaging {}

.category-nav {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.category-nav__item {
    display: inline-block;
    vertical-align: top;
    transition: .2s;
    background: #FDF8EB;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 16px;
    font-family: "BT-Bold";
    color: #AD7B38;
    text-transform: uppercase;
}

.category-nav__item.active {
    color: white;
    background: #CB8929;
}

.splist-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-image: url('../images/sp_frame.png');
}

.main-widget {
    position: fixed;
    right: 14px;
    bottom: 20px;
    z-index: 99;
    top: auto !important
}

@media (max-width: 767px) {
    .main-widget {
        bottom: 85px
    }
}

.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;
    font-family: var(--font-main);
}

.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
}

@media (max-width: 870px) {
    .scrollToTop {
        bottom: 140px
    }
}

.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 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-family: var(--font-main);
}

.news-item__info {
    margin-top: 15px
}

.news-item__name {
    -webkit-line-clamp: 2 !important;
    color: var(--color-text);
    font-size: clamp(15px, calc(16/1200*100vw), 16px);
    font-weight: 600;
    margin-bottom: 7px;
    transition: .2s;
    font-family: var(--font-main);
}

.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;
    font-family: var(--font-main);
}

.news-item__next {
    font-weight: 600;
    color: var(--color-text);
    transition: .2s;
    font-family: var(--font-main);
}

.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: 5px !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: 24px;
    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;
    width: 100%;
}

#footer-map iframe {
    display: block;
    width: 100%;
    height: 183px;
    border-radius: 10px;
}

.logo_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.logo_footer h4 {
    font-family: "Beautique Display-Black";
    color: #D4AF37;
    font-size: 32px;
    margin-bottom: 0;
}

.footer-article {
    padding: 80px 0 0 0;
    background-image: url('../images/footer_bgr.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.footer_line {
    height: 2px;
    width: 40px;
    margin: 10px 0 25px 0;
    background: #D4AF37;
}

.footer-powered {
    margin-top: 80px;
}

.flex-powered {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

.footer-news:nth-child(1) {
    width: 26%;
}

.footer-news:nth-child(2) {
    width: 12%;
}

.footer-news:nth-child(3) {
    width: 19%;
}

.footer-news:nth-child(4) {
    width: 26.33333333%;
}

.item_footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item_footer svg {
    min-width: 18px;
}

.item_footer p,
.item_footer ul {
    font-family: "Ro";
    font-size: 15px;
    color: #CCCCCC;
    margin-bottom: 0;
}

.item_footer p span {
    font-family: "P-Bold";
}

.footer-title-main {
    font-family: "BT-Extra";
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #AD7B38;
}

.footer-title {
    font-family: "Ro-Bold";
    font-size: 18px;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer-ul {
    /* list-style: disc; */
    list-style: none;
    padding-left: 0;
    /* padding-left: 15px; */
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: white;
    margin-top: 15px;
}

.footer-ul li {}

.footer-ul li a {
    color: #CCCCCC;
    font-family: "Ro";
    transition: .2s;
    font-size: 15px;

    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-ul li a:hover {
    color: red;
}

.footer-copyright {
    font-family: "Ro";
    font-size: 15px;
    color: white;
    text-align: center;
}

.footer-copyright span {
    font-family: "Ro-Bold";
    text-transform: uppercase;
    color: #D4AF37;
}

.statistic {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-family: "P-Semi";
    font-size: 15px;
    color: white;
}

.mxh {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mxh h4 {
    font-family: "BT-Med";
    font-size: 14px;
    color: #AD7B38;
    margin-bottom: 0;
}

.footer_text {
    font-family: "Ro";
    font-size: 15px;
    color: #CCCCCC;
    margin-top: 20px;
    margin-bottom: 15px;
}

.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;
    justify-content: center;
}

.form-btn--submit {
    color: white;
    font-family: "Ro-Bold";
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 30px;
    height: 55px;
    background: #D4AF37;
    border-radius: 10px;
}

.breadCrumbs {
    background: color-mix(in srgb, var(--color-main) 10%, #fff);
    margin-bottom: 0px;
}

.breadcrumb {
    gap: 10px;
    padding: 10px 0 !important;
    margin-bottom: 0px;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    gap: 15px
}

.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;
    margin-top: 2px
}

.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: black;
    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;
    font-family: var(--font-main);
}

.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;
    margin: auto;
    display: block;
}

.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: 100px;
    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: 1000;
    padding: 0 0 8px;
    border-bottom: .5px dashed #ebe0e0;
    margin-bottom: 10px;
    font-family: var(--font-main);
}

.sidebox-group__icon {
    font-size: 22px
}

.sidebox-group__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebox-group__item {
    position: relative
}

.sidebox-group__link {
    color: var(--color-text);
    position: relative;
    font-size: 15px;
    font-weight: 1000;
    display: block;
    text-transform: capitalize;
    transition: .3s;
    padding: 5px 0;
    font-family: var(--font-main);
}

.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: 15px
}

.prodetail__gallery {
    position: relative
}

.prodetail__info {
    position: relative;
    font-family: var(--font-main);
}

.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: 35px;
    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: 60px;
    height: 35px;
    border: none;
    text-align: center;
    outline: 0;
    -moz-appearance: textfield;
    border-left: solid 1px #dadada;
    border-right: solid 1px #dadada
}

.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
}

.pro__btn--add {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 45px;
    background: #205E2E;
    padding: 0 15px;
}

.pro__btn-text {
    font-family: "Gil";
    font-size: 15px;
    color: white;
}

.pro__btn--add:hover {
    background: #F2378E;
}

.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;
}

.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-right, .contact-left {
    width: 48%;
} */

.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;
}

.hover_sang {
    position: relative;
    overflow: hidden;
    /* display: block; */
}

.hover_sang:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .8s cubic-bezier(.94, .85, .1, .62) 0s;
    -o-transition: all .8s cubic-bezier(.94, .85, .1, .62) 0s;
    transition: all .8s cubic-bezier(.94, .85, .1, .62) 0s;
    z-index: 1;
    border: 100px double transparent;
    opacity: 1;
    visibility: visible;
    box-sizing: border-box;
}

.hover_sang:hover:before {
    opacity: 0;
    visibility: hidden;
    border: 0 double rgba(255, 255, 255, .7);
}

.spin {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flipY img {
    transition: transform 0.6s ease, box-shadow 0.3s ease;
}

.flipY:hover img {
    transform: rotateY(180deg);
}

.flex-dv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dv_main {
    width: 38.155%;
    background-image: url('../images/bg_frame.png');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}

.dv_sub {
    width: 53%;
}

.flex-tt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 265px;
}

.tt_main {
    width: 58.2%;
}

.tt_sub {
    width: 41.8%;
}

.only_RS {
    display: none;
}

/* Giới thiệu */
.gioi-thieu {
    background-image: url('../images/intro_bgr.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.flex-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-about {
    width: 45.58333333%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
    border-radius: 0px 20px 20px 20px;
    padding: 30px 70px 50px 30px;
}

.photo-about {
    width: 50.16666667%;
    height: 590px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gtImg1 {
    position: absolute;
    top: 0;
    left: 0;
}

.gtImg1 div,
.gtImg1 img {
    border-radius: 20px 20px 100px 20px;
}

.gtImg2 {
    position: absolute;
    top: 0;
    right: 0;
}

.gtImg2 div,
.gtImg2 img {
    border-radius: 20px 20px 20px 100px;
}

.gtImg3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.gtImg3 div,
.gtImg3 img {
    border-radius: 20px 100px 20px 20px;
}

.gtImg4 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.gtImg4 div,
.gtImg4 img {
    border-radius: 100px 20px 20px 20px;
}

.title-about h2 {
    font-family: "Ka-Bold";
    font-size: 64px;
    color: #EA4335;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.0;
    text-transform: uppercase;
}

.title-about h3 {
    font-family: "Gil-Bold";
    font-size: 24px;
    text-transform: uppercase;
    color: #0349B8;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.info-about p {
    font-family: "Ro";
    font-size: 18px;
    color: #1A1A1A;
    line-height: 1.7;
}

.info-about li {
    font-family: "Ro-Semi";
    font-size: 15px;
    color: black;
    line-height: 1.7;
}

.view-about {
    display: block;
    font-size: 16px;
    font-family: "Ro-Extra";
    color: white;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    width: fit-content;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
    height: 47px;
    background: url("../images/view-about.png") no-repeat center / 100% 100%;
}

.view-about:hover {
    color: yellow;
}

.view-about2 {
    z-index: 1;
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: column;
    padding: 25px 55px 0 100px;
    height: 111px;
    background: url("../images/view-about2.png") no-repeat center / 100% 100%;
}

.view-about2 h4 {
    font-size: 24px;
    font-family: "Ka-Bold";
    color: white;
    margin-bottom: 0;
    line-height: 1.0;
}

.view-about2:hover h4 {
    color: yellow;
}

.view-about2 span {
    font-size: 15px;
    font-family: "Ka-Med";
    color: white;
}

/* .intro_deco {
    pointer-events: none;
    background: rgba(5, 5, 5, 0.1);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(2.5px);
    border-radius: 50%;
    padding: 15px;
    z-index: 1;
} */

/* SP LIST */

.san-pham {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.sp_item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px;
}

.sp_name {
    font-family: "P-Semi";
    font-size: 14px;
    color: #3B3B3B;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp_item h4 {
    font-family: "P";
    font-size: 14px;
    color: #8B8B8B;
    text-align: center;
    margin-bottom: 0;
}

.grid-product {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.load-prolist {
    height: 1115px;
}

.sp_line {
    background: white;
    height: 1px;
    width: 53px;
}

/* TIEUCHI */

.tieu-chi {
    /* background-image: url('../images/tc_bgr.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background: #FAF8F5;
}

.tc-img {
    height: 55px;
    max-height: 55px;
    display: flex;
    align-items: center;
}

.tc-img,
.tc-img img {}

.tc-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.tc_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px;
    gap: 30px;
    border-bottom: 4px solid white;
}

.tc_item:hover {
    border-bottom: 4px solid #D4AF37;
}

.tc_item h3 {
    font-family: "Ro-Bold";
    font-size: 18px;
    color: #222222;
    text-align: center;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.tc_item p {
    font-family: "Ro";
    font-size: 15px;
    color: #666666;
    margin-bottom: 0;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tc_line {
    background: linear-gradient(90deg, #FED201 0%, #FBA601 100%), #D9D9D9;
    height: 2px;
    width: 100px;
}

.tc_item img {
    transition: transform 0.6s ease;
}

.tc_item:hover img {
    transform: rotateY(180deg);
}

/* doi-tac */

.doi-tac {}

.dt_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 129px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
}

/* DICHVU */

.dich-vu {
    /* background-image: url('../images/dv_bgr.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.dv_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #F7F8F8;
    border-radius: 10px;
}

.dv-img,
.dv-img img {
    border-radius: 10px;
}

.dv_name {
    font-family: "Ka-Semi";
    font-size: 22px;
    color: #0349B8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-transform: uppercase;
}

.dv_name:hover {
    color: red;
}

.dv_info {
    padding: 0 35px 30px 25px;
}

.dv_info p {
    font-family: "Ro";
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 0;
    line-height: 2.0;
}

.dv_view {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.dv_line {
    background: #294277;
    opacity: 0.2;
    width: 100%;
    height: 1px;
}

/* ALBUM */

.album {
    /* background-image: url('../images/album_bgr.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background: #FCF1EC;
}

.album_title {
    position: absolute;
    top: -20px;
    right: 30px;
}

.album_title h2 {
    font-family: "Beautique Display-Med";
    font-size: 40px;
    color: #77433F;
    margin-bottom: 0;
    text-transform: uppercase;
}

.album_slogan {
    position: absolute;
    bottom: 10px;
    left: 300px;
    pointer-events: none;
    font-family: "Mu-BoldItalic";
    font-size: 24px;
    color: #77433F;
    text-transform: capitalize;
}

.album_view {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Mu-Bold";
    font-size: 15px;
    color: #CD9288;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.album_deco1 {
    position: absolute;
    top: 207px;
    left: 355px;
    pointer-events: none;
    z-index: 1;
}

.album_deco2 {
    position: absolute;
    bottom: -50px;
    left: -360px;
    pointer-events: none;
}

.album_main {
    height: 663px;
    position: relative;
}

.album_item {
    position: absolute;
}

.album_item,
.album_item img {
    border-radius: 5px;
}

.album_item:nth-child(1) {
    left: 0px;
    top: 0px;
}

.album_item:nth-child(1) img {
    width: 418px;
    min-height: 565px;
    max-height: 565px;
    object-fit: cover;
    object-position: center;
}

.album_item:nth-child(2) {
    left: 535px;
    top: 0;
}

.album_item:nth-child(2) img {
    width: 215px;
    min-height: 290px;
    max-height: 290px;
    object-fit: cover;
    object-position: center;
}

.album_item:nth-child(3) {
    right: 0;
    top: 70px;
}

.album_item:nth-child(3) img {
    width: 418px;
    min-height: 228px;
    max-height: 228px;
    object-fit: cover;
    object-position: center;
}

.album_item:nth-child(4) {
    right: 245px;
    bottom: 85px;
}

.album_item:nth-child(4) img {
    width: 450px;
    min-height: 256px;
    max-height: 256px;
    object-fit: cover;
    object-position: center;
}

.album_item:nth-child(5) {
    right: 0;
    bottom: 0;
}

.album_item:nth-child(5) img {
    width: 213px;
    min-height: 342px;
    max-height: 342px;
    object-fit: cover;
    object-position: center;
}

/* TINTUC */

.tin-tuc {
    background-image: url('../images/tt_bgr.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tt_item {
    display: flex;
    align-items: center;
}

.tt-img,
.tt-img img {
    border-radius: 10px;
    width: fit-content;
    min-width: 309px;
}

.tt_item p {
    font-family: "Gil";
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.tt_name {
    font-family: "Gil-Semi";
    font-size: 22px;
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date {
    width: fit-content;
    padding: 10px 35px 10px 10px;
    z-index: 1;
    position: relative;
    pointer-events: none;
    background: #EA4335;
    border-radius: 0px 50px 0px 0px;
}

.date h4 {
    font-family: "Gil-Med";
    font-size: 14px;
    margin-bottom: 0;
    color: #FEF119;
}

.tt_name:hover {
    color: red;
}

.tt_info {
    padding: 20px 15px 20px 30px;
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-left: -75px;
    position: relative;
    z-index: 1;
}

.tt_view {
    font-family: "Gil";
    font-size: 14px;
    color: #0349B8;
    text-decoration: underline !important;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

/* DANGKY */

.dang-ky {
    background-image: url('../images/dg_bgr.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.dk_main {
    padding: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    width: 70.83333333%;
    margin: 0 auto;
}

.dk_title h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Ro-Bold';
    text-align: center;
    color: white;
    margin-bottom: 25px;
}

.dk_title p {
    font-family: "Ro";
    font-size: 16px;
    color: #DDDDDD;
    margin-bottom: 35px;
    text-align: center;
}

.grid-cols-2-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.contact-input-home input,
.contact-input-home textarea {
    text-indent: 0;
    min-height: 48px;
    background: #FDFDFD;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
}

.contact-input-home input::placeholder,
.contact-input-home textarea::placeholder {
    font-family: "Ro";
    color: #757575;
    font-size: 15px;
}

.contact-input-home input:focus,
.contact-input-home textarea:focus {
    color: #757575;
}

.grid-diachi {
    grid-column: 1 / span 2;
}

/* SPNB */

.spnb {}

.slidespnb {
    padding: 50px 20px 20px 20px;
    background-image: url('../images/spnb_bgr.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.title_sp {
    background: url("../images/title_sp.png") no-repeat center / 100% 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto -30px auto;
    width: fit-content;
    font-family: "SFU Eurostile";
    font-size: 30px;
    color: black;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

/* DANHGIA */

.danh-gia {
    background-image: url('../images/dg_bgr.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.dg-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dg_item {
    display: flex;
    align-items: flex-start;
}

.dg-img {
    min-width: 100px;
    border: 4px solid #CD9288;
    z-index: 1;
    position: relative;
}

.dg-img,
.dg-img img {
    border-radius: 50%;
}

.dg_info {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(254, 189, 184, 0.3);
    border-radius: 10px;
    padding: 20px 20px 20px 80px;
    margin-top: 35px;
    margin-left: -65px;
}

.dg_item p {
    font-family: "Mu";
    font-size: 15px;
    color: #333333;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.dg_item h3 {
    font-family: "Mu-Bold";
    font-size: 18px;
    text-transform: capitalize;
    color: #77433F;
    margin-bottom: 0;
}

.quote {
    position: absolute;
    right: 30px;
    top: 105px;
    pointer-events: none;
}

/* FB */

.fb-page iframe {
    border-radius: 10px;
}

/* VIDEO */

.video {}

.video-img {}

.video-img a,
.video-img img {}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: transform 0.3s ease;
    z-index: 1;
}

.video-img:hover {
    cursor: pointer;
}

.video-img:hover .play-button {
    transform: translate(-50%, -50%) scale(1.2);
}

.video_deco {
    position: absolute;
    left: 50%;
    top: 85px;
    transform: translateX(-50%);
    pointer-events: none;
    min-width: 1200px;
}

.slide-wrap {}

.qc-img,
.qc-img img {}

/* GIO HANG */

.cart-head {
    display: flex;
    align-items: center;
    gap: 13px;
}

.cart-head svg {
    fill: white;
}

.cart-head:hover .text-cart {
    color: yellow;
}

.cart-head:hover svg {
    fill: yellow;
}

.cart-head .text-cart {
    font-family: "Gil-Med";
    font-size: 15px;
    color: white;
}

.count-cart {
    position: absolute;
    top: -5px;
    left: 20px;
    border-radius: 50%;
    font-family: "Gil-Med";
    font-size: 12px;
    color: white;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2378E;
}

/* TAGS */

.tags_list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.tags_item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    font-family: "Gil-Med";
    font-size: 15px;
    color: white;
    padding: 5px 10px;
}

/* MENU DIV */

.menu_div {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* CONGTRINH */

.ct_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ct-grid1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.ct-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ct_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ct_name {
    font-family: "Ro-Med";
    font-size: 15px;
    color: #222222;
    text-align: center;
    line-height: 2.0;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}