/*chan copy*/
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    /*chặn giữ ảnh trên Safari iOS */
    user-select: none;
}

.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000 !important;
    transition: position 0.4s;
    animation: affix-menu 1s;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

.fs-12 {font-size: 1.2rem !important;}
.fs-13 {font-size: 1.3rem !important;}
.fs-14 {font-size: 1.4rem !important;}
.fs-15 {font-size: 1.5rem !important;}
.fs-16 {font-size: 1.6rem !important;}
.fs-18 {font-size: 1.8rem !important;}
.fs-20 {font-size: 2rem !important;}

.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}

.pt-2r {padding-top: 2rem !important;}
.py-2r {padding-top: 2rem !important;
padding-bottom: 2rem !important;}

.pt-5r { padding-top: 5rem !important;}
.pb-5r {padding-bottom: 5rem !important;}
.py-5r {padding-top: 5rem !important; padding-bottom: 5rem !important;}
.px-5r {padding-left: 5rem !important;padding-right: 5rem !important;}

.pt-6r {padding-top: 6rem !important;}
.pb-6r {padding-bottom: 6rem !important;}
.py-6r {padding-top: 6rem !important;padding-bottom: 6rem !important;}
.p-7r {padding: 7rem !important;}

.pt-8r {padding-top: 8rem !important;}
.pb-8r {padding-bottom: 8rem !important;}
.py-8r {padding-top: 8rem !important;padding-bottom: 8rem !important;}

.pt-10r {padding-top: 10rem !important;}
.pb-10r {padding-bottom: 10rem !important;}
.py-10r {padding-top: 10rem !important;padding-bottom: 10rem !important;}

.mb-2r {margin-bottom: 2rem !important;}
.mt-4r {margin-top: 4rem !important;}
.mb-4r {margin-bottom: 4rem !important;}
.mt-5r {margin-top: 5rem !important;}
.mb-5r {margin-bottom: 5rem;}
.mt-6r {margin-top: 6rem !important;}
.mb-6r {margin-bottom: 6rem !important;}
.my-6r {margin-top: 6rem !important;margin-bottom: 6rem !important;}
.mb-8r {margin-bottom: 8rem !important;}

.rounded-5 {border-radius: .5rem !important;}
.rounded-8 {border-radius: .8rem !important;}
.rounded-10 {border-radius: 1rem !important;}
.rounded-15 {border-radius: 1.5rem !important;}

.color-gray {color: var(--gray-bold) !important;}
.cursor-pointer {cursor: pointer;}

