@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap');

@font-face {
    font-family: 'groove';
    src: url('../fonts/groove.eot');
    src: url('../fonts/groove.eot?#iefix') format('embedded-opentype'), url('../fonts/groove.woff2') format('woff2'), url('../fonts/groove.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
}

body {  /*  touch-action: none;*/
}

:root {
    --green: #39b54a;
    --lightgreen: #e1e6a2;
    --brightgreen: #03A550;
    --black: #231F20;
    --white: #FFF;
    --blue: #4F708C;
    --red: #cc0000;
    --gray: #333;
    --lightgray: #f4f4f4;
    --thfont: 'Prompt', sans-serif;
    --enfont: 'groove', sans-serif;
    --brown:#594A42;
    --gold: #C49A6C;
    --lightblue:#b0d3d9;
    --lightgreen2: #e5eab1;
}

/* fixed blurry */
.swiper-container {

    /*  -webkit-transform: translate3d(0,0,0);*/
}

.en {
    font-family: var(--enfont) !important
}

.th {
    font-family: var(--thfont) !important
}

/**/
.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.mb-9 {
    margin-bottom: 90px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mt-9 {
    margin-top: 90px !important;
}

.m10 {
    margin: 10px !important;
}

.m20 {
    margin: 20px !important;
}

.m30 {
    margin: 30px !important;
}

.m40 {
    margin: 40px !important;
}

.m50 {
    margin: 50px !important;
}

.m60 {
    margin: 60px !important;
}

.m70 {
    margin: 70px !important;
}

.m80 {
    margin: 80px !important;
}

.m90 {
    margin: 90px !important;
}

body {
    font-family: var(--thfont);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
}

a {
    color: var(--black);
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {
    color: var(--brown);
    text-decoration: none;
}

*,
*:after,
*:before {

    /* Disable hilight  */
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    box-sizing: border-box;
}

.link-two {
    color: var(--black);
    transition: all 0.5s ease;
}

.link-two:hover {
    text-decoration: underline;
    color: var(--black);
}

.link-one {
    color: var(--black);
    transition: all 0.5s ease;
}

.link-one:hover {
    color: var(--black);
    text-decoration: none;
}

.link-icon {
    color: var(--black);
    font-weight: 500;
}

.link-icon span {
    font-size: 14px;
    padding-left: 4px;
    vertical-align: middle;
}

.link-a {
    text-decoration: none;
    color: var(--white);
    text-decoration: none;
}

@media (min-width:768px) {
    .link-a {
        font-size: 0.9rem;
    }

}

@media (min-width:992px) {
    .link-a {
        font-size: 1rem;
    }

}

.link-a:hover {
    color: var(--white);
    text-decoration: none;
}

.link-a span {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

@media (min-width:768px) {
    .link-a span {
        font-size: 1.5rem;
    }

}

@media (min-width:992px) {
    .link-a span {
        font-size: 18px;
    }

}

.text-brand {
    color: var(--black);
    font-size: 2rem;
    font-weight: 600;
}

@media (max-width:767px) {
    .text-brand {
        font-size: 1.8rem;
    }

}

.color-a {
    text-decoration: none;
    color: var(--black);
}

.color-b {
    color: var(--brown);
}

.color-d {
    color: #adadad;
}

.color-text-a {
    text-decoration: none;
    color: #555555;
}

.no-margin {
    margin: 0;
}

/*------/ Nav Pills  /------*/
.nav-pills-a {
    text-decoration: none;
}

.nav-pills-a.nav-pills .nav-link {
    color: var(--black);
    position: relative;
    font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
    background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: var(--brown);
    z-index: 2;
}

/*------/ Bg Image /------*/
.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

/*------/ List a /------*/
.list-a {
    text-decoration: none;
    display: inline-block;
    line-height: 2;
    padding: 0;
    list-style: none;
}

.list-a li {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 25px;
    padding-right: 5px;
}

@media (min-width:992px) {
    .list-a li {
        width: 33.333%;
    }

}

.list-a li:before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    background-color: #313131;
    top: 15px;
    left: 0;
}

/*------/ Pagination-a /------*/
.pagination-a {
    text-decoration: none;
}

.pagination-a .pagination .page-link {
    margin: 0 0.2rem;
    border-color: transparent;
    padding: 0.5rem 0.8rem;
    color: var(--black);
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
    background-color: var(--brown);
}

.pagination-a .pagination .page-link span {
    font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
    padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
    padding: 0.4rem 0.9rem;
    color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
    background-color: var(--brown);
}

.a {
    text-decoration: none;
    color: var(--brown);
    font-size: 1.3rem;
}

/*------/ Icon Box /------*/
.icon-box .icon-box-icon {
    display: table-cell;
    vertical-align: top;
    font-size: 36px;
    color: var(--black);
    width: 50px;
    padding-top: 8px;
}

.icon-box .icon-box-content {
    padding-top: 18px;
}

/*------/ Space Padding /------*/
.section-t8 {
    padding-top: 8rem;
}

@media (max-width:767px) {
    .section-t8 {
        padding-top: 4rem;
    }

}

.section-t4 {
    padding-top: 4rem;
}

@media (max-width:767px) {
    .section-t4 {
        padding-top: 2rem;
    }

}

.section-t3 {
    padding-top: 3rem;
}

@media (max-width:767px) {
    .section-md-t3 {
        padding-top: 3rem;
    }

}

.section-b2 {
    padding-bottom: 2rem;
}

.section-tb85 {
    padding: 8rem 0 5rem 0;
}

@media (max-width:767px) {
    .section-tb85 {
        padding: 4rem 0 2.5rem 0;
    }

}

/*------/ Title /------*/
.title-wrap {
    padding-bottom: 4rem;
}

.title-a {
    text-decoration: none;
    font-size: 2.6rem;
    font-weight: 600;
}

.title-link {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 1.2rem;
}

.title-link a {
    text-decoration: none;
    color: #313131;
}

.title-link span {
    font-size: 20px;
    padding-left: 4px;
    vertical-align: middle;
}

.title-box-d {
    padding-bottom: 1.8rem;
    margin-top: 1rem;
    position: relative;
}

#search .title-box-d h3 {
    font-size: 2rem;
    font-weight: 300;
    color: var(--brown);
    margin-top: 10px;
}
.title-box-d h3 {
    font-size: 2rem;
    font-weight: 300;
    color: var(--white);
    margin-top: 10px;
}

.title-box-d h4 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--white);
    margin: 0;
    padding: 0;
}

.title-box-d .title-d {
    font-weight: 600;
    font-size: 2rem;
}

.title-box-d .title-d:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: var(--brown);
    bottom: 20px;
    left: 0;
}

/*------/ Display Table & Table Cell /------*/
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

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

/*------/ Ul Resect /------*/
.ul-resect ul,
.box-comments ul,
.list-a ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/*------/ Overlay /------*/
.overlay-a {
    text-decoration: none;
    /*  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);*/
}

.overlay {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
}

.carousel-pagination {
    margin-top: 10px;
    text-align: center;
}

.carousel-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 10px;
    background-color: #555;
    margin: 0 4px;
    border-radius: 0;
    opacity: 1;
    transition: 0.3s;
}

.carousel-pagination .swiper-pagination-bullet-active {
    background-color: var(--brown);
    width: 36px;
}

.nav-arrow-a {
    text-decoration: none;
}

.nav-arrow-a .owl-arrow .owl-nav {
    font-size: 1.8rem;
    margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    padding: 0.7rem 1.5rem !important;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: var(--white);
    background-color: var(--brown);
    opacity: 0.9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
    transition: all 0.6s ease-in-out;
    color: var(--white);
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
    background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    margin-left: 0px;
}

/*------/ Socials /------*/
.socials-a {
    text-decoration: none;
}

.socials-a .list-inline-item:not(:last-child) {
    margin-right: 25px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--brown);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #4bd680;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid var(--brown);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

/*======================================
//--//-->   BUTTON
======================================*/
.btn {
    transition: 0.5s ease;
}

.btn.btn-a,
.btn.btn-b {
    border-radius: 0;
    padding: 1rem 3rem;
    letter-spacing: 0.05rem;
}

.btn.btn-a {
    text-decoration: none;
    background-color: var(--black);
    color: var(--white);
}

.btn.btn-a:hover {
    background-color: var(--brown);
    color: var(--black);
}

.btn.btn-b {
    background-color: var(--brown);
    color: var(--black);
}

.btn.btn-b:hover {
    background-color: var(--black);
    color: var(--white);
}

.btn.btn-b-n {
    background-color: var(--brown);
    color: var(--white);
    border-radius: 0;
}

.btn.btn-b-n:hover {
    background-color: #26a356;
    color: var(--white);
}

/*.navbar-toggle-box i {
line-height: 0;
}*/

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-default {
    transition: all 0.5s ease-in-out;
    background-color: var(--brown);
    font-weight: normal;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*  padding-top: 28px;
                                                                                                                                                                                      padding-bottom: 28px; 
                                                                                                                                                                                      box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);*/
}

.navbar-default .nav-search {}

.navbar-default.navbar-reduce {

    /*  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);*/
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-left: 0;
    font-weight: 200;
}

@media (min-width:768px) {

    .navbar-default.navbar-trans .nav-item,
    .navbar-default.navbar-reduce .nav-item {

        /*    margin-left: 20px;*/
        margin: 0 30px;
    }

}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
    font-size: 1rem;
    font-weight: 200;
    color: #FFF;
    letter-spacing: 0.03em;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: var(--brown);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
    color: var(--lightgreen);
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.navbar-default.navbar-trans .show>.nav-link:before,
.navbar-default.navbar-trans .active>.nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show>.nav-link:before,
.navbar-default.navbar-reduce .active>.nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
    transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
    background-color: var(--brown);
}

.navbar-default.navbar-trans .nav-link:hover {
    color: var(--lightgreen);
}

.navbar-default.navbar-trans .show>.nav-link,
.navbar-default.navbar-trans .active>.nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
    color: var(--lightgreen);
}

.navbar-default.navbar-reduce {
    transition: all 0.5s ease-in-out;
    /*  padding-top: 19px;
    padding-bottom: 19px;*/
}

.navbar-default.navbar-reduce .nav-link {
    color: var(--white);
}

.navbar-default.navbar-reduce .nav-link:before {
    background-color: var(--brown);
}

.navbar-default.navbar-reduce .nav-link:hover {
    color: var(--lightgreen);
}

