@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: https://

Author: Dev Lewis Corporation

Author URI: https://

Description: "WP Vdigi" 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 Vdigi

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: "Inter";
    src: url("assets/fonts/inter/Inter-Regular.ttf");
}
@font-face {
    font-family: "Inter-SemiBold";
    src: url("assets/fonts/inter/Inter-SemiBold.ttf");
}
@font-face {
    font-family: "Inter-Bold";
    src: url("assets/fonts/inter/Inter-Bold.ttf");
}
@font-face {
    font-family: "Inter-ExtraBold";
    src: url("assets/fonts/inter/Inter-ExtraBold.ttf");
}

:root {
    --primary-color: #215117;
    --second-color: #1A1A1A;
    --primary-font: "Inter";
    --second-font: "Inter-Bold";
    --third-font: "Inter-SemiBold";
    --title-font: "Inter-ExtraBold";
}

* {
    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: 130px;
    position: absolute;
    top: -20px;
    left: 0;
}

a.header-logo-link {
    position: relative;
    height: 70px;
    width: 130px;
}

.header-main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    color: #fff;
}

.header-wrapper.fixed {
    background: #000;
}

.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;
    padding: 0 50px;
}

.header-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;
    padding: 0 60px;
    border-bottom: 1px solid #ffffff29;
}

.header-top {
    border-bottom: 1px solid #ffffff29;
}

.header-top-left span {
    padding: 0 30px;
    border-left: 1px solid #ffffff29;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #ffffffab;
}

.header-top-left {
    border-right: 1px solid #ffffff29;
}

.header-top-left span svg {
    margin-right: 8px;
    color: #d60000;
    font-size: 20px;
}

.header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.header-top-right span {
    padding: 0 30px;
    border-right: 1px solid #ffffff29;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

span.header-top-right_menu>a {
    margin-right: 20px;
    font-size: 14px;
}

span.header-top-right_menu>a:last-child {
    margin-right: 0;
}


span.header-top-right_social a {
    margin: 0 15px;
    font-size: 18px;
}

.header-main-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-main-right-profile>a {
    background: var(--primary-color);
    padding: 8px 15px;
    border-radius: 3px;
}

.header-main-right-profile>a>svg {
    margin-right: 5px;
}


.header-main-hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px;
}

.header-main-hotline img {
    width: 40px;
}

.header-main-hotline_number>span {
    font-family: 'Inter-ExtraBold';
    font-size: 18px;
}


.header-main-hotline_number {
    margin-left: 10px;
}

.header-main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-main-logo_text {
    margin-left: 20px;
    text-transform: uppercase;
    line-height: 2;
}

.header-main-logo_text>h2:first-child {
    font-size: 20px;
    color: var(--primary-color);
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    font-family: var(--third-font);
}

.header-main-logo_text>h2:last-child {
    font-size: 28px;
    text-shadow: 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
    color: #ff0000;
    font-family: var(--title-font);
}

span.header-top-right_social a:hover {
    color: var(--primary-color);
}

.wrapper-menu ul#menu-main>li.current-menu-item>a, .wrapper-menu ul#menu-main>li>a:hover, 
.wrapper-menu ul#menu-main>li.menu-item-has-children:hover:after, .wrapper-menu ul#menu-main>li.menu-item-has-children:hover>a {
    color: var(--primary-color);
}

.header-top-right span a:hover, .header-top-right span svg:hover {
    color: var(--primary-color);
}

.header-wrapper.fixed .header-main-logo img {
    max-width: 100px;
    position: inherit;
}

.header-wrapper.fixed .header-main-logo_text {
    margin-left: 0;
}

.header-mobile-wrapper.fixed {
    background: #fff;
    box-shadow: 1px 2px 6px #3333;
}

a.header-mobile-right-profile {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}

a.header-mobile-right-profile svg {
    margin-right: 5px;
}



/*FOOTER*/

.showroom-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.showroom-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3%;
            flex: 0 0 31.3%;
    border: 1px solid var(--primary-color);
    padding: 20px;
    margin-bottom: 30px;
}

section.showroom {
    padding-top: 8rem;
    padding-bottom: 5.5rem;
}

.showroom-item h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.showroom-item p span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25px;
    height: 25px;
    border: 1px dashed 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;
    color: var(--primary-color);
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9%;
            flex: 0 0 9%;
}

