/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.logo {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nav {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.top-header-bar {
    position: relative;
    width: 100%;
    padding: 30px 0px 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

header.scrol .top-header-bar {
    padding: 15px 0px 0px;
}
.menu-3 .nav {
    display: block;
    width: 100%;
}
.menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

header.hovered.scrol {
    background: rgba(0, 0, 0, 0.8);
}
header.hovered.scrol .nav {
    padding: 15px 0px;
}
header.hovered.scrol .logo {
    top: 8px;
}
header.bg-black-o.scrol {
    background: rgba(0, 0, 0, 0.8);
}
.sc-1.scrol {
    height: 60px;
}
.sc-1.scrol .logo {
    top: -100px;
}
.sc-1.scrol nav.menu {
    padding-top: 0px;
}
.sc-1.scrol .nav {
    padding: 15px 0px;
}
.sc-2.scrol {
    height: 60px;
}
.sc-2.scrol .logo {
    top: 0px;
}
.sc-2.scrol .nav {
    padding: 10px 0px;
}

header.type-2 .nav {
    padding: 33px 0px 27px;
}

header.type-2 .nav-menu-icon {
    display: block;
    width: 19px;
    height: 18px;
    border-left: 1px solid #ededed;
    padding-left: 33px;
    margin-top: 10px;
    margin-right: 18px;
}

header.type-2 .nav-menu-icon a {
    display: block;
    width: 19px;
    height: 18px;
    margin-top: 8px;
}

header.type-2 .nav-menu-icon a i {
    display: block;
}

header.type-2 .nav-menu-icon a i,
header.type-2 .nav-menu-icon a i:before,
header.type-2 .nav-menu-icon a i:after {
    width: 19px;
}

header.type-2 .top-header-block {
    letter-spacing: 0.4px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 10px;
    height: 18px;
    border-left: 1px solid #ededed;
}

header.type-2 .top-header-block img {
    margin-right: 7px;
}

header.type-2 .search {
    padding-bottom: 2px;
    padding-right: 25px;
}

header.type-2 .search img {
    margin-top: 2px;
}

header.type-3 .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

header.type-3 nav.menu {
    float: none;
    text-align: center;
    padding-top: 56px;
}

header.type-3 nav.menu .dropmenu {
    text-align: left;
}

header.type-3 nav > ul > li {
    display: inline-block;
    float: none;
}

header.type-3 li.type-2 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px;
}

header.type-3 li.type-3 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px;
}

header.type-3 li.type-4 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px;
}

header.type-4 .top-header-bar {
    padding: 20px 0px 20px;
}

header.type-6 nav {
    float: none;
    text-align: center;
}

header.type-6 nav > ul > li {
    float: none;
    display: inline-block;
}

header.type-6 nav.menu {
    float: none;
    text-align: center;
}

header.type-6 nav.menu .dropmenu {
    text-align: left;
}

header.type-6 nav > ul > li {
    display: inline-block;
    float: none;
}

header.type-6 li.type-2 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px;
}

header.type-6 li.type-3 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px;
}

header.type-6 li.type-4 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px;
}

header.color-1 nav > ul > li:hover > a {
    color: #fff;
}

header.color-1 nav li.type-2 a.dropmenu-title {
    color: #222;
}

header.color-1 nav li.type-2 a.dropmenu-title:hover {
    opacity: 0.6;
}

header.color-1 nav li.type-4 a.dropmenu-title {
    color: #222;
}

header.color-1 nav li.type-4 a.dropmenu-title:hover {
    opacity: 0.6;
}

header.color-2 .top-header-block {
    color: rgba(34, 34, 34, 0.6);
}

header.color-2 .nav-menu-icon a i,
header.color-2 .nav-menu-icon a i:before,
header.color-2 .nav-menu-icon a i:after {
    background: #7a7a7a;
}

header.color-2 .nav-menu-icon .active i {
    background: transparent;
}

header.color-2 nav > ul > li > a:hover {
    color: #203f20;
}

header.color-3 nav > ul > li:hover > a {
    color: #fff;
}

header.color-3 nav li.type-2 a.dropmenu-title {
    color: #222;
}

header.color-3 nav li.type-2 a.dropmenu-title:hover {
    opacity: 0.6;
}

header.color-3 nav li.type-4 a.dropmenu-title {
    color: #222;
}

header.color-3 nav li.type-4 a.dropmenu-title:hover {
    opacity: 0.6;
}

header.color-4 nav > ul > li > a {
    color: #222;
}

header.color-4 nav > ul > li:hover > a {
    color: #fff;
}

header.color-4 nav li.type-2 a.dropmenu-title {
    color: #222;
}

header.color-4 nav li.type-2 a.dropmenu-title:hover {
    opacity: 0.6;
}

header.color-4 nav li.type-4 a.dropmenu-title {
    color: #222;
}

header.color-4 nav li.type-4 a.dropmenu-title:hover {
    opacity: 0.6;
}

header.color-4 .top-header-block {
    color: rgba(34, 34, 34, 0.6);
}

header.color-5 nav > ul > li > a {
    color: #222;
}

header.color-5 nav > ul > li:hover > a {
    color: #fff;
}

header.color-6 nav > ul > li > a {
    color: #fff;
}

header.color-6 nav > ul > li:hover > a {
    color: #fff;
}

header.color-7 .nav-menu-icon a i,
header.color-7 .nav-menu-icon a i:before,
header.color-7 .nav-menu-icon a i:after {
    background: #23b0e8;
}

header.color-7 .nav-menu-icon .active i {
    background: transparent;
}

header.color-8 nav > ul > li > a {
    color: #222;
}

header.color-8 nav > ul > li:hover > a {
    color: #fff;
}

header.color-9 nav > ul > li > a {
    color: #fff;
}

header.color-9 nav > ul > li:hover > a {
    color: #fff;
}

header.color-10 nav > ul > li > a {
    color: #fff;
}

header.color-10 nav > ul > li:hover > a {
    color: #fff;
}

header.color-11 nav > ul > li > a {
    color: #fff;
}

header.color-11 nav > ul > li:hover > a {
    background: #fff;
}

header.color-11 .nav-menu-icon a i,
header.color-11 .nav-menu-icon a i:before,
header.color-11 .nav-menu-icon a i:after {
    background: #23b0e8;
}

header.color-11 .nav-menu-icon .active i {
    background: transparent;
}

header.color-12 nav > ul > li > a {
    color: #222;
}

header.color-12 nav > ul > li:hover > a {
    color: #fff;
}

header.color-12 .nav-menu-icon a i,
header.color-12 .nav-menu-icon a i:before,
header.color-12 .nav-menu-icon a i:after {
    background: #23b0e8;
}

header.color-12 .nav-menu-icon .active i {
    background: transparent;
}

.top-header-block {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    line-height: 5px;
    text-transform: uppercase;
    padding-right: 30px;
}

.top-header-block:last-child {
    padding-right: 0px;
}

.top-header-block a {
    display: inline-block;
    padding-top: 5px;
    letter-spacing: 0.6px;
}

.top-header-block img {
    vertical-align: middle;
    margin-right: 5px;
}

.top-header-block.search > img:hover {
    cursor: pointer;
    opacity: 0.6;
}

.card {
    position: relative;
}

.serach {
    position: relative;
    float: right;
}

.nav {
    padding: 30px 0px 30px;
}

.logo {
    position: relative;
    float: left;
}

nav {
    float: right;
    color: #fff;
    padding-top: 4px;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

nav a,
nav a:focus {
    color: #fff;
}

nav > ul > li {
    position: relative;
    float: left;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

nav > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 15px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
}

nav > ul > li > a > span {
    padding-left: 5px;
}
/* KNS Start */
/* Màu nền của dropdown menu */
/* nav > ul > li > .dropmenu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    position: absolute;
    top: 32px;
    left: 0%;
    min-width: 178px;
    background: rgb(255, 255, 255);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
} */
nav > ul > li > .dropmenu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    position: absolute;
    top: 32px;
    left: 0%;
    min-width: 178px;
    background: rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}

/* Màu chữ của dropdown menu */
/* nav .dropmenu a {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    color: #888;
    letter-spacing: 0.5px;
    padding: 10px 20px 10px 15px;
    border-bottom: 1px solid rgb(238, 238, 238);
} */
nav .dropmenu a {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    /* color: #fd9037; */
    color: #41fc18;
    letter-spacing: 0.1px;
    padding: 10px 20px 10px 15px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
/* KNS End */
nav .dropmenu a > span {
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 8px;
    line-height: 20px;
}

nav .dropmenu li {
    position: relative;
}
/* KNS Start */
/* nav .dropmenu li:hover > a {background: #fafafa; } */
/* dropdown menu background */
nav .dropmenu li:hover > a {
    background: rgba(243, 230, 230, 0.3);    
}
/* KNS End */
nav > ul > li:hover > .dropmenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

nav .dropmenu .dropmenu {
    visibility: hidden;
    opacity: 0;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 178px;
    background: #fff;
    margin-left: 1px;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}

nav .dropmenu li:hover .dropmenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

nav li.type-1:nth-last-child(1) .dropmenu,
nav li.type-1:nth-last-child(2) .dropmenu,
nav li.type-1:nth-last-child(3) .dropmenu {
    left: auto;
    right: 0px;
}

nav li.type-1:nth-last-child(1) .dropmenu .dropmenu,
nav li.type-1:nth-last-child(2) .dropmenu .dropmenu,
nav li.type-1:nth-last-child(3) .dropmenu .dropmenu {
    left: auto;
    right: 100%;
}

nav li.type-2 {
    position: static;
}

nav li.type-2 > .dropmenu {
    min-width: 75%;
    top: 100%;
    left: 0px;
    margin-top: -34px;
    padding: 13px 0px 25px 0;
}
header.scrol nav li.type-2 > .dropmenu {
    margin-top: -20px;
}
header.scrol nav li.type-4 > .dropmenu {
    margin-top: -20px;
}
nav li.type-2 > .dropmenu:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 76%;
    background: #f8f8f8;
    z-index: 1;
}

nav li.type-2 > .dropmenu:hover li:first-child .dropmenu {
    opacity: 0;
    display: none;
}

nav li.type-2 > .dropmenu:hover li:first-child:hover .dropmenu {
    opacity: 1;
    display: block;
}

nav li.type-2 > .dropmenu li {
    position: static;
    width: 24%;
    z-index: 100;
}

nav li.type-2 .dropmenu a {
    position: relative;
    padding: 13px 20px 13px 30px;
    margin-bottom: 6px;
    z-index: 200;
}

nav li.type-2 .dropmenu .fa {
    float: right;
    line-height: 18px;
}

nav li.type-2 .dropmenu .dropmenu {
    display: none;
    left: 24%;
    width: 76%;
    background: #f8f8f8;
    padding: 30px;
    opacity: 0;
    -moz-box-shadow: none;
    box-shadow: none;
}

