@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: 

Author: Dev lewis Corporation

Author URI:

Description: "WP lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: wp-lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP lewis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*BASIC CSS*/
@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("assets/fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("assets/fonts/roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Black";
    src: url("assets/fonts/roboto/Roboto-Black.ttf");
}

:root {
    --primary-color: #0f92a6;
    --second-color: #f48742;
    --primary-font: "Roboto";
    --second-font: "Roboto-Bold";
    --third-font: "Roboto-Medium";
    --style: "Roboto-Black";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}


html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.5rem;
    color: #424242;
    -ms-text-size-adjust: 100%;
}

section {
    position: relative;
}


h1, h2, h3, h4, h5, h6, strong {
    font-family: var(--second-font);
    font-weight: normal;
}

.header-main-logo img {
    max-width: 165px;
}

.v-header-wrapper {
    border-bottom: 1px solid #3333334d;
    background: #fff;
}

.menu-catalogue {
    display: block;
    margin-left: 20px;
}

.menu-catalogue a {
    display: block;
    background: var(--second-color);
    color: #000;
    padding: 8px 20px;
    font-size: 17px;
}

.menu-catalogue a:hover {
    background: var(--primary-color);
    color: #fff;
}

.nav-menu-catalogue>a {
    background: var(--second-color);
    padding: 8px 30px;
    font-size: 15px;
    display: inline-block;
}

.nav-menu-catalogue {
    margin-top: 15px;
}

.menu-language {
    margin-left: 10px;
}

.menu-language a {
    margin-left: 3px;
}

.header-mobile-language a {
    margin: 0 2px;
}

.header-mobile-language {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.header-mobile-language a img {
    width: 28px;
}


/*ABOUT*/

section.about {
    padding: 8rem 0;
}

.about-content>h2 {
    text-transform: uppercase;
    font-size: 42px;
    font-family: var(--style);
    color: var(--primary-color);
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 3rem;
}

.about-content>h2:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    background: var(--second-color);
    bottom: -8px;
}

.about-content {
    font-size: 16px;
    padding-right: 4rem;
    line-height: 1.6;
}

.about-images {
    margin-top: 2rem;
}

ul.about-images-list {
    padding: 0;
    list-style: none;
    margin: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

ul.about-images-list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 1px 2px 8px #68686833;
            box-shadow: 1px 2px 8px #68686833;
    margin-bottom: 15px;
    padding: 15px 10px;
}

ul.about-images-list>li img {
    width: 65px;
}

.about-images-list-content {
    padding-left: 15px;
}

.about-images-list-content>h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about-images-list-content>p {
    color: #979797;
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

ul.about-images-list>li>a:hover h4 {
    color: var(--primary-color);
}

ul.about-images-list>li>a:hover img {
    transform: scale(1.1);
}

.about-item>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.about-item>a>img {
    height: 185px;
    -o-object-fit: cover;
       object-fit: cover;
}

.owl-carousel .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--primary-color) !important;
    border-radius: 50%;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.owl-carousel .owl-nav button svg {
    color: #fff;
    font-size: 26px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.about-content-btn a {
    display: inline-block;
    background: var(--second-color);
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
}

.about-content-btn {
    margin-top: 25px;
}

.about-content-btn a:hover {
    background: var(--primary-color);
}

div#owl-about .owl-nav button:hover {
    background: var(--second-color) !important;
}

div#owl-about .owl-nav button {
    top: 40%;
}

/*BANNER*/

section.banner-video {
    padding: 15rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-video-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: var(--primary-color);
}

.banner-video-box-content h2 {
    text-align: right;
    text-transform: uppercase;
    font-family: var(--style);
    font-size: 46px;
    letter-spacing: 1px;
    margin-bottom: 5rem;
}

.banner-video-box-content>span {
    font-size: 14rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.banner-video-box-content>span svg {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.banner-video-box-content>span:hover svg {
    color: var(--second-color);
}

/*SERVICE*/

section.service-home {
    padding-bottom: 8rem;
}

h2.title-home-left {
    text-transform: uppercase;
    font-family: var(--style);
    font-size: 42px;
    letter-spacing: 1px;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 5rem;
}

h2.title-home-left:before {
    position: absolute;
    content: "";
    width: 160px;
    height: 2px;
    background: var(--second-color);
    bottom: -10px;
}

li.nav-item>a {
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 0 !important;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: #000;
    font-family: var(--third-font);
    font-size: 16px;
}

ul.nav-pills>li {
    margin: 0 5px;
}

ul#sanwich-tab li.nav-item>a, ul#vlcn-tab li.nav-item>a {
    font-size: 14px;
    padding: 10px 25px;
}

.nav-pills .nav-link.active {
    background: var(--primary-color);
}

ul.nav-pills {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem;
    z-index: 2;
}

.services-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.service-item a {
    display: block;
    overflow: hidden;
    position: relative;
}

.service-item a img {
    height: 285px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.service-item a h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
}

.service-item a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: -o-linear-gradient(bottom, var(--primary-color), transparent);
    background: -webkit-gradient(linear, left bottom, left top, from(var(--primary-color)), to(transparent));
    background: linear-gradient(to top, var(--primary-color), transparent);
    z-index: 1;
    content: "";
}