.showroom-item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.showroom-item p:last-child {
    margin-bottom: 0;
}

section.info-home {
    background: #1A191E;
    color: #fff;
    border-bottom: 1px solid #ffffff29;
}

.info-home-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;
    font-size: 14px;
}

.info-home-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    text-align: center;
}

.info-home-box .info-home-item:nth-of-type(2) {
    border-left: 1px solid #ffffff29;
    border-right: 1px solid #ffffff29;
    padding: 40px 0;
    text-align: center;
    position: relative;
}

.info-home-box .info-home-item:nth-of-type(2):before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #ff000094;
    border-radius: 50%;
    bottom: -2px;
    left: -2px;
}

.info-home-box .info-home-item:nth-of-type(2):after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #ff000094;
    border-radius: 50%;
    bottom: -2px;
    right: -3px;
}

.info-home-item svg {
    color: #ed0017;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 15px;
}


section.footer {
    background: #1A191E;
    color: #fff;
    padding: 10rem 0;
}

.footer-logo a {
    display: block;
}

.footer-logo a img {
    width: 220px;
}

h4.footer-title {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.footer-menu {
    padding-left: 3rem;
}

ul.footer-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.footer-list li {
    margin-bottom: 25px;
}

ul.footer-list li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 12px;
}

ul.footer-list-news {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-list-news li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

ul.footer-list-news li a span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    display: block;
    overflow: hidden;
}

ul.footer-list-news li a span img {
    width: 100%;
    height: 85px;
}

ul.footer-list-news li {
    margin-bottom: 30px;
}

ul.footer-list-news li:last-child {
    margin-bottom: 0;
}

.footer-list-news_right {
    padding-left: 15px;
}

.footer-list-news_right h5 {
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.footer-list-news_right span {
    font-size: 13px;
    color: #de0000;
}

.footer-contact p {
    line-height: 28px;
}

.footer-contact_form {
    margin-top: 20px;
}

.footer-contact_form form p {
    position: relative;
}

.footer-contact_form form p button {
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    background: var(--primary-color);
    color: #fff;
    width: 55px;
    height: 52px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer-contact_form form p input {
    width: 100%;
    height: 60px;
    padding-left: 10px;
    font-size: 14px;
    border: none;
    background: #ffffff4f;
    color: #fff;
}

.footer-contact_form form p input::-webkit-input-placeholder {
    color: #fff;
}

.footer-contact_form form p input::-moz-placeholder {
    color: #fff;
}

.footer-contact_form form p input:-ms-input-placeholder {
    color: #fff;
}

.footer-contact_form form p input::-ms-input-placeholder {
    color: #fff;
}

.footer-contact_form form p input::placeholder {
    color: #fff;
}

.copyright {
    background: var(--primary-color);
    color: #fff;
    padding: 25px 0;
}

.copyright-inner {
    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;
    font-size: 14px;
}

.copyright-inner p {
    margin-bottom: 0;
}

.copyright-tktc span {
    margin-left: 20px;
}

ul.footer-list li a:hover {
    color: var(--primary-color);
}

.footer-contact_form form p button:hover {
    background: var(--second-color);
    cursor: pointer;
}

ul.footer-list-news li a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

ul.footer-list-news li a:hover h5 {
    color: var(--primary-color);
}

.footer-contact_form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 12px;
}

.footer-contact_form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}



/*ABOUT*/

.about-wrapper {
    position: relative;
    padding: 80px 0;
}

.about-box-img {
    position: absolute;
    top: 0;
    right: -395px;
    width: 530px;
    height: 100%;
    z-index: -1;
}

.about-box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.about-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    max-width: 93%;
    gap: 10px;
    padding: 20px 30px 20px 0;
}

.about-box-text-header {
    margin-bottom: 7rem;
    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;
}

section.about {
    margin-top: -5px;
}

h4.title-home {
    position: relative;
    font-family: var(--third-font);
    margin-bottom: 30px;
    color: #333333b5;
}

h4.title-home:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #616161;
    bottom: -12px;
    left: 0;
}

h4.title-home:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background: var(--primary-color);
    bottom: -13px;
    left: 0;
}

.about-box-text-header_title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}

.about-box-text-header_sub {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-right: 18rem;
    margin-top: 45px;
}

