/*
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.   ***************/
@font-face {
    font-family: '1FTV';
    src: url('assets/fonts/1FTV-Blushing-Rose.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 16px;
    line-height: 27px;
    color: #000;
}
img {
    transition: all 0.5s ease-in-out;
}
#logo, .absolute-footer {
    display: none;
}
#top-bar {
    padding: 30px 0 0 0;
}
.header-nav-main {
    justify-content: center;
}
.header-nav-main > li {
    margin: 0 30px;
}
.footer-row-top img {
    padding: 103px 0 0px 0;
}
.footer-col-info > p:first-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.footer-col-info > p:first-child::before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 2px;
    background: #FAF4C2;
    width: 84px;
}
.footer-col-info ul li {
    list-style: none;
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 15px;
}
.footer-col-info ul li a {
    color: #fff;
    font-size: 15px;
}
.footer-col-info-first ul li {
    padding-left: 26px;
}
.footer-col-info-first ul li:nth-child(1) {
    background: url('assets/images/location.png') no-repeat left center;
}
.footer-col-info-first ul li:nth-child(2) {
    background: url('assets/images/phone.png') no-repeat left center;
}
.footer-col-info-first ul li:nth-child(3) {
    background: url('assets/images/mail.png') no-repeat left center;
}
.footer-bottom p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
}
.footer-bottom .col-right, .footer-bottom .col-left {
    padding-bottom: 0;
}
.footer-bottom .col-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 0;
}
.footer-bottom .col-right ul li {
    list-style: none;
    margin-bottom: 0;
}
.footer-bottom .col-right ul li img {
    margin: 0;
}
.page-background-title {
    width: 100%;
    align-items: center;
    position: relative;
}
.page-background-title::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.6);
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}
.page-background-title h1, .page-background-title p {
    font-family: '1FTV';
    font-weight: 400;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title-with-background p {
    margin: 0;
    color: #fff;
    font-family: '1FTV';
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 99;
    padding: 27px 49px;
}
.title-with-background p::before {
    position: absolute;
    content: url('assets/images/title-with-background-left.png');
    top: 0;
    left: 0;
    z-index: -1;
}
.title-with-background p::after {
    position: absolute;
    content: url('assets/images/title-with-background-right.png');
    top: 0;
    right: 0;
    z-index: -1;
}
.contact-page .title-with-background p {
    padding: 27px 160px;
    margin: 0 0 80px 0;
}
.contact-page .col-left .col-inner > p {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    font-family: 'Montserrat';
}
.contact-page .col-left ul {
    margin: 0;
    padding: 0;
}
.contact-page .col-left ul li {
    list-style: none;
    margin: 0 0 3px 0;
    padding-left: 26px;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    text-align: justify;
}
.contact-page .col-left ul li:nth-child(1) {
    background: url('assets/images/location-black.png') no-repeat left center;
}
.contact-page .col-left ul li:nth-child(2) {
    background: url('assets/images/phone-black.png') no-repeat left center;
}
.contact-page .col-left ul li:nth-child(3) {
    background: url('assets/images/mail-black.png') no-repeat left center;
}
.contact-form {
    margin: 50px 0 0 0;
    background: url('assets/images/bg-contact-form.png') no-repeat top center;
    background-size: contain;
    padding: 48px 50px;
}
.contact-form .contact-form-title {
    font-family: '1FTV';
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    color: #7C0D10;
}
.contact-form .contact-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}
.contact-form .contact-form-row .contact-name, .contact-form .contact-form-row .contact-phone {
    width: calc(100% / 2 - 8.5px);
}
.contact-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #5C0006;
    color: #6F6F6F;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border-radius: 5px;
}
.contact-form textarea {
    min-height: 70px;
}
.contact-form .contact-button input {
    background: #5C0006;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 9px 27px;
    text-transform: none;
    margin: 8px 0 0 0;
    border-radius: 0;
}
.join-us-section {
    background: #f1f1f1;
    padding: 84px 0 0 0;
}
.join-us-section .col-left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.join-us-section .col-left ul li {
    list-style: none;
    margin: 0;
}
.join-us-section .col-left ul li:nth-child(1), .join-us-section .col-left ul li:nth-child(3) {
    width: calc(60% - 7px);
}
.join-us-section .col-left ul li:nth-child(2), .join-us-section .col-left ul li:nth-child(4) {
    width: calc(40% - 7px);
}
.join-us-section .col-right .title-with-background p {
    width: 100%;
}
.join-us-section .tg-description {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    margin: 25px 0 0 0;
}
.join-group-form .join-group-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}
.join-group-form .join-group-form-row .join-group-form-name, .join-group-form .join-group-form-row .join-group-form-phone {
    width: calc(100% / 2 - 10.5px);
}
.join-group-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #5C0006;
    margin: 0 0 10px 0;
}
.join-group-form input {
    border: 1px solid #FFFFFF;
    background: #E3BB83;
    color: #6F6F6F;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border-radius: 5px;
    padding: 10px 15px;
    height: 45px;
}
.join-group-form .join-group-form-button {
    text-align: center;
    margin: 20px 0 0 0;
}
.join-group-form .join-group-form-button input {
    background: #5C0006;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
    border: 0;
    padding: 13px 100px;
    border-radius: 41px;
    color: #fff;
    margin: 0;
}
.join-group-form .join-group-form-button input:hover {
    background: #E3BB83;
}
.join-group-form .wpcf7-spinner {
    display: none;
}
.first-post {
    margin: 50px 0 0 0;
}
.first-post-item {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.first-post-item .first-post-image {
    width: 55%;
    min-height: 476px;
    overflow: hidden;
}
.first-post-item .first-post-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.first-post-item .first-post-image:hover img {
    transform: scale(1.05);
}
.first-post-item .first-post-content {
    width: 45%;
    background: #F5F5F5;
    padding: 40px 50px 70px 50px;
    min-height: 476px;
}
.first-post-item .first-post-content .first-post-title a {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #000;
    font-family: 'Inter';
}
.first-post-item .first-post-content .first-post-title {
    margin: 0 0 7px 0;
}
.first-post-item .first-post-content .first-post-date {
    padding: 0 0 0 36px;
    background: url('assets/images/clock.png') no-repeat left center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ACACAC;
    margin: 0 0 20px 0;
}
.first-post-item .first-post-content .first-post-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #090909;
    font-family: 'Inter';
    color: #090909;
}
.first-post-view-more a {
    display: inline-block;
    background: #E3BB83;
    padding: 8px 36px;
    color: #f5f5f5;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 40px 0 0 0;
}
.first-post-view-more a:hover {
    background: #5C0006;
}
.list-child-categories {
    margin: 60px 0 25px 0;
}
.list-child-categories ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #D3D3D3;
    border-left: 19px #5C0006 solid;
    padding-left: 30px;
}
.list-child-categories ul li {
    list-style: none;
    padding: 25px 30px;
    margin: 0;
}
.list-child-categories ul li a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.list-child-categories ul li a:hover {
    color: #5C0006;
}
.post-item .post-image {
    height: 280px;
    overflow: hidden;
}
.post-item .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-item .post-image:hover img {
    transform: scale(1.05);
}
.post-item .post-title h3 {
    margin: 24px 0 16px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.post-item .post-title h3 a {
    color: #060606;
}
.post-item .post-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ACACAC;
    padding: 0 0 0 36px;
    background: url('assets/images/clock.png') no-repeat left center;
    background-size: 22px;
}
.wp-pagenavi {
    text-align: center;
    margin: 50px 0 0 0;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span.current {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    background: #5C0006;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    border: 0;
    margin: 0 5px;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
    background: #ADADAD;
}
.post-categories {
    text-align: center;
}
.posts, section.single-post {
    padding: 76px 0;
}
.post-categories .title-with-background p, .related-posts .title-with-background p, .post-categories .title-with-background p {
    padding: 27px 130px;
}
.post-categories .title-with-background p {
    padding: 27px 200px;
}
.single-post .content-post h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #000;
    margin: 0 0 13px 0;
}
.single-post .content-post .post-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #ACACAC;
    padding: 0 0 0 32px;
    background: url('assets/images/clock.png') no-repeat left center;
    margin: 0 0 20px 0;
    background-size: 22px;
}
.single-post .content-post .post-content {
    text-align: justify;
}
.related-title {
    text-align: center;
    margin: 0 0 50px 0;
}
.related-posts {
    padding-bottom: 76px;
}
.about-general {
    padding: 84px 0 54px 0!important;
    background: linear-gradient(180deg, #E6C489 0%, #ECD6A7 100%);
}
.about-general .about-general-content {
    margin: 30px 0 0 0;
    font-size: 18px;
    line-height: 28px;
}
.about-general .about-general-content p:last-child {
    margin: 0;
}
.about-general .about-general-counter .col-counter .col-inner {
    background: #6C0001;
    text-align: center;
    padding: 25px 15px 40px 15px;
}
.about-general .about-general-counter .col-counter p {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: #EBD2A0;
    margin: 0 0 0px 0;
    text-align: center;
}
.about-general .about-general-counter .col-counter p:first-child {
    color: #F5C305;
    font-size: 70px;
    line-height: 90px;
}
.vision-mission {
    padding: 84px 0 40px 0!important;
}
.vision-mission .vision-mission-content {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin: 40px 0 10px 0;
}
.vision-mission .vision-mission-content p {
    margin: 0;
}
.vision-mission .box-text-bottom .box-image > div, .reason-join .box-text-bottom .box-image > div {
    padding: 30px;
    background: #7C0D10;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
.vision-mission .box-text-bottom h4, .reason-join .box-text-bottom h4 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #191919;
    margin: 15px 0;
}
.vision-mission .box-text-bottom p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.tour-repair {
    padding: 90px 0 60px 0!important;
}
.tour-repair .col-left {
    color: #fff;
}
.tour-repair .col-left h4 {
    font-family: '1FTV';
    font-weight: 400;
    font-size: 40px;
    line-height: 62px;
    text-transform: uppercase;
    color: #fff;
}
.tour-repair .col-left p {
    max-width: 850px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}
.tour-repair .col-right .col-inner {
    position: absolute;
    bottom: -60px;
    left: -75px;
    width: 400px;
}
.reason-join {
    padding: 70px 0 40px 0!important;
}
.reason-join .title-with-background {
    margin: 0 0 40px 0;
}
.reason-join .box-text-bottom p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}
.reason-join .box-text-bottom h4 {
    font-size: 18px;
}
.video-item a {
    display: block;
    position: relative;
}
.video-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    background: rgba(75, 0, 0, 0.5);
}
.video-item a::after {
    content: '';
    background: url('assets/images/icon-play-video.png') no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 90;
    width: 85px;
    height: 85px;
}
.video-item.video-not-first {
    margin: 0 0 16px 0;
}
.video-item.video-not-first a::after {
    background-size: 50px;
}
.home-history {
    padding: 100px 0 40px 0!important;
}
.home-history .img {
    margin: 0 auto 30px auto!important;
    display: block;
    position: relative;
    z-index: 90;
}
.home-history .home-history-content {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 20px 0;
    color: #090909;
    position: relative;
    z-index: 90;
}
.home-history .col-box-history {
    padding-bottom: 60px;
    position: relative;
    z-index: 90;
}
.home-history .col-history-top {
    position: relative;
    z-index: 90;
}
.home-history .col-box-history .col-inner {
    background: url('assets/images/bg-history-item.png') no-repeat top center;
    background-size: contain;
    min-height: 355px;
    padding: 80px 65px;
    color: #fff;
}
.home-history .col-box-history .col-inner p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0;
}
.home-history .col-box-history .col-inner p:first-child {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.home-history .section-content > .row {
    padding: 60px 30px;
    position: relative;
    z-index: 90;
}
.home-history .section-content > .row::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70%;
    background: url('assets/images/bg-history-home.png') no-repeat center top;
    background-size: cover;
    z-index: 9;
    width: 100%;
}
.home-history .section-content > .row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: url('assets/images/bg-history-home.png') no-repeat center bottom;
    background-size: cover;
    z-index: 10;
    width: 100%;
}
.home-feedbacks {
    padding: 90px 0 60px 0!important;
}
.home-feedbacks .home-feedback-title {
    max-width: 1200px;
    margin: 0 auto;
}
.home-feedbacks .home-feedback-title p {
    font-family: '1FTV';
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #7C0D10;
    margin: 0 0 40px 0;
}
.home-feedbacks .feedback-item {
    margin: 0 27px;
}
.home-feedbacks .slick-list {
    margin: 0 -27px;
}
.home-feedbacks .feedback-item .feedback-content {
    background: #fff;
    padding: 18px;
}
.home-feedbacks .feedback-item .feedback-content .feedback-desc p {
    margin: 12px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #090909;
}
.home-feedbacks .feedback-item .feedback-content .feedback-name {
    color: #308A40;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}
.home-feedbacks .slick-feedbacks .slick-prev::before, .home-feedbacks .slick-feedbacks .slick-next::before {
    opacity: 1;
    color: #C4171B;
    font-size: 26px;
}
.home-feedbacks .slick-feedbacks .slick-prev {
    left: -43px;
}
.home-feedbacks .slick-feedbacks .slick-next {
    right: -43px;
}
.home-news {
    padding: 60px 0 0 0!important;
}
.home-news .title-with-background {
    margin: 0 0 60px 0;
}
.home-news .post-item .box-text {
    padding: 24px 3px;
}
.home-news .post-item .box-text .post-title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 9px 0;
}
.home-news .post-item .box-text .post-title a {
    color: #060606;
    line-height: 21px;
}
.home-news .post-item .box-text .post-title a:hover {
    color: #5C0006;
}
.home-news .post-item .is-divider {
    display: none;
}
.home-news .post-item .from_the_blog_excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #090909;
}
.home-news .post-item img:hover {
    transform: scale(1.05);
}
.home-solution {
    padding: 60px 0 30px 0!important;
}
.home-solution .home-solution-content {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #090909;
    margin: 25px 0 0 0;
}
.home-solution .home-solution-content p {
    margin: 0;
}
.home-solution .box-text-bottom h4 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
    color: #191919;
}
.home-solution .box-text-bottom p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #090909;
    margin: 0;
}
.single-product .woocommerce-breadcrumb {
    display: none;
}
.single-product h1.product-title {
    font-family: '1FTV';
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #DBB545;
    text-transform: uppercase;
}
.single-product .product-page-price span.amount, .single-product .product-page-price .woocommerce-Price-currencySymbol {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    text-align: justify;
    color: #5C0006;
}
.single-product .product-page-price span.type {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #5C0006;
}
.single-product .price-wrapper {
    border-top: 1px solid #7C0D10;
    border-bottom: 1px solid #7C0D10;
    padding: 5px 0;
}
.single-product .product-short-description {
    margin: 15px 0 25px 0;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}