.service-item a:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}


/*PROJECT*/

section.project {
    padding: 8rem 0;
    padding-top: 12rem;
    background: var(--primary-color);
    color: #fff;
}

.project-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.project-header-title {
    position: relative;
    margin-bottom: 3rem
}

.project-header-title>h2 {
    text-transform: uppercase;
    font-family: var(--style);
    font-size: 42px;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
}

.project-header-title strong {
    text-transform: uppercase;
    font-family: var(--style);
    font-size: 100px;
    color: #008da4;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -73px;
    width: 1020px;
    z-index: 0;
    text-shadow: 1px 0 #ffffff30, -1px 0 #ffffff30, 0 1px #ffffff30, 0 -1px #ffffff30, 1px 1px #ffffff30, -1px -1px #ffffff30, 1px -1px #ffffff30, -1px 1px #ffffff30;
    opacity: 0.4;
}

section.brand .project-header-title strong {
    left: 46%;
}


ul#project-tab>li>a {
    background: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    color: var(--primary-color);
    border-radius: 3px !important;
    font-size: 15px;
}

ul#project-tab>li>a.active {
    background: var(--second-color);
    color: #fff;
}

ul#project-tab>li:last-child {
    margin-right: 0;
}

.project-item>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.project-item>a>img {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
}

.project-item>a>h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    background: #f48742c2;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.project-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .8;
}

.project-item:hover h3 {
    background: var(--primary-color);
}

div#pills-tabContent .owl-carousel .owl-nav button {
    background: #fff !important;
    -webkit-box-shadow: 1px 2px 6px #3333;
            box-shadow: 1px 2px 6px #3333;
    top: 45%;
}

div#pills-tabContent .owl-carousel .owl-nav button svg {
    color: var(--primary-color);
}

.project-item>a:hover h3 {
    background: var(--second-color);
}

div#pills-tabContent .owl-carousel .owl-nav button:hover {
    background: var(--second-color) !important;
}

div#pills-tabContent .owl-carousel .owl-nav button:hover svg {
    color: #fff;
}

/*PRODUCT*/

section.service-home.product-s01 {
    padding-top: 8rem;
}

.product-item-thumb>a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #5f5f5f33;
}

.product-item-thumb>a>img {
    height: 275px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-item-content>h3 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
}

.product-item-content>h3>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-item-badge {
    margin-bottom: 15px;
    text-align: center;
}

.product-item-badge span {
    background: #8af0ff82;
    color: #000;
    font-size: 13px;
    padding: 5px 5px;
    margin: 0 1px;
}

.product-item-content p {
    line-height: 1.5;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .8;
}

.product-item:hover h3>a {
    color: var(--primary-color);
}

.product-item:hover .product-item-thumb>a {
    border-color: var(--primary-color);
}


.owl-carousel .owl-nav button:hover {
    background: var(--second-color) !important;
}

.product-tab-box-btn {
    text-align: center;
    margin-top: 30px;
}

.product-tab-box-btn>a {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 15px 0;
    box-shadow: 1px 2px 6px #33333369;
}

.product-tab-box-btn>a:hover {
    background: var(--second-color);
}

.owl-dots button {
    background: var(--primary-color) !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots {
    text-align: center;
}

.owl-dots button.active {
    background: var(--second-color) !important;
}

/*BLOGS*/

section.blogs-home {
    padding-bottom: 8rem;
}

.blogs-large-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}

.blogs-large-thumb a img {
    width: 100%;
    height: 390px;
    -o-object-fit: cover;
       object-fit: cover;
}

.blogs-large-content>h3 {
    margin: 20px 0;
    font-size: 22px;
    line-height: 1.4;
    color: #000;
}

a.blogs-btn {
    color: var(--second-color);
    font-size: 16px;
}

.blogs-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.blogs-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
}

.blogs-list-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}

.blogs-list-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}