.about-box-text-header_title h2 {
    font-family: var(--title-font);
    font-size: 28px;
/*    letter-spacing: 1.5px;*/
    line-height: 1.3;
}

.about-box-text-header_sub p {
    line-height: 26px;
}

.about-box-content-item {
    position: relative;
    border: 1px solid #8f8f8f33;
    padding: 20px 30px;
}

.about-box-content-item_thumb a img {
    width: 150px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
}

span.about-box-content-item-bagde {
    position: absolute;
    right: 20px;
    top: 5px;
    font-family: var(--title-font);
    font-size: 50px;
    opacity: 0.1;
}

.about-box-content-item h4 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #84848433;
    padding-bottom: 15px;
}

.about-box-content-item p {
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.about-box-content-item-btn {
    margin-top: 15px;
}

.about-box-content-item-btn a {
    font-size: 13px;
    font-family: var(--third-font);
}

.about-box-content-item-btn a svg {
    margin-left: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-box-content-item_thumb a {
    display: block;
    overflow: hidden;
    width: 150px;
    height: 120px;
}

.about-box-content-item h4>a:hover, .about-box-content-item-btn a:hover {
    color: var(--primary-color);
}

div#owl-about .owl-nav button {
    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: var(--primary-color);
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#owl-about .owl-nav button svg {
    font-size: 18px;
}

div#owl-about .owl-nav button.owl-prev {
    left: -50px;
}

div#owl-about .owl-nav button.owl-next {
    right: -50px;
}

div#owl-about .owl-nav button:hover {
    background: #c70000;
}

div#owl-about .owl-stage-outer {
    padding-bottom: 5px;
}

/*SERVICE*/

section.service {
    background: #1A191E;
    padding-top: 8rem;
    padding-bottom: 11rem;
    color: #fff;
}

.header-title {
    text-align: center;
    margin-bottom: 6rem;
}

h4.title-home.title-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: var(--primary-color);
}

h4.title-home.title-center:after {
    left: 46.5%;
}

h4.title-home.title-white {
    color: #ccc;
}

.header-title h2 {
    font-size: 28px;
    font-family: var(--title-font);
    margin-top: 40px;
    letter-spacing: 0.5px;
}

.service-item-thumb a {
    display: block;
    overflow: hidden;
}

.service-item-thumb a img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
}

.service-item-content {
    position: relative;
    border: 1px solid #434343;
    margin-top: 8px;
    padding: 2rem;
    text-align: center;
    min-height: 22rem;
}

span.service-item-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    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: 60px;
    height: 60px;
    background: #c70000;
}

span.service-item-icon svg {
    font-size: 30px;
}

h3.service-item-title {
    margin-top: 35px;
    margin-bottom: 15px;
}

h3.service-item-title a {
    text-transform: uppercase;
    font-size: 20px;
}

.service-item-content p {
    font-size: 14px;
    line-height: 23px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
div#owl-service .owl-dots {
    bottom: -40px;
}

div#owl-service .owl-nav button, div#owl-gallery .owl-nav button {
    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: #215117;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#owl-service .owl-nav button svg, div#owl-gallery .owl-nav button svg {
    font-size: 20px;
    color: #fff;
}

div#owl-service .owl-nav button.owl-prev,div#owl-gallery .owl-nav button.owl-prev {
    left: -60px;
}

div#owl-service .owl-nav button.owl-next, div#owl-gallery .owl-nav button.owl-next {
    right: -60px;
}

div#owl-service .owl-nav button:hover {
    background: #ff0000;
}


.service-item-thumb>a>img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

span.service-item-icon:hover {
    background: #fff;
    color: #c70000;
    cursor: pointer;
}

h3.service-item-title:hover a {
    color: var(--primary-color);
}




/*PROJECT*/

section.project {
    padding: 8rem 0;
    position: relative;
}

.project-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.project-image, .project-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

section.project:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: #f6f6f6;
    z-index: -1;
}

.project-image {
    position: relative;
}

