﻿.news {
    margin-bottom: 100px;
    background: rgba(42, 125, 98, 0.05);
    padding: 50px 0;
}

.news .title-thc-1 {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    max-width: max-content;
}

.news .button-thc-pri {
    display: flex;
    justify-content: center;
}

.logo_partner {
    padding: 50px 0;
}

.logo_partner .title-thc-1 {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    max-width: max-content;
}

.logo_partner .img-wrap {
    height: 120px;
    flex: 1;
    padding: 20px;
    display: block;
}

.logo_partner .img-wrap img {
    object-fit: contain;
}

.header_slide {
    margin-bottom: 25px;
}

.header_slide .container {
    padding: 0;
}

.header_slide .container .slide-wrapper {
    height: 34vw;
}

.header_slide .container .image-slider {
    height: 34vw;
}

.header_slide .container .image-slider .img-wrap:nth-child(n + 2) {
    display: none;
}

.header_slide .container .image-slider.slick-initialized .img-wrap:nth-child(n + 2) {
    display: block;
}

.header_slide .img-wrap {
    height: 34vw;
}

.header_slide .img-wrap:hover img {
    transform: unset;
}

.header_slide .left_arrow {
    left: 30px;
}

.header_slide .right_arrow {
    right: 30px;
}

.header_slide .slick-dots li button:before {
    font-size: 15px;
}

.header_slide .wrapper {
    display: flex;
}

.header_slide .wrapper .sub-menu-product {
    display: flex;
    position: unset;
    width: 270px;
    flex-shrink: 0;
}