.blogs-list-thumb a img {
    width: 100%;
    height: 150px;
}

.blogs-list-content {
    padding-left: 20px;
}

.blogs-list-content h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.blogs-large-content p, .blogs-list-content p {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

a.blogs-list-btn {
    color: var(--second-color);
}

.blogs-list ul li:last-child {
    margin-bottom: 0;
}

.tab-pane-btn-all {
    text-align: center;
    margin-top: 2rem;
}

.tab-pane-btn-all a {
    background: var(--second-color);
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    display: inline-block;
}

.blogs-large:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
}

.blogs-large:hover h3 {
    color: var(--primary-color);
}

a.blogs-btn:hover {
    color: var(--primary-color);
}

.blogs-list-thumb a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .8;
}

.blogs-list-content h5:hover {
    color: var(--primary-color);
}

a.blogs-list-btn:hover {
    color: var(--primary-color);
}

.tab-pane-btn-all a:hover {
    background: var(--primary-color);
}

/*BRAND*/

section.brand {
    padding: 10rem 0;
    padding-top: 12rem;
    background: var(--primary-color);
    color: #fff;
}

section.brand .project-header-title {
    margin-bottom: 4rem;
}

.partner-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.partner-item a img {
    height: 140px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    background: #fff;
    padding: 10px;
}

div#owl-partner .owl-nav button {
    background: #fff !important;
    -webkit-box-shadow: 1px 2px 6px #3333;
            box-shadow: 1px 2px 6px #3333;
    top: 35%;
}

div#owl-partner .owl-nav button svg {
    color: var(--primary-color);
}

.partner-item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .5;
}

div#owl-partner .owl-nav button:hover {
    background: var(--second-color) !important;
}

div#owl-partner .owl-nav button:hover svg {
    color: #fff;
}

div#pills-tabContent .owl-dots button, div#owl-partner .owl-dots button {
    background: #f7f7f7 !important;
}

div#pills-tabContent .owl-dots button.active, div#owl-partner .owl-dots button.active {
    background: var(--second-color) !important;
}


/*FOOTER*/

section.footer {
    padding: 8rem 0;
    background: #363b41;
    color: #e9e9e9;
}

.footer-info-logo a {
    display: block;
}

.footer-info-logo a img {
    width: 180px;
}

.footer-info p {
    font-size: 16px;
    margin: 25px 0;
    line-height: 1.7;
}

.footer-info ul {
    padding: 0;
    list-style: none;
}

.footer-info ul li {
    margin-bottom: 15px;
}

.footer-info ul li svg {
    margin-right: 10px;
    color: var(--second-color);
}

.footer-menu h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: var(--third-font);
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-menu ul li:last-child, .footer-info ul li:last-child {
    margin-bottom: 0;
}

.footer-menu ul li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 10px;
}

.footer-sub>h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: var(--third-font);
}

.footer-sub form p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.footer-sub form p span input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: none;
    font-size: 14px;
}

.footer-sub form p input.wpcf7-submit {
    background: var(--second-color);
    border: none;
    padding: 0 25px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.footer-sub .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: -35px;
}

.footer-sub .wpcf7-not-valid-tip {
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 13px;
}

.footer-sub .wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: 8px;
    font-size: 13px;
}

.footer-sub>h5 {
    font-size: 18px;
    font-family: var(--third-font);
    margin-top: 20px;
}

.footer-sub ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 20px 0;
}

.footer-sub ul li {
    display: inline-block;
    margin-right: 4px;
}

.footer-sub ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: #46494b;
    font-size: 14px;
    color: var(--second-color);
}

.copyright {
    background: #31363c;
    color: #ffffffb0;
    padding: 3rem 0;
}

.copyright p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

.partner-item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .5;
}

div#owl-partner .owl-nav button:hover {
    background: var(--second-color) !important;
}

div#owl-partner .owl-nav button:hover svg {
    color: #fff;
}

.footer-menu ul li a:hover {
    color: var(--second-color);
    padding-left: 5px;
}

.footer-sub form p input.wpcf7-submit:hover {
    background: var(--primary-color);
}

.footer-sub ul li a:hover {
    background: var(--second-color);
    color: #fff;
}


/*SINGLE*/

.product_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0;
}

.product_cta>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    color: #fff;
    padding: 10px 0;
    border-radius: 3px;
    -webkit-box-shadow: 1px 2px 6px #3333;
            box-shadow: 1px 2px 6px #3333;
    text-transform: uppercase;
    font-family: var(--third-font);
    font-size: 16px;
    letter-spacing: 1px;
}