span.project-image-badge {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -40px;
    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: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgb(0 0 0 / 8%);
    box-shadow: 0 0 0 8px rgb(0 0 0 / 8%);
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

span.project-image-badge:hover {
    background: #fff;
    cursor: pointer;
}

span.project-image-badge:hover svg {
    color: var(--primary-color);
}

span.project-image-badge svg {
    color: #fff;
    font-size: 30px;
}

.project-image img {
    width: 100%;
    height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
}

.project-content {
    position: relative;
    background: #fff;
    padding: 5rem 7rem;
}

.project-content h3 {
    font-family: var(--title-font);
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
}

.project-content p {
    font-size: 14px;
    line-height: 25px;
}

.project-content ul {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
    list-style: square;
}

.project-content ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.project-content-btn a {
    background: var(--primary-color);
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
}

.project-content-btn {
    margin-top: 50px;
}

.project-content-btn a:hover {
    background: var(--second-color);
}

/*WHY*/
.video {
    background: url(assets/images/home/bg-video.jpg) no-repeat top center;
    background-size: cover;
    min-height: 600px;
    padding-top: 6rem;
    position: relative;
    z-index: 1;
}

.why {
    margin-top: -230px;
    z-index: 2;
    position: relative;
}

.video:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}

.video-text {
    text-align: center;
    color: #fff;
    position: relative;
}

span.video-text-icon {
    font-size: 80px;
}

span.video-text-icon a svg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

span.video-text-icon a:hover svg {
    color: var(--primary-color);
}

.video-text h2 {
    font-size: 48px;
    margin: 15px 0;
    font-family: var(--title-font);
}

.video-text p {
    font-size: 18px;
}


.why-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    display: block;
    position: relative;
}

.why-image img {
    width: 100%;
    height: 470px;
}

.why-image-text {
    position: absolute;
    left: 30px;
    top: 15%;
}

.why-image-text h3 {
    font-family: var(--title-font);
    font-size: 28px;
    line-height: 38px;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

a.why-image-btn {
    display: inline-block;
    margin-top: 3rem;
    background: #fff;
    padding: 15px 35px;
    font-family: var(--third-font);
    font-size: 14px;
}

.why-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 70%;
    display: block;
    padding-left: 6rem;
    padding-top: 6rem;
    position: relative;
}

.why-content-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 151%;
    height: 300px;
    background: #efefef;
    z-index: -1;
}

.why-content-text-title {
    max-width: 400px;
    font-size: 15px;
    margin-bottom: 50px;
    font-family: var(--third-font);
    color: #747474;
}

.review-item-text {
    position: relative;
    -webkit-box-shadow: 1px 1px 10px #3333;
            box-shadow: 1px 1px 10px #3333;
    padding: 30px;
    background: #fff;
}

.review-item {
    padding: 5px;
    padding-top: 20px;
}

span.review-item-icon {
    position: absolute;
    right: 30px;
    top: -20px;
    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: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}

.review-item-rating {
    color: #ff8e14;
    margin-bottom: 20px;
}

.review-item-rating svg {
    margin-right: 2px;
}

.review-item-text p {
    font-size: 14px;
    color: #949494;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 0;
}

.review-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
}

span.review-item-avatar {
    width: 60px;
    height: 60px;
}

span.review-item-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.review-item-info-text {
    margin-left: 15px;
}

.review-item-info-text h4 {
    font-size: 16px;
}

.review-item-info-text p {
    margin-bottom: 0;
    font-size: 14px;
}

.review-item-text:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    bottom: -20px;
    left: 20px;
}

div#owl-why .owl-nav button {
    position: absolute;
    top: -95px;
    right: 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: 50px;
    height: 50px;
    background: var(--second-color);
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#owl-why .owl-nav button.owl-prev {
    right: 60px;
    left: auto;
}

div#owl-why .owl-nav button svg {
    font-size: 20px;
}

a.why-image-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

div#owl-why .owl-nav button:hover,
div#owl-news .owl-nav button:hover {
    background: var(--primary-color);
}

/*GALLERY*/

section.gallery {
    padding: 8rem 0;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 6px;
    padding-bottom: 6px;
}

.gallery-item img {
    height: 460px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.gallery-item span {
    position: absolute;
    top: 46%;
    left: 46%;
    color: #fff;
    font-size: 26px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.gallery-item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    content: "";
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.gallery-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
}

.gallery-item:hover span {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

div#owl-gallery .owl-dots {
    bottom: -8%;
}

/*COUNTER*/

.counter-box {
    position: relative;
    background: var(--primary-color);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 30px 40px;
}

.counter-box:before {
    position: absolute;
    content: "";
    width: 36%;
    height: 100%;
    right: -36%;
    top: 0;
    background: var(--primary-color);
}

.counter-box:after {
    position: absolute;
    content: "";
    width: 40%;
    height: 2px;
    left: -36%;
    top: 52%;
    background: #ccc;
    z-index: -1;
}

.counter-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.2%;
            flex: 0 0 23.2%;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #ffffffa1;
    height: 130px;
    margin-right: 25px;
}