[class*="line-clamp"] {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

[class*="block-line-clamp"] {
    display: -webkit-box;
}

.line-clamp-1, .block-line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2, .block-line-clamp-2 {
    -webkit-line-clamp: 2;
}

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

/*header*/
header {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

header.fixed {
    position: fixed;
    background-color: white;
    box-shadow: 0 .2rem 4rem .1rem rgba(0, 0, 0, 0.1);
}

header.fixed .setting-menu {
    height: 7.5rem;
}

.menu_main {
    height: 4rem;
    line-height: 4rem;
    margin-left: auto;
    margin-right: auto;
}


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

.menu-section .entry-menu.full-width::before {
    height: 3.6rem;
}

.header_search button i {
    font-size: 2rem;
    font-weight: 500;
}

.header-form_search {
    display: none;
    position: absolute;
    top: 2.5rem;
    right: -3rem;
    width: max-content;
    z-index: 9999;
}

.header-form_search form {
    border-radius: 4px;
    padding: 1.5rem;
    margin-top: 3rem;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}

.header-form_search input {
    background-color: transparent;
    border: 1px solid var(--gray-bold);
    color: var(--color-main);
    height: 41px;
}

.btn-action-header:hover .header-form_search {
    display: block;
}

.btn-menu-mobile i {
    color: var(--color-highlight);
    vertical-align: middle;
}

.menu-section ul.entry-menu.full-width li {
    border-right: 1px solid var(--gray);
}

.mega_custom > li:first-child a {
    color: var(--color-main);
}

/*header end*/
/*home*/
#vehicle-filter {
    padding: 2rem;
    background: #f1f2f2;
    box-shadow: 1px 5px 9px #0000002e;
}

.box_title {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.box_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    border-bottom: 2px solid #ffd8cb;
    width: 100%;
}

.box_title .title-section {
    padding: .2rem 1.5rem;
    position: relative;
}

.box_title_image {
    position: relative;
    display: flex;
    justify-content: center;
}

.box_title_image .title-section {
    margin: 0 2rem;
    padding: 0 3.5rem;
    height: 4rem;
    line-height: 4rem;
    background-color: var(--color-highlight);
    color: white;
    text-align: center;
    font-size: 2rem;
    border-radius: .5rem;
    width: calc(100% - 254px);
}

.box_title_image img {
    height: 4rem;
}

.vector-left {
    transform: scale(-1);
}

.home_tabs {
    overflow-x: auto;
    overflow-y: hidden;
}

.home_tabs ul {
    display: inline-flex;
    flex-wrap: nowrap;
}

.home_tabs li {
    padding: 0 .5rem;
}

.home_tabs li a {
    padding: 1rem 0 !important;
    font-size: 1.6rem;
    font-weight: 800 !important;
}

.home_tabs li a::after {
    top: 0;
    bottom: auto;
    background-color: var(--color-main);
    height: 3px;
}

.home_tabs ul:hover li a.active::after {
    opacity: 0;
}

.home_tabs li a:hover::after {
    opacity: 1 !important;
}

.feature-item {
    padding: 5rem 2.5rem 6rem;
}

.feature-item .article-description {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--color-black);
    transition: all .3s ease-in-out;
}

.feature-item {
    background-color: var(--light);
    transition: background .3s ease-in-out;
    cursor: pointer;
}

.feature-item:hover {
    background-color: #ff571ddb;
    transition: background .3s ease-in-out;
}

.slide-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s ease-in-out;
    color: var(--color-highlight);
}

.feature-item:hover .slide-title, .feature-item:hover .article-description {
    color: white;
    transition: all .3s ease-in-out;
}

.icon-contract {
    font-size: 3.5rem;
    height: 5rem;
    object-fit: contain;
    text-align: center;
    margin: 0 auto 2rem;
    color: var(--color-highlight);
    font-weight: 500;
    display: inline-block;
}

.title-section {
    font-size: 2rem;
    color: var(--color-highlight);
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.btn_readmore {
    color: white !important;
    font-size: 1.8rem;
    font-weight: 500;
}

.btn_readmore i {
    font-size: 1.6rem;
    padding-left: .5rem;
    transition: all .2s ease-in-out;
}

.btn_readmore:hover i {
    padding-left: 1rem;
    transition: all .2s ease-in-out;
}

.guid_title-section {
    font-size: 5rem;
}

.description-section {
    width: 100%;
    color: var(--color-main);
    font-size: 1.6rem;
}

.bl_guild {
    box-shadow: 0px 0px 15px 0px #00173426;
    border-radius: 1rem;
    padding: 3rem 8% 2rem;
}

.guid_item {
    font-family: "Plus Jakarta Sans", sans-serif;
    display: flex;
    margin-bottom: 2rem;
}

.guid_number {
    background-color: var(--color-highlight);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-weight: 700;
    padding: .6rem 1rem;
    margin-right: 4.5rem;
    font-size: 3.5rem;
    flex-basis: 6rem;
    max-width: 6rem;
    color: var(--color-highlight);
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.guid_title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-main);
}

.guid_content {
    display: flex;
    align-items: center;
    flex-basis: calc(100% - 5.5rem);
    max-width: calc(100% - 5.5rem);
    position: relative;
}

