@charset "UTF-8";
/*!

Theme Name: WP Vdigi

Theme URI: https://vdigi.vn

Author: Dev Vdigi Corporation

Author URI: https://vdigi.vn

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 Vdigi. 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: "Roboto";
    src: url("assets/fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("assets/fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("assets/fonts/roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Black";
    src: url("assets/fonts/roboto/Roboto-Black.ttf");
}

:root {
    --primary-color: #1b5c3a;
    --second-color: #000;
    --primary-font: "Roboto";
    --second-font: "Roboto-Bold";
    --title-font: "Roboto-Black";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

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-family: var(--second-font);
}
strong {
    font-weight: 400;
}


/*HEADER*/
.header-main-logo>a>img {
    max-width: 100px;
}
.header-main .col-md-4 {
    padding-right: 0;
}
.header-main-logo {
    position: relative;
    bottom: 15px;
}
.header-main-logo>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-main {
    background-color: var(--second-color);
    color: #fff;
}

.header-top {
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 3px solid var(--primary-color);
}

ul.list-header-top {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    margin-right: 30%;
}

ul.list-header-top>li {
    display: inline-block;
    font-family: "Roboto-Medium";
    font-size: 15px;
    color: #fff;
}
ul.list-header-top>li>i {
    margin-right: 2px;
}

ul.list-header-top>li>span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    background-color: #ff0000;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 3px;
}

li.item-top-bar.item-social>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25px;
    height: 25px;
    background-color: var(--second-color);
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
li.item-top-bar.item-social>a:hover {
    background: transparent;
    border: 1px solid var(--second-color);
    color: var(--second-color);
}
.left-header-top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    display: block;
    background-color: var(--second-color);
    position: relative;
}

.right-header-top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    padding: 5px 0;
}

.left-header-top:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 36px 0;
    border-color: transparent #1b5c3a transparent transparent;
    right: 0;
}

ul.list-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-logo-text h2 {
    text-transform: uppercase;
    font-family: var(--second-font);
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.header-logo-text>h2 {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 23px;
    letter-spacing: 0;
    color: #ff0000;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
}

h4.js-text-sub {
    font-family: 'Roboto-Black';
    text-transform: uppercase;
    font-size: 23px;
}

/*.header-logo-text>h2 {
    color: var(--primary-color);
    font-family: 'Roboto-Black';
}*/

.header-logo-text {
    margin-left: 8px;
}
a.item-menu-hsnl {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 10px;
    font-family: 'Roboto-Medium';
    border-radius: 3px;
    margin-left: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wrapper-menu ul#menu-main>li>a {
    position: relative;
}

.wrapper-menu ul#menu-main>li>a:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: -7px;
    height: 2px;
    background: var(--primary-color);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.wrapper-menu ul#menu-main>li.current-menu-item>a:before,.wrapper-menu ul#menu-main>li>a:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.wrapper-menu ul#menu-main>li.current-menu-item>a,.wrapper-menu ul#menu-main>li>a:hover {
    color: var(--primary-color);
}

.header-main-inner {
    background-color: var(--second-color);
}
.header-main-inner.fixed .header-main-logo {
    bottom: 0;
    padding: 5px 0;
}

.header-main-inner.fixed img {
    max-width: 75px;
}

section.slide-homepage button.owl-prev {
    left: 50px;
}

section.slide-homepage button.owl-next {
    right: 50px;
}

/*ABOUT*/

section.about {
    padding: 7rem 0;
}

.about-text-header>span {
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 20px;
}

.about-text-header>h2 {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 26px;
    margin-top: 5px;
}

.about-text-header>h2>strong {
    color: var(--primary-color);
    font-family: var(--title-font);
}

.about-text-header {
    position: relative;
    margin-bottom: 3rem;
}

.about-text-header:before {
    position: absolute;
    left: 0;
    bottom: -13px;
    content: "";
    width: 80px;
    height: 3px;
    background-color: var(--primary-color);
}

.about-text-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.about-text-item>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12%;
            flex: 0 0 12%;
    height: 62px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 3rem;
}

.about-text-item>span>i {
    font-size: 2.6rem;
    color: #fff;
}

.about-text>p {
    margin: 30px 0;
}

.about-item-right>h4 {
    font-family: var(--second-font);
    font-size: 20px;
}

.about-item-right>p {
    font-size: 16px;
}

.about-btn {
    text-align: center;
}