.content-entry img {
    width: auto;
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

@keyframes zoomBg {
    from {
        background-size: 100%;
    }
    to {
        background-size: 140%;
    }
}

@keyframes reveal {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.register {
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

.register .ctf7 {
    background-color: #ffffff;
    margin: 40px 20px 40px 0;
    box-shadow: 0 0 10px;
    border-radius: 10px;
    padding: 30px;
}

.register .ctf7 .title p {
    color: var(--primary_color);
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.register .ctf7 .wpcf7-submit {
    color: #ffffff;
    font-weight: 700;
    background-color: #cf3027;
    border-radius: 6px;
    width: 30%;
    border: none;
    padding: 8px;
}

.register .title.register {
    text-align: center;
    text-transform: uppercase;
}

.register .list {
    padding: 20px 30px;
}

.register .list .item-wrapper {
    width: 100%;
    color: #99a9b5;
    border-bottom: 1px solid #99a9b5;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.register .list .item-wrapper .header {
    display: flex;
    align-items: center;
    position: relative;
}

.register .list .item-wrapper .header i {
    font-size: 20px;
    margin-right: 10px;
}

.register .list .item-wrapper .header .title {
    color: #99a9b5;
    font-size: 16px;
    text-transform: uppercase;
}

.register .list .item-wrapper .header .status {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register .list .item-wrapper .header .fa-minus {
    display: none;
}

.register .list .item-wrapper .header .fa-plus {
    display: flex;
}

.register .list .item-wrapper:hover {
    cursor: pointer;
}

.register .list .item-wrapper.service-title-clicked {
    color: var(--primary_color);
}

.register .list .item-wrapper.service-title-clicked .fa-minus {
    display: flex;
}

.register .list .item-wrapper.service-title-clicked .fa-plus {
    display: none;
}

.register .list .item-wrapper.service-title-clicked .header .title {
    color: var(--primary_color);
}

.register .list .content {
    display: none;
}

.logo_partner .title-thc {
    margin-bottom: 20px;
}

.testimonial {
    margin-bottom: 50px;
}

.testimonial .list-tes {
    display: block;
    width: 600px;
    margin: auto;
    margin-top: 30px;
}

.testimonial .list-tes .item-wrapper {
    display: flex;
    align-items: center;
}

.testimonial .list-tes .item-wrapper .avatar {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonial .list-tes .item-wrapper .avatar .img-wrap {
    border-radius: 100%;
    overflow: hidden;
    height: 125px;
    width: 125px;
}

.testimonial .list-tes .item-wrapper .avatar .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
}

.testimonial .list-tes .item-wrapper .content-feed {
    width: 500px;
}

.news .title-thc {
    margin-bottom: 30px;
}

.contact .contact-wrap .info i {
    color: var(--primary_color);
}

.contact .map iframe {
    height: 315px;
}

.contact label,
.contact .ctf7 input,
.contact .ctf7 textarea {
    width: 100%;
}

.card-post.small {
    margin-bottom: 10px;
    border: 1px solid var(--border_color);
    padding: 5px;
}

.card-post.small .card-wrap {
    display: flex;
}

.card-post.small .card-wrap .img-wrap {
    overflow: hidden;
    width: 70px;
    flex-shrink: 0;
    height: 70px;
    border: 1px solid var(--border_color);
}

.card-post.small .card-wrap .card-info .title-post {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    margin-top: 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-post.small:hover {
    border: 1px solid var(--primary_color);
}

.card-post.small:hover .card-wrap .card-info .title-post {
    color: var(--secondary_color);
}

.title-cate {
    background: var(--primary_color);
    padding: 10px 15px;
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: unset;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: unset;
    margin: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
}

.footer-content {
    margin: 20px 0;
    display: flex;
}

.footer-content .save {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #4f4f4f;
}

.footer-content .save i {
    font-size: 16px;
    color: #757575;
}

.footer-content .social {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.footer-content .social ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 0;
}

.footer-content .social ul li a {
    background: #fff;
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin-left: 10px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #4f4f4f;
}

.sub-menu-product {
    display: none;
    opacity: 0.4;
    pointer-events: none;
}

.all-product:hover .sub-menu-product {
    display: flex !important;
}

.feature_project {
    margin-top: 25px;
}

.feature_project .wrapper {
    border-radius: 5px;
    padding: 30px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feature_project .wrapper .title {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 127%;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.feature_project .wrapper .card-post {
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.feature_project .wrapper .card-post .thumbnail-wrapper {
    border-radius: 5px;
}

.feature_project .wrapper .card-post .card-info .title-post {
    font-size: 14px;
    font-weight: 400;
    line-height: 127%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}

.feature_project .wrapper .card-post .card-info .desc {
    display: none;
}

.feature_project .wrapper .card-post .view-more a {
    color: var(--secondary_color);
}

.feature_project .wrapper .primary-button {
    text-align: center;
}

.feature_project .wrapper .primary-button a {
    border: 1px solid var(--border_color);
}

.feature_product {
    margin-top: 30px;
}

.feature_product .list {
    margin-top: 20px;
}

.feature_product .list .product-card-wrapper {
    padding: 5px;
    border: 1px solid var(--border_color);
    margin: 2px;
    margin-bottom: 20px;
}

.feature_product .list .product-card-wrapper:hover {
    border: 1px solid var(--primary_color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.feature_product .list .product-card-wrapper .img-cover {
    border: 1px solid var(--border_color);
}

.feature_product .list .product-card {
    display: flex;
    padding: 0;
    align-items: center;
}

.feature_product .list .product-card .info-product {
    text-align: left;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature_product .list .product-card .info-product .woocommerce-loop-product__title {
    margin: 5px 0;
    height: auto;
}

.feature_product .list .product-card .img-cover {
    height: 115px;
    width: 115px;
}

.feature_product .list .product-card .img-cover .thumbnail-wrapper .onsale {
    font-size: 10px;
    padding: 3px 5px;
    top: 3.5%;
    left: 3.5%;
}

.feature_product .list .product-card .img-cover .float-button {
    display: none;
}

.feature_product .list .product-card .product-category-link {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 127%;
    color: #b2b2b2;
}

.feature_product .list .product-card .price {
    flex-direction: row;
    align-items: center;
}

.feature_product .list .product-card .price .amount {
    margin-right: 10px;
}

.feature_product .list .product:nth-child(n + 4) {
    display: none;
}

.feature_product .list.slick-initialized .product:nth-child(n + 4) {
    display: block;
}

.feature_product .list .right_arrow,
.feature_product .list .left_arrow {
    top: calc(100% + 7px);
    text-align: center;
}

.feature_product .list .left_arrow {
    left: 50%;
    transform: rotate(90deg) translate(0%, 110%);
}

.feature_product .list .right_arrow {
    right: 50%;
    transform: rotate(90deg) translate(0%, -110%);
}

.promotions {
    margin-top: 30px;
}

.promotions .left,
.promotions .right {
    display: flex;
    color: white;
    background: var(--primary_color);
    align-items: center;
    padding: 15px;
}

.promotions .left .img-wrap,
.promotions .right .img-wrap {
    height: 165px;
}

.promotions .left .img-wrap img,
.promotions .right .img-wrap img {
    object-fit: contain;
}

.promotions .left .content .sub_menu_1,
.promotions .right .content .sub_menu_1 {
    font-size: 13px;
}

.promotions .left .content .title_1,
.promotions .right .content .title_1 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 127%;
    max-width: 200px;
    margin: 10px 0 15px;
}

.promotions .left.row,
.promotions .right.row {
    margin: 0;
}

.promotions .left {
    background: var(--secondary_color);
}

.promotions .right .primary-button i,
.promotions .right .primary-button a {
    background: var(--secondary_color);
}

.product_list {
    margin-top: 30px;
    margin-bottom: 20px;
    background: #f8f3e9;
    padding: 50px 0;
}

.product_list .title-thc {
    margin-bottom: 30px;
}

.product_list .primary-button {
    text-align: center;
}

.news_layout {
    margin-top: 30px;
    margin-bottom: 20px;
}

.news_layout .title-thc {
    margin-bottom: 30px;
}

.news_layout .card-wrap .card-info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_layout .card-wrap .view-more {
    display: none;
}

.news_layout .primary-button {
    text-align: center;
}

.slick-dots li.slick-active button:before {
    color: var(--secondary_color);
}

.slick-dots li button:before {
    font-size: 14px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: var(--secondary_color);
}

.scrollToTop {
    right: 30px;
}

.news-layout .list-feature-cat {
    margin-top: -100px;
    margin-bottom: 50px;
    position: relative;
}

.news-layout .list-feature-cat .item-wrapper {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 30px;
    background: white;
}

.news-layout .list-feature-cat .item-wrapper .img-wrap {
    height: 70px;
    width: 70px;
}

.news-layout .list-feature-cat .item-wrapper .cat-name {
    font-weight: 700;
    font-size: 17px;
    line-height: 125%;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
}

.news-layout .list-feature-cat .item-wrapper .primary-button a {
    padding: 0 20px;
}

.news-layout .list_cate .head-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-layout .list_cate .head-cate a {
    color: var(--secondary_color);
    font-weight: bold;
}

.news-layout .main-post .view-more,
.news-layout .main-post .meta {
    display: none;
}

.news-layout .list-small-card .card-post {
    margin-bottom: 15px;
}

.news-layout .list-small-card .card-post .card-wrap .wrapper-thumb {
    width: 170px;
}

.news-layout .list-small-card .card-post .card-wrap .card-info .title-post {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
}

.details_single_product,
.meta-info-product {
    margin-top: 1rem;
}

.single-product img,
.link_product_cat img {
    width: 100%;
}

.info-user-feedback img {
    height: 100%;
    width: 100%;
}

.list_solution .card-post .card-wrap {
    display: inline-block;
}

.list_solution .card-post .card-wrap .wrapper-thumb {
    width: 225px;
    float: left;
    margin-right: 10px;
}

.list_solution .card-post .card-wrap .card-info .title-post {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 127%;
    color: var(--text_color);
}

.list_solution .card-post .card-wrap .card-info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6f7071;
}

.list_solution .card-post .card-wrap .view-more {
    display: none;
}

h1.hiding {
    height: 0;
    font-size: 0;
    margin-bottom: 0;
}

.flow-us {
    margin-bottom: 15px;
}

.flow-us .img-wrap {
    display: block;
    height: 30px;
}

.flow-us .img-wrap img {
    object-fit: contain;
    object-position: left;
}

.flow-us .img-wrap:hover img {
    transform: unset;
}

.archive-news-layout .title-thc {
    margin: 0 0 20px 0;
}

.archive-news-layout .list-main-post .card-post .card-wrap {
    display: inline-block;
    width: 100%;
}

.archive-news-layout .list-main-post .card-post .card-wrap .wrapper-thumb {
    width: 270px;
    margin-right: 20px;
    float: left;
}

.archive-news-layout .list-main-post .card-post .card-wrap .wrapper-thumb .thumbnail-wrapper {
    padding-bottom: unset;
}

.archive-news-layout .list-main-post .card-post .card-wrap .wrapper-thumb .thumbnail-wrapper img {
    position: unset;
}

.archive-news-layout .list-main-post .card-post .card-wrap .title-post {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archive-news-layout .list-main-post .card-post .card-wrap .view-more a {
    color: var(--secondary_color);
}

.single-layout .info .title-thc {
    width: auto;
}

.single-layout .info .title-thc:before {
    content: unset;
}

.single-layout .info .title-thc:after {
    content: unset;
}

a.link_ntls {
    background: var(--primary_color);
    color: #fff !important;
    padding: 7px 26px;
    margin: 15px auto;
    display: block;
    width: 400px;
    text-align: center;
}

a.link_ntls:hover {
    background: var(--secondary_color);
}

.relate-post {
    margin-top: 20px;
}

.relate-post .card-post .card-wrap .title-post {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.relate-post .card-post .card-wrap .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.relate-post .card-post .view-more {
    display: none;
}

.contact {
    padding: 30px 0;
}

.contact .left .title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: var(--text_color);
    margin-bottom: 10px;
}

.contact .left .desc {
    text-align: center;
    margin-bottom: 20px;
}

.contact .right .box-contact {
    background: #f6f6f7;
    border-radius: 5px;
    padding: 15px 20px;
}

.contact .right .box-contact .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--text_color);
    border-bottom: 2px solid #d7d8d9;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

.contact .right .box-contact .contact-wrap {
    margin-bottom: 15px;
}

.contact .right .box-contact .list_social .list {
    display: flex;
}

.contact .right .box-contact .list_social .list .icon {
    height: 35px;
    width: 35px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 3px;
}

.contact .right .list-text {
    margin-top: 15px;
}

.contact .right .list-text .item-wrapper {
    margin-bottom: 20px;
}

.contact .right .list-text .item-wrapper .title {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: var(--secondary_color);
    margin-bottom: 5px;
}

.contact .right .list-text .item-wrapper .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.woocommerce-products-header .title-thc {
    margin: 0 0 20px 0;
}

.card-cate-item {
    margin-bottom: 20px;
    padding: 10px;
}

.card-cate-item .cover-image {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid var(--border_color);
}

.card-cate-item .cover-image .thumbnail-wrapper {
    border-radius: 5px;
}

.card-cate-item .cover-image .thumbnail-wrapper img {
    height: 100%;
}

.card-cate-item .title {
    text-align: center;
    margin-top: 10px;
}

.card-cate-item .title a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    color: var(--text_color);
    text-transform: uppercase;
    text-align: center;
}

.card-cate-item:hover .cover-image {
    border-color: var(--primary_color);
}

.card-cate-item:hover .title a {
    color: var(--secondary_color);
}

.content-entry a,
.entry-content a {
    color: var(--secondary_color);
}

.content-entry img,
.entry-content img {
    width: auto;
}

figure {
    max-width: 100%;
}

.child-categories {
    margin: 40px 0 20px;
    align-items: center;
    justify-content: center;
}

form.filter {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-top: 1px solid var(--border_color);
    border-bottom: 1px solid var(--border_color);
    margin: 15px 0;
}

form.filter span {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 127%;
}

form.filter .item {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

form.filter .item label {
    margin-left: 5px;
}

form.filter .item:hover {
    color: var(--secondary_color);
}

form.filter .item:hover label {
    cursor: pointer;
}

#product-cate-sidebar {
    list-style: none;
    padding-left: 0;
}

#product-cate-sidebar li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin: 0 -5px;
}

#product-cate-sidebar li:before {
    content: "";
    font-weight: 500;
    font-family: "FontAwesome";
    color: var(--text_color);
    margin-right: 10px;
}

#product-cate-sidebar li.menu-item-has-children:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 20px);
    bottom: 0;
    left: 10px;
    display: block;
    background: var(--border_color);
}

#product-cate-sidebar li a {
    color: var(--text_color);
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

#product-cate-sidebar li.menu-item-has-children>a:after {
    content: "";
    font-weight: 500;
    font-family: "FontAwesome";
    color: var(--text_color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#product-cate-sidebar li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    padding: 0;
    font-size: 16px;
    top: 0;
    left: 100%;
    z-index: 1010;
    text-align: left;
    white-space: normal;
    width: 250px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
    flex-direction: column;
}

#product-cate-sidebar li.menu-item-has-children .sub-menu li a {
    color: var(--text_color);
}

#product-cate-sidebar li.menu-item-has-children .sub-menu li:hover:before {
    color: var(--secondary_color);
}

#product-cate-sidebar li.menu-item-has-children .sub-menu li:hover a {
    color: var(--secondary_color);
}

#product-cate-sidebar li.menu-item-has-children .sub-menu li:hover a:after {
    color: var(--secondary_color);
}

#product-cate-sidebar li:hover:before {
    color: var(--secondary_color);
}

#product-cate-sidebar li:hover a {
    color: var(--secondary_color);
}

