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

.p-24 {
    padding: 24px !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 !important;
}

.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: 5px !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

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

.border-main {
    border-color: var(--color-main) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.btn {
    padding: 12px 32px;
    font-weight: 600;
    font-size: 16px;
}

.line-clamp-2 {
    -webkit-line-clamp: 2 !important;
}

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

.line-clamp-4 {
    -webkit-line-clamp: 4 !important;
}

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

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

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

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

.header_search {
    position: relative;
}

.search_content {
    display: flex;
    background-color: white;
    border-radius: 3rem;
    padding-left: 1.5rem;
    border: .1rem solid var(--color-highlight);
}

.header_search input {
    outline: none;
    height: 4.6rem;
    border: none;
    width: 25rem;
    max-width: 30vw;
    padding-left: 1.5rem;
    font-size: 15px;
    color: var(--color-main);
    border-radius: 0 3rem 3rem 0;
}

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

.header_search button:hover {
    color: white;
}

.header_search button {
    padding: 0;
}

.search_button {
    height: 4.6rem;
    line-height: 4.6rem;
}

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

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

/*home*/
.title-section {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--color-main);
    position: relative;
}

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

.title-bv-intro {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.title-bv-intro::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10rem;
    margin: auto;
    height: 4px;
    background-color: var(--color-main);
}

.dsc {
    color: #364153;
    font-size: 18px;
}

.swiper-slider-main div[class*="swiper-button-"] {
    opacity: 0;
    pointer-events: none;
}

.swiper-slider-main:hover div[class*="swiper-button-"] {
    opacity: 1;
    pointer-events: auto;
}

.comment_container {
    position: relative;
    max-height: 450px;
    padding: 0 15px;
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%
    );
}

.comment_container .swiper-slide {
    height: max-content !important;
}

.comment_item {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #f6f3f4;
    box-shadow: 0 0 3.3rem -1.2rem rgba(0, 0, 0, .22);
}

.comment-box-info {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.comment_image {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    margin-right: 2rem;
}

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

.comment_position {
    color: var(--color-black);
    font-weight: 500;
}

.comment_description {
    color: var(--color-black);
    font-size: 1.5rem;
}

.comment_item .star-rating {
    width: 11.5rem;
    font-size: 16px;
    letter-spacing: 6px;
}

.comment_item .star-rating::before,
.comment_item .star-rating span::before {
    font-size: 16px;
}

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

.partner_item {
    padding: 2rem 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 200px;
}

.box-typing {
    font-size: 24px;
    text-align: center;
}

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

.typing-cursor {
    display: inline-block;
    margin-left: 2px;
    vertical-align: text-bottom;
    color: var(--color-main);
    font-weight: 300;
    animation: typing-cursor-blink 1s step-end infinite;
    line-height: 1;
    vertical-align: baseline;
}

@keyframes typing-cursor-blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.home-ar-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f6f3f4;
}