.about-btn>a {
    color: var(--primary-color);
    border-bottom: 1px solid;
}
.about-image img {
    width: 100%;
    height: 460px;
}
.about-contact-zalo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 4rem;
}

.about-contact-item>a {
    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;
}

.about-contact-item>a>img {
    max-width: 70px;
}

.about-contact-item {
    border: 2px dashed var(--primary-color);
    border-radius: 6px;
    padding: 8px 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
}

a.about-contact-item__link h4 {
    font-family: var(--second-font);
    font-size: 16px;
    margin: 8px 0;
}

a.about-contact-item__link strong {
    color: #ff0000;
    font-family: var(--second-font);
    font-size: 18px;
}
.about-btn>a:hover {
    color: var(--second-color);
}

.about-contact-item:hover {
    border: 2px solid var(--second-color);
}

/*COUNTER*/
section.counter:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: #000000d6;
}
section.counter {
    padding: 7rem 0;
    background: url(assets/images/home/bg-counter.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
}
.counter-block {
    position: relative;
    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;
}

.counter-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    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;
    position: relative;
}

.count-number > span {
    font-family: var(--title-font);
    font-size: 3.6rem;
}

.count-number > strong {
    font-family: 'Roboto-Medium';
    font-weight: 400;
    color: var(--primary-color);
    margin-right: 5px;
    font-size: 30px;
    margin-left: 5px;
}

span.counter-sub {
    font-family: var(--primary-font);
    font-size: 26px;
}

.counter-item>h3 {
    font-size: 22px;
    margin-top: 5px;
}

.counter-header {
    position: relative;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
}
.counter-header>div {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}
.counter-header i {
    margin: 0 10px;
    color: var(--primary-color);
    font-size: 22px;
}