#product-cate-sidebar li:hover a:after {
    color: var(--secondary_color);
}

#product-cate-sidebar li:hover .sub-menu {
    display: block;
}

form.price-filter {
    padding-left: 10px;
    margin-bottom: 20px;
}

form.price-filter .item {
    margin-bottom: 5px;
}

form.price-filter .item label {
    margin-left: 5px;
    color: var(--text_color);
    cursor: pointer;
}

form.price-filter .item label:hover {
    color: var(--secondary_color);
}

form.price-filter .submit {
    background: var(--primary_color);
    color: white;
    border: unset;
    padding: 5px 20px;
    margin-top: 10px;
    border-radius: 3px;
}

form.price-filter .submit:hover {
    background: var(--secondary_color);
}

.list-product-sb {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list-product-sb .product-card-wrapper .product-card {
    border: 1px solid var(--border_color);
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}

.list-product-sb .product-card-wrapper .product-card .img-cover {
    width: 70px;
    float: left;
}

.list-product-sb .product-card-wrapper .product-card .img-cover .float-button {
    display: none;
}

.list-product-sb .product-card-wrapper .product-card .img-cover .thumbnail-wrapper .onsale {
    font-size: 10px;
    padding: 3px 5px;
    top: 3.5%;
    left: 3.5%;
}

.list-product-sb .product-card-wrapper .product-card .woocommerce-loop-product__title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 127%;
    text-align: left;
    padding-left: 10px;
    margin: unset;
}

