
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Poppins:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Poppins:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');


html,
body {
width: 100%;
}

body {
font-family: 'Poppins', sans-serif;
color: var(--dark-color);
overflow-x: hidden;
background: #fff;
font-size: 13px;
font-weight: 400;
padding: 0;
}

body.master {
padding-top: 118px !important;
}

a {
text-decoration: none;
}

a:hover, a:focus {
color: var(--dark-color);
outline: none !important;
box-shadow: none;
}

ol li, ul li {
font-size: 13px;
font-weight: 400;
line-height: 2;
color: var(--dark-color);
font-family: "EB Garamond", serif;
}

:root {
--red: #dc0d1d;
--dark: #2a2829;
--black: #121212;
--navy: #202125;
--orange: rgba(25,80,0);
--yellow: #f7dd10;
--light-yellow: #f7dd10;
--gray: #525659;
--purple: #81598c;
--dark-gray: #3b434b;
--green: #9fbc1d;
--light-green: #c6d173;
--dark-blue: #143f34;
--blue: #11458c;
--blue-dark: #11458c;
--light-blue: #afd7f3;
--light: #e5e5e5;
--light-gray: #f0f0f0;
--brown: #9e9682;
--border: #ccc;
--border-radius: 0;
--site-color: #454545;
--site-color-two: #662e85;
--site-color-three: #121212;
--dark-color: #2a2829;
--box-shadow: 0 4px 8px 0 rgba(0,0,0,.05);
--color-gray-dark: #19191a;
--color-gray-dark-400: #252526;
--color-gray-dark-200: #2b2b2e;
--color-gray-dark-100: #2e3132;
--color-gray-dark-800: #3b3e40;
--color-gray-dark-600: #4b4e51;
--color-gray: #525659;
--color-gray-100: #f2f2f3;
--color-gray-200: #e1e1e2;
--color-gray-400: #b6b7b9;
--color-gray-600: #ccc;
--color-gray-800: #7a8085;
--text: #6c757d;
--blue-deg: linear-gradient(150deg, rgb(2, 29, 123) 5%, #11458c 100%);
}

h1 {
font-size: 36px;
}

h2 {
font-size: 30px;
}

h3 {
font-size: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 800;
color: var(--site-color);
font-family: "EB Garamond", serif;
}

p {
font-size: 16px;
font-weight: 400;
line-height: 1.8;
margin-bottom: 15px;
color: var(--site-color);
font-family: "EB Garamond", serif;
}

p a {
color: var(--site-color);
}

li {
}


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


input[type="submit"].full, .button.full, .btn.full {
width: 100%;
text-align: center;
}

/*input[type="submit"].white, .button.white, .btn.white {
border: 1px solid var(--border);
}
*/
input[type="submit"], .button, .btn {
display: inline-block;
align-items: center;
justify-content: center;
text-align: center;
background: #fff;
color: #000;
padding: 0 20px;
max-width: 100%;
font-size: 14px;
font-weight: 700;
border: 0;
outline: 0;
position: relative;
cursor: pointer;
border-radius: var(--border-radius);
white-space: nowrap;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


.btn {
text-transform: uppercase;
font-weight: 700;
border: 1px solid var(--site-color-three);
padding: 15px 35px;
border-radius: 0;
color: var(--site-color-three);
}

.btn:hover {
border: 1px solid var(--dark);
color: var(--dark);
}

.btn:hover, .btn:active, .btn:focus {
box-shadow: none !important;
}


.form-auth .form-control {
padding: 0.875rem .75rem;
}



.form-contact .form-control {
}

.form-contact .form-control:focus {
box-shadow: none;
}


.title {
position: relative;
width: 100%;
z-index: 1;
margin-bottom: 15px;
}

.title h2 {
display: inline-block;
line-height: 1;
padding-right: 10px;
z-index: 1;
margin-bottom: 0;
font-size: 28px;
}

/*.title:after {
position: absolute;
content: "";
height: 2px;
background: var(--border);
width: 100%;
bottom: 50%;
left: 0;
z-index: -1;
}*/


.swiper-pagination-standart {
text-align: center;
margin-top: 30px;
}

.swiper-buttons-standart .slider-button-next, .slide .swiper-buttons-standart .slider-button-prev {
padding: 15px 20px;
border-radius: 0;
border: none;
position: absolute;
top: 50%;
}

.swiper-buttons-standart .swiper-button-next {
right: 15px;
}

.swiper-buttons-standart .swiper-button-prev {
left: 15px;
}

.swiper-buttons-standart .swiper-button-next::after, .swiper-buttons-standart .swiper-button-prev::after {
font-size: 24px;
}


.figure-caption {
font-size: 13px;
margin-top: 15px;
}

.figure-caption .date, .figure-caption .reading {
margin-top: 15px;
margin-bottom: 7px;
display: inline-block;
line-height: 1;
position: relative;
}

.figure-caption .reading {
margin-left: 10px;
padding-left: 15px;
}

.figure-caption .reading::before {
content: '.';
display: inline-block;
font-size: 24px;
font-weight: 700;
color: #b2b2b2;
line-height: 1;
position: absolute;
top: -11px;
left: 0;
}





/*LIST BLOG*/
.list-blog {
margin-top: 66px;
height: 480px;
overflow: hidden;
background: #fff;
}

.list-blog.list-press {
margin-top: 0;
overflow: auto;
}

.list-blog .swiper-container {
height: 100%;
overflow: hidden;
}




.list-blog .swiper-slide {
border-bottom: 1px solid #ddd;
}

.list-blog .swiper-slide img {
display: block;
width: 100%;
}


.list-blog .figure-caption span {
margin-top: 0;
}

.list-blog .blog-list-img {
overflow: hidden;
flex-shrink: 0 !important;
margin-right: 15px;
width: 120px;
}

.list-blog img {
max-width: 100%;
height: auto;
object-fit: cover;
}

.list-blog .blog-list-content p {
line-height: 1.45;
margin-top: 5px;
}

.list-blog .blog-list-content p a {
font-size: 13px;
}

.list-blog .blog-list-content h3 {
font-size: 16px;
}

.list-blog .blog-list-content h3 a {
color: var(--dark-color);
}

.list-blog .blog-list {
margin-bottom: 20px;
padding: 24px;
position: relative;
border-bottom: 1px solid var(--border);
}

.list-blog .blog-list:last-child {
margin-bottom: 10px;
border-bottom: none;
}

.list-blog .btn {
height: 52px;
line-height: 52px;
}


h2.catarticles-normal {
padding-top: 30px;
font-size: 28px;
}


/*POST*/
.card-post {
position: relative;
border-radius: var(--border-radius);
overflow: hidden;
}

.card-post .title {
margin-bottom: 20px;
}

.card-post .figure-caption {
width: 100%;
padding: 20px;
position: absolute;
bottom: 0;
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.9)) );
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.9) 100%);
color: #fff;
z-index: 9;
}

.card-post .figure-caption p {
color: #fff;
}

.card-post .figure-caption h2 {
margin-bottom: 0;
font-size: 28px;
color: #fff;
}

.card-post img {
width: 100%;
}

.card-post .category {
position: absolute;
right: 0;
top: 0;
padding: 5px 15px;
background: #f05d5b;
z-index: 9;
}

.categories {
border-top: 2px solid var(--border);
padding-top: 30px;
margin-top: 30px;
}

.categories .row > [class*="col-"]:nth-of-type(2) .category {
background: #82cdbd;
}

.categories .row > [class*="col-"]:nth-of-type(3) .category {
background: #deaf47;
}

.categories .row > [class*="col-"]:nth-of-type(4) .category {
background: #78c96a;
}

.categories .card-post img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
-webkit-transition: .3s cubic-bezier(.165,.84,.44,1);
-moz-transition: .3s cubic-bezier(.165,.84,.44,1);
transition: .3s cubic-bezier(.165,.84,.44,1);
}

.categories .card-post:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
}

.categories .stretched-link:after {
text-indent: -9999px;
z-index: 10;
}

.categories a.link {
color: #fff;
font-weight: 700;
text-decoration: none;
}

.categories .row > [class*="col-"] a.link:hover {
color: #f05d5b;
}

.categories .row > [class*="col-"]:nth-of-type(2) a.link:hover {
color: #82cdbd;
}

.categories .row > [class*="col-"]:nth-of-type(3) a.link:hover {
color: #deaf47;
}

.categories .row > [class*="col-"]:nth-of-type(4) a.link:hover {
color: #78c96a;
}


/*SWIPER & BOX*/
.swiper .figure-caption {
margin-top: 15px;
}

.swiper .figure-caption h2 {
font-size: 16px;
}

.swiper .swiper-img {
overflow: hidden;
box-shadow: var(--box-shadow);
}

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

.swiper .swiper-content {
position: relative;
}

.news .swiper .figure-caption {
margin-top: 0;
}



/*FOOTER*/
footer {
position: relative;
background: #cfd3e4;
}

footer h5 {
font-size: 18px;
}

footer, footer a, footer li, footer h2, footer h5, footer h3, .newsletter p, footer a, .newsletter-form input, .newsletter-form input:focus, footer .copyright p {
color: var(--site-color);
}

footer a {
text-decoration: none;
}

footer a:hover {
color: #fff;
}

footer li, footer p {
}




footer .footer-top {
padding: 60px 0;
}


.footer-list {
width: 25%;
float: left;
margin-bottom: 10px;
padding: 0;
}

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

.footer-list:last-child {
}

footer .footer-list ul li a {
display: inline-block;
position: relative;
z-index: 3;
}

.footer-list .no-dropdown a {
color: #fff;
font-weight: 800;
font-size: 16px;
}

footer .footer-list ul li a:before {
width: 0%;
height: 100%;
content: "";
display: block;
position: absolute;
top: 0;
left: -5px;
background: var(--site-color-two);
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
z-index: -1;
}

footer .footer-list ul li a:hover:before {
width: calc(100% + 10px)
}

footer .footer-list ul li:first-child a.caption {
margin-top: 0
}



/*footer .footer-logo {
height: 100%;
padding: 70px 0 30px 0;
}

footer .footer-logo img {
padding: 0 0 15px;
max-width: 90%;
margin-bottom: 30px;
}

footer .footer-logo li {
font-size: 13px;
line-height: 1.5;
}*/

footer .footer-menu {
margin: 0;
}

footer .footer-menu h5 {
font-size: 16px;
}

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

footer .footer-menu ul li {
display: inline-block;
}

footer .footer-menu ul li a {
display: block;
padding: 5px 10px 5px 0;
position: relative;
text-decoration: underline;
}

footer .newclick, footer .newclick a, footer .newclick a:hover, footer .copyright ul li a:hover, footer .copyright ul li a:focus {
color: var(--site-color);
}

footer .copyright {
font-size: 13px;
padding: 20px 0;
border-top: 1px solid rgba(0,0,0,0.1);
}

footer .copyright ul {
margin: 0;
padding: 0;
text-align: end;
}

footer .copyright ul li {
display: inline-block;
}

footer .copyright ul li a {
display: block;
margin: 0 0 0 15px;
position: relative;
text-decoration: none;
}

footer .copyright p {
margin: 0;
}


.social-footer {
text-align: center;
padding: 60px 0;
border-bottom: 1px solid #ddd;
}

.social-footer h2 {
margin-bottom: 0;
}

.social-footer ul {
margin: 30px 0 0;
padding: 0;
height: 100%;
display: inline-flex;
align-items: center;
}

.social-footer ul li a i {
font-size: 24px;
vertical-align: middle;
margin-right: 10px;
}

.social-footer ul li {
display: inline-block;
}

.social-footer ul li a {
display: block;
padding: 10px 30px;
margin: 0 10px;
border: 1px solid var(--site-color);
color: var(--site-color);
font-size: 16px;
}
.social-footer ul li a:hover {
  background-color: var(--site-color-two);
  color: #fff;
}
.social-footer ul li a:hover i, .social-footer ul li a:focus i {
color: #fff;
}

.social-footer h5, .social-footer ul li a i {
color: var(--site-color);
}


.address { 
}

.address .address-box {
display: block;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
text-align: end;
}

.address .address-box i {
text-align: center;
font-size: 48px;
display: block;
}

.address ul {
margin: 15px 0 0;
padding: 0;
list-style: none;
}

.address ul li {
line-height: 1.6;
margin-bottom: 10px;
color: var(--site-color);
}

.address ul li i {
margin-right: 7px;
}

.address ul li span {
display: block;
}

.address ul li a, .address ul li {
color: var(--site-color);
font-weight: 400;
font-size: 14px;
}

.address ul li:first-child {
}

footer h2 {
font-size: 24px;
}

footer .footer-list-menu ul {
list-style: none;
padding: 0;
}

footer .footer-support-wr {
border-top: 1px solid #ddd;
padding-top: 15px;
}

footer .support {
display: flex;
}

footer .support i {
font-size: 42px;
padding-right: 15px;
}

footer .support h3 {
font-weight: 400;
margin-bottom: 0;
font-size: 18px;
}

footer .support h2 {
font-size: 20px;
margin-bottom: 0;
}

footer .newclick {
background: #fff;
}

footer .newclick p {
margin-top: 15px;
}

footer .newclick a, .newclick a:hover {
font-weight: 700;
}


footer .warning {
border-bottom: 1px solid rgba(0,0,0,0.1);
padding: 30px 0;
}

.labels {
padding-top: 30px;
border-top: 2px solid var(--border);
}

.labels a {
margin-right: 10px;
text-decoration: none;
font-weight: 800;
}




footer .footer-logo img {
max-height: 36px;
display: block;
}








/*.footer-list a::after {
display: inline-block;
content: "\F138";
vertical-align: -.125em;
font-family: "bootstrap-icons"; 
font-size: 14px;
position: absolute; 
left:0;
}*/

.scroll-top {
position: fixed;
bottom: 6px;
right: 10px;
display: inline-block;
cursor: pointer;
text-align: center;
padding: 7px 15px;
z-index: 999;
background: var(--site-color-two);
}

.scroll-top span {
display: flex;
}

.scroll-top i {
color: #fff;
font-size: 22px;
}

.scroll-top:hover i {
}




.card-post-news {
height: 315px;
width: 100%;
overflow: hidden;
}


.nav-tab-last {
position: absolute;
top: 44%;
right: -130px;
transform: rotate(-270deg);
z-index: 9;
}

.nav-tab-last button {
font-weight: 700;
display: block;
z-index: 9;
box-shadow: none;
border: none;
border-radius: 15px 15px 0 0;
color: var(--dark);
padding: 5px 25px;
}

.nav-tab-last .nav-link.active, .nav-tab-last .show > .nav-link {
color: #fff;
background-color: var(--site-color-two);
border-bottom: 1px solid var(--site-color-two);
}

.nav-tab-last .nav-link {
border-bottom: 1px solid var(--border);
}

.nav-tab-last .nav-link:hover {
color: var(--site-color-two);
}

.nav-tab-last .nav-link.active:hover, .nav-tab-last .show > .nav-link:hover {
color: #fff;
}


.light .icon-member {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23525659' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-user'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
}

.light .icon-notifications {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23525659' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-bell'%3E%3Cpath d='M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9'%3E%3C/path%3E%3Cpath d='M13.73 21a2 2 0 0 1-3.46 0'%3E%3C/path%3E%3C/svg%3E");
}

.light .icon-search {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23525659' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
}

.icon-xs, .icon-sm, .icon-md, .icon-xl {
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
display: block;
}

.dropdown-nav .dropdown-toggle {
vertical-align: middle;
display: inline-block;
}