.navbar-default.navbar-reduce .show>.nav-link,
.navbar-default.navbar-reduce .active>.nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
    color: var(--lightgreen);
}

.navbar-default.navbar-reduce .navbar-brand {
    color: var(--black);
}

.navbar-default .dropdown .dropdown-menu {
    border-top: 0;
    border-left: 4px solid var(--brown);
    border-right: 0;
    border-bottom: 0;
    /*  transform: translate3d(0px, 20px, 0px);*/
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
    margin: 0;
    border-radius: 0;
    padding: 12px 0;
}

@media (min-width:768px) {
    .navbar-default .dropdown .dropdown-menu {
        border-top: 1px solid var(--brown);
        border-left: 0;
        display: block;
        position: absolute;
        box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
    }

}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
    padding: 12px 18px;
    transition: all 500ms ease;
    font-weight: 400;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--white);
    color: var(--brown);
    transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
    background-color: var(--white);
    color: var(--brown);
}

.navbar-default .dropdown:hover .dropdown-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: var(--black);
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-default .dropdown .dropdown-menu.megamenu {
    border: none;
    position: absolute !important;
    margin-top: 20px;
    background-color: var(--white);
}

/*.navbar-default .dropdown .dropdown-menu.megamenu:before {
  content: "";
  width: 100%;
  height: auto;
  min-height: 300px;
  position: fixed;
  left: 0;
  right: 0;
  background-color: var(--white);
  box-shadow: 0 1px 30px rgba(0, 0, 0, .4);
}*/
.dropdown-menu.megamenu .dropdown-item {
    font-weight: 300 !important;
    font-size: .8rem !important;
    border-bottom: 1px solid transparent;
    letter-spacing: 1px;
}

.navbar-default .dropdown .dropdown-menu.megamenu .dropdown-item:hover {
    background: transparent;
}

.dropdown-menu.megamenu a:hover,
.dropdown-menu.megamenu a:focus {
    border-bottom: 1px solid var(--lightgreen);
}

.dropdown-menu.megamenu a:last-child:hover,
.dropdown-menu.megamenu a:last-child:focus {
    border-bottom: 1px solid transparent;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/
.box-collapse {

    /* search  */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    background-color: var(--white);
    transform: translateX(-100%);
    transition: all 0.6s ease;
}

.box-collapse2 {
    /* menu  */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    background-color: var(--lightblue);
    transform: translateX(100%) translateZ(0);
    transition: all 0.6s ease;
    padding: 0 50px;
    box-sizing: border-box;
    color: var(--white);
}

.box-collapse2 .title-box-d {
    padding: 0;
}

.box-collapse2 ul {
    list-style: none;
    margin-top: 20%;
    padding-left: 0;
}

.box-collapse2 ol {
    list-style: none;
    margin-top: 20%;
    padding-left: 0;
}

.box-collapse2 li {
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.1rem;
    font-weight: 300;
    padding: 0 0 10px 0;
    transition: all ease-in-out 3s;
}

.box-collapse2 li a {
    font-size: 1rem;
    opacity: .7;
    color: var(--white);
}

.box-collapse2 li a:hover,
.box-collapse2 li a:focus {
    padding: 0 0 0 20px;
    opacity: 1
}

.box-collapse2 li.btext {
    font-weight: 500;
    line-height: 1.3rem;
    padding: 0 0 10px 0;
    opacity: 1;
}

.box-collapse2 li.btext a {
    font-size: 1.3rem;
    opacity: 1;
}

.box-collapse2 h4 {

    /*call us*/
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 50px;
}

.box-collapse2 h5 {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3.3px;
    color: var(--white);
}

.box-collapse2 li.btext a:hover,
.box-collapse2 li.btext a:focus {
    opacity: 1
}

/**/
.box-collapse2 ol {

    /*social icon*/
    display: flex;
    flex-direction: row;
    margin: 10px 0 0 0;
    padding: 0;
}

.box-collapse2 ol li {
    margin-right: 10px;
}

.box-collapse2 ol li a:hover,
.box-collapse2 ol li a:focus {
    padding: 0;
}

.box-collapse2 ol li img {
    width: 35px;
    /* filter: invert(100%); */
}

.divinelogo {
    width: 150px;
    height: auto;
    margin-top: 80px;
}

.divinelogo img {
    width: 100%;
}

@media (min-width:768px) {
    .box-collapse {
        width: 50%;
        max-width: 500px;
    }

    .box-collapse2 {
        width: 50%;
        max-width: 500px;
    }

}

.box-collapse .title-box-d,
.box-collapse2 .title-box-d {
    padding: 30px;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 0.3s;
}

@media (max-width:575px) {
    .box-collapse .title-box-d {
        left: 0;
    }

    .box-collapse2 .title-box-d {
        left: 0;
    }

    .box-collapse-open .box-collapse,
    .box-collapse-open2 .box-collapse2 {
        justify-content: flex-start !important;
    }

    .close-box-collapse {
        top: 0 !important;
        right: 1rem !important;
    }

    .close-box-collapse2 {
        top: 0 !important;
        right: 0 !important;
    }

}

@media (max-width:575px) {
    .box-collapse .title-box-d .title-d {
        font-size: 1.3rem;
    }

}

/*
.box-collapse-wrap {
opacity: 0;
position: absolute;
left: 0;
top: 6.5rem;
bottom: 5rem;
padding-left: 10%;
padding-right: 10%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
transform: translateY(3rem);
transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
}*/
.box-collapse-open .click-closed,
.box-collapse-open2 .click-closed2 {
    visibility: visible;
}

.box-collapse-open .box-collapse,
.box-collapse-open2 .box-collapse2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-collapse-open2 .box-collapse2 {
    justify-content: flex-start
}

.box-collapse-open .box-collapse .title-box-d,
.box-collapse-open2 .box-collapse2 .title-box-d {
    transform: translate(0);
    opacity: 1;
}

.box-collapse-open .box-collapse-wrap,
.box-collapse-open2 .box-collapse-wrap2 {
    transform: translate(0);
    opacity: 1;
}

.box-collapse-closed .box-collapse,
.box-collapse-closed2 .box-collapse2 {
    opacity: 0.7;
    transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d,
.box-collapse-closed2 .box-collapse2 .title-box-d {
    opacity: 0;
    transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a,
.box-collapse-closed2 .box-collapse2 .form-a {
    opacity: 0;
    transition-delay: 0s;
}

.click-closed,
.click-closed2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 1035;
    background-color: var(--black);
    opacity: 0.4;
}

.close-box-collapse {
    position: absolute;
    z-index: 1050;
    top: 1rem;
    font-size: 3rem;
    line-height: 1;
    color: var(--black);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .close-box-collapse2 {
    position: absolute;
    z-index: 1050;
    top: 1rem;
    font-size: 3rem;
    line-height: 1;
    color: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
  }

.right-boxed {
    right: 1rem;
}

.overlayclose {
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.intro {
    /*  height: 100vh;*/
    /*position: relative;
    color: var(--white);*/
    margin-top: 180px;
}

.intro .swiper-pagination {
    bottom: 50px;
}

.intro .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 10px;
    background-color: var(--white);
    border-radius: 0;
    opacity: 1;
    transition: 0.3s;
}

.intro .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--brown);
    width: 36px;
}

.intro .intro-item {

    /*  padding-top: 2rem;*/
}

@media(max-width:767px) {
    .intro .intro-item {
        padding-top: 0;
    }

}

.intro .carousel-item-a {
    position: relative;
    /*  height: 100vh;*/
}

.intro .carousel-item-a.bg-image {
    background-attachment: scroll;
}

.intro .intro-content {
    position: absolute;
}

.intro .intro-body {
    padding-left: 1rem;
}

@media (min-width:768px) {
    .intro .intro-body {
        padding-left: 2rem;
    }

}

/*.intro .intro-body .price-a {
color: var(--white);
padding: 1rem 1.5rem;
border: 2px solid var(--brown);
border-radius: 50px;
text-transform: uppercase;
letter-spacing: 0.03em;
}*/
.intro .spacial {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    color: var(--white);
}

.intro .intro-title-top {
    font-family: var(--enfont);
    margin-bottom: 1rem;
    font-size: 3.2rem;
    color: var(--lightgreen);
    text-align: right;
    line-height: 2.8rem;
    letter-spacing: .2rem;
    font-weight: 800;
}

.intro .intro-title-top b {
    display: block;
    font-size: 3.5rem;
    letter-spacing: .5rem;
    font-weight: 800;
}

.intro .intro-title {
    font-family: var(--enfont);
    color: var(--lightgreen);
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2rem;
    text-align: right;
}

.intro .intro-title b {
    color: var(--lightgreen);
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    font-weight: 700;
    display: block;
}

/*------/ Intro Single /------*/
.intro-single {}

@media (max-width:767px) {
    .intro-single {
        padding-top: 9rem;
    }

}

.intro-single .title-single-box {
    padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
    border-left: 3px solid var(--brown);
}

.intro-single .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}

@media (min-width:768px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.1rem;
    }

}

@media (min-width:992px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.5rem;
    }

}

.intro-single .breadcrumb-box {
    padding: 1rem 0 0 0.5rem;
}

.intro-single .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}

/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width:767px) {

    .card-box-a,
    .card-box-b,
    .card-box-c,
    .card-box-d {
        margin-bottom: 2.5rem;
    }

}

.card-box-a span,
.card-box-b span,
.card-box-c span,
.card-box-d span {
    line-height: 0;
}

@media (min-width:768px) {

    .grid .card-box-a,
    .grid .card-box-b,
    .grid .card-box-c,
    .grid .card-box-d {
        margin-bottom: 2.5rem;
    }

}

.card-box-a,
.card-box-b,
.card-box-d {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
    transition: 0.8s all ease-in-out;
}

@media (min-width:768px) {

    .card-box-a:hover .img-a,
    .card-box-a:hover .img-b,
    .card-box-b:hover .img-a,
    .card-box-b:hover .img-b {
        transform: scale(1.2);
    }

}

@media (min-width:768px) {

    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 0.9rem;
    }

}

@media (min-width:992px) {

    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 1rem;
    }

}

.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-shadow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-shadow:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/
@media (min-width:768px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }

}

@media (min-width:768px) and (min-width:768px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }

}

@media (min-width:768px) and (min-width:992px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 64px;
    }

}

@media (min-width:768px) {
    .card-box-a:hover .card-body-a {
        padding-bottom: 1rem;
    }

}