/*SERVICE*/
section.service {
    padding: 7rem 0;
    background: url(assets/images/home/bg_service.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.title-home {
    text-align: center;
    margin-bottom: 4rem;
}

.title-home>h2 {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-size: 32px;
}

.title-home>h2>span {
    color: var(--primary-color);
}

.title-home>p {
    margin: 10px 0;
}

.title-home img {
    max-width: 260px;
    margin: 0 auto;
}
.service-item {
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px #33333375;
            box-shadow: 0px 0px 10px #33333375;
    margin-bottom: 3rem;
    text-align: center;
    border-bottom: 3px solid var(--primary-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.service-item-thumb__link {
    display: block;
    overflow: hidden;
}

a.service-item-thumb__link img {
    width: 100%;
    height: 230px;
    border-radius: 10px 10px 0 0;
}

.service-item-content {
    position: relative;
    padding: 40px 5px 15px 5px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.service-item-content>span {
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 6px #3333;
            box-shadow: 1px 1px 6px #3333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.service-item-content>span>i {
    color: var(--primary-color);
    font-size: 25px;
}

h3.service-item__title>a {
    text-transform: uppercase;
    font-family: var(--second-font);
    font-size: 20px;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

h3.service-item__title {
    margin: 5px 0;
    margin-bottom: 25px;
    position: relative;
}

h3.service-item__title:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -12px;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
}

.service-item-content>p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

a.service-item__btn {
    font-family: 'Roboto-Medium';
    color: var(--primary-color);
    border-bottom: 2px solid;
}

.service-btn {
    text-align: center;
    margin-top: 0;
}

.service-btn>a {
    background-color: var(--second-color);
    color: #fff;
    padding: 12px 25px;
}
.service-item:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}

a.service-item-thumb__link:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

h3.service-item__title>a:hover {
    color: var(--primary-color);
}
.service-btn>a:hover {
    background-color: var(--primary-color);
}
.service-item:hover span>i {
    color: #fff;
}
.service-item:hover span {
    background-color: var(--primary-color);
}

/*WHY*/
section.why {
    padding: 7rem 0;
    background: url(assets/images/home/bg_why.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
}
.why-item {
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
}

.why-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    background-color: var(--primary-color);
    border-radius: 50%;
    -webkit-box-shadow: 1px 2px 6px #ffffff5e;
            box-shadow: 1px 2px 6px #ffffff5e;
}

.why-item span i {
    font-size: 4rem;
    color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.why-item span:hover i {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
.why-item span:hover {
    cursor: pointer;
}
.why-item h3 {
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    font-size: 2.2rem;
    margin: 25px 0;
}

.why-item p {
    margin: 0;
}

/*VIDEO*/
section.video-clips {
    padding: 7rem 0;
}

section.video-clips iframe {
    width: 100%;
    height: 250px;
}
section.video-clips .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}

section.video-clips .owl-carousel .owl-nav button.owl-next {
    right: -45px;
}
a.video-link {
    display: block;
    overflow: hidden;
    position: relative;
}

a.video-link svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/*REVIEW*/
section.review {
    padding: 7rem 0;
    background: url(assets/images/home/bg_review.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
}
.review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5%;
}

.review-item-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    border: 3px solid var(--primary-color);
    padding: 5px;
    border-radius: 5px;
}

.review-item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    padding-left: 40px;
}

section.review:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d6;
}

.title-home {
    position: relative;
}

.review-item-content>span {
    font-size: 5rem;
    color: var(--primary-color);
}

.review-item-content p {
    margin: 15px 0;
    font-size: 17px;
}

.review-rating {
    font-size: 20px;
    color: var(--primary-color);
}

h4.review-name {
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Roboto-Medium';
}

h4.review-name span:nth-of-type(2) {
    display: inline-block;
    width: 35px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 0 10px;
}

h4.review-name span:nth-of-type(3) {
    font-style: italic;
}

h4.review-name span:nth-of-type(1) {
    font-size: 20px;
}
section.review .owl-theme .owl-dots {
    bottom: -20px;
}



/*BLOGS*/
section.blogs {
    padding: 7rem 0;
}

.blog-item-thumb>a {
    display: block;
    overflow: hidden;
}

.blog-item-thumb>a>img {
    height: 260px;
    width: 100%;
}

.blog-item-content {
    position: relative;
    width: 90%;
    background: #fff;
    bottom: 50px;
    -webkit-box-shadow: 0px 0px 20px #3333;
            box-shadow: 0px 0px 20px #3333;
    border-radius: 0 10px 10px 0;
    padding: 10px 20px 20px 20px;
}

.blog-item-content>span {
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: var(--primary-color);
    border-radius: 4px;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    padding: 3px 8px;
    color: #fff;
}

h4.blog-item__title {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4.blog-item__title>a {
    font-family: var(--second-font);
    font-size: 18px;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item-content p {
    font-size: 15px;
    line-height: 22px;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

a.blog-item__more {
    font-family: 'Roboto-Medium';
    color: var(--primary-color);
    font-size: 15px;
    border-bottom: 2px solid;
}
.owl-carousel .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;
    border: 2px solid var(--primary-color) !important;
    border-radius: 50%;
    z-index: 999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.owl-carousel .owl-nav button i {
    color: var(--primary-color);
}
.owl-carousel .owl-nav button i {
    font-size: 22px;
}
.owl-carousel .owl-nav button:hover {
    background-color: var(--primary-color) !important;
}

.owl-carousel .owl-nav button:hover i {
    color: #fff;
}
section.blogs .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}

section.blogs .owl-carousel .owl-nav button.owl-next {
    right: -45px;
}
.blog-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);
}

.blog-item:hover h4>a {
    color: var(--primary-color);
}

/*NEWLETTER*/
section.newletter {
    background-color: var(--primary-color);
    padding: 30px 0;
}

.newletter-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;
}

.newletter-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
        color: #fff;
}

.newletter-text>i {
    font-size: 5rem;
}

.newletter-text-right h3 {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-size: 26px;
}

.newletter-text-right p {
    margin: 0;
}

.newletter-text-right {
    padding-left: 15px;
}

.form-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;
    position: relative;
}

.haft-form input {
    width: 100%;
    border: none;
    padding-left: 10px;
    height: 40px;
    margin-bottom: 10px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}
.newletter-form .wpcf7 .ajax-loader {
    position: absolute;
    right: -75px;
}
.newletter-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    text-align: center;
    font-size: 13px;
    border-color: #000000;
}
.haft-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
}

.haft-form p {
    margin-bottom: 0;
    position: relative;
}

.haft-form p span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    bottom: -14px;
}

.newletter-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    margin-bottom: -10px;
}

