.bg-image {
    background-size: cover;
    background-position: center;
}

.hover_scale img {
    transition: scale .3s ease;
}

.hover_scale img:hover {
    scale: 1.1;
}

.flex-auto {
    flex: 1 1;
}

/*header*/
/*body:has(header.fixed) {*/
/*    margin-top: 19.8rem;*/
/*}*/

/*header.fixed {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 999;*/
    /*background-color: white;*/
    /*box-shadow: 0 .2rem 4rem .1rem rgba(0, 0, 0, 0.1);*/
    /*animation: stuckMoveDown .6s;*/
    /*transition: all .3s ease-in-out;*/
/*}*/

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

header.fixed .header-top {
    display: none;
}

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

.btn-tuvan {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-weight: 700;
}

.setting-search > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl_search,
.search_input {
    flex: 1 1;
}

.img_hotline {
    background-color: var(--color-highlight);
    width: 45px;
    height: 45px;
    padding: 9px;
    border-radius: 50%;
}

.img_flag {
    height: 25px;
    object-fit: contain;
}

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

.header_search {
    position: relative;
}

.search_content {
    display: flex;
    background-color: var(--light);
    border-radius: 3rem;
    border: 1px solid var(--gray);
}

.header_search input {
    outline: none;
    height: 4rem;
    border: none;
    width: 100%;
    padding-left: 1.5rem;
    color: var(--color-main);
    border-radius: 3rem;
    background-color: var(--light);
}

.header_search input::placeholder {
    color: var(--color-text) !important;
}

.header_search button:hover {
    color: white;
}

.header_search button {
    padding: 0;
}

.search_button {
    height: 4rem;
    line-height: 4rem;
    width: 5rem;
    text-align: center;
}

.search_button i {
    color: var(--color-main);
}

.header_search button i {
    font-size: 1.8rem;
}
/*header end*/

/*home*/
.linhvuc-image img {
    aspect-ratio: 1.65;
    width: 100%;
    object-fit: cover;
}

.linhvuc-content {
    transform: translatey(-6rem);
    background: var(--white);
    border: 1px solid var(--gray);
    margin: 0 auto;
    max-width: 85%;
    padding: 15px 20px;
}

.slide-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-main);
}

.slide-description li {
    margin-bottom: 1rem;
    font-size: 15px;
}

.slide-description li::before {
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 12px;
    color: var(--color-highlight);
    padding-right: 10px;
}

.feature-item {
    padding: 0 3rem 3rem;
}

.highlight-description {
    font-size: 1.6rem;
    letter-spacing: .3px;
    color: #494949;
}

.icon-contract {
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 2rem;
}

.icon-contract img {
    width: 100%;
    object-fit: contain
}

.title-section {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    color: var(--color-main);
}

.title-section span {
    font-style: italic;
    font-weight: 400;
    color: var(--color-highlight);
}

.description-section {
    max-width: 55rem;
    width: 100%;
    color: var(--color-text);
    font-size: 2rem;
}

.bg_guid {
    padding: 100px 0px 200px 100px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(237, 243, 245);
}

.image_right {
    width: 618px;
    position: absolute;
    top: 0;
    right: 0;
}

.image_right img {
    border-radius: 20px;
    max-height: 670px;
    object-fit: cover;
}

.guid_section {
    max-width: 1400px;
    margin: 0 auto;
}

.guid_container {
    margin-top: -18rem;
}

.guid_item {
    position: relative;
    padding: 4rem 2.5rem;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 3rem 4.5rem rgba(122, 146, 168, 0.08);
    border: .1rem solid var(--gray);
    background-color: white;
    border-radius: 1.5rem;
    height: 100%;
}

.guid_icon {
    font-weight: 700;
    box-shadow: 0 .4rem .7rem rgba(178, 190, 205, 0.29);
    color: white;
    position: relative;
    margin-bottom: 2.8rem;
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
}

.guid_icon::before {
    content: "";
    position: absolute;
    width: 8.6rem;
    height: 17rem;
    border-radius: 0 0 7rem 7rem;
    background-color: #25424e0f;
    left: -3.8rem;
    bottom: -2rem;
    z-index: -1;
    transform: rotate(-45deg);
}

.guid_icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

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

.guid_description {
    font-size: 1.6rem;
    color: slategray;
}

.bg_customer {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg_customer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.808);
}

.comment-avt img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.comment-description {
    font-size: 16px;
    color: var(--color-black);
}

.comment-description i {
    font-size: 2.7rem;
    display: inline-block;
    margin-right: 1.2rem;
    color: var(--gray);
}

.rate_custom ul li {
    color: #ffc700;
    font-size: 1.8rem;
}