@media (max-width:767px) {
    .card-box-a .card-overlay-a-content {
        bottom: 65px;
    }

    .card-box-a .card-body-a {
        padding-bottom: 1rem;
    }

}

.card-overlay-a-content {
    transition: all 0.5s ease-in;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
}

@media (min-width:768px) {
    .card-overlay-a-content {
        bottom: -20px;
    }

}

@media (min-width:992px) {
    .card-overlay-a-content {
        bottom: 0px;
    }

}

.card-header-a {
    padding: 0 1rem;
}

.card-header-a .card-title-a {
    color: var(--white);
    margin-bottom: 0;
    padding-bottom: 0.7rem;
}

@media (min-width:768px) {
    .card-header-a .card-title-a {
        font-size: 1.3rem;
    }

}

@media (min-width:992px) {
    .card-header-a .card-title-a {
        font-size: 2rem;
    }

}

.card-header-a .card-title-a a {
    color: var(--white);
    text-decoration: none;
}

.card-body-a {
    z-index: 2;
    transition: all 0.5s ease-in;
    padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
    padding-bottom: 0.5rem;
}

.price-a {
    color: var(--white);
    padding: 0.6rem 0.8rem;
    border: 2px solid var(--brown);
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.card-footer-a {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: var(--brown);
}

.card-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0.5rem 0;
}

.card-info .card-info-title {
    font-size: 1rem;
    color: #313131;
}

@media (min-width:768px) {
    .card-info .card-info-title {
        font-size: 0.9rem;
    }

}

@media (min-width:992px) {
    .card-info .card-info-title {
        font-size: 1rem;
    }

}

.card-info li span {
    color: var(--white);
    font-size: 0.9rem;
}

@media (min-width:768px) {
    .card-info li span {
        font-size: 0.8rem;
    }

}

@media (min-width:992px) {
    .card-info li span {
        font-size: 1rem;
    }

}

/*------/ Property Grid /-----*/
.property-grid .grid-option {
    text-align: right;
    margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
    border-radius: 0;
    width: 200px;
    border-color: #313131;
}

.property-grid .grid-option .custom-select:hover,
.property-grid .grid-option .custom-select:active,
.property-grid .grid-option .custom-select:focus {
    border-color: #313131;
}

.property-grid .grid-option .custom-select option {
    border-color: #313131;
}

/*------/ Property Single /-----*/
.gallery-property {
    margin-bottom: 3rem;
}

.property-price {
    margin: 0 auto;
}

.property-price .card-header-c {
    padding: 0;
}

.summary-list {
    padding-right: 1rem;
    color: var(--black);
}

.summary-list .list {
    padding: 0;
    line-height: 2;
}

.summary-list .list span {
    color: #555555;
}

@media (max-width:767px) {
    .property-agent {
        margin-top: 2.5rem;
    }

}

.property-agent .title-agent {
    font-weight: 600;
}

.property-agent ul {
    line-height: 2;
    color: var(--black);
}

.property-agent .socials-a {
    text-align: center;
}

