@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: https://

Author: Dev Lewis Corporation

Author URI: https://

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 Vdigi 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.

*/

@font-face {
    font-family: "Rubik";
    src: url("assets/fonts/Rubik-Regular.ttf");
}
@font-face {
    font-family: "Rubik-Light";
    src: url("assets/fonts/Rubik-Light.ttf");
}
@font-face {
    font-family: "Rubik-SemiBold";
    src: url("assets/fonts/Rubik-SemiBold.ttf");
}
@font-face {
    font-family: "Figtree-Black";
    src: url("assets/fonts/Figtree-Black.ttf");
}

:root {
    --primary-color: #0066B3;
    --second-color: #000;
    --primary-font: "Rubik";
    --second-font: "Rubik-SemiBold";
    --title-font: "Figtree-Black";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.5rem;
    color: #333;
    -ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,strong {
    font-weight: normal;
    font-family: var(--second-font);
}

section {
    position: relative;
}

.header-main-logo img {
    max-width: 100px;
}

.header-wrapper {
    padding: 10px 0;
}

.header-menu-right>span>img {
    width: 35px;
}

.header-top {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 0;
}

ul.header-top-right-social {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

ul.header-top-right-social>li {
    display: inline-block;
    margin-left: 20px;
}

.header-top-right-search {
    margin-left: 30px;
}

.header-top-right-search form {
    position: relative;
}

.header-top-right-search form input {
    width: 200px;
    font-size: 15px;
    height: 38px;
    border: none;
    padding-left: 10px;
    border-radius: 3px;
}

.header-top-right-search form button {
    position: absolute;
    right: 5px;
    top: 3px;
    border: none;
    background: transparent;
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
}

.header-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.header-menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px;
}

.header-menu-right-menu-bar {
    margin-left: 30px;
}

.header-menu-right-menu-bar>span {
    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;
    background-color: #0066b3b5;
    color: #fff;
    width: 38px;
    height: 38px;
    font-size: 22px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

ul.header-top-right-social>li>a:hover {
    color: #ffc107;
}

.header-menu-right-menu-bar>span:hover {
    cursor: pointer;
    background-color: var(--primary-color);
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}

.offcanvas-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;
    padding: 1rem 1rem;
}

h5.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
}

.offcanvas-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas.show {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
}

button#btn-close {
    border: none;
    background-color: transparent;
    font-size: 24px;
    color: #919191;
    cursor: pointer;
}

a.header-menu-logo img {
    width: 100px;
}

.main-menu-logo01.text-center.main-things {
    margin-top: 45px;
    margin-bottom: 30px;
}

p.canvas-text {
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.6;
}

.canvas-contact {
    padding: 20px 20px;
    margin-top: 20px;
    background: #77b71f1c;
}

ul.canvas-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul.canvas-list li {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 15px;
    color: #000922;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid #0000001a;
}

ul.canvas-list li svg {
    color: var(--primary-color);
    margin-right: 10px;
}

ul.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.social-list li {
    display: inline;
    margin-right: 5px;
}

.socila-media {
    padding: 20px;
}

ul.social-list li a {
    height: 42px;
    width: 42px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 42px;
    font-size: 16px;
    background: var(--primary-color);
}

ul.social-list li a:hover {
    background-color: var(--second-color);
}

.modal-backdrop {
    visibility: hidden;
}

.modal-backdrop.show {
    visibility: visible;
}


/*SLIDE*/

.homeSwiper .swiper-button-next::after, .homeSwiper .swiper-button-prev::after {
    font-size: 36px;
}

.homeSwiper .swiper-button-next, .homeSwiper .swiper-button-prev {
    color: var(--primary-color);
}

.homeSwiper .swiper-button-next {
    right: 5%;
}

.homeSwiper .swiper-button-prev {
    left: 5%;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.homeSwiper .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  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-weight: bold;
  color: var(--primary-color);
}

.homeSwiper .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--primary-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*PRODUCT*/

section.products {
    padding: 8rem 0;
}

h2.head-title {
    text-align: center;
    font-size: 5rem;
    font-family: var(--title-font);
    margin-bottom: 3rem;
    color: #000;
}

h2.head-title>span {
    color: var(--primary-color);
}