.home-ar-item .inner-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.btn_readmore {
    color: var(--color-main);
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.home-view-large .article-title a {
    -webkit-line-clamp: 3;
    text-transform: uppercase;
}

.home-view-small .article-description,
.home-view-small .btn_readmore span,
.home-view-small .post-date i {
    display: none;
}

.home-view-small {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-view-small .inner-content {
    padding: 12px;
}

.home-view-small .article-title a {
    font-size: 14px;
    color: var(--black);
}

.home-view-small .btn_readmore,
.home-view-small .post-date {
    font-size: 12px;
}
/*home end*/

/*other page*/
.info-category h2 {
    font-size: 40px;
    margin-bottom: 1rem;
    color: var(--color-main);
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.info-category h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 400px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#0395d8), to(transparent));
    background: linear-gradient(to right, transparent, #0395d8, transparent);
}

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

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

.item_ds .article-title a {
    color: var(--black);
    font-weight: 600;
}

.text-underline {
    text-decoration: underline;
}

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

.form_subscribe {
    position: relative;
}

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

.form_subscribe .tnp-email {
    padding-left: 1.6rem;
    padding-right: 11rem;
}

.form_subscribe .tnp-button {
    position: absolute;
    right: .1rem;
    top: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    color: var(--blue);
    font-weight: 600;
    width: 11rem;
    height: 4.4rem;
    font-size: 1.6rem;
}

.form_subscribe .tnp-email:focus,
.form_subscribe .tnp-button:focus,
.form-contact .form-control:focus {
    border-color: var(--blue);
}

.form-contact > form .form-group{
    margin-bottom: 12px;
}

.form-contact .label_input {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: .4rem;
}

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

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

.form-contact .form-check-inline {
    margin-right: 2.5rem;
}

.form-contact .form-check-input {
    transform: scale(1.4);
    margin-right: 1rem;
    cursor: pointer;
}

.form-contact .form-check-label {
    font-size: 1.6rem;
    color: var(--color-text);
    font-weight: 400;
}

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

.img-tam_nhin {
    width: 260px;
    height: 260px;
    object-fit: cover;
}

.icon-tam_nhin {
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    background-color: var(--color-main);
    font-size: 26px;
    color: var(--white);
    margin-right: 15px;
}

.title-tam_nhin {
    font-size: 36px;
    margin: 0;
    color: var(--color-main);
    font-weight: 700;
}

.img-cot_loi {
    height: 48px;
    width: 48px;
    object-fit: cover;
    margin-right: 15px;
}

.title-cot_loi {
    font-size: 20px;
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 12px;
}

.item_zoom,
.item_zoom .inner-image img {
    transition: all .2s ease;
}

.item_zoom:hover {
    transform: translateY(-8px);
}

.item_zoom:hover .inner-image img {
    transform: scale(1.1);
}
/*other page end*/

/*footer*/
footer {
    background-color: #cce8f3;
}

.social_item {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--white);
    background-color: var(--light);
    border-radius: 50%;
    margin: 0 8px;
}

.social_item.facebook {
    background-color: oklch(0.546 0.245 262.881);
}

.social_item.tiktok {
    background-color: var(--black);
}

.social_item.youtube {
    background-color: red;
}

.bg_copyright {
    background-color: var(--color-main);
}

.copyright {
    color: var(--light);
    font-size: 1.6rem;
    text-align: center;
}

.no-clamp .article-description {
    display: block;
}

/*nut lien he goc man hinh*/
.hotline-phone-ring-wrap {
    right: 10px;
    bottom: 5rem;
    position: fixed;
    z-index: 990;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 7rem;
    height: 7rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-img-circle {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-circle {
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(51 152 205);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 5rem;
    height: 5rem;
    position: absolute;
    background-color: rgb(51 152 205);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

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

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

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

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

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

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

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

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

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

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

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

.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 4px;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 130%;
}

.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    left: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.75);
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

.hotline-phone-ring-wrap .hotline-phone-ring:first-child .hotline-phone-ring-circle {
    border-color: #1877f2;
}

.hotline-phone-ring-wrap .hotline-phone-ring:first-child .hotline-phone-ring-circle-fill {
    background-color: #1877f2;
}

.bg-img-form-home .infor,
.info-contact {
    font-size: 1.6rem;
}

.list_image.cam_ket img {
    border: 2px solid var(--color-highlight);
}
/*footer end*/


@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;
    }
    
    .page-intro .ar_intro > .row {
        flex-direction: row-reverse;
    }
    
    .page-intro .ar_intro .inner-image {
        padding-top: 80%;
    }
    
    .my-md-6r {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
}

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

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

@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(--color-highlight) !important;
    }
    
    .menu-section ul ul .grower {
        height: 5rem;
        line-height: 5rem;
    }
}

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

@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) {
    .home_article > .row > div:last-child {
        margin-bottom: 0 !important;
    }
    
    .content-category {
        font-size: 1.8rem;
    }
    
    .article_featured .article-title {
        font-size: 2.8rem;
    }
}

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