/*
Theme Name: knw
Theme URI: https://wordpress.org
Author: knw
Author URI: https://wordpress.org
Description:  knw
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: knw
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@font-face {
    font-family: Inter-Regular;
    src: url(assets/fonts/k-fonts/Inter-Regular.woff2) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Inter-Bold;
    src: url(assets/fonts/k-fonts/Inter-Bold.woff2) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Inter-SemiBold;
    src: url(assets/fonts/k-fonts/Inter-SemiBold.woff2) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Inter-Light;
    src: url(assets/fonts/k-fonts/Inter-Light.woff2) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Roboto-Medium;
    src: url(assets/fonts/roboto/Roboto-Medium.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(assets/fonts/k-fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(assets/fonts/k-fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(assets/fonts/k-fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Merriweather-Light;
    src: url(assets/fonts/k-fonts/Merriweather-Light.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

:root {
    --primary-color: #000000;
    --second-color: #409df8;
    --third-color: #ED1C22;
    --fourth-color: #ffffff36;
    --primary-font: "Inter-Regular";
    --second-font: "Inter-Bold";
    --third-font: "Inter-SemiBold";
    --fourth-font: "Inter-Light";
}

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

html {
    font-size: 62.5%;
}

html {
    scroll-behavior: smooth;
}

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

img {
    max-width: 100%;
    height: auto;
}

a,
a:focus,
a:hover,
a:visited,
input:focus,
textarea:focus,
button:focus,
.form-control:focus {
    text-decoration: none !important;
    color: inherit;
    outline: none !important;
    border-color: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

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

p {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}


@media (min-width: 1400px) {
    .container {
        max-width: 1200px !important;
    }
}

/*@media (max-width: 1399px) and (min-width: 1200px) {*/
/*    .container {*/
/*        max-width: 1200px !important;*/
/*    }*/
/*}*/

.grecaptcha-badge {
    display: none !important;
}

.modal-backdrop {
    z-index: 1;
}

i.fas.fa-phone {
    -webkit-transform: rotateY(145deg);
    -ms-transform: rotateY(145deg);
    transform: rotateY(145deg);
}

.row {
    --bs-gutter-x: 3.5rem;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #e1e1e1;
}


/*===============// V CSS //==============*/
div#content{
    overflow: hidden;
}


.v-section-pd {
    padding: 6rem 0;
}

a.cd-top {
    background: var(--second-color);
    border-radius: .25rem;
    border: 1px solid #ffffff7d;
    z-index: 9999999999999;
}

a.cd-top i {
    position: absolute;
    font-size: 15px;
    color: #fff;
}

.v-single-real-comment {
    margin-bottom: 30px;
}

.v-ovl {
    background: var(--second-color);
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

a.v-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 50px;
    font-family: var(--third-font);
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    background: var(--third-color);
    color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a.v-btn i {
    margin-right: 5px;
}

a.v-btn:hover {
    background: #bd2000e8;
}

.v-block-title {
    margin-bottom: 4rem;
}

.v-block-title span.v-title-slogan {
    font-family: var(--third-font);
    color: var(--third-color);
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-bottom: .3rem;
}

.v-block-title h2 {
    font-family: var(--second-font);
    font-size: 3.4rem;
    margin-bottom: 2rem;
    text-transform: capitalize;
    color: var(--primary-color);
}

.v-block-title h2 span {
    color: var(--second-color);
}

.v-block-title span.v-block-decor {
    display: inline-block;
    font-family: var(--second-font);
    line-height: 1;
    font-size: 50px;
    color: #fff;
}

.v-block-title span.v-block-decor:after {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 0 14px;
    background-color: #ccc;
    content: '';
    vertical-align: 55%;
}

.v-block-title span.v-block-decor:before {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 0 14px;
    background-color: #ccc;
    content: '';
    vertical-align: 55%;
}

@media screen and (max-width: 1200px) {
    .v-block-title {
        margin-bottom: 2rem;
    }
}

/*===============// SWIPER //==============*/
.v-swiper-wrapper {
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: var(--second-color);
    border-radius: 100%;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--third-color);
    -webkit-box-shadow: 0 5px 15px rgb(0 174 239 / 50%);
    box-shadow: 0 5px 15px rgb(0 174 239 / 50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    position: absolute;
    top: 39%;
    left: 42%;
    font-size: 10px;
    color: #fff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: var(--swiper-theme-color);
    opacity: 1;
}

.swiper-slide img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 1px;
    color: var(--second-color);
    font-size: 14px;
}

@media screen and (max-width: 1500px) {
    .swiper-slide img {
        max-height: 500px;
    }
}

@media screen and (max-width: 1300px) {
    .swiper-slide img {
        max-height: 480px;
    }
}

@media screen and (max-width: 1200px) {
    .swiper-slide img {
        max-height: 460px;
    }
}

@media screen and (max-width: 767px) {

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 45%;
        width: 35px;
        height: 35px;
    }
}

/*===============// END SWIPER //==============*/

/*===============// MAIN MENU //==============*/
.v-main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.v-main-menu {
    width: 100%;
}

#v-main-menu ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

#v-main-menu ul li,
.v-search-btn {
    position: relative;
    margin-left: 4rem;
    cursor: pointer;
}