/* Bọc quantity + label ngang hàng */
.single-product .cart {
    display: block;
}
/* Label "Chọn số lượng" */
.qty-label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    grid-column: 1 / span 1;
    grid-row: 1;
}
.qty-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px!important;
    gap: 30px;
    align-items: center;
}
.single-product .single_add_to_cart_button {
    width: 100%;
    display: block;
    background: #7C0D10;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    color: #fff;
    padding: 15px 0;
    margin: 0 0 12px 0;
}
.custom-sub-buttons {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
/* 2 nút nhỏ dưới */
.custom-sub-buttons a {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    color: #fff;
    width: calc(50% - 10px);
}
.btn-call-now {
    background: #E3BB83;
}
.btn-chat-zalo {
    background: #2D93E2;
}
.custom-sub-buttons a:hover {
    background: #7C0D10;
}
.single-product .quantity .minus, .single-product .quantity .plus {
    border-radius: 30px 0 0 30px;
    padding: 0 12px;
    color: #000;
    font-weight: 600;
    background: #F3F3F3;
}
.single-product .quantity .plus {
    border-radius: 0 30px 30px 0;
}
.single-product .quantity input.qty {
    background: #F3F3F3;
}
.single-product .sales-criteria {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 25px 0 13px 0;
}
.single-product .sales-criteria li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 13px;
    line-height: 17px;
    align-items: center;
    margin: 0;
    margin-bottom: 12px;
    font-family: 'Inter';
}
.single-product .sales-criteria li p {
    margin: 0;
}
.single-product .privacy {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
}
.single-product .privacy p {
    margin: 0;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #595959;
}
.single-product ul.product-tabs {
    border-bottom: 1px #DFDFDF solid;
}
.single-product ul.product-tabs li a {
    text-transform: none;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}
