/*
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.   ***************/


/* header */

#top-bar>.flex-row {
    background: var(--primary-color);
    border-radius: 0 0 22px 22px;
}

#top-bar .html_topbar_left ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    color: #fff;
    align-items: center;
}

#top-bar .html_topbar_left ul li {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
}

#top-bar .html_topbar_left ul li:first-child {
    padding-left: 27px;
    background: url(./assets/images/world.png) no-repeat left center;
}

#top-bar .html_topbar_left ul li a {
    color: #F5D80D;
    font-size: 14px;
    line-height: 18px;
}

#top-bar .html_topbar_right ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    gap: 40px;
    justify-content: flex-end;
}

#top-bar .html_topbar_right ul li {
    margin: 0;
    padding: 5px 0;
    padding-left: 27px;
    background: url('./assets/images/phone.png') no-repeat left center;
}

#top-bar .html_topbar_right ul li:last-child {
    background: url('./assets/images/message_light.png') no-repeat left center;
}

#top-bar .html_topbar_right ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

#logo img,
.stuck #logo img {
    max-height: 50px!important;
}

.searchform input#s {
    box-shadow: 0px 0px 15px 0px #00000026;
    border: 1px solid #DFDFDF;
    min-width: 287px;
    font-size: 14px;
    color: #494949;
}

.searchform .button.icon i {
    color: var(--primary-color);
}

.header-main .nav>li>ul {
    display: block;
    padding: 5px 0;
}

.header-main .nav>li>ul>li {
    display: block;
    position: relative;
    padding: 0 15px;
    width: 100%;
}

.header-main .nav>li>ul>li>a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8em;
    color: #000;
    margin: 0 auto;
}

.header-main .nav>li.current-menu-item>a,
.header-main .nav a:hover {
    color: var(--primary-color) !important;
}

.header-main .nav>li>ul>li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 256px;
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border: 2px solid #ddd;
}

.header-main .nav>li>ul>li.active>ul {
    display: none!important;
}

.header-main .nav>li>ul>li.active>ul {
    display: none!important;
}

.header-main .nav>li>ul>li:hover ul,
.header-main .nav>li>ul>li.active:hover>ul {
    display: block!important;
}

.header-main .nav>li>ul>li>ul a {
    font-weight: bold;
    font-size: .8em;
    color: #000;
}


/* Footer */

.footer-contact-form .col-first>.col-inner {
    background: url(./assets/images/bg-lien-he.png) no-repeat center center;
    border-radius: 20px;
    padding-top: 52px;
    padding-bottom: 12px;
    position: relative;
    background-size: cover;
}

.footer-contact-form .col-first>.col-inner::before {
    content: '';
    background: #00000099;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 20px;
}

.footer-contact-form .footer-contact-form-head {
    margin-bottom: 30px;
}

.footer-contact-form .col-first>.col-inner>div {
    z-index: 20;
    position: relative;
}

.footer-contact-form .col-first h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin: 0 0 7px 0;
    text-transform: uppercase;
}

.footer-contact-form .col-first h3 a {
    color: #fff;
}

.footer-contact-form .col-first p {
    margin: 0;
    color: #fff;
}