.counter-box .counter-item:last-child {
    margin-right: 0;
}

.counter-item h4 {
    font-family: var(--title-font);
    font-size: 30px;
    margin-bottom: 10px;
}

.counter-item p {
    margin-bottom: 0;
    font-size: 18px;
}

/*NEWS*/

section.news {
    padding: 8rem 0;
    background: url(assets/images/home/bg-new.jpg) no-repeat center;
    background-size: cover;
}

.title-news {
    margin-bottom: 5rem;
}

.title-news span {
    font-family: var(--third-font);
    color: #5d5d5d;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.title-news span:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -6px;
    background: var(--primary-color);
}

.title-news span:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    left: 0;
    bottom: -7px;
    background: var(--primary-color);
}

.title-news h2 {
    font-size: 28px;
    font-family: var(--title-font);
}

.news-item-thumb a {
    display: block;
    overflow: hidden;
}

.news-item-thumb a img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-item-content {
    background: #fff;
    padding: 2rem 2.5rem;
    border-bottom: 4px solid var(--primary-color);
/*    min-height: 16.5rem;*/
}

.news-item-content time {
    font-size: 14px;
}

.news-item-content h3 {
    margin: 12px 0;
    font-size: 20px;
}

.news-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.news-item-content-btn {
    font-size: 14px;
    font-family: var(--third-font);
}

a.news-item-content-btn svg {
    margin-left: 5px;
}

div#owl-news .owl-nav button {
    position: absolute;
    top: -95px;
    right: 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: 50px;
    height: 50px;
    background: var(--second-color);
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#owl-news .owl-nav button.owl-prev {
    right: 60px;
    left: auto;
}

div#owl-news .owl-nav button svg {
    font-size: 20px;
}

div#owl-news .owl-dots {
    bottom: -9%;
}

.news-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

.news-item:hover h3>a {
    color: var(--primary-color);
}

a.news-item-content-btn:hover {
    color: var(--primary-color);
}


/*ARCHIVE*/

aside#secondary {
    background-color: #f5f5f5;
    padding: 25px;
}

h3.v-sidebar-title:after {
    display: block;
    height: 2px;
    margin-top: 0;
    margin-bottom: -2px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    background-color: #fcaf17;
}

h3.v-sidebar-title:after {
    background: -webkit-gradient(linear,left top, right top,color-stop(0, var(--primary-color)),color-stop(66%, var(--primary-color)),color-stop(66%, rgba(255,255,255,0)),color-stop(71%, rgba(255,255,255,0)),color-stop(71%, #20501785));
    background: -o-linear-gradient(left,var(--primary-color) 0,var(--primary-color) 66%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 71%,#20501785 71%);
    background: linear-gradient(to right,var(--primary-color) 0,var(--primary-color) 66%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 71%,#20501785 71%);
}

.gallery-box-item {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 3rem;
}

.gallery-box-item img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
}

.gallery-box-item span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.gallery-box-item:hover span {
    visibility: visible;
    opacity: 1;
}

.gallery-box-item span svg {
    color: #fff;
    font-size: 26px;
}

.gallery-box-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
}

.v-content-single-post {
    line-height: 25px;
    font-size: 14px;
}

.v-content-single-post h2, .v-content-single-post h3,.v-content-single-post h4 {
    margin-bottom: 12px;
    margin-top: 20px;
}

.v-content-single-post h2 {
    font-size: 28px;
}

.v-content-single-post h3 {
    font-size: 20px;
}

.v-content-single-post h4 {
    font-size: 16px;
}

.profile-item {
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
}

div#owl-profile {
    margin-top: 3rem;
}

div#owl-profile .owl-nav button {
    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: var(--primary-color);
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#owl-profile .owl-nav button.owl-prev {
    left: -50px;
}

div#owl-profile .owl-nav button.owl-next {
    right: -50px;
}

div#owl-profile .owl-nav button svg {
    font-size: 18px;
}

div#owl-profile .owl-nav button:hover {
    background: #c70000;
}