/*.dropdown-nav .dropdown-menu::before {
border-right: 2px solid var(--color-gray-dark-200);
border-bottom: 2px solid var(--color-gray-dark-200);
background: #fff;
content: '';
position: absolute;
margin: auto;
top: -6px;
right: 6px;
left: auto;
width: 10px;
height: 10px;
transform: rotate(225deg);
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-o-transform: rotate(225deg);
-ms-transform: rotate(225deg);  
}*/

.btn-login {
padding: 10px 15px !important;
background: var(--site-color-two);
color: #fff;
display: block;
font-weight: 700 !important;
width: 100%;
}

.btn-login:hover {
background: var(--color-gray-dark-200);
color: #fff;
}

.btn-register {
background: var(--color-gray-200);
color: var(--color-gray-dark-200);
}




/*SEARCH*/
.search-form {
position: absolute;
top: 0;
left: 0;
width: 100%;
bottom: 0;
opacity: 0;
pointer-events: none;
background: #fff;
z-index: 98;
}

.search-form .container {
height: 100%;
}

.search-form .search-field {
width: 100%;
height: 100%;
margin: 0;
padding: 15px 30px;
border: none;
box-shadow: none;
outline: none;
font-size: 20px;
border: none;
background: var(--color-gray-100);
}

.search-form .search-field:focus {
border: none;
box-shadow: none;
outline: none;
}

.search-form.search-active {
opacity: 1;
pointer-events: all
}

.search-form .container {
position: relative;
}

.search-form .close-button {
position: absolute;
right: 15px;
top: 0;
z-index: 2;
cursor: pointer;
display: inline-block;
padding: 5px;
width: 60px;
text-align: center;
height: 100%;
border-radius: 0;
border: none;
background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5.29289322,5.29289322 C5.68341751,4.90236893 6.31658249,4.90236893 6.70710678,5.29289322 L6.70710678,5.29289322 L12,10.585 L17.2928932,5.29289322 C17.6533772,4.93240926 18.2206082,4.90467972 18.6128994,5.20970461 L18.7071068,5.29289322 C19.0976311,5.68341751 19.0976311,6.31658249 18.7071068,6.70710678 L18.7071068,6.70710678 L13.415,12 L18.7071068,17.2928932 C19.0675907,17.6533772 19.0953203,18.2206082 18.7902954,18.6128994 L18.7071068,18.7071068 C18.3165825,19.0976311 17.6834175,19.0976311 17.2928932,18.7071068 L17.2928932,18.7071068 L12,13.415 L6.70710678,18.7071068 C6.34662282,19.0675907 5.77939176,19.0953203 5.38710056,18.7902954 L5.29289322,18.7071068 C4.90236893,18.3165825 4.90236893,17.6834175 5.29289322,17.2928932 L5.29289322,17.2928932 L10.585,12 L5.29289322,6.70710678 C4.93240926,6.34662282 4.90467972,5.77939176 5.20970461,5.38710056 Z' fill='%237a8085'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
}

.search-type {
position: fixed;
width: 100%;
height: 100%;
bottom: 0;
top: 0;
opacity: 0;
z-index: 97;
background: rgba(0,0,0,0.8);
-webkit-transition: opacity .7s;
transition: opacity .7s;
visibility: hidden;
}

.search-type.active, .search-type.m-active {
opacity: 1;
visibility: visible;
}

.search-menu {
display: none;
position: absolute;
z-index: 99;
top: 100%;
width: 100%;
left: 0;
}

.search-menu.is-active {
display: block;
}

.search-menu .search-wrapper {
position: relative;
height: 100%;
padding: 30px;
border-radius: 0 0 10px 10px;
background: #fff;
border-top: 1px solid var(--color-gray-200);
height: 310px;
overflow: auto;
}

.search-menu .search-wrapper h6 {
color: var(--color-gray-800);
margin-bottom: 20px;
}

.search-menu .search-wrapper .btn.full {
position: absolute;
bottom: 0;
left: 0;
height: 52px;
line-height: 52px;
background: var(--site-color-two);
border: none;
border-radius: 0;
color: #fff;
}

.search-menu .search-wrapper .search-list {
margin: 0;
padding: 0;
list-style: none;
}

.search-menu .search-wrapper .search-list li a {
font-size: 16px;
text-decoration: none;
}

.search-menu .search-wrapper .search-list li span {
font-weight: 800;
}

.search-menu .search-wrapper .search-list li .badge {
background: var(--site-color-two);
color: #fff;
margin-left: 10px;
border-radius: 50%;
}


.dropdown-menu .card-post .figure-caption h2 {
font-size: 18px;
}

.dropdown-menu .card-post .figure-caption {
padding-bottom: 0;
}


.nav-wrapper .nav-content .nav .dropdown-menu ul {
margin: 0;
padding: 0;
list-style: none;
}

.nav-wrapper .nav-content .nav .dropdown-menu ul li a {
color: #fff;
padding: 5px 15px;
display: block;
}

.nav-wrapper .nav-content .nav .dropdown-menu ul li a:hover {
background: var(--site-color-two);
color: #fff;
}

.nav-wrapper .dropdown-title {
display: flex;
align-items: center;
}

.nav-wrapper .dropdown-title h2 {
display: inline-block;
}

.nav-wrapper .dropdown-title a {
display: inline-block;
margin-left: auto;
font-weight: 400 !important;
font-size: 14px !important;
}

.nav-wrapper .dropdown-title a i {
display: inline-block;
vertical-align: middle;
}

.light .icon-arrow-right {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%237a8085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
}

.icon-sm {
width: 16px;
height: 16px;
}





/*MAIN*/
.main {
position: relative;
}

/* What*/
.what {
background: #fff;
padding: 45px 15px 15px;
border-top: 1px solid #ddd;
position: relative;
}
/*.what:after {
content: "";
background: #f2f3f4;
position: absolute;
bottom: 0;
height: 50%;
left: 0;
width: 100%;
}*/
.what .figure-caption, .what .figure-caption h2, .what .figure-caption a {
color: var(--site-color);
}

.what {
overflow: hidden;
}

.what .swiper-container {
overflow: visible;
}

.what .swiper .swiper-inner {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 250ms, box-shadow 250ms;
margin-bottom: 10px;
}

.what .swiper {
padding-bottom: 60px;
}

.what .swiper .swiper-inner:hover h2 {
transform: translateY(-45px) scale(1) !important;
}

.what .swiper .swiper-inner:focus .figure-caption, .what .swiper .swiper-inner:focus-within .figure-caption, .what .swiper .swiper-inner:hover .figure-caption {
transform: scale(1.02) rotate(0deg) translateZ(0);
}

.what .figure-caption {
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 9;
display: flex;
align-content: center;
align-items: center;
padding: 30px;
transition: all 250ms;
}

.what .figure-caption p, .what .figure-caption p a {
color: #fff !important;
opacity: 0;
font-weight: 800;
}

.what .swiper-inner:hover .figure-caption p, .what .swiper-inner:hover .figure-caption p a {
color: var(--site-color) !important;
opacity: 1;
}

.what .swiper-img {
height: 300px;
position: relative;
transition: transform .3s cubic-bezier(.16,.32,.21,.93),box-shadow .3s cubic-bezier(.16,.32,.21,.93);
text-align: center;
}

.what .swiper-img:hover {
box-shadow: 6px 6px 0 #ccc;
border: 1px solid #ccc;
}

.what .swiper-img img {
height: 100%;
}

.what .swiper-img:after {
background: rgba(0,0,0,0.5);
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.what .swiper-inner:hover .swiper-img:after {
background: #fff;
}

.what .swiper-inner h2 {
font-size: 20px;
text-align: center;
position: absolute;
top: 45%;
width: 100%;
color: #fff;
transition: all 250ms;
z-index: 9;
}


/*Slide*/


.slide {
position: relative;
padding: 0;
overflow: initial;
background: #000;
height: 80vh;
overflow: hidden;
}


.slide .swiper {
height: 100%;
}

.slide .swiper-slider {
padding: 0;
}

.slide .swiper-slider, .slide .swiper-wrapper, .slide .swiper-container {
height: 100%;
}

.slide .swiper-pagination {
position: absolute;
bottom: 80px !important;
text-align: right;
left: 60px !important;
top: 50% !important;
width: auto !important;
right: auto !important;
}


.slide .swiper-pagination-bullet {
width: 36px;
height: 36px;
border-radius: 50% !important;
margin: 0 0 5px auto !important; 
opacity: 1;
transition: all .5s;
display: block;
text-align: right;
border: 1px solid rgba(255,255,255,0.3);
font-weight: 700;
padding: 5px 10px;
background-color: transparent;
color: #fff;
text-align:center;
display: flex;
align-items: center;
}

.slide .swiper-pagination-bullet-active {
background: #fff !important; 
color: var(--site-color);
}

.slide .swiper-buttons .slider-button-next, .slide .swiper-buttons .slider-button-prev {
padding: 15px 20px;
border-radius: 0;
border: none;
}

.slide .swiper-buttons {
display: flex;
margin-left: auto;
margin-top: -66px;
z-index: 99;
position: relative;
justify-content: right;
width: 100%;
}

.slide .swiper-buttons i {
font-size: 24px;
}


.slide .swiper-buttons .slider-button-prev {
}

.slide .swiper-buttons .slider-button-next {
}


.slide .swiper-slide {
overflow: hidden;
height: 100%;
}




.slide .swiper-slide .slide-txt-box .titleslide, .slide .swiper-slide .slide-txt-box .titlesub, .slide .swiper-slide .slide-txt-box .titlep, .slide .btn-new, .slide .btn-new span i, .slide .btn-new:hover i, .slide .btn-new:hover, .slide .swiper-buttons i {
color: #fff;
}

.slide .btn-new span.arrow, .slide .btn-new span:not(.empty) {
border-color: #fff;
}

.slide .swiper-slide .slide-txt-box .line {
background: rgba(255,255,255,0.5);
}

.slide .swiper-slide .slide-txt-box {
/*background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(85%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.9)) );
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 85%, rgba(0, 0, 0, 0.9) 100%);*/

display: flex;
align-items: center;
width: 100%;
padding: 0;
color: var(--site-color);
top: 40%;
position: absolute;
text-align: center;
}

.slide .swiper-slide .slide-txt-box .titleslide {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translateY(20px);
transform: translateY(20px);
letter-spacing: 1px;
font-weight: 700;
margin-bottom: 15px;
margin-top: 0;
font-size: 42px;
letter-spacing: 2px;
max-width: 700px;
margin: auto;
text-align: center;
}

.slide .swiper-slide.swiper-slide-active .slide-txt-box .titleslide {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}


.slide .swiper-slide .slide-txt-box2 {
display: flex;
align-items: center;
width: 100%;
padding: 0;
bottom: 0;
position: absolute;
}

.slide .swiper-slide .titlesub {
line-height: 150%;
visibility: hidden;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
opacity: 0;
font-size: 18px;
letter-spacing: 1px;
font-weight: 400;
padding: 0 30px 45px 30px;
-webkit-transform: translateY(100px);
transform: translateY(100px);
color: #fff;
width: 480px;
margin: auto;
}

.slide .swiper-slide.swiper-slide-active .titlesub {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}


.slide .swiper-slide img {
/*-webkit-transform: scale(1);
transform: scale(1) translateY(-50%);*/
-webkit-transition: opacity 2.2s ease;
transition: opacity 2.2s ease;
/*-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;*/
object-fit: cover;
padding: 0;
width: 100%;
opacity: 0;
}

.slide .swiper-slide.swiper-slide-active img {
opacity: .8;
}

.slide .swiper-slide.swiper-slide-next img, .slide .swiper-slide.swiper-slide-prev img {
}

.slide .swiper-slide .slide-txt-box .titlep {
opacity: 0;
font-size: 16px;
letter-spacing: 1px;
font-weight: 400;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}

.slide .swiper-slide.swiper-slide-active .slide-txt-box .titlep {
opacity: 1;
}

.slide .swiper-slide .slide-txt-box .line {
height: 1px;
width: 0%;
opacity: 0;
visibility: hidden;
display: block;
opacity: 0.6;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
margin: 30px auto;
max-width: 300px;
}

.slide .swiper-slide.swiper-slide-active .slide-txt-box .line {
width: 100%;
opacity: 1;
visibility: visible;
}

.slide .swiper-slide .slide-txt-box .btn-slider {
opacity: 0;
visibility: hidden;
-webkit-transition: transform 0.7s ease, opacity 0.7s ease;
transition: transform 0.7s ease, opacity 0.7s ease;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
-webkit-transform: translateY(20px);
transform: translateY(20px);
padding: 15px 30px;
border-radius: 0;
border: 1px solid rgba(255,255,255,0.5);
}

.slide .swiper-slide.swiper-slide-active .slide-txt-box .btn-slider {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}



.banner-video-wrap {
height: 100%;
overflow: hidden;
width: 100%;
position: absolute;
z-index: 0;
top: 0;
}

.banner-video {
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}

.banner-video video {
position: absolute;
left: 0;
top: -3px;
opacity: 1;
}

.banner-video > * {
width: 100% !important;
height: auto !important;
}






/*
._lines:before,._lines:after, ._line:before,
._line:after {
content: '';
position: absolute;
left: 42%;
top: 0;
bottom: 0;
background: #eaeef4;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
width: 1px;
z-index: -1;
}
._lines:after {
left: 58%;
}
._line:before {
left: 20%;
transform: unset;
}
._line:after {
left: 80%;
transform: unset;
}
._lines._lAdj:after {
display: none;
}
._lines._lAdj ._line:before {
left: 25%;
}
._lines._lAdj ._line:after {
left: 75%;
}
._lines._lAdj:before {
left: 50%;
}

*/

.btn-about {
-webkit-transform: translateY(0px);
transform: translateY(0px);
color: var(--site-color);
padding: 10px 45px;
background-color: transparent;
border: 1px solid var(--site-color);
border-radius: 30px;
margin-top: 30px;
overflow: hidden;
}

.btn-about::before {
transform: scaleX(0);
transform-origin: bottom right;
border-radius: 30px;
}

.btn-about:hover::before {
transform: scaleX(1);
transform-origin: bottom left;
}

.btn-about::before {
content: " ";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
inset: 0 0 0 0;
background: #f2f3f4;
z-index: -1;
transition: transform .3s ease;
}




/*COUNTDOWN*/
/*.countdown {
position:absolute;
z-index:9;
right:0;
top:50%;
transform:translateY(-50%);
background:#fff;
padding:15px;
border-radius:5px 0 0 5px;
text-align:center;
transition: all .3s;
}
.countdown:hover { 
box-shadow: 0 2.5rem 6.25rem rgba(7, 16, 52, 1);
padding-right:100px;
}
.countdown .number {
font-size: 16px; 
font-weight: 800;
line-height: 1.2;
}

.countdown .titlec {
font-size: 14px; 
font-weight: 300;
}*/


/*COUNT TO*/
.countto {
position: relative;
padding: 15px 0;
}

.countto .container {
position: relative;
z-index: 3;
}

.countto .box {
padding: 0;
text-align: center;
box-shadow: inherit;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
position: relative;
background: #fff;
padding: 40px 20px;
border-radius: 5px;
}

.countto .box:hover {
/*box-shadow: 6px 6px 0 #ccc;
z-index: 999;
position: absolute;
width: calc(100% - 8px);*/
background: var(--site-color-two);
color: #fff;
}

.countto .box:hover h2, .countto .box:hover i, .countto .box:hover p {
color: #fff;
}

/*.countto .box:after {
content: "";
height: 100%;
width: 1px;
background: rgba(255,255,255,0.1);
position: absolute;
right: 30px;
top: 0;
}*/

.countto .box h2 {
margin-bottom: 0;
display: inline-block;
padding: 0 20px;
font-size: 26px;
}

.countto .box p {
margin-bottom: 0;
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
}

.countto .ff_counter_box {
padding: 15px 0;
width: 100%;
}

.countto .row > [class*="col-"]:nth-of-type(4) .box:after {
content: none;
}

.countto .row > [class*="col-"] {
position: relative;
}

.countto .box-wrapper {
display: flex;
}

.countto .box-content {
display: flex;
align-items: center;
}

.countto .box i {
display: block;
font-size: 36px;
/*border: 2px solid var(--site-color);*/
padding: 15px 0;
/*border-radius: 50%;*/
margin-left: 15px;
}

.countto .box h2, .countto .box p, .countto .box i {
color: var(--site-color);
}


.video {
height: 480px;
overflow: hidden;
}

.video #vid {
width: 100%;
height: 100%;
object-fit: cover;
}




