:root {
    --color-main: #957635;
    --color-text: #111;
    /* --font-main: "Roboto_r"; */
}

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

.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: 30px !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: #FED794;
    border-color: #FED794 color: #fff
}

.page-link,
.page-item.disabled .page-link {
    background-color: transparent;
    border: unset;
}

.page-item.active .page-link {
    color: #000;
}


.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-color: #14110C;
    color: #fff;
    padding: 6px 0;
    height: 50px;
    position: relative;
}

.header__top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.6px;
    background: linear-gradient(90deg, rgba(252, 227, 160, 0) 21%, rgba(252, 227, 160, 1) 50%, rgba(252, 227, 160, 0) 100%);
    right: 0px;
    margin: auto;
}

.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-size: 13px;
    color: #FCE3A0;
    /* margin-right: 30px; */
}

.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: 230px;
    border-radius: 5px;
    border: 1px solid #bababa;
    background: #fff
}

.search-inline p {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.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 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: #1B1A16;
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0px;
}

.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: #fff;
    font-size: clamp(14px, calc(14 / 1200 * 100vw), 14px);
    text-transform: uppercase;
    transition: .2s;
    padding: 12px 0px;
    gap: 6px
}

.menu ul li a.active,
.menu ul li:hover>a {
    background: url(../images/image/cham.png)no-repeat left center;
    padding-left: 15px;
}

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

.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(28px, calc(40 / 1200 * 100vw), 40px);
    color: var(--color-main);
    font-family: 'Playfair Display_smb';

}

h1.title-detail {
    font-size: 1.75rem;
    color: #333;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}

.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: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.search-popup {
    position: relative
}

.search-popup .icon-search {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    color: #000;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: linear-gradient(270deg, rgba(254, 215, 148, 1) 0%, rgba(253, 234, 166, 1) 59%, rgba(251, 213, 140, 1) 100%);
}

.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 {
    box-shadow: 0px 0px 5px #cbc1c188;
}

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

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

.product-item__info {
    /* text-align: center; */
    /* margin-top: 10px; */
    padding: 25px 20px;
    margin-bottom: 5p;
}

.product-item__name {
    -webkit-line-clamp: 2;
    font-size: 18px;
    transition: .2s ease-in-out;
    margin-bottom: 5px;
    color: #1D1D1D;
    font-family: 'Roboto Serif_smb';
}

.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;
    margin-top: 20px;
}

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