.proudct-cate-item>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.proudct-cate-item>a img {
    width: 100%;
    aspect-ratio: 2 / 1.5;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-cate-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #0066b3bf;
    color: #fff;
    height: 60px;
    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-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product-cate-content>h3 {
    font-size: 2.2rem;
    margin-bottom: 0;
}

.proudct-cate-item {
    margin-bottom: 3rem;
}

.proudct-cate-item>a:hover img {
    -webkit-transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
        transform: scale(1.2) rotate(3deg);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

.proudct-cate-item>a:hover .product-cate-content {
    background-color: var(--primary-color);
}

/*BANNER*/

section.banner-home {
    min-height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

section.banner-home:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000052;
}

.banner-home-wrapper {
    width: 45%;
    margin-right: 6rem;
    position: relative;
}

.banner-home-content {
    background-color: #ffffffd9;
    padding: 4rem 5rem;
    margin-top: 6rem;
}

.banner-home-content>h2 {
    font-size: 5.2rem;
    font-family: var(--title-font);
    line-height: 1;
    margin-bottom: 3rem;
}

.banner-home-content>h2 span {
    color: var(--primary-color);
}

.banner-home-content p {
    font-size: 18px;
    font-family: 'Rubik-Light';
    line-height: 1.6;
    margin-bottom: 3rem;
}

a.readmore-btn {
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    padding: 15px 45px;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

a.readmore-btn:before, a.readmore-btn:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    z-index: -1;
    background-color: #dc354547;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

a.readmore-btn:before {
    left: 0;
    top: 0;
}

a.readmore-btn:after {
    bottom: 0;
    right: 0;
}

a.readmore-btn:hover:before, a.readmore-btn:hover:after {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
}

a.readmore-btn:hover {
    color: #fff;
}

/*ABOUT US*/

section.about-us {
    padding: 8rem 0;
}

section.about-us:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 500px;
    background-color: #F4F5F7;
    top: 45px;
    left: 0;
}

section.about-us:after {
    position: absolute;
    content: "Phanan";
    left: 7.5%;
    top: 280px;
    font-size: 5.5rem;
    font-family: "Roboto";
    color: #7e7e7e33;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    z-index: 9;
    letter-spacing: 25px;
}

.about-us-images {
    position: relative;
    padding-left: 8rem;
}

img.about-us-images-01 {
    border-radius: 5px;
    height: 520px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

img.about-us-images-02 {
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 400px;
    border-radius: 5px;
}

.about-us-content {
    padding-left: 4rem;
}

.title-home {
    margin-bottom: 3rem;
}

.title-home span {
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Rubik-Light';
    letter-spacing: 3px;
    color: var(--primary-color);
    padding-left: 9rem;
}

.title-home span:before, .title-home span:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: var(--primary-color);
}

.title-home span:before {
    left: 10px;
    top: 12px;
}

.title-home span:after {
    left: 0px;
    bottom: 10px;
}

.title-home>h2 {
    font-family: var(--title-font);
    font-size: 4.6rem;
    line-height: 1.1;
    margin-top: 1rem;
    color: #000;
}

.title-home>h2 strong {
    font-family: var(--title-font);
    color: var(--primary-color);
}

.about-us-content .title-home>h2 strong {
    font-size: 5.3rem;   
}

.about-us-content-text p {
    font-size: 18px;
    font-family: 'Rubik-Light';
    line-height: 1.6;
    color: #777;
}

.about-us-content-text ul {
    padding: 0;
    list-style: none;
    margin-bottom: 4rem;
    margin-top: 3rem;
}

.about-us-content-text ul li {
    margin-bottom: 15px;
    font-size: 20px;
}

.about-us-content-text ul li svg {
    color: var(--primary-color);
    margin-right: 10px;
}

/*TESTIMONIAL*/

section.testimonial {
    background-image: url('assets/images/testimotions-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8rem 0;
}

section.testimonial:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0066b3e3;
}

section.testimonial .title-home {
    position: relative;
}

section.testimonial .title-home span,section.testimonial .title-home>h2 {
    color: #fff;
}

section.testimonial .title-home span:before,section.testimonial .title-home span:after {
    background-color: #fff;
}

.slider.slider-thumb {
    width: 40%;
    float: left;
}

.slider.slider-content {
    width: 50%;
    float: right; 
    padding-top: 4rem;   
}

.testimonials-box {
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.slider.slider-thumb {
    margin-top: 6rem;
}

.slider-thumb-item.slick-slide {
    text-align: center;
}

.slider-thumb-item.slick-slide img {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
}

.slider-thumb-item.slick-slide h3 {
    margin-top: 15px;
}

.slider-thumb-item.slick-slide p {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffffa8;
}

.slider-thumb-item.slick-slide {
    opacity: 0.5;
    cursor: pointer;
}

.slider-thumb-item.slick-slide.slick-current.slick-active {
    opacity: 1;
}

ul.slick-dots {
    position: absolute;
    right: 0;
    top: -70px;
    padding: 0;
}

ul.slick-dots li {
    display: inline-block;
    margin-left: 15px;
}

.slider.slider-thumb {
    position: unset;
}

ul.slick-dots li::marker {
    display: none;
}

ul.slick-dots li button {
    font-size: 0;
    position: relative;
    border: none;
    background: transparent;
}

ul.slick-dots li button:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #EA9950;
    border-radius: 50%;
    top: -7px;
    left: -5px;
    cursor: pointer;
}

ul.slick-dots li button:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    top: -1px;
    left: 1px;
    cursor: pointer;
}

ul.slick-dots li.slick-active button:before, ul.slick-dots li.slick-active button:after {
    opacity: 1;
}

ul.slick-dots li button:before, ul.slick-dots li button:after {
    opacity: 0.5;
}

.slider-content-item p {
    font-size: 17px;
    font-family: 'Rubik-Light';
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
}

.slider-content-item span {
    color: #ea9950;
    font-size: 20px;
    letter-spacing: 2px;
}


/*NEWS - EVENT*/

section.news-event {
    padding: 8rem 0;
    background-image: url('assets/images/bg-news.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 

.title-home-sub {
    margin-bottom: 3rem;
}

.title-home-sub p {
    margin-bottom: 0;
    font-size: 18px;
    color: #777;
    line-height: 1.6;
}

.blogs-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.blogs-item-thumb>a>img {
    aspect-ratio: 2 / 1.4;
    -o-object-fit: cover;
       object-fit: cover;
}

.blogs-item-content>h3 {
    font-size: 22px;
    margin: 20px 0;
    line-height: 1.3;
}

.blogs-item-content>h3>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blogs-item-content p {
    font-size: 18px;
    color: #777;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blogs-item-content-btn {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blogs-item-content-btn>a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: coral;
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
}

.blogs-item-content-btn>span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
    top: 10px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.blogs-item-content-btn>span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background-color: coral;
}

.blogs-item:hover img {
    -webkit-transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
        transform: scale(1.2) rotate(3deg);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

.blogs-item:hover h3>a {
    color: var(--primary-color);
}

.blogs-item-content-btn>a:hover {
    color: var(--primary-color);
}

/*FOOTER*/

footer#footer {
    background-image: url('assets/images/bg-footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer#footer {
    padding-top: 8rem;
    color: #ffffffc9;
    position: relative;
}

footer#footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 37, 49, 0.98);
}

.footer-contact-logo>a>img {
    max-width: 160px;
}

.footer-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.footer-contact {
    text-align: center;
}

.footer-contact p {
    padding: 0 40px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

ul.footer-contact-social {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.footer-contact-social li {
    display: inline-block;
    margin: 0 5px;
}

ul.footer-contact-social 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-color: var(--primary-color);
    border-radius: 50%;
    color: #fff;
}

ul.footer-contact-social li a:hover {
    background-color: #fff;
    color: var(--primary-color);
}

h4.footer-list-title {
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 4rem;
}

h4.footer-list-title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background-color: var(--primary-color);
}

.footer-list-item ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-list-item ul li {
    margin-bottom: 18px;
}

.footer-list-item ul li:last-child {
    margin-bottom: 0;
}

.footer-list-item ul li a:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    margin-right: 10px;
    font-size: 15px;
    position: absolute;
    left: 0px;
    top: -2px;
}

.footer-list-item ul li a:hover {
    color: #ffffff;
    padding-left: 30px;
}

.footer-list-item ul li a {
    position: relative;
    padding-left: 25px;
    color: #bbb7c2;
}

.footer-list-item.footer-info ul {
    margin-top: 3rem;
}

.footer-list-item.footer-info ul li {
    margin-bottom: 10px;
    color: #bbb7c2;
}

.footer-list-item.footer-info ul li svg {
    margin-right: 10px;
}

._copyright p {
    margin-bottom: 0;
    text-align: center;
    background-color: #303441;
    padding: 15px 0;
    font-size: 16px;
    color: #b4b4b4;
}

section.footer {
    padding-bottom: 4rem;
}

._copyright {
    position: relative;
}

.footer-obj {
    position: absolute;
    bottom: 0;
    width: 550px;
    left: 0;
    opacity: 0.06;
}

/*PAGE CONTACT*/

section.page-contact {
    padding: 8rem 0;
}

.page-contact-info-left h2 {
    font-size: 4.2rem;
    font-family: var(--title-font);
    letter-spacing: 1px;
    color: #000;
}

.page-contact-info-left .title-home {
    margin-bottom: 0;
}

.page-contact-info-left .title-home span {
    font-size: 16px;
}

.page-contact-info-left>ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 2rem;
}