/*NEWSLETTER*/
.newsletter {
padding: 60px 0; 
background:var(--site-color-two);
}
.newsletter h2 { 
margin-bottom: 0; 
color:#fff;
}

.newsletter p {
margin: 0;
letter-spacing: 1px;
font-weight: 700;
font-size: 15px;
color:#fff;
}

.newsletter-form .input-box {
position: relative;
margin-top: 15px;
width: 100%;
display: flex;
}

.newsletter-form input {
border: none;
background-color: #fff;
height: 50px;
width: 100%;
letter-spacing: 1px;
border-radius: 0;
padding: 5px 15px;
box-shadow: none;
position: relative;
font-size: 14px;
color: var(--site-color);
}

.newsletter-form .form-row {
margin-right: 10px;
position: relative;
}

.newsletter-form input:focus {
box-shadow: none;
outline: none;
}

.newsletter-form .form-row:before {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
background: rgba(255,255,255,0.3);
transform: scaleX(100%);
transform-origin: bottom right;
border-radius: 0;
height: 1px;
width: 100%;
transition: all .9s ease;
}

.newsletter-form .form-row:hover:before {
background: #fff;
}


.newsletter-form .submit {
text-align: center;
font-weight: 700;
padding: 15px 45px;
display: inline-block;
-webkit-align-items: center;
color: #fff;
background:#e81f44;
cursor: pointer;
border: none;
overflow: hidden;
transition: all .9s ease;
}

.newsletter-form .submit:hover {
text-decoration: none;
color: var(--site-color-three);
background: #fff;
}


.newsletter-form input::-webkit-input-placeholder {
color: rgba(0,0,0,0.3);
}

.newsletter-form input::-moz-placeholder {
color: rgba(0,0,0,0.3);
}

.newsletter-form input:-ms-input-placeholder {
color: rgba(0,0,0,0.3);
}

.newsletter-form button span {
margin: auto;
}



.gallery {
padding: 60px 0;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}

.gallery .swiper-slide {
max-height: 480px;
overflow: hidden;
align-items: center;
display: flex;
}

.gallery img {
width: 100%;
display: block;
object-fit: cover;
object-position: center;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
height: 100% !important;
}

.gallery img:hover {
transform: scale(1.05);
}





/*MASTER PAGE*/
.bread {
padding: 15px 0;
border-bottom: none;
position: absolute;
width: 100%;
top: 0;
background: rgba(255,255,255,0.1);
z-index: 9;
}

.bread ol.breadcrumb {
margin-bottom: 0;
}

.bread a, .bread .breadcrumb-item, .bread .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
color: #fff;
}




.master-menu-sticky {
top: 130px;
margin-bottom: 30px;
}

.widget {
padding: 0;
margin: 30px 0;
background: #fff;
}

.widget ul {
padding: 10px 30px 20px 0;
margin: 0;
list-style: none;
}

.widget ul li a {
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 10px 0;
color: var(--site-color);
position: relative;
}

.widget ul li a:after {
content: "";
position: absolute;
right: -30px;
background: var(--site-color-two);
width: 5px;
height: 100%;
top: 0;
visibility: hidden;
}

.widget ul li a:hover:after {
visibility: visible;
}

.widget ul li a.active:after {
visibility: visible;
}

.widget ul li:last-child a {
border-bottom: none;
}

.widget h2 {
font-size: 20px;
color: #fff;
background: var(--site-color-two);
padding: 25px 30px;
;
}

.master-banner {
position: relative;
height: 320px;
overflow: hidden;
background: #000;
}

.master-banner img {
position: absolute;
opacity: .7;
object-fit: cover;
object-position: center;
width: 100%;
transform: translateY(-50%);
top: 50%;
}

.master-banner h1 {
position: absolute;
bottom: 15%;
z-index: 9;
color: #fff;
font-size: 42px;
margin: auto;
}

.master-banner .grt {
content: '';
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--site-color-two);
opacity: 0;
/*background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );*/
}
/*.master-banner:after {
position: absolute;
content: "";
left: 50%;
bottom: 0;
width: 850px;
height: 850px;
mix-blend-mode: color;
background-color: var(--site-color-two);
border-radius: 100%;
z-index: 2;
-webkit-animation-name: hero-circle;
animation-name: hero-circle;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
transform: translateX(-50%) translateY(50%);
}
*/



.master-banner-small {
position: relative;
margin: 30px 0;
}

.master-banner-small::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 15px;
top: 15px;
z-index: -1;
background-color: #f2f3f4;
opacity: 1;
background-size: 4px 4px;
background-image: repeating-linear-gradient(45deg, #6e7273 0, #6e7273 0.4px, #f2f3f4 0, #f2f3f4 50%);
}

.master-banner-small img {
}

.master-banner-small .short-desc {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%);
color: #fff;
text-align: center;
}

.master-banner-small .short-desc p {
color: #fff;
font-size: 32px;
font-weight: 700;
}

.master-desc, .master-desc p {
font-size: 14px;
}

.master-desc p {
line-height: 2;
}

.brands-desc {
padding: 60px 0;
}

.brands-desc, .brands-desc p {
font-size: 14px;
}

.brands-desc p {
line-height: 2;
}

.brands-title {
padding: 30px 0;
border-bottom: 1px solid #ddd;
background: var(--site-color-two);
}

.brands-title h1 {
margin-bottom: 0;
font-size: 28px;
color: #fff;
}
/*.master-banner h1:after {
content: "";
position: absolute;
left: 0;
bottom: 1px;
height: 5px;
width: 100%;
background: var(--site-color-two);
z-index: -1;
}
*/

p.big {
font-size: 18px !important;
}

.section {
padding: 45px 0 30px;
}

.section h2 {
font-size: 32px;
}

.section.s-white {
background: #fff;
}

.section.s-grey {
background: var(--color-gray-400);
}

.section.s-light {
background: var(--color-gray-100);
}

.section.s-green {
background: var(--site-color-two);
}

.section.s-light-green {
background: var(--light-green);
}


.list {
margin: 0;
padding: 0;
list-style: none;
}

.list.inline-block li {
display: inline-block
}

.list.line {
margin-top: 30px;
}

.list.line li {
padding: 15px 25px;
margin-bottom: 15px;
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
font-weight: 800;
background: #fff;
border-radius: 5px;
}

.list.iconlist li {
padding: 10px 45px;
margin-bottom: 3px;
position: relative;
border-bottom: 1px solid #ddd;
}

.list.iconlist li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}

.list.iconlist li:after {
content: "\eed6";
position: absolute;
left: 0;
font-family: IcoFont !important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
line-height: 1;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
font-size: 32px;
top: 50%;
transform: translateY(-50%);
}

.list.icon-normal li {
width: calc(20% - 15px);
margin-right: 15px;
padding: 30px 25px;
}

.list.icon-normal li:last-child {
margin-right: 0;
}

.list.icon-normal li i {
font-size: 48px;
vertical-align: middle;
margin-right: 5px;
color: var(--site-color-two);
}

.list.list-border {
margin-top: 30px;
}

.list.list-border li {
border: 1px solid var(--site-color);
width: calc(33.3% - 15px);
margin-bottom: 15px;
border-radius: 5px;
font-weight: 800;
text-align: center;
font-size: 18px;
}

.list.list-border li:nth-child(3) {
margin-right: 0;
}

.list.icon-block {
text-align: center;
}

.list.icon-block li {
padding: 10px;
box-shadow: none;
margin-bottom: 0;
border: 5px solid var(--site-color-two);
border-radius: 0;
}

.list.icon-block span {
display: block;
}

.list.list-fair-tag {
margin-top: 0;
}

.list.list-fair-tag li {
font-weight: 400;
position: relative;
}

.list.list-fair-tag li:last-child {
margin-bottom: 0;
padding: 30px;
}

.list.list-fair-tag li:last-child:after {
content: none;
}

.list.list-fair-tag li span {
font-weight: 800;
width: 140px;
display: inline-block;
position: relative;
}

.list.list-fair-tag li span::after {
content: ":";
right: 7px;
position: absolute;
}


.list.list-circle li {
font-weight: 400;
position: relative;
padding-left: 60px;
}

.list.list-circle li:after {
content: "\ec77";
position: absolute;
left: 22px;
font-family: IcoFont !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
white-space: nowrap;
overflow-wrap: normal;
direction: ltr;
line-height: 1;
font-size: 16px;
top: 50%;
transform: translateY(-50%);
color: var(--site-color-two);
}



.master-page {
padding: 0;
}

.master-content {
height: 100%;
}

.master-desc {
background: #fff;
padding: 45px;
margin-top: -30px;
position: relative;
z-index: 9;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
height: calc(100% + 30px);
}
/*.master-desc::after {
content: "";
position: absolute;
background: #e3e3e3;
width: 100%;
height: 100%;
left: -100%;
top: 0;
}*/
.master-desc h1 {
font-size: 32px;
}

.master-desc h3 {
font-size: 24px;
margin-top: 45px;
}

.master-content h2 {
font-size: 28px;
}

.sub {
padding: 0 0 30px;
}

.sub .subpage {
padding: 0;
}

.sub .subpage h2.subtitle {
font-size: 24px;
margin-bottom: 15px;
}

.sub .subpage .img-fluid {
width: 100%;
object-fit: cover;
}

.sub-right, .sub-left {
background: #fff;
padding: 30px;
height: 100%;
display: flex;
align-items: center;
}

.sub-right {
padding-right: 0;
}

.sub-left {
padding-left: 0;
}




.masterlist {
padding: 45px 0;
}

.masterlist .masterlistsub:nth-child(2n) {
background: #fff;
}

.masterlist .masterlistsub:nth-child(2n+1) {
background: #e3e3e3;
}

.masterlist .masterlistsub:nth-of-type(3) {
background: #78c96a;
}


.countto.participant .box-wrapper {
background: #fff;
border-radius: 5px;
}

.countto.participant .box h2, .countto.participant .box p, .countto.participant .box i {
color: var(--site-color);
}

.countto.participant .box-content {
display: flex;
align-items: center;
background: var(--site-color-two);
}

.countto.participant .box p {
width: 100%;
text-align: center;
}

.countto.participant .ff_counter_box {
padding: 45px 10px;
display: flex;
width: 100%;
align-items: center;
}

.countto.participant .box i {
margin: 0;
padding: 10px;
}


.meet {
padding: 60px 0;
text-align: center;
background: #cccccc;
}

.meet a {
font-size: 20px;
border: none;
font-weight: 700;
background: #fff;
color: var(--site-color);
padding: 24px 45px;
border-radius: 45px;
transition: all .5s;
}

.meet a:hover {
background: var(--site-color);
color: #fff;
}

.meet a span {
text-decoration: underline;
}

.meet i {
margin-right: 15px;
vertical-align: middle;
}

.technical-support {
padding: 30px;
text-align: center;
height: 100%;
display: flex;
align-items: center;
border: 5px solid #ddd;
}

.technical-support div {
width: 100%;
}

.technical-support p {
color: var(--site-color);
}



/*CONTACT PAGE*/
.section-contact {
padding-bottom: 120px;
}

.contact-banner {
}

.contact-content {
padding: 45px;
margin-top: -90px;
background: #fff;
border-radius: 10px 10px 0 0;
}

.contact-box span {
font-weight: 700;
display: block;
}

.contact-form {
padding: 30px 0 30px 30px;
}

.form-group {
margin-bottom: 1rem;
}

.upload-form {
margin-bottom: 15px;
}

.btn-send {
background: var(--site-color-two);
color: #fff;
padding: 15px 45px;
border-radius: 0;
text-transform: uppercase;
font-weight: 700;
transition: all .3s;
border: none;
font-size: 20px;
}

.btn-send:hover {
background: #2a2a2d;
color: #fff;
border: none;
}

.btn-send:active, .btn-send:focus {
background: var(--site-color-two) !important;
color: #fff !important;
border: none;
}

.btn-send i {
font-size: 36px;
margin-right: 10px;
vertical-align: middle;
}

.btn-send:hover {
background: var(--site-color);
color: #fff;
}

.contact-address .box i {
margin-right: 15px;
float: left;
font-size: 24px;
}

.contact-address {
}

.contact-address .box {
padding: 15px 0;
border-bottom: 1px solid #ddd;
display: flex;
align-items: center;
}

.contact-address .box .box-right p {
margin: 0;
}

.contact-address .box h1 {
font-size: 24px;
}

.list.list-contact li {
font-weight: 400;
display: inline-block;
width: 32.5%;
margin-right: 1%;
box-shadow: none;
}

.list.list-contact li span {
font-weight: 700;
}

.list.list-contact li:nth-child(3n+3) {
margin-right: 0;
}


/*DYNAMIC PAGE*/
.gallery-master {
overflow: hidden;
padding: 0;
}

.gallery-master .gallery-box {
margin-bottom: 30px;
}

/*MEDIA PAGE*/
.media-social {
background: #fff;
padding: 0;
border-bottom: 1px solid #ddd;
}

.media-social .box i {
padding: 20px !important;
background: #ccc;
border-radius: 50%;
display: inline-block;
font-size: 24px;
margin-bottom: 20px !important;
margin-right: 0 !important;
}

.media-social .container {
max-width: 800px;
}

.media-social .ff_counter_box {
padding: 30px 10px;
}

.media-social .box p {
font-weight: 800;
}

.media-social a {
width: 100%;
}

.media-brands .brands {
background: #fff;
}

.media-brands h2 {
font-size: 32px;
padding-top: 45px;
}

.media-brands .swiper-img {
padding: 15px 25px;
margin-bottom: 15px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
font-weight: 800;
background: #fff;
margin: 5px;
}



.elem-inner {
display: block;
}

.elem-inner:hover {
}

.elem-inner img {
background: #fff;
}


.contact-box {
background: #fff;
padding: 30px;
margin-bottom: 30px;
border: 1px solid #ddd;
}

.contact-box:first-child {
border-top: none;
}


.news-page-title {
background: var(--site-color);
color: #fff;
padding: 15px 0;
}

.news-page-title h1 {
color: #fff;
font-size: 32px;
margin-bottom: 0;
}

.news-content {
padding: 30px 0;
}










.dp-pager {
padding: 45px 0;
width: 100%;
text-align: center;
display: block;
}

.dp-pager .aspNetDisabled {
opacity: .2;
}

.dp-pager .btn {
border: 1px solid var(--site-color);
border-radius: 0;
padding: 10px 15px;
}

.dp-pager .btn-active {
background: #e3e3e3;
}




.posts .post-inner-content {
padding: 15px;
min-height: 220px;
}

.posts figure.post-gallery {
margin: 0 0 1rem;
}

.detail-swiper {
padding: 0;
margin: 15px -12px;
}

.detail-swiper .swiper {
background: #fff;
}

.detail-swiper .swiper-img {
height: auto;
}

.detail-swiper .figure-caption {
padding: 0;
margin-top: 0;
}

.share {
margin: 0;
padding: 15px 0 45px;
list-style: none;
margin-bottom: 30px;
border-bottom: 1px solid #ddd;
}

.share li {
display: inline-block;
margin-right: 7px;
}