nav li.type-2 .dropmenu .dropmenu:after {
    content: "";
    display: block;
    width: 31.805555555%;
    position: absolute;
    top: 0px;
    left: -31.805555555%;
    bottom: 0px;
    background: #fff;
    z-index: 1;
}

nav li.type-2 .dropmenu li:hover .dropmenu {
    display: block;
    opacity: 1;
    z-index: 100;
}

nav li.type-2 .dropmenu li:first-child .dropmenu {
    display: block;
    opacity: 1;
    z-index: 100;
}

nav li.type-2 .dropmenu-item {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

nav li.type-2 .dropmenu .dropmenu-image {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 0;
    margin: 0;
}

nav li.type-2 .dropmenu .dropmenu-image:before {
    display: none;
}

nav li.type-2 .dropmenu-text {
    display: inline-block;
    width: 60%;
    padding-left: 30px;
    padding-top: 13px;
}

nav li.type-2 .dropmenu-subtitle {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

nav li.type-2 a.dropmenu-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 9px;
    padding: 0px;
}

nav li.type-2 .dropmenu-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase;
}

nav li.type-3 {
    position: static;
}

nav li.type-3 > .dropmenu {
    min-width: 85%;
    top: 100%;
    left: auto;
    right: 0px;
    margin-top: -34px;
    padding: 0;
}
header.scrol nav li.type-3 > .dropmenu {
    margin-top: -20px;
}

nav li.type-3 > .dropmenu ul {
    display: block;
    width: 20%;
    float: left;
    border-left: 1px solid #f1f1f1;
}

nav li.type-3 .dropmenu li {
    margin-bottom: 0px;
}

nav li.type-3 .dropmenu a {
    padding: 10px 20px 10px 15px;
    letter-spacing: 0px;
}

nav li.type-4 {
    position: static;
}

nav li.type-4 > .dropmenu {
    min-width: 78%;
    top: 100%;
    left: auto;
    right: 0px;
    margin-top: -34px;
    padding: 13px 0 42px 0;
    -moz-box-shadow: none;
    box-shadow: none;
}

nav li.type-4 > .dropmenu li {
    position: static;
    width: 21.5%;
}

nav li.type-4 .dropmenu li:first-child .dropmenu {
    display: block;
}

nav li.type-4 .dropmenu a {
    padding: 13px 20px 13px 30px;
    margin-bottom: 6px;
    letter-spacing: 0;
}

nav li.type-4 .dropmenu .dropmenu {
    left: 21.5%;
    bottom: 0px;
    width: 78.5%;
    padding: 30px;
}

nav li.type-4 .dropmenu-item {
    float: left;
    width: 33.33333333%;
    text-align: center;
}

nav li.type-4 .dropmenu .dropmenu-image {
    display: inline-block;
    padding: 0;
    margin: 0 0 5px 0;
}

nav li.type-4 a.dropmenu-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px;
    padding: 0;
}

nav li.type-4 .dropmenu-desc {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #b9b9b9;
    letter-spacing: 1.1px;
}

nav li.type-4 .dropmenu-desc strong {
    font-weight: 700;
}

nav li.type-4 .dropmenu .fa-chevron-right {
    display: none;
}

.nav-menu-icon {
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
    z-index: 200;
    margin-right: 0px;
    margin-top: 4px;
    display: none;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    z-index: 99;
}

.nav-menu-icon a {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-decoration: none;
}

