@media (min-width: 1200px) {
    /*.home {*/ /*    cursor: url('http://cdn1792.cdn4s4.io.vn/media/icon/bee.png'), auto;*/ /*}*/
}

.btn-login {
    font-size: 1.6rem ;
    color: var(--color-main);
}

.btn-login {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.85rem 1.25rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    font-size: 2rem;
    color: var(--white);
}

.btn-danger:hover, .btn-danger {
    color: #63483C;
    background-color: white;
    border-color: white;
}

.toast.fade.show {
    font-size: 2rem !important;
}

.modal-dialog {
    z-index: 200;
}

#toasts .bg-success {
    background: #63483C !important;
}

.btn-success {
    border-color: #63483C;
    color: white;
    background: #63483C;
}

.bootstrap-select .dropdown-menu li a span.text {
    font-size: 2rem;
    display: inline-block;
}

.header-fixed.fixed {
    /*padding: 1.5rem 0px;*/
    margin-top: 0 !important;
    background: var(--color-highlight_2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 1035;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    /* box-shadow: 1px 1px 10px rgb(0 0 0 / 15%); */
}

.product-title {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 7.5rem;
}

.cl-highlight {
    color: var(--color-main);
}

.text-black {
    color: var(--color-main);
}

.bg-highlight_sub {
    background: var(--color-highlight_2);
}

.block_contax input.form-control,.block_contax textarea.form-control, .border-customize {
    border: 1px solid #b17a2a;
}

.quickview-close i {
    color: black;
    font-weight: bold;
}

.language-switch i {
    color: var(--color-main);
    font-weight: bold;
}

.topbar-section ul.topbar-dropdown {
    min-width: 11rem;
}

.img-fluidz {
    width: 100%;
    height: auto;
}

.shop-link-home {
    margin-top: 3rem;
    text-align: center;
}

.btn-shop--best:hover {
    color: white;
    background: #ffa32b;
}

a.btn-shop--best {
    font-weight: bold;
    color: black;
    display: inline-block;
    border: 1px solid;
    padding: 1rem 2.5rem;
}

#quick-view-modal .modal-content {
    margin: 0 auto;
    width: 80%;
}