.share li a {
color: #fff;
padding: 0 10px;
vertical-align: middle;
display: inline-block;
border-radius: 3px;
}

.share li a i {
font-size: 18px;
}

.share li a.facebook {
background: #3b5998;
}

.share li a.twitter {
background: #00aced;
}

.share li a.linkedin {
background: #007bb6;
}



.blog-detail-page-content {
background: #fff;
padding: 30px 0;
}

.blog-detail-page-content h1 {
font-size: 24px;
}

.blog-detail-page-content .date {
margin-top: 15px;
display: block;
margin-bottom: 0;
}

.tags-blog {
margin: 30px 0 0;
}

.tags-blog h5 {
margin-bottom: 20px;
}

.tags-blog a {
padding: 10px 30px;
display: inline-block;
color: var(--site-color);
margin-bottom: 7px;
background: #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.catarticles-title {
margin-bottom: 30px;
}


.popular .list-blog {
margin-top: 30px;
background-color: transparent;
height: auto;
}

.popular .list-blog .blog-list {
margin-bottom: 20px;
padding: 0;
position: relative;
border-bottom: none;
}

.popular .list-blog .blog-list:last-child {
margin-bottom: 20px;
}


.press-kit {
margin-top: 45px;
}

.press-kit .post-item {
margin-bottom: 30px;
}

.press-kit .post-inner-content {
border-top: 1px solid #ddd;
}

.press-kit .btn-about {
padding: 10px 30px;
margin-right: 10px;
}

.press-kit figure.post-gallery {
margin: 0;
}



/*HOME TEAM*/
.teams {
margin: 0;
background: #fff;
padding: 60px 0 15px 0;
}

.teams .row .item .image {
position: relative;
z-index: 3;
}

.teams .row > [class*="col-"]:nth-of-type(2) .item {
flex-direction: row-reverse;
}

.teams .row > [class*="col-"]:nth-of-type(2) {
border-left: 1px solid #ddd;
}

.teams .teams-row .item {
display: flex;
}

.teams .teams-row .image {
border-radius: var(--border-radius);
overflow: hidden;
position: relative;
}

.teams .teams-row .image img {
max-width: 100%;
}

.teams .teams-row .caption {
padding: 0 45px;
width: 100%;
}

.teams .teams-row .caption h2 {
font-size: 20px;
margin-bottom: 0;
}

.teams .teams-row .caption .title-sub {
font-weight: 600;
}

/*.teams .row .item:after {
content: "";
width: 200px;
height: 80%; 
border-radius: 0;
position: absolute; 
top: 25px;
}
.teams .row > [class*="col-"]:nth-of-type(1) .item:after { 
background:#e3e3e3; 
left: 25px;
}
.teams .row > [class*="col-"]:nth-of-type(2) .item::after { 
background: #e3e3e3; 
right: 25px;
left:auto;
}

*/
.team-content {
}

.team-box {
background: #fff;
margin-bottom: 30px;
}

.team-box h4 {
}

.team-box ul {
margin: 0;
padding: 0;
list-style: none;
}

.team-box ul li {
border-radius: 5px;
padding: 5px 0;
display: flex;
align-items: center;
}

.team-box ul li i {
margin-right: 7px;
}

.team-box ul li p {
margin: 0;
}

.media-partners {
margin-top: 45px;
}

.media-partners .media-partners-box {
padding: 30px;
margin-bottom: 30px;
background: #fff;
border-radius: 5px;
}



.founders .founder {
padding-bottom: 45px;
border-bottom: 1px solid #ddd;
margin-bottom: 45px;
}

.founders .founder:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}

.founders .founder img {
padding: 15px;
border: 1px solid #ddd;
}

.founders .founder h6 {
margin-bottom: 30px;
}


.swiper-container {
overflow: hidden;
}

.swiper-thumb {
position: absolute !important;
box-sizing: border-box;
top: auto;
bottom: 0;
width: 100%;
background: rgba(0,0,0,0.3);
}


.swiper-slider-thumb .swiper-slide {
width: 25%;
height: 100%;
opacity: 1;
display: flex;
align-items: center;
color: #fff;
border-right: 1px solid rgba(255,255,255,0.3);
cursor: pointer;
}

.swiper-slider-thumb .swiper-slide-thumb-active {
opacity: 1;
}

.swiper-slider-thumb .swiper-slide:hover {
background: rgba(255,255,255,0.1);
}

.swiper-slider-thumb .swiper-slide div {
margin: auto;
text-align: center;
padding: 30px 0;
}

.swiper-slider-thumb .swiper-slide div i {
font-size: 20px;
}