.guid_item:not(:last-child) .guid_content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    height: 1px;
    background-color: var(--gray-bold);
}

.under_left::before {
    right: auto;
}

.transition_during {
    transition-timing-function: linear;
}

.partner_item {
    padding: 2.4rem 1rem;
}

.faq_item {
    position: relative;
    overflow: hidden;
    border: .1rem solid #EDF3F5;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.faq_question {
    color: var(--color-main);
    position: relative;
    font-weight: 500;
    font-size: 2rem;
    cursor: pointer;
    padding: 2.9rem 7rem 2.9rem 3.5rem;
}

.faq_question::before {
    position: absolute;
    width: 5.2rem;
    height: 10.1rem;
    border-radius: 2.8rem;
    background-color: #F4F8FA;
    content: "";
    top: -2.2rem;
    right: .4rem;
    z-index: -1;
    transform: rotate(-134deg);
}

.faq_question i {
    position: absolute;
    right: 2.7rem;
    top: 2.4rem;
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}

.faq_question[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all .4s ease-in-out;
}

.faq_question[aria-expanded="false"] i {
    box-shadow: 0 .4rem .7rem rgba(178, 190, 205, 0.29);
    transform: rotate(0deg);
    transition: all .4s ease-in-out;
}

.faq_question[aria-expanded="true"] i::before {
    content: "\f068";
}

.faq_question[aria-expanded="false"] i::before {
    content: "\2b";
}

.faq_answer .card-body {
    padding: 0 3.5rem 4rem;
    color: var(--color-text);
    font-size: 1.6rem;
}

.bg_form_info {
    background-color: white;
    border-radius: 2rem;
    overflow: hidden;
}

.home_contact_title {
    font-size: 3.6rem;
}

.home_contact_iframe iframe {
    width: 100%;
    height: 100%;
}

.btn_submit {
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    border-radius: 1rem;
    padding: 1.4rem 4rem;
    color: white;
    cursor: pointer;
    font-size: 1.8rem;
}

.btn_submit:hover {
    color: var(--color-highlight);
}

.form-info .form-group {
    position: relative;
}

.form-info .form-group i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 5rem;
    color: var(--gray-bold);
}

.form-info .form-control {
    padding: 1.2rem 4rem;
    border: 1px solid #EDF3F5;
    border-radius: 1rem;
}

.form-info .form-control:focus {
    background-color: #F4F8FA;
}

.form-info input, .form-info .custom-select {
    height: 5rem;
    line-height: 1.5;
}

.banner_image_item {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.banner_image_item::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-40deg);
    z-index: 1;
}

.banner_image_item:hover::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}

@keyframes hoverShine {
    100% {
        left: 125%;
    }
}

.banner_image_item img {
    width: 100%;
    object-fit: cover;
}

.home_feedback .banner_image_item::before {
    content: none;
}

.home_feedback .banner_image_item img {
    aspect-ratio: 0.45;
    transition: scale .3s ease;
    cursor: pointer;
}

.home_feedback .banner_image_item img:hover {
    scale: 1.11;
}

.home_video .video_title {
    font-size: 1.8rem;
    color: black;
}

.image_title {
    font-size: 1.8rem;
    color: black;
    font-weight: 600;
}

.is-mobile .home_tabs ul {
    flex-wrap: wrap;
    justify-content: center;
}

/*home end*/
/*other page*/
.info-category h1 {
    font-size: clamp(3.8rem, max(6vw, 3.8rem), 6rem);
    margin-bottom: 1rem;
}

.content-category {
    font-size: 2rem;
    overflow: hidden;
    color: var(--color-text);
}

.title_page span {
    color: var(--color-highlight);
    font-style: italic;
}

.article_featured .article-title {
    font-size: 3.2rem;
}

.author_avatar img {
    height: 4rem;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 50%;
}

.author_name {
    font-size: 1.6rem;
    color: var(--color-text);
}