.footer-contact-form .col-first .wpcf7-form>p {
    display: flex;
    flex-wrap: wrap;
    border: 1px #fff solid;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}

.footer-contact-form .col-first .wpcf7-form-control-wrap {
    width: calc(100% - 138px);
    position: relative;
}

.footer-contact-form .col-first .wpcf7-form input[name="your-tel"] {
    line-height: 20px;
    color: #333;
    padding: 10px 50px 10px 21px;
    border: 0;
    box-shadow: none;
    height: auto;
    margin: 0;
    border-right: 0;
    background: none;
    color: #fff;
}

.footer-contact-form .col-first .wpcf7-form input[name="your-tel"]::placeholder {
    color: #fff;
}

.footer-contact-form .col-first .wpcf7-submit {
    margin: 0;
    width: 133px;
    min-height: auto;
    line-height: 21px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: var(--fs-color-secondary);
    border-radius: 50px;
    text-transform: none;
    padding: 0;
    margin: 2px 0px 2px 3px;
}

.wpcf7-spinner {
    display: none;
}

.footer-main .col-first .col-inner p:first-child {
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer-main .col-first p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
}

.footer-main .col-first img {
    margin: 0;
}

.footer-main .col-two h3 {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    margin: 0 0 16px 0;
}

.footer-main .col-two ul,
.footer-main .ux-menu {
    margin-bottom: 30px;
}

.footer-main .col-two a {
    font-size: 15px;
    line-height: 30px;
    padding: 0;
    min-height: unset;
}

.footer-main .col-two h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.copyright-footer {
    font-size: 14px;
    color: #fff;
}

.fixed-icons {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 9999;
}

.fixed-icons ul li {
    list-style: none;
    background: #E42227;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #fff;
}

.fixed-icons ul li a {
    font-size: 10px;
    font-weight: 700;
    display: block;
    color: #fff;
}

.fixed-icons ul li p {
    margin: 0;
}


/* home */

.home .product-category-featured h3 {
    font-size: 35px;
    line-height: 44px;
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: center;
    margin: 0 0 60px 0;
}

.product-category-featured .category-item {
    text-align: center;
}

.product-category-featured .category-item .category-image a img {
    transition: all 0.5s ease-in-out;
}

.product-item .product-image:hover img,
.list-children-categories .child-item .child-image:hover img,
.product-category-featured .category-item .category-image a:hover img,
.home-list-news .box-image a:hover img {
    transform: scale(1.1);
}

.product-category-featured .category-item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    margin: 15px 0 0 0;
}

.child-star {
    margin: 5px 0 0 0;
    font-size: 14px;
}

.product-item .product-rating i,
.child-star i {
    color: var(--fs-color-secondary);
    margin: 0 1px;
}

.home-support img {
    border-radius: 10px;
}

.col-form-support .col-inner {
    background: url(./assets/images/bg-hotrotuvan.png) no-repeat top left;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 25px 29px 25px;
}

.col-form-support p:first-child {
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 26px 0 22px 0;
    color: #fff;
}

.col-form-support form {
    margin: 0;
}

.col-form-support label {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.col-form-support input[type="text"],
.col-form-support input[type="tel"],
.col-form-support textarea {
    border: 1px solid var(--primary-color);
    background: #fff;
    border-radius: 5px;
    padding: 11px 0 11px 14px;
    font-size: 14px;
    line-height: 18px;
}

.col-form-support textarea {
    min-height: 70px;
}

.col-form-support input[type="submit"] {
    background: linear-gradient(270deg, #E59B06 0%, #FEC119 50%, #E49804 100%);
    color: #fff;
    border: 1px solid #FEC119;
    border-radius: 67px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 70px;
    margin: 15px auto 0 auto;
    display: block;
}

.home-services ul {
    display: inline-block;
    border-radius: 65px;
    width: auto;
    max-width: 219px;
    padding: 10px 12px 10px 38px;
    background: url(./assets/images/Dimond_alt_light.png) #fff no-repeat left 12px center;
}

.home-services ul li {
    line-height: 20px;
    color: #000;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.home-services ul li:first-child {
    color: #EC5A59;
}

.home h3 {
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color: #3A4757;
    margin: 0 0 50px 0;
}

.home-services .service-item {
    box-shadow: 0px 1px 10px 0px #1F2D3C26;
    background: #fff;
    border-radius: 20px;
    padding: 30px 10px 15px 10px;
    position: relative;
    min-height: 347px;
}

.home-services .service-item::after {
    content: '';
    width: 80%;
    background: var(--primary-color);
    border-radius: 20%;
    height: 75px;
    box-shadow: 0px 1px 10px 0px #1F2D3C26;
    position: absolute;
    bottom: -16px;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 0);
}

.home-services .service-item .box-image {
    margin: 0 auto 20px auto;
}

.home-services .service-item .box-text {
    position: relative;
    z-index: 10;
}

.home-services .service-item h4 {
    font-size: 20px;
    line-height: 23px;
    color: #3A4757;
    margin: 0 0 18px 0;
    min-height: 42px;
}

.home-services .service-item p {
    margin: 0;
    color: #989898;
    line-height: 25px;
}

.home-feedbacks {
    padding: 90px 0 30px 0 !important;
}

.home .home-feedbacks h3 {
    margin: 0 0 19px 0;
}

.customer-reviews {
    margin: 80px 0 0 0;
}

.list-children-categories .slick-prev,
.list-children-categories .slick-next {
    transform: unset;
    top: 61px;
    background: none !important;
}

.customer-reviews .slick-prev,
.customer-reviews .slick-next,
.list-children-categories .slick-prev,
.list-children-categories .slick-next {
    transform: unset;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
}

.customer-reviews .slick-prev:before,
.customer-reviews .slick-next:before,
.list-children-categories .slick-prev:before,
.list-children-categories .slick-next:before {
    font-family: unset;
    opacity: 1;
    color: #000;
    font-size: 27px;
}

.customer-reviews .slick-prev {
    left: -15px;
}

.customer-reviews .slick-next {
    right: -15px;
}

.customer-reviews .review-item {
    background: #F0F0F0;
    border-radius: 10px;
    padding: 30px 40px 30px 40px;
    margin: 0 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    min-height: 217px;
}

.customer-reviews .review-item .review-author {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 13px;
    width: 25%;
}

.customer-reviews .review-item .review-content {
    font-weight: 500;
    color: #000;
    margin: 0 0 19px 0;
    position: relative;
    width: calc(75% - 15px);
}

.home-feedbacks p {
    color: #3A4757;
    max-width: 959px;
    margin: 0 auto;
}

.customer-reviews .review-item .review-content>p {
    color: #000;
    max-width: 100%;
    margin: 0 0 15px 0;
    font-weight: 700;
    line-height: 20px;
}

.slider-partner .slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 10px 0px #1F2D3C26;
}