#v-main-menu ul li.menu-item-has-children {
    margin-right: 12px;
}

#v-main-menu ul li.v-menu-style-1 a {
    background: #dfe3e9;
    font-size: 1.5rem;
    color: var(--primary-color);
    padding: 8px 11px;
    border-radius: 5px;
}

#v-main-menu ul li:first-child {
    margin-left: 0;
}

#v-main-menu ul li.v-menu-icon-home a {
    visibility: hidden;
}

#v-main-menu ul li.v-menu-icon-home a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f015";
    visibility: initial;
}

@media (min-width: 1000px) and (max-width: 1024px) {

    #v-main-menu ul li,
    .v-search-btn {
        margin-left: 4rem;
    }
}

#v-main-menu ul li a {
    position: relative;
    font-family: var(--third-font);
    color: var(--primary-color);
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 6.4rem;
}

#v-main-menu ul li:hover a,
.v-search-btn i:hover {
    color: var(--third-color);
}

.v-search-btn i {
    font-size: 14px;
}

/*submenu1*/
#v-main-menu ul li ul {
    margin: 0;
    position: absolute;
    top: 100%;
    z-index: 99;
    min-width: 230px;
    border: none;
    text-align: left;
    background: #fff;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0 1px 11px 0px rgb(0 0 0 / 20%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

#v-main-menu ul li:hover ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

#v-main-menu ul li:hover ul li ul {
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: -98%;
    width: 0;
}

#v-main-menu ul li:hover ul li:hover ul {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 100%;
}

#v-main-menu ul li ul li {
    position: relative;
    width: 100%;
    margin: 0;
    border-bottom: solid 1px #eeeeee;
}

#v-main-menu ul li ul li:hover {
    color: var(--primary-color);
    background: #eeeeee;
}

#v-main-menu ul li ul li a {
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    padding: 8px 8px 8px 28px;
    text-transform: initial;
    color: var(--primary-color);
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    width: 100%;
}

#v-main-menu ul li:hover ul li a,
#v-main-menu ul li:hover ul li:hover ul li a {
    color: var(--primary-color);
}

#v-main-menu ul li:hover ul li:hover a,
#v-main-menu ul li:hover ul li:hover ul li:hover a {
    color: var(--third-color);
    ;
}

#v-main-menu ul li ul li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-size: 9px;
    color: var(--third-color);
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#v-main-menu li.menu-item-has-children:after,
#v-main-menu li.v-megamenu.menu-item-has-children a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    color: var(--primary-color);
    position: absolute;
    right: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#v-main-menu li.v-megamenu.menu-item-has-children:after,
#v-main-menu li.v-megamenu.menu-item-has-children ul li a:after {
    content: unset;
}

#v-main-menu li.v-megamenu.menu-item-has-children ul li:hover {
    background: transparent;
}

#v-main-menu li.menu-item-has-children li.menu-item-has-children:after {
    right: 7px;
    color: var(--primary-color);
}

#v-main-menu ul li ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    border-bottom: 3px solid #fffb00;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*end submenu*/

/*submenu style mega*/
#v-main-menu ul li.v-megamenu.menu-item-has-children {
    position: static;
}

#v-main-menu ul li.v-megamenu ul {
    width: 100%;
    left: 15px;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

#v-main-menu ul li.v-megamenu ul li {
    border: unset;
    width: 23.8%;
    margin-bottom: 1rem;
}


#v-main-menu li.v-megamenu ul li.menu-item-has-children:after {
    content: unset;
}

#v-main-menu ul li.v-megamenu ul li a {
    padding: 4px;
    height: auto;
}

#v-main-menu ul li.v-megamenu ul li ul,
#v-main-menu ul li.v-megamenu ul li:hover ul {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    left: 0;
    background: unset;
    box-shadow: unset;
    flex-flow: column;
    padding: 0 0 0 3px;
}

#v-main-menu ul li.v-megamenu ul li ul li {
    width: 100%;
    margin-bottom: 0;
}

#v-main-menu li.v-megamenu.menu-item-has-children ul li a {
    font-family: var(--second-font);
    text-transform: uppercase;
}

#v-main-menu li.v-megamenu.menu-item-has-children ul li.menu-item-has-children ul li a {
    font-family: inherit;
    text-transform: inherit;
}

#v-main-menu ul li.v-megamenu ul li a:before,
#v-main-menu ul li.v-megamenu ul li a:after,
#v-main-menu ul li.v-megamenu ul li ul li a:before,
#v-main-menu ul li.v-megamenu ul li ul li a:after {
    content: unset;
}

/*end submenu style mega*/

/*search form*/

#v-search-form .modal-content {
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

#v-search-form .modal-dialog {
    top: 2.7rem;
}

#v-search-form .form-control {
    height: calc(1.5em + .75rem + 2px);
    font-size: 1.5rem;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
}

#v-search-form button.btn-close[type=submit] {
    margin-top: -3px;
}

#v-search-form button.btn-close[type=button] {
    margin-top: 4px;
    background-size: 14px;
}

@media screen and (max-width: 1440px) {

    #v-main-menu ul li,
    .v-search-btn {
        margin-left: 3.5rem;
    }
}