.swiper-slider-thumb .swiper-slide h2 {
color: #fff;
font-size: 16px;
position: relative;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.swiper-slider-thumb .swiper-slide p {
color: #fff;
}

.swiper-slider-thumb .swiper-slide h2:after, .swiper-slider-thumb .swiper-slide h2:after {
content: "";
background-color: transparent;
width: 0px;
position: absolute;
bottom: -10px;
z-index: 999;
margin: auto;
left: 50%;
transform: translateX(-50%) scale(2);
transition: all 250ms;
height: 1px;
opacity: 0;
background-color: #fff;
}

.swiper-slider-thumb .swiper-slide:hover h2:after {
transform: translateX(-50%) scale(2);
opacity: 1;
width: 20px;
}

.swiper-slider-thumb .swiper-slide-thumb-active h2:after {
transform: translateX(-50%) scale(2);
opacity: 1;
width: 20px;
}




/*.swiper-buttons .swiper-button {
display: inline-block;
margin: 5px;
padding: 10px;
border: 1px solid rgba(255,255,255,0.5);
}

.swiper-button.swiper-button-disabled {
opacity: .3;
}
*/




.fairs.row > [class*="col-"] {
position: relative;
}

.fair {
background: #fff;
margin-bottom: 30px;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fair:hover {
box-shadow: 6px 6px 0 #3e3f41;
z-index: 9;
}

.fair img {
}

.fair .fair-content {
padding: 15px;
}

.fair .fair-content h2 {
font-size: 18px;
}



.f-search {
background: #f2f3f4;
padding: 30px;
margin: 0;
}

.f-search .form-select-group {
display: flex;
}

.f-search .form-select {
margin-right: 10px;
border-radius: var(--border-radius);
margin-bottom: 0;
border: 1px solid #ddd;
height: 50px;
}

.f-search .form-select:hover, .f-search .form-select:focus, .f-search input:hover, .f-search input:focus {
box-shadow: none;
}

.f-search .form-select:last-child {
margin-right: 0;
}

.f-search input {
border-radius: var(--border-radius);
height: 60px;
border: 1px solid #ddd;
}

.f-search .btn-search {
background: var(--site-color-two);
color: #fff;
border: none;
padding: 15px 30px;
font-size: 16px;
}



.fair-detail-left {
position: relative;
z-index: 3;
padding: 30px 0 0 0;
}

.fair-detail-left ul {
margin: 0;
padding: 0;
list-style: none;
}

.fair-detail-left ul li {
border-bottom: 1px solid #ddd;
padding: 15px 0;
}

.fair-detail-left ul li:first-child {
padding-top: 0;
}

.fair-detail-left ul li:last-child {
border-bottom: none;
}

.fair-detail-left h6 {
font-weight: 400;
color: var(--site-color);
letter-spacing: 1px;
margin-bottom: .25rem;
opacity: .5;
}

.fair-detail-left h2 {
font-size: 15px;
font-weight: 800;
color: var(--site-color);
}

.fair-detail-left h2.web a {
color: var(--site-color);
}

.fair-detail-right {
padding-left: 45px;
border-left: 1px solid #ddd;
}

.fair-detail-right {
padding: 30px;
border-right: 1px solid #ddd;
position: relative;
min-height: 360px;
}
/*.fair-detail-right::after {
content: "";
position: absolute;
left: -100%;
height: 100%;
top: 0;
background: #e3e3e3;
width: 100%;
z-index: 1;
}*/
.fair-detail-logo {
width: 100%;
padding: 52px 30px;
text-align: center;
border: 1px solid #ddd;
}

.fair-detail-logo img {
max-width: 220px;
}

.share-f ul {
margin: 0 !important;
padding: 0;
list-style: none;
}

.share-f ul li a i {
font-size: 20px;
}

.share-f ul li {
display: inline-block;
border-bottom: none;
padding-bottom: 0;
}

.share-f ul li a {
display: block;
padding: 0 5px;
color: var(--site-color);
}


.dark .swiper-pagination-bullet-active {
background: var(--site-color-two) !important;
}

.dark p, .dark h2, .dark li {
color: #fff !important;
}


.list-new .swiper-pagination {
text-align: left;
bottom: -6px !important;
}

.list-new .swiper-wrapper {
margin-bottom: 12px;
}


.other-fairs-wrapper {
background: #fff;
border-top: 1px solid #ddd;
padding: 30px;
margin-top: 45px;
}

.other-fairs-wrapper h2 {
font-size: 24px;
}

.other-fairs-wrapper .swiper-other {
padding-bottom: 45px;
}

.other-fairs-wrapper .swiper-pagination {
bottom: 0 !important;
}

.fair-detail {
background: #fff;
min-height: 100%;
}

.posts {
padding-top: 25px;
}

.post-inner-content .date {
margin-bottom: 5px;
font-size: 12px;
}

.post-inner-content h3 {
font-size: 18px;
}


.blog-detail {
padding: 30px;
background: #fff;
border: 1px solid #ddd;
margin-top: 30px;
}


.sticky-popular {
top: 130px;
}

.popular {
margin-top: 30px;
background: #fff;
padding: 30px;
border: 1px solid #ddd;
}

.popular .title h2 {
font-size: 24px;
}



.call {
height: 100%;
background: #fff;
padding: 15px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
align-items: center;
display: flex;
text-align: center;
}

.call div h3 {
font-size: 20px;
}

.call div a {
font-size: 20px;
color: var(--site-color);
font-weight: 800;
margin-top: 20px;
padding-top: 15px;
display: block;
}

.contact-right {
padding: 30px;
margin: 0;
background: #fff;
border: 1px solid #ddd;
border-bottom: none;
}

.contact-right h2 {
font-size: 28px;
}

.hr-box {
padding: 30px;
margin: 0;
background: #fff;
border: 1px solid #ddd;
}

.hr-box:first-child {
margin-bottom: 30px;
border-top: none;
}

.hr-box:last-child {
border-bottom: none;
}

.contact-maps {
margin: 30px 0;
}

.fairs-table {
padding: 30px 0;
}

.fairs-table table {
background: #fff;
margin: 0;
}

.fairs-table table th {
background: #dee2e6;
color: var(--site-color);
font-size: 16px;
}

.fairs-table table th, .fairs-table table td {
vertical-align: middle;
text-align: center;
}

.fairs-table table th:first-child {
color: #fff;
background: var(--site-color-two);
text-align: center;
}

.fairs-table table tr td:nth-child(3) {
text-align: left;
}

.fairs-table table tr th:nth-child(2) {
text-align: left;
padding-left: 24px;
}
/*.fairs-table table th:last-child, .fairs-table table td:last-child { 
text-align:center;
}*/

.fairs-table table td:last-child a {
color: var(--site-color);
}



.services.services-story {
margin: 30px 0;
}

.services.services-story img {
padding-left: 3px;
height: auto;
}





.cookie-bubble {
position: fixed;
width: calc(100% - 60px);
border-radius: 0;
background-color: #fff;
-webkit-box-shadow: 0 2px 15px rgba(0,0,0,.2);
box-shadow: 0 2px 15px rgba(0,0,0,.2);
z-index: 99;
left: 30px;
right: 30px;
bottom: 30px;
}

.cookie-bubble.bottom-left {
/*left: calc(100vw - 100vw/2 - 400px/2);*/
}

.cb-row-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

.cookie-bubble.show.top-center, .cookie-bubble.show.top-left, .cookie-bubble.show.top-right {
-webkit-animation-name: popInTop;
animation-name: popInTop;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
animation-timing-function: cubic-bezier(.19,1,.22,1);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}

.cookie-bubble.show.bottom-center, .cookie-bubble.show.bottom-left, .cookie-bubble.show.bottom-right {
-webkit-animation-name: popInBottom;
animation-name: popInBottom;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
animation-timing-function: cubic-bezier(.19,1,.22,1);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}

.cookie-bubble.hide {
display: none
}

.cookie-bubble .cb-wrapper {
position: relative;
display: inline-block;
padding: 45px;
z-index: 99;
width: 100%;
}

.cookie-bubble .cb-wrapper .cb-row {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left
}

.cookie-bubble .cb-wrapper .cb-row .cb-row-content .message {
position: relative;
width: 80%;
display: inline-block;
font-size: 13px;
margin-top: 0
}

.cookie-bubble .cb-wrapper .cb-row .cb-row-content .message a {
font-weight: 700;
color: var(--site-color-four);
margin: 0 3px;
}

.cookie-bubble .cb-wrapper .cb-row .cb-row-content .cb-controls {
position: relative;
float: right;
margin-top: 10px
}

.cookie-bubble .cb-wrapper .cb-row .cb-image {
padding-right: 23px;
display: none
}

.cookie-bubble .cb-wrapper .cb-row .cb-image .cookie-inner-color {
fill: #00a4ff
}

.cookie-bubble .cb-wrapper .cb-row .cb-image svg {
width: 75px
}

.cookie-bubble .cb-wrapper .agreement-btn {
margin: 0 0 0 10px;
text-decoration: none;
color: #fff;
background: var(--site-color-two) !important;
padding: 10px 40px;
border-radius: 3px;
font-size: 16px;
opacity: 1;
border: none;
cursor: pointer;
font-weight: 700;
float: right;
}

.cookie-bubble .cb-wrapper .agreement-btn span {
font-size: 24px;
}

.cookie-bubble .cb-wrapper .agreement-btn:hover {
background-color: #0083cc
}

.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn {
margin: 0;
color: #fff;
padding: 0;
border-radius: 100px;
font-size: 13px;
opacity: .95;
border: none;
cursor: pointer;
font-weight: 400;
}


.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn:hover {
opacity: 1;
text-decoration: underline
}

.cookieBubble .copyright-wrapper {
margin-top: 20px
}

.cookieBubble .copyright-wrapper a.copyright {
position: absolute;
width: 80px;
height: 16px;
bottom: 8px;
right: 7px;
margin-top: 30px;
}

.cookieBubble button.close {
position: absolute;
right: 15px;
bottom: 15px;
display: block;
z-index: 99;
}

@-webkit-keyframes popInBottom {
0% {
-webkit-transform: translateY(120%);
transform: translateY(120%)
}

100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@keyframes popInBottom {
0% {
-webkit-transform: translateY(120%);
transform: translateY(120%)
}

100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@-webkit-keyframes popInTop {
0% {
-webkit-transform: translateY(-120%);
transform: translateY(-120%)
}

100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@keyframes popInTop {
0% {
-webkit-transform: translateY(-120%);
transform: translateY(-120%)
}

100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@media (max-width:420px) {
.cookieBubble {
border-radius: 0;
max-width: inherit;
left: 0 !important;
bottom: 0 !important
}

.cookieBubble .cb-image {
display: none
}
}

@media (max-width:1024px) {
.cookie-bubble {
width: 100%;
max-width: 100%;
top: auto !important;
bottom: 0 !important;
left: 0 !important;
border-radius: 0;
}

.cookie-bubble .cb-wrapper {
padding: 15px;
width: 100%;
}

.cookie-bubble .cb-wrapper .cb-row .cb-row-content .message {
width: 100%;
}

.cb-row-content {
display: block;
}
}




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

.new {
padding: 45px 0;
}

.new h2 {
font-size: 36px;
margin-bottom: 0;
}

.new .list-new h5 {
margin-bottom: 0;
}

.new .list-new p {
font-size: 16px;
}

.btn-new {
display: inline-flex;
align-items: center;
color: var(--site-color);
font-size: 16px;
}

.btn-new:hover {
color: var(--site-color-two);
font-size: 16px;
}

.btn-new span:not(.arrow) {
border-bottom: 1px solid var(--site-color);
font-style: italic;
}

.btn-new span.arrow {
border-radius: 50%;
border: 1px solid var(--site-color);
padding: 0 7px;
display: inline-block;
margin: 0;
overflow: hidden;
margin-left: 15px;
}

.btn-new:hover span {
border-color: var(--site-color-two);
}

.btn-new span i {
font-size: 24px;
color: var(--site-color);
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
transition: all 0.2s;
display: block;
-webkit-animation-name: moveLeft;
animation-name: moveLeft;
}

.btn-new:hover span i {
color: var(--site-color-two);
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: moveRight;
animation-name: moveRight;
}




@-webkit-keyframes moveRight {
50% {
transform: translateX(50px);
}

51% {
opacity: 0;
transform: translateX(-50px);
}

100% {
opacity: 1;
transform: translateX(0);
}
}

@keyframes moveRight {
50% {
transform: translateX(50px);
}

51% {
opacity: 0;
transform: translateX(-50px);
}

100% {
opacity: 1;
transform: translateX(0);
}
}

@-webkit-keyframes moveLeft {
50% {
transform: translateX(-50px);
}

51% {
opacity: 0;
transform: translateX(50px);
}

100% {
opacity: 1;
transform: translateX(0);
}
}

@keyframes moveLeft {
50% {
transform: translateX(-50px);
}

51% {
opacity: 0;
transform: translateX(50px);
}

100% {
opacity: 1;
transform: translateX(0);
}
}


@keyframes moveUp {
50% {
transform: translateY(50px);
}

51% {
opacity: 0;
transform: translateY(-50px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

@keyframes moveDown {
50% {
transform: translateY(-50px);
}

51% {
opacity: 0;
transform: translateY(50px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}



/*@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1120px;
}
}*/

@media (min-width: 1500px) {


.container-xs {
max-width: 800px;
}

.slide .container-fluid, header .container-fluid, footer .container-fluid, .newsletter .container-fluid {
max-width: 1800px;
}

.slide {
height: 94vh;
}
}






/*MENU*/

.dropdowns {
background: #fff;
overflow: auto;
position: fixed;
z-index: 999;
bottom: 0;
width: 30%;
right: -30%;
transition: all 0.7s ease-in-out;
top: 0;
border-top: 1px solid #ddd;
line-height: 48px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.dropdowns.shows {
right: 0;
opacity: 1;
}

.pages, .mstr {
transition: all 0.7s ease-in-out;
}

.leftbody .pages, .leftbody header, .leftbody .mstr {
transform: translateX(-10%);
}

.leftbody .slide .slide-content {
left: -10% !important;
}

.slide .slide-content {
position: relative;
left: 0;
transition: all 0.7s ease-in-out;
height: 100%;
}




.darkshadow, .gradient {
visibility: hidden;
opacity: 0;
position: fixed;
top: 0;
background: rgba(0, 0, 0, 0.59);
left: 0;
right: 0;
bottom: 0;
margin: 0;
z-index: 101;
transition: all 0.4s ease-in-out;
}

.darkshadow.shows {
visibility: visible;
opacity: 1;
}


.gradient {
visibility: hidden;
opacity: 0;
position: fixed;
top: 0;
background: rgba(0, 0, 0, 0.59);
left: 0;
right: 0;
bottom: 0;
margin: 0;
z-index: 99;
transition: all 0.4s ease-in-out;
}

.openbody .gradient {
opacity: 1;
visibility: visible;
}





.dropdowns .dropdowns-content {
padding: 0 90px;
height: 100%;
}

.dropdowns .dropdowns-menu-wrapper {
height: 100%;
display: flex;
align-items: center;
}

.dropdowns-menu-content {
height: 100%;
width: 100%;
}

.logo-aside {
margin: 0;
position: absolute;
top: 20px;
}

.logo-aside img {
max-width: 90px;
}


.aside.dropdowns .dropdowns-content {
padding: 0;
}

.aside-navigation {
height: 90%;
padding: 45px;
display: flex;
align-items: center;
}

.aside-navigation div {
}

.aside-navigation:first-child {
background: var(--site-color-two);
}

.aside-navigation:nth-of-type(2) {
background: var(--black);
}

.aside-navigation:nth-of-type(3) {
background: #252525;
}

.aside-navigation h4 {
color: #fff;
}

.aside-navigation h4 span {
display: block;
}

ul.navigation {
margin: 0;
padding: 0;
list-style: none;
}

ul.navigation li {
line-height: 1.6;
display: flex;
align-items: center;
color: #fff;
}

ul.navigation li a {
color: #fff;
display: inline-block;
-webkit-transition: color .25s ease-in-out;
-moz-transition: color .25s ease-in-out;
-o-transition: color .25s ease-in-out;
transition: color .25s ease-in-out;
text-align: left;
padding: 10px 0;
}

ul.navigation li i {
margin-right: 10px;
}

ul.navigation li:hover a,
ul.navigation li a.active {
text-decoration: none;
}

ul.navigation li .btn {
margin-top: 0;
margin-bottom: 30px;
color: var(--site-color-three);
border: 1px solid var(--site-color-two);
padding: 15px 35px;
}

ul.navigation li .btn:hover {
border: 1px solid var(--dark) !important;
color: var(--dark);
}



ul.navigation li h4 {
margin-top: 30px;
}

.menu-bottom {
position: absolute;
bottom: 0;
left: 0;
z-index: 9;
list-style: none;
width: 100%;
border-top: 1px solid #ddd;
background: #fff;
}


header {
position: fixed;
left: 0;
top: 0;
z-index: 99;
width: 100%;
padding: 0;
transition: all 0.7s ease-in-out;
/*transition: all 500ms cubic-bezier(0.6, 0, 0.4, 1) 0s;*/
}



/*header:after {
content:"";
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height:100%;
background:#fff;
transform:translateY(-100%);
transition: transform .2s ease;
}*/

.header-top {
position: relative;
height: 100%;
display: flex;
}


.header-top .nav-l {
width: 300px;
}

.header-top .nav-c {
margin: auto;
padding: 20px 0;
}

.header-top .nav-r {
width: 300px;
display: flex;
}

.header-bottom {
position: relative;
display: flex;
}

.header-bottom .navbar {
margin-bottom: -1px;
}

.navbar {
padding: 0;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: normal;
height: 100%;
width: 100%;
}

.navbar .logo {
transition: transform .5s ease;
transform: translateX(0);
text-align: center;
display: block;
}

.navbar .logo img {
max-width: 160px;
transition: none;
}

.navbar .navbar-toggler {
padding: .82rem .85rem;
border-radius: 0;
margin: 0 5px;
}

.navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
box-shadow: none;
}


.header-top-content {
display: flex;
}

.nav-menu {
list-style: none;
padding: 0;
display: flex;
align-items: center;
list-style: none;
margin: auto;
justify-content: flex-start;
}

.nav-menu li {
display: inline-block;
}

/* .nav-menu li:first-child .nav-link {
padding-left: 30px;
}

.nav-menu li:last-child .nav-link {
padding-right: 30px;
}
*/
.nav-menu a.nav-link {
font-weight: 600;
padding: 10px 15px;
text-transform: uppercase;
font-size: 14px;
margin: 0;
position: relative;
}

.nav-menu a.nav-link:hover, .nav-menu a.nav-link.show {
background: var(--site-color-two);
color: #fff !important;
}
/*.nav-menu .nav-item a.nav-link:before {
content:"";
position:absolute; 
left:0;
bottom:-12px;
background:var(--site-color-two);
height:3px;
width:100%;
opacity:0;
transform:scale(0);
visibility:hidden;
transition: transform .5s;
transform-origin:left;
z-index:9999;
}
.nav-menu .nav-item:hover a.nav-link:before {
opacity:1;
visibility:visible;
transform:scale(1);
}*/
.nav-menu li i {
color: var(--site-color-two);
}

.langs {
margin: 0;
padding: 0;
list-style: none;
}

.langs a {
color: #fff;
}

.langs a img {
margin-right: 7px;
}







/*THEME WHITE BACKGROUND*/
.scroll header .header-bottom:after, .darktheme header .header-bottom:after, .scroll header .header-top:after, .darktheme header .header-top:after {
background: #fff;
content: "";
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}


.master.darktheme header .header-bottom:after, .master.darktheme header .header-top:after {
box-shadow: none;
border-bottom: none;
}

.master.scroll header {
box-shadow: none;
}

header .navbar {
border-bottom: 1px solid rgba(255,255,255,0.15)
}

.scroll header .navbar, .darktheme header .navbar {
border-bottom: 1px solid rgba(0,0,0,0.15)
}

.scroll header {
box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.1);
}

.scroll .dropdown-lang .dropdown-toggle, .scroll .search-link i, .darktheme .dropdown-lang .dropdown-toggle, .darktheme .search-link i, .darktheme .dropdown-lang .dropdown-toggle, .scroll ul.social-header li a, .darktheme ul.social-header li a, .scroll .menu-link, .darktheme .menu-link {
color: var(--site-color);
}

ul.social-header li a {
color: #fff;
}

#main.scroll .nav-menu a.nav-link, #main.darktheme .nav-menu a.nav-link {
color: var(--site-color);
}

#main.nav-menu li:first-child .nav-link {
border-radius: 5px 0 0 5px;
}

#main.nav-menu li:last-child .nav-link {
border-radius: 0 5px 5px 0;
}



.scroll .logo img, .darktheme .logo img {
filter: none;
}

.scroll .navbar .navbar-toggler, .scroll .navbar .navbar-toggler:hover, .scroll .navbar .navbar-toggler:focus, .scroll .navbar .navbar-toggler:active, .darktheme .navbar .navbar-toggler, .darktheme .navbar .navbar-toggler:hover, .darktheme .navbar .navbar-toggler:focus, .darktheme .navbar .navbar-toggler:active, .darktheme .menu-link {
border: 1px solid var(--site-color);
}

.scroll .navbar .navbar-toggler, .darktheme .navbar .navbar-toggler {
color: #fff;
border: 1px solid var(--site-color);
}

.scroll .navbar .navbar-toggler:hover, .scroll .navbar .navbar-toggler:focus, .scroll .navbar .navbar-toggler:active, .darktheme .navbar .navbar-toggler:hover, .darktheme .navbar .navbar-toggler:focus, .darktheme .navbar .navbar-toggler:active, .darktheme .dropdown-lang .dropdown-toggle, .scroll .dropdown-lang .dropdown-toggle, .scroll .menu-link {
border: 1px solid var(--site-color);
}

.searchMenu {
margin-left: auto !important;
}

.master .nav-menu a.nav-link {
color: #111;
}

.master .nav-menu a.nav-link:hover {
color: #fff;
}


/*THEME TRANSPARENT BACKGROUND*/
.dropdown-lang .dropdown-toggle, .nav-right .search-link i, .nav-menu a.nav-link {
color: #fff;
}

.navbar .navbar-toggler, .navbar-toggler:hover, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:active, .dropdown-lang .dropdown-toggle {
border: 1px solid rgba(255,255,255,0.4);
}

.logo img {
filter: brightness(100);
}

.navbar .navbar-toggler {
color: #fff;
}

.navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
border: 1px solid #fff;
}

ul.social-menu li a {
color: #fff;
}





.bg-gradient:after {
content: '';
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
opacity: 0;
}

.bg-gradient::before {
content: "";
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
pointer-events: none;
transition: 0.5s 0s ease;
}


/*NEWS*/
.news {
padding: 60px 0 45px;
background: var(--site-color-two);
}

.news .swiper-slide {
}

.news .swiper-img {
}

.news .swiper-caption {
padding: 24px;
background: #fff;
}

.news .swiper-caption h5 {
display: block;
margin-bottom: 10px;
font-size: 16px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.news .swiper-caption p {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.news .swiper-pagination {
bottom: 0;
}

.news .swiper .swiper-pagination-bullet {
background: #b2b2b2;
}

.news .swiper-buttons .swiper-button {
color: #121212;
}

.news .ttl h2 {
color: #fff;
}

.news .ttl .swiper-buttons {
top: -15px;
margin-right: 0;
}

/*TITLE*/

.ttl {
margin-bottom: 30px;
position: relative;
}

.ttl h2 {
line-height: 1.2;
position: relative; 
margin-bottom: 0;
}

/*.ttl h2::after {
content: "";
position: absolute;
height: 2px;
top: -15px;
width: 90px;
background: var(--site-color);
left: 0;
}*/
.ttl p {
line-height: 2.2;
text-align: justify;
margin-bottom: 0;
}


.ttl .swiper-buttons {
position: absolute;
right: 0;
top: 0;
}


.slogan-header {
background: #e9e9e9;
padding: 30px 0 110px;
}

.slogan-header h2 {
color: var(--site-color-three);
position: relative;
padding-bottom: 30px;
}

.slogan-header p {
font-size: 24px;
}


.slogan-white {
background: #fff;
text-align: center;
}

.slogan-white p:first-child {
margin-bottom: 30px;
}

.slogan-banner {
background: #fff;
padding: 45px 0;
}

.slogan-banner .slogan-banner-content {
display: flex;
align-items: center;
}

.slogan-banner .slogan-banner-content div:first-child {
width: 190px;
}

.slogan-banner .slogan-banner-content div:last-child {
margin-left: auto;
}

.slogan-banner .slogan-banner-content div:nth-child(2) {
padding: 0 30px;
}

.slogan-banner .slogan-banner-content div:nth-child(2) p {
font-size: 18px;
margin-bottom: 0;
}

.slogan-banner h2 {
color: var(--site-color-two);
position: relative;
margin: 0;
border-right: 2px solid var(--site-color-two);
}





/*SERVICES*/
.services {
padding: 0;
background: #fff;
}

.swiper-services-item {
background: #fff;
padding: 45px 24px;
border-radius: 24px;
text-align: center;
}

.services .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
-o-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}

.services .btn {
border: 1px solid var(--site-color-two);
padding: 15px 35px;
border-radius: 0;
}

.services .btn:hover {
border: 1px solid var(--dark) !important;
color: var(--dark);
}

.services img {
height: 100%;
width: 100%;
object-fit: cover;
}

.box-services {
padding: 70px;
height: 100%;
display: flex;
align-items: center;
}

.box-services div p {
display: table-cell;
vertical-align: middle;
margin-bottom: 0;
}

.box-services h4 {
font-weight: 300;
margin-bottom: 0;
}

.box-services .btn {
margin-top: 30px;
}

.services-container .services:nth-child(odd) .box-services {
padding: 70px 70px 70px 0;
}

.services-container .services:nth-child(even) .box-services {
padding: 70px 0 70px 70px;
}






/*-----------------------------------*/


.prl .btn {
font-size: 16px;
font-weight: 700;
background-color: transparent;
color: #fff;
text-transform: initial;
border-color: #fff;
margin-top: 15px;
-webkit-transition: .3s all;
-moz-transition: .3s all;
transition: .3s all;
}

.prl h2 {
-webkit-transition: .3s all;
-moz-transition: .3s all;
transition: .3s all;
}

.prl:hover .btn {
background-color: var(--site-color-two);
border-color: var(--site-color-two);
}

.prl:hover h5 {
transform: translateX(15px);
}

.prl:hover .bg-gradient::before {
opacity: 1;
}

.prl:hover h2 {
transform: translateX(15px);
}

.parallax-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
width: 100%;
z-index: 9;
}

.parallax-content h2 {
color: #fff;
}

.parallax-content h2 {
color: #fff;
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
}

.parallax-content h2:after {
position: absolute;
content: "";
height: 2px;
width: 100px;
left: 50%;
transform: translateX(-50%);
bottom: 0;
background: #fff;
}

.parallax-content p {
color: #fff;
line-height: 2;
}



/*-----------------------------------*/

.parallax0 {
height: auto;
position: relative;
overflow: hidden;
}

.parallax0 img {
width: 100%;
}

/*-----------------------------------*/

.parallax1 {
height: auto;
position: relative;
overflow: hidden;
margin-top: 30px;
}

.parallax1 img {
width: 100%;
}


/*-----------------------------------*/

.parallax2 {
height: auto;
position: relative;
overflow: hidden;
background: #000;
margin-bottom: 30px;
}

.parallax2 img {
width: 100%;
z-index: 1;
}

.parallax2 .bg-gradient::after {
background: none;
}

/*-----------------------------------*/

.parallax3 {
height: auto;
position: relative;
overflow: hidden;
background: #000;
}

.parallax3 img {
width: 100%;
}

/*-----------------------------------*/


.rooms {
margin-bottom: 30px;
}

.rooms .rooms-caption {
text-align: center;
padding: 90px 0;
}

.rooms .rooms-caption h2 {
color: var(--site-color-three);
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
}

.rooms .rooms-caption h2:after {
position: absolute;
content: "";
height: 2px;
width: 100px;
left: 50%;
transform: translateX(-50%);
bottom: 0;
background: var(--site-color-three);
}


.rooms-bg {
padding: 20px;
background: url(/assets/img/bg.png) repeat #ebe7de;
position: relative;
}

.rooms-bg .row {
position: relative;
z-index: 9;
}

.rooms-bg img {
max-width: 100%;
height: 100%;
object-fit: cover;
}

/*.rooms-bg:hover .bg-gradient::before {
opacity: 1;
}*/



.why {
margin: 0;
}

.why .btn {
font-size: 16px;
font-weight: 700;
background-color: transparent;
color: #fff;
text-transform: initial;
border-color: #fff;
margin-top: 15px;
-webkit-transition: .3s all;
-moz-transition: .3s all;
transition: .3s all;
}




/* CSS3 Animation */
.animate {
animation: progress 2s linear;
-moz-animation: progress 2s linear;
-webkit-animation: progress 2s linear;
-ms-animation: progress 2s linear;
-o-animation: progress 2s linear;
}

@-webkit-keyframes progress {
from {
width: 0%
}

to {
width: 100%;
}
}

@-moz-keyframes progress {
from {
width: 0%
}

to {
width: 100%;
}
}

@-ms-keyframes progress {
from {
width: 0%
}

to {
width: 100%;
}
}

@-o-keyframes progress {
from {
width: 0%
}

to {
width: 100%;
}
}

@keyframes progress {
from {
width: 0%
}

to {
width: 100%;
}
}

.modal-header .btn {
font-size: 42px;
padding: 0 15px !important;
margin-left: auto;
}

.modal-header .btn:hover {
background: var(--site-color-two);
color: #fff;
}

.modal-header .btn span {
display: block;
}








.form-contact .form-control {
border: 2px solid var(--dark);
border-radius: 0;
font-size: 16px;
padding: .525rem 1rem;
font-weight: 700;
}

.form-contact .form-control:focus {
border: 2px solid var(--site-color-two);
border-radius: 0;
}

.form-contact .form-control::placeholder {
opacity: 1;
font-weight: 400;
}




.nav-menu .nav-item.dropdown {
position: static;
}

.nav-menu h2 {
font-size: 20px;
margin: 30px 0 0;
}

.nav-menu .btn.btn-menu {
display: none;
}

.nav-menu .dropdown-menu {
animation: downOut 0ms ease-in-out forwards;
transform-origin: top center;
transition: 4s all;
background: transparent;
padding: 0;
border: none;
z-index: 99;
left: auto !important;
top: auto !important;
margin-top: -5px;
}

.nav-menu .dropdown-menu-wr {
padding: 30px;
background: var(--site-color-two);
border-radius: 0 0 5px 5px;
}

.nav-menu .dropdown-menu-wr #tab_8 a {
border-bottom: none;
}

.nav-menu .menu-content ul {
margin: 0;
padding: 0;
list-style: none;
}

.nav-menu .menu-content ul li a {
border-bottom: 1px solid rgba(255,255,255,0.1);
display: block;
position: relative;
padding-left: 24px;
color: #fff;
}


.nav-menu .menu-content ul li a::after {
display: inline-block;
content: "\F138";
vertical-align: -.125em;
font-family: "bootstrap-icons";
font-size: 14px;
position: absolute;
left: 0;
}

.nav-menu .btn-new {
line-height: 1.5;
border-bottom: 1px solid #ddd;
}

.menu-content a {
position: relative;
display: block;
border-bottom: 1px solid rgba(255,255,255,0.1);
color: #fff;
}

.menu-content a:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 15px;
top: 15px;
z-index: -1;
background-color: #f2f3f4;
opacity: 1;
background-size: 4px 4px;
background-image: repeating-linear-gradient(45deg, #6e7273 0, #6e7273 0.4px, #f2f3f4 0, #f2f3f4 50%);
}







@-moz-keyframes growDown {
0% {
transform: scaleY(0);
}

80% {
transform: scaleY(1.1);
}

100% {
transform: scaleY(1);
}
}

@-webkit-keyframes growDown {
0% {
transform: scaleY(0);
}

80% {
transform: scaleY(1.1);
}

100% {
transform: scaleY(1);
}
}

@-o-keyframes growDown {
0% {
transform: scaleY(0);
}

80% {
transform: scaleY(1.1);
}

100% {
transform: scaleY(1);
}
}

@keyframes growDown {
0% {
transform: scaleY(0);
}

80% {
transform: scaleY(1.1);
}

100% {
transform: scaleY(1);
}
}

@-moz-keyframes rotateMenu {
0% {
transform: rotateX(-90deg);
}

70% {
transform: rotateX(20deg);
}

100% {
transform: rotateX(0deg);
}
}

@-webkit-keyframes rotateMenu {
0% {
transform: rotateX(-90deg);
}

70% {
transform: rotateX(20deg);
}

100% {
transform: rotateX(0deg);
}
}

@-o-keyframes rotateMenu {
0% {
transform: rotateX(-90deg);
}

70% {
transform: rotateX(20deg);
}

100% {
transform: rotateX(0deg);
}
}

@keyframes rotateMenu {
0% {
transform: rotateX(-90deg);
}

70% {
transform: rotateX(20deg);
}

100% {
transform: rotateX(0deg);
}
}

@-moz-keyframes downOut {
0% {
transform: translateZ(50px) transLateY(10px);
}

80% {
transform: translateZ(-10px) transLateY(0px);
}

100% {
transform: translateZ(0px) transLateY(0px);
}
}

@-webkit-keyframes downOut {
0% {
transform: translateZ(50px) transLateY(10px);
}

80% {
transform: translateZ(-10px) transLateY(0px);
}

100% {
transform: translateZ(0px) transLateY(0px);
}
}

@-o-keyframes downOut {
0% {
transform: translateZ(50px) transLateY(10px);
}

80% {
transform: translateZ(-10px) transLateY(0px);
}

100% {
transform: translateZ(0px) transLateY(0px);
}
}

@keyframes downOut {
0% {
transform: translateZ(50px) transLateY(10px);
}

80% {
transform: translateZ(-10px) transLateY(0px);
}

100% {
transform: translateZ(0px) transLateY(0px);
}
}

@-moz-keyframes growOut {
0% {
transform: scale(0);
}

80% {
transform: scale(1.1);
}

100% {
transform: scale(1);
}
}

@-webkit-keyframes growOut {
0% {
transform: scale(0);
}

80% {
transform: scale(1.1);
}

100% {
transform: scale(1);
}
}

@-o-keyframes growOut {
0% {
transform: scale(0);
}

80% {
transform: scale(1.1);
}

100% {
transform: scale(1);
}
}

@keyframes growOut {
0% {
transform: scale(0);
}

80% {
transform: scale(1.1);
}

100% {
transform: scale(1);
}
}

@-moz-keyframes rotateY {
0% {
transform: rotateY(90deg);
}

80% {
transform: rotateY(-10deg);
}

100% {
transform: rotateY(0);
}
}

@-webkit-keyframes rotateY {
0% {
transform: rotateY(90deg);
}

80% {
transform: rotateY(-10deg);
}

100% {
transform: rotateY(0);
}
}

@-o-keyframes rotateY {
0% {
transform: rotateY(90deg);
}

80% {
transform: rotateY(-10deg);
}

100% {
transform: rotateY(0);
}
}

@keyframes rotateY {
0% {
transform: rotateY(90deg);
}

80% {
transform: rotateY(-10deg);
}

100% {
transform: rotateY(0);
}
}

@-moz-keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-60px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

@-webkit-keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-60px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

@-o-keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-60px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

@keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-60px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

@-moz-keyframes rotateX {
0% {
opacity: 0;
transform: rotateX(-90deg);
}

50% {
transform: rotateX(-20deg);
}

100% {
opacity: 1;
transform: rotateX(0deg);
}
}

@-webkit-keyframes rotateX {
0% {
opacity: 0;
transform: rotateX(-90deg);
}

50% {
transform: rotateX(-20deg);
}

100% {
opacity: 1;
transform: rotateX(0deg);
}
}

@-o-keyframes rotateX {
0% {
opacity: 0;
transform: rotateX(-90deg);
}

50% {
transform: rotateX(-20deg);
}

100% {
opacity: 1;
transform: rotateX(0deg);
}
}

@keyframes rotateX {
0% {
opacity: 0;
transform: rotateX(-90deg);
}

50% {
transform: rotateX(-20deg);
}

100% {
opacity: 1;
transform: rotateX(0deg);
}
}

@-moz-keyframes rotateZ {
0% {
opacity: 0;
transform: translateZ(290px);
}

80% {
transform: translateZ(10px);
}

100% {
opacity: 1;
transform: translateZ(0);
}
}

@-webkit-keyframes rotateZ {
0% {
opacity: 0;
transform: translateZ(290px);
}

80% {
transform: translateZ(10px);
}

100% {
opacity: 1;
transform: translateZ(0);
}
}

@-o-keyframes rotateZ {
0% {
opacity: 0;
transform: translateZ(290px);
}

80% {
transform: translateZ(10px);
}

100% {
opacity: 1;
transform: translateZ(0);
}
}

@keyframes rotateZ {
0% {
opacity: 0;
transform: translateZ(290px);
}

80% {
transform: translateZ(10px);
}

100% {
opacity: 1;
transform: translateZ(0);
}
}

@-moz-keyframes scaleZ {
0% {
opacity: 0;
transform: scale(0);
}

80% {
transform: scale(1.07);
}

100% {
opacity: 1;
transform: scale(1);
}
}

@-webkit-keyframes scaleZ {
0% {
opacity: 0;
transform: scale(0);
}

80% {
transform: scale(1.07);
}

100% {
opacity: 1;
transform: scale(1);
}
}

@-o-keyframes scaleZ {
0% {
opacity: 0;
transform: scale(0);
}

80% {
transform: scale(1.07);
}

100% {
opacity: 1;
transform: scale(1);
}
}

@keyframes scaleZ {
0% {
opacity: 0;
transform: scale(0);
}

80% {
transform: scale(1.07);
}

100% {
opacity: 1;
transform: scale(1);
}
}

@-moz-keyframes scaleZ {
0% {
opacity: 0;
transform: scale(0);
}

80% {
transform: scale(1.07);
}

100% {
opacity: 1;
transform: scale(1);
}
}

@-webkit-keyframes scaleZ {
0% {
opacity: 0;
transform: scale(0);
}

80% {
transform: scale(1.07);
}

100% {
opacity: 1;
transform: scale(1);
}
}

@-o-keyframes scaleZ {
0% {
opacity: 0;
transform: scale(0);
}

80% {
transform: scale(1.07);
}

100% {
opacity: 1;
transform: scale(1);
}
}

@keyframes scaleZ {
0% {
opacity: 0;
transform: scale(0);
}

80% {
transform: scale(1.07);
}

100% {
opacity: 1;
transform: scale(1);
}
}

@-moz-keyframes translateX {
0% {
opacity: 0;
transform: translateX(60px);
}

80% {
transform: translateX(-5px);
}

100% {
opacity: 1;
transform: translateX(0px);
}
}

@-webkit-keyframes translateX {
0% {
opacity: 0;
transform: translateX(60px);
}

80% {
transform: translateX(-5px);
}

100% {
opacity: 1;
transform: translateX(0px);
}
}

@-o-keyframes translateX {
0% {
opacity: 0;
transform: translateX(60px);
}

80% {
transform: translateX(-5px);
}

100% {
opacity: 1;
transform: translateX(0px);
}
}

@keyframes translateX {
0% {
opacity: 0;
transform: translateX(60px);
}

80% {
transform: translateX(-5px);
}

100% {
opacity: 1;
transform: translateX(0px);
}
}



.static-content {
background: #e9e9e9;
padding: 4px 0;
}


.sols {
}

.sols-wrapper {
padding: 30px 0 0;
}

.sol {
position: relative;
overflow: hidden;
display: flex;
margin-bottom: 30px;
border: 1px solid #ddd;
transition: all 500ms;
/*transition: all 500ms cubic-bezier(0,.11,.35,2);*/
}

.sol:hover {
box-shadow: 0px 0px 35px rgba(0,0,0,0.2);
position: relative;
z-index: 9;
}

.sol:hover .sol-logo img {
transform: translateY(-10px);
}

.sol h2 {
padding: 0;
display: inline-block;
}

.sol .sol-right-item {
display: flex;
}

.sol-image {
display: none;
}

.sol-image img {
height: 100%;
object-fit: cover;
width: 480px;
}

.sol-logo {
background: #fff;
display: flex;
align-items: center;
padding: 0 45px;
}

.sol-logo img {
max-width: 200px;
padding: 15px;
transition: all 500ms;
}

.sol-logo span {
display: none;
position: absolute;
width: 6px;
height: 90px;
z-index: 9;
left: -1px;
top: 50%;
transform: translateY(-50%);
border-radius: 0 20px 20px 0;
transition: all 500ms cubic-bezier(0,.11,.35,2);
}
/*.sol-logo span::after {
display: block;
position: absolute;
width: 10px;
height: 50px;
z-index: 9;
left: 0;
top: 50%;
transform: translateY(-50%);
border-radius: 0 30px 30px 0;
content: "";
box-shadow: 0 0 3px rgba(0,0,0,0.1);
transition: all 500ms cubic-bezier(0,.11,.35,2);
}*/

.sol-item {
padding: 35px;
background: #fff;
width: 100%;
display: flex;
align-items: center;
border-left: 1px solid #ddd;
}

.sol-item p {
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

/*.sol:hover .sol-item {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
max-height: 50%;
padding: 30px;
transform: translateY(0px);
}*/

.sol-item .link-detail {
text-decoration: underline;
}

.fair-detail-title-main {
position: relative;
padding: 30px 0;
background: var(--site-color-two);
}

.fair-detail-title-main h2 {
color: #fff;
padding: 0;
margin: 0;
position: relative;
z-index: 3;
}


.fair-detail-title {
position: relative;
padding: 30px;
margin-bottom: 30px;
}

.fair-detail-title:after {
top: -1px;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-width: 15px;
transform: translateX(-50%);
z-index: 9;
}

.fair-detail-title span {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
}

.fair-detail-title h2 {
color: #fff;
padding: 0;
margin: 0;
position: relative;
z-index: 3;
}

.fair-detail-bread-link {
color: #fff;
text-align: left;
position: relative;
z-index: 9;
margin-right: 15px;
font-size: 28px;
display: inline-block;
font-weight: 700;
line-height: 1;
}

.fair-detail-bread-link:hover {
color: #fff;
}

.fair-title-content {
display: flex;
align-items: center;
}

.weblink {
position: relative;
z-index: 9;
margin: 0 0 0 auto;
}

.weblink a {
display: block;
padding: 0;
color: #fff;
letter-spacing: 1px;
font-size: 16px;
font-weight: 700;
}

.weblink a:hover {
text-decoration: underline
}

.weblink a i {
vertical-align: middle;
margin-right: 10px;
}










.searchpanel {
position: fixed;
top: -300px; /* Height of navbar */
left: 0;
right: 0;
width: 100%;
overflow-y: auto;
visibility: hidden;
background-color: #fff;
transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, visibility .3s ease-in-out;
transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
height: 300px;
z-index: 99999;
box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.searchpanel.showss {
visibility: visible;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}


.searchpanel .search-content {
-webkit-overflow-scrolling: touch;
height: 100%;
position: relative;
z-index: 2;
overflow-y: hidden;
padding: 90px;
}

.searchpanel .searchMenu div {
position: relative;
}

.searchpanel .searchMenu div i {
position: absolute;
right: 0;
top: 50%;
font-size: 32px;
margin-top: -30px;
}

.searchpanel .search-content p {
font-weight: 600;
font-size: 13px;
color: rgba(84,84,84,0.55);
margin-bottom: 0;
}

.searchpanel .search-content .form-control {
padding: 15px 0;
font-size: 42px;
font-weight: 700;
border-width: 0 0 2px 0;
border-radius: 0;
}

.searchpanel .form-control::placeholder {
color: #ccc;
}

.searchpanel .search-content .form-control:hover, .searchpanel .search-content .form-control:focus {
border-width: 0 0 2px 0;
box-shadow: none;
border-color: #ced4da;
}

.searchpanel .search {
position: relative;
margin: 0;
}

.searchpanel .search .search-button {
position: absolute;
right: 0;
top: 0;
z-index: 2;
cursor: pointer;
display: inline-block;
color: var(--dark);
padding: 5px;
width: 40px;
text-align: center;
height: 100%;
line-height: 24px;
border-radius: 0;
border: none;
background: none;
}

.searchpanel .search .icon {
position: absolute;
right: 0;
top: -15px;
z-index: 1;
cursor: pointer;
display: inline-block;
color: #495057;
padding: 25px 5px;
width: 40px;
text-align: center;
height: 100%;
line-height: 24px;
border-radius: 0;
border: none;
font-size: 36px;
}

.searchpanel .close-btn {
font-size: 32px;
position: absolute;
right: 15px;
top: 30px;
color: #6c757d;
}

.searchpanel .close-btn:hover {
text-decoration: none;
}




/*header*/
.menu-link {
transition: none;
padding: 0.4rem .85rem;
text-align: center;
color: #fff;
border: 1px solid rgba(255,255,255,0.4);
}

.menu-link i {
font-size: 24px;
}


.nav-left {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}

.nav-left .home-link {
transition: none;
padding: 0.585rem;
bottom: 0;
text-align: center;
position: relative;
margin-right: 7px;
}

.nav-left .home-link:hover, .nav-left .home-link:focus, .nav-left .home-link:active {
border: 1px solid var(--site-color-three);
box-shadow: none;
}

.nav-left .home-link i {
color: var(--site-color);
font-size: 20px;
}

.nav-left .nav-menu {
justify-content: center;
}

.nav-left .search-link {
transition: none;
padding: 0.785rem;
bottom: 0;
text-align: center;
position: relative;
border: none;
margin-right: 7px;
}

.nav-left .search-link input {
padding: 12px;
border-radius: 0;
width: 140px;
transition: all 500ms cubic-bezier(0,.11,.35,2);
box-shadow: none;
font-size: 13px;
}

.nav-left .search-link input:focus {
width: 240px;
border-radius: 0;
transition: all 500ms cubic-bezier(0,.11,.35,2);
box-shadow: none;
}

.nav-left .search-link i {
font-size: 18px;
color: var(--site-color) !important;
}

.nav-right {
display: flex;
align-items: center;
justify-content: end;
}

.dropdown-lang {
margin-left: auto;
}

.dropdown-lang .dropdown-toggle {
background-color: transparent;
padding: .775rem .75rem;
font-weight: 700;
}

.dropdown-lang .dropdown-menu li a {
border-right: 1px solid var(--site-color);
border-left: 1px solid var(--site-color);
border-bottom: 1px solid var(--site-color);
color: var(--site-color);
background: #fff;
}

.dropdown-lang .dropdown-menu {
width: 100%;
padding: 0;
min-width: inherit;
margin-top: -3px !important;
border-radius: 0;
margin-left: 0 !important;
border: none;
background: #e3e3e3;
}

.dropdown-lang .dropdown-menu li a {
padding: 12px;
display: block;
font-weight: 700;
}


ul.social-header {
padding: 0 !important;
}

ul.social-menu li a, ul.social-header li a {
padding: 10px;
border-radius: 2px;
}

ul.social-menu, ul.social-header {
list-style: none;
margin: 0;
padding: 0 45px;
height: 10%;
/*justify-content: center;*/
display: flex;
align-items: center;
}

ul.social-menu li, ul.social-header li {
display: inline-block;
}

ul.social-menu li a {
color: var(--site-color);
padding: 10px;
border-radius: 2px;
}

ul.social-menu li a:hover, ul.social-header li a:hover {
background: var(--site-color-two);
color: #fff;
}

ul.social-menu li a i, ul.social-header li a i {
font-size: 16px;
}



/*SECTOR*/

.sector {
padding: 45px 0;
background: #fff;
text-align: center;
}

.sector .item-txt {
transition-duration: 0.35s;
transition-timing-function: ease;
width: 60%;
margin: auto;
padding: 45px 0 0;
}

.sector .item-txt p {
/*display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;*/
text-align: center;
}

.sector .item-txt .btn-standart {
background: var(--site-color-two);
border-radius: 0;
padding: 15px 30px;
font-weight: 700;
color: #fff;
margin-top: 30px;
}

.sector-nav-tab-wrapper {
text-align: center;
display: flex;
align-items: center;
align-content: center;
margin-top: 45px;
}

.sector-tabs {
width: auto;
margin: auto;
border: none;
}

.sector-tabs li {
background: #fff;
}

.sector-tabs .nav-link {
padding: 15px 30px;
font-weight: 700;
border-radius: 10px;
border: none;
color: #949494;
text-transform: uppercase;
}

.sector-tabs .nav-link span {
display: block;
border-bottom: 1px solid rgba(0,0,0,0);
padding: 10px 0 5px;
}

.sector-tabs .nav-link.active span {
border-bottom: 1px solid var(--site-color);
}

.sector-tabs .nav-link img {
max-width: 48px;
}

.sector-tabs .nav-link.active {
border: none;
}

.sector-tabs .nav-item:first-child {
border-radius: 10px 0 0 10px;
}

.sector-tabs .nav-item:last-child {
border-radius: 0 10px 10px 0;
}




/*PAGE*/
.page {
padding: 60px 0;
}

.page span.br {
display: block;
}


.box p.subtitle {
margin-bottom: 5px;
transform-origin: 50% 50% 0;
}

.box h1.title {
transform-origin: 50% 50% 0;
}

.box-sm {
max-width: 900px;
margin: auto;
}

.box {
position: relative;
}

.box .box-left {
text-align: left;
padding: 15px 0;
}

.box .box-left p {
margin: 0;
font-size: 14px;
}

.box .box-left h2 {
font-size: 26px;
margin-bottom: 10px;
}

.master-page .box .box-right {
position: static;
}

.box .box-right {
width: 180px;
position: absolute;
left: 0;
bottom: 30px;
}


.flex-box {
display: flex;
width: 100%;
}

.flex-box .box-left {
width: 100%;
}

.flex-box .box-right {
width: 30%;
padding: 0;
align-items: end;
display: flex;
position: relative;
}

/*ABOUT*/
.about {
height: 600px;
overflow: hidden;
margin: 24px 0;
padding: 0;
}

.about img {
height: 100%;
object-fit: cover;
object-position: center;
}

.abouthome {
background: #ededec;
z-index: 9;
position: relative;
padding: 60px 0;
}

.abouthome p {
font-size: 17px;
}

.abouthome.abouthome2 {
background: #fff;
border-bottom: 1px solid #ddd;
}

.abouthome.abouthome3 {
background: #ededec;
}


.abouthome .box {
padding: 0;
}

.abouthome ul {
list-style: none;
margin: 0;
padding: 0;
}

.abouthome ul li {
float: left;
}

.abouthome ul li img {
width: 100%;
}

.abouthome ul li:nth-of-type(1) {
width: 70%;
padding-right: 15px;
}

.abouthome ul li:nth-of-type(2) {
width: 30%;
margin-bottom: 15px;
}

.abouthome ul li:nth-of-type(3) {
width: 30%;
}

.abouthome .abouthome-content {
text-align: justify;
padding: 60px 0;
}

/*BRANDS*/
.brands {
padding: 60px 0;
background: #fff;
border-bottom: 1px solid #ddd;
}

.brands img {
width: 155px;
margin: auto;
max-width: 100%;
}

.brands a:hover {
box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
/*.brands a:hover img {
filter: brightness(1); 
}*/
.brands a {
display: flex;
padding: 30px 15px;
align-content: center;
align-items: center;
height: 100%; 
width: 300px;
border-radius: 10px;
transition: all .5s;
background:#fff;
border:1px solid #ddd;
}

.brands span {
display: flex;
height: 135px;
margin: auto;
overflow: hidden;
transform: translateY(0);
transition-delay: 0s;
transition: transform .3s cubic-bezier(.46,.03,.52,.96);
}

.brands a:hover span {
transform: translateY(-15px);
}

.brands .swiper-brands .swiper-wrapper, .brands .swiper-brands .swiper-slide {
height: 100%;
}

.brands .swiper-button {
position: absolute;
top: 50%;
z-index: 999;
margin-top: -15px;
}

.brands .brands-button-prev {
left: -45px;
}

.brands .brands-button-next {
right: -45px;
}


/*BLOG*/
.blog {
margin: 0;
background: #fff;
padding: 60px 0 0;
}

.blog h2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.blog p {
margin: 25px 0 15px;
}

.blog .page {
padding: 0;
}

.blog .blog-row {
}

.blog .box.flex-box {
}

.blog .blog-row .item {
padding: 0;
position: relative;
}

.blog .blog-row .item:last-child {
border-bottom: none;
}

.blog .blog-row .image {
border-radius: var(--border-radius);
overflow: hidden;
position: relative;
}

.blog .image img {
max-width: 100%;
}

.blog .caption {
padding: 0;
width: 100%;
}

.blog .caption h2 {
font-size: 20px;
}

.blog .blog-caption h2 {
font-size: 20px;
}

.blog .title-sub {
font-weight: 700;
margin-top: 0;
}

.swiper-pagination-news {
margin-top: 30px;
text-align: center;
}

.swiper-pagination-bullet-active {
background: var(--site-color-two) !important;
}

.blog .swiper-news .caption {
}

.blog .swiper-news .image {
height: 240px;
}

.btn-standart {
color: var(--black);
border-radius: 0;
padding: 15px 0;
font-weight: 700;
font-size: 14px;
display: inline-flex;
align-items: center;
}

.btn-standart:hover {
color: var(--black);
}

.btn-standart:hover span:before {
width: 20px;
}

.btn-standart:hover span:after {
transform: translate(9px,-50%) rotate(45deg);
}

.btn-white, .btn-white:hover {
color: #fff;
}

.btn-white .arrow:after, .btn-white .arrow:before {
border-color: #fff;
}












.arrow {
display: inline-block;
height: 14px;
margin-left: .75em;
position: relative;
transition: height 250ms ease 0s,width 250ms ease 0s;
width: 12px;
}

.arrow:after {
border-right: 1px solid;
border-top: 1px solid;
content: "";
display: block;
height: 7px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%) rotate(45deg);
transition: height 250ms ease 0s,transform 250ms ease 0s,width 250ms ease 0s;
width: 7px;
}

.arrow:before {
border-bottom: 1px solid;
content: "";
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: width 250ms ease 0s;
width: 12px;
}




nav.fixx {
position: fixed;
top: 0;
left: 24px;
transition: all 500ms cubic-bezier(0.6, 0, 0.4, 1) 0s;
z-index: 999;
}

nav.fixx a {
font-weight: 700;
font-size: 16px;
background: var(--site-color-two);
color: #fff;
letter-spacing: 0.2rem;
position: absolute;
left: 50%;
text-transform: uppercase;
transition: all 500ms cubic-bezier(0.6, 0, 0.4, 1) 0s;
white-space: nowrap;
transform-origin: right center 0px;
transform: translate(-100%, -50%) rotate(-90deg);
display: none;
padding: 24px;
}

nav.fixx a.active {
display: block;
}

body.scroll nav.fixx {
top: 40%;
}




/*
.h-logo {
transform: translateX(-212px) !important; 
}
.h-logo img {
max-width: 42px !important; 
}*/

.circle {
font-size: 26px;
width: 100%;
align-items: center;
display: flex;
position: relative;
transform: scale(1) !important;
background: #fff;
border-radius: var(--border-radius);
}
/*.sector .circle .bg { 
font-size: 36px; 
height: 100%;
width: 100%; 
display:block;
position:absolute;
left:0;
top:0;
z-index:-1;*/
/*clip-path: circle(50% at 50% 50%)*/ /*;*/
/*clip-path: circle(50% at 50% 50%);*/
/*left:-100%;
}*/
.circle h2 {
font-size: 26px;
width: 100%;
margin-bottom: 15px;
}

.sticky-top {
z-index: 3;
top: 130px;
}

.sticky-top-wrapper {
padding: 45px;
background: #fff;
}

.sticky-top-wrapper p {
font-size: 17px;
}

.information {
padding: 0;
background: #fff;
margin-top: 30px;
}

.information .information-content {
background: var(--site-color-two);
border-radius: var(--border-radius);
width: 100%;
display: flex;
padding: 45px;
align-items: center;
text-align: center;
color: #fff;
}

.information .information-content p {
color: #fff;
font-size: 18px;
}

.information .information-content p span {
margin: 0 10px;
font-weight: 700;
}

.information .information-content p span.typed-cursor {
display: none;
}


.down-icon {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
margin: auto;
z-index: 8;
width: 50%;
transition: opacity .3s ease;
opacity: 1
}

.down-icon.hide {
opacity: 0
}

.down-arrow {
width: 1px;
height: 48px;
margin: 0 auto;
top: 20px;
position: relative;
}

.down-arrow:before {
content: '';
position: absolute;
width: 4px;
height: 48px;
background: #fff;
margin: 0 auto;
top: 0;
-webkit-animation: elasticus 1.8s cubic-bezier(1,0,0,1) infinite;
animation: elasticus 1.8s cubic-bezier(1,0,0,1) infinite;
}

.down-arrow:after {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 12px 8.5px 0 8.5px;
border-color: #fff transparent transparent transparent;
bottom: -12px;
left: -6px;
}

.down-circle {
width: 49px;
height: 45px;
margin: 0 auto
}

@-webkit-keyframes elasticus {
0% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1,0);
-ms-transform: scale(1,0);
transform: scale(1,0)
}

50% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1)
}

50.1% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1)
}

100% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1,0);
-ms-transform: scale(1,0);
transform: scale(1,0)
}
}