.single-product ul.product-tabs li.active a {
    font-weight: 700;
}
.single-product ul.product-tabs li a::before {
    top: auto;
    bottom: 0;
    background: #747474;
    height: 2px;
}
.gtranslate_wrapper > a {
    margin: 0 10px 0 0;
}
.product-footer .woocommerce-tabs {
    border: 0;
}
.woocommerce-privacy-policy-text {
    display: none;
}
.header-search > a {
    color: #F5C305!important;
}
.header-search a i.icon-search {
    font-size: 24px!important;
    margin-top: 7px;
}
.cart-item a.header-cart-link::after {
    display: none;
}
.pro-center {
    text-align: center;
    margin: 80px 0 50px 0;
}
.nav-small [data-icon-label]:after {
    right: -20px;
}
.last-content-description-tab > p {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
.last-content-description-tab ul {
    margin: 0;
    padding: 0;
}
.last-content-description-tab ul li {
    list-style: none;
    margin: 0 0 3px 0;
    padding-left: 26px;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    text-align: justify;
}
.last-content-description-tab ul li:nth-child(1) {
    background: url('assets/images/location-black.png') no-repeat left center;
}
.last-content-description-tab ul li:nth-child(2) {
    background: url('assets/images/phone-black.png') no-repeat left center;
}
.last-content-description-tab ul li:nth-child(3) {
    background: url('assets/images/mail-black.png') no-repeat left center;
}
.why-choose-act {
    padding: 50px 0 20px 0!important;
}
.why-choose-act .why-choose-content > p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #090909;
}
.why-choose-act .why-choose-content > p:first-child {
    font-family: '1FTV';
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #7C0D10;
    margin: 0 0 19px 0;
}
.why-choose-act .box-text-bottom p {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #191919;
}
.why-choose-act .row-tc {
    padding-top: 150px;
}
.why-choose-act .image-box-first, .why-choose-act .image-box-two {
    margin-top: -150px;
    margin-bottom: 130px;
}
.why-choose-act .image-box-three, .why-choose-act .image-box-four {
    margin-top: -130px;
    margin-bottom: 130px;
}
.why-choose-act .image-box-first {
    margin-left: 80px;
}
.why-choose-act .image-box-two {
    margin-left: -110px;
}
.buy-two {
    padding: 70px 0 40px 0!important;
}
.register-form-offer {
    background: linear-gradient(180deg, #540000 0%, #E31616 100%);
    border: 3px solid #F0CD90;
    max-width: 533px;
    padding: 20px 30px;
    border-radius: 18px;
    margin-top: 176px;
}
.register-form-offer > p {
    color: #fff;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    margin: 0 0 20px 0;
}
.register-form-offer .offer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.register-form-offer .offer-row .offer-name, .register-form-offer .offer-row .offer-phone {
    width: calc(50% - 9px);
}
.register-form-offer label {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}
.register-form-offer .offer-row input, .register-form-offer .offer-city input {
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    color: #6F6F6F;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.register-form-offer .offer-submit {
    text-align: center;
    margin: 20px 0 0 0;
}
.register-form-offer .offer-submit input {
    background: #FEC116;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 23px;
    color: #5B0000;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 60px;
    text-transform: none;
}
.register-form-offer .offer-submit .wpcf7-spinner {
    display: none;
}
.flickity-slider .col, .flickity-slider .col a {
    height: 120px;
}
.flickity-slider .col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.woocommerce-mini-cart__buttons a.wc-forward {
    background: #FEC116;
}
.woocommerce-mini-cart__buttons a.checkout {
    background: #6c0001;
}
.continue-shopping a {
    color: #6c0001!important;
}
.continue-shopping a:hover, .wc-proceed-to-checkout a, button#place_order {
    background: #6c0001!important;
    color: #fff!important;
}
button[name="update_cart"] {
    background: #6c0001!important;
}
.widget_wbt_call_now_widget {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 70px;
    right: 25px;
    z-index: 999999;
    padding: 0px;
    margin-bottom: 0px;
}
.widget_wbt_call_now_widget ul { display: block; width: 100%; padding-left: 0; margin-bottom: 0;}
.widget_wbt_call_now_widget ul li { display: block; width: 45px; position: relative; margin-bottom: 15px; cursor: pointer;}
.widget_wbt_call_now_widget ul li:last-child { margin-bottom: 0; }
.widget_wbt_call_now_widget ul li a { text-decoration: none;display: block;}
.widget_wbt_call_now_widget ul li .fa { background-color: #ed1c24; display: block; width: 45px; height: 45px; text-align: center; line-height: 36px; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888; color: #fff; font-weight: 700; border-radius: 50%; position: relative; z-index: 2; border: 2px solid #fff;}
.widget_wbt_call_now_widget ul li .fa-hotline { background: #70b81e url(assets/images/icon-call.svg) center center no-repeat; }
.widget_wbt_call_now_widget ul li .fa-zalo { background: #ef0303 url(assets/images/icon-zalo.svg) center center no-repeat; }
.widget_wbt_call_now_widget ul li .fa-messenger { background: #168efb url(assets/images/icon-messenger.svg) center center no-repeat; }
.widget_wbt_call_now_widget ul li .fa-facebook { background: #369be5;}
.animated.infinite { animation-iteration-count: infinite;}
.tada { animation-name: tada;}
.animated { animation-duration: 1s; animation-fill-mode: both; }
.widget_wbt_call_now_widget ul li span {
    display: inline-block; padding: 0; background-color: #ff6a00; color: #fff; border: 2px solid #fff; border-radius: 20px; height: 40px; line-height: 36px; position: absolute; top: 3px; right: 15px;  z-index: 0; width: 0; overflow: hidden; -webkit-transition: all 1s; transition: all 1s; background-color: #ff6a00; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888; font-weight: 400; white-space: nowrap; opacity: 0; 
}
@keyframes tada {
  0% { transform: scale3d(1,1,1);}
  10%, 20% { transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%, 50%, 70%, 90% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%, 60%, 80% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% { transform: scale3d(1,1,1);}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    #logo {
        display: block;
        width: 150px!important;
    }
    #logo img {
        max-height: 40px;
    }
    .medium-logo-center .flex-left {
        flex: 0 1 0;
    }
    i.icon-menu {
        color: #fff;
    }
    .title-with-background p::before, .title-with-background p::after {
        display: none;
    }
    .title-with-background p {
        padding: 0;
        font-size: 18px;
        line-height: 31px;
        color: #090909;
        font-weight: 600;
    }
    .vision-mission {
        padding: 40px 0 10px 0 !important;
    }
    .vision-mission .vision-mission-content {
        font-size: 16px;
        line-height: 25px;
        margin: 20px 0 10px 0;
    }
    .tour-repair {
        padding: 40px 0 0 0 !important;
    }
    .tour-repair .col-left h4 {
        font-size: 20px;
        line-height: 42px;
    }
    .tour-repair .col-left p {
        font-size: 16px;
        line-height: 24px;
    }
    .tour-repair .col-right .col-inner {
        position: static;
        width: auto;
    }
    .tour-repair .col-right {
        padding-bottom: 0;
    }
    .home-history .section-content > .row {
        padding: 60px 0 30px 0;
    }
    .home-history {
        padding: 0 !important;
    }
    .home-history .home-history-content, .home-history .col-box-history .col-inner p {
        font-size: 16px;
        line-height: 24px;
    }
    .home-history .col-box-history .col-inner {
        padding: 30px 25px;
        min-height: 230px;
    }
    .home-history .col-box-history .col-inner p:first-child {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px 0;
    }
    .home-history .col-box-history {
        padding-bottom: 20px;
    }
    .home-feedbacks {
        padding: 50px 0 20px 0 !important;
    }
    .home-feedbacks .home-feedback-title p {
        font-size: 24px;
        line-height: 34px;
    }
    .slick-feedbacks .slick-dots li {
        margin-left: 2px;
    }
    .slick-feedbacks .slick-dots li button::before {
        font-size: 11px;
    }
    .slick-feedbacks .slick-dots {
        bottom: -35px;
    }
    .home-news .title-with-background {
        margin: 0 0 20px 0;
    }
    .home-solution {
        padding: 30px 0 0 0 !important;
    }
    .home-solution .home-solution-content p, .join-us-section .tg-description {
        font-size: 16px;
        line-height: 24px;
    }
    .home-solution .home-solution-content, .join-us-section .tg-description {
        margin: 15px 0 0 0;
    }
    .home-solution .box-image {
        width: 30%!important;
    }
    .home-solution .box-text-bottom h4 {
        font-size: 18px;
    }
    .join-us-section .tg-description {
        text-align: justify;
    }
    .join-group-form .join-group-form-button input {
        font-size: 20px;
    }
    .footer-row-top img {
        padding: 0;
    }
    #footer > section:not(.footer-bottom) {
        background: #600;
    }
    .col-logo {
        padding-bottom: 0;
    }
    .footer-bottom .col-right ul {
        justify-content: center;
        margin-top: 15px;
    }
    .page-background-title {
        height: 150px;
    }
    .page-background-title h1, .page-background-title p {
        font-size: 30px;
        line-height: 50px;
    }
    .page-background-title img {
        height: 100%;
        object-fit: cover;
    }
    .about-general {
        padding: 40px 0 10px 0 !important;
    }
    .about-general .about-general-content {
        margin: 15px 0 0 0;
        font-size: 15px;
        line-height: 25px;
    }
    .about-general .about-general-counter .col-counter p {
        font-size: 20px;
        line-height: 27px;
    }
    .about-general .about-general-counter .col-counter p:first-child {
        font-size: 60px;
        line-height: 80px;
    }
    .reason-join .title-with-background {
        margin: 0 0 10px 0;
    }
    .reason-join {
        padding: 40px 0 10px 0 !important;
    }
    .post-categories .title-with-background p {
        padding: 0;
    }
    .first-post-item .first-post-item {
        display: block;
    }
    .first-post-item .first-post-image, .first-post-item .first-post-content {
        width: 100%;
        min-height: auto;
    }
    .first-post-item .first-post-content {
        padding: 15px;
    }
    .first-post-item .first-post-content .first-post-title a {
        font-size: 20px;
        line-height: 30px;
    }
    .first-post-item .first-post-content .first-post-date {
        font-size: 16px;
        line-height: 26px;
    }
    .list-child-categories ul {
        padding-left: 0;
    }
    .list-child-categories ul li {
        padding: 15px 30px;
    }
    section.single-post {
        padding: 50px 0 10px 0;
    }
    .single-post .content-post h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .related-title {
        margin: 0;
    }
    .footer-col-info > p:first-child {
        font-size: 18px;
        line-height: 27px;
    }
    .contact-page .title-with-background p {
        padding: 0;
        margin: 0;
    }
    .contact-page {
        padding: 40px 0 10px 0!important;
    }
    .contact-page .col-left .col-inner > p, .last-content-description-tab > p {
        font-size: 22px;
        line-height: 28px;
    }
    .contact-page .col-left ul li, .last-content-description-tab ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .contact-form {
        padding: 30px 15px;
        background-size: cover;
    }
    .contact-form .contact-form-title {
        font-size: 24px;
        line-height: 32px;
    }
    .pro-center {
        margin: 50px 0 0 0;
    }
    .flickity-slider .col, .flickity-slider .col a {
        height: 50px;
    }
    .single-product h1.product-title {
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0 10px 0;
    }
    .single-product .product-page-price span.amount, .single-product .product-page-price .woocommerce-Price-currencySymbol {
        font-size: 30px;
        line-height: 40px;
    }
    .single-product .product-page-price span.type, .custom-sub-buttons a {
        font-size: 20px;
        line-height: 30px;
    }
    .single-product .sales-criteria li {
        width: 100%;
    }
    .single-product .privacy p {
        width: calc(100% - 37px);
    }
    .product-main {
        padding-bottom: 0;
    }
    .why-choose-act .why-choose-content > p:first-child {
        font-size: 30px;
        line-height: 40px;
    }
    .why-choose-act .why-choose-content > p {
        font-size: 16px;
        line-height: 23px;
    }
    .why-choose-act {
        background: #f1f1f1;
    }
    .why-choose-act .section-bg img {
        display: none;
    }
    .why-choose-act .image-box-first, .why-choose-act .image-box-two,
    .why-choose-act .image-box-three, .why-choose-act .image-box-four {
        margin: 0;
    }
    .why-choose-act .row-tc {
        padding-top: 0;
    }
    .col-hidden {
        display: none;
    }
    .why-choose-act {
        padding: 50px 0 0px 0 !important;
    }
    .buy-two .section-bg img {
        object-fit: contain;
    }
    .register-form-offer {
        margin-top: 130px;
        padding: 20px 15px;
    }
    .register-form-offer > p {
        font-size: 20px;
        line-height: 35px;
    }
    .buy-two {
        padding: 70px 0 00px 0 !important;
    }
}