.list-product-sb .product-card-wrapper .product-card .price {
    flex-direction: row;
    justify-content: start;
    padding-left: 10px;
    align-items: center;
}

.list-product-sb .product-card-wrapper .product-card .price .woocommerce-Price-amount bdi {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 127%;
}

.list-product-sb .product-card-wrapper .product-card .price del {
    margin-left: 10px;
    margin-top: 5px;
}

.list-product-sb .product-card-wrapper .product-card .price del .woocommerce-Price-amount bdi {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 127%;
}

.list-product-sb .right_arrow,
.list-product-sb .left_arrow {
    top: calc(100% + 7px);
    text-align: center;
}

.list-product-sb .left_arrow {
    left: 50%;
    transform: rotate(90deg) translate(0%, 110%);
}

.list-product-sb .right_arrow {
    right: 50%;
    transform: rotate(90deg) translate(0%, -110%);
}

.single-product h1.title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 127%;
    text-transform: uppercase;
}

.single-product .header-product {
    margin-bottom: 15px;
}

.single-product .header-product .meta {
    display: flex;
    margin-bottom: 15px;
}

.single-product .header-product .meta span {
    color: var(--secondary_color);
}

.single-product .header-product .meta .brand {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid var(--text_color);
}

.single-product .right-part .main_product_header {
    margin-bottom: 15px;
}

.single-product .right-part .main_product_header .main-price {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 127%;
    color: var(--third_color);
}

.single-product .right-part .main_product_header .regular-price {
    text-decoration-line: line-through;
    color: #b2b2b2;
}

.single-product .right-part .main_product_header .economical_price span {
    color: var(--secondary_color);
}

.single-product .right-part .default_info {
    margin-bottom: 15px;
}

.single-product .right-part .default_info p {
    font-size: 16px;
}