.list_article .article-item .article-title {
    margin-bottom: 1rem !important;
    font-size: 2rem;
}

.list_article .article-item .inner-content {
    padding-top: 2rem !important;
}

.categories_content a {
    background-color: var(--light);
    border-radius: 3rem;
    font-weight: 500;
}

.view-small .article-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.bl_search > .row > div[class*="col-"] {
    margin-bottom: 5rem !important;
}

.system-map .scoll-tab {
    max-height: 500px;
    overflow-y: auto;
}

.system-map>ul {
    border-bottom: 0 !important;
}

.system-map .nav-tabs {
    border-bottom: 0;
}

.system-map .nav-tabs>li.nav-item>a {
    display: block;
    border: none;
    margin-bottom: 1rem;
    padding: 1.5rem;
    color: var(--black);
    font-size: 1.5rem;
    background-color: transparent;
}

.system-map .nav-tabs>li.nav-item {
    flex: 0 0 100%;
}

.system-map .nav-tabs>li.nav-item:nth-child(ODD) {
    background-color: var(--light);
}

.system-map .nav-tabs>li.nav-item>a>.name {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.system-map .nav-tabs>li.nav-item>a>.dia-chi {
    margin-bottom: 0.5rem;
}

.system-map .nav-tabs>li.nav-item>a.active {
    color: var(--color-highlight);
}

.system-map .tab-content>.tab-pane .map {
    padding-top: 500px;
}

.system-map .tab-content>.tab-pane .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 71 / 27;
}

.breadcrumb_contact {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb_contact > .breadcrumbs-section {
    width: max-content;
    flex: none;
}

.modal button.close {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 10;
    text-shadow: unset;
}

.title_section_small {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.title_section_small::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--gray-bold);
    height: 3px;
    width: 3rem;
}

.p_cate_title {
    color: var(--color-highlight);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.p_cate_des {
    font-size: 16px;
}

.p_cate_des h3 {
    text-align: center !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 3rem 0;
}

.p_cate_des h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3rem;
    right: -3rem;
    height: 2px;
    border-bottom: 2px solid #ffd8cb;
    z-index: -1;
}

.p_cate_des h3 span {
    font-size: 2rem !important;
    color: var(--color-highlight) !important;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    padding: .2rem 1.5rem;
    background-color: white;
}

.product-item .inner-content {
    padding: 12px 17px 20px;
}

.product-item img, .article-item img {
    transition: scale .3s linear;
}

.product-item img:hover, .article-item img:hover {
    scale: 1.1;
}

.right-popup h3 {
    font-size: 3rem;
    font-weight: 700;
}

.right-popup .form-control:not([readonly]) {
    border: 2px solid var(--color-highlight);
}

form label[id$="-error"] {
    color: #dc3545 !important;
}

body:not(.home) .box_title .title-section {
    background-color: white !important;
}

/*other page end*/
/*footer*/
footer {
    background-color: #545454;
}

.w-bf-50::before {
    width: 5rem;
}

.title_footer {
    font-size: 1.8rem;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}

.title_footer::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #ffffff4d;
    max-width: 30px;
    width: 100%;
}

.footer_product .view-small > .row > div[class*="col-"]:last-child > .product-item {
    margin-bottom: 0 !important;
}

.footer_product .product-item {
    box-shadow: none;
    border: none;
}

.footer_product .product-title a {
    color: white;
}

.footer_product .price-amount {
    color: white;
}

.footer_social .social_item {
    padding-right: 1rem;
}

.footer_social .social_item:last-child {
    padding-right: 0;
}

.footer_social .social_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--color-black);
}

.footer_social a.facebook {
    background-color: #3a589d;
}

.footer_social a.facebook {
    background-color: #3a589d;
}

.footer_social a.pinterest {
    background-color: #3a589d;
}

.footer_social .social_item i {
    color: white;
    font-size: 16px;
}

.bg_copyright {
    background-color: #5b5b5b;
}

