@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: "BeVietnam";
    src: url("assets/fonts/BeVietnam/BeVietnamPro-Regular.ttf");
}
@font-face {
    font-family: "BeVietnam-Medium";
    src: url("assets/fonts/BeVietnam/BeVietnamPro-Medium.ttf");
}
@font-face {
    font-family: "BeVietnam-SemiBold";
    src: url("assets/fonts/BeVietnam/BeVietnamPro-SemiBold.ttf");
}
@font-face {
    font-family: "BeVietnam-Bold";
    src: url("assets/fonts/BeVietnam/BeVietnamPro-Bold.ttf");
}
@font-face {
    font-family: "BeVietnam-ExtraBold";
    src: url("assets/fonts/BeVietnam/BeVietnamPro-ExtraBold.ttf");
}
@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/roboto/Roboto-Regular.ttf");
}

:root {
    --primary-color: #01a54e;
    --second-color: #dda600;
    --primary-font: "Roboto";
    --second-font: "BeVietnam-Bold";
    --third-font: "BeVietnam-SemiBold";
}

* {
    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);
}

.header-main-logo img {
    max-width: 120px;
}

.header-wrapper {
    padding: 10px 0;
}

.header-top-wrapper {
    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;
}

.header-top {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 0;
}

.header-top-left p {
    margin-bottom: 0;
}

.header-top-right>ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.header-top-right>ul>li {
    display: inline-block;
    margin-left: 35px;
}

.header-top-right>ul>li svg {
    margin-right: 5px;
}

.header-top-right>ul>li a {
    margin-left: 5px;
}

.header-top-right>ul>li a:hover {
    color: var(--second-color);
}

.header-main-info {
    text-align: center;
}

.header-main-info h2 {
    font-size: 2.8rem;
    color: var(--primary-color);
    font-family: 'BeVietnam-ExtraBold';
    margin-bottom: 10px;
}

.header-main-info>p {
    margin-bottom: 0;
    color: #000;
    font-family: var(--third-font);
}

/*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);
}

/*ABOUT*/

section.about {
    padding: 6rem 0;
}

p.about-icon-title {
    margin-bottom: 0;
}

p.about-icon-title>span {
    color: #ff0000;
    font-size: 16px;
    position: relative;
}

p.about-icon-title>span:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: #333;
    top: 12px;
    left: 30px;
}

.about-content>h2 {
    text-transform: uppercase;
    font-family: 'BeVietnam-ExtraBold';
    font-size: 2.8rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    position: relative;
    margin-top: 8px;
}

.about-images>img {
    width: 100%;
}

.about-content>span {
    font-family: var(--third-font);
    color: var(--second-color);
    position: relative;
    padding-left: 70px;
    text-transform: uppercase;
}

.about-content>span:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #333;
    top: 8px;
    left: 0;
}

.about-content-txt {
    margin-top: 2.5rem;
}

.about-content-hotline {
    margin-top: 30px;
}

.about-content-hotline>a {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: var(--third-font);
    text-transform: uppercase;
}

.about-images {
    position: relative;
    display: block;
    overflow: hidden;
    width: 95%;
}

.about-images:before {
    content: "";
    position: absolute;
    width: 300%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    cursor: pointer;
}

.about-images:hover:before {
    height: 250%;
    -webkit-transition: all 600ms linear !important;
    -o-transition: all 600ms linear !important;
    transition: all 600ms linear !important;
    background-color: transparent;
}

.about-images:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
}


.about-content-hotline>a:hover {
    -webkit-box-shadow: 1px 10px 20px #3333;
            box-shadow: 1px 10px 20px #3333;
    background-color: var(--primary-color);
}

/*SERVICE*/

.title-home {
    text-align: center;
    margin-bottom: 3rem;
}

.title-home>h2 {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-family: 'BeVietnam-ExtraBold';
    color: var(--primary-color);
    position: relative;
}

section.services .title-home>h2 {
    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;
}

.services-block-02 {
    margin: 5rem 0;
}

.title-home>p {
    margin-bottom: 0;
}

.title-home>p>span {
    position: relative;
    color: var(--second-color);
    font-size: 18px;
}

.title-home>p>span:before, .title-home>p>span:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: #333;
    top: 12px;
}