@media (max-width:991px) {
    .property-contact {
        margin-top: 2.5rem;
    }

}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/
.card-header-b {
    padding: 1rem;
    color: var(--white);
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

@media (min-width:768px) {
    .card-header-b {
        bottom: 0px;
    }

}

@media (min-width:992px) {
    .card-header-b {
        bottom: 20px;
    }

}

.card-header-b .category-b {
    font-size: 0.9rem;
    background-color: var(--brown);
    padding: 0.3rem 0.7rem;
    color: #313131;
    letter-spacing: 0.03em;
    border-radius: 50px;
    text-decoration: none;
}

.card-header-b .title-2 {
    margin-bottom: 0;
    padding: 0.6rem 0;
    font-size: 1.5rem;
}

@media (min-width:768px) {
    .card-header-b .title-2 {
        font-size: 1rem;
    }

}

@media (min-width:992px) {
    .card-header-b .title-2 {
        font-size: 1.6rem;
    }

}

.card-header-b .title-2 a {
    color: var(--white);
    text-decoration: none;
}

.card-header-b .date-b {
    color: #d8d8d8;
    font-size: 1rem;
}

@media (min-width:768px) {
    .card-header-b .date-b {
        font-size: 0.9rem;
    }

}

@media (min-width:992px) {
    .card-header-b .date-b {
        font-size: 1rem;
    }

}

/*------/ News Single /------*/
.post-information {
    padding: 3rem 0;
}

.post-content {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
}

.post-content .post-intro {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 4rem;
    line-height: 1.6;
    color: var(--black);
    font-weight: 400;
}

.post-content p {
    margin-bottom: 1.7rem;
}

.post-content .blockquote {
    padding: 1rem 3rem 1.7rem 3rem;
    border-left: 3px solid var(--brown);
    color: var(--black);
}

.post-content .blockquote footer {
    text-align: left;
    padding: 0;
}

.post-footer {
    padding: 3rem 0 4rem;
}

.post-share .socials {
    display: inline-block;
}

.post-share .socials li {
    margin-left: 0.6rem;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
    padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
    width: 80px;
    height: 80px;
}

.box-comments .list-comments .comment-author {
    font-size: 1.3rem;
}

@media (min-width:768px) {
    .box-comments .list-comments .comment-author {
        font-size: 1.5rem;
    }

}

.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.box-comments .list-comments .comment-description {
    padding: 0.8rem 0 0.5rem 0;
}

.box-comments .list-comments a {
    color: var(--black);
}

.box-comments .list-comments span {
    display: block;
    color: #2B2A2A;
    font-style: italic;
}

.box-comments .comment-children {
    margin-left: 40px;
}

/*======================================
//--//-->   SERVICES - CARD-C
======================================*/
.card-box-c {
    position: relative;
}

@media (max-width:767px) {
    .card-box-c {
        margin-bottom: 2rem;
    }

}

.card-header-c {
    padding: 0 1rem 1rem 1rem;
}

.card-body-c {
    padding: 0.5rem 0.5rem 0 0.5rem;
}

@media (max-width:767px) {
    .card-body-c {
        padding: 0;
    }

}

.card-footer-c {
    padding-left: 0.5rem;
}

.card-box-ico {
    padding: 1rem 3rem 1rem 2.5rem;
    border: 5px solid var(--brown);
}

.card-box-ico span {
    font-size: 4rem;
    color: var(--black);
}

.title-c {
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: -40px;
}

@media (min-width:768px) {
    .title-c {
        font-size: 1.8rem;
    }

}

@media (min-width:992px) {
    .title-c {
        font-size: 2.5rem;
    }

}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/
.card-box-d .card-overlay-hover {
    transition: all 0.2s ease-in-out;
    padding: 15px 40px 15px 35px;
}

@media (min-width:768px) {
    .card-box-d .card-overlay-hover {
        padding: 5px 15px 5px 10px;
    }

}

@media (min-width:992px) {
    .card-box-d .card-overlay-hover {
        padding: 5px 40px 5px 35px;
    }

}

@media (min-width:1200px) {
    .card-box-d .card-overlay-hover {
        padding: 15px 40px 5px 35px;
    }

}

.card-box-d .title-d {
    transition: 0.3s ease-in-out;
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
}

@media (min-width:768px) {
    .card-box-d .title-d {
        font-size: 1.1rem;
        margin: 0.5rem 0;
    }

}

@media (min-width:992px) {
    .card-box-d .title-d {
        font-size: 1.5rem;
        margin: 1rem 0;
    }

}

@media (min-width:1200px) {
    .card-box-d .title-d {
        font-size: 2rem;
        margin: 1rem 0;
    }

}

.card-box-d .content-d {
    opacity: 0;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}

@media (min-width:768px) {
    .card-box-d .content-d {
        font-size: 0.8rem;
        margin: 0.5rem 0;
    }

}

@media (min-width:768px) {
    .card-box-d .card-body-d p {
        margin-bottom: 8px;
        font-size: 0.8rem;
    }

}

@media (min-width:992px) {
    .card-box-d .card-body-d p {
        margin-bottom: 12px;
        font-size: 1rem;
    }

}

.card-box-d .info-agents {
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.card-box-d .card-footer-d {
    transition: 0.5s ease-in-out;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.list-inline-item {
    line-height: 1rem;
}

.card-box-d .list-inline-item:not(:last-child) {
    margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
    background-color: var(--brown);
    opacity: 0.9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*------/ Agent Single /------*/
.agent-info-box .socials-footer {
    margin-top: 2rem;
}

.agent-info-box .socials-footer li {
    margin-right: 1.5rem;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.section-about .title-vertical {
    position: absolute;
    letter-spacing: 0;
    transform: rotate(-90deg);
    top: 50px;
    text-align: left;
    font-size: 1.8rem;
    width: 300px;
    font-weight: 700;
    text-align: right;
}

.about-img-box {
    padding-left: 1rem;
    position: relative;
}

@media (min-width:576px) {
    .about-img-box {
        padding-left: 4rem;
    }

}

@media (min-width:768px) {
    .about-img-box {
        padding-left: 5rem;
    }

}

.sinse-box {
    background-color: var(--brown);
    padding: 1rem 2rem;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

@media (min-width:576px) {
    .sinse-box {
        padding: 1.5rem 2.5rem;
        bottom: 20px;
    }

}

@media (min-width:768px) {
    .sinse-box {
        padding: 1.5rem 3rem;
    }

}

@media (min-width:992px) {
    .sinse-box {
        padding: 3rem 4.5rem;
    }

}

.sinse-box .sinse-title {
    font-weight: 700;
    letter-spacing: 0.043em;
    font-size: 1rem;
}

@media (min-width:576px) {
    .sinse-box .sinse-title {
        font-size: 1.3rem;
    }

}

@media (min-width:768px) {
    .sinse-box .sinse-title {
        font-size: 1.8rem;
    }

}

@media (min-width:992px) {
    .sinse-box .sinse-title {
        font-size: 2.2rem;
    }

}

.sinse-box .sinse-title span {
    position: absolute;
}

.sinse-box .sinse-title span:after {
    content: " ";
    width: 35px;
    height: 2px;
    background-color: var(--black);
    position: absolute;
    bottom: -15px;
}

.sinse-box p {
    margin-bottom: 0;
    font-size: 0.7rem;
}

@media (min-width:576px) {
    .sinse-box p {
        font-size: 0.8rem;
    }

}

@media (min-width:576px) {
    .sinse-box p {
        font-size: 1rem;
    }

}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials-box {
    padding: 1rem 0;
}

.testimonials-box .testimonial-avatar {
    width: 80px !important;
    display: inline-flex !important;
    border-radius: 50%;
}

.testimonial-ico {
    text-align: center;
}

.testimonial-ico i {
    font-size: 48px;
    color: var(--brown);
}

.testimonial-text {
    font-style: italic;
    margin-top: 25px;
    padding: 1.5rem 1.5rem;
    background-color: #f3f3f3;
    position: relative;
}

.testimonial-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    width: 0px;
    height: 0px;
    border-top: 15px solid rgb(243, 243, 243);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.testimonial-author-box {
    margin-top: 2rem;
}

.testimonial-author {
    margin-left: 1rem;
    display: inline-flex;
    font-size: 1.2rem;
    color: var(--black);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.form-as #sendmessage {
    color: var(--brown);
    border: 1px solid #26a356;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-as #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-as #sendmessage.show,
.form-as #errormessage.show,
.form-as .show {
    display: block;
}

.form-as .validation {
    color: red;
    display: none;
    margin: 4px 0 20px 0;
    font-weight: 400;
    font-size: 13px;
}

.form-as label {
    color: var(--black);
    position: relative;
}

.form-as select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

.form-as .form-control {
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
}

.form-as .form-control.form-control-a {
    height: 3.5rem;
}

.form-as .form-control:focus {
    box-shadow: none;
    border-color: var(--brown);
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.php-email-form label {
    color: var(--black);
    position: relative;
}

.php-email-form select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

.php-email-form .form-control {
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
}

.php-email-form .form-control.form-control-a {
    height: 3.5rem;
}

.php-email-form .form-control:focus {
    box-shadow: none;
    border-color: var(--brown);
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.section-footer {
    padding-top: 60px;
    margin-top: 60px;
    background: #f3f3f3;
}

.section-footer ul {
    line-height: 2;
}

.section-footer .item-list-a i {
    font-size: 18px;
    padding-right: 4px;
    color: var(--brown);
}

.section-footer .widget-a .w-title-a {
    margin-bottom: 1rem;
}

.nav-footer {}

.nav-footer .list-inline {
    font-size: 1rem;
    text-align: left;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.list-inline-item ul {
    list-style: none;
    margin-top: 20px;
}

.list-inline-item ul li {
    font-size: .9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0 0 5px 0;
    margin-left: -30px;
}

.list-inline-item ul li.htype {
    margin: 20px 0 0 -30px;
}

.list-inline-item ul li a:hover,
.list-inline-item ul li a:focus {
    color: var(--lightgreen);
    /*  padding-left: 10px;*/
    transition: all ease-in-out .35s;
}

.list-inline-item ul.th * {
    font-family: var(--thfont);
}

.list-inline-item ul.en * {
    font-family: var(--enfont);
}

footer {
    background: var(--lightblue);
    color: var(--white);
    text-align: center;
    padding: 50px 80px 50px 80px;
}

footer a {
    color: var(--white);
}
footer a:hover {
    color: var(--black) !important;
}
footer .copyright-footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

footer .credits {
    font-size: 14px;
}

@media(max-width:992px) {
    footer {
        padding: 50px 20px 0 20px;
    }

}

* {
    outline: none;
}

/**/
.divine {
    text-align: left;
}

.divine h3,
.divine h4,
.divine h5,
.divine p {
    color: #FFF;
}

.divine h3 {
    font-size: 2rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .9px;
}

.divine h4 {

    /* สำนัก */
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

.divine h5 {
    font-size: 0.95rem;
    letter-spacing: .1px;
    font-weight: 400;
    margin: 0;
}

.divine p b {
    font-weight: 400;
}

.divine p {
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 200;
    margin: 0;
}

.divine .copy {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.17rem;
    margin-top: 0.5rem;
    display: block;
}

@media(max-width:992px) {
    .tableft {
        display: none !important;
    }

}

.divine ol {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.divine li {
    margin-right: 10px;
}

.divine li img {
    width: 32px;
    height: auto;
}

@media(max-width:576px) {
    .nav-footer .list-inline {
        text-align: left;
        flex-direction: column;
        padding: 10px 0;
    }

    .list-inline-item ul {

        /*    display: none;*/
    }

    .tableft b {
        font-size: 1rem;
    }

    .linechat.active {
        background: transparent;
    }

    .intro {
        background-color: var(--white);
    }

    .bg-image {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }

}

/*  */
.fixed-top {
    top: 120px !important;
    min-height: 56px;
}

/* menu */
.blacknav {
    display: block;
    background: var(--lightblue);
    padding: 20px 0;
    width: 100%;
    height: 120px;
    position: fixed;
    z-index: 99;
}

.blacknav button {
    background: transparent !important;
    border: none !important;
}

.blacknav .centerlogo {
    width: auto;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.centerlogo img {
    width: 200px;
}

.blacknav .hamberger, .blacknav .searchbox {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 15px;
}

.blacknav .searchbox {
    right: auto;
    left: 0;
}

.blacknav .searchbox img,
.blacknav .hamberger img {
    width: 30px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
}

.blacknav .hamberger span,
.navbar-toggle-box span {
    color: var(--white);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.dropdown-toggle::after {
    border: none;
}

button {
    border: none
}

.popdbar {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    text-align: center;
    background-color: var(--lightgray);
    justify-content: center;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 999;
    font-weight: 500;
    animation: expandhide .3s forwards;
}

.popheader {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1rem;
}

.popheader b {
    font-weight: 500;
    letter-spacing: 2px;
}

.subpopheader {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*  display: block;*/
    margin-bottom: 10px;
}

.popdbar .tableft {
    display: none;
}

.popdbar.expland {
    height: calc(100vh - 50px);
    z-index: 9999;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    animation: expandshow .3s forwards;
}

@keyframes expandshow {
    0% {
        height: 80px;
    }

    100% {
        height: calc(100vh - 50px);
    }

}

@keyframes expandhide {
    0% {
        height: calc(100vh - 50px);
    }

    100% {
        height: 80px;
    }

}

.popdbar.active {

    /*  height: 50px;*/
}

.popdbar.active .tableft,
.popdbar.expland .tableft {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    background-color: var(--brown);
    color: var(--white);
    font-size: .9rem;
    text-align: left;
    padding: 20px 20px 20px 30px;
    margin: 0;
    line-height: 1em;
    letter-spacing: 1px;
}

.popdbar.active .tableft b {

    /*  font-size: 1.4rem;*/
    font-weight: 600;
    display: block !important;
    float: left;
    line-height: 1.2rem;
    letter-spacing: 2px;
}

.popdbar.active.expland {
    height: calc(100vh - 50px);
    background-color: var(--brown);
    color: var(--white);
    transform-origin: bottom;
    transition: height 0.3s ease-in-out;
}

.popdbar.active.expland .tableft,
.popdbar.expland .tableft {
    background-color: transparent;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
}

.popdbar.expland .tableft {
    display: flex;
    color: var(--brown);
    font-size: 2rem;
    align-items: center;
}

.popdbar.expland .tableft br {
    display: none;
}

.popdbar.expland.active .tableft {
    color: var(--white);
}

.popdbar.active.expland .tableft b,
.popdbar.expland .tableft b {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-right: 10px;
    color: var(--white);
}

.popdbar.expland .tableft b {
    color: var(--brown);
}

.popdbar.active.expland .tableft span {
    display: block;
    float: left;
    color: var(--white);
}

.popdbar.expland .tableft span {
    color: var(--brown);
}

/* Hero banner */
.imgbanner {
    width: 100%;
    height: auto;
}

.imgbanner img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*@media(min-width:1200px) {
.imgbanner {
background-color: var(--lightgreen);
width: 100%;
height: calc(100vh - 250px);
}

.imgbanner img {
width: auto;
height: 100%;
margin: 0 auto;
}

}
*/
.intro-body {
    position: absolute;
    left: 70%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(max-width:992px) {
    .fixed-top {
        display: none;
    }

    .intro .intro-item {
        padding: 0;
    }

    .intro {
        margin-top: 95px;
    }

    .nav-footer .list-inline {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

}

@media(max-width:766px) {
    .imgbanner {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        display: block;
    }

    .imgbanner img {
        width: 100%;
        height: auto;
    }

    .intro-body {
        position: relative;
        left: inherit;
        right: inherit;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        top: 0;
        padding: 30px;
    }

    .linechat.active {
        background-color: transparent !important;
        right: 1rem !important;
        left: auto !important;
        /*    bottom: 1rem !important;*/
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
    }

}

@media(max-width:480px) {
    .popdbar {
        text-align: left !important;
    }

    #grooveMateral {
        padding: 80px 0 !important;
    }

    .popheader {
        padding: 0;
        text-align: center;
    }

    .linechat.active {
        background: transparent !important;
    }

    .btncurve {
        display: flex;
    }

    .subpopheader {
        font-size: 1.2rem;
    }

    .popdbar.active {
        height: auto;
    }

    .popdbar.active .popheader .subpopheader:before,
    .popdbar.expland .popheader .subpopheader:before {
        content: "" !important;
        margin-left: 0 !important;
    }

}

.texthide {

    /* word is over */
    font-size: 2rem;
    margin-top: 10px;
    display: none;
}

.popdbar.expland .texthide,
.popdbar.active.expland .texthide {
    display: block;
}

.btncurve {

    /* read more  */
    padding: 1px 20px;
    display: inline-block;
    border-radius: 20px;
    margin: 5px auto;
    color: var(--brown);
    font-family: var(--enfont);
    text-transform: uppercase;
    font-weight: 400;
    font-size: .7rem;
    letter-spacing: .8px;
}

.popdbar.active.expland .btncurve,
.popdbar.expland .btncurve {
    background-color: var(--white);
    color: var(--brown);
    font-weight: 400;
    padding: 5px 20px;
    font-size: 1rem;
    font-family: var(--thfont);
}

.popdbar.expland .btncurve {
    background-color: var(--brown);
    color: var(--white);
}

.popdbar.expland .tableft:after,
.popdbar.active.expland .tableft:after {
    content: "";
    display: block;
    width: 20px;
    height: 0;
    border-bottom: 2px solid var(--brown);
    margin: 30px auto 40px auto
}

.popdbar.active.expland .tableft:after {
    border-color: var(--white);
}

/* Tranformer */
.popdbar.active .popheader,
.popdbar.expland .popheader {
    font-size: 1rem;
}

.popdbar.active .popheader .subpopheader,
.popdbar.expland .popheader .subpopheader {

    /*  display: inline-block;*/
    font-size: 1rem;
    margin-bottom: 0;
}

.popdbar.active .popheader .subpopheader:before,
.popdbar.expland .popheader .subpopheader:before {
    content: '';
}

.popdbar.expland .popheader,
.popdbar.active.expland .popheader {
    font-size: 2rem;
    line-height: 2rem;
}

.popdbar.expland .popheader .subpopheader,
.popdbar.active.expland .popheader .subpopheader {
    display: block;
    font-size: 1.5rem;
    margin: 30px 0;
    font-weight: 900;
}

.popdbar.expland .popheader .subpopheader:before,
.popdbar.active.expland .popheader .subpopheader:before {
    content: "";
}

.popdbar .remarks {
    display: none;
    font-size: .8rem;
    line-height: .9rem;
    font-family: var(--enfont);
    position: absolute;
    right: 5%;
    bottom: 20px;
    max-width: 400px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.popdbar.expland .remarks {
    display: block;
    color: var(--brown);
}

.popdbar.active.expland .remarks {
    display: block;
    color: var(--white);
}

@media(max-width:480px) {
    .w100 {
        width: 100%;
        display: block;
    }

    .popdbar.active.expland .remarks {
        text-align: center;
        right: 0;
        left: 0;
    }

}

.popdbar.active .btncurve {
    margin-top: 10px;
}

.bggreen {
    background-color: var(--lightgreen);
}

.linechat {
    position: fixed;
    right: 10px;
    width: 60px;
    height: auto;
    z-index: 999;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    transition: all ease-in-out .25s;
}

.linechat img {
    width: 50px;
    height: 50px;
}

.linechat.active {
    position: fixed;
    display: flex;
    right: 10px;
    bottom: 30px;
    height: 80px;
    z-index: 999;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.linechat.active img {
    width: 50px;
    height: 50px;
}

.section {
    padding: 120px 0;
}

.flexBox .name {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: var(--thfont);
    font-style: italic;
    color: var(--green);
    line-height: 2.1rem;
    margin-bottom: 50px;
}

.flexBox h3 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: var(--thfont);
    color: var(--black);
    line-height: 2.1rem;
}

.flexBox h4 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--thfont);
    color: var(--black);
}

.flexBox p {
    font-size: 1.2rem;
    font-family: var(--thfont);
    color: var(--brown);
    margin-top: 20px;
}

.btn-green {
    padding: 5px 50px;
    background-color: var(--black);
    color: var(--white);
    font-size: 1.2rem;
    border-radius: 30px;
    font-family: var(--thfont);
    transition: all ease-in-out .5s;
    border: none !important;
}

.arrow {
    margin-right: 10px;
}

.arrow i {
    color: var(--brown);
}

.btn-green:hover,
.btn-green:focus {
    background-color: var(--lightgreen);
    color: var(--black);
}

.btn-white {
    padding: 10px 50px;
    background-color: #eeeeee;
    color: var(--brown);
    font-size: 1.2rem;
    border-radius: 2px;
    font-family: var(--thfont);
    transition: all ease-in-out .5s;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #eeeeee;
    color: var(--brown);
}

/* custom  */
.form-group {
    position: relative;
}

.form-group+.form-group {
    margin-top: 30px;
}

.form-label {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
    transform: translateY(-125%);
    -webkit-transform: translateY(-125%);
    -moz-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    -o-transform: translateY(-125%);
    font-size: 0.75em;
}

.form-input {
    position: relative;
    padding: 12px 0px 5px 12px;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 var(--lightgreen);
    transition: box-shadow 150ms ease-out;
}

.form-input:focus {
    box-shadow: 0 2px 0 0 var(--brown);
}

.form-input.filled {
    box-shadow: 0 2px 0 0 var(--lightgreen);
}

.form-input .err-txt {
    display: none;
    padding: 10px 5px;
    margin-bottom: 15px;
    color: #f20;
}

.form-input .error {
    border-color: #f20;
}

.form-input.error .err-txt {
    display: block
}

.help {
    display: block;
    font-size: .9rem;
    color: var(--brown);
    font-family: var(--thfont);
    line-height: 1.1rem;
    margin-top: 20px;
    margin-left: 5px;
    font-weight: 400;
}

/*css dropdown*/
.select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.select {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--brown);
    font-family: var(--thfont);
    outline: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.select__trigger {
    position: relative;
    display: flex;
    /*  align-items: center;*/
    justify-content: flex-start;
    padding: 0px 20px;
    color: var(--brown);
    height: 60px;
    line-height: 60px;
    background: var(--white);
    cursor: pointer;
    /*  border-width: 1px 0 1px 0;
  border-style: solid;*/
    border-color: var(--brown);
}

.select__trigger label {
    font-size: 1rem;
    display: block;
}

.select__trigger span {
    display: block;
    font-size: 1rem;
}

.select:last-child {
    border-top: 0;
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid var(--brown);
    border-top: 0;
    background: var(--white);
    /*  ransition: all 0.5s;t*/
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none !important;
}

@media(max-width:766px) {
    .custom-options {
        top: calc(100% - 20px);
    }

}

.custom-option b {
    font-weight: 900;
}

.select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.borderT0 {
    border-top: 0;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0px 30px;
    font-weight: 300;
    color: var(--black);
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    white-space: nowrap;
}

.custom-option:hover {
    cursor: pointer;
    background-color: var(--lightgreen);
}

.normalselect {
    border: none;
}

.select.normalselect.open .custom-options {
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.select.normalselect .custom-options {
    border: none !important;
}

.normalselect .select__trigger {
    padding: 0;
    border-bottom: 1px solid var(--gold);
}

.select.normalselect .custom-option.selected {
    background-color: transparent;
}

.select.normalselect .custom-option.selected:hover {
    background-color: var(--gold) !important;
}

.select.normalselect .custom-option {
    padding: 10px 20px;
    line-height: 2rem;
}

.custom-options h4 {

    /* group select */
    font-family: var(--thfont);
    font-size: 1.1rem;
    display: block;
    padding: 20px 20px 0 20px;
}

.dropdown-toggle::after {
    content: "" !important;
    display: none
}

/**/
.popAlert {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--lightgreen);
    z-index: 2000;
    padding: 20px;
    transition: all ease-in-out .35s;
}

.popAlert>div {
    background-color: rgba(0, 0, 0, .5);
    padding: 30px 30px 50px 30px;
    width: 100%;
    max-width: 450px;
    border-radius: 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    animation: scale .3s ease-in-out .2s
}

.popAlert>div h3 {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.popAlert>div h4 {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 200;
}

.popAlert>div i {
    color: var(--white);
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
}

.btnNormal {
    padding: 10px 50px;
    background-color: var(--lightgreen);
    color: var(--brown);
    font-size: 1.2rem;
    border-radius: 5px;
    font-family: var(--thfont);
    font-weight: 500;
    transition: all ease-in-out .5s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

.btnNormal:hover,
.btnNormal:focus {
    background-color: var(--lightgreen);
    color: var(--brown);
}

/**/
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: var(--white);
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }

}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }

}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px var(--brown);
    }

}

/*  */
.input-holder {
    margin: 20px 0;
}

.err-txt {
    color: var(--red);
    font-size: .8rem;
    font-weight: 400;
    font-family: var(--thfont);
    letter-spacing: 0;
    display: none;
    line-height: 3em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-holder.error {
    border-color: var(--red);
}

.input-holder.error .err-txt {
    display: block
}

.err-txt:before {
    font-family: "bootstrap-icons";
    content: "\F333";
    font-size: .8rem;
    vertical-align: middle;
    margin-right: 5px;
}

/* Fix safari bug  input */
input {
    -webkit-user-select: text;
    /* Chrome, Opera, Safari */
    -moz-user-select: text;
    /* Firefox 2+ */
    -ms-user-select: text;
    /* IE 10+ */
    user-select: text;
    /* Standard syntax */
}

.text-right {
    text-align: right !important;
}

/* ------------------------------  */
.bgDarkgreen {
    background-color: var(--brown) !important;
    position: relative;
    min-height: 80vh;
    padding: 80px 0;
}

.bgDarkgreen h1,
.bgDarkgreen h2,
.bgDarkgreen h3,
.bgDarkgreen h4,
.bgDarkgreen h5,
.bgDarkgreen p,
.bgDarkgreen li {
    color: var(--white);
}

.bgDarkgreen h3 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 500;
}

.bgDarkgreen .fcenter h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.bgDarkgreen .fcenter h4 {
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.bgDarkgreen p {
    font-weight: 200;
    font-size: 1.2rem;
    letter-spacing: .5px;
}

#needgreen {
    background-color: var(--white);
    /*  transition: all ease-in-out 1s;*/
}

#needgreen p {
    font-weight: 300;
    width: 95%;
}

@media(max-width:992px) {
    #needgreen p {
        width: 100%;
    }

}

#needgreen.active {
    background-color: var(--brown);
}

.relbox {
    position: relative !important;
}

.flexBox {
    position: absolute;
    top: 50%;
    /*    */
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centerY {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.animatebox {
    position: absolute;
    top: 50%;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.animatebox.scrollactive {
    animation: explandheight ease-in-out 0.8s forwards;
}

@media(max-width:992px) {
    .animatebox.scrollactive {
        animation: explandheight2 ease-in-out 0.8s forwards;
    }

}

@keyframes explandheight {
    0% {
        height: 0px;
    }

    100% {
        height: 450px;
    }

}

@keyframes explandheight2 {
    0% {
        height: 0px;
    }

    100% {
        height: 200px;
    }

}

.animatebox .leftborder {
    border-left: 1px solid var(--white);
    height: 100%;
    margin: 20px 0;
}

.animatebox .topbox {

    /* green please  */
    font-family: var(--enfont);
    font-size: 2.1rem;
    line-height: 1.8rem;
    font-weight: 200;
    color: var(--white);
    letter-spacing: .5px;
}

.animatebox .topbox span {

    /* green */
    letter-spacing: 5px !important;
}

.animatebox .bottombox {

    /* Green attitude */
    font-family: var(--enfont);
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 200;
    letter-spacing: 1.5px;
    color: var(--white);
    text-transform: uppercase;
}

/* Location */
.animatebox.bluetext .leftborder {
    border-left: 1px solid var(--blue);
    height: 100%;
    margin: 20px 0;
}

.animatebox.bluetext .topbox {
    color: var(--blue);
}

.animatebox.bluetext .bottombox {
    color: var(--blue);
    font-family: var(--thfont);
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.imgpos1,
.imgpos2,
.imgpos3,
.imgpos4,
.imgpos5,
.imgpos6 {
    position: absolute;
    z-index: 0;
}

.imgpos1 {
    width: 150px;
    height: auto;
    left: 10%;
    top: 0;
}

.imgpos2 {
    width: 250px;
    height: auto;
    right: 30px;
    top: 30px;
}

.imgpos3 {
    width: 300px;
    height: auto;
    left: 10px;
    bottom: -10%;
}

/**/
.imgpos4 {
    width: 250px;
    height: auto;
    right: -2%;
    bottom: -5%;
}

.imgpos5 {
    width: 300px;
    height: auto;
    left: -5%;
    bottom: 0;
    z-index: -1
}

/* ------------------------------  */
.bgWhite {
    background-color: var(--white);
}
.bgLightGray {
    background-color: var(--lightgray);
}

.texthead {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
}

.texthead h1,
.texthead h2,
.texthead h3,
.texthead h4 {
    color: var(--brown);
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.texthead h2 {
    font-size: 2.3rem;
    font-weight: 800;
}

.texthead h3 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px;
}

/*   */
.dataElm {
    position: relative;
    width: 80vw;
    margin: 0 auto;
}

.threebars {
    margin-top: 50px;
}

.threebars ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 80px;
    position: relative;
}

@media(max-width:480px) {
    .threebars ul li.active {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .threebars li.active:before {
        font-size: .9rem;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .threebars li.active span:before {
        content: "";
    }

}

.threebars li {
    list-style: none;
    width: calc(100% / 2);
    background-color: var(--lightgreen);
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 1;
    transition: all ease-in-out .35s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

@media(max-width:992px) {
    .threebars li {
        font-size: 1rem;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media(max-width:320px) {
    .threebars ul {
        overflow-x: hidden;
        overflow-y: auto;
    }

}

.threebars li.inactive {
    width: 0;
    padding: 0;
}

.threebars li.active {
    width: 100%;
    opacity: 1;
    text-indent: 40px;
    position: relative;
    z-index: 9;
    bottom: 0;
    top: 0;
    transition: all ease-in-out .5s;
    justify-content: flex-start;
}

.threebars li.active:nth-child(1) {
    left: 0;
}

.threebars li.active:nth-child(2) {}

.threebars li.active:nth-child(3) {
    right: 0;
}

.threebars li.active:hover,
.threebars li.active:focus {
    opacity: 1 !important;
}

.threebars li:hover,
.threebars li:focus {
    opacity: .9;
}

.threebars li:nth-child(1) {
    background-color: var(--gold);
}

.threebars li:nth-child(2) {
    background-color: var(--brown);
}

.threebars li:nth-child(3) {
    background-color: var(--gold);
}

.threebars li span {
    display: none;
}

.threebars li.active span {
    display: initial;
    font-weight: 300;
    letter-spacing: 1px;
}

.threebars li.active span span {
    background-color: #ccd498;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}

.threebars li.active span span:before {
    content: "";
}

.threebars li.active:before {
    content: "\F12F";
    font-family: "bootstrap-icons";
    font-size: 1.5rem;
    vertical-align: bottom;
    margin-right: 10px;
}

.threebars li.active span:before {
    content: " | ";
    color: var(--white);
    font-weight: 500;
    margin: 0 10px;
    line-height: 0;
    white-space: nowrap;
}

/**/
@media(max-width:480px) {
    .threebars ul li.active {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-indent: 0;
    }

    .threebars li.active span {
        display: initial;
        width: 90%;
        font-size: .9em;
        white-space: normal;

    }

    .threebars li.active:before {
        font-size: .9rem;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .threebars li.active span:before {
        content: "";
    }

}

.swiper-container {
    position: relative;
    width: 100%;
}

.material {
    width: 100%;
    height: auto;
    /* height: 700px; */
    /*    background-color: var(--lightgray);*/
}

.material img {
    width: 100%;
    min-width: 100%;
    /* height: 100% !important; */
}

@media(max-width: 992px) {
    .material {
        height: auto !important;
    }

    .material img {
        width: 100% !important;
        min-width: inherit !important;
        height: auto !important;
    }
}

.material .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #333 !important;
    opacity: .8;
}

.material .swiper-pagination-bullet-active {
    background-color: var(--brown) !important;
    opacity: 1;
}

.material .swiper-pagination {

    /*  bottom: -30px !important;*/
}

@media(min-width:766px) {
    .r10 {
        right: 10% !important;
    }

    .r20 {
        right: 20% !important;
    }

    .r30 {
        right: 30% !important;
    }

    .r40 {
        right: 40% !important;
    }

    .r50 {
        right: 50% !important;
    }

    .r60 {
        right: 60% !important;
    }

    .r70 {
        right: 70% !important;
    }

    .r80 {
        right: 80% !important;
    }

    .r90 {
        right: 90% !important;
    }

    .r100 {
        right: 100% !important;
    }

}

.b0 {
    top: auto !important;
    bottom: 0 !important;
}

.pt20 {
    padding: 20px 0 0 0 !important;
}

.pt30 {
    padding: 30px 0 0 0 !important;
}

.pt40 {
    padding: 40px 0 0 0 !important;
}

.pt50 {
    padding: 50px 0 0 0 !important;
}

.pt60 {
    padding: 60px 0 0 0 !important;
}

.pt70 {
    padding: 70px 0 0 0 !important;
}

.pt80 {
    padding: 80px 0 0 0 !important;
}

.pt90 {
    padding: 90px 0 0 0 !important;
}

.pv20 {
    padding: 20px 0 !important;
}

.pv30 {
    padding: 30px 0 !important;
}

.pv40 {
    padding: 40px 0 !important;
}

.pv50 {
    padding: 50px 0 !important;
}

.pv60 {
    padding: 60px 0 !important;
}

.pv70 {
    padding: 70px 0 !important;
}

.pv80 {
    padding: 80px 0 !important;
}

.pv90 {
    padding: 90px 0 !important;
}

.p20 {
    padding: 20px !important;
}

.p30 {
    padding: 30px !important;
}

.p40 {
    padding: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.p60 {
    padding: 60px !important;
}

.p70 {
    padding: 70px !important;
}

.p80 {
    padding: 80px !important;
}

.p90 {
    padding: 90px !important;
}

@media(max-width:992px) {

    .p10,
    .p20,
    .p30,
    .p40,
    .p50,
    .p60,
    .p70,
    .p80,
    .p90 {
        padding: 0 !important;
    }

    .m10,
    .m20,
    .m30,
    .m40,
    .m50,
    .m60,
    .m70,
    .m80,
    .m90 {
        margin: 0 !important;
    }

}

/**/
.boxflex {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0 0 50px 0;
    background-color: var(--lightgray);
    transition: all ease-in-out .35s;
}

.boxflex.active {
    min-height: 950px;
}

@media(max-width:480px) {
    .boxflex.active {
        min-height: 600px;
    }

}

.centerbox {
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
}

.btnDownload {
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 30px;
    padding: 5px 20px;
    position: relative;
}

.btnDownload span {
    color: var(--white);
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    transition: all ease-in-out .35s;
}

.btnDownload:hover {
    background-color: rgba(255, 255, 255, .1);
}

.btnDownload:hover span {
    margin-left: 30px;
}

.btnDownload:hover span:before {

    /* btn Download */
    content: "\F124";
    font-family: "bootstrap-icons";
    font-size: 1.5rem;
    position: absolute;
    left: 20px;
    top: 0px;
}

.brochurebox, .factsheetbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 5% 0;
    transition: all ease-in-out .35s;
    justify-content: space-between;
    position: relative;
}

.brochurebox.active {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
}

.brochurebox.active .bswap {
    margin: 30px 0;
    display: none;
}

.brochurebox .bswap {
    margin: 50px 0 30px 0;
    display: flex;
    flex-direction: row-reverse;
}

.factsheetbox .bswap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.factsheetbox.active {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    /*  min-height: 850px;*/
}

.brochurebox.inactive {
    min-height: 800px;
}

#viewBrochure,
#viewFactsheet {
    cursor: pointer;
    transition: transform ease-in-out .3s;
    width: 90%;
    margin: 0 auto 20px auto;
}

#viewBrochure {
    max-width: 400px;
}

#viewBrochure img,
#viewFactsheet img {
    width: 100%;
}

#viewBrochure:hover,
#viewFactsheet:hover {
    box-shadow: 0 0 3px rgba(255, 255, 255, .8);
}

#viewBrochure.active:hover,
#viewFactsheet.active:hover {
    transform: scale(1) !important;
}

.brochurebox {
    background-color: var(--gold);
}

.factsheetbox {
    background-color: var(--blue);
}

.brochurebox.active,
.factsheetbox.active {
    background-color: var(--white);
    justify-content: space-around;
    transition: all ease-in-out .35s;
    /*  padding: 0 5%;*/
}

.brochurebox.active .btnDownload,
.factsheetbox.active .btnDownload {
    display: none;
}

.brochurebox .fbox, .factsheetbox .fbox {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 5px solid var(--black);
    background-color: transparent;
    padding: 0;
    margin: 0;
    transition: all ease-in-out .35s;
    max-width: 500px;
}

.brochurebox .fbox h4,
.factsheetbox .fbox h4 {
    color: var(--white);
    font-size: 1.5rem;
    letter-spacing: 1px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 10px 0;
    background-color: transparent;
    margin: 0;
    width: 100%;
    text-align: center;
    transition: all ease-in-out .35s;
}

.brochurebox.active .fbox,
.factsheetbox.active .fbox {
    background-color: var(--lightgreen);
    border-bottom: none;
    position: absolute;
    top: 0;
}

.brochurebox.active .fbox h4,
.factsheetbox.active .fbox h4 {
    background-color: var(--blue);
    text-align: left;
    display: inline-block;
    width: auto;
    color: var(--white);
    padding: 10px 30px;
    transition: all ease-in-out .35s;
}

.overscroll {
    width: 100%;
    position: relative;
}

.navtop {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

@media(max-width:766px) {
    .boxflex {
        flex-direction: column;
    }

    .brochurebox,
    .factsheetbox {
        width: 100%;
    }

    .brochurebox .fbox h4,
    .factsheetbox .fbox h4 {
        padding: 30px 0;
    }

    .overscroll {

        /*    margin-top: 80px;*/
    }

}

/* Location  */
.btnTabBar {
    position: relative;
    display: flex;
    flex-direction: row;
    width: calc(100% / 2);
    height: 80px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--white) !important;
    font-weight: 500;
    cursor: pointer;
    /*  transition: all ease-in-out .35s;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btnTabBar:hover,
.btnTabBar:focus {
    padding: 20px 50px 20px 20px;
}

.btnTabBar:after,
.btnTabBar:after {
    opacity: 0;
    content: "";
    transition: all ease-in-out .35s;
}

.btnTabBar:hover:after {
    font-family: bootstrap-icons;
    content: "\F4FE";
    font-size: 2rem;
    opacity: 1;
    position: absolute;
    right: 30px;
}

@media(max-width:480px) {
    .btnTabBar:hover:after {
        right: 10px;
    }

    .navtop {
        margin-top: 20px;
    }

}

.btnTabBar.active:hover:after {
    content: "";
    opacity: 0;
}

.btnTabBar.active {
    width: 100%;
    position: relative;
}

#graphicmap.btnTabBar.active {
    left: 0;
}

#googlemap.btnTabBar.active {
    right: 0;
}

.btnTabBar.inactive {
    width: 0;
    padding: 0;
}

#gmap {
    height: 80vh;
}

.nopad {
    padding: 0 !important;
    z-index: 10;
}

.btnTabBar span {

    /*close*/
    transition: all ease-in-out .35s;
    opacity: 0;
}

.btnTabBar.active span {
    position: absolute;
    right: 30px;
    opacity: 1;
}

.bgGreen {
    background-color: var(--brown);
}

.bgBrown {
    background-color: var(--brown);
}

.bgBlue {
    background-color: var(--blue);
}

.m50 {
    margin: 50px 0;
}

.swaplocation {
    position: relative;
    padding: 60px 0;
}

.locationpannel1 {}

.locationpannel2 {}

.locationpannel3 {}

.locationdetail {
    padding-left: 100px;
}

.locationdetail ul {
    list-style: none;
    column-count: 2;
    column-gap: 10px;
}

.locationdetail li {
    display: flex;
    align-items: flex-start;
}

.locationdetail li img {

    /* icon */
    width: 80px;
    height: auto;
}

.bluetext .animatebox {
    left: 0;
}

.bluetext h3 {
    color: var(--blue);
    font-size: 3rem;
    font-family: var(--enfont);
    font-weight: 900;
    white-space: nowrap;
}

@media(max-width:1200px) {
    .bluetext h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .locationdetail ul {
        column-count: 1;
        column-gap: 0;
    }

    .locationdetail li {
        justify-content: space-between;
    }

}

@media(max-width:992px) {
    .swaplocation {
        padding: 20px 0;
        overflow: hidden;
    }

    .locationdetail ul {
        column-count: 1;
        column-gap: 0;
        padding: 0;
    }

    .animatebox {
        position: relative;
        margin: 0;
        left: 20px;
        z-index: 9;
    }

    .bgDarkgreen {
        padding: 120px 0;
    }

    .bluetext h3 {
        font-size: 1.5rem;
        white-space: normal !important;
        line-height: 2.5rem;
        width: 80%;
        transition: none !important;
    }

    .bluetext p br {
        display: none;
    }

    .locationdetail {
        padding-left: 0;
        position: relative;
        margin: 30px 0;
    }

}

.bluetext p {
    color: var(--blue);
    font-family: var(--thfont);
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2rem;
    white-space: normal;
}

.bigtetext {
    width: 20%;
    font-size: 4rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    white-space: nowrap;
    color: var(--blue);
    line-height: 3rem;
    font-family: var(--thfont);
    font-weight: normal;
    align-items: center;
}

.bigtetext span {
    font-family: var(--thfont);
    font-size: 1.1rem;
    text-align: center;
    white-space: nowrap;
    color: var(--blue);
}

.locationdetail li .locatecontent {
    width: calc(80% - 20px);
    margin-left: 20px;
    color: var(--blue);
}

.locationdetail .locatecontent ol {

    /*  margin-bottom: 50px;*/
}

.locationdetail .locatecontent li {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 300;
}

.colbox {
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
}

.locatecontent h4 {
    color: var(--blue);
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fSwiper {
    width: 100vw;
    max-width: 1200px;
    padding: 0;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
}

.fSwiper img {
    width: 100%;
    height: auto;
}

.fSwiper .swiper-button-next,
.fSwiper .swiper-button-prev {
    color: var(--brown);
    text-shadow: 0 0 2px #FFF;
    position: absolute;
    z-index: 999;
}

.fSwiper .swiper-button-next {
    right: 20px !important;
    left: auto !important;
}

.fSwiper .swiper-button-prev {
    left: 20px !important;
    right: auto !important;
}

.btnSheetClose {
    color: var(--brown);
    background-color: var(--lightgray);
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.4rem;
    white-space: nowrap;
    position: absolute;
    right: 20px;
    top: 70px;
    z-index: 99;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--brown);
}

.mbbrochure {
    padding: 0;
    width: 100%;
    position: relative;
}

.mbbrochure img {
    width: 100%;
    height: auto;
}

/* progress */
.f-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  
  .progresstext {
    color: var(--white);
    font-size: .9rem;
    margin: 30px 0;
    font-weight: 400;
    text-align: center;
  }
  
  .progresstext span {
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }
  
  .texthead.wtext h2, .texthead.wtext h3 {
    color: var(--white);
  }
  

/* video section */
.videocontainer {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    justify-content: center;
    padding: 5%;
    transition: all ease-in-out .35s;
}

.videocontainer.active {
    padding: 10% 5%;
}

@media(min-width:1900px) {
    .videocontainer.active {
        padding: 5% 20%;
    }

}

.greentext {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 30%;
    transition: width ease-in-out .5s;
}

.greentext.inactive {
    width: 80px;
    align-items: flex-end;
}

.greenplease {

    /*  height:100% */
}

.greenplease h3 {
    white-space: nowrap;
    color: var(--lightgreen);
    font-size: 2.2rem;
    letter-spacing: 1.5px;
    line-height: 2.2rem;
    margin-bottom: 20px;
}

.greenplease p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--brown);
    font-weight: 700;
    opacity: 1;
    transition: opacity ease-in-out 1s;
}

.greentext.inactive .greenplease h3 {
    margin-right: 60px;
    margin-bottom: 40px;
}

.greenplease p.invisible {
    opacity: 0;
}

.videoboxs {
    width: 70%;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "div1 div2"
        "div1 div3";
    position: relative;
}

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

.videoboxs.active {
    grid-template-areas: none;
    width: 100%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

#videoelm {
    position: absolute;
    z-index: 9;
}

#videoelm video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

#bigLeft {
    grid-area: div1;
}

#smallTop {
    grid-area: div2;
}

#smallBottom {
    grid-area: div3;
}

.videobox {
    overflow: hidden;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.videobox.active {
    opacity: 1;
    width: 100%;
}

.videobox.inactive {
    opacity: 0;
}

.v-rotation {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 100%;
}

@media(max-width:992px) {
    .videocontainer {
        min-height: inherit;
    }

    .greentext.inactive {
        width: 100%;
        align-items: flex-start;
    }

    .v-rotation {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        transform-origin: 0;
    }

    .greenplease p.invisible {
        display: none;
    }

    .flexBox {
        position: relative;
        z-index: 9;
    }

    .section,
    section {
        /* padding: 60px 0; */
    }

    .videocontainer {
        flex-direction: column;
    }

    .greenplease h3,
    .greenplease p {
        text-align: right;
        transition: all ease-in-out .35s;
    }

    .greentext.inactive .greenplease h3 {
        font-size: 2rem;
        line-height: 2rem;
        transition: all ease-in-out .5s;
        text-align: left;
        margin: 0 0 20px 0;
        padding: 0;
    }

    #videoelm {
        width: 100%;
    }

    .videoboxs,
    .greentext {
        width: 100%;
        padding: 0;
    }

}

/**/
.popdbar .btnclose {
    display: none;
}

.popdbar.expland .btnclose {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    border: none;
}

.popdbar.expland .btnclose i {
    font-size: 2rem;
    color: var(--brown);
}

.popdbar.active.expland .btnclose i {
    font-size: 2rem;
    color: var(--white);
}

/* menu */
.menu-container {
    margin: 0 auto;
    color: var(--black);
    background: var(--white);
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all ease-in-out .35s;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    padding: 10px 0;
}

.menu-container.active {
    background: var(--white);
    color: var(--brown);
}

.menu-container.active .menu>ul>li>ul {
    border-top: 2px solid var(--brown);
    padding: 0 20px;
}

.menu {
    width: 100%;
    margin: 0 auto;
}

.menu-mobile {
    display: none;
    padding: 10px;
    transition: all ease-in-out .35s
}

.menu-mobile:after {
    content: "\F479";
    font-family: bootstrap-icons !important;
    font-size: 1.5rem;
    padding: 0;
    float: right;
    position: relative;
    color: var(--black);
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:after {
    content: "\F282";
    font-family: bootstrap-icons !important;
    cursor: pointer;
    color: var(--black);
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 10px;
}

.menu-container.active .menu-dropdown-icon:after {
    color: var(--brown) !important;
}

.menu>ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    clear: right;
    display: flex;
    justify-content: center
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.menu>ul>li>a {
    text-decoration: none;
    padding: 8px 25px;
    display: block;
    color: var(--black);
    width: 100%;
    text-align: center;
    background: var(--lightgreen);
    border-radius: 30px;
    margin: 0 5px;
}

.menu-container.active .menu>ul>li>a {
    color: var(--brown);
    /*border-bottom: 5px solid transparent;*/
}

.menu-container.active .menu>ul>li>a:hover,
.menu-container.active .menu>ul>li a:focus {}

.menu>ul>li>ul {
    display: none;
    /* width: 100%; */
    background: #FFF;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 100%;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    background: none;
    float: left;
}

.menu>ul>li>ul>li a {
    color: var(--brown);
    /*  padding: .2em 0;*/
    width: 100%;
    display: block;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.menu>ul>li>ul>li a:hover,
.menu>ul>li>ul>li a:focus {
    color: var(--gold);
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: .9rem;
    font-weight: 300;
    white-space: nowrap;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width:959px) {
    .menu-container {
        width: 100%;
    }

    .menu-container .menu {
        display: block;
    }

    .menu-mobile {
        display: block;
        float: right;
        padding: 20px;
        line-height: 0;
        white-space: nowrap;
    }

    .menu-container.active .menu-mobile .menu-dropdown-icon {
        color: var(--brown);
    }

    .menu-dropdown-icon:after {
        top: 5px;
        padding: 20px;
        float: none;
    }

    .menu>ul {
        display: none;
        width: 100%;
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu>ul>li a {
        padding: 15px 1.5em;
        width: 100%;
        display: block;
        margin-bottom: 1px;
    }

    .menu>ul>li>ul {
        position: relative;
        padding: 0 40px;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }

}

.spaceY {
    padding: 0;
}

@media(max-width:480px) {
    .bgDarkgreen h3 {
        font-size: 2rem;
    }

    .bgDarkgreen p {
        font-size: 1.1rem;
    }

    .texthead h2 {
        font-size: 2rem;
    }

    .threebars {
        overflow-x: auto;
    }

    .threebars li {
        font-size: .8rem;
    }

    .threebars li.active {
        text-indent: 10px;
    }

    .threebars li.active:before {
        font-size: .9rem;
    }

    .btnTabBar {
        font-size: 1rem;
    }

    .bigtetext {
        font-size: 3rem;
    }

    .dataElm {
        width: 90vw;
    }

    .imgpos1 {
        left: -10%;
        top: 5%;
    }

    .imgpos2 {
        width: 200px;
        right: -80px;
    }

    .imgpos3 {
        width: 200px;
        bottom: -5%;
    }

    /**/
    .imgpos4 {
        width: 200px;
        bottom: -2.5%;
        right: -10%;
    }

    .imgpos5 {
        width: 220px;
        left: -20%;
    }

    #viewBrochure,
    #viewFactsheet {
        width: 90vw;
    }

    .brochurebox .fbox,
    .factsheetbox .fbox {
        /* margin-bottom: 30px; */
        border-bottom: 2px solid var(--black);
    }

}

.haftflexbox {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    /* min-height: 1000px; */
    padding: 50px 0;
}

@media(max-width:480px) {
    .haftflexbox {
        display: block;
    }
}

/**/
.popnormal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.popnormal h4 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2rem;
}

.popnormal h5 {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
}

.popexpand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.popexpand h1 {
    font-size: 2rem;
    line-height: 2rem;
}

.popexpand hr {
    width: 50px;
    border-top: 1px solid var(--gray);
    margin-bottom: 20px;
}

.popexpand h2 {

    /* Project Name */
    font-size: 2rem;
    line-height: 2rem;
}

.popexpand h3 {
    /* Promotion wording */
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    margin: 40px auto;
}

.popexpand h3 b {
    font-weight: 600;
}

.popexpand h4 {

    /* price */
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    margin: 30px auto;
}

.popexpand button {
    background-color: var(--brown);
    color: var(--white);
    font-weight: 400;
    padding: 5px 20px;
    font-size: 1rem;
    display: inline-block;
    border-radius: 20px;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.menu h3 {
    font-size: 1rem;
    margin: 15px 0;
}

.section60 {
    padding: 60px 0;
}

.section30 {
    padding: 30px 0;
}

.section15 {
    padding: 15px 0;
  }

.bgGold{
    background-color: var(--lightblue);
}

.position-relative  {position: relative;}

a.btn-black {
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  padding: 5px 30px;
  border-radius: 30px;
  letter-spacing: 1px;
}
a:hover.btn-black {
  color: var(--black);
  background: var(--lightgreen);
}

#promotion h3 {
    font-family: 'Lora', serif;
    font-style: italic;
  }
  
  .bottom_register_content {
    padding: 0 15px;
    text-align: center;
  }
  
  .bottom_register h4 {
    font-family: 'Lora', serif;
    font-style: italic;
    vertical-align: middle;
    margin: 0;
    font-size: 1.2rem;
  }
  
  .bottom_register p {
    margin: 0;
  }
  
  .bottom_register_content span {
    padding: 0 15px;
  }
  
  .align-items-center {
    align-items: center!important;
  }
  .justify-content-center {
    justify-content: center!important;
  }
  .d-flex {
    display: flex!important;
  }
  
  .w-100 {
    width: 100%;
  }
  
  #register {
    background: var(--white);
  }
  
  .font-wieght-400 {
    font-weight: 400;
  }
  
  .box_type img {
    margin: 10px 0 0 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .box_type img:hover {
    margin: 0 0 10px 0;
  }
  
  .main_title {
    position: relative;
    text-align: center;
  }
  .main_title p {
    font-size: 20px;
  }

  /**/
.hiprojects {
    width: 100%;
    margin: 0 auto 50px auto;
    overflow: hidden;
    position: relative;
  }
  
.hilightag {
    position: absolute;
    top: 20%;
    left: 0;
    /* transform: rotate(270deg) translate(0%, -50%); */
    /* transform-origin: right; */
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: var(--green);
    color: var(--white);
    z-index: 99;
  }
  
  .project-view img {
    width: 100%;
    max-width: 100%;
    z-index: 1;
  }
  
  @media(max-width:480px) {
    .hilightag {
      font-size: .6rem;
      padding: 5px 10px;
      top: 10px;
    }
  
  }

/**/
.hiprojects {
    width: 100%;
    margin: 0 auto 50px auto;
    overflow: hidden;
    position: relative;
  }
  
  .hilightag {
    position: absolute;
    top: 20%;
    left: 0;
    /* transform: rotate(270deg) translate(0%, -50%); */
    /* transform-origin: right; */
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: var(--green);
    color: var(--white);
    z-index: 99;
  }
  
  .project-view img {
    width: 100%;
    max-width: 100%;
    z-index: 1;
  }
  
  @media(max-width:480px) {
    .hilightag {
      font-size: .6rem;
      padding: 5px 10px;
      top: 10px;
    }
  
  }

#brandpersonality h3 {
    font-size: 40px;
}
#brandpersonality h4 {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
}
@media (max-width: 767px) {
    #brandpersonality h3 {
        font-size: 25px;
    }
    #brandpersonality h4 {
        font-size: 16px;
    }
}

.message-us {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
  }
  .message-us img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
  }

footer .text-copany {
    text-transform: uppercase;
    font-size: 1rem;
}

footer .text-phone {
    text-transform: uppercase;
    font-size: 1.9rem;
}

.circle-wrap {
    margin: 150px auto;
    width: 150px;
    height: 150px;
    background:#d6ac7f;
    border-radius: 50%;
    border:0;
  }
  
  .circle-wrap .circle .mask,
  .circle-wrap .circle .fill {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
  }
  
  .circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 95px);
  }
  
  .circle-wrap .inside-circle {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: var(--gold);
    line-height: 120px;
    text-align: center;
    margin-top: 14px;
    margin-left: 14px;
    color: var(--brown);
    position: absolute;
    z-index: 9;
    font-weight: 700;
    font-size: 2em;
  }
  
  /* color animation */
  
  /* 3rd progress bar */
  .mask .fill {
    clip: rect(0px, 95px, 155px, 0px);
    background-color: var(--brown);
  }
  
  .mask.full,
  .circle .fill {
    animation: fill ease-in-out 3s;
    transform: rotate(155deg);
  }
  
  @keyframes fill{
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(155deg);
    }
  }