.newletter-form .wpcf7-submit {
    background-color: var(--second-color);
    color: #fff;
    font-family: 'Roboto-Medium';
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.newletter-form .wpcf7-submit:hover {
    border: 2px solid #fff;
    cursor: pointer;
    background: transparent;
    color: #fff;
}

.newletter-text {
    opacity: 0;
}

/*FOOTER*/
section.footer {
    background: url(assets/images/home/footer-bg.png) no-repeat center center;
    background-size: cover;
    background-color: #070e21;
    position: relative;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 2rem;
}
a.footer-logo__link img {
    max-width: 180px;
}

.footer-block {
    position: relative;
}

.footer-block-logo {
    position: absolute;
    top: -170px;
    left: 0;
}

.footer-block p {
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0;
}

h3.footer-block-title {
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    margin-bottom: 20px;
}

ul.footer-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.footer-list>li {
    margin-bottom: 10px;
    font-size: 15px;
}

ul.footer-list>li>a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 10px;
}

ul.footer-list>li>a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}
._copyright {
    background-color: var(--primary-color);
    text-align: center;
    padding: 10px 0;
}

._copyright p {
    margin: 0;
    font-size: 15px;
}

._copyright-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;
    color: #fff;
}

._copyright-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

._copyright-box ul li {
    display: inline-block;
    margin-left: 20px;
}

.footer-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 3px;
    margin-right: 3px;
}

.footer-social a:nth-of-type(1) {
    background-color: #2196f3;
}

.footer-social a:nth-of-type(2) {
    background-color: #03a9f4;
}

.footer-social a:nth-of-type(3) {
    background-color: coral;
}

.footer-social a:nth-of-type(4) {
    background-color: #f44336;
}
.footer-block iframe {
    width: 100%;
    height: 180px;
}
.footer-social a:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
ul.list-contact {
    padding: 0;
    list-style: none;
    margin: 15px 0;
    position: relative;
    top: 40px;
}

ul.list-contact>li {
    font-size: 15px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

ul.list-contact>li>i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7%;
            flex: 0 0 7%;
    color: #ffffff;
}

section.footer .row>div:nth-of-type(2) {
    -webkit-box-flex: 1.4;
        -ms-flex-positive: 1.4;
            flex-grow: 1.4;
}

.footer-social {
    position: relative;
    margin-top: 55px;
}

/*ARCHIVE*/
h2.header-page-title {
    position: relative;
    text-transform: uppercase;
    font-family: var(--second-font);
    font-size: 26px;
}

.wrapper-header-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 85px;
}

.breadcrumb-style {
    position: relative;
}



/*SINGLE*/
h1._single_title_about {
    text-align: center;
    text-transform: uppercase;
    font-family: var(--second-font);
    font-size: 24px;
}
a.related-item-thumb__link {
    display: block;
    overflow: hidden;
}

a.related-item-thumb__link img {
    height: 180px;
}

h3.related-item__title {
    margin: 15px 0;
}

h3.related-item__title>a {
    text-transform: capitalize;
    font-family: 'Roboto-Medium';
    font-size: 16px;
}
div#owl-related button.owl-prev {
    left: 15px;
}

div#owl-related button.owl-next {
    right: 15px;
}

div#owl-related button {
    top: 30%;
}
.related-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);
}

.related-item:hover h3>a {
    color: var(--primary-color);
}
p.v-sub-title-single {
    margin-bottom: 2rem;
    text-align: center;
}

p.v-sub-title-single>i {
    margin: 0 5px;
    color: var(--primary-color);
}
p.image-detail {
    font-size: 14px;
    font-style: italic;
}

p.image-detail>img {
    margin-bottom: 6px;
}
h1.page-title {
    margin-bottom: 20px;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

section.social {
    display: block;
    margin-top: 8rem;
}

.gallery-item>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.gallery-item>a>img {
    height: 270px;
    object-fit: cover;
}

.gallery-item>a:hover img {
    filter: brightness(0.7);
    transform: scale(1.1);
}

.partner-item>a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #3333;
}

.partner-item>a>img {
    object-fit: scale-down;
    height: 135px;
}

.partner-item>a:hover {
    border-color: #1b5c3a;
}

.partner-item>a:hover img {
    transform: scale(1.1);
}

section.partner {
    padding-bottom: 7rem;
}

div#owl-partner .owl-nav button {
    top: 40%;
}

.profile-item {
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
}

div#owl-profile {
    margin-bottom: 6rem;
}

div#owl-profile .owl-dots {
    bottom: -35px;
}

div#owl-profile .owl-dots button {
    background: #a3a3a3 !important;
}

div#owl-profile .owl-dots button.active {
    background: #1b5c3a !important;
    width: 10px !important;
    height: 10px !important;
}