.page-contact-info-left>ul>li {
    display: inline-block;
    margin-right: 4px;
}

.page-contact-info-left>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: 35px;
    height: 35px;
    background-color: var(--primary-color);
    color: #fff;
}

.page-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.page-contact-info-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
}

.page-contact-info-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr; 
    -ms-grid-rows: auto 15px auto; 
    grid-template-rows: auto auto; 
    gap: 15px;
}

.page-contact-info-right > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.page-contact-info-right > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.page-contact-info-right > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.page-contact-info-right > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.page-contact-info-right-item:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
}

.page-contact-info-right-item:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
}

.page-contact-info-right-item:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
}

.page-contact-info-right-item {
    background-color: #f0f0f096;
    padding: 2rem;
    border: 1px solid #8e8e8e33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page-contact-info-right-item>span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    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: 100%;
    height: 60px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 25px;
    border-radius: 4px;
}

.page-contact-info-right-item_right {
    padding-left: 20px;
}

.page-contact-info-right-item_right>h4 {
    font-size: 18px;
}

.page-contact-info-right-item_right>p {
    margin-bottom: 0;
}

.page-contact-form {
    margin-top: 6rem;
}

.form_contact_2>div.name {
    width: 48%;
    float: left;
}

.form_contact_2>div.phone {
    width: 48%;
    float: right;
}