.copyright {
    color: var(--light);
    font-size: 1.6rem;
    font-weight: 500;
}

.hotline-btn {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: white !important;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.6rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    height: 50px;
    padding: 1rem 2rem 1rem 3rem;
    z-index: 9999;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 0 rgb(0 115 255 / 90%);
    animation: pulse 2s infinite;
}

.hotline-btn:hover {
    background: var(--blue-black);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 121, 0, 0.2);
}

.hotline-btn::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -3.3rem;
    width: 5rem;
    height: 5rem;
    background-color: var(--red);
}

.hotline-btn::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -4.3rem;
    width: 7rem;
    height: 7rem;
    background-color: #cc333394;
    z-index: -1;
    animation: pulse_red 2s infinite;
}

.hotline-btn i {
    position: absolute;
    left: -2.1rem;
    font-size: 2.5rem;
}

.zalo-btn {
    left: 6rem;
    right: auto;
}

.zalo-btn::before {
    left: -3.3rem;
    background-color: #005ae0;
}

.zalo-btn::after {
    left: -4.3rem;
    background-color: #005ae099;
    animation: pulse 2s infinite;
}

.zalo-btn img {
    width: 3rem;
    object-fit: contain;
    position: absolute;
    left: -2.35rem;
    filter: invert(1);
}

.tru_so_title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.toast {
    position: fixed;
    top: 90px;
    left: 20px;
    opacity: 1;
    background-color: white;
    z-index: 9999;
}

.icon-youtube-lighgary {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.icon-youtube-lighgary img {
    width: 50px;
    object-fit: cover;
}

.btn-xem-them-home {
    position: absolute;
    bottom: 125px;
    right: 30px;
}

.btn-xem-them-home span {
    display: inline-block;
    background: white;
    color: #ff3c00;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    background-color: white;
    position: relative;
    z-index: 1;
}

.content-cate-page-hiden .p_cate_des iframe {
    width: 100%;
    aspect-ratio: 1.78;
}

.cate-article .categories {
    border-radius: 2rem 2rem 0 0;
    padding-bottom: 0!important;
}

.cate-pro .categories {
    border-radius: 0 0 2rem 2rem;
    padding-top: 0!important;
}

.cate-article ul {
    margin: 0;
}


.lg-outer .lg-thumb-outer, .lg-outer .lg-sub-html , .lg-outer #lg-counter {
    display: none ;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 0;
}

.cus-popup-thong-bao .modal-content {
    width: max-content;
}

.cus-popup-thong-bao .modal-dialog {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
}

.cus-popup-thong-bao .modal-body {
    padding: 2rem;
    font-size: 20px;
}

.cus-popup-thong-bao .modal-content {
    border-radius: 10px;
}

.icon-blue-check-thong-bao {
    color: #08c;
    font-size: 30px;
}

.box-shadow-video-home {
    border-radius: 10px;
    box-shadow: 1px 0px 15px 0px #00173426;
    padding: 3rem 8%;
}

.box-shadow-lienhe-home {
    border-radius: 10px;
    box-shadow: 1px 0px 15px 0px #00173426;
    padding: 3rem 8%;
}

.cus-border-brand-page a {
    width: auto;
    padding: 5px 9px 5px 9px;
    border-radius: 1rem 1rem 0 1rem;
    -webkit-border-radius: 1rem 1rem 0 1rem;
    -moz-border-radius: 1rem 1rem 0 1rem;
    -ms-border-radius: 1rem 1rem 0 1rem;
    -o-border-radius: 1rem 1rem 0 1rem;
    position: relative;
    margin: 3px;
    text-align: center;
    border: 0.1rem solid var(--gray);
    cursor: pointer;
    color: var(--color-main);
}

.cus-border-brand-page a:hover {
    border: 0.1rem solid var(--color-highlight);
}

.cus-border-brand-page a.active {
    border-color: var(--color-highlight);
}