@keyframes elasticus {
0% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1,0);
-ms-transform: scale(1,0);
transform: scale(1,0)
}

50% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1)
}

50.1% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1)
}

100% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1,0);
-ms-transform: scale(1,0);
transform: scale(1,0)
}
}



.master footer .footer-logo {
padding: 30px 0 30px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}






@media (max-width: 992px) {

#main {
background: #e3e3e3;
}

.nav-menu {
display: none !important;
}

.nav-left {
align-items: start !important;
justify-content: left !important;
}

.header-top .nav-l {
  width: 30%;
}
.header-top .nav-c {
  width: 40%;
}
.header-top .nav-r {
  width: 30%;
}


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


.slide {
height: 480px;
}

.slide .swiper-slide .slide-txt-box {
padding: 15px;
top: 150px;
max-width: 380px;
display: block;
text-align:left;
}

.banner-video video {
height: 100% !important;
width: auto !important;
left: 50%;
transform: translateX(-50%);
}

.slide .swiper-pagination {
right: auto !important;
bottom:60px !important;
left:0 !important;
top: auto !important;
width:100%;
position: relative;
text-align: center;
}
.slide .swiper-pagination-bullet {
display:inline-block !important;
margin: 0 5px !important;
padding:8px 10px;
}

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

.slide .swiper-slide .slide-txt-box .titleslide {
text-align:left;
max-width: 100%;
}