/* progress  */
svg.radial-progress {
    height: auto;
    max-width: 300px;
    padding: 1em;
    transform: rotate(-90deg);
    width: 100%;
  }
  
  svg.radial-progress circle {
    fill: rgba(0,0,0,0);
    stroke: #fff;
    stroke-dashoffset: 219.91148575129; /* Circumference */
    stroke-width: 5;
    stroke-linecap:round;
  }
  
  svg.radial-progress circle.incomplete { opacity: 0.25; }
  
  svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }
  
  svg.radial-progress text {
    fill: #fff;
    font-size: 1.5rem;
    text-anchor: middle;
    font-weight: 400;
  }

  .radial-progress text.percen {
    display: inline-block;
    color: var(--white);
    text-anchor: middle;
    font-size: 0.5rem;
    font-weight: 400;
  }
  
  /*** COLORS ***/
  /* Primary */
  svg.radial-progress circle { stroke: var(--brown); }



.box_circle {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.box_circle::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(89, 74, 66, .6);
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.box_circle1::before {
    margin-top: 0;
    margin-left: -50px;
}
.box_circle2::before {
    margin-top: 80px;
    margin-left: 40px;
}
.box_circle3::before {
    margin-top: 0;
    margin-left: 50px;
}
.box_circle4::before {
    margin-top: 80px;
    margin-left: -40px;
}
.box_circle_color {
    position: relative;
    width: 120px;
    height: 120px;
    background: rgba(196, 154, 108, .5);
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}
.box_circle_color_content {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.box_circle_color_content span {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.dotGold {
    font-size: 20px;
    font-weight: 500;
}
.dotGold span {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: var(--gold);
    display: inline-block;
    border-radius: 50%;
}

.destinationTable {
    margin-left: 35px;
}

.destinationTable table {
    width: 100%;
    max-width: 300px;
}

.w-100 {width: 100%;}
.nopadding {padding: 0;}

.infobg {
    background: url(../img/info-02.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.infobg table td {
    vertical-align: top;
}

.infocontent h3 {
    color: var(--green);
    font-weight: 700;
    font-size: 20px;
}
.infocontent h3 span {
    color: var(--black);
    font-weight: 400;
}
.infocontent h4 {
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
}

.infobox {
    margin-bottom: 30px;
    border-right: 1px solid #ddd;
    padding-bottom: 0;
}

.infobox:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    .infobox {
        border-right:none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }
    .infobox:last-child {
        border-bottom: none;
    }
}

.bgconcept2 {
    background: var(--lightblue) url(../img/concept-2-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.bglightgreen {
    background: var(--lightgreen);
}

.bglightgreen2 {
    background: var(--lightgreen2);
}

.boxtype {
    color: var(--white);
    font-style: italic;
    border-right: 1px solid var(--white);
    padding-bottom: 0;
}
.boxtype:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    .boxtype {
        border-right:none;
        border-bottom: 1px solid var(--white);
        padding: 15px 0;
    }
    .boxtype:last-child {
        border-bottom: none;
    }
}