.cus-border-brand-page a.active::before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.2rem 1.2rem;
    border-color: transparent transparent var(--color-highlight);
}

.cus-border-brand-page a.active::after {
    content: '\f00c';
    position: absolute;
    display: block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.6rem;
    line-height: 1;
    color: var(--white);
    bottom: 0;
    right: 0.1rem;
}

@media (min-width: 1200px) {
    .cus-next-prev-giua-anh .swiper-button-prev, .cus-next-prev-giua-anh .swiper-button-next {
        top: 33%;
        transform: translateY(-33%);
    }
}

/*footer end*/
.thamlot_video {
    width: 100%;
    aspect-ratio: 1.85;
}

.taxonomy-form {
    position: relative;
    background-color: black;
    width: 100%;
    margin: 30px auto 0;
    padding: 35px 40px;
    border-radius: 10px;
    overflow: hidden;
}

.taxonomy-form::before, .taxonomy-form::after {
    content: "";
    position: absolute;
    background-image: url('https://cdn5331.cdn4s1.com/media/richtext_form/5-20250716032702-6k7x6.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    margin: 0 auto;
    width: 567.452px;
    height: 562.228px;
    top: -239px;
    left: -218px;
}

.taxonomy-form::after {
    top: auto;
    left: auto;
    bottom: -310px;
    right: -310px;
}

.ladi-list-paragraph {
    color: white;
    display: flex;
}

.ladi-img {
    height: 90px;
    width: 90px;
    min-width: 90px;
    border-radius: 50%;
    border: 2px solid rgb(252, 32, 23);
    overflow: hidden;
}

.ladi-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.ladi-content {
    padding-left: 15px;
}

.ladi-content .ladi-headline {
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    line-height: 1.5;
}

.ladi-content ul {
    font-size: 20px;
}

.ladi-content ul li {
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.ladi-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-image: url('https://cdn5331.cdn4s1.com/media/icon/icon_check_small.png');
}

.taxonomy-form form {
    position: relative;
    z-index: 9;
}

.tpe-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}

.taxonomy-form .form-group {
    margin-bottom: 20px;
    text-align: left;
}

.taxonomy-form .form-group label {
    padding-left: 10px;
}

.taxonomy-form input.form-control {
    margin-bottom: 10px;
    height: 46px;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 16%);
    font-size: 17px;
    color: var(--color-black);
    font-weight: 600;
}

.taxonomy-form input.form-control::placeholder {
    color: var(--color-black);
}

.taxonomy-form button {
    border: none;
    height: 55px;
    width: 100%;
    border-radius: 10px;
    background: rgb(255, 237, 0);
    box-shadow: rgb(255, 237, 0) 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-transform: uppercase;
    animation: pulse2 1s infinite;
}

.taxonomy-form button:hover {
    background: rgb(252, 32, 23);
    color: white;
}

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

.btn_gr_call {
    padding: 5px 30px 5px 5px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgb(0 115 255 / 90%);
    animation: pulse 2s infinite;
}