.slide .swiper-slide .slide-txt-box .titlesub {
text-align:left;
padding:0 !important;
}

.slide .swiper-slide .slide-txt-box2 .container {
padding: 0;
}

.slide .swiper-slide .slide-txt-box .btn-slider {
display: none;
}
/*.slide .swiper-slide .slide-txt-box .btn-slider a {
padding:0;
border:none;
text-transform: capitalize;
}*/
.slide .swiper-slide .slide-txt-box .line {
height: 2px;
max-width: 200px;
margin: 30px 0;
}

.slide .swiper-slide .titlesub {
width: 100%;
margin: 0 !important; 
}

.down-icon {
display: none;
}

.slide .swiper-buttons .swiper-button {
display: none;
}

.navbar .logo {
padding: 15px 0;
}

 
sector h2 {
  margin-top: 30px;
}
.sector-tabs .nav-link { 
  width: 100%;
  padding:15px 0;
}
.sector-tabs li { 
  width: 50%;
  text-align: center;
}

body.master {
  padding-top: 107px !important;
}

.dropdown.dropdown-lang .btn {
padding: 11px 10px;
}

.navbar .navbar-toggler {
}

.slogan-header {
padding: 45px 0;
margin-bottom: 30px;
}

.navbar .logo img {
padding: 4px;
}