.single-product .right-part .item-wrapper {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.single-product .right-part .item-wrapper .title {
    font-weight: bold;
    margin-right: 10px;
    min-width: 80px;
    font-size: 16px;
}

.single-product .right-part .item-wrapper select {
    height: 35px;
    border-color: var(--border_color);
    padding: 0 10px;
    color: #757575;
}

.single-product .right-part .item-wrapper .input {
    display: flex;
}

.single-product .right-part .item-wrapper .input input[type="checkbox"],
.single-product .right-part .item-wrapper .input input[type="radio"] {
    display: none;
}

.single-product .right-part .item-wrapper .input .swatch-element {
    border: 1px solid var(--border_color);
    padding: 2px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.single-product .right-part .item-wrapper .input .swatch-element label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.single-product .right-part .item-wrapper .input .swatch-element label .img-wrap {
    height: 31px;
    width: 31px;
    border: 1px solid var(--border_color);
    margin-right: 7px;
}

.single-product .right-part .item-wrapper .input .swatch-element label span {
    margin-right: 7px;
    cursor: pointer;
}

.single-product .right-part .item-wrapper .input .swatch-element.active,
.single-product .right-part .item-wrapper .input .swatch-element:hover {
    border-color: var(--primary_color);
}

.single-product .right-part .item-wrapper .input .swatch-element.active label {
    color: var(--secondary_color);
}

.single-product .right-part .item-wrapper .input .swatch-element.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent var(--primary_color) transparent;
}

.single-product .right-part .item-wrapper .input .swatch-element.active:before {
    content: "";
    font-weight: 500;
    font-family: "FontAwesome";
    font-size: 8px;
    color: white;
    position: absolute;
    bottom: 1px;
    right: 1px;
    z-index: 1;
}

.single-product .right-part .item-wrapper .quantity {
    display: flex;
}

.single-product .right-part .item-wrapper .quantity input.qty {
    border-radius: 0;
    margin: 0 -1px;
}

.single-product .right-part .item-wrapper .quantity input.qty,
.single-product .right-part .item-wrapper .quantity .qty_btn {
    border: 1px solid var(--border_color);
    height: 30px;
    width: 30px;
}

.single-product .right-part .item-wrapper .quantity .qty_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .right-part .item-wrapper .quantity .qty_btn:hover {
    cursor: pointer;
    background: var(--primary_color);
    color: white;
}

.single-product .right-part .action-btn .btn-thc {
    background: var(--primary_color);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 70px;
    border: none;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.single-product .right-part .action-btn .btn-thc.mua-ngay {
    background: var(--third_color);
}

.single-product .right-part .action-btn .btn-thc.single_add_to_cart_button {
    background: #d8d8d8;
    color: #000;
}

.single-product .right-part .action-btn .btn-thc .title {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.single-product .right-part .action-btn .btn-thc .sub-info {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

.single-product .right-part .action-btn .btn-thc.advise,
.single-product .right-part .action-btn .btn-thc.zalo {
    flex-direction: row;
    height: 60px;
}

.single-product .right-part .action-btn .btn-thc.advise img,
.single-product .right-part .action-btn .btn-thc.zalo img {
    height: 19px;
    width: 19px;
    object-fit: contain;
}

.single-product .right-part .action-btn .btn-thc.advise span,
.single-product .right-part .action-btn .btn-thc.zalo span {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    text-transform: uppercase;
    margin-left: 10px;
}

.single-product .right-part .action-btn .btn-thc.advise i,
.single-product .right-part .action-btn .btn-thc.zalo i {
    font-size: 18px;
}

.single-product .right-part .action-btn .btn-thc:hover {
    background: var(--secondary_color);
    color: white;
}

.single-product .right-part .quick-link {
    margin-top: 15px;
}

.single-product .right-part .quick-link a {
    color: var(--primary_color);
    font-size: 1rem;
    padding: 10px;
    border: 1px dashed var(--primary_color);
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}

.single-product .right-part .quick-link a i {
    margin-right: 10px;
}

.single-product .right-part .quick-link a:hover {
    background: var(--primary_color);
    color: white;
}

.single-product .nav {
    margin: 30px 0 15px;
    justify-content: start;
    border-bottom: 1px solid var(--border_color);
    padding: 0;
}

.single-product .nav .nav-link {
    background: unset;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: var(--text_color);
    border-radius: unset;
}

.single-product .nav .nav-link:hover,
.single-product .nav .nav-link.active {
    border-bottom: 2px solid var(--primary_color);
    color: var(--primary_color);
    cursor: pointer;
}

.single-product .contact_policy_information {
    padding: 30px 40px;
    background: #f4f4f4;
    border-radius: 10px;
    margin-top: 15px;
}

.single-product .contact_policy_information .wrapper .title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 127%;
    color: var(--primary_color);
    margin-bottom: 20px;
}

.single-product .contact_policy_information .wrapper a {
    color: var(--primary_color);
    display: block;
    margin-bottom: 10px;
}

.single-product .contact_policy_information .wrapper a i {
    color: var(--secondary_color);
    margin-right: 5px;
}

.single-product .contact_policy_information .wrapper a:hover {
    color: var(--secondary_color);
}

.single-product .thuoc-tinh .notice-att {
    background: var(--third_color);
    padding: 5px 10px;
    color: #fff;
    display: none;
    margin-bottom: 15px;
}

.single-product .item-wrapper {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.single-product .item-wrapper .title {
    font-weight: bold;
    margin-right: 10px;
    min-width: 80px;
}

.single-product .item-wrapper select {
    height: 35px;
    border-color: var(--border_color);
    padding: 0 10px;
    color: #757575;
}

.single-product .item-wrapper .input {
    display: flex;
    flex-wrap: wrap;
}

.single-product .item-wrapper .input input[type="checkbox"],
.single-product .item-wrapper .input input[type="radio"] {
    display: none;
}

.single-product .item-wrapper .input .swatch-element {
    border: 1px solid var(--border_color);
    padding: 2px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.single-product .item-wrapper .input .swatch-element label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.single-product .item-wrapper .input .swatch-element label .img-wrap {
    height: 29px;
    width: 29px;
    border: 1px solid var(--border_color);
    margin-right: 7px;
}

.single-product .item-wrapper .input .swatch-element label span {
    margin-right: 7px;
    cursor: pointer;
}

.single-product .item-wrapper .input .swatch-element.active,
.single-product .item-wrapper .input .swatch-element:hover {
    border-color: var(--primary_color);
}

.single-product .item-wrapper .input .swatch-element.active label {
    color: var(--secondary_color);
}

.single-product .item-wrapper .input .swatch-element.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent var(--primary_color) transparent;
}

.single-product .item-wrapper .input .swatch-element.active:before {
    content: "";
    font-weight: 500;
    font-family: "FontAwesome";
    font-size: 8px;
    color: white;
    position: absolute;
    bottom: 1px;
    right: 1px;
    z-index: 1;
}

.single-product .action-btn .btn-thc {
    background: var(--primary_color);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 70px;
    border: none;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.single-product .action-btn .btn-thc.mua-ngay {
    background: var(--third_color);
}

.single-product .action-btn .btn-thc.single_add_to_cart_button {
    background: #d8d8d8;
    color: #000;
}

.single-product .action-btn .btn-thc .title {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.single-product .action-btn .btn-thc .sub-info {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

.single-product .action-btn .btn-thc.advise,
.single-product .action-btn .btn-thc.zalo {
    flex-direction: row;
    height: 60px;
}

.single-product .action-btn .btn-thc.advise img,
.single-product .action-btn .btn-thc.zalo img {
    height: 19px;
    width: 19px;
    object-fit: contain;
}

.single-product .action-btn .btn-thc.advise span,
.single-product .action-btn .btn-thc.zalo span {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    text-transform: uppercase;
    margin-left: 10px;
}

.single-product .action-btn .btn-thc.advise i,
.single-product .action-btn .btn-thc.zalo i {
    font-size: 18px;
}

.single-product .action-btn .btn-thc:hover {
    background: var(--secondary_color);
    color: white;
}

.single-product .column-sidebar {
    background: #f6f6f4;
    border-radius: 5px;
    padding: 15px 10px;
}

.single-product .column-sidebar .card-action-sidebar {
    margin-bottom: 20px;
}

.single-product .column-sidebar .card-action-sidebar .title-product-sb {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 127%;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.single-product .column-sidebar .card-action-sidebar .swatch-element {
    margin-bottom: 10px;
}

.single-product .column-sidebar .card-action-sidebar .action-btn .btn-thc {
    height: 60px;
    margin-bottom: 15px;
}

.single-product .column-sidebar .block-sidebar .title-sb {
    background: unset;
}

.single-product .woocommerce-message {
    display: none;
}

.single-product .body-product {
    font-size: 16px;
}

.single-product .body-product ul {
    margin-top: 1rem;
}

.single-product .body-product .content-entry table {
    max-width: 97%;
    margin: auto;
}

.single-product .body-product .content-entry table ul {
    margin-top: 0;
}

.single-product .body-product li,
.single-product .body-product p,
.single-product .body-product span {
    font-size: 16px;
}

.price_product {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.price_product .price-item {
    color: #b61f38;
}

.product-detail {
    margin-bottom: 0.5rem;
    height: 9rem;
    overflow-y: auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
}

.quantity {
    display: flex;
}

.quantity input.qty {
    border-radius: 0;
    margin: 0 -1px;
}

.quantity input.qty,
.quantity .qty_btn {
    border: 1px solid var(--border_color);
    height: 30px;
    width: 30px;
}

.quantity .qty_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity .qty_btn:hover {
    cursor: pointer;
    background: var(--primary_color);
    color: white;
}

#addtocardpopup .cart-collaterals,
#addtocardpopup tbody tr:last-child {
    display: none;
}

#addtocardpopup .cart-total-info {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    color: var(--third_color);
    padding: 0 15px;
}

#addtocardpopup .cart-total-info .more-info {
    font-style: italic;
}

#addtocardpopup .modal-header {
    border-bottom: unset;
}

#addtocardpopup .modal-footer {
    justify-content: space-between;
    border-top: unset;
}

#addtocardpopup .modal-footer .btn-secondary {
    background: var(--primary_color);
}

#addtocardpopup .modal-footer .btn-secondary i {
    margin-right: 10px;
}

#addtocardpopup .modal-footer .btn-primary {
    background: var(--third_color);
}

#addtocardpopup .modal-footer .btn-primary i {
    margin-left: 10px;
}

.content-post_single table.cart {
    margin-top: 30px;
}

.content-post_single .cart-collaterals .cart-total-info {
    display: none;
}

.woocommerce-cart table.cart,
.woocommerce-cart-form table.cart {
    margin-bottom: 10px;
}

.woocommerce-cart table.cart td,
.woocommerce-cart-form table.cart td {
    padding: 5px;
}

.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-cart-form table.cart .product-thumbnail {
    min-width: 100px;
    width: 110px;
}