.slider-partner .slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 10px 0px #1F2D3C26;
}

.slider-partner .slick-arrow::before {
    font-family: unset;
    opacity: 1;
    color: #000;
    font-size: 18px;
}

.home-list-news .box-blog-post {
    box-shadow: 0px 0px 15px 0px #00000026;
    background: #f9f9f9;
    border-radius: 10px;
}

.home-list-news .box-image {
    border-radius: 10px 10px 0 0;
}

.home-list-news .box-blog-post .box-text {
    padding: 30px;
}

.home-list-news .box-blog-post .box-text .cat-label {
    display: inline-block;
    background: #E42227;
    border-radius: 28px;
    font-size: 12px;
    line-height: 17px;
    color: #f9f9f9;
    padding: 5px 20px;
    text-transform: unset;
    opacity: 1;
    margin: 0 0 18px 0;
}

.home-list-news .box-blog-post .box-text h5 {
    font-size: 16px;
    line-height: 36px;
    text-transform: none;
    margin: 0 0 13px 0;
    min-height: 51px;
}

.home-list-news .box-blog-post .box-text .is-divider,
.post-item .box-text .is-divider {
    display: none;
}

.home-list-news .box-blog-post .box-text .from_the_blog_excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D6D6D;
}

.home-list-news .box-blog-post .box-text .button {
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.home-list-news .box-blog-post .box-text .button:hover {
    background: none;
    color: #000;
}


/* giới thiệu */

.intro-general h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    margin: 0 0 9px 0;
}

.intro-general p {
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
    margin: 0 0 0 0;
}

.view-profile a {
    background: linear-gradient(270deg, #E59B06 0%, #FEC119 50%, #E49804 100%);
    border-radius: 67px;
    padding: 13px 36px 13px 68px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    color: #fff;
}

.view-profile a::before {
    content: url(./assets/images/Book_open_alt.png);
    position: absolute;
    top: 13px;
    left: 36px;
}

.open-letter h3 {
    text-align: center;
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
    color: var(--primary-color);
}

.vision {
    margin-bottom: 100px;
}

.vision-item {
    box-shadow: 0px 0px 13px 0px #00000026;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    background: #fff;
}

.vision-item-title {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
}

.vision-item-title::before {
    content: '';
    position: absolute;
    bottom: -34px;
    left: -49px;
    width: 19px;
    height: 33px;
    background-color: #FFB8BA;
    clip-path: polygon(0 0, 100% 100%, 100% 0%);
}

.vision-item-title-left {
    color: white;
    font-weight: bold;
    position: relative;
    width: 215px;
}

.vision-item-title-left span {
    position: relative;
    z-index: 20;
}

.vision-item-title-left:after {
    content: '';
    position: absolute;
    background-color: #e51c23;
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
    padding: 12px 91px 12px 45px;
    height: 50px;
    top: -12px;
    left: -49px;
    min-width: 295px;
}

.vision-item-title-right {
    background-color: #e51c23;
    color: white;
    padding: 10px 45px;
    font-weight: bold;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 34% 100%);
    display: flex;
    align-items: center;
    height: 50px;
    width: 120px;
}