.title-home>p>span:before {
    left: -55px;
}

.title-home>p>span:after {
    right: -55px;
}

section.services {
    padding: 6rem 0;
    position: relative;
    background-image: url(assets/images/home/bg-services.jpg);
    background-size: auto;
    background-repeat: repeat;
}

p.title-home-white span:before, p.title-home-white span:after {
    background-color: #fff;
}

.services-item-thumb>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.services-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.3;
    -o-object-fit: cover;
       object-fit: cover;
}

.services-item-content {
    background-color: #f7f7f7;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.services-item-content:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--second-color);
    opacity: .2;
    right: -40px;
    bottom: -40px;
}

.services-item-content>h3 {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 18px;
}

.services-item-content>h3>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

a.services-item-btn {
    display: inline-block;
    background-color: var(--second-color);
    color: #fff;
    padding: 7px 20px;
    font-size: 13px;
    margin-top: 8px;
}

.services-item {
    margin-bottom: 3rem;
}

.services-item-content>p {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.services-bottom-btn {
    text-align: center;
    margin-top: 1rem;
}

.services-bottom-btn>a {
    display: inline-block;
    background-color: var(--second-color);
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
}

.services-bottom-btn>a svg {
    margin-left: 3px;
    position: relative;
    top: -2px;
}

.services-item:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

.services-item:hover h3>a {
    color: var(--primary-color);
}

a.services-item-btn:hover {
    background-color: var(--primary-color);
}

.services-bottom-btn>a:hover {
    background-color: var(--primary-color);
}




/*WHYCHOOSE*/

section.whychoose {
    padding: 6rem 0;
    padding-bottom: 2rem;
}

.whychoose-content>span {
    position: relative;
    text-transform: uppercase;
    padding-left: 70px;
    font-family: 'BeVietnam-Medium';
    color: var(--second-color);
}

.whychoose-content>span:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #333;
    top: 8px;
    left: 0;
}

.whychoose-content>h2 {
    text-transform: uppercase;
    font-family: 'BeVietnam-ExtraBold';
    font-size: 3.2rem;
    margin-top: 15px;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.whychoose-content>p {
    line-height: 1.7;
}

.whychoose-content>ul {
    padding: 0;
    margin-top: 4rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

.whychoose-content>ul>li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 13rem;
    margin-bottom: 10px;
}

.whychoose-content>ul>li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    -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 50px;
            flex: 0 0 50px;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    margin-right: 20px;
}

.whychoose-item>h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.whychoose-item>p {
    margin-bottom: 0;
}

.whychoose-image {
    position: relative;
    display: block;
}

.whychoose-image:before {
    content: "";
    background-image: url(assets/images/home/dots-2.svg);
    background-size: cover;
    position: absolute;
    top: unset;
    left: unset;
    bottom: -35px;
    right: -50px;
    height: 180px;
    width: 180px;
    opacity: .6;
    z-index: -1;
}

/*COUNTER*/

section.counter {
    background-color: var(--primary-color);
    color: #fff;
    padding: 4rem 0;
}

.counter-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.counter-item {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100px;
    border: 1px solid #ffffff8c;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.counter-item h4 {
    font-family: 'BeVietnam-ExtraBold';
    font-size: 4rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.counter-item p {
    margin-bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.counter-item:hover {
    cursor: pointer;
    border-color: var(--second-color);
}

.counter-item:hover h4, .counter-item:hover p {
    color: var(--second-color);
}

/*PROJECT*/

section.project {
    padding: 6rem 0;
}

.project-item>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.project-item>a>img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}


.project-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    max-height: 625px;
    overflow: hidden;
    transition: all .3s;
}

.project-box.show {
    max-height: max-content;
}

.project-item>a span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 28px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.project-item>a:hover span {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}

.project-item>a:hover img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.project-box-loadmore {
    text-align: center;
    margin-top: 2rem;
}

.project-box-loadmore>a>svg {
    margin-left: 2px;
}

.project-box-loadmore>a:hover {
    color: var(--primary-color);
}

.project-box-loadmore>a.none {
    display: none;
}

/*PROJECT NEWS*/

section.project-news {
    padding: 6rem 0;
    padding-bottom: 8rem;
    background-color: #f5f6f7;
}

