html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

*,
div,
ul,
li,
span,
input,
textarea,
header,
footer,
nav,
b,
h1,
h2,
h3,
h4,
h5 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

input:focus,
textarea:focus,
div:focus,
button:focus,
select:focus {
    outline: none
}

@font-face {
    font-family: 'Futura';
    src: url(../webfonts/Futuraregular.eot);
    src: url(../webfonts/Futuraregular.eot) format("embedded-opentype"), url(../webfonts/Futuraregular.woff2) format("woff2"), url(../webfonts/Futuraregular.woff) format("woff"), url(../webfonts/Futuraregular.ttf) format("truetype"), url("../webfonts/Futuraregular.svg#Futuraregular") format("svg");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    src: url(../webfonts/Futuramedium.eot);
    src: url(../webfonts/Futuramedium.eot) format("embedded-opentype"), url(../webfonts/Futuramedium.woff2) format("woff2"), url(../webfonts/Futuramedium.woff) format("woff"), url(../webfonts/Futuramedium.ttf) format("truetype"), url("../webfonts/Futuramedium.svg#Futuramedium") format("svg");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    src: url(../webfonts/Futurabold.eot);
    src: url(../webfonts/Futurabold.eot) format("embedded-opentype"), url(../webfonts/Futurabold.woff2) format("woff2"), url(../webfonts/Futurabold.woff) format("woff"), url(../webfonts/Futurabold.ttf) format("truetype"), url("../webfonts/Futurabold.svg#Futurabold") format("svg");
    font-weight: 900;
    font-display: swap
}

body {
    background: #fff;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    color: #737b7f;
    overflow-x: hidden;
    font-weight: 400
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-family: "Titillium Web", sans-serif;
    color: #737b7f;
    font-weight: 400
}

a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #737b7f
}

a:visited {
    text-decoration: none
}