.form_contact_2 input.wpcf7-text {
    width: 100%;
    height: 50px;
    border: 1px solid #8d8d8d33;
    background-color: #f6f6f6;
    padding-left: 15px;
    outline: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.form_contact_2 textarea {
    width: 100%;
    border: 1px solid #8d8d8d33;
    background-color: #f6f6f6;
    padding: 15px;
    outline: none;
    font-size: 16px;
    max-height: 200px;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    padding: 15px 45px;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit:before,button.wpcf7-form-control.has-spinner.wpcf7-submit:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    z-index: -1;
    background-color: #dc354547;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit:before {
    top: 0;
    left: 0;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit:after {
    bottom: 0;
    right: 0;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit:hover:before, 
button.wpcf7-form-control.has-spinner.wpcf7-submit:hover:after {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
}

button.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: #fff;
}

.page-contact-form-maps iframe {
    width: 100%;
    height: 420px;
}

.page-contact-info-left>ul>li>a:hover {
    background-color: var(--second-color);
}

/*PAGE PRODUCT*/

section.page-product {
    padding: 8rem 0;
}

.product-cat-item>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-cat-item>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.4;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}

.product-cat-item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    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;
    padding: 0 3rem;
}

.product-cat-item {
    margin-bottom: 3rem;
}

.product-cat-item-info>h3 {
    color: #fff;
    font-size: 28px;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product-cat-item-info>span {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(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;
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 22px;
}

.product-cat-item>a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
}

.product-cat-item>a:hover h3 {
    color: var(--primary-color);
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.product-cat-item>a:hover span {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.product-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.4;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-item {
    position: relative;
    margin-bottom: 3rem;
}

.product-item-content {
    padding: 25px 25px 25px 25px;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: var(--primary-color);
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0 5px 8px -5px rgba(151, 163, 184, 0.5), 0 15px 16px -15px rgba(151, 163, 184, 0.5), 0 25px 32px -25px rgba(151, 163, 184, 0.5);
            box-shadow: 0 5px 8px -5px rgba(151, 163, 184, 0.5), 0 15px 16px -15px rgba(151, 163, 184, 0.5), 0 25px 32px -25px rgba(151, 163, 184, 0.5);
}

.product-item-content>p {
    margin-bottom: 0;
}

.product-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-item-content-btn {
    margin-top: 15px;
}

.product-item-content-btn a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 15px;
}

span.product-icon {
    margin-right: 10px;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product-item-content-btn a:before {
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background: var(--primary-color);
    top: 0;
    left: 0;
    border-radius: 60px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
}

span.product-text {
    font-family: var(--second-font);
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product-item-content-btn a:hover:before {
    width: 100%;
}

.product-item-content-btn a:hover span.product-text {
    margin-left: -12px;
    color: #fff;
}

.product-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}

.product-item:hover h3>a {
    color: var(--primary-color);
}

.single-product-summary>h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}

.single-product-summary>p {
    font-family: var(--second-font);
    color: var(--primary-color);
    margin-bottom: 8px;
}

.single-product-summary>p>span {
    margin-right: 10px;
}

.single-product-summary-description {
    margin: 20px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
}

.single-product-summary-description>ul {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}

.single-product-summary-description>ul li {
    margin-bottom: 8px;
}

.single-product-summary-contact {
    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;
}

.single-product-summary-contact>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #3333;
    padding: 12px 0;
    font-family: var(--second-font);
    font-size: 16px;
    color: #fff;
}

.single-product-summary-contact>a:first-child {
    background-color: var(--primary-color);
}

.single-product-summary-contact>a:last-child {
    background-color: #e01e23;
}

.single-product-content {
    margin-top: 6rem;
}

.nav-pills button.nav-link {
    border: none;
    background-color: #f0f0f0;
    padding: 10px 25px;
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 0;
    margin-right: 15px;
    cursor: pointer;
}

ul#pills-tab {
    margin-bottom: 3rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--primary-color);
}