a.product_cta_hotline {
    background: var(--primary-color);
}

a.product_cta_order {
    background: var(--second-color);
}

.product_cta>a>svg {
    margin-right: 8px;
    position: relative;
    bottom: 1px;
}

.woocommerce-product-details__short-description {
    padding: 2rem;
    background: #f7f7f7;
}

.woocommerce-product-gallery .wpgs-image {
    border: 1px solid #6d6d6d33;
}

.thumbnail_image img {
    border: 1px solid #61616133;
    height: 125px !important;
}

.thumbnail_image.slick-current.slick-active img {
    border-color: var(--primary-color);
}

.wpgs_image.slick-slide img {
    height: 460px !important;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

div#tab-description, div#tab-description p {
    line-height: 1.7;
}

div#tab-description h2, div#tab-description h3 {
    margin-top: 25px;
    margin-bottom: 20px;
}

div#tab-description h4, div#tab-description h5 {
    margin-top: 20px;
    margin-bottom: 15px;
}

/*SINGLE ABOUT*/

.slide-about-content {
    position: absolute;
    top: 35%;
    left: 5%;
    max-width: 700px;
}

.slide-about-content>h2 {
    font-family: var(--style);
    font-size: 4.6rem;
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    color: var(--primary-color);
}

section.about-nav-anchor {
    margin: 50px 0;
    text-align: center;
}

section.about-nav-anchor ul {
    padding: 0;
    list-style: none;
}

section.about-nav-anchor ul li {
    display: inline-block;
    margin: 0 10px;
}

section.about-nav-anchor ul li a {
    text-transform: capitalize;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
}

section#section-01 {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.about-introducs-content>h2 {
    font-family: var(--style);
    font-size: 30px;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 3rem;
}

.about-introducs-content>h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 75px;
    height: 3px;
    background: var(--second-color);
}

.about-introducs-video {
    margin-top: 3.5rem;
}

.about-introducs-video>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.about-introducs-video>a>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #3333;
}

.about-introducs-video>a>span svg {
    font-size: 30px;
    color: var(--second-color);
}


.about-introducs-content p, .about-introducs-content ul li {
    line-height: 1.6;
}

section#section-02 {
    padding: 4rem 0;
}

.core-values-title {
    margin-bottom: 12rem;
}

.core-values-title h2 {
    text-align: center;
    text-transform: capitalize;
    font-family: var(--style);
    font-size: 32px;
    color: var(--primary-color);
    position: relative;
}

.core-values-title h2:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 3px;
    background: var(--second-color);
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.core-values-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.core-values-box-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.core-values-box-left, .core-values-box-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    position: relative;
}

.core-values-box-left>div, .core-values-box-right>div {
    -webkit-box-shadow: 1px 1px 12px #3333;
            box-shadow: 1px 1px 12px #3333;
    padding: 20px;
    position: relative;
}

.core-values>.container {
    max-width: 1460px;
}

.core-values-box-left>div>h3, .core-values-box-right>div>h3 {
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.core-values-box-left>div>p, .core-values-box-right>div>p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: justify;
}

.core-values-s1 {
    right: -120px;
    top: -95px;
}

.core-values-s2 {
    top: -65px;
    right: 35px;
}

.core-values-s3 {
    right: 10px;
    top: 25px;
}

.core-values-s4 {
    top: -100px;
    right: 115px;
}

.core-values-s5 {
    top: -55px;
    right: -35px;
}

.core-values-s6 {
    top: 35px;
    left: 15px;
}

section#section-03 {
    padding: 4rem 0;
        padding-bottom: 16rem;
}

section#section-03 .core-values-title {
    margin-bottom: 6rem;
}

.v-mission-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.v-mission-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    position: relative;
}

.v-mission-item-thumb img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
}

.v-mission-item-content {
    background: var(--primary-color);
    color: #fff;
    padding: 30px 25px;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
}

.v-mission-item-content p {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 0;
}


div#orderModal button.btn {
    position: absolute;
    right: 0;
    top: 0px;
    background: var(--second-color);
    font-size: 16px;
    border-radius: 0;
    width: 40px;
    border: none;
}

div#orderModal {
    background: var(--primary-color);
    color: #fff;
    width: 100%;
}

div#orderModal>h2 {
    text-align: center;
    font-size: 26px;
}

div#orderModal>p {
    text-align: center;
}

div#orderModal form {
    margin-top: 20px;
}

div#orderModal form p input.wpcf7-text {
    width: 100%;
    height: 40px;
    border: none;
    margin-top: 5px;
    font-size: 14px;
    padding-left: 10px;
}

