@font-face {
    font-family: 'Didot';
    src: url('../font/Didot.woff2') format('woff2'),
    url('../font/Didot.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri-Light';
    src: url('../font/Calibri-Light.woff2') format('woff2'),
    url('../font/Calibri-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri-Bold';
    src: url('../font/Calibri-Bold.woff2') format('woff2'),
    url('../font/Calibri-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../font/Gotham-Light.woff2') format('woff2'),
    url('../font/Gotham-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../font/Gotham-Medium.woff2') format('woff2'),
    url('../font/Gotham-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
    url('../font/Gotham-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FCFlexica-Light';
    src: url('../font/FCFlexicaNoncommercial-Light.woff2') format('woff2'),
    url('../font/FCFlexicaNoncommercial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kanit-Medium';
    src: url('../font/Kanit-Medium.woff2') format('woff2'),
    url('../font/Kanit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-Light';
    src: url('../font/Kanit-Light.woff2') format('woff2'),
    url('../font/Kanit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--calibri-light);
    font-size: 18px;
    color: var(--body);
    line-height: 1.7;
    overflow-x: hidden;
    background-color: var(--pimary);
}

input, select, button, a, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all 0.25s;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}

:root {
    --pimary: #f3e0d1;
    --secondary: #523e33;
    --tertiary: #434343;
    --body: #7a7979;
    --quaternary: #d8c0b6;
    --didot: 'Didot', 'Kanit-Medium';
    --calibri-light: 'Calibri-Light', 'Kanit-Light';
    --calibri-bold: 'Calibri-Bold', 'Kanit-Medium';
    --gotham-light: 'Gotham-Light', 'Kanit-Light';
    --gotham-medium: 'Gotham-Medium', 'Kanit-Medium';
    --gotham-bold: 'Gotham-Bold', 'Kanit-Medium';
    --fcflexica-light: 'FCFlexica-Light', 'Kanit-Light';
    --kanit-light: 'Kanit-Light', 'Kanit-Light';
    --kanit-medium: 'Kanit-Medium', 'Kanit-Medium';
}

::selection {
    color: #ffffff;
    background: var(--secondary);
}

.container {
    padding: 0;
}

h1 {
    font-family: var(--didot);
    font-size: 55px;
    line-height: normal;
    margin: 0;
    font-weight: normal;
    color: var(--tertiary);
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    font-family: var(--didot);
    font-size: 40px;
    line-height: normal;
    margin: 0;
    font-weight: normal;
    color: var(--tertiary);
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3 {
    font-family: var(--didot);
    font-size: 30px;
    line-height: normal;
    margin: 0;
    font-weight: normal;
    color: var(--tertiary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

h4 {
    margin: 0;
    letter-spacing: 2px;
    font-size: 18px;
    color: var(--body);
    font-weight: normal;
    text-transform: lowercase;
}

.slideshow .pagination .item, .slideshow .pagination .item::before {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin: 0 5px;
}
.slideshow .pagination .item::before{
    margin: 0;
}

.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.slideshow .pagination .item::before {
    border: 1px solid transparent;
    background: #fff;
}

.slideshow .pagination {
    margin: 0;
    bottom: 100px;
    right: 50px;
    left: auto;
    text-align: right;
    width: auto;
}

.section_slideshow {
    padding: 0;
    height: 100vh;
    position: relative;
    border: 20px solid var(--pimary);
    overflow: hidden;
}

.section_slideshow .slideshow {
    height: 100%;
}

.text_slide {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 2;
    width: 70%;
    color: #fff;
    text-align: left;
}

.text_slide label, .caption .title {
    font-family: var(--didot);
    text-transform: uppercase;
    font-size: 55px;
    line-height: normal;
}

.text_slide p, .caption .text {
    margin: 0;
    width: 600px;
}

.text_slide .btn_readmore, .caption .btn_readmore {
    border: 1px solid #ffffff;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    background: transparent;
    margin-top: 20px;
    transition: 0.25s;
    font-family: var(--gotham-light);
    font-size: 16px;
}

.text_slide .btn_readmore:hover, .caption .btn_readmore:hover {
    background: #ffffff;
    color: var(--secondary);
}
.slideshow .slide .caption{
    padding: 0!important;
}

.overlay_slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(#000000a6, #00000000);
}

.section_header {
    position: fixed;
    left: 0;
    z-index: 2;
    height: 150px;
    top: 20px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    transition: all 0.25s;
}

.brand_logo {
    position: absolute;
    left: 70px;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    transition: all 0.25s;
}

.brand_logo img {
    width: auto;
    height: 100%;
    display: block;
    filter: brightness(0) invert(1);
}

.nav_menu {
    color: #ffffff;
    font-family: var(--gotham-light);
    text-transform: uppercase;
    margin-right: 180px;
}

.nav_menu ul {
    margin: 0;
    padding: 0;
    float: right;
}

.nav_menu li {
    float: left;
    list-style: none;
    padding: 0 15px;
    line-height: 150px;
}

.nav_menu li:nth-last-child(1) {
    padding-right: 0;
}

.nav_menu li > a {
    /*display: block;*/
    position: relative;
    padding-bottom: 15px;
}

.nav_menu li > a:before {
    content: '';
    background: #ffffff;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.25s;
}

.nav_menu li.active a:before, .nav_menu li:hover a:before {
    background: #ffffff;
    width: 100%;
}

.nav_mobile {
    display: block;
}

.button_container {
    position: absolute;
    height: 18px;
    width: 30px;
    cursor: pointer;
    transition: all 0.25s;
    z-index: 15;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 150px;
    left: auto;
}

.button_container:before {
    content: none;
    position: absolute;
    left: 45px;
    top: -5px;
    bottom: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.25s;
}

.button_container:hover {
    opacity: 1;
}

.button_container:hover .top {
    width: 100%;
}

.button_container.active:before {
    content: none;
    color: #ffffff;
}

.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: var(--secondary);
    width: 100%;
}

.button_container.active .middle {
    opacity: 0;
    background: #002724;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: var(--secondary);
}

.button_container span {
    background: #ffffff;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .25s ease;
    cursor: pointer;
}

.button_container span:nth-child(1) {
    width: 100%;
    left: auto;
    right: 0;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

.overlay {
    position: fixed;
    background: #c1a89e;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    /*max-width: 540px;*/
    /* opacity: 0; */
    overflow: hidden;
    z-index: 9;
    transition: all 0.25s;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*background-image: url('../images/icon/bg_description.jpg');*/
}

.overlay.open {
    opacity: 1;
    width: 350px;
}

.overlay.open li {
    -webkit-animation: fadeInUp .9s ease forwards;
    animation: fadeInUp .9s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.overlay.open li:nth-of-type(10) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}


.overlay nav {
    position: relative;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: left;
    padding: 0 50px;
    margin-top: 75px;
}

.overlay ul {
    list-style: none;
    margin: 60px auto 0;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    padding: 0 50px;
}

.overlay ul li {
    /*display: inline-block;*/
    position: relative;
    padding: 5px 0;
    opacity: 0;
    width: 100%;
    line-height: inherit;
}

.overlay ul li a {
    font-family: var(--gotham-light);
    font-size: 16px;
    display: block;
    position: relative;
    color: var(--secondary);
    text-decoration: none;
    /*overflow: hidden;*/
    transition: all 0.25s;
}

.overlay ul li a.active, .overlay ul li a:hover, .nav_mobile .overlay-menu .active {
    color: #ffffff;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.fix_body {
    overflow: hidden !important;
}
.box_language{
    cursor: pointer;
}

.box_language label {
    text-align: center;
    color: #ffffff;
    padding: 8px 15px;
    border: 1px solid #fff;
    display: inline;
    font-family: var(--gotham-light);
}

.box_language .lang_parent {
    position: absolute;
    background-color: #fff;
    padding: 0;
    text-transform: uppercase;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1em);
    transition: all 1s;
}

.box_language.active .lang_parent, .box_language:hover .lang_parent{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.box_language {
    position: absolute;
    right: 70px;
    top: 0;
    bottom: 0;
    font-family: var(--gotham-light);
    height: 30px;
    margin: auto;
}

.box_language .lang_parent li {
    list-style: none;
    width: 100%;
    padding: 5px !important;
    white-space: nowrap;
    text-align: center;
    transition: all 1s;
}

.box_language .lang_parent li:hover {
    background: #e9e6df;
}

.button_container.active {
    right: 50px;
    top: -100px;
}

.images_intro {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.images_intro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section_intro {
    padding: 80px 0 100px 0;
}

.section_intro label {
    letter-spacing: 3px;

}

.section_intro h1 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.section_intro h1:before {
    content: '';
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9c908a;
}

.section_intro .col-xs-6 {
    padding: 0 25px;
}
.section_intro .col-xs-6:nth-child(1){
    width: 65%;
}
.section_intro .col-xs-6:nth-child(2){
    width: 35%;
}

.section_intro .row_intro {
    margin: 0 -25px;
}

.section_intro p {
    margin: 0;
}

.btn_moredetails {
    font-size: 16px;
    margin-top: 25px;
    background: transparent;
    border: 1px solid var(--tertiary);
    color: var(--tertiary);
    font-family: var(--gotham-light);
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all 0.25s;
}

.btn_moredetails:hover {
    background: var(--tertiary);
    color: #ffffff;
}

.details_intro .btn_moredetails {
    margin-top: 40px;
}
.details_intro strong{
    display: inline-block;
}
.scroll_menu {
    top: 0;
    height: 60px;
    padding: 0;
    background: var(--secondary);
    box-shadow: #00000017 0 0 10px;
}

.scroll_menu .nav_menu li {
    line-height: 60px;
}

.scroll_menu .brand_logo {
    height: 40px;
    left: 50px;
}

.scroll_menu .box_language {
    right: 50px;
}

.scroll_menu .button_container {
    right: 130px;
}

.scroll_menu .button_container.active {
    right: 50px;
    top: 15px;
}

.scroll_menu .nav_menu li > a {
    display: block;
    padding-bottom: 0;
}

.images_services {
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
}

.images_services:before {
    content: '';
    background: var(--tertiary);
    width: 1px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    z-index: 1;
    transition: all 0.25s;
}

.section_services {
    overflow: hidden;
    padding: 0 20px;
}

.images_services img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide_services .slick-list {
    padding: 0 !important;
    margin: 0 -10px;
}

.slide_services .slide {
    padding: 0 10px;
}

.slide_services .slide .images_services img {
    opacity: 0.2;
    transition: all 0.25s;
}

.slide_services .slide.slick-current .images_services img, .slide_services .slide:hover .images_services img {
    opacity: 1;
}

.slide_services .slide.slick-current .images_services:before, .slide_services .slide:hover .images_services:before {
    background: #ffffff;
}

.details_services {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
}

.details_services h2 > label {
    display: inline-block;
    width: 100%;
}

.details_services h4, .details_services h2 {
    transition: all 0.25s;
}

.slide_services .slide.slick-current .details_services h4, .slide_services .slide.slick-current .details_services h2, .slide_services .slide:hover .details_services h4, .slide_services .slide:hover .details_services h2 {
    color: #ffffff;
}

.slide_services .slide.slick-current .btn_moredetails, .slide_services .slide:hover .btn_moredetails {
    border-color: #ffffff;
    color: #ffffff;
}

.slide_services .slide.slick-current .btn_moredetails:hover, .slide_services .slide:hover .btn_moredetails:hover {
    background: #ffffff;
    color: var(--tertiary);
}

.slide_services .slick-arrow {
    position: absolute;
    top: 50px;
    bottom: 0;
    height: 40px;
    margin: auto;
    z-index: 1;
    background: #282827;
    border: none;
    padding: 12px 0;
    width: 20px;
    text-align: center;
}

.slide_services .slick-prev {
    left: -10px;
    right: auto;
}

.slide_services .slick-next {
    right: -10px;
    left: auto;
}

.slide_services .slick-arrow img {
    height: 100%;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

.section_latest {
    padding: 20px 20px 0;
}

.images_latest {
    position: relative;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.images_latest img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.details_latest {
    position: relative;
    background: var(--quaternary);
    text-align: left;
    padding: 0 70px 0 50px;
    color: #353535;
}

.slick-dots {
    padding: 0;
}

.slick-dots li {
    margin: 0 5px;
}

.slide_latest .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.slick-dots li.slick-active button {
    background: transparent;
    border: 1px solid #ffffff;
}

.slick-dots button {
    background: #ffffff;
    border: 1px solid transparent;
    opacity: 1;
}

.images_latest:before {
    content: '';
    border: 1px solid #ffffff5e;
    background: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    margin: auto 0 auto auto;
    border-right: none;
}

.details_latest:before {
    width: calc(100% - 20px);
    right: 0;
    margin-left: 0;
    border-left: none;
    border-right: 1px solid #ffffff5e;
}

.box_contentlatest {
    position: relative;
    z-index: 2
}
.section_ig {
    padding: 100px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.section_ig h3 {
    font-family: var(--gotham-light);
    margin: 0;
    font-size: 26px;
    color: var(--secondary);
    line-height: normal;
    text-transform: uppercase;
}
.section_ig h3>label{
    font-family: var(--gotham-bold);
}
.images_ig {
    margin: 50px 0 30px;
}

.images_ig img {
    width: 100%;
    display: block;
}

.section_ig p {
    font-family: var(--gotham-light);
    color: #444545;
    font-size: 16px;
    display: inline;
}

.btn_ig {
    font-family: var(--gotham-light);
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 50px;
    color: #ffffff;
    margin-left: 10px;
    border: none;
    background-image: linear-gradient(to right, #e0983f, #c32a68, #6c469a);
    background-size: 130% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 25px;
}

.btn_ig:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.section_youtube{
    overflow: hidden;
    padding-bottom: 100px;
}
.section_youtube .container{
    width: 768px;
}
.images_youtube{
    height: 450px;
}
.images_youtube img, .images_youtube iframe{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.details_youtube{
    color: #343434;
    padding: 30px 0 0;
    transition: all 0.25s;
    font-family: var(--kanit-light);
}
.details_youtube label{
    font-family: var(--kanit-medium);
}
.details_youtube p{
    margin: 0;
}
.slide_youtube .slick-list{
    overflow: inherit!important;
    margin: 0 -15px;
    padding: 0!important;
}
.slide_youtube .slide{
    padding: 0 15px;
    opacity: 0.2;
    transition: all 0.25s;
}
.slide_youtube .slide.slick-active, .slide_youtube .slide.slick-active .details_youtube{
    opacity: 1;
}
.slide_youtube .slide .details_youtube{
    opacity: 0;
}
.slide_youtube .slick-arrow {
    position: absolute;
    top: 250px;
    bottom: auto;
    height: 40px;
    margin: auto;
    z-index: 1;
    background: #282827;
    border: none;
    padding: 12px 0;
    width: 20px;
    text-align: center;
}

.slide_youtube .slick-prev {
    left: -40px;
    right: auto;
}

.slide_youtube .slick-next {
    right: -40px;
    left: auto;
}

.slide_youtube .slick-arrow img {
    height: 100%;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}
.box_buttonyoutube{
    text-align: center;
    margin-top: 30px;
}
.box_buttonyoutube p {
    font-family: var(--gotham-light);
    color: #444545;
    font-size: 16px;
    display: inline;
}

.box_buttonyoutube .btn_ig {
    font-family: var(--gotham-light);
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 50px;
    color: #ffffff;
    margin-left: 10px;
    border: none;
    background: #ed2024;
    margin-top: 25px;
}
.box_buttonyoutube .btn_ig:hover{
    background: #282827;
}
.section_footer{
    font-family: var(--gotham-light);
    color: var(--secondary);
    background: var(--quaternary);
    padding: 50px 0;
    font-size: 16px;
}
.section_footer label{
    font-family: var(--gotham-bold);
    color: #424040;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section_footer ul{
    margin: 0;
    padding: 0;
}
.section_footer li{
    list-style: none;
    width: 100%;
}
.section_footer img{
    height: 50px;
    margin-top: 50px;
}
.section_footer a:hover{
    color: #ffffff;
}
.section_footer .col-xs-3:nth-child(1){
    text-align: center;
}
.section_footer .col-xs-4{
    padding-left: 50px;
}
.section_footer p{
    margin: 0;
}
.social_footer {
    margin-top: 25px;
}

.social_footer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.social_footer li {
    width: auto!important;
    float: left;
    padding: 0 10px;
    list-style: none;
    margin: 0!important;
    display: block!important;
}
.social_footer li:nth-child(1){
    padding-left: 0;
}
.social_footer li:nth-last-child(1){
    padding-right: 0;
}

.social_footer .mask_img {
    width: 25px;
    height: 25px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background: var(--secondary);
    transition: all 0.25s;
}
.social_footer .mask_img:hover {
    background: #ffffff;
}
.copyright{
    font-family: var(--gotham-light);
    font-size: 16px;
    padding: 15px 0;
    background: #c1a89e;
    text-align: center;
    color: var(--secondary);
}
.copyright p{
    margin: 0;
}
.section_parallax{
    height: 50vh;
    background: #fdc5ae;
}
.section_parallax img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.8;
}
.section_story{
    padding: 80px 0 100px;
    text-align: center;
}
.section_story h1{
    position: relative;
    padding-bottom: 25px;
}
.section_story h1:before{
    content: '';
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #9c908a;
}
.details_story{
    margin-top: 100px;
}
.row_story{
    margin: 0 -25px;
    text-align: left;
}
.row_story .col-xs-6, .row_story .col-xs-12{
    padding: 0 25px;
}
.row_story .col-xs-6:nth-child(1){
    width: 65%;
}
.row_story .col-xs-6:nth-child(2){
    width: 35%;
}
.row_story .col-xs-12{
    margin-top: 25px;
}
.images_story{
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.images_story img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.images_story p{
    margin-top: 0;
}
.section_founder{
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.images_founder{
    position: relative;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.images_founder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.images_founder img.hover_images{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s;
}
.row_founder .box_founder:hover img.hover_images{
    opacity: 1;
}
.box_founder{
    text-align: left;
    margin: 50px 0 0;
    display: inline-block;
    width: 100%;
}
.details_founder{
    padding: 50px 100px 50px 0;
}
.details_founder h3{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.details_founder h3>label{
    display: inline-block;
    width: 100%;
}
.details_founder h3:before{
    content: '';
    background: #000000;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: 0;
    width: calc(100% + 100px);
}

.section_founder .container{
    width: 850px;
    margin: auto;
}
.row_founder .box_founder:nth-child(even) .col-xs-6:nth-child(1){
    float: right;
}
.row_founder .box_founder:nth-child(even) .details_founder h3:before{
    left: 0;
}
.row_founder .box_founder:nth-child(even) .details_founder{
    padding: 50px 0 50px 100px;
    justify-content: end;
}
.row_founder .box_founder:nth-child(even){
    margin-top: -50px;
}
.box_founder .col-xs-6{
    padding: 0 25px;
}
.row_founder{
    margin: 0 -25px;
}
.details_founder span{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 15px;
}
.details_founder .mask_img {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background: #434343;
    margin-right: 10px;
    transition: all 0.25s;
}
.details_founder a:hover .mask_img {
    background: var(--secondary);
}
.details_founder a:hover{
    color: var(--secondary);
}
.details_founder a{
    display: flex;
    align-items: center;
}
.section_team{
    padding: 100px 0;
    text-align: center;
}
.images_team{
    position: relative;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.images_team img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.images_team img.hover_images{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s;
}
.row_team .col-xs-4:hover img.hover_images{
    opacity: 1;
}
.details_team{
    padding: 30px 15px 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.details_team h3>label{
    display: inline-block;
    width: 100%;
}
.details_team p{
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}
.row_team{
    margin: 50px -15px 0;
}
.row_team .col-xs-4{
    padding: 15px;
}
.images_services_info{
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.images_services_info:before{
    content: '';
    background: none;
    border: 1px solid #ffffff33;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: auto;
    transition: all 0.25s;
    z-index: 2;
}
.images_services_info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.05);
    transition: all 0.25s;
}
.section_servicesinfo{
    padding: 0 100px 100px;
}
.details_services_info{
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.details_services_info h2{
    position: relative;
    font-family: var(--gotham-medium);
    font-size: 26px;
    text-transform: none;
    letter-spacing: normal;
    color: #ffffff;
    padding-bottom: 15px;
}
.details_services_info h2:before{
    content: '';
    background: #ffffff;
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all 0.25s;
}
.box_services .col-xs-6:hover .details_services_info h2:before{
    width: 30px;
}
.overlay_services{
    height: 130px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(#00000000, #000000bd);
    bottom: 0;
    left: 0;
    transition: all 0.25s;
}
.box_services .col-xs-6:hover .overlay_services{
    height: 100%;
}
.box_services .col-xs-6:hover .images_services_info:before{
    border-color: #ffffffa6;
}
.box_services .col-xs-6{
    padding: 15px;
}
.box_services{
    margin: 0 -15px;
}
.box_services .col-xs-6:hover .images_services_info img{
    transform: scale(1);
}
.section_contactus ul{
    margin: 0 0 30px;
    padding: 0;
}
.section_contactus li{
    list-style: none;
    width: 100%;
}
.section_contactus h4{
    font-family: var(--gotham-medium);
    text-transform: none;
    color: #434343;
    letter-spacing: normal;
}
.section_contactus .col-xs-5 li>label{
    width: 100px;
}
.section_contactus .col-xs-5 a:hover{
    color: var(--secondary);
}
.section_contactus .col-xs-7{
    padding-left: 50px;
}
.row_input .col-xs-12{
    margin-bottom: 15px;
}
.row_input label{
    display: inline-block;
    width: 100%;
}
.row_input label>span{
    color: #ee0101;
}
.input_data{
    background: none;
    border: none;
    border-bottom: 1px solid #c6bcb6;
    width: 100%;
    padding: 0 0 5px 0;
    border-radius: 0;
}
textarea.input_data{
    height: 200px;
    display: block;
}
span.error{
    margin-top: 5px;
}
.row_input .col-xs-12:nth-last-child(2){
    margin-top: 15px;
}
.row_input .col-xs-12:nth-child(1){
    margin-top: 15px;
}
.btn_submit{
    margin: 0;
    background: #434343;
    color: #ffffff;
    border-color: #434343;
}
.btn_submit:hover{
    background: var(--secondary);
}
.section_map{
    padding: 100px 50px;
    display: flow-root;
    width: 100%;
    text-align: center;
}
.images_map{
    height: auto;
}
.images_map img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.details_map{
    padding: 50px;
    background: #f1a38f;
    height: 100%;
}
.section_map .col-xs-6{
    padding: 0;
}
.row_map .col-xs-6 .col-xs-3{
    width: 35%;
}
.row_map .col-xs-6 .col-xs-9{
    width: 65%;
}
.row_map{
    display: flex;
    margin: 0 ;
}
.row_map .col-xs-6 .col-xs-3:nth-child(1){
    height: 33.333%;
}
.row_map .col-xs-6 .col-xs-3:nth-child(3){
    height: 66.666%;
}
.row_map .col-xs-6 .col-xs-9:nth-child(2){
    height: 33.333%;
}
.row_map .col-xs-6 .col-xs-9:nth-child(4){
    height: 66.666%;
}
.images_photo{
    height: 100%;
    overflow: hidden;
}
.images_photo img{
    height: 100%;
    transform: scale(1.05);
    transition: all 0.25s;
}
.images_photo:hover img{
    transform: scale(1);
}
.row_map .col-xs-6 .col-xs-9 .col-xs-6{
    padding: 0;
    height: 50%;
}
.details_photo{
    position: relative;
    background: #d8c0b6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #78675a;
    text-transform: uppercase;
    font-family: var(--fcflexica-light);
}
.details_photo:before{
    content: '';
    background: none;
    border: 1px solid #f1ddcf;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: auto;
    transition: all 0.25s;
    z-index: 2;
}
.details_photo p{
    margin: 0;
    font-size: 30px;
    line-height: normal;
}
.details_photo label{
    font-size: 80px;
    line-height: 80px;
}
.details_photo span{
    font-size: 32px;
    letter-spacing: 3px;
    line-height: normal;
}
.section_map .btn_moredetails{
    margin-top: 50px;
}
.section_portfolio{
    text-align: center;
    padding: 0 50px 100px;
    display: flow-root;
    width: 100%;
}
.section_portfolio ul{
    display: flex;
    margin: 0 auto 50px;
    padding: 5px 0;
    border-top: 1px solid #7a7979;
    border-bottom: 1px solid #7a7979;
    width: 100%;
    font-size: 16px;
}
.section_portfolio li{
    /*width: 11.11%;*/
    width: inherit;
    float: left;
    margin: 0!important;
    padding: 0;
    text-align: center;
    font-family: var(--gotham-light);

}
.section_portfolio .nav a{
    color: #7a7979;
    border-radius: 0;
    padding: 10px 2px;
}
.section_portfolio .nav li.active a, .section_portfolio .nav li a:hover{
    background: #e8b19d;
    color: #ffffff;
}
.images_portfolio{
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.images_portfolio img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.05);
    transition: all 0.25s;
}
.section_portfolio .col-xs-4:hover .images_portfolio img{
    transform: scale(1);
}
.images_portfolio:before{
    content: '';
    background: none;
    border: 1px solid #f1ddcf;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: auto;
    transition: all 0.25s;
    z-index: 2;
}
.details_portfolio{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #e8b19de6;
    padding: 50px;
    color: #434343;
    opacity: 0;
    transition: all 0.25s;
}
.information_portfolio{
    position: relative;
    z-index: 3;
}
.information_portfolio label{
    letter-spacing: 3px;
    font-size: 20px;
}
.information_portfolio p{
    font-family: var(--gotham-light);
    font-size: 16px;
}
.information_portfolio h2{
    font-size: 30px;
    line-height: 30px;
}
.btn_portfolio{
    position: relative;
    background: none;
    border: none;
    padding: 0 0 5px;
    margin: 0;
    font-family: var(--gotham-bold);
    text-transform: none;
    color: #434343;
    font-size: 16px;
}
.btn_portfolio:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #434343;
    opacity: 0.5;
    transition: all 0.25s;
}
.btn_portfolio:hover:before{
    width: 0;
}
.box_portfolio .col-xs-4:hover .details_portfolio{
    opacity: 1;
}
.section_portfolio_info h1{
    padding-bottom: 0;
    margin-bottom: 0;
}
.section_portfolio_info h1:before{
    content: none;
}
.section_portfolio_info h4{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.section_portfolio_info h4:before{
    content: '';
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #9c908a;
}
.box_portfolio_services{
    width: 768px;
    margin: 50px auto 0;
    text-align: left;
}
.box_portfolio_services label{
    text-transform: uppercase;
    letter-spacing: normal;
}
.box_portfolio_services p{
    margin: 0 0 25px 0;
    font-family: var(--calibri-bold);
    color: #4b4c4c;
    font-size: 20px;
}
.box_portfolio_services li{
    font-family: var(--calibri-bold);
    color: #4b4c4c;
    font-size: 20px;
}
.section_portfolio_details{
    padding: 0 0 100px;
}
.section_portfolio_details ul{
    margin: 0 auto 50px;
    display: inline-block;
    width: auto;
    position: relative;
    border: none;
}
.section_portfolio_details li{
    float: left;
    width: auto;
}
.section_portfolio_details .nav a{
    padding: 10px 30px;
}
.section_portfolio_details .images_portfolio:before{
    content: none;
}
.section_portfolio_details .images_portfolio{
    height: 300px;
    overflow: hidden;
}
.section_portfolio_details .images_portfolio img{
    transform: scale(1.05);
    transition: all 0.25s;
}
.section_portfolio_details .col-xs-4{
    padding: 15px;
}
.section_portfolio_details .box_portfolio{
    margin: -15px;
}
.section_portfolio_details .col-xs-4:hover .images_portfolio img{
    transform: scale(1);
}
.images_portfolio .overlay_gallery{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #e8b19de6;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    color: #434343;
    transition: all 0.25s;
}
.section_portfolio_details .col-xs-4:hover .images_portfolio .overlay_gallery{
    opacity: 1;
}
.fancybox__toolbar{
    font-family: var(--calibri-light)!important;
}
.section_services_info{
    padding: 0 100px 100px;
}
.section_client{
    padding: 100px 0;
    text-align: center;
    background: #fff;
}
.section_client h1{
    position: relative;
    padding-bottom: 25px;
}
.section_client h1:before{
    content: '';
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #9c908a;
}
.section_client ul{
    margin: 50px 0 0;
    padding: 0;
}
.section_client li{
    width: 33.333%;
    float: left;
    padding: 5px;
    list-style: none;
}
.section_client li:nth-child(1),
.section_client li:nth-child(4),
.section_client li:nth-child(7){
    border-right: 1px solid #dac8ba;
}
.section_client li:nth-child(2),
.section_client li:nth-child(5),
.section_client li:nth-child(8){
    border-right: 1px solid #dac8ba;
}
.section_client img{
    height: 200px;
    margin: 0 auto;
    display: block;
}
.row_awards{
    margin-top: 50px;
}
.row_awards .col-xs-12{
    border-bottom: 1px solid #dac8ba;
}
.row_awards .col-xs-12:nth-last-child(1){
    border-bottom: none;
}
.row_awards .col-xs-12 .col-xs-4:nth-child(1),
.row_awards .col-xs-12 .col-xs-4:nth-child(2){
    border-right: 1px solid #dac8ba;
}
.row_services_new .box_services_new{
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.row_services_new .box_services_new:nth-last-child(1){
    margin-bottom: 0;
}
.row_services_new .box_services_new:nth-child(even) .col-xs-6:nth-child(1){
    float: right;
}
.images_services_new{
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.images_services_new img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.details_services_new{
    background: #e4cebf;
    padding: 70px 50px;
}
.details_services_new h2{
    font-family: var(--gotham-medium);
    font-size: 30px;
    text-transform: none;
    letter-spacing: normal;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.details_services_new h2:before{
    content: '';
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0;
    background: #9c908a;
}
.details_services_new ul{
    margin: 0;
    padding: 0 0 0 25px;
    list-style-type: "-";
}
.details_services_new li{
    /*list-style: none;*/
    padding: 0 10px;
    width: 100%;
}
/*.details_services_new li::marker{*/
/*    content: '-';*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    font-size: 16px;*/
/*    color: #000000;*/
/*    display: inline-block;*/
/*}*/
.images_services_new:before {
    content: '';
    background: none;
    border: 1px solid #f1ddcf;
    border-right: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    margin: auto;
    transition: all 0.25s;
    z-index: 1;
}
.images_services_new.details_services_new:before{
    border-left: none;
    border-right: 1px solid #f1ddcf;
    left: 0;
    right: auto;
}
.box_details_services{
    position: relative;
    z-index: 2;
}
.row_services_new .box_services_new:nth-child(even) .images_services_new:before{
    right: auto;
    left: 0;
    border-left: none;
    border-right: 1px solid #f1ddcf;
}
.row_services_new .box_services_new:nth-child(even) .images_services_new.details_services_new:before{
    border-left: 1px solid #f1ddcf;
    right: 0;
    border-right: none;
    left: auto;
}
.btn_download:hover img{
    filter: brightness(0) invert(1);
}
.images_story strong{
    display: inline-block;
}