.single-sidebar-area {
    padding-left: 3.5rem;
}

.sidebar-widget {
    padding: 30px 30px 35px;
    background-color: rgb(244, 248, 255);
    margin-bottom: 3rem;
}

h3.title-sidebar {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 2.5rem;
    color: var(--primary-color);
    font-size: 2.2rem;
}

h3.title-sidebar:before {
    background-color: var(--primary-color);
    content:
    "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 3px;
    left: 0;
}

h3.title-sidebar:after {
    background-color: #000000;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 3px;
}

.sidebar-widget.sidebar-search form {
    position: relative;
}

.sidebar-widget.sidebar-search form input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding-left: 15px;
    border-radius: 30px;
    outline: none;
}

.sidebar-widget.sidebar-search form button {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

ul.list-product {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list-product>li>a {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    color: var(--primary-color);
    position: relative;
    font-size: 17px;
}

ul.list-product>li:last-child>a {
    border-bottom: 0;
    padding-bottom: 0;
}

ul.list-product>li>a:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 10px;
}

ul.list-product>li>a:hover:before {
    opacity: 1;
    color: var(--second-color);
}

ul.list-product>li>a:hover {
    padding-left: 12px;
}

ul.list-post {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list-post>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.list-post>li>a>img {
    width: 100px;
    aspect-ratio: 2 / 1.5;
    -o-object-fit: cover;
       object-fit: cover;
}

ul.list-post>li {
    margin-bottom: 15px;
}

.list-post-right {
    padding-left: 12px;
}

.list-post-right>h5 {
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-post-right>span {
    color: var(--primary-color);
    font-size: 14px;
}

ul.list-post>li:last-child {
    margin-bottom: 0;
}


ul.list-post>li>a:hover img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}

ul.list-post>li>a:hover h5 {
    color: var(--primary-color);
}

.v-content-single-post, .v-content-single-post p {
    line-height: 1.7;
    font-size: 16px;
}

.v-content-single-post h2, .v-content-single-post h3 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.v-content-single-post h4, .v-content-single-post h5 {
    margin-top: 20px;
    margin-bottom: 15px;
}

div#pills-home, div#pills-home p {
    line-height: 1.7;
}

div#pills-home h3, div#pills-home h2 {
    margin-bottom: 20px;
    margin-top: 25px;
}

div#pills-home h4, div#pills-home h5 {
    margin-bottom: 15px;
    margin-top: 20px;
}

div#pills-tabContent h2 {
    font-size: 2.4rem;
}

div#pills-tabContent h3 {
    font-size: 2rem;
}

div#pills-tabContent h4 {
    font-size: 1.8rem;
}

.product-item-content ul {
    padding: 0;
    list-style: none;
}

h2.page-title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
}

h2.page-title span {
    font-style: italic;
    color: var(--primary-color);
}