div#orderModal form p label {
    width: 100%;
}

div#orderModal form p textarea {
    width: 100%;
    border: none;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px;
    max-height: 100px;
}

div#orderModal form p input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: none;
    margin: 0 auto;
    display: block;
    background: var(--second-color);
    color: #fff;
    padding: 8px 40px;
    text-transform: uppercase;
    cursor: pointer;
}

div#orderModal form p .wpcf7-spinner {
    position: absolute;
    right: 40px;
    bottom: 60px;
}

div#orderModal form span.wpcf7-not-valid-tip {
    position: absolute;
    left: 15px;
    top: 0px;
    font-size: 13px;
}

.product_meta span a {
    color: var(--primary-color);
    font-style: italic;
    font-size: 14px;
}

section.related.products>h2 {
    margin-bottom: 4rem;
    position: relative;
    font-size: 2.4rem;
    color: var(--primary-color);
    text-transform: capitalize;
}

section.related.products>h2:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background: var(--second-color);
    left: 0;
    bottom: -10px;
}

/*ARCHIVE*/

.products.row .product-item {
    margin-bottom: 4rem;
}

.woocommerce-description-box {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.woocommerce-description-box p, .woocommerce-description-box {
    line-height: 1.6;
    font-size: 16px;
}


/*CONTACT*/

.contact_4 {
    padding-top: 8rem;
}

.contact_4_header h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 3rem;
}

.contact_4__item {
    margin-top: 5rem;
}

.contact_4__col {
    text-align: center;
}

.contact_4__col__top {
    margin-bottom: 20px;
}

.contact_4__col__top img {
    width: 100px;
}

.contact_4__col__bottom {
    max-width: 250px;
    margin: 0 auto;
}

.contact_4__item.contact_4__form>h3 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 20px;
    color: var(--primary-color);
}

.haft p {
    display: flex;
    justify-content: space-between;
}

.haft p>span {
    flex: 0 0 49%;
}

.haft p>span input {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border: none;
    background: #eeeeee;
    border-radius: 3px;
    margin-bottom: 10px;
}

.form__contact {
    max-width: 80%;
    margin: 0 auto;
}

.full p span textarea {
    background: #eee;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 3px;
    max-height: 150px;
}

.button p {
    text-align: center;
    position: relative;
}

.button p input {
    display: inline-block;
    background: var(--primary-color);
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;
}

.button p span {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.cskh {
    margin-top: 8rem;
    background: #f7f7f7;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

section.cskh h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    color: var(--primary-color);
}

.cskh-hotline {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.cskh-hotline img {
    width: 350px;
}

.cskh-item {
    background: url(assets/images/bg-contact.jpg) no-repeat center;
    background-size: cover;
}

.cskh-item {
    padding: 12px;
    border-radius: 8px;
    transition: all .3s;
}

.cskh-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cskh-item a span {
    font-size: 36px;
}

.cskh-item a p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    font-size: 17px;
    margin-left: 10px;
}

.contact_4__col__top img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.cskh-hotline>a {
    display: block;
}

.cskh-hotline>a:hover img {
    transform: scale(1.1);
}

.cskh-item:hover {
    transform: scale(1.05);
}

div#tab-kythuat a svg {
    margin-left: 8px;
    color: #ff0000;
}

div#tab-kythuat a {
    font-size: 18px;
}

.wrapper-single.single-post, .wrapper-archive.archive-post {
    padding-bottom: 0;
}

.product-cat-block-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 5rem;
}

.product-cat-block>h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.info-contact {
    margin: 0 auto;
    margin-top: 45px;
    border: 1px solid var(--primary-color);
    padding: 25px;
    max-width: 1000px;
    border-radius: 20px;
}

.info-contact>h2, .info-contact>h3 {
    margin: 0 !important;
    margin-bottom: 15px !important;
    text-align: center;
}

.info-contact>h2 {
    color: var(--primary-color);
    font-size: 2.6rem;
}

.info-contact>h3 {
    color: var(--second-color);
    font-family: var(--third-font);
    font-size: 23px;
}

.info-contact p {
    margin-bottom: 5px;
}

.info-contact p {
    font-size: 18px;
}

.info-contact p svg {
    color: var(--primary-color);
    width: 25px !important;
    margin-right: 2px;
}

.info-contact p b {
    color: var(--second-color);
}

.date-tuyendung {
    font-size: 15px;
    margin-bottom: 15px;
}

.date-tuyendung span {
    font-weight: 600;
}