.category-nav__item.active {
    background: #1a1918;
    color: #000;
    background: linear-gradient(270deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
}

.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 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 {
    opacity: 1 !important;
    border-radius: 30px !important;
    transition: .2s;
    width: 50px !important;
    height: 50px !important;
    background-color: #fff;
}

.splide__arrow--prev {
    left: -30px;
    box-shadow: -3px 0px #8888;
}

.splide__arrow--next {
    right: -30px;
    box-shadow: 3px 0px #8888;
}

.splide__arrow svg {
    fill: var(--color-main) !important;
    width: 10px;
    height: 10px;
    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: 70px 0; */
    padding-top: 70px;
    padding-bottom: 50px;
}


.statistic {
    color: #fff;
}

.statistic .span {
    position: relative;
    top: -2px;
    margin: 0px 20px;
}

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

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

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

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

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

.footer-title {
    font-size: 15px;
    margin-bottom: 20px;
    font-family: 'Roboto_b';
    background: linear-gradient(90deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
}

.footer-title1 {
    font-size: 46px;
    margin-bottom: 20px;
    font-family: 'Roboto_b';
    background: linear-gradient(90deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    line-height: 1.2;
}

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

.footer-ul li {
    color: #fff;
}

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

.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;
    max-width: 80%;
}

.grid_sp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.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: #000 !important;
    border-color: var(--color-main);
    background: linear-gradient(90deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
}

.prodetail__btn--zalo {
    background: linear-gradient(90deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
    color: #000 !important;
    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;
    justify-content: center;
}

.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(3, 1fr);
    gap: 30px;
}

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

.news-left {
    width: 68%;
}

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

.item-news-first {}

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

.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 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.view-about {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 30px 0px 20px;
    color: #333;
    font-weight: 700;
}

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





/* //customer */
.slogan {
    font-size: 14px;
}

.title_h2 {
    font-size: 55px;
    font-family: 'Playfair Display_smb';
    color: #1B1A16;
}

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

.header__info-text img {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.img_line {
    margin: 0px 15px;
}

.header__info-text span {
    font-size: 13px;
    color: #FCE3A0;
    font-family: 'Roboto_b';
}

.logo_id {
    max-width: 188px;
    margin: 0px 70px;
}

.menu_desktop {
    flex: 1;
}

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




/* Khung bọc nút ngôn ngữ */
.header__sluglang.dropdown {
    position: relative;
    display: inline-block;
    border: 1px solid #FCE3A0;
    border-radius: 30px;
}

/* Nút hiển thị chính */
.header__sluglang .dropdown-toggle {
    display: flex;
    align-items: center;
    color: #FCE3A0;
    padding: 3.5px 3px;
    border-radius: 20px;
    /* Bo tròn góc */
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    width: 120px;
}

.header__sluglang .dropdown-toggle img {
    width: 28px;
    margin-right: 8px;
    border-radius: 50%;
    /* Làm tròn lá cờ nếu cần */
    height: 28px !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent
}

.header__info-text_r {
    margin-right: 30px;
}

.header__info-text_dc {
    /* letter-spacing: 1.2px; */
}

/* Khung chứa các ngôn ngữ ẩn bên dưới */
.header__sluglang .dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #1a1a1a;
    /* Nền tối hợp với layout web */
    border: 1px solid #333;
    min-width: 130px;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 999;
    overflow: hidden;
    padding: 0;
    /* margin-top: 5px; */
}

/* Các item ngôn ngữ bên trong menu */
.header__sluglang .dropdown-item {
    color: #ccc;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: background 0.2s;
}

.header__sluglang .dropdown-item img {
    width: 20px;
    margin-right: 10px;
}

/* Hiệu ứng khi di chuột vào */
.header__sluglang .dropdown-item:hover,
.header__sluglang .dropdown-item.active {
    background-color: #aa1818;
    color: #fff;
}

/* Hiển thị danh sách khi hover chuột vào nút chính */
.header__sluglang:hover .dropdown-menu {
    display: block;
}

.box_slide_destop {
    position: relative;
}

.info_slide {
    position: absolute;
    left: 0px;
    max-width: 1300px;
    z-index: 1;
    bottom: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.flex_info_slide {
    position: absolute;
    left: 0px;
    max-width: 1300px;
    z-index: 1;
    bottom: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    flex-direction: column;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

.flex_slide {
    font-size: 20px;
    background: linear-gradient(270deg, rgba(254, 215, 148, 1) 0%, rgba(253, 234, 166, 1) 59%, rgba(251, 213, 140, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.flex_slide span {
    margin: 0px 10px;
}

.name_slide {
    font-size: 99px;
    color: #F3F1E4;
    font-family: 'Playfair Display_smb';
    line-height: 1.2;
    margin: 0;
}

.desc_slide {
    font-size: 99px;
    color: #F3F1E4;
    font-family: 'Playfair Display_smb';
    background: linear-gradient(90deg, rgba(232, 209, 129, 1) 0%, rgba(149, 118, 53, 1) 49%, rgba(242, 209, 122, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.content_slide {
    font-size: 19px;
    color: #DBD3B4;
    max-width: 520px;
    line-height: 2;
}

.btn_slide_item {
    width: 255px;
    line-height: 55px;
    border-radius: 5px;
    color: #000;
    text-align: center;
    background: linear-gradient(270deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_slide_item1 {
    font-size: 15px;
    color: #FFF8E5;
    border: 1px solid #FCE3A0;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    width: 195px;
    line-height: 55px;
    text-align: center;
}


/* //thucdon */
.bg_sp_id {
    background: url(../images/image/bg_sp.jpg)no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 75px;
}

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

.product-item__pic {
    border-radius: 10px 10px 0px 0px;
    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;
}

.slogan {
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #726F69;
}

.dm_cap {
    font-size: 13px;
    color: #957635;
}

.desc_pro_sp {
    font-size: 13px;
    color: #787878;
    line-height: 2;
}

.p_kp {
    font-size: 13px;
    color: #957635;
}

.p_kp img {
    position: relative;
    margin-left: 5px;
    top: 2px;
}

.bg_sp_id .p_kp img {
    top: 0px;
}

/* Khung bọc chứa toàn bộ các chấm/vạch phân trang */
.spbanchay .splide__pagination {
    bottom: -30px;
    /* Đẩy vị trí các vạch xuống phía dưới slide */
    display: flex;
    justify-content: center;
    gap: 0;
    /* Gắn liền các vạch lại với nhau tạo cảm giác thành 1 thanh liên tục */
    padding: 0;
}

/* Style cho từng vạch phân đoạn (thay vì chấm tròn) */
.spbanchay .splide__pagination__page {
    width: 60px;
    /* Chiều dài của mỗi vạch */
    height: 3px;
    /* Chiều cao/độ dày của vạch */
    background: #e0e0e0;
    /* Màu xám nhạt cho các trang chưa active */
    border: none;
    border-radius: 0;
    /* Xóa bo tròn để thành hình chữ nhật */
    margin: 0;
    padding: 0;
    opacity: 0.5;
    transition: all 0.3s ease;
}

/* Vạch của trang hiện tại đang hiển thị (Active) */
.spbanchay .splide__pagination__page.is-active {
    background: #b89047;
    /* Màu vàng gold/vàng đất giống hệt thiết kế */
    transform: none;
    /* Xóa hiệu ứng phóng to mặc định của Splide */
    opacity: 1;
}

/* Tùy chỉnh khoảng cách cho container slide để không bị đè lên phần vạch */
.splide__pagination li+li {
    margin-left: 10px;
}

.spbanchay .splide__pagination {
    position: relative;
}

.spbanchay .splide__pagination {
    bottom: unset;
    margin-top: 20px;
}

.splide__arrow--prev {
    left: -60px;
}

.splide__arrow--next {
    right: -60px;
}

/* //gioithieu */
.about_slogan {
    font-size: 24px;
    color: #000;
    font-family: 'SFProDisplay_m'
}

.title-about h2 {
    font-size: 48px;
    color: #214F99;
    font-family: 'UTM_HelvetIns'
}

.about_ct {
    font-size: 14px;
    color: #000;
    text-align: justify;
}

.ha_top {
    display: inline-block;
}

.ha_top>a {
    clip-path: polygon(84% 0, 100% 37%, 74% 100%, 0 100%, 0 0);
}

.name_year {
    font-size: 97px;
    color: #fff;
    font-family: 'Montserrat_black';
    line-height: 1;
}

.desc_year {
    font-size: 30px;
    color: #FFFFFF;
    font-family: 'Montserrat_black';
}

.box_experient {
    width: 325px;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D02D28;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    flex-direction: column;
    padding: 30px;
    text-align: center;
    right: 0px;
    bottom: -20px;
    position: absolute;
}

.tieuchi_item picture {
    width: unset !important;
}

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

.name_tc {
    font-size: 18px;
    color: #000;
    font-family: 'SFProDisplay_m';
    margin-top: 5px;
}

.tieuchi_item {
    text-align: center;
    border: 10px solid rgba(234, 234, 234, 0.54);
    border: 10px solid color(display-p3 0.9176 0.9176 0.9176 / 0.54);
    background: #FFF;
    background: color(display-p3 1 1 1);
    box-shadow: 0px 50px 100px -20px rgba(50, 50, 96, 0.12), 0px 30px 60px -30px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 50px 100px -20px color(display-p3 0.1961 0.1961 0.3647 / 0.12), 0px 30px 60px -30px color(display-p3 0 0 0 / 0.30);
}

.tc_item_1 {
    padding: 10px;
}

.about_box {
    padding: 70px 0px;
}




/* //congtirnh */
.congtrinh_id {
    padding: 75px 0px;
    background: url(../images/image/bg_ct.jpg)no-repeat;
    background-size: cover;
}

.congtrinh_id .title_h2 {
    color: #fff;
}

.congtrinh_id .slogan {
    color: #BDBDBD;
}

.product-item1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    ;
}

.product-item__info_ct {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    padding: 25px 20px;
}

.product-item__name1 {
    color: #FFFFFF;
    font-family: 'Playfair Display_smb';
    margin: 0;
    /* min-height: 84px; */
    font-size: 25px;
}
    
.bg_nen {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: linear-gradient(180deg, rgba(20, 18, 12, 0) 21%, rgba(20, 18, 12, 0.65) 65%, rgba(20, 18, 12, 1) 100%);
}

.product-item__info_ct .dm_cap {
    color: #FDEAA6;
    margin-bottom: 5px;
}



/* //truytrinh */
.process-section {
    background: linear-gradient(180deg, rgba(45, 34, 16, 1) 0%, rgba(119, 91, 44, 1) 100%);
    color: #ffffff;
    padding: 60px 0 80px 0;
}

.process-number {
    font-size: 53px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Playfair Display_smb';
    background: linear-gradient(90deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    margin-bottom: 5px;
}

.process-name {
    font-size: 19px;
    margin-bottom: 15px;
    color: #F3F1E4;
    font-family: 'Roboto Slab_m';
}

.process-desc {
    font-size: 13px;
    line-height: 1.8;
    color: #D2BC90;
    margin: 0;
}

/* Đường vạch kẻ đứng phân chia giữa các cột (trừ cột cuối) */
.process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.process-section .title_h2 {
    color: #fff;
}

.process-section .slogan {
    color: #BDBDBD;
}

.process-item {
    padding: 0px 40px;
    position: relative;
}

.process-item::after {
    position: absolute;
    content: '';
    background: url(../images/image/line3.png)no-repeat;
    top: 10px;
    right: 0px;
    height: 179px;
    width: 1px;
}

.process-section .splide {
    margin: 0px -40px;
}

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



/* //slogan */
.slogan-section {
    position: relative;
    background-size: cover;
    padding: 110px 0;
    text-align: center;
    background: url(../images/image/bg_slogan.jpg)no-repeat;
}

.slogan-text {
    font-style: italic;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: normal;
    font-family: 'Playfair Display_m';
    max-width: 450px;
    margin: auto;
    margin-bottom: 60px;
}

.slogan-author {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    background: linear-gradient(360deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* DANKY */
.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: 0px;
}

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

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

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

.dk_l {
    width: calc(530 / 1300 * 100%);
}

.form_lh_r {
    width: calc(665 / 1300 * 100%);
    padding: 50px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #8888
}

.dangky_tuvan_id {
    padding: 90px 0px;
    background-color: #FCF8EF;
}

.contact-sub {
    color: #957635;
    /* Màu vàng đất chữ nhỏ */
    font-size: 15px;
    /* font-weight: bold; */
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.contact-title {
    font-size: 46px;
    color: #1B1A16;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Playfair Display_m';
}

.contact-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 35px;
}

/* Danh sách các dòng thông tin (Phone, Địa chỉ, Web) */
.info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-icon {
    width: 44px;
    height: 44px;
    background-color: #111111;
    /* Nền icon vuông bo tròn góc màu đen */
    color: #b89047;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    flex-shrink: 0;
}

.info-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333;
}

.info-text label {
    font-size: 13px;
    color: #303030;
    margin-bottom: 5px;
}

.form-group label span {
    color: #957635;
}

.info-text strong {
    font-size: 16px;
    color: #111;
}

.info-text span {
    font-size: 13px;
    color: #303030;
    font-family: 'Roboto_b';
}

.form-btn--submit1 {
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
    /* Hiệu ứng ánh kim nhẹ */
    background-size: 200% auto;
    color: #111;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.5s ease;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto_m';
}

.btn-submit:hover {
    background-position: right center;
    /* Chuyển động màu khi hover */
    color: #000;
    box-shadow: 0 5px 15px rgba(184, 144, 71, 0.3);
}

/* Tùy chỉnh riêng cho ô select */
.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "\f107";
    /* Mũi tên đi xuống font-awesome nếu có */
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
}

.form-group label {
    font-size: 13px;
    /* font-weight: 500; */
    color: #353535;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f8f9fa;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    /* --- THÊM CÁC DÒNG NÀY ĐỂ ẨN MŨI TÊN MẶC ĐỊNH --- */
    -webkit-appearance: none;
    /* Cho trình duyệt Chrome, Safari, Opera */
    -moz-appearance: none;
    /* Cho trình duyệt Firefox */
    appearance: none;
    /* Chuẩn CSS3 chung */
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #b89047;
    background-color: #fff;
}

.form-group textarea {
    height: 110px !important;
}


/* tuc_cauhoi */
.flex_tt_ch,
.tintuc_l_id {
    justify-content: space-between;
}

.tintuc_l_nb {
    width: calc(630 / 1300 * 100%);
    padding: 15px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.tintuc_r_nb {
    width: calc(630 / 1300 * 100%);
}

.name_tt_l {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    /* margin-top: 15px; */
    font-family: 'Inter_smb';
    text-transform: uppercase;
    margin: 0;
}

.news-time {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;

}

.news-time1 {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.desc_tt_l {
    font-size: 15px;
    color: #4D4D4D;
    line-height: 1.6;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 2px;
}

.btn_tt {
    max-width: 145px;
    border-radius: 5px;
    font-size: 15px;
    color: #126CCC;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border: 1px solid #126CCC;
}

.btn_tt img {
    position: relative;
    top: 0px;
    margin-left: 5px;
}

.img_tt_r {
    width: 43.5%;
}

.info_tt_r {
    width: 54.5%;
}

.box_tt_items {
    justify-content: space-between;
    background-color: #fff;
}

.ngaythang {
    font-size: 12px;
    color: #126CCC;
    margin-bottom: 5px;
}

.name_tt_r {
    font-size: 15px;
    color: #383838;
    font-family: 'Roboto_b';
    margin: 0;
    margin-bottom: 5px;
}

.img_tt_l {
    /* border-radius: 10px; */
    overflow: hidden;
    position: relative;
}

.tintuc_title_id .title_h2 {
    position: relative;
    font-size: 30px;
}

.tintuc_title_id .title_h2::after {
    position: absolute;
    content: '';
    background: #FF0000;
    height: 1px;
    width: 100px;
    left: 0px;
    bottom: 0px;
}

.tintuc_cauhoi_id {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 130px;
}

.info_td_tt {
    position: absolute;
    left: img_tt_l 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    left: 0;
    right: 0px;
}

.ngaythang_tt {
    font-size: 13px;
    color: #818181;
    background: url(../images/image/lich.png)no-repeat left center;
    padding-left: 20px;
    margin-bottom: 5px;
}

.tintuc_r {
    width: calc(630 / 1300 * 100%);
    margin-top: 5px;
}

.xct_tt_id img {
    position: relative;
    /* top: -4px; */
    margin-left: 5px;
}

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

.desc_tt {
    font-size: 13px;
    color: #7C7C7C;
    line-height: 1.8;
}

.xct_tt_id {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0px;
    font-size: 13px;
    color: #424242;
    font-style: italic;
    align-items: center;
}

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

.tintuc_l {
    width: calc(635/ 1300 * 100%);
}

.video_r {
    width: calc(635/ 1300 * 100%);
}

.tintuc_video_id .nd_top {
    text-align: start;
}

.tintuc_video_id .title_h2 {
    font-size: 35px;
    margin-bottom: 5px;
}

.slogan_tt {
    font-size: 15px;
    margin: 0;
}

.box_tt_items {
    padding: 10px 0px;
}

.tintuc_l .splide__slide+.splide__slide {
    border-top: 1px solid #d9d9d9;
}

.tintuc_l .splide {
    margin: -10px 0px;
}

.tintuc_video_id {
    padding: 80px 0px;
    background-color: #fff;
}

.slog_gm {
    color: #fff;
}

#footer-map iframe {
    height: 215px;
    border-radius: 10px;
    overflow: hidden;
    ;
}


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

.grid_mb {
    display: grid;
    grid-template-columns: repeat(2, 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 */
.flex_ft {
    justify-content: space-between;
    padding: 25px 0px;
    border-top: 1px solid #FDEAA6;
}

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

.footer-info {
    color: #fff;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 2;
    margin: 20px 0px;
}

.social-footer {
    padding: unset;
}

.social-footer li {
    list-style: none;
}

.btn_slide_item img {
    position: relative;
    margin-left: 10px;
    bottom: -2px;
}



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

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

.news-name a {
    font-size: 15px;
    font-family: 'Roboto_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: 'Roboto_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;

}

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

.wrap-main .product-item1 {
    margin-bottom: 20px;
}

.flex-criteria {
    flex-wrap: wrap;
    background: #f2f2f2;
    padding: 10px;
    font-weight: 500;
    gap: 10px 20px;
    margin-top: 15px;
    border-radius: 5px;

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

.btn_slide_item  img{transform: translateX(0px);transition: all 0.3s;color: #000;}
.btn_slide_item:hover{color: #000;}
.btn_slide_item:hover  img{transform: translateX(10px);transition: all 0.3s;}
.btn_slide_item1:hover{
    background: linear-gradient(270deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);transition: all 0.3s;color: #000;
}
.product-item__name:hover{color: #957635;transition: all 0.3s;}
.p_kp img{transform: translateX(0px);transition: all 0.3s;}
.p_kp:hover img{transform: translateX(10px);transition: all 0.3s;}
.category-nav__item:hover{
    background: linear-gradient(270deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);transition: all 0.3s;
    color: #000;
}
.product-item__name1:hover,.name_tt_r:hover,.xct_tt_id:hover{color: #FDEAA6;transition: all 0.3s;}

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

.name-news-other:hover,.name-news-first:hover{color: #957635;transition: all 0.3s;}
.p_h1{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.p_h1 span{font-size: 20px;text-transform: uppercase;margin: 0px 10px;color: #FDEAA6;font-family: 'Roboto_l';}
.form-btn--submit1:hover{background: #000;transition: all 0.3s;color: #fff;}
.logo_ft {display: block;margin: auto;text-align: center;}


.btn_tc_mb{
    font-size: clamp(14px, calc(15 / 1200 * 100vw), 15px);
    /* text-transform: uppercase; */
    /* color: inherit; */
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
    transition: .2s;
    border: 1px solid #1a1918;
    /* background-color: #fff; */
    border: 1px solid #FDEAA6;
    color: #FDEAA6;
    border-radius: 30px;
    color: #000;
    background: linear-gradient(270deg, rgba(149, 118, 53, 1) 0%, rgba(255, 238, 179, 1) 25%, rgba(242, 209, 122, 1) 50%, rgba(149, 118, 53, 1) 100%);
}
.center{text-align: center;margin-top: 10px;}
.logo_menu_id{text-align: center;}  