.vision-image {
    text-align: center;
    margin: 0 0 12px 0;
    min-height: 60px;
}

.vision-content {
    text-align: center;
    line-height: 24px;
    color: #42464E;
}

.vision-item-1 .vision-item-title::before {
    background-color: #FFCCB5;
}

.vision-item-1 .vision-item-title-left:after {
    background: var(--primary-color);
}

.vision-item-1 .vision-item-title-right {
    background: var(--primary-color);
}

.vision-item-2 .vision-item-title::before {
    background-color: #FFF9C9;
}

.vision-item-2 .vision-item-title-left:after {
    background: #F4D808;
}

.vision-item-2 .vision-item-title-right {
    background: #F4D808;
}


/* liên hệ */

.contact-info {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
}

.contact-info h2 {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
}

.contact-info .col-right p {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.contact-info .col-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info .col-right ul li {
    margin: 0 0 10px 0;
}




.contact-form-top label,
.contact-form-bottom label {
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    color: #333;
    font-weight: 400;
}

.contact-form-top label input {
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    box-shadow: none;
}

.contact-form-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-form-bottom label textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    margin-top: 10px;
    max-height: 160px;
    box-shadow: none;
}

.contact-form input.wpcf7-submit {
    color: #fff;
    background: var(--primary-color);
    text-transform: uppercase;
    padding: 15px 0;
    width: 320px;
    max-width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
}


/* danh mục blog */

.blog-archive {
    padding: 50px 0 0 0;
}

h1.main-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    margin: 10px 0 0 0;
}

.post-item .box-image a {
    display: block;
    overflow: hidden;
    position: absolute;
    background: linear-gradient(90deg, #000 0%, #333 100%, #fff 100%);
    transition: all 0.3s linear;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.post-item .box-image a::after,
.post-item .box-image a::before {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

.post-item .box-image a::before {
    width: 60px;
    height: 1px;
    left: 0;
}

.post-item .box-image a::after {
    height: 60px;
    width: 1px;
    top: 100%;
}

.post-item .box-image a:hover::before,
.post-item .box-image a:hover::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.post-item .box-image a img {
    transition: all 0.4s linear;
}

.post-item .box-image a:hover img {
    transform: scale(1.1);
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.post-item .box-text {
    padding: 0;
}

.post-item .box-text .post-title {
    margin: 20px 0;
    font-size: 18px;
}

.post-item .box-text .post-title a {
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.post-item .box-text p {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* sidebar */

.v-sidebar-block {
    margin-bottom: 3rem;
}

h3.v-sidebar-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #040404;
}

h3.v-sidebar-title::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 55px;
    height: 3px;
    background: #333;
}

.v-sidebar-block ul.product-categories {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: left;
}

.v-sidebar-block ul.product-categories>li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E8E8E8;
    align-items: center;
}

.v-sidebar-block ul.product-categories>li>a {
    display: block;
    padding: 8px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
}

.v-sidebar-block ul.product-categories>li.cat-parent>a {
    width: calc(100% - 15px);
}

.v-sidebar-block ul.product-categories>li i {
    font-size: 16px;
    width: 15px;
    cursor: pointer;
}

.v-sidebar-block ul.product-categories>li>ul {
    display: none;
    list-style: none;
    margin: 0 0 0 25px;
}

.v-sidebar-block ul.product-categories>li>ul.show {
    display: block;
}

.v-sidebar-block ul.product-categories>li>ul a {
    font-size: 14px;
}

.v-list-products {
    margin: 50px 0 0 0;
}

.v-list-products .v-product-item {
    background: #fff;
    box-shadow: 0px 0px 4px 0px #00000033;
    border-radius: 4px;
    padding: 17px;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 0 0 15px 0;
}

.v-list-products .v-product-item .v-product-image {
    width: 85px;
}

.v-list-products .v-product-item .v-product-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.v-list-products .v-product-item .v-product-info {
    width: calc(100% - 113px);
}

.v-list-products .v-product-item .v-product-info h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    margin: 4px 0 8px 0;
}

.v-list-products .v-product-item .v-product-info p {
    font-size: 13px;
    line-height: 100%;
    font-weight: 300;
    margin: 0 0 8px 0;
}


/* chi tiết blog */

.single-post h1.title-single-post {
    font-size: 28px;
    margin-bottom: 3rem;
    border-bottom: 1px solid #72727233;
    padding-bottom: 10px;
}

h2.related-post-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 5rem;
    border-bottom: 1px solid #85858533;
    padding-bottom: 8px;
    font-weight: 500;
}

h2.related-post-title>span {
    border-bottom: 3px solid #333;
    padding-bottom: 8px;
}


/* Danh mục sản phẩm */

.page-background {
    min-height: auto;
    background: var(--fs-color-secondary);
    padding: 50px 0;
}

.page-background-top {
    margin: 0 0 20px 0;
}

.pgt-left {
    overflow: hidden;
    border-radius: 10px;
    height: 373px;
}

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

.pgt-right .pgt-item {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 0 0 15px 0;
}

.pgt-right .pgt-item-image {
    width: 50px;
}

.pgt-right .pgt-item-content {
    width: calc(100% - 75px);
}

.pgt-right .pgt-item-content p {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}

.pgt-right .pgt-item-content p:first-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
}