.woocommerce-cart table.cart .product-thumbnail img,
.woocommerce-cart-form table.cart .product-thumbnail img {
    height: 90px;
    width: 90px;
    border: 1px solid var(--border_color);
}

.woocommerce-cart table.cart .woocommerce-cart-form__cart-item .product-name a,
.woocommerce-cart-form table.cart .woocommerce-cart-form__cart-item .product-name a {
    color: var(--text_color);
}

.woocommerce-cart table.cart .woocommerce-cart-form__cart-item .product-name a:hover,
.woocommerce-cart-form table.cart .woocommerce-cart-form__cart-item .product-name a:hover {
    color: var(--secondary_color);
}

.woocommerce-cart table.cart .woocommerce-cart-form__cart-item .product-remove a.remove,
.woocommerce-cart-form table.cart .woocommerce-cart-form__cart-item .product-remove a.remove {
    margin: auto;
}

.woocommerce-cart table.cart .woocommerce-cart-form__cart-item .product-remove a.remove i,
.woocommerce-cart-form table.cart .woocommerce-cart-form__cart-item .product-remove a.remove i {
    font-size: 14px;
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity,
.woocommerce-cart table.cart .product-subtotal,
.woocommerce-cart table.cart .product-remove,
.woocommerce-cart-form table.cart .product-price,
.woocommerce-cart-form table.cart .product-quantity,
.woocommerce-cart-form table.cart .product-subtotal,
.woocommerce-cart-form table.cart .product-remove {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
}

.woocommerce-cart table.cart .product-quantity .quantity,
.woocommerce-cart-form table.cart .product-quantity .quantity {
    justify-content: center;
}

.woocommerce-cart input#coupon_code,
.woocommerce-cart-form input#coupon_code {
    width: 220px;
}

.cart-collaterals h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 20px;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background: var(--primary_color);
    height: 35px;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--secondary_color);
}

.updating {
    opacity: 0.5;
    pointer-events: none;
}

.section-single .title-thc {
    margin: 0 0 20px 0;
}

#ship-to-different-address,
.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea {
    border: 1px solid var(--border_color);
    padding: 10px;
}

.woocommerce-checkout input {
    height: 40px;
    padding: 0 10px;
}

.woocommerce-checkout textarea {
    min-height: 120px;
}

.woocommerce-checkout h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 127%;
    text-transform: uppercase;
}

.woocommerce-checkout .info {
    margin-bottom: 20px;
}

.woocommerce-checkout #payment {
    background: unset;
}

.woocommerce-checkout #payment input {
    height: auto;
}

.woocommerce-checkout #payment .place-order {
    display: none;
}

.woocommerce-checkout #payment ul.wc_payment_methods {
    border-bottom: unset;
}

.woocommerce-checkout table.shop_table {
    border: unset;
}

.woocommerce-checkout table.shop_table thead {
    display: none;
}

.woocommerce-checkout table.shop_table td {
    border-top: unset;
}

.woocommerce-checkout table.shop_table .woocommerce-shipping-totals>* {
    border-top: unset;
}