.nav-menu-icon a i {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 3px;
    color: #000;
    font: bold 14px/0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.nav-menu-icon a i:before,
.nav-menu-icon a i:after {
    content: "";
    width: 24px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.nav-menu-icon a i:before {
    top: -7px;
}

.nav-menu-icon a i:after {
    bottom: -7px;
}

.nav-menu-icon a:hover i:before {
    top: -10px;
}

.nav-menu-icon a:hover i:after {
    bottom: -10px;
}

.nav-menu-icon a.active i {
    background: none;
}

.nav-menu-icon a.active i:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.nav-menu-icon a.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.search-icon {
    position: relative;
    float: right;
    display: inline-block;
    padding-left: 35px;
    vertical-align: middle;
}

.search-icon span {
    position: relative;
    font-size: 16px;
    padding: 7px 0px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
    cursor: pointer;
}

.search-icon span:hover {
    opacity: 0.6;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
    nav > ul > li {
        margin-left: 0px;
    }
    nav li.type-2 .dropmenu-text {
        padding-top: 0px;
    }
    header.type-2 .top-header-block {
        padding-right: 25px;
        padding-left: 25px;
    }
    .change-slider-block {
        margin-left: -470px;
    }
    .search-icon {
        padding-left: 0px;
    }
    .input-style-1 {
        display: inline-block;
        float: left;
        margin-bottom: 15px;
    }
    .input-style-1.min-324 {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }
    .submit {
        float: right;
        display: inline-block;
        position: relative;
    }
    .main-title .input-style-1 {
        margin: 0px 15px 15px 0px;
    }
    .pagination-left {
        margin-left: -395px;
    }
    .pagination-left-2 {
        margin-left: -470px;
    }    
    .item-block.style-3 {
        min-height: 549px;
    }
    .tour-item.style-4 .c-button {
        float: none;
        display: block;
        margin-bottom: 15px;
    }
    .tabs-block {
        margin-bottom: 30px;
    }
    .tabs-block h5 {
        padding-bottom: 25px;
    }
    .tab-pane .c-button {
        margin-top: 20px;
        float: right;
    }
    .sidebar .input-entry.type-2 {
        margin-right: 7px;
    }
    .tour-block-s-2 {
        min-height: 200px;
    }
    .tour-block-s-4 {
        min-height: 431px;
    }
    .tour-block-s-6 {
        min-height: 431px;
    }
    .tour-block-s-7,
    .tour-block-s-8 {
        min-height: 200px;
    }
    .details-btn .c-button {
        width: 100%;
    }
    .details-btn .c-button:first-child {
        margin-bottom: 15px;
    }
    .detail-content .simple-tab .nav-tab-item {
        padding: 0px 19px;
    }
    .blog-nav-left .blog-nav-img,
    .blog-nav-right .blog-nav-img {
        width: 150px;
    }
    .blog-nav-left .blog-nav-text {
        margin-left: 170px;
    }
    .blog-nav-right .blog-nav-text {
        margin-right: 170px;
    }
    .sidebar-block.type-2 .simple-tab .tab-info {
        padding: 25px 25px;
    }
    .subscribe-form .subscribe-input {
        width: 465px;
    }
    .back-counter .part-counter {
        width: 90px;
        height: 60px;
    }
    .back-counter .part-numbers {
        font-size: 36px;
        line-height: 60px;
        letter-spacing: 30px;
    }
    .back-counter {
        margin-bottom: 40px;
    }
    .s-contact-entry.s25,
    .s-contact-entry.s45,
    .s-contact-entry.s30 {
        float: none;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .soon-contact {
        margin-bottom: 35px;
    }
    .ClassyCountdown-wrapper > div {
        margin-left: 80px;
        margin-right: 80px;
        margin-bottom: 25px;
    }
    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: 0px;
    }
    footer .row30 {
        margin-right: -15px;
        margin-left: -15px;
    }
    footer .row30 .footer-block {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 992px) {
    nav > ul > li:hover > .dropmenu {
        display: block;
    }
    header.type-2 .menu {
        position: fixed;
        top: 100px;
        right: -50px;
        width: 0px;
        height: 100vh;
        padding-top: 50px;
        padding-left: 45px;
        z-index: -1;
    }
    header.type-2 nav > ul > li {
        float: none;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .menu_opened header.type-2 .menu {
        width: 300px;
    }
}

@media screen and (max-width: 991px) {
    body.st-148 {
        padding-top: 88px;
    }
    .color-11 nav {
        background: #022c54;
    }
    header .nav-menu-icon a i,
    header .nav-menu-icon a i:before,
    header .nav-menu-icon a i:after {
        background: rgb(255, 255, 255);
    }

    header.menu-3 .nav-menu-icon a i,
    header.menu-3 .nav-menu-icon a i:before,
    header.menu-3 .nav-menu-icon a i:after {
        background: rgb(34, 34, 34);
    }

    .menu-3 nav {
        background: #fff;
    }
    .menu-3 nav > ul > li {
        border-top: 0px none;
    }
    .menu-3 nav > ul > li:hover {
        border-top: 4px solid rgba(255, 255, 255, 1) !important;
    }
    .menu-3 nav > ul > li.active {
        border-top: 0px none !important;
    }
    header .nav-menu-icon a.active i {
        background: none;
    }
    nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #333;
        left: 0px;
        top: 0px;
        padding-top: 100px;
        text-align: center;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        overflow: hidden;
    }
    nav > ul > li {
        width: 100%;
        font-size: 16px;
        margin: 5px 0px;
        font-weight: 400;
    }
    nav > ul > li:hover > .dropmenu {
        position: relative;
    }
    nav > ul > li {
        float: none;
    }
    nav > ul > li:hover > .dropmenu {
        display: none;
    }
    nav > ul > li > a > span {
        float: none;
        position: relative;
        display: inline-block;
    }
    nav > ul > li > .dropmenu {
        position: relative;
        top: 0px;
        margin-top: 0px;
        padding: 0px;
        display: none;
        visibility: visible;
        opacity: 1;
    }

    nav .dropmenu li.active > a {
        color: #222;
        background-color: transparent;
    }

    nav .fa-chevron-right {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    nav .dropmenu .dropmenu {
        position: relative;
        left: 0%;
        background: #222;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-left: 0px;
    }
    nav .dropmenu li:hover .dropmenu {
        display: none;
    }
    nav.slide-menu {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        overflow-y: auto;
    }
    .nav-menu-icon {
        display: block;
    }
    .menu_opened .nav-menu-icon {
        position: fixed;
        top: 80px;
        right: 25px;
    }
    nav li.type-1 .dropmenu a {
        padding: 8px 0px;
    }
    nav li.type-1 .dropmenu .fa-chevron-right {
        display: inline-block;
        float: none;
        margin-left: 10px;
    }
    nav li.type-1:nth-last-child(1) .dropmenu .dropmenu,
    nav li.type-1:nth-last-child(2) .dropmenu .dropmenu,
    nav li.type-1:nth-last-child(3) .dropmenu .dropmenu {
        right: 0%;
    }
    nav > ul > li > a {
        border-radius: 0px;
    }
    nav li.type-2 > .dropmenu {
        margin-top: 0px;
        padding: 0px;
    }
    nav li.type-2 > .dropmenu:after {
        display: none;
    }
    nav li.type-2 > .dropmenu li {
        width: 100%;
    }
    nav li.type-2 > .dropmenu:hover li:first-child:hover .dropmenu {
        opacity: 1;
        display: none;
    }
    nav li.type-2 .dropmenu a {
        margin-bottom: 0px;
    }
    nav li.type-2 .dropmenu .dropmenu {
        position: relative;
        left: 0%;
        width: 100%;
    }
    nav li.type-2 .dropmenu .dropmenu-image {
        display: none;
    }
    nav li.type-2 .dropmenu-item {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    nav li.type-2 .dropmenu-item:last-child {
        margin-bottom: 0px;
    }
    nav li.type-2 .dropmenu li:hover .dropmenu {
        display: none;
    }
    nav li.type-2 .dropmenu li:first-child .dropmenu {
        display: none;
    }
    nav li.type-2 .dropmenu li .dropmenu {
        padding: 20px;
        margin: 0px;
        opacity: 1;
    }
    nav li.type-2 .dropmenu li .dropmenu:after {
        display: none;
    }
    nav li.type-2 .dropmenu-text {
        width: 100%;
        padding-left: 0px;
    }
    header.type-2 .nav-menu-icon {
        padding-left: 15px;
    }
    header.type-2 .top-header-block {
        font-size: 9px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .menu_opened header.type-2 .nav-menu-icon {
        border-left: none;
    }
    nav li.type-3 > .dropmenu {
        margin-top: 0px;
    }
    nav li.type-3 > .dropmenu ul {
        width: 100%;
        float: none;
        border-left: none;
        padding: 0px;
    }
    nav li.type-3 .dropmenu li {
        margin-bottom: 0px;
    }
    nav li.type-4 > .dropmenu {
        margin-top: 0px;
        padding: 0px;
    }
    nav li.type-4 > .dropmenu li {
        width: 100%;
    }
    nav li.type-4 .dropmenu .dropmenu {
        left: 0%;
        width: 100%;
    }
    nav li.type-4 .dropmenu li:first-child .dropmenu {
        display: none;
    }
    nav li.type-4 .dropmenu .fa-chevron-right {
        display: inline-block;
        float: right;
    }
    nav li.type-4 .dropmenu .dropmenu-image {
        display: none;
    }
    nav li.type-4 .dropmenu-item {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    nav li.type-4 .dropmenu-item:last-child {
        margin-bottom: 0px;
    }
    nav li.type-4 .dropmenu a {
        margin-bottom: 0px;
    }
    header.type-3 nav.menu {
        padding-top: 100px;
    }
    header.type-3 nav.menu .dropmenu {
        text-align: center;
        left: 0%;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        margin-top: 0px;
    }
    header.type-5 .search {
        display: none;
        position: fixed;
        top: 22px;
        right: 19px;
        width: 15px;
        z-index: 100;
    }
    .menu_opened header.type-5 .search {
        display: block;
    }
    .menu_opened header.color-1 .link-aqua:hover {
        color: #fff;
    }
    header.color-3 nav {
        background: #f60;
    }
    header.color-4 nav {
        background: #5e80a3;
        color: #fff;
    }
    header.color-4 nav > ul > li > a {
        color: #fff;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    header.color-4 .nav-menu-icon a i,
    header.color-4 .nav-menu-icon i:before,
    header.color-4 .nav-menu-icon i:after {
        background: #222;
    }
    header.color-4 .nav-menu-icon .active i:before,
    header.color-4 .nav-menu-icon .active i:after {
        background: #fff;
    }
    header.color-4 .nav-menu-icon .active i {
        background: transparent;
    }
    header.color-4 .nav-menu-icon .active:hover i {
        opacity: 0.6;
    }
    header.color-5 nav {
        background: #022c54;
    }
    header.color-5 nav > ul > li > a {
        color: #fff;
    }
    header.color-5 .nav-menu-icon a i,
    header.color-5 .nav-menu-icon i:before,
    header.color-5 .nav-menu-icon i:after {
        background: #022c54;
    }
    header.color-5 .nav-menu-icon .active i:before,
    header.color-5 .nav-menu-icon .active i:after {
        background: #fff;
    }
    header.color-5 .nav-menu-icon .active i {
        background: transparent;
    }
    header.color-7 .nav-menu-icon .active i:before,
    header.color-7 .nav-menu-icon .active i:after {
        background: #fff;
    }
    .menu_opened header.color-7 nav {
        background: #6cd5ff;
    }
    header.color-8 nav {
        background: #00e5ff;
    }
    header.color-8 .nav-menu-icon i {
        background: #00e5ff;
    }
    header.color-8 .nav-menu-icon i:before,
    header.color-8 .nav-menu-icon i:after {
        background: #00e5ff;
    }
    header.color-8 .nav-menu-icon .active i {
        background: transparent;
    }
    header.color-8 .nav-menu-icon .active i:before,
    header.color-8 .nav-menu-icon .active i:after {
        background: #fff;
    }
    header.color-9 nav > ul > li > a {
        color: #fff;
    }
    header.color-9 nav > ul > li:hover > a {
        color: #fff;
    }
    header.color-10 nav {
        background: #1593d0;
    }
    header.color-10 nav > ul > li > a {
        color: #fff;
    }
    header.color-10 nav > ul > li:hover > a {
        color: #fff;
    }
    header.color-12 nav {
        background: #23b0e8;
    }
    header.color-12 nav > ul > li > a {
        color: #fff;
    }
    header.color-12 nav > ul > li:hover > a {
        color: #fff;
    }
    header.color-12 .nav-menu-icon i {
        background: #fff;
    }
    header.color-12 .nav-menu-icon i:before,
    header.color-12 .nav-menu-icon i:after {
        background: #fff;
    }
    header.color-12 .nav-menu-icon .active i {
        background: transparent;
    }
    header.color-12 .nav-menu-icon .active i:before,
    header.color-12 .nav-menu-icon .active i:after {
        background: #fff;
    }
    .wide-container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .left-title {
        left: 15px;
    }
    .main-slider-4 {
        position: relative;
        top: 0px;
        left: 0px;
        height: 750px;
    }
    .pagination-left {
        margin-left: -305px;
    }
    .pagination-left-2 {
        margin-left: -360px;
    }
    .find-form {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    .submit {
        float: none;
        width: 100%;
        padding: 0px 15px;
    }
    .input-style-1 {
        /*padding: 0px 15px;*/
        float: none;
    }
    .submit input {
        float: none;
    }
    .main-title .input-style-1 {
        margin: 0px 0px 15px;
    }
    .style-2 .full-height {
        min-height: 800px;
    }
    .second-title.style-3 {
        text-align: center;
    }
    .item-block.style-3 {
        min-height: 300px;
        margin-bottom: 30px;
    }
    .item-block.style-5 {
        min-height: 350px;
    }
    .second-title {
        padding-top: 80px;
        padding-bottom: 35px;
    }
    .second-title h2 {
        padding-bottom: 10px;
    }
    .second-title p {
        padding-bottom: 45px;
    }
    .padd-90 {
        padding-bottom: 50px;
    }
    .padd-120 {
        padding-bottom: 60px;
    }
    .title-small {
        margin-bottom: 33px;
    }
    .tour-block-s-2 {
        min-height: 316px;
    }
    .tour-block-s-4 {
        margin-bottom: 30px;
    }
    .tour-block-s-6 {
        margin-bottom: 30px;
    }
    .tour-block-s-7,
    .tour-block-s-8 {
        min-height: 316px;
    }
    .subscribe-form .subscribe-input {
        width: 315px;
    }
    .grid-content .list-item-entry {
        width: 50%;
    }
    .grid-content .list-item-entry:nth-child(3n + 1) {
        clear: none;
    }
    .grid-content .list-item-entry:nth-child(2n + 1) {
        clear: both;
    }
    .list-header .list-sort {
        display: block;
        width: 35%;
    }
    .list-header .list-view-change {
        float: left;
        margin-top: 30px;
    }
    .change-slider-block {
        position: absolute;
        bottom: 0px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        margin-left: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        top: auto;
    }
    .change-slider {
        display: inline-block;
        margin-right: 10px;
        width: 140px;
    }
    .change-slider:last-child {
        margin-right: 0px;
    }
    .fullpage .section {
        height: 768px;
        height: 100vh;
    }
    .footer.section {
        height: auto;
    }
    .fullpage .full-height {
        height: 768px;
    }
    .fullpage-wrapper {
        position: static;
    }
    .fullpage {
        height: auto !important;
    }
    .section .vertical-top {
        padding-top: 30px;
    }
    .vertical-align.p-148 {
        margin-top: 0px;
    }
    .city-entry {
        margin: 0 auto 30px auto;
    }
    .city-entry.style-2 {
        max-width: 500px;
    }
    .contry-item {
        margin-bottom: 15px;
    }
    .investors-block div[class^="col-"]:nth-child(6n) .investor-logo {
        border-right: 1px solid #eaeaea;
    }
    .investors-block div[class^="col-"]:nth-child(4n) .investor-logo {
        border-right: none;
    }
    .investors-block div[class^="col-"]:nth-last-child(5) .investor-logo {
        border-bottom: 1px solid #eaeaea;
    }
    .investors-block div[class^="col-"]:nth-last-child(6) .investor-logo {
        border-bottom: 1px solid #eaeaea;
    }
    .icon-block {
        margin-bottom: 30px;
    }
    .icon-block-entry:nth-last-child(3) .icon-block.style-5,
    .icon-block-entry:nth-last-child(4) .icon-block.style-5 {
        margin-bottom: 30px;
    }
    .tariff.style-2 {
        margin-bottom: 30px;
    }
    .widget-gallery a {
        width: 16.66666666%;
    }
    .widget-gallery img {
        width: 100%;
    }
    .blog-nav-left {
        margin-bottom: 30px;
    }
    .not-found {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .not-found-box {
        width: 600px;
    }
    .not-found-title {
        font-size: 112px;
        line-height: 112px;
        letter-spacing: 7.5px;
        margin-bottom: 10.5px;
    }
    .not-found-message {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 34px;
    }
    .not-found-number {
        margin-bottom: 51px;
    }
    .not-found-number h2 {
        font-size: 225px;
        line-height: 225px;
        letter-spacing: 21px;
    }
    .not-found-number h3 {
        font-size: 66px;
        line-height: 64px;
        top: 75px;
    }
    .not-found.style-2 .not-found-title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .not-found.style-2 .not-found-message {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 36px;
    }
    .f-login-content {
        padding: 39px 50px 39px 50px;
    }
    .f-login-header {
        margin-bottom: 35px;
    }
    .f-soon-title {
        font-size: 45px;
        line-height: 45px;
        letter-spacing: 7.5px;
        margin-bottom: 30px;
    }
    .f-soon-content {
        padding: 58px 10px 58px 10px;
    }
    .back-counter .part-counter {
        width: 70px;
        height: 46px;
    }
    .back-counter .part-numbers {
        right: -9px;
        font-size: 27px;
        line-height: 46px;
        letter-spacing: 25px;
    }
    .back-counter {
        margin-bottom: 30px;
    }
    .s-contact-entry.s25,
    .s-contact-entry.s45,
    .s-contact-entry.s30 {
        margin-bottom: 15px;
    }
    .soon-contact {
        margin-bottom: 25px;
    }
    .ClassyCountdown-wrapper > div {
        margin-left: 60px;
        margin-right: 60px;
    }
    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: 0px;
    }
    .footer-block:before {
        display: none;
    }
    header.type-6 nav.menu .dropmenu {
        text-align: center;
    }
    header.type-6 li.type-2 > .dropmenu {
        margin-top: 0px;
    }
    nav > ul > li > a {
        margin-bottom: 0px;
    }
    nav .dropmenu .dropmenu {
        padding: 0px;
    }
    header.type-6 li.type-3 > .dropmenu {
        margin-top: 0px;
    }
    nav > ul > li {
        margin: 0px;
    }
    nav li.type-3 .dropmenu a {
        padding: 5px 0px;
    }
    nav li.type-2 .dropmenu .fa {
        float: none;
        margin-left: 10px;
    }
    header.type-6 li.type-4 > .dropmenu {
        margin-top: 0px;
    }
    nav li.type-4 .dropmenu .dropmenu {
        padding: 5px 0px;
    }
    nav li.type-4 .dropmenu .fa-chevron-right {
        float: none;
        margin-left: 10px;
    }
    nav li.type-4 .dropmenu a {
        padding: 5px 0px;
    }
}

@media screen and (max-width: 767px) {
    header.type-2 .nav-menu-icon {
        border-left: none;
    }
    header.type-2 .inner-header {
        display: none;
    }
    header.type-2 .card {
        border-left: none;
    }
    header.type-2 .search {
        border-left: none;
    }
    header.type-2 .top-header-block img {
        margin-right: 0px;
    }
    .menu_opened header.type-2 .inner-header {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 100;
    }
    .menu_opened header.type-2 .inner-header .top-header-block {
        float: none;
    }
    .menu_opened header.type-2 .phone {
        max-width: 70%;
    }
    .menu_opened header.type-2 .e-mail {
        max-width: 70%;
    }
    header.type-4 .top-header-bar {
        padding: 15px 0px 0px;
    }
    header.color-1 .top-header-bar {
        background: #ff6600;
        padding: 10px 0px 10px 0px;
    }
    header.color-10 .top-header-bar {
        background: #1593d0;
    }
    .nav-menu-icon {
        z-index: 99;
    }
    .main-slider-3 {
        height: 600px;
    }
    .main-slider-4 {
        height: 500px;
    }
    .main-slider-5 .slider-block {
        padding-top: 0px;
    }
    .main-slider-5 .slider-block-left {
        position: relative;
        height: 200px;
        width: 100%;
    }
    .main-slider-5 .slider-block-right {
        width: 100%;
    }
    .main-slider-5 .rate-wrap {
        margin-bottom: 0px;
    }
    .main-slider-5 .sb-title {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .main-slider-5 .sb-text {
        margin-bottom: 15px;
    }
    .main-slider-5 .c-button {
        margin-bottom: 25px;
    }
    .pagination-left {
        margin-left: 0px;
        left: 15px;
    }
    .pagination-left-2 {
        margin-left: 0px;
        left: 15px;
    }
    .sl-bg {
        position: static;
        height: 350px;
    }
    .find-form {
        width: 100%;
    }
    .tabs-block {
        margin-bottom: 20px;
    }
    .tabs-block h5 {
        padding-bottom: 10px;
    }
    .tab-pane .c-button {
        margin-top: 10px;
        float: left;
    }
    .tpl-tabs-cont {
        padding: 30px 0px 20px;
    }
    .drop-tabs {
        position: absolute;
        left: 0px;
        top: -4px;
        width: 100%;
        text-align: center;
        z-index: 4;
    }
    .drop-tabs b {
        display: block;
        height: 35px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.3);
        cursor: pointer;
        padding-top: 12px;
        height: 41px;
    }
    .arrow-down {
        display: block;
        position: absolute;
        right: 15px;
        top: 12px;
        color: #fff;
    }
    .nav-tabs {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background: #fff;
        z-index: 5;
        display: none;
    }
    .nav-tabs > li {
        width: 100%;
        text-align: center;
    }
    .tabs-style-1.nav-tabs > li > a {
        width: 100%;
        padding: 10px 0px;
        border-left: 0px none;
        border: 0px none;
        border-right: 0px none;
        color: #222;
    }
    .tpl-tabs-cont {
        padding: 60px 0px 20px;
    }
    .tabs-style-1.nav-tabs > li > a:hover {
        border: 0px none;
    }
    .search {
        position: absolute;
        right: 15px;
        top: 0px;
    }
    .e-mail {
        width: 100%;
        margin-bottom: 5px;
    }
    .offers-arrow.swiper-arrow-left {
        left: 20px;
    }
    .offers-arrow.swiper-arrow-right {
        right: 20px;
    }
    .popular-desc .vertical-align {
        top: 0px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding: 0px 0px 30px;
        position: relative;
    }
    .popular-desc {
        min-height: 100%;
        float: left;
    }
    .popular-desc.text-right {
        text-align: left;
    }
    .left-title {
        position: relative;
        top: 0px;
        left: 0px;
        float: none;
        width: 100%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    .left-content {
        padding-left: 0px;
    }
    .card {
        position: absolute;
        right: 70px;
        top: 0px;
        padding-right: 0px;
    }
    .cart-popup {
        position: fixed;
        top: 0px;
        left: 0%;
        right: 0px;
        bottom: 0px;
        width: 100%;
        overflow: auto;
    }
    .cart-popup:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: #fff;
    }
    .cart-popup .cart_close {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        background: #fff;
        -moz-border-radius: 4px;
        border-radius: 4px;
        z-index: 200;
    }
    .cart-popup .cart_close:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 25%;
        width: 15px;
        height: 2px;
        background: #022c54;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -1px;
    }
    .cart-popup .cart_close:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 25%;
        width: 15px;
        height: 2px;
        background: #022c54;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -1px;
    }
    .cart-popup .cart-title {
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .top-header-bar {
        display: none;
    }
    .search-popup .s_close {
        top: 15px;
        right: 15px;
        z-index: 100;
    }
    .menu_opened .top-header-bar {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
        padding: 15px 0px 0px;
    }
    .main-title h1 {
        font-size: 50px;
        line-height: 56px;
        padding-bottom: 15px;
    }
    .main-title > p {
        padding-bottom: 25px;
    }
    .slide-tour h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }
    .slide-tour span {
        padding-bottom: 10px;
    }
    .item-block.style-3 {
        min-height: 250px;
    }
    .tab-select {
        display: block;
    }
    .tab-tour-header {
        display: none;
    }
    .team-entry {
        margin-bottom: 60px;
    }
    .team-entry .team-img {
        display: inline-block;
    }
    .investors-block div[class^="col-"]:nth-child(4n) .investor-logo {
        border-right: 1px solid #eaeaea;
    }
    .investors-block div[class^="col-"]:nth-child(3n) .investor-logo {
        border-right: none;
    }
    .investors-block div[class^="col-"]:nth-last-child(4) .investor-logo {
        border-bottom: 1px solid #eaeaea;
    }
    .change-slider {
        width: 100px;
    }
    .fullpage .section {
        height: 700px;
    }
    .fullpage .full-height {
        height: 700px;
    }
    .footer.section {
        height: auto;
    }
    .tour-item.style-2 .c-button {
        display: block;
        float: none;
        margin-bottom: 15px;
    }
    .tour-item.style-2 .tour-text {
        max-width: 100%;
    }
    .tour-item-grid .tour-item.style-4 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .tour-item.style-5 .c-button {
        display: block;
        width: 100%;
    }
    .tour-item.style-5 .tour-person {
        float: none;
        text-align: center;
    }
    .s_news-entry {
        margin-bottom: 30px;
    }
    .icon-block {
        margin-bottom: 50px;
    }
    .tariff {
        margin-bottom: 30px;
    }
    .counter-entry {
        margin-bottom: 30px;
    }
    .gal-item.style-3.gal-big .gal-item-desc {
        padding: 16px 5px 18px 5px;
    }
    .gal-item.style-3.gal-big h4 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 2.5px;
    }
    .gal-item.style-3.gal-big h5 {
        font-size: 12px;
        line-height: 15px;
    }
    .simple-tab .nav-tab {
        margin-bottom: 30px;
    }
    .simple-tab .nav-tab-item {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    /* KNS - Start  */
    .simple-tab-blog .nav-tab-blog {
        margin-bottom: 30px;
    }
    .simple-tab-blog .nav-tab-item-blog {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    /* KNS - End  */
    .simple-tab.tab-3 .nav-tab-item {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .confirm-label {
        padding: 28px 28px 28px 81px;
    }
    .confirm-print {
        position: relative;
        top: 0%;
        right: 0px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    .confirm-text {
        margin-bottom: 15px;
    }
    .contact-form {
        margin-bottom: 30px;
    }
    .contact-entry {
        margin-bottom: 30px;
    }
    .subscribe-form .subscribe-input {
        width: 100%;
    }
    .subscribe-form .c-button {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .pb_entry {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .pb_entry .table-view {
        display: block;
    }
    .pb_entry .pb_header {
        display: block;
        width: 100%;
        padding: 15px;
    }
    .pb_entry .pb_content {
        display: block;
        width: 100%;
        padding: 15px;
    }
    .pb_entry .pb_check {
        display: block;
        width: 100%;
        padding: 15px;
    }
    .not-found {
        padding-top: 99px;
        padding-bottom: 99px;
    }
    .not-found-box {
        width: 450px;
    }
    .not-found-title {
        font-size: 84px;
        line-height: 84px;
        letter-spacing: 5.6px;
        margin-bottom: 10.5px;
    }
    .not-found-message {
        margin-bottom: 25px;
    }
    .not-found-number {
        margin-bottom: 38px;
    }
    .not-found-number h2 {
        font-size: 168px;
        line-height: 168px;
        letter-spacing: 15px;
    }
    .not-found-number h3 {
        font-size: 49px;
        line-height: 48px;
        top: 56px;
    }
    .not-found.style-2 .not-found-message {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 36px;
    }
    .login-logo {
        position: static;
        height: 300px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .f-login-form .c-button {
        margin-bottom: 15px;
    }
    .soon-logo {
        position: static;
        height: 300px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .fullsoon {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .fullsoon-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .fullsoon-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 35px;
    }
    .ClassyCountdown-wrapper > div {
        margin-left: 52px;
        margin-right: 52px;
    }
    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 600px) {
    .cp_content {
        position: relative;
        left: 0%;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        text-align: center;
    }
    .c_pagination .c-button {
        display: none;
    }
    .filter-nav li {
        display: block;
    }
    .filter-nav li a {
        min-width: 250px;
        margin-bottom: 1px;
    }
    .filter-nav a:before {
        display: none;
    }
    .widget-gallery a {
        width: 25%;
    }
    .ClassyCountdown-wrapper > div {
        margin-left: 30px;
        margin-right: 30px;
    }
    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .main-slider .swiper-slide {
        min-height: 1000px;
    }
    .main-slider-3 {
        height: 520px;
    }
    .main-slider-3 .main-title button[type="submit"] span {
        display: none;
    }
    .detail-content .thumbnails {
        display: none;
    }
    .vert-title {
        margin-top: -320px;
    }
    header.type-3 .logo {
        left: 15px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .offers-info {
        padding-bottom: 0px;
    }
    .offers-block .vertical-bottom p {
        padding-bottom: 20px;
    }
    .main-title h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 5px;
    }
    .main-title.style-2 h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 4px;
    }
    .main-title .main-date {
        margin-bottom: 5px;
    }
    .main-title .main-date.underline:after {
        margin: 10px 0 0px;
    }
    .sw-arrow {
        display: none;
    }
    .main-slider .pagination-hidden.pagination {
        display: block;
        bottom: 420px;
    }
    .item-block p {
        padding: 0px 15px 15px;
    }
    .item-block h3 {
        font-size: 22px;
    }
    .item-block p {
        line-height: 20px;
    }
    .play {
        width: 40px;
        height: 40px;
        margin: 0 auto 20px;
    }
    .item-block p {
        display: none;
    }
    .video-title {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }
    .best-slider .pagination-hidden.pagination {
        display: block;
    }
    .testi-3 .swiper-slide {
        padding: 0px 15px;
    }
    .testi-wrap {
        padding: 45px 15px 40px;
    }
    .tour-block-s-1 .tour-caption .vertical-top {
        padding: 15px 15px 0px;
    }
    .tour-block-s-1 .tour-caption .vertical-bottom {
        padding: 0px 15px 15px;
    }
    .tour-block-s-2 .tour-caption .vertical-top {
        padding: 15px 15px 0px;
    }
    .tour-block-s-2 .tour-caption .vertical-align {
        padding: 0px 15px 15px;
    }
    .tour-block-s-2 .tour-caption .vertical-bottom {
        padding: 0px 15px 15px;
    }
    .tour-block-s-4 {
        min-height: 500px;
        padding: 0px 15px 15px;
    }
    .change-slider {
        width: 60px;
    }
    .weth-icon.style-2 {
        margin-top: 10px;
        margin-right: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        width: 87px;
    }

    .grid-content .list-item-entry {
        width: 100%;
    }
    .list-content .table-view {
        display: block;
        width: auto;
    }
    .list-content .radius-top {
        display: block;
        width: 100%;
    }

    .investors-block div[class^="col-"]:nth-child(3n) .investor-logo {
        border-right: 1px solid #eaeaea;
    }
    .investors-block div[class^="col-"]:nth-child(2n) .investor-logo {
        border-right: none;
    }
    .investors-block div[class^="col-"]:nth-last-child(3) .investor-logo {
        border-bottom: 1px solid #eaeaea;
    }
    .photo-ar-left.c-button.b-50 {
        float: none;
        display: block;
        margin-bottom: 15px;
    }
    .photo-ar-right.c-button.b-50 {
        float: none;
        display: block;
    }
    .photo-ar-left:hover .photo-prev,
    .photo-ar-right:hover .photo-next {
        opacity: 0;
    }
    .comments-block .commnent-img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .comments-block .comment-content:before {
        display: none;
    }
    .comments-block .comment-content {
        margin-left: 0px;
    }
    .comments-block .comments-block {
        margin-left: 0px;
    }
    .blog-nav-left .blog-nav-img,
    .blog-nav-right .blog-nav-img {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    .blog-nav-left .blog-nav-text {
        margin-left: 0px;
    }
    .blog-nav-right .blog-nav-text {
        margin-right: 0px;
        text-align: left;
    }
    .blog-nav-right .tour-info {
        margin-left: 0px;
        margin-right: 15px;
    }
    .not-found {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .not-found-box {
        width: 253px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .not-found-title {
        font-size: 47px;
        line-height: 47px;
        letter-spacing: 5.6px;
        margin-bottom: 10.5px;
    }
    .not-found-message {
        margin-bottom: 18px;
    }
    .not-found-box .c-button.b-60 {
        height: 50px;
        line-height: 46px;
    }
    .not-found.style-2 {
        padding-top: 100px;
    }
    .not-found-number {
        margin-bottom: 28px;
    }
    .not-found-number h2 {
        font-size: 126px;
        line-height: 126px;
        letter-spacing: 11px;
    }
    .not-found-number h3 {
        font-size: 36px;
        line-height: 36px;
        top: 42px;
    }
    .not-found.style-2 .not-found-message {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 27px;
    }
    .login-fullpage {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .login-fullpage .full-copy {
        bottom: 20px;
    }
    .back-counter .part-counter:nth-child(1),
    .back-counter .part-counter:nth-child(2) {
        margin-bottom: 45px;
    }
    .back-counter .part-counter:nth-child(2),
    .back-counter .part-counter:nth-child(4) {
        margin-right: 0px;
    }
    .contact-socail a {
        margin-right: 16px;
    }
    .s-contact-input input {
        display: block;
    }
    .s-contact-form .c-button {
        position: static;
        float: none;
        width: 100%;
    }
    .ClassyCountdown-wrapper > div {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: auto;
    }
    .ClassyCountdown-wrapper > div:last-child {
        margin-right: auto;
    }
}

@media screen and (max-width: 390px) {
    .tour-info {
        padding-bottom: 5px;
    }
    .tour-caption .vertical-bottom {
        padding: 0px 15px 15px;
    }
    .offers-block .vertical-bottom {
        padding: 0px 10px 15px 15px;
    }
    .tour-caption .vertical-bottom .fr {
        float: left;
    }
    .tour-caption .vertical-bottom .fl {
        width: 100%;
        padding-bottom: 15px;
    }
    .tour-caption .vertical-align {
        margin-top: -65px;
    }
    .tour-block-s-1 .vertical-align {
        margin-top: -40px;
    }
    .tour-block-s-2 .vertical-align {
        margin-top: 0px;
    }
    .city-entry.style-2 .vertical-align {
        margin-top: 0px;
    }
}

.color-2.type-2 .top-header-block a:hover {
    color: #66bb6a;
}
.menu_opened {
    overflow: hidden;
}
.detail-content ul {
    width: 50%;
    display: inline-block;
    padding-left: 30px;
}
.acc-body ul {
    width: 100%;
}
.gal-item .img-full {
    border-radius: 5px;
}
.tab-info .swiper-slide img {
    width: 100%;
}
.sport-block img {
    max-width: 50%;
}
.baner-tabs.style-2 .tabs-block input {
    font-size: 13px;
}
.baner-tabs.style-2 .tabs-style-1.nav-tabs > li > a:hover {
    color: #fff;
}
.bg-white.color-5.scrol .nav {
    padding: 15px 0px;
}
.menu_opened.no-overflow {
    overflow: auto;
}
.main-slider-7 .pagination-hidden.pagination {
    display: block;
    bottom: 20px;
}
.total-summ {
    padding: 0px 30px 0px 0px;
}
.tootal {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
.tootal .checkbox-text {
    font-size: 14px;
}
.detaile-title .top-header-block a {
    color: #333;
    font-size: 12px;
}
.detaile-title {
    padding-bottom: 55px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.detaile-title h2 {
    padding-bottom: 10px;
}
.detaile-title .detail-price {
    position: absolute;
    right: 0px;
    top: 0px;
}
.car-tabs .click-tabs span {
    padding-right: 5px;
}
.detail-company {
    position: relative;
    display: inline-block;
    width: 100%;
}
.car-tabs .tab-pane iframe {
    width: 100%;
    height: 281px;
}

.dropmenu {
    transition: all 0.3s ease-in-out;
}
.header-style-2 .top-header-bar {
    background: #333;
    height: 60px;
    padding: 0px;
}
.header-style-2 nav {
    float: left;
}
.header-style-2 .form-block {
    margin-bottom: 0px;
}
.header-style-2 .dropmenu {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    display: block;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    background: #222;
    color: #fff;
}
.header-style-2 .dropmenu li a {
    color: #fff;
    border-bottom: 1px solid #333;
}
.header-style-2 nav > ul > li:hover > .dropmenu {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.header-style-2 .top-header-block {
    display: none;
}
.header-style-2 .form-block {
    float: right;
}
.header-style-2 .input-style-1 {
    max-width: 180px;
}
.header-style-2 .input-style-1.color-3 input {
    background: #222;
    border: 0px none;
    height: 40px;
    padding: 0px 10px 0px 35px;
}
.header-style-2 nav > ul > li > a {
    border-radius: 0px;
}
.header-style-2 .input-style-1.b-50 img {
    left: 10px;
}
.header-style-2 .drop-wrap {
    max-width: 77px;
    float: right;
}
.header-style-2 .drop .drop-list {
    position: relative;
    display: inline-block;
    padding-left: 3px;
}
.header-style-2 .drop b {
    display: inline-block;
    width: auto;
}
.header-bar {
    position: relative;
    width: 100%;
    padding: 10px 0px;
}
.header-style-2 .drop span a {
    padding: 3px 5px;
    color: #fff;
}
.header-style-2 .drop span a i {
    padding-left: 5px;
    color: #fff;
}
.header-style-2 .drop span {
    padding: 0px;
    top: 38px;
    background: #222;
    border: 0px none;
    min-width: 120px;
}
.header-style-2 .drop span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #222222 transparent;
    position: absolute;
    top: -7px;
    left: 5px;
}
.header-style-2 .drop {
    padding-top: 12px;
}
.header-style-2 .drop .lg a {
    padding: 5px 5px 6px 28px;
}
.header-style-2 .drop .lg a img {
    position: absolute;
    left: 5px;
    top: 9px;
}
.header-style-2 .drop b img {
    margin-right: 5px;
}
.header-style-2 nav li.type-2 .dropmenu .dropmenu {
    background: #222;
}
.header-style-2 nav li.type-2 .dropmenu-desc {
    color: #999;
}
.header-style-2 nav li.type-2 > .dropmenu li {
    background: #222;
}
.header-style-2 .form-block {
    margin-right: 25px;
}
.header-style-2 nav li.type-2 .dropmenu a {
    background: #222;
    margin: 0px;
}
.header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #f60;
    color: #fff;
}
.header-style-2 nav li.type-2 .dropmenu .dropmenu::after {
    background: #222;
}
.header-style-2 nav li.type-2 .dropmenu-subtitle {
    color: #fff;
}
.header-style-2.color-4 nav li.type-2 a.dropmenu-title {
    color: #fff;
}
.header-style-2.color-4 nav li.type-2 a.dropmenu-title:hover {
    background: none;
    color: #999;
}
.header-style-2.color-4 nav > ul > li:hover > a {
    background: #222;
}
.header-style-2 .nav {
    padding: 0px;
}
.header2-baner {
    padding-top: 95px;
}
.header-style-2 nav li.type-3 > .dropmenu {
    margin-top: 0px;
}
.header-style-2 nav li.type-4 > .dropmenu {
    margin-top: 0px;
}
.header-style-2 nav > ul > li {
    margin: 0px;
}
.header-style-2 nav > ul > li > a {
    padding: 15px;
    margin-bottom: 0px;
}
.header-style-2 nav > ul > li.active > a {
    background: #f60;
    color: #fff;
}
.header-style-2 nav li.type-2 > .dropmenu {
    margin-top: 0px;
}
.header-style-2 {
    border-bottom: 2px solid #f60;
}
.header-style-2 nav {
    padding-top: 0px;
}
.header-style-2 nav > ul > li > .dropmenu {
    padding: 0px;
    top: 46px;
}
.header-style-2 .drop span a:hover {
    background: #f60;
    color: #fff;
}
.header-style-2 .drop-list.act {
    color: #fff;
}
.header-style-2 nav .dropmenu .dropmenu {
    background: #222;
}
.header-style-2 nav li.type-3 .dropmenu > li:hover > a {
    background: #f60;
    color: #fff;
}
.header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #f60;
    color: #fff;
}
.header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #f60;
    color: #fff;
}
.header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #f60;
    color: #fff;
}
.header-style-2 .nav-menu-icon {
    position: absolute;
    right: 0px;
}
.header-style-2.scrol .top-header-bar {
    padding: 0px;
}

.fly-slider .swiper-slide {
    padding: 0px 15px;
}
.fly-slider .swiper-slide .hotel-item {
    padding: 0px;
}

.type-2.bg-dark-2 {
    background: #1b1b1b;
}
.type-2.bg-dark-2 .f_logo {
    float: left;
}
.type-2.bg-dark-2 .f_contact p {
    font-size: 11px;
}
.type-2.bg-dark-2 .sw-arrow:hover {
    border: 0px none !important;
}
.type-2.bg-dark-2 .f_twitter li {
    font-size: 11px;
}
.bg-dark .f_twitter li {
    font-size: 11px;
}
.type-2.bg-dark-2 .c-button.bg-grey-5-t {
    border: 1px solid #333;
}
.type-2.bg-dark-2 .c-button.hv-sea:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #141414 !important;
}
/* KNS - Start */
/* The background of menu */
header.menu-3 {
    background: rgba(255, 255, 255, 0);
}
/* header.menu-3 {background: rgb(71, 245, 79);} */
/* KNS - End */
.menu-3 .top-header-bar {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0px;
}
.left-col {
    position: relative;
    float: left;
    width: 50%;
}
.left-col a {
    font-size: 16px;
    color: #fff;
    padding: 20px 12px;
    position: relative;
    float: left;
    display: block;
}
.left-col a:hover {
    background: rgba(0, 0, 0, 0.4);
}
.left-col a i {
    padding-right: 10px;
}
.right-col {
    position: relative;
    float: left;
    width: 50%;
}
.serach-item {
    float: right;
    position: relative;
}
.serach-item button {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding: 17px 18px;
    position: absolute;
    right: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    height: 60px;
    z-index: 50;
}
.serach-item input {
    height: 60px;
    min-width: 220px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0px 15px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: top right;
    transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
}
.serach-item input.active {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
}
.right-col .folow {
    float: right;
    position: relative;
    display: block;
}
.right-col .folow a {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 17px 0px;
    position: relative;
    float: left;
    display: block;
    width: 60px;
    text-align: center;
}
.right-col .folow a:hover {
    background: rgba(0, 0, 0, 0.4);
}
.menu-3 .nav {
    padding: 0px;
}

.menu-3 nav > ul > li {
    padding: 25px 10px;
    text-align: center;
    border-top: 4px solid rgba(255, 255, 255, 0);
    margin-top: -1px;
    margin-left: 0px;
    font-size: 12px;
    font-weight: 300;
    transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
}

.menu-3 nav > ul > li > a .fa {
    display: none;
}
/* KNS Start */
/*
.menu-3 nav > ul > li > a {color: #222; font-weight: 400;} 
*/
/* Màu của chữ trên thanh Menu */
.menu-3 nav > ul > li > a {
    color: #fd9037;
    font-weight: 600;
}

/* KNS End */
header.menu-3.color-1 nav > ul > li:hover > a {
    color: #ff6600;
}
.menu-3 nav {
    padding-top: 0px;
}
.menu-3 nav > ul > li:hover {
    border-top: 3px solid #ff6600;
}
.menu-3 nav > ul > li.active {
    border-top: 3px solid #ff6600;
}
.menu-3 nav > ul > li.active > a {
    color: #ff6600;
}
.menu-3 nav > ul > li:hover > a {
    background: none;
    color: rgba(255, 255, 255, 0.5);
}
.menu-3 nav > ul > li > .dropmenu {
    top: 100%;
    text-align: left;
    border-top: 2px solid #ff6600;
}
.menu-3 .logo {
    margin-top: 10px;
}
/* KNS - Start */
/* Màu background của thanh Menu */
/* header.menu-3.scrol {
    background: rgba(255, 255, 255, 0.95);
    padding: 0px;
} */
header.menu-3.scrol {
    background: rgba(255, 255, 255, 0);
    padding: 0px;
}
/* KNS - Start */
header.menu-3.hovered.scrol .nav {
    padding: 0px;
}
header.menu-3.hovered.scrol .logo {
    top: 50%;
}
header.menu-3.hovered.scrol nav > ul > li {
    padding: 15px 10px;
}
header.menu-3.hovered .logo {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
header.menu-3.hovered nav .dropmenu a > span {
    display: none;
}

.bg-dark.type-2 {
    background: #060c17;
    color: #fff;
}
.bg-dark.type-2 .bg-black {
    background: #040914;
}
.bg-dark.type-2 .copyright {
    float: left;
}
.bg-dark.type-2 .footer-link ul {
    float: right;
    display: inline-block;
}
.bg-dark.type-2 .footer-link ul li {
    line-height: 40px;
    margin: 0px 0px 0px 30px;
}
.bg-dark.type-2 .footer-link ul li a {
    text-transform: capitalize;
}
.bg-dark.type-2 .copyright span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.bg-dark.type-2 .logo-footer {
    margin-bottom: 30px;
}
.bg-dark.type-2 .f_text {
    padding-bottom: 55px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer-share a {
    position: relative;
    float: left;
    font-size: 22px;
    color: #fff;
    margin: 0px 20px 0px 0px;
}
.footer-share a:hover {
    color: #ff6600;
}
.bg-dark.type-2 .footer-block {
    padding: 0px;
}
.bg-dark.type-2 .footer-block:before {
    display: none;
}
.date-f {
    display: block;
    color: #ff6600;
    font-size: 12px;
    padding-bottom: 3px;
}
.bg-dark.type-2 .f_news .f_news-desc {
    font-size: 11px;
    line-height: 14px;
}
.bg-dark.type-2 .f_news .f_news-content {
    padding-top: 0px;
    margin-left: 95px;
}
.bg-dark.type-2 .f_news .f_news-tilte {
    margin-bottom: 5px;
}
.bg-dark.type-2 .f_news {
    margin-bottom: 15px;
}
.bg-dark.type-2 .f_news-content .r-more {
    font-size: 12px;
    font-style: italic;
    color: #ccc;
}
.bg-dark.type-2 .f_news .f_news-img {
    width: 80px;
}
.tags-b {
    position: relative;
    float: left;
    margin: 0px 10px 10px 0px;
    background: #282e3a;
    border-radius: 30px;
    padding: 12px 17px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 0;
}
.tags-b:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ff6600;
    border-radius: 30px;
    transform: scale(0);
    z-index: -1;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.tags-b:hover:before {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}
.bg-dark.type-2 .contact-info i {
    color: #ff6600;
    display: inline-block;
    margin-right: 10px;
}
.bg-dark.type-2 .contact-info span,
.bg-dark.type-2 .contact-info a {
    font-weight: 400;
}

.menu-3 nav li.type-2 > .dropmenu {
    margin-top: 0px;
}
.menu-3 nav li.type-4 > .dropmenu {
    margin-top: 0px;
}
.menu-3 nav li.type-3 > .dropmenu {
    margin-top: 0px;
}
footer.bg-white .form-input input {
    color: #222;
}
.hotel-slider .swiper-slide {
    padding: 0px 15px;
}
.hotel-slider .swiper-slide .hotel-item {
    padding: 0px;
}
.city-entry .tour-block.hover-green .tour-layer {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.result {
    padding: 200px 0px 90px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.result .baner-bar.cars-bar {
    position: relative;
    width: 100%;
    bottom: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    padding: 30px 0px;
    box-shadow: none;
}
.cars-item {
    margin-bottom: 30px;
}
.title {
    padding: 30px 0px;
}
.tour-item.no-padd {
    padding-left: 0px;
    padding-right: 0px;
}

.style-page {
    position: fixed;
    width: 270px;
    height: 100%;
    right: -270px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    z-index: 4000;
    text-align: center;
    box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
    -moz-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
    -o-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
    transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
}
.wrappers {
    height: 100%;
    padding: 15px 20px;
    overflow-y: auto;
}
.site-logo {
    margin-bottom: 25px;
    display: block;
}
.style-page.slide-right {
    right: 0px;
}
.conf-logo {
    margin: 15px 0px;
}
.color-block {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    display: inline-block;
}
.style-page h5 {
    padding-bottom: 20px;
    color: #777;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
}
.entry {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    border-radius: 50%;
    margin: 0px 11px 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.entry:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    left: -5px;
    top: -5px;
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.conf-button {
    position: absolute;
    width: 50px;
    height: 150px;
    left: -50px;
    top: 50%;
    margin-top: -75px;
    background: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.conf-button span {
    color: #222;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}
.conf-button span.act {
    transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
    -moz-transform: rotate(230deg);
    -ms-transform: rotate(230deg);
}
.conf-button h6 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    font-size: 12px;
    margin-top: 20px;
}
.entry.active:before {
    opacity: 1;
}
.entry:hover:before {
    opacity: 1;
}
.style-page .input-entry.color-3 .checkbox-text {
    position: relative;
    float: left;
    padding-top: 0px;
}
.item-block.style-3 {
    border-radius: 5px;
}
.hotel-img .img-responsive {
    border-radius: 5px;
}
.style-5.hover-blue-3.background-block {
    border-radius: 5px;
}
.tour-block-s-5 .res-img {
    border-radius: 5px;
}
.link-dr-blue:hover {
    color: #fff;
}
.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}
.offers-arrow.color-4 span {
    color: #fff;
}
.offers-arrow.color-4:hover span {
    color: #222;
}
.low-pad.input-style-1 input {
    padding-left: 20px;
}
.drop-wrap-s-4 .drop span {
    top: 50px;
}

.container.box {
    width: 100%;
}
.header-style a {
    margin-bottom: 7px;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 5px;
}
.header-style a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.header-style a img {
    width: 100%;
    height: auto;
}
.header-style a:hover:before {
    opacity: 1;
}
.header-style a.active:before {
    opacity: 1;
}
.container.box .offers-arrow.swiper-arrow-left {
    left: 0px;
}
.container.box .offers-arrow.swiper-arrow-right {
    right: 0px;
}
header.color-2 nav.bg-green > ul > li > a:hover {
    color: #999;
}
.right-img {
    float: right;
}
.left-img {
    float: left;
}
.landing-title {
    text-align: center;
    color: #fff;
}
.landing-title .logo-title {
    margin-bottom: 5px;
    display: block;
}
.landing-title h1 {
    padding-bottom: 15px;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 3px;
}
.landing-title h3 {
    text-transform: none;
    padding-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 400;
}
.landing-title .c-button {
    margin: 0px 10px;
}
.landing-title .c-button i {
    margin-right: 8px;
}
.check-option {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}
.check-option span {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    font-size: 11px;
    color: #999;
    border: 1px solid #e0dede;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
}
.check-option span:hover {
    background: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
}
.check-option:last-child {
    margin-right: 0px;
}
.check-option.active span {
    background: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
}
.dark-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.menu-3.type-5 {
    background: none;
}
.menu-3.type-5 .left-col a {
    padding: 20px 15px;
    font-size: 14px;
}
.menu-3.type-5 .right-col .folow a {
    font-size: 16px;
    padding: 18px 0px;
}
.menu-3.type-5 nav > ul > li > a {
    color: #fff;
}
.menu-3.type-5 .serach-item button {
    font-size: 16px;
}

.menu-block {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    border: 1px solid #222;
    margin-bottom: 30px;
    display: inline-block;
}
.wrap-padding {
    padding: 110px 0px 90px;
}

.tabs-page .full-width {
    padding: 60px 0px 30px;
}
.menu-block h4 {
    padding: 15px;
    display: block;
    position: absolute;
    left: 0px;
    top: -27px;
    background: #fff;
    font-weight: 700;
}
.menu-block ul {
    list-style: disc;
    list-style-position: inside;
}
.menu-block ul li {
    font-size: 14px;
    line-height: 32px;
}
.menu-block .dropmenu {
    list-style: circle;
    list-style-position: inside;
}
.menu-block .dropmenu li {
    font-size: 14px;
    line-height: 32px;
}
.col-6 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
}
.list-title {
    font-weight: 700;
    text-transform: capitalize;
    list-style: none;
}
.tabs-wrap-style {
    border: 1px solid rgba(185, 185, 185, 0.4);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
}
.tabs-wrap-style .accordion-form {
    margin: 0px;
}
.accordion-form .c-button.bg-grey-3-t {
    color: #ccc;
    border: 1px solid #ccc;
}
.accordion-form .c-button.bg-grey-3-t:hover {
    border: 1px solid rgba(255, 255, 255, 0);
    color: #fff;
}
.tab-4.style-2 .nav-tab-item {
    border-radius: 35px;
    margin: 0px 5px 10px 5px;
}
.tabs-page .baner-tabs {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
}

.accordeon-entry {
    margin-bottom: 15px;
}
.accordeon-entry:last-child {
    margin-bottom: 0px;
}

.accordeon-entry h5 {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 700;
    line-height: 15px;
    padding: 20px 55px 20px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.accordeon-entry h5:after {
    width: 23px;
    height: 23px;
    background-color: #ff6600;
    content: "+";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: center;
}
.accordeon-entry.active h5,
.accordeon-entry h5:hover {
    background: #ff6600;
    color: #fff;
}
.accordeon-entry.active h5:after {
    width: 23px;
    height: 23px;
    background-color: #fff;
    content: "-";
    color: #fff;
    border-color: transparent;
    line-height: 22px;
}
.accordeon-entry h5:active:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.accordeon-entry .toggle-content {
    border-radius: 5px;
    height: 0;
    padding: 0px;
    background-color: #fff;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    visibility: hidden;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
.accordeon-entry.active .toggle-content {
    visibility: visible;
    height: auto;
}
.switch-container {
    display: none;
}
.acc-body li {
    font-size: 12px;
}
.acc-body p {
    font-size: 13px;
}
.accordeon-wrap {
    padding: 15px;
    display: block;
}
.accordeon-wrap p {
    color: #b9b9b9;
    font-size: 13px;
}
.accordeon-wrapper.style-2 .accordeon-entry h5:after {
    border-radius: 50%;
}
.accordeon-wrapper.style-2 .accordeon-entry h5 {
    border-radius: 5px;
}
.acc-body.first {
    display: block;
}
.tariff.style-1 {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
}
.tariff.style-1 .tariff-line {
    border-top: 0px none;
}
.tariff.style-1 .tariff-content {
    padding: 0px 0px 30px 0px;
}
.tariff.style-1 .tariff-trial {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.sub-title {
    font-weight: 700;
    padding-bottom: 25px;
}
.m-right {
    margin-right: 15px;
}
.mfp-arrow-right,
.mfp-arrow-left {
    width: 70px;
    height: 70px;
    right: 0px;
    top: 50%;
    margin: -35px 0px 0px 0px;
    background: #fff;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    display: none;
}
.mfp-arrow-right:after {
    border: 0px none !important;
    content: "\f105";
    font-size: 18px;
    line-height: 70px;
    color: #222;
    font-family: FontAwesome;
    margin: 0px;
    padding: 0px;
    left: auto;
    top: auto;
    text-align: center;
    position: relative;
    width: auto;
    height: auto;
}
.mfp-arrow-left:after {
    border: 0px none !important;
    content: "\f104";
    font-size: 18px;
    line-height: 70px;
    color: #222;
    font-family: FontAwesome;
    margin: 0px;
    padding: 0px;
    left: auto;
    top: auto;
    text-align: center;
    position: relative;
    width: auto;
    height: auto;
}
.mfp-close {
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 55px;
    opacity: 1;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
.mfp-counter {
    display: none;
}
.mfp-arrow:active {
    margin-top: -35px;
}
button.mfp-arrow:hover {
    background: rgba(255, 255, 255, 0.5);
}

.dropdown-wrap .drop-wrap {
    margin-bottom: 20px;
}
.dropdown-wrap .drop-wrap.type-2 {
    background: #222;
    height: 35px;
}
.drop-wrap.type-2 .drop b {
    padding: 0px 10px;
    line-height: 35px;
}
.drop-wrap.type-2 .drop b img {
    margin-right: 5px;
}
.drop-wrap.type-2 .drop .drop-list {
    line-height: 35px;
    right: 10px;
}
.drop-wrap.type-2 .drop span a img {
    margin-right: 5px;
}
.drop-wrap.type-2 .drop span a {
    font-size: 12px;
}
.drop-wrap.type-2 .drop span a i {
    position: absolute;
    right: 10px;
    line-height: 35px;
    top: 0px;
}
.drop-wrap.type-2 .drop span {
    padding: 0px;
}
.drop-wrap.type-2 .drop-list.act {
    margin-top: 0px;
}
.drop-wrap-s-4.color-6 {
    background: #f60;
    color: #fff;
}
.drop-wrap.type-2.no-bg {
    background: none;
    border: 1px solid #eee;
    color: #333;
    border-radius: 5px;
}
.drop-wrap.type-2.no-bg .drop {
    color: #333;
}

.vertical-align.margin-160 {
    margin-top: 80px;
}

@media (max-width: 1200px) {
    .s_news-entry .tour-info {
        display: block;
        float: none;
    }
    .count a {
        margin-right: 3px;
    }
    .col-6 {
        width: 50%;
    }
}
@media (max-width: 992px) {    
    .s_news-entry .tour-info {
        float: left;
        margin-right: 22px;
    }
    .form-block.type-2 .input-style-1 {
        margin-bottom: 0px;
    }
    .right-sidebar {
        padding-top: 30px;
    }
    .swiper-arrow-left.color-4 {
        right: 0px;
    }
    .simple-tab.type-2 .nav-tab-item {
        margin-bottom: 10px;
    }
    .color-6 nav {
        background: #222;
    }
    .color-6 .top-header-bar.bg-white {
        background: #222;
    }
    .color-6 .top-header-block a {
        color: #fff;
    }
    .color-2.type-2 .top-header-block a {
        color: #222;
        padding-left: 5px;
    }
    .color-2.type-2 .top-header-block a:hover {
        color: #000;
    }
    .color-2.type-2 .bg-green {
        background: #fff;
    }
    .color-2.type-2 nav a {
        color: #222;
    }
    .contry-wrapp .second-title.style-3 {
        padding-bottom: 35px;
    }
    .padd-110 {
        padding: 80px 0px 35px;
    }
    .gal-item.col10 {
        margin-bottom: 0px;
    }
    .sc-1.scrol .logo {
        top: 10px;
    }
    .sc-1.scrol nav.menu {
        padding-top: 100px;
    }
    .baner-bar {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: -20%;
    }
    .baner-bar.cars-bar {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    .video-wrapper {
        min-height: 1100px;
    }
    .baner-bar .range-wrapp {
        margin-top: 20px;
    }
    .tabs-slider .baner-tabs {
        bottom: auto;
        top: 0px;
    }
    .video-wrapper .vertical-align {
        top: 50px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    .car-tabs .tpl-tabs-cont {
        background: none;
        padding: 30px 0px;
    }
    .header-style-2 {
        height: 98px;
    }
    .header-style-2 .dropmenu {
        display: none;
        visibility: visible;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        opacity: 1;
    }
    .header-style-2 nav ul {
        padding: 60px 0px;
    }
    .header-style-2.color-4 nav {
        background: #222;
    }
    body.menu_opened .header-style-2 .nav-menu-icon {
        top: -50px;
        z-index: 505;
    }
    .header-style-2 nav > ul > li > .dropmenu {
        top: 0px;
    }
    .header-style-2 nav .dropmenu li.active > a {
        color: #fff;
    }
    .header-style-2 nav li.type-2 .dropmenu li .dropmenu {
        opacity: 1;
    }
    .footer-style2 {
        padding: 30px 0px 0px;
    }
    header.menu-3 .top-header-bar {
        padding: 0px;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        display: none;
    }
    header.menu-3 nav > ul > li {
        margin-top: 0px;
    }
    header.menu-3 .nav-menu-icon {
        margin-top: 43px;
    }
    .menu-3 .logo {
        margin-top: 5px;
    }
    .menu-3 nav > ul > li {
        padding: 0px;
    }
    .menu-3 .menu > ul {
        padding: 60px 0px;
    }
    body.menu_opened .menu-3 .nav-menu-icon {
        top: 10px;
    }
    .result .baner-bar.cars-bar {
        margin-top: 0px;
    }
    .result {
        padding: 140px 0px 60px;
    }
    .menu-3 .nav {
        height: 80px;
    }
    .menu-3 nav > ul > li > a .fa {
        display: inline-block;
        color: rgb(34, 34, 34);
    }
    .menu-3 nav .dropmenu li {
        text-align: center;
    }
    .inner-banner.style-6 {
        margin-top: 60px;
    }
    .menu-3.type-5 nav > ul > li > a {
        color: #222;
    }
    .menu-3.type-5 nav > ul > li > .dropmenu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    header.menu-3.type-5 .nav-menu-icon a i,
    header.menu-3.type-5 .nav-menu-icon a i:before,
    header.menu-3.type-5 .nav-menu-icon a i:after {
        background: #fff;
    }
    header.menu-3.type-5 .nav-menu-icon a.active i {
        background: #fff;
    }
    header.menu-3.type-5 .nav-menu-icon a.active i:before,
    header.menu-3.type-5 .nav-menu-icon a.active i:after {
        background: #222;
    }
    header.menu-3.type-5 nav .dropmenu .dropmenu {
        visibility: visible;
        opacity: 1;
        display: none;
    }
    header.menu-3.type-5 nav .dropmenu .dropmenu {
        background: #fff;
    }
    .menu-block h4 {
        font-size: 14px;
    }
    .wrap-padding-sm .simple-tab {
        margin-bottom: 30px;
    }
    .wrap-padding-sm {
        padding: 30px 0px;
    }
    .accordeon-wrapper {
        margin-bottom: 30px;
    }
    .accordion-filter {
        margin-bottom: 30px;
    }
    .tariff.style-1 {
        margin-bottom: 30px;
    }
    .buttons-wrap .blockquote {
        margin-bottom: 15px;
    }
    .buttons-wrap .share {
        margin-bottom: 15px;
    }
    .buttons-wrap .sidebar-block:last-child {
        margin-bottom: 15px;
    }
    .buttons-wrap .sidebar-block {
        margin-bottom: 15px;
    }
    .buttons-wrap .button-s-2 {
        margin-bottom: 15px;
    }
    .bg-dark.type-2 .footer-link ul {
        float: left;
        width: 100%;
    }
    .bg-dark.type-2 .footer-link ul li {
        margin: 0px 15px 0px 0px;
    }
    .tabs-page .simple-tab {
        margin-bottom: 30px;
    }
    .layout-two .right-sidebar {
        margin-bottom: 60px;
    }
    .find-form {
        padding: 60px 30px;
        width: 100%;
    }
    .form-block {
        margin-bottom: 10px;
    }
    .form-block .form-label {
        margin-bottom: 15px;
    }
    .find-form input[type="submit"] {
        margin-top: 20px;
    }
    .type-4.hovered.color-10 .top-header-bar {
        background: #333;
        padding-bottom: 15px;
    }
    .type-4.hovered.color-10 nav {
        background: #333;
    }
    .type-4.hovered.color-10 nav > ul > li > .dropmenu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    nav .dropmenu .dropmenu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    nav > ul > li > .dropmenu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    header.menu-3.hovered nav .dropmenu a > span {
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .s_news-entry .s_news-img {
        width: 100%;
    }
    .cont-1170 .sw-arrow {
        display: none;
    }
    .tweet-slider {
        padding-bottom: 60px;
    }
    .tweet-slider .pagination-hidden.pagination {
        display: block;
        bottom: 0px;
    }
    .testi-3 .pagination-hidden.pagination {
        display: block;
    }
    .circliful {
        margin: 0 auto;
    }
    .contact-form .input-style-1 {
        margin-bottom: 15px;
    }
    .team-entry {
        margin-bottom: 35px;
    }
    .meet-team .icon-block.style-4 {
        margin-bottom: 30px;
    }
    .meet-team .icon-block-entry:nth-last-child(1) .icon-block.style-4,
    .meet-team .icon-block-entry:nth-last-child(2) .icon-block.style-4,
    .meet-team .icon-block-entry:nth-last-child(3) .icon-block.style-4,
    .meet-team .icon-block-entry:nth-last-child(4) .icon-block.style-4 {
        margin-bottom: 30px;
    }
    .blog-grid .blog-grid-entry {
        margin-bottom: 30px;
    }
    .simple-tab.tab-3 .nav-tab-item {
        border: 1px solid #eaeaea;
    }
    .ClassyCountdown .ClassyCountdown-value span {
        padding-top: 25px;
        display: inline-block;
    }
    .detail-content ul {
        width: 100%;
    }
    .gallery-detail .pagination-hidden.pagination {
        display: block;
        bottom: 20px;
    }
    .gallery-detail {
        margin-bottom: 80px;
    }
    .sport-block img {
        max-width: 100%;
    }
    .vert-title {
        margin-top: -420px;
    }
    .style-1 .c-button.bg-blue-3 {
        float: none;
        margin-bottom: 15px;
    }
    .style-1 .c-button.bg-tr-1 {
        float: none;
    }
    .baner-tabs.style-2 .tab-pane .c-button {
        margin-top: 10px;
    }
    .baner-tabs.style-2 .tabs-block {
        margin-bottom: 0px;
    }
    .baner-tabs.style-2 .tabs-block input {
        height: 50px;
    }
    .baner-tabs.style-2 .drop-wrap-s-3 {
        height: 40px;
        line-height: 40px;
    }
    .baner-tabs.style-2 .drop-wrap-s-3 .drop b {
        line-height: 40px;
    }
    .baner-tabs.style-2 .drop-wrap-s-3 .drop .drop-list {
        line-height: 40px;
    }
    .main-slider .swiper-slide {
        min-height: 1200px;
    }
    .img-full {
        margin-bottom: 15px;
    }
    .list-header .drop-wrap {
        margin-top: 20px;
    }
    .color-10 .top-header-block a {
        color: #fff;
    }
    .padd-100 {
        padding: 60px 0px;
    }
    .sl-testimonals {
        padding: 60px 0px 80px;
    }
    .detail-header {
        margin-bottom: 40px;
    }
    .detail-price {
        padding-top: 20px;
    }
    .team-entry .image img {
        width: 100%;
    }
    .testi-slider {
        padding-bottom: 40px;
    }
    .testi-slider .pagination-hidden.pagination {
        display: block;
        bottom: 0px;
    }
    .map-baner {
        padding-top: 100px;
    }
    .low-price {
        right: 0px;
        top: 0px;
    }
    .tabs-slider .drop-tabs {
        top: -45px;
        background: #fff;
        z-index: 55;
    }
    .tabs-slider .drop-tabs b {
        color: #222;
    }
    .tabs-slider .arrow-down {
        color: #222;
    }
    .tabs-slider .tabs-style-1.nav-tabs > li a:hover {
        color: #222;
    }
    .total-summ {
        padding-bottom: 30px;
    }
    .car-tabs .drop-tabs {
        margin-top: -14px;
        background: #222;
    }
    .contact-form textarea {
        margin-bottom: 30px;
    }
    .car-tabs .tabs-style-1.nav-tabs > li > a {
        background: #fff;
    }
    .reviews .progress-wrapper h4 {
        padding-top: 30px;
    }
    .reviews {
        padding-bottom: 60px;
    }
    .swiper-container.thumbnails {
        display: none;
    }
    .thumbnails-preview .pagination-hidden.pagination {
        display: block;
    }
    .header-style-2 .top-header-bar {
        display: block;
    }
    .header-style-2 .nav-menu-icon {
        right: 15px;
    }
    .drop-wrap-wrap {
        position: absolute;
        left: 0px;
        top: 60px;
        width: 100%;
    }
    .header-style-2 .drop b {
        color: #222;
    }
    .header-style-2 .drop .drop-list {
        color: #222;
    }
    .header-style-2 .drop-wrap {
        float: left;
        margin-right: 8px;
    }
    .header-style-2 .form-block {
        margin-right: 0px;
    }
    .header-style-2 .logo {
        margin-top: 5px;
    }
    .header-style-2 .logo img {
        max-width: 160px;
    }
    .header-style-2.color-4 nav {
        z-index: 500;
    }
    body.menu_opened .header-style-2 .nav-menu-icon {
        top: 10px;
    }
    .comm-info-slider .pagination {
        bottom: 20px;
    }
    .tm-title {
        padding-left: 15px;
    }
    .tm-title h3 {
        padding-bottom: 15px;
    }
    .detaile-title h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .col-6 {
        width: 100%;
    }
    .wrap-padding {
        padding: 60px 0px 40px;
    }
    .bg-dark.type-2 .copyright {
        text-align: left;
        margin-bottom: 15px;
    }

    .contact-info .contact-line {
        margin-bottom: 15px;
    }
    .testi-3 .swiper-slide {
        padding: 0px 15px;
    }
    .bg-white.type-2.color-7 .top-header-block .color-dark-2 {
        color: #fff;
    }
    .menu_opened header.color-7 nav {
        background: #333;
    }
}
@media (max-width: 480px) {
    .second-title {
        padding-top: 40px;
    }
    .second-title h2 {
        font-size: 28px;
    }
    .second-title h4.underline {
        margin-bottom: 10px;
    }
    .s_news-entry .tour-info {
        float: none;
    }
    .form-block.type-2 {
        margin-bottom: 15px;
    }
    .blog-nav-img img {
        display: none;
    }
    .blog-nav-text .tour-info-line {
        display: none;
    }
    .blog-nav-text h4 {
        display: none;
    }
    .blog-nav-right {
        float: right;
    }
    .blog-nav-right .blog-nav-text {
        text-align: right;
    }
    .full-copy {
        bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .acc-body ul {
        width: 100%;
    }
    .detail-content-block {
        margin-bottom: 30px;
    }
    .gallery-detail {
        margin-bottom: 40px;
    }
    .padd-70-70 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .baner-tabs.style-2 .tabs-block {
        margin-bottom: 0px;
    }
    .world-country {
        min-height: 150px;
    }
    .main-slider-3 .vertical-bottom {
        bottom: 60px;
    }
    .video-wrapper .vertical-align {
        top: 80px;
    }
    .detaile-title .detail-price {
        position: relative;
        float: left;
        width: 100%;
        text-align: left;
        display: inline-block;
        right: auto;
        top: auto;
    }
    .detaile-title {
        padding-bottom: 65px;
    }
    .detaile-title .detail-price {
        padding-top: 30px;
    }
    .header-style-2 .logo img {
        max-width: 125px;
    }
    .header-style-2 .top-header-bar {
        height: 40px;
    }
    .header-bar {
        padding: 5px 0px;
        display: inline-block;
    }
    .header-style-2 .input-style-1.color-3 input {
        height: 30px;
    }
    .header-style-2 .input-style-1 {
        max-width: 150px;
    }
    .header-style-2 {
        height: 76px;
    }
    .drop-wrap-wrap {
        top: 37px;
    }
    .header2-baner {
        padding-top: 76px;
    }
    .comm-info img {
        display: none;
    }
    .comm-info .comm-info-txt {
        padding: 5px 0px 0px;
    }
    .comm-info-slider .poin-style-1 {
        left: 15px;
    }
    .detaile-title {
        padding-bottom: 30px;
    }
    .landing-title .c-button {
        margin-bottom: 10px;
    }
    .landing-title h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .accordeon-entry h5 {
        font-size: 12px;
        padding: 13px 55px 13px 20px;
    }
    .accordeon-entry h5:after {
        top: 10px;
    }
    .testi-wrap {
        max-width: 320px;
    }
    .find-form {
        padding: 60px 15px;
    }
}