/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.fbt-posts-container {
    overflow: visible;
}

.fbt-posts-container .col.post-item {
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.4s ease;
}

.fbt-posts-container .col.post-item.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.fbt-posts-container .col.post-item:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 992px) {
    .fbt-posts-container .col.post-item {
        width: calc(50% - 15px);
    }

    .fbt-posts-container .col.post-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .fbt-posts-container .col.post-item {
        width: 100%;
        margin-right: 0;
    }
}

.fbt-readmore-wrap {
    margin-top: 12px;
}

.fbt-read-more {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.fbt-read-more:hover {
    color: #75fb97;
}

.fbt-read-more i {
    transform: rotate(45deg);
}

.fbt-filter-tabs {
    margin-bottom: 60px;
    text-align: center;
}

.fbt-filter-tabs .fbt-tab {
    margin-right: 12px;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    color: #000000;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #d5d5d5;
}

.fbt-filter-tabs .fbt-tab.active {
    background: #04113d;
    color: #fff;
    border: 1px solid transparent;
}

.fbt-pagination-wrap {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.fbt-pagination-wrap .fbt-page {
    display: flex;
    margin-right: 6px;
    /* padding: 13px 20px; */
    border-radius: 4px;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #d5d5d5;
}

.fbt-pagination-wrap .fbt-page.active {
    color: #000;
}

.fbt-pagination-wrap .fbt-page:hover {
    color: #fff;
    background: #75FB97;
}

.fbt-loading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #222;
}

/* Add fade-in animation after AJAX load */
.fbt-posts-container .col.post-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.fbt-posts-container .col.post-item.show {
    opacity: 1;
    transform: translateY(0);
}

.fbt-posts-container .box-image img {
    border-radius: 6px;
}

.fbt-posts-container .post-title {
    padding-bottom: 10px;
}

.fbt-posts-container .post-title a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.fbt-posts-container .post-title:hover a {
    color: #04113D;
}

.fbt-posts-container .box-text-inner .is-divider {
    display: none;
}

.from_the_blog_excerpt {
    font-size: 18px;
    color: #555555;
    padding-bottom: 15px;
}

.blog-header-page .entry-title {
    font-size: 48px;
    font-weight: 700;
    text-align: left;
}

.blog-header-page .page-title-inner {
    max-width: 1272px;
}

.blog-header-page .title-wrapper {
    margin-left: 0;
}

.blog-header-page .title-content {
    margin-left: 0;
}

.blog-header-page .title-content .breadcrumbs {
    text-transform: capitalize;
    color: #75FB97;
}

.blog-header-page .title-content .breadcrumbs a {
    color: #fff;
}

.single-post .row.row-large {
    max-width: 1272px;
}

.post-sidebar .widget {
    border-radius: 12px;
    background: #F4F6FA;
    padding: 24px;
}

.post-sidebar .widget.widget_search .searchform {
    margin-bottom: 0;
}

.single-post .article-inner .entry-header {
    display: none;
}

.single-post .article-inner .entry-content {
    padding-top: 0;
}

.single-post .article-inner img {
    border-radius: 10px;
}

.post-sidebar .widget .widget-title {
    margin-bottom: 25px;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;

}


.post-sidebar .widget .is-divider {
    display: none;
}

.post-sidebar .widget.widget_categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    background-color: #ffffff;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    border-radius: 4px;
    margin-bottom: 8px;
    border: none;
}

.post-sidebar .widget.widget_categories ul li:hover a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.post-sidebar .widget.widget_categories ul li:hover {
    background: #75FB97;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.post-sidebar .widget.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.post-sidebar .widget.flatsome_recent_posts .flex-col.mr-half {
    min-width: 100px;
    min-height: 100px;
}

.post-sidebar .widget.flatsome_recent_posts .flex-col.mr-half .badge {
    min-width: 100px;
    min-height: 100px;
}

.post-sidebar .widget.flatsome_recent_posts .flex-col.mr-half .badge .badge-inner {
    border-radius: 6px;
}

.post-sidebar .widget.flatsome_recent_posts li {
    border: none;
}

.post-sidebar .widget.flatsome_recent_posts .flex-col.flex-grow a {
    font-size: 20px;
    font-weight: 700;
}

.post-sidebar .widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: 300;
    background-color: #fff;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000;
    padding: 14px 20px;
    transition: 0.4s ease-in-out;
    border-radius: 120px;
    border: none;
}

.post-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background: #75FB97;
    color: #fff;
}

.box-icon-contact {
    padding: 45px 36px;
    text-align: center;
    border-radius: 12px;
    background-color: #F4F6FA;
    transition: all 0.4s ease-in-out;
    margin-bottom: 24px;
}

.box-icon-contact .icon-box-img {
    height: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.box-icon-contact .icon-box-img .icon {
    width: 20px;
}

.box-icon-contact .icon-box-text {
    margin-top: 20px;
}

.box-icon-contact .icon-box-text h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    color: #000;
    text-transform: capitalize;
}