.page-background h1 {
    font-size: 35px;
    line-height: 44px;
    text-align: center;
    color: #000;
    margin: 0 0 5px 0;
}

.page-background-pdc h1 {
    color: #fff;
    text-transform: uppercase;
}

.category-description {
    text-align: center;
    color: #fff;
}

.list-children-categories {
    margin: 20px -15px 0 -15px;
    display: block;
}

.list-children-categories .slick-prev:before,
.list-children-categories .slick-next:before {
    display: none;
}

.list-children-categories .slick-prev,
.list-children-categories .slick-next {
    width: 52px;
    height: 52px;
    padding-bottom: 5px;
}

.list-children-categories .slick-prev {
    left: -11px;
}

.list-children-categories .slick-next {
    right: -11px;
}

.list-children-categories .child-item {
    margin: 0 15px;
    position: relative;
}

.list-children-categories .child-item .child-image {
    height: 145px;
    overflow: hidden;
    border-radius: 18px;
}

.list-children-categories .child-item .child-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.list-children-categories .child-item .child-name {
    text-align: center;
    margin: 15px 0 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: #00000066;
    border-radius: 0 0 18px 18px;
    width: 100%;
    padding: 6px 15px;
}

.list-children-categories .child-item .child-name a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.breadcrumbs-over {
    background: #8E4728;
    padding: 8px 0;
}

.breadcrumbs-over .col {
    padding-bottom: 0;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
    color: #fff;
}

.rank-math-breadcrumb a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.rank-math-breadcrumb .last {
    font-weight: 600;
    font-size: 14px;
}

.products-best-seller {
    margin: 29px 0 0 0;
}

.products-best-seller p.head {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin: 0;
    text-transform: capitalize;
}

.product-item .product-image {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.product-item .product-image::before {
    content: '';
    background: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    display: none;
    transition: all 0.5s ease-in-out;
}

.product-item .product-image:hover .view-detail,
.product-item .product-image:hover::before {
    display: block;
}

.product-item .product-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.product-item .product-image .view-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    text-align: center;
    display: none;
    transition: all 0.5s ease-in-out;
}

.product-item .product-image .view-detail a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: var(--fs-color-secondary);
    text-transform: uppercase;
    padding: 16px 60px;
    border-radius: 10px;
}