@media screen and (max-width: 1200px) {

    #v-main-menu ul li,
    .v-search-btn {
        margin-left: 2rem;
    }

    #v-main-menu ul li a {
        font-size: 1.4rem;
        line-height: 6rem;
    }
}

/*search form*/

/* sticky menu */
.fixed {
    left: 0;
    max-width: 100%;
    overflow: visible;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-animation: smoothScroll 0.5s forwards;
    animation: smoothScroll 0.5s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.v-header-main.fixed {
    height: 5.5rem;
    z-index: 2;
    border-bottom: 2px solid var(--second-color);
}

.v-header-main.fixed .v-header-main-logo {
    height: 5rem;
    padding-top: 5px;
}

.v-header-main.fixed .header-main-logo h1 {
    height: 40px;
}


.v-header-main.fixed .v-header-main-logo img {
    height: 40px;
}

.v-header-main.fixed #v-main-menu ul li a {
    line-height: 5.5rem;
    font-size: 14.5px;
}

.v-header-main.fixed #v-main-menu ul li ul li a {
    line-height: initial;
}

/*===============// END MAIN MENU //==============*/

/*===============// MENU MOBILE //==============*/
@media screen and (max-width: 1024px) {

    /* MENU -mobile*/
    .logo {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hamburger-menu {
        margin: auto;
        width: 37px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 17px;
        right: 8px;
        z-index: 5;
        display: none;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .bar {
        position: relative;
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
        background: #fff;
        -webkit-transition: all 0s .1s;
        -o-transition: all 0s .1s;
        transition: all 0s .1s;
        border-radius: 100px;
    }

    .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 9px;
        background: #fff;
        border-radius: 100px;
        -webkit-transition: bottom .3s .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
        transition: bottom .3s .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
        -o-transition: bottom .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
        transition: bottom .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
        transition: bottom .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    }

    .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        background: #fff;
        border-radius: 100px;
        -webkit-transition: top .3s .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
        transition: top .3s .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
        -o-transition: top .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
        transition: top .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
        transition: top .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    }

    .bar,
    .bar:after,
    .bar:before {
        width: 30px;
        height: 3px;
    }

    .bar.animate {
        background: rgba(255, 255, 255, 0)
    }

    .bar.animate:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1),
            -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: top .3s cubic-bezier(.23, 1, .32, 1),
            -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        -o-transition: top .3s cubic-bezier(.23, 1, .32, 1),
            transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: top .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        -o-transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1),
            -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        background: var(--second-color);
    }

    .bar.animate:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1),
            -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1),
            -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        -o-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1),
            -webkit-transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        background: var(--second-color);
    }

    .ct-search {
        height: 40px;
        position: relative;
        border-radius: 2px;
        border: 1px solid #d7d6d6;
        overflow: hidden;
        width: 100%;
        float: none;
        top: 8px;
    }

    .ct-search input[type=text] {
        font-family: var(--primary-font);
        font-size: 15px;
        width: 100%;
        border: none;
        background: url(assets/images/icon/icon-search.png) 16px 13px no-repeat;
        height: 40px;
        line-height: 40px;
        padding: 0 20px 0 40px;
        background-size: 12px;
    }

    .ct-search input[type=submit] {
        font-family: var(--primary-font);
        font-size: 16px;
        width: 90px;
        height: 100%;
        border: none;
        border-radius: 0;
        background: #d7d6d6;
        text-align: center;
        position: absolute;
        top: -1px;
        right: 0;
        font-size: 16px;
        color: #828282;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .top-hd-left {
        letter-spacing: 1px;
        padding-top: 6px;
        float: left;
        display: block;
    }

    .top-hd-left li {
        display: inline-block;
        border-right: 1px solid #0066a8;
        padding-right: 18px;
    }

    .cate-link {
        display: block;
        float: left;
        font-family: var(--second-font);
        color: var(--third-color);
        font-size: 14px;
        height: 100%;
        line-height: 43px;
        position: relative;
        padding-right: 20px;
    }

    .cate-link:hover {
        color: #02afef;
    }

    .cate-link:after {
        content: '';
        display: block;
        width: 9px;
        height: 5px;
        background: url(assets/images/icon/ar-b.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -3px;
    }

    .ct-list-cate {
        width: 100%;
        position: absolute;
        top: 42px;
        left: 0;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
        display: none;
        background: #fff;
        z-index: 2;
    }

    .ct-list-cate ul {
        width: 100%;
        display: block;
        list-style: none;
        padding: 0;
    }

    .ct-list-cate ul li {
        width: 20%;
        float: left;
        padding-bottom: 35px;
    }

    .ct-list-cate ul li a {
        color: #333;
        font-family: var(--second-font);
    }

    .ct-list-cate ul li a:hover {
        color: #00aeef;
    }

    #v-mobile-menu {
        list-style: none;
        padding: 15px;
    }

    #v-mobile-menu ul.sub-menu {
        display: none;
    }

    #v-mobile-menu li a {
        font-family: var(--second-font);
        font-size: 20px;
        line-height: 2.5;
        color: var(--primary-color);
    }

    #v-mobile-menu ul li.v-menu-icon-home a {
        visibility: hidden;
    }

    #v-mobile-menu ul li.v-menu-icon-home a:after {
        content: "Trang chủ";
        visibility: initial;
        font-family: var(--primary-font);
        font-size: 16px;
        line-height: 40px;
        margin-left: -15px;
        color: var(--primary-color);
    }

    .top-hd-left li img {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
    }

    .top-hd-left li a {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 12px;
        margin-left: 5px;
        line-height: 20px;
    }

    .link-log a {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .link-log img {
        width: 20px;
    }

    .lang {
        display: inline-block;
    }

    .menu-mobile {
        position: relative;
        display: block;
        width: 100%;
        z-index: 100;
        height: 50px;
        background: var(--second-color);
    }

    .menu-mobile .v-header-cart-body {
        right: 15px;
        left: 15px;
    }

    .menu-mobile .v-header-main-action {
        display: flex;
        justify-content: flex-end;
        margin-right: 50px;
        padding-top: 6px;
    }

    .menu-mobile .v-header-cart .v-header-cart-icon:after {
        content: unset;
    }

    .menu-mobile .v-header-cart .v-header-cart-icon span.v-header-cart-count {
        background: var(--second-color);
        color: #fff;
    }

    .hamburger-menu {
        display: block;
    }

    .menu-mobile .logo {
        left: 15px;
        top: 7px;
    }

    .menu-mobile .logo img {
        max-width: 200px;
        max-height: 38px;
    }

    .search-mb {
        padding: 15px;
        border-bottom: 1px solid #f5f5f5;
    }

    .drop-mb {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        overflow: auto !important;
        display: none;
    }

    .top-mb {
        background: #fff;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #f5f5f5;
    }

    .search-mb {
        padding: 15px;
        border-bottom: 1px solid #f5f5f5;
    }

    .cate-mb {
        padding: 0 15px;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
    }

    .cate-mb .cate-link {
        float: none;
        font-size: 16px;
    }

    .cate-mb .cate-link:after {
        width: 15px;
        height: 10px;
        background: url(assets/images/icon/ar-drop-mb.png) no-repeat;
        background-size: 80%;
        margin-top: -3px;
    }

    .top-mb .logo-soul {
        position: absolute;
        left: 15px;
        top: 7px;
        right: auto;
    }

    .top-mb .logo-soul img {
        max-width: 200px;
        max-height: 38px;
    }

    .ct-list-cate ul li {
        width: 25%;
        padding-bottom: 25px;
    }

    .menu-mobile .container {
        padding: 0 15px;
    }

    .bot-hd-mb {
        background: var(--second-color);
        padding: 15px;
        width: 100%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .bot-hd-mb .top-hd-left {
        margin: 0;
        padding: 0;
    }

    .bot-hd-mb .top-hd-left li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .ct-list-cate ul li {
        width: 100%;
        padding-bottom: 20px;
    }

    .ct-list-cate ul li a {
        font-size: 15px;
    }

    .top-hd-left li {
        border-right: none;
    }
}

/*===============// END MENU MOBILE //==============*/

/*===============// HEADER //==============*/
/*header top*/
.v-header-top {
    background-color: var(--second-color);
    height: 40px;
    transition: all .3s;
    overflow: hidden;
    border-top: 4px solid var(--second-color);
}

.v-header-top-inner {
    position: relative;
    margin: 0;
    padding: 0;
    height: 46px;
    margin-top: -9px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.v-header-top-inner:before {
    content: '';
    position: absolute;
    right: 100%;
    width: 2000px;
    bottom: 0;
    top: 0;
    background-color: #FFF;
}

.v-header-top-inner:after {
    content: '';
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 36px;
    border-color: var(--second-color) var(--second-color) transparent transparent;
    bottom: 0;
    top: -1px;
    background-color: #FFF;
    transition: all .3s;
}

.v-header-top__desc span {
    font-family: var(--fourth-font);
    font-size: 13px;
    text-transform: uppercase;
    line-height: 32px;
    color: #fff;
}

.v-header-top__info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.v-header-top__info li {
    position: relative;
}

.v-header-top__info li:last-child {
    margin-left: 30px;
}

.v-header-top__info li a {
    font-family: sans-serif;
    font-size: 15px;
    line-height: 50px;
    margin: 0;
    color: #fff;
}

.v-header-top__info li a i {
    font-size: 14px;
    margin-right: 6px;
}

.v-header-top__info li:first-child a:after {
    content: '|';
    position: absolute;
    right: -15px;
}

.v-header-top__info ul li a span {
    margin-right: 3px;
}

.v-header-top__info li.v-header-social a {
    float: left;
    margin: 0 5px;
}

.v-header-top__info li.v-header-social a img {
    height: 17px;
}

.v-header-top__info li.v-header-gtranslate a {
    margin: 0 5px;
}

.v-header-top__info li.v-header-gtranslate a img {
    opacity: 1;
}

/*end header top*/

/*v-header-main*/
.v-header-main-logo {
    height: 8rem;
}

.v-header-main-logo img {
    height: 70px;
    object-fit: contain;
}

.v-header-main {
    background-color: #fff;
    width: 100%;
    height: 8rem;
}

.v-header-main-contact {
    position: relative;
    display: flex;
    align-items: center;
}

.v-header-main-contact i {
    font-size: 35px;
    color: var(--second-color);
    width: 45px;
    border-right: 1px solid #ccc;
}

.v-header-main-contact .v-header-main-contact-info {
    padding-left: 10px;
}

.v-header-main-contact-info p {
    font-family: var(--primary-font);
    font-size: 14px;
    color: #222222;
    display: block;
    line-height: 1;
}

.v-header-main-contact-info a {
    font-family: sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #222222;
    white-space: nowrap;
    margin-top: 3px;
}

.v-header-main-form form {
    position: relative;
    border-collapse: separate;
    border-radius: .25rem;
    border-right: none;
    box-shadow: rgba(98, 98, 98, .5) 0px 1px 2px 0px;
}

.v-header-main-form form input {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
    font-family: var(--third-font);
    max-width: 100%;
    display: block;
    border: none;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.v-header-main-form form button.btn {
    font-family: var(--second-font);
    color: #333;
    font-size: 12px;
    height: 40px;
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 0 16px;
    background: #EDEEF2;
    border: medium none;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
}

.v-header-main-form form button.btn:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f002";
    visibility: initial;
    margin-right: 5px;
}

.v-header-main-form form button.btn:hover:before {
    color: var(--primary-color);
}

/*header main*/

/*header bottom*/
.v-header-bottom {
    height: 35px;
    background-color: #333;
}

/*end header bottom*/

/*===============// END HEADER //==============*/

/*===============// HOME //==============*/
/*v-about*/
.v-about .v-block-title {
    margin-bottom: 2rem;
}

.v-about-desc {
    margin-bottom: 3rem;
}

.v-about-desc p {
    font-family: sans-serif;
    color: #333;
    font-size: 15px;
}

.v-about-index {
    display: flex;
    justify-content: space-around;
}

.v-about-index-item {
    border-right: 1px solid #ddd;
    width: 33.333%;
    text-align: center;

}

.v-about-index-item:last-child {
    border-right: unset;
}

.v-about-index-item i {
    display: block;
    margin-bottom: 30px;
    font-size: 35px;
}

.v-about-index-item-info h3,
.v-about-index-item-info p {
    font-family: var(--second-font);
    text-transform: uppercase;
    color: var(--second-color);
}

@media screen and (max-width: 1200px) {
    .v-about-desc {
        margin-bottom: 2rem;
    }

    .v-about-desc p {
        text-align: justify;
    }

    .v-about-index-item i {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .v-about-index-item-info h3,
    .v-about-index-item-info p {
        font-size: 14px;
    }

    .v-about-right {
        margin-top: 2rem;
        padding-bottom: 2rem;
    }
}

/*end v-about*/

/*v-service*/
section.v-service {
    background: #f3f3f3;
}

.v-service-body .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.v-service-item {
    position: relative;
    margin-bottom: 3rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.v-service-item .v-service-thumb {
    position: relative;
    overflow: hidden;
}

.v-service-item .v-service-thumb img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.v-service-item:hover .v-service-thumb img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.v-service-item .v-service-info {
    padding-top: 20px;
    background-color: #fff;
    box-shadow: 0 0 12px 8px rgb(129 129 129 / 9%);
    transition: background-color .03s;
    text-align: center;
}

.v-service-item .v-service-info h3 {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 23px;
    color: var(--second-color);
    min-height: 38px;
    margin-bottom: 5px;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.v-service-item:hover .v-service-info h3 {
    color: var(--third-color)
}

.v-service-item .v-service-info ul {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ddd;
    justify-content: space-around;
}

.v-service-item .v-service-info ul li {
    display: inline-block;
    padding: 10px 4px;
    font-size: 13px;
    font-family: sans-serif;
}

.v-service-item .v-service-info ul li:first-child {
    border-right: 1px solid #eee;
    width: 33.3333%;
}

.v-service-item .v-service-info ul li:last-child {
    width: 66.66666%;
}

.v-service-item .v-service-info ul li i {
    margin-right: 5px;
}

.v-service-item:hover {
    background-color: #141d27c2;
}

.v-service-item:hover .v-service-info ul li i {
    color: var(--second-color);
}

@media screen and (max-width: 1200px) {
    .v-service-item {
        margin-bottom: 15px;
    }

    .v-service-action {
        margin-bottom: 2.5rem;
    }

    .v-service-item .v-service-thumb img {
        height: 130px;
    }

    .v-service-item .v-service-info {
        padding-top: 10px;
    }

    .v-service-item .v-service-info h3 {
        font-size: 16px;
        min-height: 28px;
        text-transform: initial;
    }

    .v-service-item .v-service-info ul {
        flex-flow: column wrap;
    }

    .v-service-item .v-service-info ul li{
        color: gray;
    }

    .v-service-item .v-service-info ul li:first-child {
        border-right: unset;
        width: 100%;
        display: none;
    }

    .v-service-item .v-service-info ul li:last-child {
        width: 100%;
    }

}

/*end v-service*/

section.v-testimonial {
    position: relative;
    z-index: 2;
    background-image: url(assets/images/bg-testimonial.png);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v-testimonial .v-block-title {
    margin-bottom: 2rem;
}

.v-testimonial-inner {
    position: relative;
    z-index: 2;
}

.v-testimonial-content {
    position: relative;
    margin-bottom: 50px;
    padding: 40px 35px;
    border-radius: 3px;
    background-color: #34404e;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.v-testimonial-content:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 21%;
    border-width: 15px;
    border-style: solid;
    border-color: #34404e transparent transparent #34404e;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.v-testimonial-content p {
    font-family: var(--fourth-font);
    color: #fff;
    font-size: 15px;
    text-align: justify;
}

.v-testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-testimonial-info-name {
    color: #fff;
    text-align: right;
}

.v-testimonial-info-name h4 {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    color: #fff;
}

.v-testimonial-info-name span {
    color: #000;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
}

.v-testimonial-thumb {
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    border-radius: 54%;
}

.v-testimonial-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.v-testimonial-slider .owl-item.center .v-testimonial-content {
    background-color: #fff;
}

.v-testimonial-slider .owl-item.center .v-testimonial-content p {
    color: var(--primary-color);
}

.v-testimonial-slider .owl-item.center .v-testimonial-content:after {
    border-color: #fff transparent transparent #fff;
}

/*{*/
/*.v-testimonial .v-block-title {*/
/*    margin-bottom: 0rem;*/
/*}*/
/*}*/

@media screen and (max-width: 1200px) {
    .v-testimonial .v-block-title {
        margin-bottom: 5px;
    }

    .v-testimonial-content {
        margin-bottom: 40px;
        padding: 30px 30px;
    }
}

/*v-news-item*/
section.v-news {
    background: #fff;
}


.v-news-item {
    position: relative;
    margin-bottom: 3rem;
}

.v-news-item .v-news-item-img {
    overflow: hidden;
    margin-bottom: 15px;
}

.v-news-item .v-news-item-img img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.v-news-item:hover .v-news-item-img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.v-news-item .v-news-item-info {
    margin-bottom: 20px;
}

.v-news-item .v-news-item-info h4 {
    font-family: var(--second-font);
    font-size: 17px;
    line-height: 23px;
    color: var(--primary-color);
    min-height: 48px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.v-news-item .v-news-item-info h4:hover {
    color: var(--third-color);
}

.v-news-item .v-news-item-info p {
    font-family: sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.v-news-item .v-news-meta .v-news-time {
    display: inline-block;
    font-family: var(--second-font);
    line-height: 15px;
    color: #fff;
    height: 60px;
    background: var(--second-color);
    text-align: center;
    width: 60px;
    padding: 12px 5px 8px 5px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
}

.v-news-item .v-news-meta .v-news-time span.v-news-time-top {
    font-size: 17px;
}

.v-news-item .v-news-meta .v-news-time span.v-news-time-bot {
    font-size: 9px;
}

.v-news-item .v-news-meta p {
    font-family: var(--third-font);
    font-size: 14px;
    line-height: 24px;
    color: #707070;
}

.v-news-item .v-news-meta p i {
    font-size: 13px;
    color: var(--second-color);
    margin-right: 10px;
}

.v-news-list .v-news-item {
    display: flex;
    align-items: flex-start;
}

.v-news-list .v-news-item .v-news-item-img {
    width: 30%;
    margin-right: 1.5rem;
}

.v-news-list .v-news-item .v-news-item-info {
    width: 70%;
}

.v-news-list .v-news-item .v-news-item-img img {
    height: 90px;
}

@media screen and (max-width: 1200px) {
    .k-col-6:nth-child(odd) {
        padding-right: 7px;
    }

    .k-col-6:nth-child(even) {
        padding-left: 7px;
    }

    .v-news-body .col-6:nth-child(odd) {
        padding-right: 7px;
    }

    .v-news-body .col-6:nth-child(even) {
        padding-left: 7px;
    }

    .v-news-item .v-news-item-img img {
        height: 150px;
    }

    .v-news-item .v-news-item-info h4 {
        font-size: 16px;
        -webkit-line-clamp: 3;
    }

    .v-news-item .v-news-item-info p {
        -webkit-line-clamp: 2;
    }
}

/*end v-news-item*/

/*===============// END HOME //==============*/

/*===============// LIST TERM ON ARCHIVE & SINGLE PAGE //==============*/
.v-single-page .v-breadcrumbs-on-page {
    background: #F4F4F4;
}

.v-archive-block-title h2 {
    font-family: var(--second-font);
    font-size: 20px;
    text-transform: uppercase;
    color: var(--second-color);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.v-list-terms {
    margin-bottom: 25px;
}

.v-list-terms .categories {
    white-space: nowrap;
    overflow-x: auto;
}

.v-list-terms .categories::-webkit-scrollbar {
    height: 10px;
}

.v-list-terms .categories::-webkit-scrollbar-thumb {
    background-color: #e1e1e1;
    border-radius: 5px;
}

.v-list-terms .categories__item {
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 26px;
    color: var(--primary-color);
    margin: 0 12px 0 0;
    padding: 5px 12px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 4px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
}

.v-list-terms .categories__item:hover {
    background: var(--second-color);
    color: #fff;
}

.v-list-terms .categories__item.is-active {
    background-color: var(--second-color);
    color: white;
    border-color: var(--second-color);
}

.v-post-item .card-image img {
    width: 100%;
    height: 130px;
}

p.card-text.card-text-style {
    font-size: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}

section.comment-fb {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: .25rem;
    border: 1px solid #ddd;
}

section.comment-fb ._4cqr {
    display: none;
}

@media screen and (max-width: 767px) {
    .v-archive-block-title h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .v-list-terms {
        margin-bottom: 13px;
    }

    .v-list-terms .categories__item {
        margin: 0 5px 0 0;
        padding: 3px 10px 3px;
    }
}

/*===============// END LIST TERM ON ARCHIVE & SINGLE PAGE //==============*/

/*===============// SINGLE POST TYPE PAGE //==============*/
/*===============// END SINGLE  POST TYPE PAGE //==============*/

/*===============// SINGLE POST PAGE //==============*/
/* .v-single-page {
    background: #F4F4F4;
} */
.v-single-content {
    background: #fff;
    border-radius: .25rem;
}

.v-single-social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f6f6;
    padding: 0 15px;
    margin: 15px 0;
    border: 1px solid #ddd;
}

.v-single-social span {
    margin-right: 10px;
    font-family: var(--second-font);
}

h3.card-title.card-title-style a {
    font-family: var(--second-font);
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-color);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.v-post-item:hover h3.card-title-style a {
    color: var(--second-color);
}

.v-post-item p.card-text small {
    color: #858585;
    font-size: 15px;
}

.v-post-item .card {
    border: unset;
}

.v-post-item .card-body {
    padding: 0px 0px 0 20px;
}

.v-single-social .social .social__title {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {

    /*single post page*/
    h3.card-title.card-title-style a {
        font-size: 16px;
    }

    .v-post-item .card-body {
        padding: 10px;
    }

    .v-post-item .card-title-style {
        min-height: unset;
        margin-bottom: 0px;
    }

    .v-post-item p.card-text small {
        font-size: 13px;
    }

    .v-post-item .card-text.card-text-style {
        display: none;
    }

    .v-post-item .card-image img {
        height: 190px;
    }

    .v-post-item .card {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    span.v-text-big {
        font-size: 1.3em;
        margin-left: 0px;
    }
}

/*===============// END SINGLE POST PAGE //==============*/

/*===============// SINGLE RELATE //==============*/
.v-single-related h3.v-related-title {
    font-family: var(--second-font);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: var(--primary-color);
}

.v-single-related .v-related-body .v-related-item {
    position: relative;
}

.v-single-related .v-related-body .v-related-item .v-related-img {
    overflow: hidden;
    border-radius: .25rem;
    margin-bottom: 10px;
}

.v-single-related .v-related-body .v-related-item .v-related-img img {
    height: 17rem;
    width: 100%;
    object-fit: cover;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.v-single-related .v-related-body .v-related-item:hover .v-related-img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.v-single-related .v-related-body .v-related-item .v-related-content h3 {
    font-family: var(--second-font);
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
    min-height: 48px;
    color: var(--primary-color);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.v-single-related .v-related-body .v-related-item .v-related-content .v-related-decs p {
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 24px;
    color: var(--fourth-color);
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
}

/*===============// END SINGLE RELATE //==============*/

/*===============//  SIDEBAR //==============*/
.v-sidebar-item {
    margin-bottom: 2rem;
}

.v-sidebar-item h3 {
    font-family: var(--second-font);
    color: #fff;
    font-size: 15px;
    line-height: 42px;
    text-transform: uppercase;
    background-color: var(--second-color);
    text-align: center;
    margin-bottom: 2px;
}

.v-sidebar-item .v-sidebar-posts {
    padding: 7px 7px 0 7px;
    border: 1px solid #ddd;
}

.v-sidebar-item .v-sidebar-posts .v-sidebar-post {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.v-sidebar-item .v-sidebar-posts .v-sidebar-post .v-sidebar-post-thumb {
    width: 45%;
    border-radius: .25rem;
    overflow: hidden;
}

.v-sidebar-item .v-sidebar-posts .v-sidebar-post .v-sidebar-post-thumb img {
    height: 7rem;
    width: 100%;
    object-fit: cover;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.v-sidebar-item .v-sidebar-posts .v-sidebar-post:hover .v-sidebar-post-thumb img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.v-sidebar-item .v-sidebar-posts .v-sidebar-post .v-sidebar-post-info {
    width: 60%;
    margin-left: 6px;
}

.v-sidebar-item .v-sidebar-posts .v-sidebar-post .v-sidebar-post-info h4 {
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 20px;
    color: var(--primary-color);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.v-sidebar-item .v-sidebar-posts .v-sidebar-post:hover .v-sidebar-post-info h4 {
    color: var(--third-color);
}

.v-sidebar-posts.v-list a {
    display: block;
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
    color: var(--primary-color);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.v-sidebar-posts.v-list a:hover {
    margin-left: 5px;
    color: var(--second-color);
}

/*===============// END SIDEBAR  //==============*/
/*===============//FORM //==============*/

.v-form-line {
    width: 100%;
    height: 50px;
    position: relative;
    padding-right: 134px;
    overflow: hidden;
    margin-bottom: 4rem;
    background: #fff;
    border-radius: 5px;
}

.v-form-line input[type=email] {
    width: 100%;
    border: none;
    background: 0 0;
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.v-form-line input[type=email]::-webkit-input-placeholder,
.v-form-line input[type=email]::-moz-placeholder,
.v-form-line input[type=email]:-ms-input-placeholder,
.v-form-line input[type=email]::-ms-input-placeholder,
.v-form-line input[type=email]::placeholder,
.v-form-line input[type=email]:-ms-input-placeholder,
.v-form-line input[type=email]:-ms-input-placeholder,
.v-form-line input[type=email]::-ms-input-placeholder {
    color: #b6b6b6;
}

.v-form-line input[type=submit] {
    width: 25%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-family: var(--primary-font);
    background: var(--third-color);
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
    padding: 0;
    border-radius: 0;
}

/*===============//END FORM //==============*/

/*===============// FOOTER //==============*/
footer#footer {
    position: relative;
    padding: 4rem 0 0;
    z-index: 8;
    background: #34404e;
    border-top: solid 3px var(--second-color);
    overflow-x: hidden;
}

.v-footer-main {
    padding-bottom: 20px;
}

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

.v-footer-item ul.v-ft-info li h4 {
    font-family: var(--second-font);
    font-size: 15px;
    color: var(--primary-color);
}

.v-footer-item ul.v-ft-info li a,
.v-footer-item ul.v-ft-info li span {
    font-family: sans-serif;
    color: #fff;
    font-size: 1.5rem;
    line-height: 24px;
}

.v-footer-item ul.v-ft-info li a i {
    color: var(--third-color);
}

.v-footer-item ul.v-ft-info li i {
    margin-right: 10px;
    font-size: 13px
}

.v-footer-item h3 {
    font-family: var(--second-font);
    color: #fff;
    font-size: 16px;
    min-height: 49px;
    text-transform: uppercase;
}

.v-footer-item a.header__logo__link img {
    height: 70px;
    object-fit: contain;
}

.v-footer-item img {
    margin-bottom: 2rem;
}

.v-footer-item h4 {
    font-family: sans-serif;
    color: #a9aeb3;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.v-footer-item h4 span {
    color: var(--third-color);
}

.v-footer-item h3.v-ft-company {
    line-height: 28px;
}

ul.v-ft-social {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

ul.v-ft-social li {
    margin-right: 10px;
}

ul.v-ft-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    color: #fff;
    overflow: hidden;
}

ul.v-ft-social li a:hover {
    background: var(--second-color);
    ;
    border: 1px solid transparent;
}

ul.v-ft-social li img {
    height: 35px;
}

img.v-map-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

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

.v-footer-item ul li p {
    font-size: 15px;
    color: #fff;
}

.v-footer-item ul li p i {
    margin-right: 5px;
}

.v-footer-item ul.v-ft-menu li,
.v-footer-item ul.v-ft-info li {
    padding-bottom: 1rem;
}

.v-footer-item ul.v-ft-menu li a {
    font-family: sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    transition: .3s ease;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.v-footer-item ul.v-ft-menu li a:hover {
    color: var(--third-color);
}

.v-footer-item ul.v-ft-menu li a i {
    color: var(--second-color);
    font-size: 13px;
    line-height: 28px;
    margin-right: 5px;
}

.copyright {
    height: 50px;
    background: #6d6e71;
    border-top: 2px solid var(--second-color);
    ;
}

.copyright p {
    font-family: var(--primary-font);
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    footer#footer {
        padding-top: 40px;
    }

    .v-ft-form h2 {
        font-size: 20px;
        margin-bottom: 3rem;
    }

    .v-footer-item h3 {
        min-height: 3rem;
    }

    .v-form-line {
        height: 45px;
        margin-bottom: 3rem;
    }

    .v-form-line input[type=email] {
        height: 45px;
        line-height: 45px;
        padding: 0 5px;
    }

    .v-form-line input[type=submit] {
        width: 90px;
        height: 45px;
        line-height: 45px;
    }

    .v-footer-item {
        margin-bottom: 1.5rem;
    }

    ul.v-ft-social {
        margin-bottom: 15px;
    }

    .v-ft-hotline p {
        font-size: 14px;
    }

    ._copyright p {
        font-size: 14px;
        padding: 5px 0;
    }
}

/*===============// END FOOTER //==============*/

/*===============// MOBILE ALL //==============*/
@media screen and (max-width: 1200px) {
    a.cd-top {
        display: none;
    }

    .v-section-pd {
        padding: 3rem 0 0;
        overflow: hidden;
    }

    .v-block-title h2 {
        font-size: 27px;
        text-transform: initial;
    }

    a.v-btn {
        padding: 0 2px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    /*CONTACT PAGE*/
    .contact_5 .left h2 {
        font-size: 16px;
    }

    .form_contact_2>div label {
        font-size: 14px;
        margin-bottom: 0;
    }

    .form_contact_2>div input {
        font-size: 13px;
    }

    .contact_5 .right h2 {
        font-size: 16px;
        margin-bottom: 2rem;
    }

    /*END CONTACT PAGE*/
}

/*===============// ANIMATED //==============*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.animated.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

/*===============// END ANIMATED //==============*/