.box-icon-contact .icon-box-text h6 {
    font-size: 16px;
    color: #555555;
}

.form-contact-page {
    padding: 40px;
    border-radius: 12px;
    background-color: #F4F6FA;
}

.title-contact-p p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme);
    margin-bottom: 10px;
    text-align: center;
}

.title-contact-p h2 {
    font-size: 40px;
    line-height: 125%;
    font-weight: 700;
    text-align: center;
}

.form-contact-page label {
    font-weight: 300;
    color: var(--header);
    display: inline-block;
    font-size: 18px;
}

.form-contact-page input,
.form-contact-page textarea {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 13px 17px;
    line-height: 1;
    border-radius: 12px;
    color: rgba(85, 85, 85, 0.6);
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
}

.form-contact-page input[type=submit] {
    background: #75FB97;
    padding: 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.form-contact-page .row .col.large-12:last-child {
    padding-bottom: 0;
}

.form-contact-page .row .col.large-12:last-child .wpcf7-spinner {
    display: none;
}

.txt-head-new h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
}

.txt-head-new p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #4376fb !important;
    margin-bottom: 0px;
}

.row-see-the {
    background: linear-gradient(90deg, #4376fb 0%, #4377fb21 100%);
    border-radius: 10px;
    padding: 35px 50px;
    position: relative;
}

.row-see-the div.col {
    padding: 0;
}

.row-see-the:before {
    content: '';
    background: url(https://autra.cloud88.ca/wp-content/uploads/2025/11/video-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 275px;
    height: 100%;
    top: 0;
    right: 0;
}

.row-see-the:after {
    content: '';
    background: url(https://autra.cloud88.ca/wp-content/uploads/2025/11/video-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 275px;
    height: 100%;
    top: 0;
    transform: rotate(180deg);
    left: 68%;
    z-index: 1;

}

.block-img-1 {
    z-index: 2;
}

.video-4-play-button div {
    background: transparent;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-4-play-button div div {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-4-play-button div div div {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5019607843);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}

.video-4-play-button div div div button {
    margin: 0;
}

.video-4-play-button div div div i {
    color: #fff;
}

.txt-see-the p {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
}

.btn-view-all-car {
    border-radius: 99px;
    margin: 0;
    background-color: #fff;
    color: #4376fb;
    text-transform: math-auto;
    font-size: 12px;
    font-weight: 400;
}

.box-product-exclusive .badge-container {
    margin: 0;
    top: 15px;
    left: 15px;
}

.box-product-exclusive .badge-container .badge {
    height: auto;
}

.box-product-exclusive .badge-container .badge .badge-inner {
    background-color: #4376fb;
    border-radius: 5px;
}

.box-product-exclusive .badge-container .badge .badge-inner span {
    font-size: 10px;
}

.box-product-exclusive .box-text {
    padding: 12px;
    background-color: #f4f6fa;
    border-radius: 4px;
    margin-top: 4px;
}

.box-product-exclusive .box-text .category {
    font-size: 12px;
    font-weight: 500;
}

.box-product-exclusive .box-text .product-title a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.box-product-exclusive .add-to-cart-button a {
    padding: 5px 27px;
    font-size: 12px !important;
    background: transparent;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(213, 213, 213, 0.5);
    text-transform: capitalize;
    border-radius: 25px;
}

.box-product-exclusive .add-to-cart-button a:hover {
    color: #fff;
    background: #4376fb;
    border-color: #4376fb;
}

/* hiệu ứng background */
.box-product-exclusive .add-to-cart-button a::before {
    content: "";
    position: absolute;
    inset: 0 100% 0 0;
    /* tương đương top:0; bottom:0; left:0; width:0; */
    background-color: #4376fb;
    border-radius: inherit;
    z-index: -1;
    transition: inset 0.4s ease-out;
}

.box-product-exclusive .add-to-cart-button a:hover::before {
    inset: 0 0 0 0;
    /* mở rộng full */
}

.col-color-left>.col-inner {
    background: #ffdedc;
    padding: 60px 40px;
    border-radius: 16px;
}

.col-color-right>.col-inner {
    padding: 60px 40px;
    background: #ccd9eb;
    border-radius: 16px;
}

.img-r {
    margin-bottom: 0;
}

.img-r img {
    object-fit: contain;
}

.txt-roling-2 h3 {
    color: #ff4035;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.txt-roling-2 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #161616;
    text-transform: capitalize;
    margin: 0;
}

.btn-view-all-red {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.btn-view-all-red span {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: #ff4035;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 50px;
}

.btn-view-all-while {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.btn-view-all-while span {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-align: center;
    color: #0a111e;
    background: #fff;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 50px;
}

.blog-home-custom .box-blog-post {
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.blog-home-custom .blog-post-inner {
    display: flex;
    flex-direction: column;
}

.blog-home-custom .box-blog-post .box-image {
    width: 100%;
    order: 2;
}

.blog-home-custom .box-blog-post .box-text {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.blog-home-custom .box-blog-post .box-text-inner .is-divider {
    display: none;
}

.blog-home-custom .box-blog-post .box-text-inner .post-title {
    order: 2;
}

.blog-home-custom .box-blog-post .box-text-inner .post-title a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #000;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-home-custom .box-blog-post .box-text-inner .post-meta {
    font-size: 12px;
    color: #555555;
    font-weight: 300;
    order: 1;
}

.blog-home-custom .box-blog-post .box-text-inner .from_the_blog_excerpt {
    font-size: 14px;
    color: #555;
    order: 3;
}


.blog-home-custom .box-blog-post .box-text-inner a.button {
    position: relative;
    display: inline-block;
    padding: 5px 30px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    background: rgba(67, 118, 251, 0.1);
    color: var(--text);
    border-color: transparent;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    order: 4;
    width: fit-content;
}

/* hover color text */
.blog-home-custom .box-blog-post .box-text-inner a.button:hover {
    color: #fff;
}

/* hiệu ứng background */
.blog-home-custom .box-blog-post .box-text-inner a.button::before {
    content: "";
    position: absolute;
    inset: 0 100% 0 0;
    /* tương đương top:0; bottom:0; left:0; width:0; */
    background-color: #4376fb;
    border-radius: inherit;
    z-index: -1;
    transition: inset 0.4s ease-out;
}

.blog-home-custom .box-blog-post .box-text-inner a.button:hover::before {
    inset: 0 0 0 0;
    /* mở rộng full */
}

.btn-see-all-more {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.btn-see-all-more:hover {
    box-shadow: unset;
}

.btn-see-all-more span {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    background: #4376fb;
    color: #fff;
    border-color: transparent;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    order: 4;
    width: fit-content;
}

/* hover color text */
.btn-see-all-more span:hover {
    color: #fff;
}

/* hiệu ứng background */
.btn-see-all-more span::before {
    content: "";
    position: absolute;
    inset: 0 100% 0 0;
    /* tương đương top:0; bottom:0; left:0; width:0; */
    background-color: #000;
    border-radius: inherit;
    z-index: -1;
    transition: inset 0.4s ease-out;
}

.btn-see-all-more span:hover::before {
    inset: 0 0 0 0;
    /* mở rộng full */
}


.ux-addcart-btn span {
    position: relative;
    display: inline-block;
    padding: 0px 30px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    background: #4376fb;
    color: #fff;
    border-color: transparent;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    order: 4;
    width: 100%;
}

/* hover color text */
.ux-addcart-btn span:hover {
    color: #fff;
}

/* hiệu ứng background */
.ux-addcart-btn span::before {
    content: "";
    position: absolute;
    inset: 0 100% 0 0;
    /* tương đương top:0; bottom:0; left:0; width:0; */
    background-color: #000;
    border-radius: inherit;
    z-index: -1;
    transition: inset 0.4s ease-out;
}

.ux-addcart-btn span:hover::before {
    inset: 0 0 0 0;
    /* mở rộng full */
}

.ux-addcart-btn {
    padding: 0;
    width: 100%;
}

.ux-main-addcart {
    margin-bottom: 0;
}

.ux-main-addcart .ux-addcart-btn {
    margin-bottom: 0;
}

/*form.cart.customize-unpreviewable .single_add_to_cart_button {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    background: #4376fb;
    color: #fff;
    border: 1px solid rgba(213, 213, 213, 0.5);
    overflow: hidden;
    z-index: 1;
}

/* hover color text */
form.cart.customize-unpreviewable .single_add_to_cart_button:hover {
    color: #fff;
}

/* hiệu ứng background */
form.cart.customize-unpreviewable .single_add_to_cart_button::before {
    content: "";
    position: absolute;
    inset: 0 100% 0 0;
    /* tương đương top:0; bottom:0; left:0; width:0; */
    background-color: #000;
    border-radius: inherit;
    z-index: -1;
    transition: inset 0.4s ease-out;
}

form.cart.customize-unpreviewable .single_add_to_cart_button:hover::before {
    inset: 0 0 0 0;
    /* mở rộng full */
}

form.cart.customize-unpreviewable .ux-buy-now-button {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    background: #000;
    color: #fff;
    border: 1px solid rgba(213, 213, 213, 0.5);
    overflow: hidden;
    z-index: 1;
}

/* hover color text */
form.cart.customize-unpreviewable .ux-buy-now-button:hover {
    color: #fff;
}

/* hiệu ứng background */
form.cart.customize-unpreviewable .ux-buy-now-button::before {
    content: "";
    position: absolute;
    inset: 0 100% 0 0;
    /* tương đương top:0; bottom:0; left:0; width:0; */
    background-color: #4376fb;
    border-radius: inherit;
    z-index: -1;
    transition: inset 0.4s ease-out;
}

form.cart.customize-unpreviewable .ux-buy-now-button:hover::before {
    inset: 0 0 0 0;
    /* mở rộng full */
}

*/ .single_add_to_cart_button i,
.ux-buy-now-button i {
    font-family: 'fl-icons' !important;
    font-style: normal;
}