.product-item .product-title,
.product-item .product-title h3 {
    text-align: center;
    margin: 13px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.product-item .product-title a{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item .product-price {
    margin: 4px 0 6px 0;
    text-align: center;
    font-weight: bold;
}

.product-item .product-rating {
    text-align: center;
    margin: 0 0 0 0;
    font-size: 14px;
}

.filter-products {
    margin: 28px 0 20px 0;
    position: relative;
}

.filter-category {
    display: inline-block;
    position: relative;
    border: 1px #E6E6E6 solid;
    border-radius: 5px;
}

.filter-category::before {
    content: url(./assets/images/Filter_big_alt.png);
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
}

.filter-category::after {
    content: url(assets/images/Expand_down.png);
    position: absolute;
    top: 13px;
    right: 8px;
    width: 19px;
    height: 19px;
}

.filter-category span {
    display: block;
    padding: 8px 31px 8px 40px;
    cursor: pointer;
}

.filter-products .list-product-categories {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    z-index: 11;
    display: none;
    outline: 0;
}

.filter-products .list-product-categories>ul {
    list-style: none;
    flex-direction: column;
    width: 250px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: white;
    display: flex;
    column-gap: 20px;
    row-gap: 8px;
}

.filter-products .list-product-categories>ul>li {
    margin: 0;
}

.filter-products .list-product-categories>ul a {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.filter-products .list-product-categories>ul>li>ul {
    margin: 7px 0 0 15px;
}

.filter-products .list-product-categories>ul>li>ul>li {
    list-style: none;
    margin: 0;
}

.filter-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 21px;
}

.pro-search form {
    display: flex;
    align-items: center;
    border: 1px solid #616161;
    border-radius: 999px;
    overflow: hidden;
}

.pro-search input {
    flex: 1;
    border: none;
    padding: 10px 16px;
    font-size: 15px;
    outline: none;
    font-style: italic;
    box-shadow: none;
    color: #616161;
    margin: 0;
}

.pro-search input:focus {
    box-shadow: none;
}

.pro-search button {
    background-color: var(--fs-color-secondary);
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 999px;
    margin: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: none;
}

.order-category ul {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 11px;
    align-items: center;
    justify-content: flex-end;
}

.order-category ul li {
    list-style: none;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.order-category ul li a {
    display: block;
    list-style: none;
    border: 1px #E6E6E6 solid;
    border-radius: 5px;
    position: relative;
    padding: 8px 13px 8px 40px;
    font-weight: 400;
}

.order-category ul li:nth-child(2) a::before {
    content: url(assets/images/Sort_down.png);
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 90;
}

.order-category ul li:last-child a::before {
    content: url(assets/images/Sort_up_light.png);
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 90;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi {
    text-align: center;
    margin: 0 0 100px 0;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
    border: 1px #B5B5B5 solid;
    border-radius: 3px;
    padding: 6px 14px;
    font-weight: 400;
    color: #000;
    font-size: 20px;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px var(--primary-color) solid;
}

.search h1.main-title {
    font-size: 20px;
}


/* Sản phẩm */

.single-product {
    margin: 25px 0;
}

.slider-content {
    padding: 0 0;
    margin: 0 0 15px 0;
    float: right;
    width: calc(100% - 116px) !important;
    padding-left: 13px;
}

.slider-content .slick-slide img {
    margin: 0 auto;
    border-radius: 10px;
}

.slider-thumb {
    float: left;
    width: 116px !important;
}

.slider-thumb .slick-slide {
    cursor: pointer;
    margin: 3.5px 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.slider-thumb .slick-slide.slick-current,
.slider-thumb .slick-slide:hover {
    border: 1px solid var(--fs-color-secondary);
}

.slider-thumb .slick-slide::before {
    background: #00000099;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 10px;
}

.slider-thumb .slick-slide.slick-current::before,
.slider-thumb .slick-slide:hover::before {
    background: transparent;
}

.slider-thumb .slick-slide img {
    transition: all 0.5s ease-in-out;
}

.slider-thumb .slick-prev:before,
.slider-thumb .slick-next:before {
    display: none;
}

.slider-thumb .slick-prev {
    left: 0;
    top: 0;
    transform: none;
    font-size: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    width: 100%;
    height: auto;
    margin: 0;
    min-height: 20px;
    border-radius: 10px 10px 0 0;
}

.slider-thumb .slick-next {
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    font-size: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    width: 100%;
    height: auto;
    margin: 0;
    min-height: 20px;
    border-radius: 0 0 10px 10px;
}

.slider-thumb .slick-prev i,
.slider-thumb .slick-next i {
    color: #fff;
}

.single-product .product-info .product-title {
    margin: 0 0 25px 0;
    font-size: 34px;
    line-height: 35px;
    font-weight: 500;
}

.single-product .product-info .product-price {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 31px;
    margin: 0 0 13px 0;
    padding: 0 0 13px 0;
}

.product-colors p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px 0;
}

.product-colors p span {
    font-weight: 400;
}

.product-colors ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-colors ul li {
    list-style: none;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    border: 2px solid #D9D9D9;
    cursor: pointer;
    position: relative;
}

.product-colors ul li.active {
    border: 2px solid #265CFF;
}

.product-colors ul li.active::before {
    content: "✓";
    position: absolute;
    top: -1px;
    right: 1px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.product-colors ul li.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 25px solid #265CFF;
    border-left: 25px solid transparent;
}

.single-product .product-info .product-buttons a.button-sell-from {
    background: #fff;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #000;
    margin: 0 0 18px 0;
    font-size: 20px;
    font-weight: 600;
    border: 1px #000 solid;
}

.single-product .product-info .product-buttons a.button-request:hover,
.single-product .product-info .product-buttons a.button-sell-from:hover {
    background: #E42227;
    color: #fff;
    border: 1px #E42227 solid;
}

.single-product .product-info .product-buttons a.button-request {
    background: #FF0A0A;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: 1px #FF0A0A solid;
}

.single-product .product-info .product-buttons a.button-request span {
    display: block;
    text-transform: uppercase;
}

.single-product .product-info .product-buttons a.button-request span:last-child {
    font-size: 16px;
    font-weight: 500;
    text-transform: unset;
}

.single-product .product-info .product-buttons .hotline-zalo {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 18px 0 0 0;
}

.single-product .product-info .product-buttons .hotline-zalo a:hover {
    background: #fff;
    color: var(--primary-color);
}

.single-product .product-info .product-buttons .hotline-zalo a {
    display: block;
    width: calc(50% - 7.5px);
    background: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    border: 1px solid var(--primary-color);
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.single-product .product-info .product-buttons .hotline-zalo a:last-child {
    background: #265CFF;
    border: 1px solid #265CFF;
}

.single-product .product-info .product-buttons .hotline-zalo a:last-child:hover {
    background: #fff;
    color: #265CFF;
}

.single-product .product-info .sales-criteria {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 25px 0 0 0;
}

.single-product .product-info .sales-criteria li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 12px;
}

.single-product .product-info .sales-criteria li .image {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
}

.single-product .product-info .sales-criteria li .image img {
    width: 23px;
}

.single-product .product-info .sales-criteria li p {
    margin: 0;
}

.protected {
    font-size: 14px;
    color: #595959;
    padding: 5px 0 5px 40px;
    background: url(./assets/images/cobala.png) no-repeat left center;
    margin: 25px 0 0 0;
}

.protected a {
    font-weight: 700;
}

.product-tabs {
    padding: 32px 0 0 0 !important;
    border-top: 1px #BCBCBC solid;
}

.related-head {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
}

.related-head .related-title {
    width: 50%;
}

.related-products h3 {
    font-size: 25px;
    line-height: 31px;
    text-transform: capitalize;
    margin: 0;
    color: #000;
}

.related-head .related-view-all {
    width: 50%;
    text-align: right;
}

.related-head .related-view-all a {
    border: 1px #E5E5E5 solid;
    padding: 14px 53px 14px 20px;
    border-radius: 5px;
    background: url(./assets/images/Arrow_right.png) no-repeat right 20px center;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px 20px 20px 20px;
    width: 600px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
    position: relative;
}

.modal-content form {
    margin-bottom: 0;
}

.close {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 1px;
}

.modal-content h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal-content input.wpcf7-submit {
    color: #fff;
    background: #F26325;
    text-transform: uppercase;
    padding: 15px 0;
    width: 320px;
    max-width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
}

@media (min-width: 550px) and (max-width: 1200px) {
    .v-list-products .v-product-item {
        flex-direction: column;
    }
    .v-list-products .v-product-item .v-product-image,
    .v-list-products .v-product-item .v-product-info {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .list-children-categories .child-item .child-image {
        height: 200px;
    }
}

@media screen and (min-width: 850px) {
    .home-services .large-3 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 550px) {
    /* home */
    .product-category-featured .large-5t {
        flex-basis: 20%;
        max-width: 20%;
    }
	
}

@media screen and (max-width: 1200px) {
    .vision-item-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 850px) {
    .slider-content {
        width: calc(100% - 60px) !important;
    }
    .slider-thumb {
        width: 60px !important;
    }
    .single-product .product-info .sales-criteria li {
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .page-background-top .pgt-left {
        height: auto;
    }
}

@media screen and (max-width: 550px) {
	    #top-bar {
        display: none;
    }
	    .home .product-category-featured h3{
        font-size: 25px;
        line-height: 34px;
        margin: 0 0 30px 0;
    }
	.absolute-footer{
		padding-bottom:50px;
	}
    .vision-item-title {
        font-size: 22px;
    }
    .filter-category span {
        font-size: 13px;
		padding: 8px 28px 8px 32px;
    }
    .pro-search input {
        font-size: 12px;
    }
    .pro-search button {
        padding: 10px 5px;
        font-size: 10px;
    }
    .order-category ul li {
        font-size: 11px;
    }
    .order-category ul li a {
        padding: 8px 13px 8px 35px;
    }
    .order-category ul li:last-child a::before {
        top: 5px;
    }
    .order-category ul li:nth-child(2) a::before {
        top: 5px;
    }
    .slider-content,
    .slider-thumb {
        width: 100% !important;
        float: none;
        padding: 0;
    }
    .slider-thumb .slick-prev,
    .slider-thumb .slick-next {
        display: none !important;
    }
    .slider-thumb .slick-slide {
        margin: 0 2px;
    }
    .intro-general h3,
    .page-background h1,
    .single-product .product-info .product-title {
        font-size: 25px;
        line-height: 33px;
    }
    .single-product .product-info .sales-criteria li {
        display: flex;
        gap: 5px;
        align-items: center;
    }
    .single-product .product-info .sales-criteria li .image {
        width: 37px;
    }
    .single-product .product-info .sales-criteria img {
        margin-bottom: 0;
        width: 15px;
    }
    .single-product .product-info .sales-criteria li p {
        width: calc(100% - 42px);
        font-size: 11px;
    }
    .related-products h3 {
        font-size: 19px;
        margin-bottom: 0;
    }
    .related-head .related-view-all a {
        font-size: 14px;
    }
    .home-feedbacks h3,
    .home-partners h3,
    .home-news h3,
    .footer-contact-form .col-first h3 {
        font-size: 25px;
        line-height: 33px;
    }
    .footer-contact-form .col-first>.col-inner {
        padding: 52px 15px 0 15px;
    }
    .contact-info,
    .contact-form {
        padding: 40px 0 0 0 !important;
    }
    .contact-form-top>p {
        flex: 1;
    }
    .contact-form input.wpcf7-submit {
        width: 100%;
    }
    .modal-content {
        width: 90%;
    }
    .fixed-icons {
        bottom: 0;
        width: 100%;
    }
    .fixed-icons ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .fixed-icons ul li {
        width: calc(100% / 3);
        display: block;
        padding: 5px;
    }
    .fixed-icons ul li a img {
        width: 20px;
    }
    .fixed-icons ul li:last-child {
        display: none;
    }
}

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

.entry-content {
    padding: 0;
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.entry-content figure {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center;
}

.entry-content h6 {
    font-size: 15px;
}

.entry-content h5 {
    font-size: 17px;
}

.entry-content h4 {
    font-size: 17px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h2 {
    font-size: 20px;
    line-height: 1.5;
}

.entry-content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.entry-content p {
    color: #333;
    margin-bottom: 15px;
    font-size: 16.5px;
    line-height: 1.6;
}

.entry-content ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 5px;
}

.entry-content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ul li a {
    color: #007bff;
}

.entry-content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px;
    font-size: 16.5px;
}

.entry-content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ol li a {
    color: #ff5912;
}

.entry-content a {
    font-weight: 700;
}

.entry-content blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify;
}

.entry-content blockquote p {
    margin-bottom: 0;
}

.entry-content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    content: "";
}

.entry-content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 0.85rem;
    color: #e83e8c;
    font-size: 15px;
}

.entry-content>div {
    overflow: auto;
}

.entry-content table {
    width: 100%;
    height: auto;
    overflow: auto;
}

.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th,
.term-description table>tbody>tr>td,
.term-description table>tbody>tr>th,
.term-description table>tfoot>tr>td,
.term-description table>tfoot>tr>th,
.term-description table>thead>tr>td,
.term-description table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px !important;
    font-size: 16.5px !important;
    width: auto !important;
}

.entry-content iframe {
    margin: auto;
}

.entry-content .syntaxhighlighter {
    padding: 10px 0;
}