.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
    color: #717171;
    font-weight: 400;
    font-size: 14px;
    line-height: 127%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    display: flex;
    align-items: center;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name .thumbnail {
    width: 50px;
    flex-shrink: 0;
    border: 1px solid var(--border_color);
    margin-right: 10px;
    position: relative;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name .thumbnail .thumbnail-wrapper {
    padding-bottom: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name .thumbnail .product-quantity {
    position: absolute;
    background: var(--secondary_color);
    top: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    font-size: 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-checkout .order-total span.woocommerce-Price-amount.amount {
    color: var(--secondary_color);
    font-weight: 700;
    font-size: 18px;
    line-height: 127%;
}

.woocommerce-checkout .action-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout .action-button a {
    color: var(--secondary_color);
}

.woocommerce-checkout .action-button button.button.alt.btn-submit {
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    background: var(--primary_color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.woocommerce-checkout .action-button button.button.alt.btn-submit:hover {
    background: var(--secondary_color);
}

#billing_city_field,
#billing_country_field {
    display: none !important;
}

.content-post_single a {
    color: var(--secondary_color);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid var(--border_color);
}

.woocommerce form .form-row input.input-text {
    height: 40px;
    padding: 0 10px;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    background: var(--primary_color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: var(--secondary_color);
}

form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login {
    min-height: 280px;
}

.site_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site_name .authentication a {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
}

.site_name .authentication a i {
    margin-right: 5px;
}

.site_name .authentication a:not(:first-child) {
    border-left: 1px solid white;
    padding-left: 15px;
    margin-left: 15px;
}

.site_name .authentication a:hover {
    color: var(--secondary_color);
}

.product-type-variable .product-card .thumbnail-wrapper .add-to-cart {
    display: none;
}

.product-type-variable:hover .product-card .thumbnail-wrapper .float-button.chat-zalo {
    bottom: 2.5%;
}

.viewed-product {
    bottom: 15%;
    left: -86px;
    width: 86px;
    position: fixed;
    transition: 0.3s ease-in-out;
}

.viewed-product.active {
    left: 0;
}

.viewed-product .recent-button {
    right: 0;
    margin-right: -25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    width: 25px;
    height: 47px;
    top: 50%;
    background: var(--primary_color);
    z-index: 99;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -50%);
    text-align: center;
}

.viewed-product .recent-product {
    display: flex;
    flex-direction: column;
    border: 2px solid var(--primary_color);
    background: white;
}

.viewed-product .recent-product .title {
    background: var(--primary_color);
    color: white;
    text-align: center;
    padding: 8px 0;
}

.viewed-product .recent-product .list-product-viewed {
    padding: 5px;
}

.viewed-product .recent-product .list-product-viewed .item-product {
    width: 70px;
    border: 1px solid var(--border_color);
    margin-bottom: 5px;
}

.viewed-product .recent-product .list-product-viewed .item-product .thumbnail-wrapper {
    padding-bottom: 100%;
}

.viewed-product .recent-product .list-product-viewed .item-product:nth-child(n + 4) {
    display: none;
}

.viewed-product .recent-product .list-product-viewed.slick-initialized .item-product:nth-child(n + 4) {
    display: block;
}

.viewed-product .recent-product .slick-slider {
    text-align: center;
}

.button-open {
    display: none;
}

.mobile_contact,
.search-button-toggle {
    color: white;
    width: 170px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.search-form-wrapper {
    display: none;
    background: white;
    padding: 5px;
    border: 1px solid var(--primary_color);
}

.search-form-wrapper button {
    color: white;
    background: var(--primary_color);
    border: none;
}

.search-form-wrapper button,
.search-form-wrapper input {
    height: 35px;
}

.search-form-wrapper.active {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    width: max-content;
}

.table-bordered> :not(caption)>*>* {
    border-width: 1px;
    border-color: var(--border_color);
}

.quote {
    margin-top: 40px;
}

.quote .content blockquote {
    font-style: italic;
    display: flex;
    font-size: 40px;
}

.quote .content blockquote span {
    font-weight: 100;
}

.quote .content blockquote::after,
.quote .content blockquote::before {
    font-weight: 500;
    font-family: "FontAwesome";
    color: #c4c4c4;
}

.quote .content blockquote::before {
    content: "";
    padding-right: 10px;
}

.quote .content blockquote::after {
    content: "";
    padding-left: 10px;
}

.development {
    margin-top: 40px;
}

.development .item {
    padding: unset;
    margin: 20px 0;
}

.development .item .development-item {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.development .item .development-item .image,
.development .item .development-item .info {
    height: 275px;
}

.development .item .development-item .image {
    padding-bottom: 30px;
}

.development .item .development-item .image .img-wrap {
    height: 100%;
}

.development .item .development-item .image .img-wrap img {
    object-fit: contain;
    border-radius: 20px;
    overflow: hidden;
}

.development .item .development-item .info {
    border-bottom: 5px solid #d9d9d9;
    margin-bottom: 30px;
    padding: 0 20px;
    padding-bottom: 30px;
    position: relative;
}

.development .item .development-item .info .title {
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
}

.development .item .development-item .info .text {
    font-size: 16px;
}

.development .item .development-item .info .icon-image {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: white;
    padding: 2.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.development .item .development-item .info .icon-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}

.development .item:nth-child(even) .development-item .info {
    order: 2;
    border-bottom: unset;
    padding-top: 30px;
}

.development .item:nth-child(even) .development-item .info .icon-image {
    bottom: unset;
    top: 0;
}

.development .item:nth-child(even) .development-item .image {
    border-bottom: 5px solid #d9d9d9;
    padding-bottom: 30px;
}

.development .item:last-child .development-item .info:after {
    content: "";
    font-weight: 500;
    font-family: "FontAwesome";
    color: #000;
    font-size: 36px;
    position: absolute;
    bottom: -31px;
    right: 0;
}

.vision {
    margin: 30px 0;
}

.vision .content {
    display: flex;
    align-items: center;
    height: 100%;
}

.mission {
    margin: 30px 0;
}

.mission blockquote {
    margin-top: 10px;
    font-weight: 100;
}

.layout_number {
    margin: 50px 0;
}

.layout_number .content {
    font-size: 16px;
    margin-bottom: 30px;
}

.layout_number .item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 23px 54px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.layout_number .item-wrapper .number {
    font-weight: 600;
    font-size: 36px;
    line-height: 53px;
    color: #000000;
    margin-bottom: 20px;
}

.development_strategy {
    margin: 30px 0;
}

.development_strategy .content {
    margin-bottom: 30px;
}

.development_strategy .item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.development_strategy .item-wrapper .img-wrap {
    height: 200px;
    width: 200px;
    border-radius: 100%;
}

.development_strategy .item-wrapper .desc {
    margin-top: 20px;
    font-size: 24px;
    font-style: italic;
    text-align: center;
}

.field_of_activity {
    margin: 50px 0;
}

.field_of_activity .content {
    margin-bottom: 30px;
}

.field_of_activity .title-item {
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
}

.infrastructure {
    margin: 50px 0;
}

.infrastructure .infrastructure-item {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.infrastructure .infrastructure-item .img-wrap {
    height: 100%;
    width: 100%;
    max-width: 250px;
    max-height: 250px;
    border-radius: 100%;
}

.infrastructure .infrastructure-item .infrastructure-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin-top: 20px;
}

.customer_policy {
    margin: 50px 0;
}

.customer_policy ul {
    list-style: none;
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.customer_policy ul li {
    width: 50%;
    padding: 10px;
}

.customer_policy .info {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.customer_policy .info .icon {
    height: 41px;
    width: 41px;
    margin-bottom: 20px;
}

.customer_policy .info .icon img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.customer_policy .info .link a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.customer_policy .info .link a:hover {
    color: var(--secondary_color);
}

.section-advantage .item {
    text-align: center;
}

.section-advantage .item .box-img-advantage {
    width: 100%;
}

.section-advantage .item .box-img-advantage img {
    object-fit: cover;
    height: auto;
    border-radius: 20px;
}

.section-collection-new a {
    line-height: 0 !important;
    display: block;
}

.section-collection {
    text-align: center;
    position: relative;
    padding: 50px 0;
}

.section-collection .item {
    background: #e1e1e1;
    padding: 35px;
    box-shadow: 0 0 10px rgba(21, 87, 153, 0.28);
    transition: all 0.5s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section-collection .item .img-collection {
    width: 57%;
    height: 66%;
    margin: 0 auto;
    text-align: center;
}

.section-collection .item .img-collection img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    border: 3px solid #ffffff;
    object-fit: cover;
}

.section-collection .item:hover {
    cursor: pointer;
    box-shadow: 6px 6px 10px rgba(21, 87, 153, 0.28);
}

.section-collection .item .text-collection .title h2 {
    color: var(--secondary_color);
    font-size: 20px;
    margin: 1rem 0;
    font-weight: bold;
    text-transform: uppercase;
}

.section-collection .item .text-collection .title p {
    color: #e26359;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
}

.section-collection .item .text-collection .desc {
    text-align: center;
    font-size: 1rem;
    color: #000000;
}

.capacity {
    background: #ececec;
    padding: 50px 0;
}

.capacity .title-thc {
    margin-bottom: 30px;
}

.box-item-capacity .font-weight-bold {
    font-size: 45px;
    color: #192951;
}

.box-item-capacity {
    font-weight: 300;
    font-size: 17px;
    min-height: 145px;
    display: flex;
    align-items: center;
    padding: 15px;
}

.capacity .container {
    max-width: 1200px;
}

.box-info-capacity {
    width: 100%;
    text-align: center;
}

.capacity .box-item-capacity {
    transition: all 0.5s;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.capacity .box-item-capacity .title-info-capacity,
.discover .box-item-discover .title-info-discover {
    font-size: 18px;
    font-weight: 700;
    color: #192951;
}

.capacity .container {
    max-width: 1330px !important;
}

.capacity .box-item-capacity .box-img-capacity {
    width: 100%;
    height: 12rem;
}

.capacity .box-item-capacity .box-img-capacity img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_advisory {
    padding: 50px 0;
    text-align: center;
}

.section_advisory .desc-advisory {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary_color);
    padding: 20px 0;
}

.section_advisory .btn-advisory {
    background: var(--secondary_color);
    display: flex;
    padding: 5px 30px;
    border-radius: 18px;
    align-items: center;
    justify-content: center;
    color: white;
    width: max-content;
    border: none;
    margin: 20px auto;
}

.section_advisory .btn-advisory i {
    margin-right: 10px;
}

#exampleModalScrollable .close {
    border: none;
    background: none;
}

#exampleModalScrollable .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: unset;
    padding-top: 10px;
    background-image: unset;
    background-color: var(--primary_color);
    color: white;
}

.customer-feedback {
    padding: 50px 0;
}

.customer-feedback .item {
    padding: 20px;
}

.customer-feedback .item .icon-feedback {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-feedback .item .icon-feedback i {
    font-size: 35px;
}

.item-owl-feedback {
    padding-top: 65px;
    position: relative;
}

.icon-feedback {
    background: url("images/icon-feedback.png") #e6e6e6 no-repeat center;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #fff;
    top: -45px;
}

.description-feedback {
    color: #666;
    font-size: 16px;
    font-weight: 300;
}

.info-user-feedback {
    position: relative;
}

.info-user-feedback img {
    border-radius: 50%;
}

.info-user-feedback .box-images {
    width: 80px;
    height: 80px;
    top: -5px;
    left: 0px;
    z-index: 10;
}

.box-info-custom-feedback {
    padding-left: 100px;
}

.box-info-custom-feedback .name-user-feedback {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.box-info-custom-feedback .address-user-feedback {
    font-size: 16px;
    font-weight: 300;
}

.ratting-user {
    right: 0px;
    top: 45%;
    color: #182951;
}

.item-owl-feedback:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -35px;
    border-style: solid;
    border-width: 35px 35px 0px 0px;
    border-color: #fff transparent;
}

.image_and_content {
    padding: 50px 0;
}

.image_and_content .title-thc {
    margin-bottom: 20px;
}

.image_and_content .img-wrap {
    border: 1px solid var(--border_color);
}

.personnel {
    padding: 50px 0;
}

.personnel .title-thc {
    margin-bottom: 30px;
}

.personnel .img-wrap {
    border: 1px solid var(--border_color);
    padding: 5px;
    height: 350px;
}

.personnel .list {
    justify-content: center;
}

.personnel .list .item {
    text-align: center;
}

.personnel .list .item .name {
    margin: 24px 0px;
    font-weight: 600;
    font-size: 24px;
    color: var(--primary_color);
}

.personnel .list .item .position {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border_color);
}

.personnel .list .item .email {
    color: var(--primary_color);
}

.capacity_content {
    background: #ececec;
    padding: 50px 0;
}

.capacity_content .title-thc {
    margin-bottom: 30px;
}

.capacity_content .item {
    transition: all 0.5s;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(21, 87, 153, 0.28);
    background: white;
    padding: 10px;
    text-align: center;
}

.capacity_content .item h3 {
    margin-bottom: 0;
}

.capacity_content .item .name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary_color);
    padding: 10px 0;
}

.capacity_content .item .desc {
    padding-bottom: 10px;
}

.selection {
    padding: 50px 0;
}

.selection .title-thc {
    margin-bottom: 30px;
}

.selection .list {
    margin-top: 20px;
}

.selection .list .item {
    height: 100%;
    border-radius: 8px;
    background-color: white;
    padding: 15px;
    box-shadow: 0 0 10px rgba(21, 87, 153, 0.28);
}

.selection .list .item .title {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.selection .list .item .img-wrap {
    height: 350px;
    margin-bottom: 15px;
}

.procedure {
    padding: 50px 0;
}

.procedure .title-thc {
    margin-bottom: 30px;
}

.procedure .list {
    margin-top: 20px;
}

.procedure .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.procedure .list .item .img-wrap {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.procedure .list .item .title {
    font-size: 1rem;
    line-height: 1.2rem;
}

.procedure .list .item-wrapper:not(:last-of-type) .item:after {
    content: url(../../images/arrow-right.png);
    background-size: 31px;
    position: absolute;
    right: -14%;
    top: 50%;
    transform: translateY(-93%);
}

.explore_scale {
    padding: 50px 0;
}

.explore_scale .title-thc {
    margin-bottom: 30px;
}

.explore_scale .list {
    margin-top: 20px;
}

.explore_scale .list .item {
    height: 100%;
    border-radius: 8px;
    background-color: white;
    padding: 15px;
    box-shadow: 0 0 10px rgba(21, 87, 153, 0.28);
    display: flex;
}

.explore_scale .list .item .img-wrap {
    height: 150px;
    width: 45%;
    flex-shrink: 0;
}

.explore_scale .list .item .info {
    padding-right: 10px;
}

.explore_scale .list .item .info .title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.explore_scale .list .item .info .decs {
    font-size: 1rem;
}

.page .title-thc,
.archive .title-thc {
    margin: 20px auto;
}

.details_single_product .title {
    font-weight: bold;
    font-size: 1rem;
    color: var(--primary_color);
    margin-bottom: 1rem;
}

.details_single_product .certificate .img-wrap {
    margin-bottom: 1rem;
}

.details_single_product .list-product-sb .thumbnail-wrapper {
    padding-bottom: 100%;
}

.details_single_product .list-product-sb .thumbnail-wrapper img {
    object-position: top;
}

.details_single_product .list-product-sb .view-more-button {
    display: none;
}

.slick-initialized .slick-slide[class*=" col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.box-share {
    display: flex;
    align-items: center;
}

.box-share a {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    display: block;
}

.box-share a img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-share a:hover img {
    transform: scale(1.2);
}

.form-submit {
    padding: 50px 0;
}

.form-submit .title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.link_product_cat .list .img-wrap {
    height: 12rem;
}

.link_product_cat .list .img-wrap.big {
    height: 25.5rem;
}