.partner_item {
    padding: 1.6rem .8rem;
    aspect-ratio: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_ask {
    background-repeat: no-repeat;
    background-size: 48% 100%;
}

.faq_item {
    position: relative;
    overflow: hidden;
    border: .1rem solid var(--gray);
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.faq_question {
    color: var(--color-main);
    position: relative;
    font-weight: 600;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 2.5rem 7rem 2.5rem 3.2rem;
    background-color: var(--white);
}

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

.faq_question i {
    position: absolute;
    right: 2.7rem;
    top: 1.6rem;
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 1rem rgba(178, 190, 205, 0.29);
}

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

.faq_question[aria-expanded="false"] i {
    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.2rem 3rem;
    color: var(--color-text);
    font-size: 1.6rem;
    background-color: var(--white);
}

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

.title-form {
    font-size: 3.5rem;
}

.form-info .row {
    margin: 0 -7.5px;
}

.form-info .row > [class*="col-"] {
    padding: 0 7.5px;
}

.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;
    padding-left: 2rem;
    border: 1px solid var(--gray);
    border-radius: 6px;
}

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

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

.form-info span.btn {
    height: 5rem;
    line-height: 4.8rem;
    padding: 0;
}

.in_top.lazy_show {
    animation: fadeInUp .9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,max(100%, 20rem),0);
        -ms-transform: translate3d(0,max(100%, 20rem),0);
        transform: translate3d(0,max(100%, 20rem),0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
/*home end*/

/*other page*/
.breadcrum_image::before {
    background-color: rgba(35, 35, 35, 0.919);
}

.breadcrum_content {
    position: relative;
    height: 30rem;
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.breadcrum_content > h1 {
    color: var(--white);
    font-weight: 700;
    font-size: 4.2rem;
    margin-bottom: 1.2rem;
}

.breadcrum_content .breadcrumbs-section {
    flex: 0 1 auto;
}

.breadcrum_content .breadcrumbs-section a::after {
    color: var(--white);
}

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

.title-contact {
    font-size: 3.2rem;
    font-weight: 700;
}

.des-contact {
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 2.5rem;
}

.des-contact::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: var(--white);
    width: 12rem;
}

.info-contact {
    font-size: 1.6rem;
}

.info-contact > div {
    display: flex;
    margin-bottom: 1rem;
}

.info-contact > div > i {
    width: 3rem;
    min-width: 3rem;
    display: inline-block;
    margin-top: 4px;
}

.info-contact > div b {
    display: block;
    margin-bottom: 4px;
}

.form_subscribe {
    position: relative;
}

.form-contact .form-group {
    margin-bottom: 2.5rem;
}

.form_subscribe .tnp-email,
.form-contact .form-control {
    height: 4.4rem;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    background-color: var(--light);
    border: .1rem solid var(--gray);
}

.form-contact .form-control {
    padding-left: 1.6rem;
}

.form-contact textarea.form-control {
    height: auto;
}

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

.view_vanbang > .row {
    justify-content: center;
}

.form_contact_ft {
    position: relative;
    border: 2px solid var(--color-highlight);
    border-radius: 12px;
    padding: 3rem;
    background-color: #ededed;
    background-image: url(/wp-content/uploads/2024/04/service_bg.png);
    background-size: 600px;
    background-position-y: top;
    background-position-x: 20%;
    background-repeat: no-repeat;
}

.form_contact_ft .form-info input {
    height: 4.5rem;
}

.form_contact_ft .form-info span.btn {
    height: 4.5rem;
    line-height: 4.3rem;
}

/*other page end*/

/*footer*/
footer {
    position: relative;
}

footer .logo-section img {
    height: 12rem;
}

.footer_setting {
    background-color: #666;
}

.ft-bg [class*="col-"] {
    position: static;
}

.section-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
}

.section-bg img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}

.section-bg .section-bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    background-color: rgb(79 72 72 / 93%);
}

.ux-shape-divider {
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: -1px;
    transform: rotate(180deg);
}

.ux-shape-divider svg {
    display: block;
    height: 150px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 2px);
}

.ux-shape-divider .ux-shape-fill {
    fill: #fff;
}

footer .header_social {
    margin-top: 2rem;
}

footer .header_social .social_item i {
    font-size: 2rem;
    color: var(--white);
}

.form_subscribe input {
    height: 4rem;
    border-radius: 4rem 0 0 4rem;
}

.form_subscribe .btn {
    white-space: nowrap;
    height: 4rem;
    border-radius: 0 4rem 4rem 0; 
}

.back-to-top {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    border-radius: 50%;
    background-color: var(--color-highlight);
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
    z-index: 999;
}
/*footer end*/


@media (min-width: 768px) {
    .py-md-6r {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}

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

@media (max-width: 992px) {
    .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;
    }

    .bg_guid {
        padding: 100px 0 200px;
        text-align: center;
    }
    
    .title-footer {
        margin-bottom: 2rem !important;
    }
}


@media (max-width: 768px) {
    .description-section {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .title-section {
        font-size: 3rem !important;
    }
}