.cle::after {
    content: "";
    clear: both;
    display: block
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.text-crop {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.slider1,
.home-bot-slider {
    opacity: 0
}

.slider1.slick-initialized,
.home-bot-slider.slick-initialized {
    opacity: 1!important
}

@media only screen and (min-width:1366px) {
    .slick-slider {
        -webkit-user-select: text;
        -khtml-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text
    }
    .slick-list.draggable {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-arrow {
    background-color: transparent;
    border: none
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.tab-content {
    display: none
}

.tab-content.current {
    display: block
}

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(0, 0, 0, .8)
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.remodal iframe,
.remodal img {
    display: inline-block;
    max-width: 100%;
    border: none;
    height: auto
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

.animation1 {
    animation-name: anime1;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

@keyframes anime1 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.animation2 {
    animation-name: anime2;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

@keyframes anime2 {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media only screen and (max-width:1199px) {
    .head-main {
        position: relative
    }
}

.head-main.sticky .head-left {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

@media only screen and (min-width:1200px) {
    .head-main.sticky .head-left {
        height: 320px!important;
        z-index: 15
    }
    .head-main.sticky .head-left .menu-bar {
        top: 70%
    }
}

.head-main.active .head-left {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out
}

@media only screen and (min-width:1200px) {
    .head-main.active .head-left {
        height: 100%!important;
        width: 50%;
        z-index: 13
    }
    .head-main.sticky.active .head-left {
        top: 0!important
    }
}

.head-main.active .head-left .menu-bar {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out
}

@media only screen and (min-width:1200px) {
    .head-main.active .head-left .menu-bar {
        top: 41%
    }
}

@media only screen and (min-width:1200px) {
    .head-main.active .menu-content {
        width: 100%;
        transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        -webkit-transition: all 0.9s ease-in-out
    }
    .head-main.active .menu-content ul {
        opacity: 1;
        transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        -webkit-transition: all 0.9s ease-in-out
    }
}

.head-main .head-left {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fff
}

@media only screen and (min-width:1200px) {
    .head-main .head-left {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        width: 11%
    }
}

@media only screen and (max-width:1199px) {
    .head-main .head-left {
        position: relative;
        z-index: 12
    }
    .head-main .head-left::after {
        content: "";
        clear: both;
        display: block
    }
}

@media only screen and (min-width:1200px) {
    .head-main .head-right {
        position: absolute;
        right: 0;
        width: 89%
    }
}

@media only screen and (max-width:1199px) {
    .head-main .head-right {
        position: relative;
        z-index: 10
    }
}

.sli1-bg {
    background-size: cover;
    width: 100%;
    position: relative;
    background-position: center center
}

@media only screen and (max-width:1199px) {
    .sli1-bg {
        height: 600px
    }
}

.logo {
    width: 100%
}

@media only screen and (min-width:1200px) {
    .logo {
        width: 100%;
        max-width: 211px;
        padding: 90px 0 0 0;
        text-align: center
    }
}

@media only screen and (min-width:1921px) {
    .logo {
        max-width: 311px
    }
}

@media only screen and (max-width:1199px) {
    .logo {
        padding: 20px 15px;
        float: left;
        width: 70%
    }
}

.logo img {
    max-width: 100%
}

.menu-bar {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out
}

@media only screen and (min-width:1200px) {
    .menu-bar {
        max-width: 211px;
        text-align: center;
        width: 100%;
        position: absolute;
        z-index: 2;
        top: 41%
    }
}

@media only screen and (min-width:1921px) {
    .menu-bar {
        max-width: 311px
    }
}

@media only screen and (max-width:1199px) {
    .menu-bar {
        position: absolute;
        right: 20px;
        z-index: 10;
        top: 20px
    }
}

@media only screen and (max-width:1199px) {
    .menu-one {
        float: right;
        width: 50%
    }
}

.menu-one .menu-click {
    cursor: pointer;
    display: inline-block;
    font-size: 11.5px;
    color: #1c3f54;
    letter-spacing: 5px;
    font-family: "Futura", sans-serif;
    padding-left: 3px;
    font-weight: 700;
    text-align: center;
    background: url(../images/icon1.png) no-repeat bottom center;
    width: 70px;
    height: 70px
}

.menu-one .menu-click.current {
    background: url(../images/icon18.png) no-repeat bottom center
}

.menu-one .menu-content {
    text-align: Center;
    position: absolute
}

@media only screen and (min-width:1200px) {
    .menu-one .menu-content {
        bottom: 25%;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        overflow: hidden;
        width: 0
    }
}

@media only screen and (max-width:1199px) {
    .menu-one .menu-content {
        top: 130px;
        width: 100%;
        left: 0;
        display: none;
        padding: 20px 0;
        -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
        background: #fff;
        z-index: 100
    }
}

.menu-one .menu-content ul {
    display: inline-block;
    list-style: none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    margin: 0;
    padding: 0;
    text-align: left
}

@media only screen and (min-width:1200px) {
    .menu-one .menu-content ul {
        opacity: 0
    }
}

.menu-one .menu-content ul li {
    display: block;
    margin: 5px 0
}

@media only screen and (max-width:1920px) {
    .menu-one .menu-content ul li a {
        font-size: 25px
    }
}

@media only screen and (min-width:1921px) {
    .menu-one .menu-content ul li a {
        font-size: 35px
    }
}

.menu-one .menu-content ul li a {
    font-family: "Futura", sans-serif;
    font-weight: 500;
    color: #1c3f54;
    letter-spacing: 2.7px
}

.menu-one .menu-content ul li a:hover,
.menu-one .menu-content ul li a.current {
    color: #edac3a
}

.slider1 .slick-prev,
.slider1 .slick-next {
    font-size: 0;
    display: block;
    opacity: 1;
    z-index: 11;
    position: absolute
}

.slider1 .slick-prev::before,
.slider1 .slick-next::before {
    content: "";
    display: block;
    width: 65px;
    opacity: 1;
    height: 65px;
    text-align: center;
    font-size: .1px;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    cursor: pointer
}

@media only screen and (max-width:1199px) {
    .slider1 .slick-prev::before,
    .slider1 .slick-next::before {
        background-color: #fff
    }
}

@media only screen and (min-width:1200px) {
    .slider1 .slick-prev {
        left: -8%;
        bottom: 180px
    }
    .slider1 .slick-next {
        left: -6%;
        bottom: 130px
    }
}

@media only screen and (max-width:1199px) {
    .slider1 .slick-prev {
        left: 0;
        top: 45%
    }
    .slider1 .slick-next {
        right: 0;
        top: 45%
    }
}

.slider1 .slick-prev::before {
    background-position: 0 0
}

.slider1 .slick-next::before {
    background-position: 0 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.slider1 .slick-prev:hover::before {
    background-position: -65px 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.slider1 .slick-next:hover::before {
    background-position: -65px 0;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

.slider1-number {
    position: absolute
}

@media only screen and (min-width:1200px) {
    .slider1-number {
        width: 100%;
        bottom: 0;
        z-index: 11;
        max-width: 211px
    }
}

@media only screen and (max-width:1199px) {
    .slider1-number {
        display: none
    }
}

.sli1-number {
    text-align: center;
    line-height: 80px;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    font-size: 87px;
    color: #1c3f54
}

@media only screen and (min-width:1200px) {
    .home-row-col:nth-child(1) {
        width: 11%
    }
    .home-row-col:nth-child(2) {
        width: 40%
    }
    .home-row-col:nth-child(3) {
        width: 35%
    }
    .home-row-col:nth-child(4) {
        width: 14%;
        overflow: hidden;
        position: relative
    }
}

@media only screen and (max-width:1199px) {
    .home-row-col {
        width: 100%
    }
    .home-row-col:nth-child(1) {
        margin: 0
    }
}

#parallax1 {
    position: relative;
    z-index: 10
}

@media only screen and (min-width:1200px) {
    .home-bigtext {
        padding: 100px 100px 0 0
    }
}

@media only screen and (max-width:1199px) {
    .home-bigtext {
        padding: 20px 15px 30px 15px
    }
}

@media only screen and (min-width:1200px) {
    .home-bigtext-content {
        padding: 60px 0 0 100px
    }
}

.home-bigtext-top {
    border-top: 1px solid #dedede;
    font-weight: 700;
    position: relative;
    font-size: 12px;
    letter-spacing: 2px;
    color: #53585b;
    padding-top: 10px
}

@media only screen and (max-width:1199px) {
    .home-bigtext-top {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1200px) {
    .home-bigtext-top::before {
        content: "";
        width: 61px;
        height: 56px;
        background: url(../images/bg1.png) no-repeat;
        position: absolute;
        top: 0;
        left: -81px
    }
}

.home-bigtext-top-right {
    border-top: 1px solid #dedede;
    font-weight: 700;
    position: relative;
    text-align: right;
    width: 90%;
    font-size: 12px;
    letter-spacing: 2px;
    color: #53585b;
    padding-top: 10px
}

@media only screen and (min-width:1200px) {
    .home-bigtext-top-right::before {
        content: "";
        width: 61px;
        height: 56px;
        background: url(../images/bg1.png) no-repeat;
        position: absolute;
        top: 0;
        right: -81px
    }
}

@media only screen and (min-width:1200px) {
    .home-bigtext-button {
        margin-top: 70px
    }
}

@media only screen and (max-width:1199px) {
    .home-bigtext-button {
        margin-top: 30px
    }
}

.text-1 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-family: "Futura", sans-serif;
    color: #777f83;
    letter-spacing: 8px
}

@media only screen and (min-width:1200px) {
    .text-1 {
        font-size: 26px
    }
}

@media only screen and (max-width:1199px) {
    .text-1 {
        font-size: 20px
    }
}

.text-2 {
    line-height: 30px;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-align: justify;
    padding: 0;
    margin: 20px 0 0 0
}

@media only screen and (min-width:1200px) {
    .text-2 {
        letter-spacing: 3px
    }
}

.spe-button1 {
    border: 1px solid #000;
    padding: 13px 45px;
    font-size: 10px;
    color: #000;
    font-weight: 700;
    letter-spacing: 3px
}

.spe-button1:hover {
    background: #000;
    color: #fff
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.video-bg {
    width: 100%;
    background-size: cover;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

@media only screen and (min-width:1200px) {
    .video-bg {
        height: 728px
    }
}

@media only screen and (max-width:1199px) {
    .video-bg {
        height: 450px
    }
}

.video-bg:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(.39, .575, .565, 1) both
}

.video-bg::after {
    content: "";
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: block;
    width: 104px;
    left: 0;
    right: 0;
    margin: auto;
    height: 104px;
    position: absolute;
    background: url(../images/icon4.png) no-repeat
}

@media only screen and (min-width:1200px) {
    .video-bg::after {
        top: 45%
    }
}

@media only screen and (max-width:1199px) {
    .video-bg::after {
        top: 40%
    }
}

.home-links1-bg {
    background: url(../images/bg2.png);
    display: table;
    width: 100%;
    position: relative
}

@media only screen and (min-width:1200px) {
    .home-links1-bg {
        height: 728px
    }
}

@media only screen and (max-width:1199px) {
    .home-links1-bg {
        padding: 20px;
        text-align: Center
    }
}

.home-links1-cell {
    display: table-cell;
    vertical-align: middle
}

@media only screen and (min-width:1200px) {
    .home-links .hl-col {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        width: 60%
    }
    .home-links .hl-col:last-child::after {
        display: none
    }
    .home-links .hl-col::after {
        content: "-";
        margin: 5px 0 10px 0
    }
}

@media only screen and (max-width:1199px) {
    .home-links .hl-col {
        display: inline-block;
        margin: 0 5px
    }
}

.home-links a {
    text-align: center;
    font-size: 10px;
    color: #1c3f54;
    letter-spacing: 6px
}

@media only screen and (min-width:1200px) {
    .home-links a {
        writing-mode: vertical-rl;
        text-orientation: mixed
    }
}

@media only screen and (max-width:1199px) {
    .home-links a {
        display: block
    }
}

.home-links a:hover {
    color: #edac3a
}

.home-tabs-area {
    position: relative
}

@media only screen and (min-width:1200px) {
    .home-tabs-area {
        padding: 35px 6% 20px 16%
    }
}

@media only screen and (max-width:1199px) {
    .home-tabs-area {
        padding: 20px 15px
    }
}

@media only screen and (min-width:1200px) {
    .home-tabs-area::after {
        content: "";
        width: 11%;
        background: url(../images/bg2.png);
        height: 80%;
        left: 0;
        top: 20px;
        position: absolute;
        z-index: 1
    }
}

.home-tabs-area .hta-col {
    position: relative;
    z-index: 2
}

@media only screen and (min-width:1200px) {
    .home-tabs-area .hta-col:nth-child(1) {
        padding-right: 5%;
        width: 45%
    }
    .home-tabs-area .hta-col:nth-child(2) {
        width: 55%
    }
}

@media only screen and (max-width:1199px) {
    .home-tabs-area .hta-col {
        width: 100%
    }
    .home-tabs-area .hta-col:nth-child(1) {
        padding-bottom: 20px
    }
}

.home-tabs .ht-col {
    width: 50%;
    cursor: pointer;
    margin-bottom: 18px
}

.home-tabs .ht-col:nth-child(3),
.home-tabs .ht-col:nth-child(4) {
    margin-bottom: 0
}

.home-tabs .ht-col:nth-child(odd) {
    padding-right: 9px
}

.home-tabs .ht-col:nth-child(even) {
    padding-left: 9px
}

.home-tabs .ht-col:hover img,
.home-tabs .ht-col.current img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.home-tabs .ht-col img {
    width: 100%;
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media only screen and (min-width:1920px) {
    .konak-row {
        height: 730px
    }
}

@media only screen and (min-width:1200px) and (max-width:1919px) {
    .konak-row {
        height: 530px
    }
}

@media only screen and (max-width:1199px) {
    .konak-row {
        padding: 20px 0
    }
}

.konak-row .kon-col:nth-child(1) {
    width: 70%
}

@media only screen and (min-width:1200px) {
    .konak-row .kon-col:nth-child(1) {
        padding-left: 10%
    }
}

.konak-row .kon-col:nth-child(2) {
    width: 30%
}

.foot-kon-links {
    width: 100%
}

@media only screen and (max-width:1199px) {
    .foot-kon-links {
        text-align: Center;
        padding: 15px
    }
    .foot-kon-links a {
        margin: 0 10px
    }
}

@media only screen and (min-width:1200px) {
    .foot-kon-links {
        writing-mode: vertical-rl;
        text-align: right;
        text-orientation: mixed
    }
}

.foot-kon-links a {
    letter-spacing: 5px;
    color: #111!important;
    font-size: 10px
}

@media only screen and (min-width:1200px) {
    .foot-kon-links a {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        margin-bottom: 20px
    }
    .foot-kon-links a:last-child {
        margin-bottom: 0
    }
}

.foot-kon-links a:hover {
    color: #edac3a
}

.kon-links {
    writing-mode: vertical-rl;
    text-align: right;
    text-orientation: mixed;
    width: 100%
}

.kon-links a {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-bottom: 20px;
    letter-spacing: 5px;
    color: #111;
    font-size: 10px
}

.kon-links a:last-child {
    margin-bottom: 0
}

.kon-links a:hover {
    color: #edac3a
}

.kon-tab-content {
    display: none
}

.kon-tab-content.current {
    display: block
}

.hbs-col {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out
}

@media only screen and (min-width:1200px) {
    .hbs-col {
        padding: 0 1.5px
    }
}

.hbs-col.slick-current {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out
}

.hbs-col.slick-current img {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.hbs-bg {
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative
}

.hbs-bg img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: block
}

@media only screen and (min-width:1200px) {
    .hbs-bg img {
        width: 1713px
    }
}

@media only screen and (max-width:1199px) {
    .hbs-bg img {
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .hbs-bg {
        right: -12%;
        width: 1713px
    }
}

.hbs-name {
    position: absolute;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    z-index: 2;
    display: block
}

@media only screen and (min-width:1200px) {
    .hbs-name {
        top: 70px;
        font-size: 30px;
        letter-spacing: 7px;
        left: 85px
    }
}

@media only screen and (max-width:1199px) {
    .hbs-name {
        top: 20px;
        font-size: 20px;
        letter-spacing: 3px;
        left: 20px
    }
}

@media only screen and (min-width:1200px) {
    .hbs-name {
        width: 400px
    }
}

.hbs-loca {
    position: absolute;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #fff;
    font-family: "Futura", sans-serif;
    background: url(../images/icon6.png) no-repeat;
    padding: 15px 0 15px 60px;
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1.3px;
    z-index: 2;
    width: 400px;
    display: block
}
.hbs-loca-tour {
    position: absolute;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #fff;
    font-family: "Futura", sans-serif;
    background: url(../images/icon6-tour.png) no-repeat;
    padding: 15px 0 15px 60px;
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1.3px;
    z-index: 2;
    width: 400px;
    display: block
}

@media only screen and (min-width:1200px) {
    .hbs-loca {
        bottom: 45px;
        left: 85px
    }
    .hbs-loca-tour {
        bottom: 45px;
        left: 85px
    }
}

@media only screen and (max-width:1199px) {
    .hbs-loca {
        bottom: 10px;
        left: 10px
    }
    .hbs-loca-tour {
        bottom: 10px;
        left: 10px
    }
}

.home-bot-slider .slick-prev,
.home-bot-slider .slick-next {
    font-size: 0;
    display: block;
    opacity: 1;
    z-index: 11;
    position: absolute
}

.home-bot-slider .slick-prev::before,
.home-bot-slider .slick-next::before {
    content: "";
    display: block;
    width: 65px;
    opacity: 1;
    height: 65px;
    text-align: center;
    font-size: .1px;
    background: url(../images/icon5.png) no-repeat center center;
    cursor: pointer
}

.home-bot-slider .slick-prev {
    left: 3%;
    top: 50%
}

.home-bot-slider .slick-next {
    display: none!important
}

.home-bot-slider .slick-prev::before {
    background-position: 0 0
}

.home-bot-slider-content {
    position: relative
}

.home-bot-slider-content .home-bot-slider {
    position: relative;
    z-index: 2
}

.home-bot-slider-content.sub-fix {
    padding-top: 0!important
}

.home-bot-slider-content.sub-fix::after {
    display: none
}

@media only screen and (min-width:1200px) {
    .home-bot-slider-content {
        padding: 200px 0 0 0
    }
}

@media only screen and (min-width:1200px) {
    .home-bot-slider-content::after {
        content: "";
        width: 11%;
        background: url(../images/bg2.png);
        height: 120%;
        right: 0;
        top: 0;
        position: absolute;
        z-index: 1
    }
}

@media only screen and (min-width:1200px) {
    .foot-row .foot-col:nth-child(1) {
        width: 89%
    }
    .foot-row .foot-col:nth-child(2) {
        width: 11%
    }
}

@media only screen and (max-width:1199px) {
    .foot-row .foot-col {
        width: 100%
    }
}

.foot-one {
    background: #1c3f54;
    position: relative
}

@media only screen and (min-width:1200px) {
    .foot-one {
        padding: 4% 6%
    }
}

@media only screen and (max-width:1199px) {
    .foot-one {
        padding: 20px 15px
    }
}

@media only screen and (min-width:1200px) {
    .foot-one .foot-one-col {
        width: 24%;
        margin-right: 14%
    }
    .foot-one .foot-one-col:nth-child(3) {
        margin-right: 0
    }
}

@media only screen and (max-width:1199px) {
    .foot-one .foot-one-col {
        width: 100%;
        margin-bottom: 20px
    }
    .foot-one .foot-one-col:nth-child(3) {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1200px) {
    .foot-one-row-con {
        padding: 0 8%
    }
}

@media only screen and (max-width:1199px) {
    .foot-one-row-con {
        padding: 0 0
    }
}

.foot-one-text1 {
    line-height: 24px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.3px
}

.foot-one-text2 {
    line-height: 24px;
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 1.3px
}

.foot-one-links a {
    display: block;
    line-height: 24px;
    color: #b5c2c4;
    font-size: 13px;
    letter-spacing: 1.3px
}

.foot-one-links a:hover {
    color: #edac3a
}

@media only screen and (min-width:1200px) {
    .foot-input {
        max-width: 650px;
        margin: 0 auto;
        margin-top: 60px
    }
}

@media only screen and (max-width:1199px) {
    .foot-input {
        width: 100%;
        margin-top: 30px
    }
}

.foot-input .spe-input2 {
    display: block;
    background: transparent;
    height: 56px;
    color: #b5c2c4;
    border-right: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
    letter-spacing: 1.3px;
    font-size: 15.5px
}

@media only screen and (min-width:1200px) {
    .foot-input .spe-input2 {
        width: 80%
    }
}

@media only screen and (max-width:1199px) {
    .foot-input .spe-input2 {
        width: 70%
    }
}

.foot-input .spe-button2 {
    display: block;
    background: transparent;
    height: 56px;
    text-align: center;
    color: #b5c2c4;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-left: 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
    letter-spacing: 1.3px;
    font-size: 15.5px
}

@media only screen and (min-width:1200px) {
    .foot-input .spe-button2 {
        width: 20%
    }
}

@media only screen and (max-width:1199px) {
    .foot-input .spe-button2 {
        width: 30%
    }
}

.foot-input .spe-button2:hover {
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out
}

@media only screen and (min-width:1200px) and (max-width:1919px) {
    .foot-logo2 {
        position: absolute;
        right: 6%;
        bottom: 9%
    }
    .foot-logo2 img {
        width: 140px
    }
    .foot-logo3 {
        position: absolute;
        left: 6%;
        bottom: 4%
    }
    .foot-logo2 img {
        max-width: 140px
    }
}

@media only screen and (min-width:1920px) {
    .foot-logo2 {
        position: absolute;
        right: 12%;
        bottom: 13%
    }
    .foot-logo2 img {
        width: 140px
    }
    .foot-logo3 {
        position: absolute;
        left: 12%;
        bottom: 8%
    }
    .foot-logo3 img {
        max-width: 140px
    }
}

@media only screen and (max-width:1199px) {
    .foot-logo2 {
        margin-top: 30px;
        text-align: Center
    }
    .foot-logo3 {
        margin-top: 30px;
        text-align: Center
    }
}

.foot-logo {
    margin-bottom: 40px
}

.foot-logo img {
    width: 130px
}

@media only screen and (max-width:1199px) {
    .foot-logo {
        text-align: center
    }
}

@media only screen and (min-width:1200px) {
    .foot-kon-links {
        width: 60%
    }
}

@media only screen and (max-width:1199px) {
    .foot-kon-links {
        width: 100%
    }
}

.head-menu-one {
    position: absolute;
    z-index: 2
}

@media only screen and (min-width:1200px) {
    .head-menu-one {
        right: 5%;
        top: 8%
    }
}

@media only screen and (max-width:1199px) {
    .head-menu-one {
        width: 100%;
        right: 15px;
        top: 160px;
        z-index: 11
    }
}

.head-menu-one .head-menu-one-col a {
    font-size: 9px;
    color: #fff
}

@media only screen and (min-width:1200px) {
    .head-menu-one .head-menu-one-col a {
        letter-spacing: 8.5px
    }
}

@media only screen and (max-width:1199px) {
    .head-menu-one .head-menu-one-col a {
        letter-spacing: 2px
    }
}

.head-menu-one .head-menu-one-col a:hover {
    color: #edac3a
}

.head-menu-one .head-menu-one-col::after {
    font-size: 10px;
    color: #fff;
    content: "/";
    margin: 0 20px 0 10px
}

.head-menu-one .head-menu-one-col:last-child {
    margin-left: 40px
}

.head-menu-one .head-menu-one-col:last-child::after,
.head-menu-one .head-menu-one-col:nth-last-child(2)::after {
    display: none
}

.head-menu-one-search {
    display: block;
    width: 27px;
    height: 26px;
    background: url(../images/icon2.png) no-repeat
}

.search-content {
    max-width: 600px
}

.search-content input[type="text"] {
    width: 80%;
    background: transparent;
    border-top: 0;
    border-left: 0;
    height: 80px;
    border-right: 0;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.search-content input[type="submit"] {
    width: 20%;
    background: transparent url(../images/icon2.png) no-repeat center center;
    border-top: 0;
    border-left: 0;
    height: 80px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.search-content input[type="text"]::placeholder {
    color: #ffffff!important;
    opacity: 1!important
}

.search-content input[type="text"]::-ms-input-placeholder {
    color: #ffffff!important;
    opacity: 1!important
}

.search-content input[type="text"]:-ms-input-placeholder {
    color: #ffffff!important;
    opacity: 1!important
}

.search-content input[type="text"]::-moz-placeholder {
    color: #ffffff!important;
    opacity: 1!important
}

.search-content input[type="text"]:-moz-placeholder {
    color: #ffffff!important;
    opacity: 1!important
}

.search-content input[type="text"]::-webkit-input-placeholder {
    color: #ffffff!important;
    opacity: 1!important
}

@media only screen and (min-width:1200px) {
    #overlayer {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 100000;
        background: #1c3f54
    }
    .loader {
        display: block;
        width: 30px;
        height: 30px;
        position: fixed;
        z-index: 100001;
        left: 0;
        right: 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        margin: auto;
        border: 4px solid #e6a731;
        top: 50%;
        animation: loader 2s infinite ease
    }
    .loader-inner {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        background-color: #e6a731;
        animation: loader-inner 2s infinite ease-in
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes loader-inner {
    0% {
        height: 0%
    }
    25% {
        height: 0%
    }
    50% {
        height: 100%
    }
    75% {
        height: 100%
    }
    100% {
        height: 0%
    }
}

@media only screen and (min-width:1200px) {
    .sub-head-right {
        display: table;
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .sub-head-right {
        padding: 80px 15px 20px 15px
    }
}

@media only screen and (min-width:1200px) {
    .sub-head-right .sub-head-cell {
        display: table-cell;
        vertical-align: middle
    }
}

.sub-head-right.blue {
    background: #1c3f54
}

.sub-head-right.lightblue {
    background: #35a1b1
}

.sub-head-right.orange {
    background: #dd8058
}

.sub-head-right.yellow {
    background: #e3ab49
}

.sub-head-right.white {
    background: url(../images/bg3.png)
}

.hak-white .head-menu-one-col::after {
    color: #737b7f!important
}

.hak-white .head-menu-one-search {
    background-image: url(../images/icon12.png)!important
}

.hak-white .head-menu-one-row a,
.hak-white .head-right-menu a {
    color: #737b7f!important;
    font-weight: 700!important
}

.sub-head-content {
    max-width: 530px;
    margin: 0 auto;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    letter-spacing: 3px
}

.sub-head-content::before {
    content: "";
    display: block;
    position: absolute;
    width: 61px;
    height: 56px;
    background: url(../images/icon7.png) no-repeat;
    left: -102px;
    top: -53px
}

@media only screen and (min-width:1200px) {
    .sub-head-content-title {
        font-size: 50px;
        line-height: 60px!important;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:1199px) {
    .sub-head-content-title {
        font-size: 30px;
        line-height: 40px!important;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1200px) {
    .head-right-menu {
        position: absolute;
        right: 4%;
        z-index: 11;
        bottom: 28%
    }
}

@media only screen and (max-width:1199px) {
    .hrm-menu {
        background: #1c3f54;
        text-align: center;
        padding: 10px 0
    }
}

@media only screen and (min-width:1200px) {
    .hrm-menu .hl-col {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        width: 60%
    }
    .hrm-menu .hl-col:last-child::after {
        display: none
    }
    .hrm-menu .hl-col::after {
        content: "-";
        margin: 5px 0 10px 0
    }
}

@media only screen and (max-width:1199px) {
    .hrm-menu .hl-col {
        display: inline-block;
        margin: 0 5px
    }
}

.hrm-menu a {
    text-align: center;
    font-size: 10px;
    color: #fff;
    letter-spacing: 6px
}

@media only screen and (min-width:1200px) {
    .hrm-menu a {
        writing-mode: vertical-rl;
        text-orientation: mixed
    }
}

@media only screen and (max-width:1199px) {
    .hrm-menu a {
        display: block
    }
}

.hrm-menu a:hover {
    color: #edac3a
}

.sub-content-row .text-3,
.sub-content-row .text-4 {
    position: relative;
    z-index: 2
}

.sub-content-row .sub-content-col {
    position: Relative
}

@media only screen and (min-width:1200px) {
    .sub-content-row .sub-content-col {
        width: 50%
    }
}

@media only screen and (max-width:1199px) {
    .sub-content-row .sub-content-col {
        width: 100%
    }
}

.sub-content-row .sub-content-col.sub-content-cbg {
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: top center
}

@media only screen and (max-width:1199px) {
    .sub-content-row .sub-content-col.sub-content-cbg {
        height: 300px
    }
}

@media only screen and (min-width:1200px) {
    .sub-content-row.sub-content-right {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
}

@media only screen and (min-width:1200px) {
    .sub-content-row.sub-content-right .sub-content-pad {
        text-align: right
    }
}

.sub-content-row.sub-content-right .sub-content-pad .text-4 {
    display: inline-block
}

@media only screen and (min-width:1200px) {
    .sub-content-row.sub-content-right .sub-content-pad .text-4 {
        padding-left: 35%!important
    }
}

@media only screen and (max-width:1199px) {
    .sub-content-row.sub-content-right .sub-content-pad {
        padding: 20px
    }
}

@media only screen and (min-width:1200px) {
    .sub-content-row.sub-content-right .sub-content-pad {
        padding: 8% 7% 8% 0%
    }
}

.sub-content-row.sub-content-right .sub-content-texts .sub-content-textx {
    background: #fff;
    position: relative;
    z-index: 3
}

@media only screen and (min-width:1200px) {
    .sub-content-row.sub-content-right .sub-content-texts::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: url(../images/bg2.png);
        width: 30%;
        height: 60%
    }
}

.sub-content-row.sub-content-left .sub-content-pad .text-4 {
    display: inline-block
}

@media only screen and (min-width:1200px) {
    .sub-content-row.sub-content-left .sub-content-pad .text-4 {
        padding-right: 35%!important
    }
}

@media only screen and (min-width:1200px) {
    .sub-content-row.sub-content-left .sub-content-pad {
        padding: 8% 0 8% 7%
    }
    .sub-content-row.sub-content-left .sub-content-texts .sub-content-textx,
    .sub-content-row.sub-content-right .sub-content-texts .sub-content-textx {
        max-height: 300px;
        overflow-y: auto
    }
    .sub-content-row.sub-content-left .sub-content-texts .sub-content-textx {
        padding-left: 30px
    }
    .sub-content-row.sub-content-right .sub-content-texts .sub-content-textx {
        padding-right: 30px
    }
}

@media only screen and (max-width:1199px) {
    .sub-content-row.sub-content-left .sub-content-pad {
        padding: 20px
    }
}

.sub-content-row.sub-content-left .sub-content-texts .sub-content-textx {
    background: #fff;
    position: relative;
    z-index: 3
}

@media only screen and (min-width:1200px) {
    .sub-content-row.sub-content-left .sub-content-texts::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        background: url(../images/bg2.png);
        width: 30%;
        height: 60%
    }
}

.text-3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: "Futura", sans-serif;
    color: #777f83;
    letter-spacing: 2px
}

@media only screen and (min-width:1200px) {
    .text-3 {
        font-size: 24px
    }
}

@media only screen and (max-width:1199px) {
    .text-3 {
        font-size: 20px
    }
}

.text-4 {
    line-height: 30px;
    font-size: 14px;
    color: #737b7f;
    font-weight: 600;
    text-align: justify;
    padding: 0;
    margin: 20px 0 0 0
}

@media only screen and (min-width:1200px) {
    .text-4 {
        letter-spacing: 3px
    }
}

@media only screen and (min-width:1200px) {
    .video-gal-row .video-gal-col:nth-child(1) {
        width: 15%;
        padding-right: 15px
    }
    .video-gal-row .video-gal-col:nth-child(2) {
        width: 73%
    }
    .video-gal-row .video-gal-col:nth-child(3) {
        width: 12%
    }
}
@media only screen and (max-width:1199px) {
    .video-gal-row .video-gal-col {
        width: 100%;
        padding: 10px 15px
    }
}

.vid-gal-title1 {
    position: relative;
    font-family: "Futura", sans-serif;
    font-size: 11px;
    width: 100%;
    color: #53585b;
    font-weight: 600
}

@media only screen and (min-width:1200px) {
    .vid-gal-title1 {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        border-right: 1px solid #dedede;
        padding-right: 15px;
        padding-top: 25px;
        margin-top: 80px;
        height: 600px
    }
}

@media only screen and (max-width:1199px) {
    .vid-gal-title1 {
        border-bottom: 1px solid #dedede;
        padding-bottom: 15px;
        margin-top: 20px
    }
}

@media only screen and (min-width:1200px) {
    .vid-gal-title1::before {
        position: absolute;
        content: "";
        right: 0;
        display: block;
        background: url(../images/bg1.png) no-repeat;
        top: -66px;
        width: 61px;
        height: 56px
    }
}

.video-gal-table {
    display: table;
    background: url(../images/bg2.png);
    width: 100%
}

@media only screen and (min-width:1200px) {
    .video-gal-table {
        height: 777px
    }
}

@media only screen and (max-width:1199px) {
    .video-gal-table {
        padding: 10px;
        text-align: center
    }
}

.video-gal-table .video-gal-cell {
    display: table-cell;
    vertical-align: middle
}

.sli3-video,
.sli3-videox {
    background-size: cover;
    display: block;
    width: 100%;
    cursor: pointer;
    background-position: center center
}

@media only screen and (min-width:1200px) {
    .sli3-video,
    .sli3-videox {
        height: 777px
    }
}

@media only screen and (max-width:1199px) {
    .sli3-video,
    .sli3-videox {
        height: 400px
    }
}

.sli3-video:hover::after,
.sli3-videox:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(.39, .575, .565, 1) both
}

.sli3-video::after,
.sli3-videox::after {
    content: "";
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: url(../images/icon4.png) no-repeat
}

@media only screen and (min-width:1200px) {
    .sli3-video::after,
    .sli3-videox::after {
        top: 45%;
        width: 104px;
        height: 104px
    }
}

@media only screen and (max-width:1199px) {
    .sli3-video::after,
    .sli3-videox::after {
        top: 43%;
        width: 50px;
        height: 50px;
        background-size: 50px 50px
    }
}

@media only screen and (min-width:1200px) {
    .video-gal-cell .hl-col {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1199px) {
    .video-gal-cell .hl-col {
        margin: 5px
    }
}

.video-gal-cell .hl-col::after {
    content: "";
    display: none
}

.sli3n-video {
    background-size: cover;
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    background-position: center center
}

@media only screen and (min-width:1200px) {
    .sli3n-video {
        height: 356px
    }
}

@media only screen and (max-width:1199px) {
    .sli3n-video {
        height: 100px
    }
}

.sli3n-video:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(.39, .575, .565, 1) both
}

.sli3n-video::after {
    content: "";
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: url(../images/icon4.png) no-repeat
}

@media only screen and (min-width:1200px) {
    .sli3n-video::after {
        top: 40%;
        width: 104px;
        height: 104px
    }
}

@media only screen and (max-width:1199px) {
    .sli3n-video::after {
        top: 35%;
        width: 35px;
        height: 35px;
        background-size: 35px 35px
    }
}

.video-gal-3bar {
    margin-top: 20px;
    padding-bottom: 115px
}

.sli3n-col {
    padding: 0 10px
}

.slider3-nav .slick-prev,
.slider3-nav .slick-next {
    font-size: 0;
    display: block;
    opacity: 1;
    z-index: 11;
    position: absolute
}

.slider3-nav .slick-prev::before,
.slider3-nav .slick-next::before {
    content: "";
    display: block;
    width: 39px;
    opacity: 1;
    height: 25px;
    text-align: center;
    font-size: .1px;
    background-repeat: no-repeat;
    cursor: pointer
}

@media only screen and (min-width:1200px) {
    .slider3-nav .slick-prev {
        left: 46%;
        bottom: -60px
    }
    .slider3-nav .slick-next {
        right: 46%;
        bottom: -60px
    }
}

@media only screen and (max-width:1199px) {
    .slider3-nav .slick-prev {
        left: 0;
        top: 45%
    }
    .slider3-nav .slick-next {
        right: 0;
        top: 45%
    }
}

.slider3-nav .slick-prev::before {
    background-image: url(../images/icon10.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.slider3-nav .slick-next::before {
    background-image: url(../images/icon10.png)
}

.slider3-nav .slick-prev:hover::before {
    background-image: url(../images/icon9.png);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

.slider3-nav .slick-next:hover::before {
    background-image: url(../images/icon9.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

@media only screen and (min-width:1200px) {
    .foto-gal-container {
        width: 78%;
        margin: 0 auto;
        margin-top: 50px
    }
}

@media only screen and (max-width:1199px) {
    .foto-gal-container {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px
    }
}

.foto-gal-top {
    margin-left: 15px
}

@media only screen and (min-width:1200px) {
    .foto-gal-top {
        max-width: 45%
    }
}

@media only screen and (min-width:1200px) {
    .foto-gal-top {
        margin-bottom: 110px
    }
}

@media only screen and (max-width:1199px) {
    .foto-gal-top {
        margin-bottom: 20px
    }
}

.sli4-col {
    outline: 0!important
}

.sli4-col a {
    outline: 0!important
}

.sli4-col::focus {
    outline: 0!important
}

.sli4-img {
    cursor: pointer;
    outline: 0!important
}

@media only screen and (min-width:1200px) {
    .sli4-img {
        padding: 15px
    }
}

@media only screen and (max-width:1199px) {
    .sli4-img {
        padding: 5px
    }
}

.sli4-img img {
    outline: 0;
    width: 100%;
    display: block
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity 0.2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1
}

.slider4 .slick-prev,
.slider4 .slick-next {
    font-size: 0;
    display: block;
    opacity: 1;
    z-index: 11;
    position: absolute
}

.slider4 .slick-prev::before,
.slider4 .slick-next::before {
    content: "";
    display: block;
    width: 39px;
    opacity: 1;
    height: 25px;
    text-align: center;
    font-size: .1px;
    background-repeat: no-repeat;
    cursor: pointer
}

@media only screen and (min-width:1200px) {
    .slider4 .slick-prev {
        left: -5%;
        top: 48%
    }
    .slider4 .slick-next {
        right: -5%;
        top: 48%
    }
}

@media only screen and (max-width:1199px) {
    .slider4 .slick-prev {
        right: 65px;
        top: -35px
    }
    .slider4 .slick-next {
        right: 10px;
        top: -35px
    }
}

.slider4 .slick-prev::before {
    background-image: url(../images/icon10.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.slider4 .slick-next::before {
    background-image: url(../images/icon10.png)
}

.slider4 .slick-prev:hover::before {
    background-image: url(../images/icon9.png);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

.slider4 .slick-next:hover::before {
    background-image: url(../images/icon9.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.foto-gal-bar {
    position: relative
}

@media only screen and (min-width:1200px) {
    .foto-gal-bar {
        margin-bottom: 180px
    }
    .foto-gal-bar::before {
        content: "";
        background: url(../images/bg2.png);
        display: block;
        width: 11%;
        height: 600px;
        left: 0;
        top: 90px;
        position: absolute
    }
    .foto-gal-bar::after {
        content: "";
        background: url(../images/bg2.png);
        display: block;
        width: 11%;
        height: 600px;
        right: 0;
        bottom: -290px;
        position: absolute
    }
}

@keyframes anime15 {
    0% {
        bottom: 10%
    }
    50% {
        bottom: 7%
    }
    100% {
        bottom: 10%
    }
}

.sub-down-button {
    position: absolute;
    width: 25px;
    height: 39px;
    z-index: 10
}

@media only screen and (min-width:1200px) {
    .sub-down-button {
        left: 0;
        right: 0;
        bottom: 10%;
        margin: auto;
        animation-name: anime15;
        animation-duration: .9s;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards
    }
}

@media only screen and (max-width:1199px) {
    .sub-down-button {
        right: 15px;
        bottom: 15px
    }
}

.sub-down-button a {
    display: block;
    width: 25px;
    height: 39px;
    background: url(../images/icon8.png) no-repeat
}

.blog-rows {
    position: relative;
    margin: 0 auto
}

@media only screen and (min-width:1200px) {
    .blog-rows {
        width: 78%;
        padding: 5% 0
    }
}

@media only screen and (max-width:1199px) {
    .blog-rows {
        width: 100%;
        padding: 20px 15px
    }
}

@media only screen and (min-width:1200px) {
    .blog-rows .blog-col {
        width: 50%;
        margin-top: 100px
    }
    .blog-rows .blog-col:nth-child(1),
    .blog-rows .blog-col:nth-child(2) {
        margin-top: 0
    }
    .blog-rows .blog-col:nth-child(odd) {
        padding-right: 50px
    }
    .blog-rows .blog-col:nth-child(even) {
        padding-left: 50px
    }
}

@media only screen and (max-width:1199px) {
    .blog-rows .blog-col {
        width: 100%;
        margin-top: 50px
    }
    .blog-rows .blog-col:nth-child(1) {
        margin-top: 0
    }
}

.blog-rows .blog-col:hover .blog-img img {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.blog-loca {
    background: url(../images/icon11.png) no-repeat;
    padding: 10px 10px 10px 60px;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 700;
    color: #dd8058
}
.blog-loca-b {
    background: url(../images/blog-icon.png) no-repeat;
    padding: 10px 10px 10px 60px;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 700;
    color: #dd8058
}

.blog-img {
    margin-top: 25px
}

.blog-img img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out
}

.blog-text {
    margin-top: 30px
}

.blog-text .blog-name {
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 22px;
    color: #1c3f54;
    font-family: "Futura", sans-serif
}

.blog-text .blog-name a {
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 22px;
    color: #1c3f54;
    font-family: "Futura", sans-serif
}

.blog-text .blog-parag {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 30px
}

@media only screen and (min-width:1200px) {
    .blog-links {
        position: absolute;
        right: 0;
        height:100%;
        z-index:100;
        padding: 5%
    }
}

@media only screen and (max-width:1199px) {
    .blog-links {
        padding: 10px;
        text-align: center
    }
}
@media only screen and (min-width:1200px) {
.blog-links .blog-kon-links {
    width: 100%;
    position:sticky;
    top:30px;
}
}
@media only screen and (max-width:1199px) {
.blog-links .blog-kon-links {
    width: 100%;
}
}
@media only screen and (min-width:1200px) {
    .blog-links .blog-kon-links {
        writing-mode: vertical-rl;
        text-align: right;
        text-orientation: mixed
    }
}

.blog-links .blog-kon-links a {
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 10px
}

@media only screen and (min-width:1200px) {
    .blog-links .blog-kon-links a {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1199px) {
    .blog-links .blog-kon-links a {
        margin: 5px
    }
}

.blog-links .blog-kon-links a:last-child {
    margin-bottom: 0
}

.blog-links .blog-kon-links a:hover {
    color: #edac3a
}

.blog-content {
    position: relative
}

@media only screen and (min-width:1200px) {
    .blog-content::after {
        content: "";
        width: 11%;
        background: url(../images/bg2.png);
        height: 270px;
        right: 0;
        bottom: -8%;
        position: absolute;
        z-index: 1
    }
}

.tab-page-content {
    position: relative;
    padding-top: 4%;
    padding-bottom: 20%
}

@media only screen and (max-width:1199px) {
    .tab-page-content {
        padding: 20px 15px
    }
}

@media only screen and (min-width:1200px) {
    .tab-page-content::before {
        content: "";
        width: 11%;
        background: url(../images/bg2.png);
        height: 549px;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1
    }
}

@media only screen and (min-width:1200px) {
    .tab-page-content::after {
        content: "";
        width: 11%;
        background: url(../images/bg2.png);
        height: 1040px;
        right: 0;
        bottom: -155px;
        position: absolute;
        z-index: 1
    }
}

.tab-page-container {
    max-width: 927px;
    margin: 0 auto;
    position: relative
}

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

.tabs-list li {
    margin-top: 5px;
    font-size: 14px;
    color: #737b7f;
    font-weight: 600;
    padding: 0
}

@media only screen and (min-width:1200px) {
    .tabs-list li {
        letter-spacing: 3px
    }
}

@media only screen and (min-width:1920px) {
    .tab-page-tabs {
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1919px) {
    .tab-page-tabs {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 60px
    }
}

@media only screen and (max-width:1199px) {
    .tab-page-tabs {
        margin-bottom: 30px;
        margin-top: 40px
    }
}

@media only screen and (min-width:1200px) {
    .tab-page-title {
        position: absolute;
        left: -200px;
        top: 400px
    }
}

@media only screen and (min-width:1200px) {
    .hak-row .hak-col {
        width: 50%
    }
    .hak-row .hak-col:nth-child(2) {
        padding: 0 13% 0 5%
    }
}

@media only screen and (max-width:1199px) {
    .hak-row .hak-col {
        width: 100%
    }
}

.hak-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media only screen and (max-width:1199px) {
    .hak-img {
        height: 200px
    }
}

.hak-text {
    overflow-y: auto;
    padding-bottom: 10%
}

@media only screen and (min-width:1200px) {
    .hak-text {
        margin-top: 20%
    }
}

@media only screen and (min-width:1200px) and (max-width:1919px) {
    .hak-text {
        max-height: 420px
    }
}

@media only screen and (min-width:1200px) {
    .hak-title {
        padding-left: 70px
    }
}

@media only screen and (max-width:1199px) {
    .hak-title {
        padding-top: 20px
    }
}

.hak-content-one {
    background: url(../images/bg3.png);
    position: relative
}

@media only screen and (min-width:1200px) {
    .hak-content-one::after {
        content: "";
        width: 11%;
        background: url(../images/bg2.png);
        height: 270px;
        right: 0;
        bottom: -350px;
        position: absolute;
        z-index: 1
    }
}

@media only screen and (min-width:1200px) {
    .hak-content-three-bar {
        padding: 130px 0
    }
}

@media only screen and (max-width:1199px) {
    .hak-content-three-bar {
        padding: 40px 15px
    }
}

.hak-content-three-bar .hak-content-three-col {
    position: relative
}

.hak-content-three-bar .hak-content-three-col .hct-text {
    transition: all .2s ease-in-out
}

.hak-content-three-bar .hak-content-three-col:hover .hct-text {
    transition: all .2s ease-in-out;
    color: #edac3a
}

@media only screen and (min-width:1200px) {
    .hak-content-three-bar .hak-content-three-col {
        width: 20%;
        margin: 0 55px
    }
}

@media only screen and (max-width:1199px) {
    .hak-content-three-bar .hak-content-three-col {
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .hak-content-three-bar .hak-content-three-col:nth-child(1) .hct-top::before {
        display: none
    }
    .hak-content-three-bar .hak-content-three-col:nth-child(3) .hct-top::after {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .hak-content-three-bar .hak-content-three-col:nth-child(1) .hct-top {
        display: none
    }
}

.hak-content-three-bar .hak-content-three-col .hct-top {
    display: block;
    background: #28495d
}

@media only screen and (min-width:1200px) {
    .hak-content-three-bar .hak-content-three-col .hct-top {
        width: 85px;
        height: 16px;
        margin: 0 auto;
        margin-bottom: 40px
    }
    .hak-content-three-bar .hak-content-three-col .hct-top::after {
        content: "";
        background: #28495d;
        height: 1px;
        position: absolute;
        width: 50%;
        top: 6px;
        right: -20%
    }
    .hak-content-three-bar .hak-content-three-col .hct-top::before {
        content: "";
        background: #28495d;
        height: 1px;
        top: 6px;
        position: absolute;
        width: 50%;
        left: -20%
    }
}

@media only screen and (max-width:1199px) {
    .hak-content-three-bar .hak-content-three-col .hct-top {
        margin: 20px 0;
        height: 1px
    }
}

.hak-content-three-bar .hak-content-three-col .hct-text {
    font-size: 16px;
    letter-spacing: 1.7px;
    font-weight: 600;
    line-height: 30px;
    text-align: justify
}

.hak-video {
    position: relative;
    margin: 0 auto
}

@media only screen and (min-width:1200px) {
    .hak-video {
        padding: 0 11%
    }
}

@media only screen and (max-width:1199px) {
    .hak-video {
        padding: 20px 15px
    }
}

@media only screen and (min-width:1200px) {
    .hak-video::before {
        content: "";
        background: url(../images/bg2.png);
        display: block;
        width: 11%;
        height: 777px;
        right: 0;
        top: 0;
        position: absolute
    }
}

@media only screen and (min-width:1200px) {
    .hak-content-one .blog-links {
        top: 400px;
        z-index: 10
    }
}

.hak-bigtext {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.7px;
    font-weight: 600;
    position: relative;
    line-height: 30px
}

@media only screen and (min-width:1200px) {
    .hak-bigtext {
        width: 78%;
        margin: 0 auto;
        margin-top: 120px;
        margin-bottom: 120px;
        padding: 0 90px
    }
}

@media only screen and (max-width:1199px) {
    .hak-bigtext {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 30px 20px
    }
}

.hak-bigtext::before {
    content: "";
    background: url(../images/icon13.png) no-repeat;
    position: absolute
}

@media only screen and (min-width:1200px) {
    .hak-bigtext::before {
        width: 75px;
        height: 52px;
        left: 0;
        top: -40px
    }
}

@media only screen and (max-width:1199px) {
    .hak-bigtext::before {
        width: 35px;
        height: 22px;
        background-size: 35px 22px;
        top: 0;
        left: 10px
    }
}

.hak-bigtext::after {
    content: "";
    background: url(../images/icon14.png) no-repeat;
    position: absolute
}

@media only screen and (min-width:1200px) {
    .hak-bigtext::after {
        width: 75px;
        height: 52px;
        bottom: -40px;
        right: 0
    }
}

@media only screen and (max-width:1199px) {
    .hak-bigtext::after {
        width: 35px;
        height: 22px;
        background-size: 35px 22px;
        bottom: 0;
        right: 10px
    }
}

.ilet-maps iframe,
.ilet-maps #map {
    border: 0;
    display: block;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .ilet-maps iframe,
    .ilet-maps #map {
        height: 825px
    }
}

@media only screen and (max-width:1199px) {
    .ilet-maps iframe,
    .ilet-maps #map {
        height: 325px
    }
}

@media only screen and (min-width:1200px) {
    .ilet-infos {
        padding: 130px 0
    }
}

@media only screen and (max-width:1199px) {
    .ilet-infos {
        padding: 30px 0
    }
}

@media only screen and (min-width:1200px) {
    .ilet-infos .ilet-infos-col {
        width: 25%;
        margin: 2.5% 5%
    }
}

@media only screen and (max-width:1199px) {
    .ilet-infos .ilet-infos-col {
        width: 100%;
        margin: 2.5% 0;
        padding: 0 15px
    }
}

.ilet-infos .ilet-infos-col .iic-col,
.ilet-infos2 .ilet-infos-col .iic-col {
    font-size: 16px;
    letter-spacing: 3px
}

.ilet-infos2 .ilet-infos-col {
    margin: 20px 0;
    color: #fff
}

.ilet-infos2 .ilet-infos-col a {
    color: #fff
}

.ilet-infos .ilet-infos-col .iic-col a,
.ilet-infos2 .ilet-infos-col .iic-col a {
    font-size: 16px;
    letter-spacing: 3px
}

.ilet-infos .ilet-infos-col .iic-col:nth-child(1),
.ilet-infos2 .ilet-infos-col .iic-col:nth-child(1) {
    width: 14%
}

.ilet-infos .ilet-infos-col .iic-col:nth-child(1) img,
.ilet-infos2 .ilet-infos-col .iic-col:nth-child(1) img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.ilet-infos .ilet-infos-col .iic-col:nth-child(2),
.ilet-infos2 .ilet-infos-col .iic-col:nth-child(2) {
    width: 86%;
    text-align: left;
    padding-left: 20px
}

.ilet-menus {
    position: relative
}

@media only screen and (min-width:1200px) {
    .ilet-menus .blog-links {
        top: 0px
    }
}

.ilet-form {
    position: relative;
    margin: 0 auto
}

@media only screen and (min-width:1200px) {
    .ilet-form {
        max-width: 900px;
        padding: 5% 0 5% 0
    }
}

@media only screen and (max-width:1199px) {
    .ilet-form {
        padding: 0 15px
    }
}

@media only screen and (max-width:1199px) {
    .ilet-form .ilet-col {
        margin-top: 20px
    }
}

@media only screen and (min-width:768px) {
    .ilet-form .ilet-col:nth-child(1) {
        width: 45%
    }
}

@media only screen and (min-width:768px) {
    .ilet-form .ilet-col:nth-child(2) {
        width: 55%;
        padding-left: 3%
    }
}

.ilet-form .ilet-col:nth-child(3) {
    width: 100%;
    margin-top: 70px
}

@media only screen and (max-width:1199px) {
    .ilet-form .ilet-col:nth-child(3) {
        margin-bottom: 20px
    }
}

.ilet-form .ilet-col:nth-child(3) input {
    display: block;
    border: 1px solid #1c3f54;
    height: 70px;
    line-height: 68px;
    color: #1c3f54;
    width: 100%;
    text-align: center;
    background: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700
}

.ilet-form .ilet-col:nth-child(3) input:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #1c3f54;
    color: #fff
}

.ilet-form .ilet-bar {
    margin-top: 20px;
    width: 100%
}

.ilet-form .ilet-bar .ic-col:nth-child(1) {
    text-align: right;
    font-weight: 700;
    color: #1c3f54
}

@media only screen and (min-width:1200px) {
    .ilet-form .ilet-bar .ic-col:nth-child(1) {
        font-size: 20px;
        width: 18%;
        padding-right: 20px;
        letter-spacing: 2px
    }
}

@media only screen and (max-width:1199px) {
    .ilet-form .ilet-bar .ic-col:nth-child(1) {
        font-size: 16px;
        width: 22%;
        padding-right: 10px;
        letter-spacing: 2px
    }
}

@media only screen and (min-width:1200px) {
    .ilet-form .ilet-bar .ic-col:nth-child(2) {
        width: 82%
    }
}

@media only screen and (max-width:1199px) {
    .ilet-form .ilet-bar .ic-col:nth-child(2) {
        width: 78%
    }
}

.spe-input4 {
    display: block;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #1c3f54;
    height: 30px;
    color: #1c3f54;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 24px
}

.spe-textarea4 {
    display: block;
    width: 100%;
    resize: none;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    padding: 0;
    border-left: 0;
    line-height: 55px;
    background: url(../images/bg4.png);
    background-position: top -10px center!important;
    height: 270px;
    color: #1c3f54;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 24px
}

.spe-textarea4:focus {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out
}

footer {
    position: relative;
    z-index: 11
}

.label-uyeol {
    position: absolute;
    z-index: -10;
    opacity: 0;
    font-size: 0
}

.sli3-video-content {
    position: relative
}

.sli3-youtube {
    width: 100%;
    display: block;
    border: none
}

@media only screen and (min-width:1200px) {
    .sli3-youtube {
        height: 777px
    }
}

@media only screen and (max-width:1199px) {
    .sli3-youtube {
        height: 400px
    }
}

.sli3-video {
    position: absolute;
    top: 0;
    z-index: 3
}
@media only screen and (min-width:1200px) {
.ilet-form-ekstra {

    padding:50px 15%;
    font-size:18px;
    color: #737b7f;
}
.ilet-form-ekstra .ife-col {
    width:33.3333%;
    margin:20px 0;
}
.ilet-form-ekstra .ife-col .ife-name {
    padding-left:32px;
}
.ilet-form-ekstra .ife-col .ife-text {
    background:url("../images/icon34.png")no-repeat top 3px left;
    padding-left:32px;
}
}
@media only screen and (max-width:1199px) {
.ilet-form-ekstra {
    padding:50px 20px;
    font-size:18px;
    color: #737b7f;
}
.ilet-form-ekstra .ife-col {
    width:100%;
    margin:20px 0;
}
.ilet-form-ekstra .ife-col .ife-name {
    padding-left:32px;
}
.ilet-form-ekstra .ife-col .ife-text {
    background:url("../images/icon34.png")no-repeat top 3px left;
    padding-left:32px;
}
}