.social-footer { 
  background: #fff;
}

.about-content, .abouthome {
padding: 0 !important;
}
.abouthome.abouthome2 { 
  padding-bottom: 30px !important;
}
.abouthome.abouthome1, .abouthome.abouthome3 { 
  padding-top: 15px !important;
}

.logo-about {
display: none;
}



.sector {
padding: 15px 0;
}

.sector .container-fluid {
padding: 0;
overflow: hidden;
}

.sector a {
display: block !important;
padding: 15px;
margin-bottom: 15px;
}

.sector .item-txt {
padding: 0 !important;
margin-top: 15px;
width: 100%;
}

.sticky-top-wrapper {
padding: 30px 15px 15px;
margin-bottom: 15px;
}

.sticky-top {
top: 0;
position: relative;
}

.sector .item-image {
min-width: 0 !important;
width: 100%;
height: auto;
}

.sector .item-image img {
max-width: 100%;
position: relative;
top: 0;
transform: none;
}

.sector a:hover .item-image img {
transform: none !important;
}

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


.newsletter-form .input-box { 
  display: block;
}
.newsletter-form input {
    width:100%;
    margin-bottom:10px;
}



.information {
margin-top: 0;
}



.blog {
padding: 30px 15px; 
border-top: 1px solid #ddd;
overflow: hidden;
}

.blog .container {
padding: 0;
}

.blog .box.flex-box {
display: block !important;
}

.blog .flex-box .box-right {
width: 100%;
}

.blog .box .box-left {
padding-top: 0;
}

.blog .swiper-buttons .swiper-button {
position: absolute;
top: 160px;
background: #fff;
z-index: 9;
padding: 15px;
}

.blog .swiper-buttons .swiper-button-disabled {
opacity: .7;
}

.blog .swiper-buttons .news-button-prev {
right: auto;
left: 0;
}

.blog .swiper-buttons .news-button-next {
right: 0;
left: auto;
}

.brands .swiper-slide, .news .swiper-slide {
width: 100%;
}

.brands .box {
bottom: -15px;
margin-top: 0;
}

.brands .swiper-button {
background: var(--site-color-two);
padding: 10px;
color: #fff;
}

.brands .brands-button-prev {
left: 0;
}

.brands .brands-button-next {
right: 0;
}

.brands .swiper-button-disabled {
opacity: .7;
}

.brands a:hover {
box-shadow: none;
}

.brands a:hover span {
transform: none;
}

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





footer {
background: var(--site-color-two);
}

footer .footer-logo img, footer .social-footer h5 {
display: none;
}

footer .copyright ul {
text-align: left !important;
}

footer .copyright ul li a {
margin: 15px 15px 0 0;
color: #fff;
}

footer .copyright ul li a:hover { 
color: #fff;
}
.scroll-top {
right: 15px;
}

footer .footer-top { 
  display: none;
}
footer .copyright { 
  border-top: 1px solid rgba(255,255,255,0.3);
}
footer .copyright p {
  margin: 0;
  color: #fff;
}

 
.footer-place {
padding: 30px 0;
}

footer .address {
padding-bottom: 30px;
border-bottom: 1px solid rgba(255,255,255,0.07);
margin-bottom: 30px;
}

footer .footer-list ul li a {
font-size: 11px;
}

.footer-list:last-child {
margin-top: 0;
}




.mobile-menu {
margin: 0;
padding: 30px 15px;
list-style: none;
background: #f2f3f4;
}

.mobile-menu .dropdown-menu {
border-radius: 0;
position: relative !important;
transform: none !important;
margin: 0 15px !important;
}

.mobile-menu a {
padding: 7px 15px;
font-weight: 600;
color: var(--site-color) !important;
font-size: 13px;
}

.mobile-menu a:hover {
color: var(--site-color-three);
}

.dropdowns .dropdowns-menu-wrapper {
height: auto;
display: block;
}

ul.navigation {
}

ul.navigation li {
display: flex;
align-items: center;
transform: translate3d(0,0,0);
opacity: 1;
padding: 5px 0;
}

.menu-content h2 {
font-size: 22px;
margin-bottom: 30px;
}

.menu-content a::after {
content: none !important;
}

ul.navigation li a {
padding: 5px 0;
}

.dropdowns h4 {
padding: 15px 15px 0 15px;
font-size: 18px;
}

.menu-bottom {
position: relative;
}

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

ul.navigation li .btn {
margin-bottom: 15px;
margin-left: -1px;
}

.menu-bottom ul.social-menu li a {
color: var(--site-color-three);
}

ul.social-menu {
height: auto;
display: block;
}

ul.social-menu li a {
padding: 15px;
}

.searchpanel {
top: -150px !important;
height: 150px !important;
}

.searchpanel .search-content {
padding: 30px !important;
}

.dropdowns {
width: 80%;
right: -80%;
box-shadow: none;
}

.dropdowns-content .logo-aside {
margin-left: 15px;
transition: all 1s cubic-bezier(0,0,0,.85);
transform: translateX(0);
opacity: 1 !important;
}

header.sticky .navbar .navbar-toggler {
padding: 14px;
}

.aside-navigation {
padding: 30px;
height: auto
}


.abouthome .abouthome-content {
  padding: 30px 0;
}


.master-banner {
height: auto;
background: #fff;
}

.master-banner img {
position: relative;
top: 0;
transform: none;
}

.master-banner h1 {
position: absolute;
bottom: 58px;
color: var(--site-color);
font-size: 28px;
margin-left: 0;
text-align: center;
width: 100%;
padding: 15px;
background: var(--site-color-two);
left: 0;
color: #fff;
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.master-banner img {
opacity: 1;
}

.master-desc {
border: none;
padding: 15px;
}

.master-desc h1 {
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
}

.bread {
display: none;
}

h1.brands-title {
border-bottom: 1px solid #ddd;
font-size: 32px;
padding: 30px 0;
}

.widget {
border: none;
border-radius: 0;
background: var(--site-color-two);
}

.widget h2 {
display: none;
}

ul.all {
list-style: none;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
padding: 15px 27px 25px !important;
}

ul.all li {
display: inline-block;
margin-right: 30px;
}

ul.all li a {
border: none;
display: inline-block;
color: #fff;
}

ul.all li a::after {
bottom: 0;
width: 100%;
height: 3px;
top: auto;
left: 0;
background: #fff;
}


.sols {
background: #fff;
padding-top: 0 !important;
}

.sols-wrapper {
padding: 15px 0 0;
}

.sol {
height: auto !important;
display: block;
}

.sol:hover {
box-shadow: none;
}

.sol:hover .sol-logo img {
transform: none;
}

.sol-logo {
position: relative !important;
border-bottom: 1px solid #ddd;
padding: 30px;
}

.sol-logo a {
display: block;
width: 100%;
text-align: center;
}

.sol-item {
border-left: none;
}

.sol h2 {
display: none;
}

.brands-desc {
padding: 0 0 30px;
}

.hr-box, .contact-right, .contact-box {
border: none;
padding: 30px 0;
}

.hr-box:first-child {
margin-bottom: 0;
}

.hr-box:last-child {
border-top: 1px solid #ddd;
}

.contact-box {
margin-bottom: 0;
}


.blog-detail {
padding: 0;
border: none;
}

.popular {
padding: 30px 0 0;
border-width: 1px 0 0;
}


.fair-detail-right {
padding: 0;
border: none;
}

.fair-detail-left {
margin-bottom: 15px;
}

.fair-detail-title {
padding: 10px;
}

.fair-detail-logo img {
width: 300px;
max-width: 100%;
}

.weblink a {
font-size: 12px;
}

.master-menu-sticky.fair-sticky {
margin-bottom: 15px;
}

.master-menu-sticky.fair-sticky .widget {
border-top: 1px solid rgba(255,255,255,0.3);
}

.founders .founder img {
padding: 0;
border: none;
margin-bottom: 30px;
}

.founders .founder {
padding-bottom: 0;
border-bottom: none;
}
}


@media (min-width: 992px) {
}

@media (max-width: 375px) {
}

@media all and (min-width: 1365px) and (max-width: 1600px) {
.nav-menu a.nav-link {
font-size: 14px;
}
}

@media all and (min-width: 992px) and (max-width: 1365px) {
.nav-menu a.nav-link {
font-size: 11px;
}
}

@media all and (min-width: 1365px) and (max-width: 1440px) {
}

@media all and (min-width: 360px) and (max-width: 413px) {
}

@media all and (min-width: 992px) and (max-width: 1280px) {
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 480px) and (max-width: 1024px) {
}

@media all and (min-width: 768px) and (max-width: 992px) {
}

@media (max-width: 575px) {
.widget {
margin: 0 -12px;
}

.brands {
  padding: 30px 0 60px; 
}
.brands img {
width: 180px;
}
}

@media (max-width: 768px) {
.teams .teams-row .item {
display: block;
}

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

.teams .teams-row .caption {
padding: 15px 0;
}

.teams .row > [class*="col-"]:nth-of-type(2) {
border-left: none;
border-top: 1px solid #ddd;
padding-top: 15px;
}
}


@media all and (min-width: 768px) and (max-width: 860px) {
}

@media all and (min-width: 768px) and (max-width: 1400px) {
}

@media all and (min-width: 576px) and (max-width: 767px) {
}

@media (max-width: 991px) {
}

@media all and (min-width: 1200px) and (max-width: 1400px) {
}

@media (max-width: 991px) {
}

@media all and (min-width: 992px) and (max-width: 1441px) {
}

@media (min-width: 992px) {
}

@media all and (min-width: 1200px) and (max-width: 1365px) {
}

@media (max-width: 992px) {
}


@media (max-width: 1440px) {
.teams {
padding: 15px 0;
}

.teams .caption p.desc {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-width: 361px;
}
}




.google-reviews {
background: #fff;
padding: 15px 0;
}

.google-reviews .swiper-slide {
height: auto;
}

.google-reviews .swiper-button {
position: absolute;
top: 35%;
z-index: 9;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.google-reviews .swiper-button:after {
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: inline-block;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 36px;
color: #999;
}

.google-reviews .swiper-button-disabled {
color: rgb(0, 0, 0,0.1);
}

.google-reviews .swiper-button.swiper-next {
right: -30px;
}

.google-reviews .swiper-button.swiper-next:after {
content: "\F285";
}

.google-reviews .swiper-button.swiper-prev {
left: -30px;
}


.google-reviews .swiper-button.swiper-prev:after {
content: "\F284";
}


.review-content {
height: 100%;
padding: 3px;
}

.review-item {
margin: 3px;
padding: 15px;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.1) !important;
background: #fff;
min-height: 206px;
}

.swiper-google {
padding: 0 0 60px;
}

.review-item-long {
border: solid 1px rgba(190, 190, 190, .35);
margin: 0 auto;
padding: 1em;
flex: 1 1 90%;
display: flex;
flex-direction: column;
align-content: stretch;
}

@media ( max-width:1200px) {
.review-item-long {
flex: 1 1 90%;
}
}

@media ( max-width:450px) {
.review-item-long {
flex: 1 1 90%;
}
}

.review-header {
display: flex;
position: relative;
}


.review-header:after {
content: "";
display: block;
width: 20px;
height: 20px;
position: absolute;
right: 10px;
background-repeat: no-repeat;
background-position: center center;
background-image: url("/assets/img/google.svg");
background-size: 100% 100%;
}


.review-picture {
width: 48px;
height: auto;
align-self: center;
margin-right: 1em;
}

.review-usergrade {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}

.review-meta, .review-stars {
text-align: left;
}

.review-author {
text-transform: capitalize;
font-weight: 700;
}

.review-date {
opacity: .6;
display: block;
}

.review-text {
max-width: 100%;
padding-right: 60px;
font-size: 16px;
margin-top: 15px;
max-height: 109px;
overflow-y: auto;
line-height: 1.32;
}

.review-stars ul {
display: inline-block;
list-style: none !important;
margin: 0;
padding: 0;
}

.review-stars ul li {
float: left;
list-style: none !important;
margin-right: 1px;
line-height: 1;
}

.review-stars ul li i {
color: #f6bb06;
/* Google's Star Orange in Nov 2017 */
font-size: 1.4em;
font-style: normal;
}

.review-stars ul li i.inactive {
color: #c6c6c6;
}

.star:after {
content: "\2605";
}


.buttons {
margin: 20px 0 0 0;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.more-reviews {
text-align: center;
}

.write-review {
text-align: center;
}

.more-reviews a,
.write-review a {
margin: 5px;
border: 1px #eb6e00 solid;
border-radius: 40px;
padding: 10px;
background-color: #eb6e00;
color: #FFF;
text-decoration: none;
}



.excellent {
height: 100%;
width: 100%;
display: flex;
align-items: center;
}

.excellent .excellent-content {
width: 100%;
text-align: center;
}

.excellent .excellent-content img {
max-width: 90px;
display: block;
text-align: center;
margin: 15px auto;
}

.excellent .review-stars {
text-align: center !important;
}

.excellent .review-stars ul li i {
font-size: 36px !important;
}



.whatsapp {
position: fixed;
bottom: 10px;
right: 10px;
display: inline-block;
cursor: pointer;
background: #25d366;
text-align: center;
padding: 5px 12px;
z-index: 999;
border-radius: 7px;
}

.whatsapp span {
display: flex;
}

.whatsapp i {
color: #fff;
font-size: 28px;
}