.header-top > .container > .row > div:last-child {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.article-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.breadcrumb-section>.container>.row {
    height: 30vw;
}

.breadcrumb-title {
    font-weight: bold;
    font-size: 3rem;
    color: white;
    position: relative;
    /*bottom: 225px;*/
    top: auto;
}
.item .breadcrumb-section {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
}

.address-system {
    margin-top: 1rem;
}

.product-action-new a {
    color: #FBB033;
    display: inline-block;
    border: 1px solid #FBB033;
    padding: 0.5rem 2.5rem;
}

.img_view {
    width: 25px;
}

@media (min-width: 1000px) {
    .menu-section > ul {
        display: flex;
        justify-content: center;
    }

    .product-action-new a:hover img {
        filter: brightness(0) invert(1);
    }

    .product-action-new a:hover {
        color: white;
        background: #FBB033;
    }

    .block_chungchi .swiper {
        padding-bottom: 8rem;
        padding-top: 8rem;
        /* padding: 4rem; */
    }

    .album-item.swiper-slide.swiper-slide-active > .item-hell {
        margin-top: 0rem;
    }

    .album-item.swiper-slide.swiper-slide-active {
        /* transform: scale(1.2); */
        /* z-index: 1; */
        /* opacity: 1; */
        /* transition: all 1.5s ease; */
    }

    .album-item.swiper-slide {
        transform: translateX(0px);
        -ms-user-select: none;
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        transition: all 1s ease;
    }

    .album-item .item-hell {
        padding: 0rem 0rem;
        background: var(-color-highlight_2);
        margin: 0px 0rem;
        margin-bottom: 0 !important;
        position: relative;
        /* margin-top: 10rem; */
        overflow: hidden;
        /* padding-bottom: 12rem; */
    }
}

.ratio-album-43 {
    position: relative;
    padding-top: 86%;
}

.ratio-album-43 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.map-system {
    position: relative;
    padding-top: 70%;
}

.map-system iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bg-header {
    background: white;
}

.bg-tab-product {
    padding: 6rem 0px;
    background: var(--color-highlight_2);
}

.border-bottom {
    border-bottom: 1px solid #fece49 !important;
}

.py-6 {
    padding: 6rem 0px;
}

.pb-6 {
    padding-bottom: 6rem;
}

.title-system {
    font-size: 2.4rem ;
    margin-bottom: 1.5rem;
}

.filter-option-inner-inner {
    font-size: 2rem !important;
}

.block-customer {
    margin: 0 -1rem;
    padding: 1rem 1rem;
}

.logo-footer img {
    height: 10rem;
}

.row.block_blogs {
    margin: 0;
}

.block_typical--products .title-section {
    margin-bottom: 4rem !important;
}

.block_typical--products .product-item {
    padding: 2rem 1.5rem;
    margin-bottom: 0;
}

.block_video {
    padding: 0rem 15px;
}

.block_video .title-section {
    margin-bottom: 6rem !important;
}

.block_news--home {
    padding: 0rem 15px;
}

.block_news--home .title-section {
    margin-bottom: 6rem !important;
}

.block_chungchi {
    padding: 0rem 15px;
}

/*.block_typical--products >.row > div {*/
/*    padding: 0 4rem;*/
/*}*/
/*.block_typical--products >.row {*/
/*    margin: 0 -4rem;*/
/*}*/
.block_typical--products img {
    border-radius: 15px;
}

.customer-item {
    padding: 1rem;
}

.entire-info-website address p {
    color: var(--color-main);
    margin-bottom: 14px;
}

.article-des {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.address_x {
    /*padding: 1rem;*/
    border-radius: 5px;
}

.address_x > div:last-child {
    border: 0;
}

.content-system button {
    border-radius: 5px;
}

input::placeholder , textarea::placeholder {
    font-size: 2rem !important;
}

.bg-success {
    background: var(--color-highlight) !important;
}

.about-system {
    margin-top: 2rem;
}

.title-about-system {
    margin: 0.7rem 0rem;
}

.title-section-shop {
    font-size: 24px;
    font-weight: bold;
}

.title-map-content {
    margin-top: 0rem;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
}

.banner_system img {
    object-fit: cover;
    height: 24vw;
}

.banner_system {
    margin-bottom: 3rem;
}

.store-system .form-check {
    border-bottom: 1px solid #ddd;
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
    display: block;
    padding: 0;
}

.block_blogs .article-item {
    margin-bottom: 0rem;
}

.block_blogs > div:nth-child(1) {
    padding: 0rem;
}

.block_blogs > div:nth-child(2) {
    padding-top: 1rem;
    background: var(--color-highlight);
}

.inner-content-out-standing {
    width: 100%;
    padding-left: 1rem;
    position: absolute;
    bottom: 0;
}

.article-title-out-standing a {
    color: white;
}

.article-description-out-standing {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: white;
}

/*.menu-section > ul > li > a:hover {*/
/*    color: var(--color-highlight);*/
/*}*/
.social-section > ul > li:nth-child(2) > a > img {
    filter: none;
}

.highlight-img {
    text-align: center;
}

.language-switch a {
    font-weight: 600;
    color: black;
}

.social-section img {
    object-fit: cover;
    width: 40px;
    height: 40px;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--color-highlight);
}

.view-small_custom .post-date > span {
    color: black;
}

.view-small_custom .post-date {
    color: black;
}

.khung-child-danhmuc-sp > .row > div {
    padding: 0;
}

.khung-child-danhmuc-sp > .row {
    margin: 0;
}

.view-small_custom .inner-image {
    width: 13rem;
}

.view-small_custom .article-title > a:hover {
    color: black;
}

.article-title-out-standing > a {
    color: white;
    font-weight: 600;
}

.article-title-out-standing {
    margin-top: 1rem;
}

.decor-1 {
    position: relative;
}

.decor-1:after {
    position: absolute;
    display: block;
    content: "";
    width: 50%;
    height: 4px;
    background: var(--color-black);
    left: 0;
    bottom: -7px;
    margin: 0 auto;
    right: 0;
}

.form_newLetter {
    border-radius: 5px;
    border: 1px solid white;
}

.header-top > .container > .row {
    align-items: center;
}

.newsletter--input {
    color: #d9eae1;
    border: 0;
    background: transparent;
}

.form_send-email {
    height: 100%;
    text-align: center;
    position: relative;
}

.submit_email:hover {
    color: white;
}

.newsletter--input::placeholder {
    color: white;
    font-weight: 500;
}

.submit_email {
    font-size: 2rem;
    color: white;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 0 !important;
}

.boxInfor-product {
    padding: 3rem 7rem;
    height: 100%;
    background: var(--color-highlight_2);
}

.name-program {
    margin-bottom: 2rem;
    color: var(--color-main);
    font-weight: 500;
    font-size: 3.5rem;
}

.description-program {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 500;
    color: var(--color-main);
    font-size: 2rem;
}

.title-highlight {
    text-align: center;
    margin-bottom: 4rem;
    font-weight: bold;
    font-size: 3.5rem;
    color: var(--color-main);
}

.album-item .article-title {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: black;
}

.partner .swiper-slide {
    margin-top: 0 !important;
}

.block-partner {
}

.partner-img {
    margin-bottom: 2rem;
    padding-top: 50%;
    position: relative;
}

.partner-img img {
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.footer-top {
    padding: 8rem 0px 6rem 0px;
}

.padding-2-le {
    padding: 0 15px !important;
}

.title-footer {
    text-transform: uppercase;
    color: var(--color-main);
    font-size: 2rem;
    font-weight: bold;
}

.footer-top_2 {
    padding-bottom: 6rem;
}

.logo-footer {
    padding-left: 2rem;
}

.logo-footer img {
    filter: none;
}

.block_video > .row > div {
    padding: 0 15px;
}

.block_video > .row {
    margin: 0px -15px;
}

.ratio-video-custom {
    position: relative;
    padding-top: 59%;
}

.ratio-video-custom img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.view-small-new .ratio-16-9 {
    padding-top: 52%;
}

.view-small-new::-webkit-scrollbar {
    width: 10px;
}

.view-small-new::-webkit-scrollbar-track {
    background-color: #9ea19e2b;
}

.view-small-new::-webkit-scrollbar-thumb {
    background: var(--color-highlight);
}

.video-cl:after {
    position: absolute;
    content: "\f144";
    display: block;
    font-size: 4.5rem;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: var(--white);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 40%;
}

.video-zoom:hover .video-cl:after {
    display: none;
}

.product-title {
    padding: 10px 0px;
}

.product-description {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

.btn-product-addCart {
    background: var(--color-highlight);
    display: inline-block;
    width: 100%;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 2rem;
}

.button--move {
    overflow: hidden;
}

.btn-product-addCart:hover .button__text {
    animation: move 350ms ease-in-out forwards;
}

@keyframes move {
    0% {
        transform: translateY(0%);
    }

    49% {
        transform: translateY(-200%);
    }

    50% {
        transform: translateY(-200%);
        visibility: hidden;
    }

    51% {
        transform: translateY(200%);
    }

    52% {
        transform: translateY(200%);
        visibility: visible;
    }

    100% {
        transform: translateY(0%);
    }
}

.info-avatar img {
    width: 120px;
    height: 120px;
}

.des_feel_customer {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: var(--color-text);
    /*min-height: 9rem;*/
}

.program--link {
    font-size: 1.8rem;
    background: var(--color-highlight);
    padding: 10px 40px 10px 40px;
    font-weight: 600;
    color: white;
    border-radius: 3px;
    border: 1px solid var(--color-highlight);
}

a.btn-product-addCart.button--move:hover {
    color: black;
}

.bg-footer {
    background: var(--color-highlight_2);
}

.account_x a {
    font-weight: 600;
    color: var(--color-main);
}

.swiper-slide--tile {
    color: rgb(56,22,6);
    margin-bottom: 1rem;
    width: 100%;
}

.social-section i {
    font-size: 2rem;
}

.social-section label {
    font-size: 16px;
    font-weight: 600;
}

.block_chungchi .ratio-video-custom img {
    border: 2px solid #fdd11a;
    border-radius: 20px 0 20px 0;
}

.block_chungchi .wrp-effect-album .effect-video::after {
    border: 2px solid #fdd11a;
    border-radius: 20px 0 20px 0;
}

.bg-v-back {
    background: var(--color-highlight);
}

.block_chungchi .video-title {
    font-weight: 500;
    color: white;
    font-size: 1.8rem;
}

.block_chungchi .title-section {
    color: black;
}

.search_form input {
    background: transparent;
    padding-left: 0;
    border: 0;
}

.search_form {
    border-bottom: 1px solid;
    width: 70%;
}

.search_form .btn {
    padding-right: 0;
}

.search_form input::placeholder {
    color: black;
    font-weight: 400;
    font-size: 1.8rem;
}

.search_form i {
    font-weight: 600;
}

.menu-section > ul > li > a {
    font-size: min(1.3vw,1.9rem);
}

.menu_blue > .container > .row > div:nth-child(2) {
    flex: 0 0 69.66667%;
    max-width: 69.66667%;
}

.menu_blue > .container > .row > div:nth-child(1) {
    flex: 0 0 12.66667%;
    max-width: 12.66667%;
}

.shop-home span {
    color: #989086;
    font-weight: 500;
    padding-left: 20px;
    display: inline-block;
    margin-left: 20px;
    border-left: 1.5px solid #94a929;
}

.shop-home {
    justify-content: center;
    display: flex;
    align-items: center;
}

.post-date {
    padding: 5px 0px;
}

.view-small_custom .article-title > a {
    color: white;
}

.view-small_custom .post-date > span {
    color: white;
}

.view-small_custom .post-date {
    color: white;
}

.view-small_custom .article-title {
    font-weight: bolder;
    margin-bottom: 10px !important;
}

.view-small_custom .article-des {
    color: #fbf0f0;
}

/*Call now*/
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

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

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

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

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

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

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

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.bg-header {
    background: #0f304b;
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

.phone-number {
    width: 160px;
    position: absolute;
    top: 50%;
    right: 45%;
    padding: 9px 40px;
    padding-left: 15px;
    border-radius: 15px;
    background: #e60808;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}

.title-about-honeco {
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
}

.swiper-button-prev-pro {
    color: white;
    left: -40px;
    background: #532b1e!important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.swiper-button-next-pro {
    color: white;
    right: -40px;
    background: #532b1e!important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.swiper-button-prev-pro i, .swiper-button-next-pro i {
    margin: 0 auto;
    font-size: 2rem;
}

.tab-product-x .product-item {
    padding-bottom: 1.5rem;
    /*border: 1px solid #c8943b;*/
    background: white;
}

.tab-product-x .product-item .inner-content {
    text-align: center;
}

/*body {*/
/*    background-image: url(http://cdn1792.cdn4s4.io.vn/media/background/seasonal_f5ca23ef-f531-4007-a1d6-c81f1487e677.webp) !important;*/
/*    background-attachment: fixed!important;*/
/*    background-position: center!important;*/
/*    background-repeat: no-repeat!important;*/
/*    background-size: 100%!important;*/
/*}   */
/*.bg-decor{*/
/*    background-image: url(http://cdn1792.cdn4s4.io.vn/media/background/o_ong_right.webp) !important;*/
/*    background-attachment: fixed!important;*/
/*    background-position: center!important;*/
/*    background-repeat: no-repeat!important;*/
/*    background-size: 100%!important;*/
/*}*/
.title-section-x {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--color-main);
    margin-bottom: 25px;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border: 1px solid #b17a2a;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.card-header h5 button {
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    color: var(--color-main) !important;
}

.faq-main .card-body {
    color: #543417;
    padding: 1.5rem;
}

span.sub-cave {
    font-size: 1.8rem;
    color: #543417;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}

.block_home-category > .row > div:nth-child(3) > .row {
    flex-direction: row-reverse;
}

.block_home-category > .row > div:nth-child(4) > .row {
    flex-direction: row-reverse;
}

.block_home-category > .row > div > .row > div {
    padding: 0;
}

.block_home-category > .row > div > .row {
    align-items: center;
    margin: 0;
}

.block_home-category > .row > div {
    padding: 0;
}

.block_home-category > .row {
    margin: 0;
}

.box_category--home {
    padding: 5rem 2rem;
}

.category_home-title {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.category_home-title a {
    color: var(--color-main);
}

.btn_category-home a {
    font-weight: 500;
    font-size: 1.8rem;
    color: white;
    padding: 1rem 3rem;
    background: var(--color-highlight);
}

.program--link:hover {
    color: var(--color-highlight);
    background: white;
    border-color: var(--color-highlight);
}

.category-home--description {
    color: var(--color-des);
    font-weight: 500;
    margin-bottom: 5rem;
}

.title-section-category--home {
    margin-bottom: 7rem;
}

a.btn_certificate {
    font-weight: 500;
    font-size: 1.8rem;
    color: white;
    padding: 1rem 3rem;
    background: var(--color-highlight);
}

.title-section--certificate {
    color: var(--color-main);
    margin-bottom: 3rem;
    font-size: 3.5rem;
    font-weight: bold;
}

.description-certificate {
    font-weight: 500;
    margin-bottom: 5rem;
    font-size: 1.8rem;
}

a.btn_xemthem {
    font-weight: 500;
    font-size: 1.8rem;
    color: white;
    padding: 1rem 2.5rem;
    background: var(--color-highlight);
}

.block_intro_x .ratio-8-5 {
    padding-top: 76.5%;
}

.item_video--small {
    margin-bottom: 1.5rem;
}

.highlight-content {
    text-align: center;
}

.name-highlight {
    font-weight: bold;
    color: #4A3512;
    font-size: 2.4rem;
}

.description-highlight {
    color: #543417;
}

.highlight-img img {
    height: 10rem;
    max-width: 150px;
}

.search-section i {
    font-weight: bold;
}

/**/
@media (min-width: 1490px) and (max-width: 1800px) {
    .view-small_custom .inner-image {
        width: 10rem;
    }
}

@media (min-width: 1000px) and (max-width: 1350px) {
    .search-section .form-dropdown {
        width: 225px;
        top: 100%;
        left: 25px;
    }

    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px !important;
    }

    .view-small_custom .inner-image {
        width: 9rem;
    }

    .block_chungchi > .container {
        max-width: 1200px;
    }
}

.search-section button.btn.btn-submit {
    height: 4rem;
}

@media (max-width: 768px) {
    .product-detail-footer tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .menu-section {
        display: none;
    }

    .menu-section.open {
        display: block;
    }

    .menu-section > ul > .has-child > ul > li > a {
        padding: 0 2rem 0 1.5rem !important;
    }

    .menu-section, .menu-vertical--nav {
        position: fixed;
        width: 35rem !important;
    }

    .product-title {
        text-align: center;
        padding: 10px 0px;
    }

    .product-quantity .btn-quantity.quantity-subtract, .product-quantity .btn-quantity.quantity-add {
        width: 2.6rem;
    }

    .product-quantity input {
        width: 6rem;
    }

    .box_category--home {
        text-align: center;
    }

    a.btn-menu-mobile i {
        font-weight: bold;
    }

    a.btn-menu-mobile {
        font-size: 3rem;
    }

    .category_home-title {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .video-title {
        margin: 1.5rem 0px !important;
    }

    .category-home--description {
        color: var(--color-des);
        font-weight: 500;
        margin-bottom: 3rem;
    }

    a.member-x i {
        margin-right: 5px;
    }

    a.member-x {
        font-weight: 500;
        color: var(--color-main);
    }

    .entire-action-header .form-dropdown {
        width: 300px;
        right: -220px;
    }

    .btn-action-header i {
        font-weight: bold;
        font-size: 2rem;
    }

    .header-mobi > .container > .row > div:first-child {
        display: flex;
        align-items: center;
    }

    .swiper-slide--link {
        padding: 5px 12px 5px 12px;
    }

    .block_news--home .title-section {
        margin-bottom: 3rem !important;
    }

    .block_video .title-section {
        margin-bottom: 3rem !important;
    }

    .title-section-category--home {
        margin-bottom: 3rem;
    }

    .is-mobile .logo-footer img {
        height: 13rem !important;
    }

    .block_video {
        padding: 0rem;
    }

    .block_news--home {
        padding: 0rem;
    }

    .block_chungchi {
        padding-left: 0rem;
    }

    .block_video > .row {
        margin: 0px -7.5px;
    }

    .block_video > .row > div {
        padding: 0 7.5px;
    }

    .btn_certificate {
        margin-bottom: 2rem;
        display: inline-block;
    }

    .block_typical--products .product-item {
        padding: 0rem;
    }

    .box_category--home {
        padding: 1rem 0px 5rem 0px;
    }

    .block_faq > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .display-2 {
        font-size: 3.5rem !important;
    }

    .swiper-button-next img , .swiper-button-prev img {
        width: 20px;
    }

    .block_chungchi .swiper {
        padding-bottom: 4rem;
        padding-top: 1rem;
        /* padding: 4rem; */
    }

    .album-item .item-hell {
        background: white;
    }

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

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

    .logo-footer {
        padding-left: 0rem;
    }

    .logo-footer {
        text-align: left !important;
    }

    .boxInfor-product {
        padding: 3rem 4rem 5rem 4rem;
    }

    .name-program {
        color: rgb(56,22,6);
        font-weight: 600;
        font-size: 2.5rem;
    }

    .swiper-slide--tile {
        font-weight: 500;
        font-size: 2.8rem;
        margin-bottom: 1rem;
        width: 100%;
    }

    .logo-section img {
        height: 8rem;
    }

    .header-mobi > .container > .row > div:last-child {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .title-highlight {
        font-size: 22px;
    }
}

footer .logo-footer img {
    height: 9.1rem !important;
}

/*zoom-anh bai viet*/
.article-item {
    overflow: hidden;
}

.article-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.article-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.article-item .inner-image {
    overflow: hidden;
    position: relative;
}

/*zoom-anh bai viet*/
/*zoom-anh sp*/
.product-item {
    overflow: hidden;
}

.product-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.product-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh sp*/
/*zoom-anh*/
.zoom-anh-rieng {
    overflow: hidden;
}

.zoom-anh-rieng img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.zoom-anh-rieng:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh*/
.cus-block-giay-chung-nhan .article-item .inner-image img {
    object-fit: contain;
}

.store-system .address {
    max-height: 46rem;
    overflow-y: auto;
}

.store-system .address::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.store-system .address::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.store-system .address::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.store-system .form-check input {
    position: absolute;
    opacity: 0;
}

.store-system .form-check label {
    padding: 5px 10px;
    width: 100%;
}

.store-system .form-check input:checked + label {
    background: var(--color-highlight_2);
}

.img-fluid.img-bct {
    width: 80%;
}

.article-detail img {
    object-fit: contain !important;
}



@media (min-width: 1500px) {
    .fist-video .inner-image {
        padding-top: 56%;
    }
}

@media (min-width: 1200px) and (max-width: 1490px) {
    .fist-video .inner-image {
        padding-top: 60%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .fist-video .inner-image {
        padding-top: 60%;
    }
}

@media (max-width: 568px) {
    .product-detail-footer table colgroup {
        display: none;
    }

    .article-content iframe, .article-content video, .article-content img, .article-content table {
        max-width: 100%;
        height: auto !important;
    }
    
    .table-responsive > colgroup > col {
        width: 100% !important;
    }
    
    .table-responsive tr {
        display: flex;
        flex-direction: column;
        height: auto !important;
        flex-wrap: wrap;
    }

    .table-responsive tr > td {
        height: auto !important;
        width: 100% !important;
    }
    
    .breadcrumb-title {
        font-size: 2.8rem;
        /*bottom: 138px;*/
    }
    .item .breadcrumb-section {
        height: auto;
    }
}