.project-news-item-thumb>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.project-news-item-thumb>a>img {
    aspect-ratio: 2 / 1.4;
    object-fit: cover;
}

.project-news-item-content>h3 {
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 0;
    margin-top: 1rem;
    font-family: var(--third-font);
}

.project-news-item:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.project-news-item:hover h3>a {
    color: var(--primary-color);
}

div#owl-project .owl-dots {
    bottom: -35px;
}

div#owl-project .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 2px 6px #3333;
    transition: all .3s;
}

div#owl-project .owl-nav button svg {
    font-size: 23px;
    transition: all .3s;
}

div#owl-project .owl-nav button.owl-next {
    right: -20px;
}

div#owl-project .owl-nav button.owl-prev {
    left: -20px;
}

div#owl-project .owl-nav button {
    top: 35%;
}

div#owl-project .owl-nav button:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/*BRAND*/

section.brand {
    background-color: #e8e8e8;
    padding: 6rem 0;
    padding-bottom: 8rem;
}

.brand-item>a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #7773;
    background-color: #fff;
}

.brand-item>a>img {
    height: 90px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

div#owl-brand .owl-dots {
    bottom: -35px;
}

.brand-item>a:hover {
    border: 1px solid var(--primary-color);
}


.brand-item>a:hover {
    border: 1px solid var(--primary-color);
}

/*BLOGS*/

section.blogs {
    padding: 6rem 0;
}

.blogs-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.blogs-item-thumb>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.blogs-item-thumb>a>img {
    width: 100%;
    height: 185px;
    -o-object-fit: cover;
       object-fit: cover;
}

.blogs-item-content-meta {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blogs-item-content-meta span {
    font-size: 13px;
    margin-right: 25px;
    color: #777;
}

.blogs-item-content-meta span svg {
    color: var(--primary-color);
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.blogs-item-content>h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.blogs-item-content>p {
    font-size: 14px;
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blogs-item-btn {
    text-align: center;
    margin-top: 3rem;
}

.blogs-item-btn>a {
    display: inline-block;
    background-color: var(--second-color);
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
}

.blogs-item-btn>a svg {
    position: relative;
    bottom: 2px;
    margin-left: 3px
}

.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: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);
}

.blogs-item:hover h3 a {
    color: var(--primary-color);
}

.blogs-item-btn>a:hover {
    background-color: var(--primary-color);
}

/*FOOTER*/

section.footer {
    background-image: url(assets/images/home/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 4rem;
    color: #ffffffb8;
}

.footer-block.footer-contact>h3 {
    font-family: 'BeVietnam-ExtraBold';
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 22px;
}

.footer-block ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-block ul li {
    margin-bottom: 12px;
}

.footer-block.footer-contact ul li {
    font-size: 14px;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.footer-block.footer-contact ul li svg {
    margin-right: 10px;
    color: var(--primary-color);
    position: relative;
    top: 3px;
}

.footer-block ul li:last-child {
    margin-bottom: 0;
}

h4.title-footer {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-block.footer-list ul li a {
    font-size: 14px;
}

.footer-block.footer-list ul li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 6px;
    font-size: 13px;
}

.footer-block.footer-list {
    padding-left: 4rem;
}

.footer-block.footer-maps iframe {
    width: 100%;
    height: 150px;
}

._copyright {
    background-color: var(--second-color);
    padding: 10px 0;
}

._copyright p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.footer-block.footer-list ul li a:hover {
    color: var(--primary-color);
    padding-left: 3px;
}


/*SINGLE*/

.v-content-single-post, .v-content-single-post p, .about__post__content, .about__post__content p {
    line-height: 1.6;
    font-size: 16px;
}

.v-content-single-post p, .about__post__content p {
    margin-bottom: 1.3em
}

.v-content-single-post h1, .v-content-single-post h2, .about__post__content h1, .about__post__content h2 {
    margin-bottom: 20px;
    margin-top: 25px;
}

.v-content-single-post h3,.v-content-single-post h4,.v-content-single-post h5, .about__post__content h3, .about__post__content h4, .about__post__content h5 {
    margin-bottom: 15px;
    margin-top: 20px
}

table td {
    border: 1px solid #33333363;
    padding: 3px 5px;
}