.btn_gr_call a {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.btn_gr_call_img {
    background: #fff;
    border-radius: 50px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn_gr_call .title-hotline, .btn_gr_call .title-zalo {
    flex-grow: 1;
}

.btn_gr_call.zalo, .btn_gr_call.hotline {
    background-color: var(--blue);
}

.btn_group_hotline_zalo img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(0 115 255 / 90%);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse_red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #cc333394;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/*Responsive*/

@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }

    .px-sm-5r {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

@media (min-width: 768px) {
    .p-md-7r {
        padding: 7rem !important;
    }

    .block-ban-cate .box_title_image .title-section {
        width: calc(100% - 306px);
    }

    .view_banner_images.row {
        margin: 0 -6rem;
    }

    .view_banner_images.row > div[class*="col-"] {
        padding: 0 6rem;
    }

    .taxonomy-form > .row > div:nth-child(2) {
        border-left: 2px dashed white;
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .bg_faq {
        position: relative;
    }

    .bg_faq > img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .has_utilities > .container > .row > div:first-child {
        padding-right: 3rem;
        border-right: 0.1rem solid var(--gray);
    }

    .has_utilities > .container > .row > div:last-child {
        padding-left: 3rem;
    }

    .list_article > .row > div:nth-last-child(-n + 2) {
        margin-bottom: 0 !important;
    }

    #modal-order .modal-dialog {
        max-width: 800px;
    }

    .ft_right {
        text-align: right;
    }

    .ft_right .title_footer::after {
        left: auto;
        right: 0;
    }

    .taxonomy-form > .row {
        margin: 0 -60px;
    }

    .taxonomy-form > .row > div {
        padding: 0 60px;
    }
}

@media (min-width: 1120px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 1120px;
    }
}

@media (min-width: 1200px) {
    .main_description span {
        display: block;
    }

    .menu-section .entry-menu.full-width {
        display: flex !important;
    }
    
    .description-section {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    .logo-section img {
        height: 6rem !important;
    }
}

@media (max-width: 1500px) and (min-width: 1200px) {
    .menu-section > ul > li > a {
        padding: 1rem 5px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .menu-section > ul > li > a {
        font-size: 12px !important;
    }
}

@media (max-width: 1200px) {
    .menu-section > ul > li > .entry-menu li {
        max-width: none !important;
        border-bottom: none;
        padding: 0 !important;
    }

    .menu-section ul li a:hover {
        background-color: transparent !important;
        text-decoration: underline;
        color: var(--blue) !important;
    }

    .menu-section ul ul .grower {
        height: 5rem;
        line-height: 5rem;
    }

    .bl_logo {
        margin: 0 auto;
        padding-left: 6rem;
    }

    .menu_main {
        order: -1;
        margin: 0;
    }

    .main_title {
        padding-bottom: 2.4rem;
        margin-bottom: 3rem;
    }

    .ladi-content .ladi-headline {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .btn_lienhe {
        padding: 1.6rem 3rem;
        font-size: 1.7rem;
        line-height: 1.2;
    }

    .guid_title-section {
        font-size: 4.2rem;
    }

    .footer_setting > .container > .row > div {
        margin-bottom: 4rem;
    }

    .footer_setting > .container > .row > div:last-child {
        margin-bottom: 0;
    }

    .title-footer {
        margin-bottom: 2rem !important;
    }

    .bg_copyright {
        text-align: center;
        line-height: 2;
        padding: 1rem 0 !important;
    }

    .footer-last > .menu-container {
        text-align: center;
    }

    .price .price-amount {
        display: block;
    }

    .price .price-amount.old-price {
        display: inline-block;
        margin-left: 0;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .home_article > .row > div:nth-last-child(-n + 2) {
        margin-bottom: 0 !important;
    }

    .footer_setting > .container > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .right-popup h3 {
        font-size: 2.3rem;
    }

    .image_title {
        font-size: 1.5rem;
    }

    .content-cate-page-hiden iframe {
        height: auto;
    }

    .home_article > .row > div:last-child {
        margin-bottom: 0 !important;
    }

    .article_featured .article-title {
        font-size: 2.8rem;
    }

    .hotline-btn {
        width: 0;
        padding: 0;
        right: 3.5rem;
    }

    .hotline-btn span {
        display: none;
    }

    .zalo-btn {
        left: 5rem;
    }

    .box_title_image .title-section {
        margin: 0 1rem;
        font-size: 1.8rem;
        height: 3rem;
        line-height: 3rem;
        padding: 0 0.5rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: calc(100% - 100px);
    }

    .box_title_image img {
        height: 3rem;
    }

    .toast {
        top: auto;
        left: 1rem;
        bottom: 10rem;
        width: 40rem;
        max-width: 100%;
        display: none !important;
    }

    .categories, .content-filter-product {
        padding: 12px 2rem 5px 2rem !important;
    }

    .product-status {
        display: block !important;
    }

    .left-popup > div.ratio-1-1 {
        padding-top: 60%;
    }

    .box-shadow-video-home {
        padding: 20px 10px 15px 10px;
    }

    .cus-border-brand-page a {
        font-size: 13px;
        font-weight: 600;
        padding: 5px 4px;
    }

    .bg-white-mb {
        background-color: white;
    }

    .taxonomy-form {
        padding: 15px;
    }

    .ladi-list-paragraph {
        position: relative;
        flex-direction: column;
    }

    .ladi-content {
        padding-top: 15px;
        padding-left: 0;
    }

    .ladi-content ul {
        font-size: 16px;
    }

    .taxonomy-form > .row > div:nth-child(2) {
        border-top: 2px dashed white;
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .title-section, .p_cate_des h3 span {
        font-size: 1.8rem !important;
    }

    .system-map .nav-tabs > li.nav-item > a > .name, .home_video .video_title {
        font-size: 1.6rem;
    }

    .p_cate_title {
        font-size: 2.4rem;
    }

    .guid_number {
        margin-right: 2rem;
    }

    .btn_group_hotline_zalo {
        gap: 15px;
    }

    .btn_gr_call a {
        font-size: 14px;
    }

    .btn_gr_call {
        padding: 5px;
    }

    .video_tat_tieng .swiper-button-prev,.video_tat_tieng .swiper-button-next {
        top: 30%;
        height: 2rem;
        width: 2rem;
    }
    .video_tat_tieng .swiper-button-prev i, .video_tat_tieng .swiper-button-next i {
	    font-size: 1.75rem;
    }
    
}

@media (max-width: 444px) {
    .bl_logo {
        padding-left: 0;
    }

    .box_title_image .title-section {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 400px) {
    .btn_gr_call_img {
        height: 30px;
        width: 30px;
    }

    .btn_gr_call_img img {
        height: 25px;
        width: 25px;
    }

    .btn_group_hotline_zalo {
        gap: 10px;
    }

    .btn_gr_call a {
        font-size: 14px;
    }
}

/*CSS by quyettq*/
img.no-save {
    -webkit-touch-callout: none;
    user-select: none;
}

/*End css quyettq*/
/*Custom light gallery*/
.product_detail .lg-toolbar {
    background-color: transparent;
}

.product_detail .lg-outer .lg-thumb-outer {
    display: none;
}

.product_detail .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 0 !important;
}

.ytp-large-play-button {
    display: none !important;
}

.ytp-impression-link-content {
    display: none !important;
}

.footer_product .view-small .inner-content .price .price-amount.old-price {
    color: #c8c8c8;
    font-weight: 400;
    font-size: 85%;
}
.footer_product .view-small .inner-content .price .price-amount.old-price::after {
    background-color: #c8c8c8;
}

.footer_setting {
    background-color: #777;
}

.title-tu-van-01 {
    font-size: 20px;
}

.is-mobile .title-tu-van-01 {
    font-size: 14.5px;
}

.is-mobile .box-shadow-lienhe-home {
    padding: 3rem 3%;
}

#productLongDescription {
    display: block;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
}

#productLongDescription {
    max-height: 250px;
}

.copy__inner {
    overflow: hidden;
}

/*.copy__gradient {*/
/*    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, #f1e7e7 100%);*/
/*    bottom: 0;*/
/*    height: 150px;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    transition: bottom 1s ease;*/
/*    width: 100%;*/
/*    z-index: 10;*/
/*}*/

#productLongDescription.reveal .copy__gradient {
    background: transparent;
}

.more-less {
    background: #C3C3C3;
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.more-less i {
    font-size: 18px;
}

.btn-reveal {
    margin-top: 35px;
    margin-bottom: 60px !important;
}
