@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Marcellus&display=swap');

html, body {
  overflow-x: hidden;
}

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

:root {
  --gold: #93774b;
  --brightgreen: #9ebf9c;
  --black: #222;
  --white: #FFF;
  --blue: #4F708C;
  --red: #cc0000;
  --gray: #333;
  --lightgray: #f2f2f2;
  --thfont: 'Kanit', sans-serif;
  --enfont: 'Marcellus', serif;
  --lightcream: #f2ebdc;
  --graywhite:#f9f9f3;
  --graynew:#98a9a5;
  --graynew-01:#6f7772;
  --graynew50:#b7c3c1;
}

::selection {
  background: transparent;
}

::-moz-selection {
  background: transparent;
}

.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;
}

body {
  font-family: var(--enfont);
  background: var(--graywhite);
}

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

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

a:hover {
  color: var(--graynew);
  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;
}
.upperclass{
  text-transform: uppercase !important;
}
.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(--graynew);
}

.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(--graynew);
  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(--graynew);
}

.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(--graynew);
}

.a {
  text-decoration: none;
  color: var(--graynew);
  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;
}

.title-box-d h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--graynew);
  margin: 0;
  padding: 0;
}

.title-box-d h4 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--graynew);
  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(--graynew);
  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(--graynew);
  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(--graynew);
  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(--graynew);
  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(--graynew);
  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(--graynew);
  color: var(--black);
}

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

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

.btn.btn-b-n {
  background-color: var(--graynew);
  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(--graynew);
  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(--graynew);
  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(--graynew);
}

.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(--graynew);
}

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

.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(--graynew);
}

.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(--graynew);
}

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

.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(--graynew);
}

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

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid var(--graynew);
  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(--graynew);
    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(--graynew);
  transition: all 500ms ease;
}

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

.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(--graynew);
}

.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;
  transform: translateX(-100%);
  transition: all 0.6s ease;
  background: var(--graywhite) url(../img/bg-box-collapse.png);
  background-size: 100% contain !important;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.box-collapse2 {
  /* menu  */
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color:;
  transform: translateX(100%) translateZ(0);
  transition: all 0.6s ease;
  padding: 0 20px;
  box-sizing: border-box;
  background: var(--graywhite) url(../img/bg-box-collapse.png);
  background-size: 100% contain !important;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.box-collapse2 * {
  color: var(--graynew);
}

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

.box-collapse2 ul {
  list-style: none;
  margin-top: 40px;
  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: 1;
}

.box-collapse2 li a:hover, .box-collapse2 li a:focus {

  /*  padding: 0 0 0 20px;*/
  opacity: .7;
  color: var(--graynew);
}

.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: 1rem;
  opacity: 1;
}

.box-collapse2 h3 {
  font-size: 2rem;
  font-weight: 300;
  color: var(--graynew);
  margin-top: 10px;
  font-family: var(--thfont);
}

.box-collapse2 h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
  margin-top: 50px;
  color: var(--graynew);
}

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

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

/**/
.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;
}

.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(--white);
  opacity: 0.4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 1rem;
  font-size: 3rem;
  line-height: 1;
  color: var(--graynew);
  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(--graynew);
  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 {
  margin-top: 200px;
}

.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(--graynew);
  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(--graynew);
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(--graynew);
  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(--graynew);
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2rem;
  text-align: right;
}

.intro .intro-title b {
  color: var(--graynew);
  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(--graynew);
}

.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(--graynew);
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

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

.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(--graynew);
  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(--graynew);
  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(--graynew);
}

.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(--graynew);
  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(--graynew);
  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(--graynew);
}

.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(--graynew);
  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(--graynew);
}

.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(--graynew);
}

@-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(--graynew);
}

.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 10px 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(--graynew);/*  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 {
  color: var(--graynew-01);
  text-align: center;
  padding: 50px 80px 50px 80px;
}

footer a {
  /* color: var(--white); */
}

footer a:hover, footer a:focus {
  color: var(--black) !important;
}

footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

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

@media(max-width:480px) {
  footer {
    padding: 80px 20px;
  }

}

* {
  outline: none;
}

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

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

.divine h3 {

  /* Divine */
  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: 300;
}

.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;
  padding: 0;
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 99;
  background: var(--graywhite);
}

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

.blacknav .centerlogo {
  top: 50%;
  left: 50%;
  height: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centerlogo img {
  width: 300px;
}

@media (min-width:1024px) {
  .centerlogo img {
    width: 300px;
  }

}

@media(max-width:480px) {
  .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 30px;
}

@media(max-width:480px) {
  .blacknav .hamberger, .blacknav .searchbox {
    margin: 0 10px;
  }

}

.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(--black);
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.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;/*  -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;*/
}

.popheader {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1rem;/*  transition: all ease-in-out .35s;*/
}

.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;
}

.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(--graynew);
  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(--graynew);
  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(--graynew);
  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(--graynew);
}

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

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

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

.imgbanner img {
  width: 100%;
  height: auto;
  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: 160px;
  }

  .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;
  }

  .popheader {
    padding: 10px;
    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 0 auto;
  color: var(--white);
  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(--graynew);
  font-weight: 400;
  padding: 5px 20px;
  font-size: 1rem;
  font-family: var(--thfont);
}

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

.popdbar.expland .tableft:after, .popdbar.active.expland .tableft:after {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  border-bottom: 2px solid var(--graynew);
  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(--graynew);
}

.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(--graynew);
}

.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;
}

.section-top {
  padding: 160px 0;
}

.section60 {
  padding: 60px 0;
}

.flexBox h3 {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--graynew);
  line-height: 2.1rem;
}

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

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

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

.arrow {
  margin-right: 10px;
}

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

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

.btn-white {
  padding: 10px 50px;
  background-color: transparent;
  color: var(--graynew);
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 2px;
  font-family: var(--enfont);
  transition: all ease-in-out .3s;
}

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

/* 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: 1;
  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(--graynew);
  transition: box-shadow 150ms ease-out;
  background-color: transparent;
}

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

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

.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(--graynew);
  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(--graynew);
  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;
  height: 50px;
  line-height: 50px;
  background: var(--white);
  cursor: pointer;
  border-color: var(--graynew);
}

.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%;
  height: auto;
  left: -1px;
  right: -1px;
  border: 1px solid var(--graynew);
  border-top: 0;
  padding-bottom: 20px;
  background: var(--graywhite);/*  ransition: all 0.5s;t*/
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .5px;
  outline: none !important;
  overflow-y: auto;
}

.select.open .custom-options {
}

@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: 15px 50px;
  font-weight: 300;
  color: var(--gray);
  font-size: .9rem;
  line-height: 1rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;/*  white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    overflow-y: auto;*/
}

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

@media(max-width:992px) {
  .custom-option {
  }

}

.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(--graynew);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
}

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

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

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

.custom-options h4 {

  /* group select */
  font-family: var(--thfont);
  font-size: 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: rgba(0, 0, 0, .8);
  z-index: 2000;
  padding: 20px;
  transition: all ease-in-out .35s;
}

.popAlert > div {
  background-color: var(--graynew);
  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 30px;
  background-color: var(--graynew);
  color: var(--graynew);
  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, .2);
}

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

.popAlert .btnNormal {
  background-color: #FFF;
  color: var(--graynew);
}

/**/
.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(--graynew);
  }

}

/*  */
.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(--graynew) !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%;
}

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

.relbox {
  position: relative !important;
}

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

@media(max-width:992px) {
  .flexBox {
    position: relative;
  }

  .section {
    padding: 40px 0;
  }

}

.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;
}

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

  100% {
    height: 450px;
  }

}

.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: 1;
}

.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);
}

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

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

.texthead h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--graynew);
}

.texthead h3 {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: var(--gray);
}

/*   */
.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;
}

.threebars li {
  list-style: none;
  width: calc(100% / 3);
  background-color: var(--graynew);
  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;
}

@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: 20px;*/
  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(--graynew);
}

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

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

.threebars li span {
  display: none;
}

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

.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;
}

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

.material {
  width: 100%;
  height: 600px;
  background-color: var(--lightgray);
}

.material img {
  width: auto;
  min-width: 100%;
  height: 100% !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(--graynew) !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;
}

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

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

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

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

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

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

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

.p90 {
  padding: 90px 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: 50%;
  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;
}

.brochurebox .bswap {
  margin: 80px;
  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 {
  height: 800px;
}

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

#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(--graynew);
}

.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: 90%;
  border-bottom: 5px solid var(--graynew);
  background-color: transparent;
  padding: 0;
  margin: 0;
  transition: all ease-in-out .35s;
}

.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(--graynew);
  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%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

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

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

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

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

}

/* 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(--graynew);
}

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

.m50 {
  margin: 50px 0;
}

.swaplocation {
  position: relative;
  padding: 100px 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;
  }

  .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: 2.5rem;
    white-space: normal !important;
    line-height: 2.5rem;
  }

  .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;
}

#factslider .swiper-container {
  position: relative;
  width: 80vw;
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

#factslider .swiper-slide img {
  width: 100%;
  height: auto;
}

.fSwiper .swiper-button-next, .fSwiper .swiper-button-prev {
  color: var(--graynew);
  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(--graynew);
  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: relative;
  margin: 0 auto 30px 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: 300;
  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 h3 {
  white-space: nowrap;
  color: var(--graynew);
  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(--graynew);
  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;
}

#videoelm, #videoelm video {
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity ease-in-out 1s;
}

#videoelm.active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 1;
}

#videoelm.active video {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@media(max-width:992px) {
  #videoelm.active {
    position: fixed;
    transform-origin: center center;
  }

  #videoelm.active video {
    position: fixed;
    opacity: 1;
    z-index: 99;
    object-fit: cover;
  }

}

/**/
.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(--graynew);
}

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

/* menu */
.menu-container {
  margin: 0 auto;
  background: var(--graywhite);
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all ease-in-out .35s;
  border: solid 1px var(--graynew);
  border-left: 0;
  border-right: 0;
}
/* .menu-container .container {
  border: solid 1px var(--graynew);
  border-left: 0;
  border-right: 0;
} */

/* .menu-container.active {
  background: var(--white);
  color: var(--graynew);
} */

.menu-container.active .menu > ul > li > ul {
  border-top: 2px solid var(--graynew);
  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: "\F282";
  font-family: bootstrap-icons !important;
  font-size: 1rem;
  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-dropdown-icon:focus-within::after {
  color: var(--black);
}

/* .menu-container.active .menu-dropdown-icon:after {
  color: var(--graynew) !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: 15px 0 15px 40px;
  display: block;
  color: var(--black);
  width: 100%;
  text-align: center;
}

/* .menu-container.active .menu > ul > li > a {
  color: var(--graynew); 
} */

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

  /* border-bottom: 5px solid var(--graynew);*/

  /*  font-weight: 500;*/
}

/*.menu-container.active .menu > ul > li a {
color: var(--lightgray);
}*/

/*.menu-container.active .menu > ul > li a:hover,  {
color: var(--graynew);
}*/
@media(max-width:1200px) {
  .menu > ul > li {
    white-space: nowrap;
  }

  .menu > ul > li > a {
    padding: 20px;
  }

}

@media(max-width:992px) {
  .menu > ul > li a {
    padding: 0.5rem;
  }

}

.menu > ul > li > ul {
  display: none;
  background: var(--graywhite);
  padding: 0;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 100%;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 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(--graynew);
  padding: .2em 0;/*  width: 95%;*/
  display: block;
}

.menu > ul > li > ul > li a:hover {
  color: var(--black);/*  text-indent: 20px;*/
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 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: .9em;
}

.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 0;
}

.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: flex;
    padding: 20px;
    line-height: 0;
    justify-content: center;
  }

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

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

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

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

  .menu > ul > li a {
    padding: 0.5em;
    width: 100%;
    display: block;
  }

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

  .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 0 80px 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: 20px;
  }

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

  .brochurebox .bswap {
    margin: 0;
  }

  .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(--graynew);
  }

}

/**/
.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(--graynew);
  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;
  }

}

/* search */
.selectthree {
  display: flex;
}

.selectthree .select {
  width: 100%;
  margin: 0 10px;
  border: 1px solid var(--gray);
}

.selectthree .select:last-child {
  border: 1px solid var(--gray);
}

.selectthree .custom-option {
  color: var(--gray);
  padding: 10px 30px;
  font-size: .9rem;
}

.selectthree h4 {
  font-size: 1rem;
  padding: 10px 20px;
  color: var(--graynew-01);
}

.selectthree .custom-option:hover {
  color: var(--white);
  background-color: var(--graynew);
}

.selectthree .arrow i {
  color: var(--gray)s;
}

.selectthree .select__trigger {
  overflow: hidden;
}

@media(max-width:992px) {
  .selectthree {
    display: flex;
    flex-direction: column;
  }

  .selectthree .select {
    margin: 0 0 10px 0;
  }

}

.bgLightGray {
  background-color: #f2f2f2;
}

.txtgray {
  color: var(--gray) !important;
}

.txtgold {
  color: var(--graynew) !important;
}

.texthead h3 {
  font-weight: 700;
  font-size: 1.7rem
}

.texthead h4 {
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

/**/
.expandmenu {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

.expandmenu button {
  position: relative;
  width: 33.33%;
  height: 720px;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  overflow: hidden;
  transition: all ease-in-out .35s;
  border: none;
  margin: 0;
  padding: 0;
  user-select: none;
}

.expandmenu button.active {
  width: 100%;
}

.expandmenu button.inactive {
  width: 0;
}

.expandmenu button span {
  position: absolute;
  background-color: rgba(0, 0, 0, .65);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.expandmenu button i {

  /* line */
  width: 20px;
  height: 1.5px;
  margin: 20px auto;
  display: block;
  background-color: var(--white);
  transition: opacity ease-in-out .2s, display ease-in-out .4s;
  opacity: 1;
}

.expandmenu button .textswap {
  z-index: 2;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  transition: all ease-in-out .4s;
}

.expandmenu button .textswap h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
  transition: all ease-in-out .4s;
}

.expandmenu button .textswap p {
  width: 80%;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 200;
  color: var(--white);
  margin: 0 auto;
  transition: all ease-in-out .4s;
}

.expandmenu button.active span {
  background-color: rgba(0, 0, 0, .2);
}

.expandmenu button.active .textswap h3 {
  font-size: 3rem;
}

.expandmenu button.active .textswap p {
  font-size: 1.5rem;
}

.expandmenu button.active .textswap i {
  opacity: 0;
  display: none;
}

@media(max-width:992px) {
  .expandmenu {
    width: 100%;
    flex-direction: column;
  }

  .expandmenu button .textswap {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .expandmenu button i {
    margin: 5px auto;
  }

  .expandmenu button {
    width: 100%;
    height: 250px;
  }

  .expandmenu button.active {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }

  .expandmenu button .textswap h3 {
    font-size: 1.2rem;
  }

  .expandmenu button.active .textswap h3 {
    font-size: 2rem;
  }

  .expandmenu button .textswap p {
    font-size: 1rem;
  }

}

/*culture*/
.texthead.culture {
  margin: 0 5.9%;
}

.texthead.culture h4 {
  color: var(--graynew);
  font-size: 1.8rem;
  text-align: left;
  font-weight: 200 !important;
}

.texthead.culture h4 span {
  font-weight: 800 !important;
  margin: 0 10px 0 0;
}

/* culture slider*/
.cslider {
  margin: 20px 0  20px 10px;
  padding-left: 5%;
}

.cslider h3 {

  /* category name */
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--gray);
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.cslider h3 span {

  /* view all */
  text-transform: uppercase;
  font-size: .8rem !important;
  letter-spacing: 1px !important;
  color: var(--graynew) !important;
}

.cslider .captionbox {
  display: block;
  margin: 20px 0;
}

.cslider .captionbox h4 {

  /* title  */
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: var(--gray);
  margin: 0;
}

.cslider .captionbox  p {

  /* desciption */
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--gray);
}

.btnivisible {
  background-color: transparent;
  border: 1px solid red;
  width: 100%;
  height: 100%;
}

/**/
.markslider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  transition: all ease-in-out .35s;
/*  animation: disexplanbox forwards .3s;*/
}

.markslider.active {
/*  animation: explanbox forwards 1s;*/
}

.markslider.inactive {
/*  animation: disexplanbox forwards .3s;*/
}

.markslider img {
  height: 100%;
  min-width: 100%;
  width: auto;
  object-fit: fill;
}

.markslider.active img {
  width: 100%;
  min-width: 100%;
}

@keyframes explanbox {
  0% {
    width: 50%;
    height: 450px;
  }

  100% {
    width: 100%;
    height: 450px;
  }

}

@keyframes disexplanbox {
   0% {
    width: 100%;
    height: 450px;
  }

  100% {
    width: 50%;
    height: 450px;
  }
 
}

@media(max-width:480px) {
  .markslider {
    height: 300px;
  }

  @keyframes explanbox {
    0% {
      width: 10%;
      height: 300px;
      opacity: .5;
    }

    100% {
      width: 100%;
      height: 300px;
      opacity: 1;
    }

  }

  @keyframes disexplanbox {
    0% {
      width: 100%;
      height: 300px;
      opacity: 1;
    }

    100% {
      width: 100%;
      height: 300px;
      opacity: .5;
    }

  }

}

.markslide span {

  /* overlay */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .85);
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  transform: all ease-in-out .35s;
}

.cslider .swiper-slide-active .markslider span {

  /* remove overlay */
  background-color: rgba(0, 0, 0, 0);
}

/**/
.cslider .swiper-button-next, .cslider .swiper-button-prev {
  color: rgba(0, 0, 0, .8);
  top: 45%;
}

.cslider .swiper-button-next, .cslider .swiper-rtl .swiper-button-prev {
  right: 28%;
}

.cslider .swiper-rtl .swiper-button-prev:last-child {
  right: 50%;
}

.cslider.active {
  margin: 20px 5%;
  padding-left: 0;
}

.cslider.active .swiper-button-next {
  right: 15px;
}

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

.cslider .swiper-button-next.swiper-button-disabled, .cslider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/**/
.form fieldset {
}

.form fieldset h2 {
  font-size: 3rem !important;
  margin: 80px 0;
}

.form fieldset h3 {
  font-size: 1rem !important;
}

/**/
.imghead {
  width: 100%;
  height: 450px;
  position: relative;
  display: block;
  overflow: hidden;
}

@media(max-width:992px) {
  .imghead {
    height: 600px;
  }

}

.imghead img {
  width: 100%;
  height: 100%;
  object-fit: cover;/*  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

/**/
.herotop {
  position: relative;
  width: 100%;
  padding: 90px 0 0 0;
}

.divrelative {
  position: relative;
  padding: 90px 0 0 0;
  overflow: hidden;
  z-index: 2;
  min-height: 100vh;
}

.vectordec1 {
  width: 250px;
  height: auto;
  position: absolute;
  right: -80px;
  top: 20px;
  z-index: -1;
}

.vectordec2 {
  width: 300px;
  height: auto;
  position: absolute;
  left: -50px;
  bottom: -30px;
  z-index: -1;
}

.vectordec1 img, .vectordec2 img {
  width: 100%;
  height: 100%;
}

.dflex2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.careerslist {
  padding: 0 0 80px 0;
}

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

.careerslist ul > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
  padding: 20px 0 0 0;
  border-top: 1px dotted var(--graynew);
  position: relative;
}

.careerslist ul > li:first-child {
  border-top: none;
}

.careerslist ul > li > h3 {
  font-size: 1.2rem;
  color: var(--gray);
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.careerslist ul > li > h3 > span {

  /* amount position */
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}

.careerslist ul > li > h3 > span:after {
  content: ' อัตรา';
  font-size: .8rem;
  letter-spacing: 0;
  font-weight: 300;
}

.careerslist ul > li > small {

  /* fulltime pastime */
  font-size: .9rem;
  text-transform: uppercase;
  color: var(--graynew);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
}

.careerslist ul > li > button {
  margin: 30px 0 0 0;
  padding: 5px 30px;
  background-color: transparent;
  color: var(--graynew);
  border: 1px solid var(--graynew);
  display: block;
  font-size: .9rem;
  font-weight: 300;
  letter-spacing: .5px;
  border-radius: 5px;
  position: relative;
}

.careerslist ul > li > button:after {

  /*  content: "+";
  font-size: 1.5rem;
  position: absolute;
  top: 15px;
  line-height: 0;
  white-space: normal;
  margin: 0 0 0 5px;
  color: var(--graynew);*/
}

.careerslist ul > li > button:hover, .careerslist ul > li > button:after:hover {
  background-color: var(--graynew);
  color: var(--white);
  border: 1px solid var(--graynew);
}

/**/
.careerdetils {
  padding: 30px;
  margin: 30px 0;
  background-color: var(--lightgray);
  display: none;
  transform: all ease-in-out .35s;
}

.careerdetils.active {
  display: block;
}

.careerdetils h4 {
  font-size: 1.1rem;
  margin: 0 0 20px 0;
}

.careerdetils ol {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.careerdetils ol:last-child {
  margin: 0;
}

.careerdetils ol > li {
  border: none;
  padding: 0;
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 300;
}

.careerdetils ol > li:before {
  font-family: "bootstrap-icons";
  content: "\F633";
  margin: 0 5px 0 0;
  vertical-align: middle;
}

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

  .dflex2 h2 {
    margin-bottom: 30px;
  }

  .careerslist ul > li > h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
  }

  .careerslist ul > li > h3 > span {
    font-size: 1rem;
    font-weight: normal;
    display: inherit;
  }

  .careerslist ul > li > h3 > span:before {
    font-size: 1rem;
    font-weight: normal;
    content: 'จำนวน ';
  }

  .careerslist ul > li > h3 > span:after {
    font-weight: normal;
    font-size: 1rem;
  }

  .careerslist ul > li > small {
    font-size: 1.1rem;
    position: relative;
    display: block;
    top: 0;
  }

}

.sectioncontent {
  display: block;
  position: relative;
  margin-top: 150px;
  padding: 80px 0;
  min-height: 70vh;
}

.sectioncontent h3 {
  font-size: 1.5rem;
  color: var(--gray);
}

.sectioncontent h4 {
  font-size: 1.4rem;
  color: var(--gray);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu h3 {
  font-size: 1rem;
  margin: 15px 0;
}

.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;
}

.bgLightCream {
  background-color: #f2ebdc;
}

footer .text-copany {
  text-transform: uppercase;
  font-size: 1rem;
}
footer .text-phone {
  text-transform: uppercase;
  font-size: 1.9rem;
}
footer .text-address {
  max-width: 250px;
  line-height: 1.5rem;
}

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

.box_brand {
  background: rgba(255, 255, 255, .7);
  text-align: center;
  padding:20px 140px;
  position: absolute;
  bottom: 0;
}

.box_brand h3 {
  font-size: 22px;
}

.box_brand p {
  font-size: 18px;
}

@media (max-width:991px) {
  .box_brand {
    padding:20px;
  }
  .box_brand p {
    font-size: 14px;
  }
}

@media (max-width:767px) {
  .box_brand {
    padding:20px;
    position: relative;
    background: #f4f4f4;
    max-width: 480px;
  }
}

.position-relative  {position: relative;}

.box_community img {
  border: solid 1px #ddd;
  padding: 8px;
  background: var(--white);
  transition:0.3s all;
}
.box_community img:hover {
  background: var(--graynew50);
}

.box_community .gallery {
  position: relative;
  margin: 30px 0;
  padding: 50px 0;
  overflow: hidden;
}

.box_community .gallery .soldout {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60%;
}

.box_community .gallery .soldout img {
  background: transparent;
  border: 0;
}
.box_community h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.box_community p {
  font-size: .94rem;
}

.box_community h3 small{
  font-size: 0.75rem;
}

.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}

.graynew50 {color: var(--graynew50);}

a.link-text{
	position:relative;
}
a.link-text:before{
	background:currentColor;
	content:"";
	bottom:0;
	right:0;
	position:absolute;
	height:1px;
	width:0%;
	transition:0.3s all
}
a:hover.link-text:before{width:100%;left:0;}

.text-thai {
  font-family: var(--thfont);
}

.text-3core {
  text-align: center;
  text-transform: uppercase;
}

.text-3core span {
  display: inline-block;
  margin-right: 50px;
}
.text-3core span:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .text-3core span {
    display: block;
    margin-right: 0;
  }
}

.findyourdesign .select__trigger {
  background-color: var(--graywhite);
}

.btn-search {
  text-transform: uppercase;
  border-radius: 50%;
  border: solid 1px var(--graynew);
  background: transparent;
  padding:5px 20px;
  color: var(--graynew);
  transition: 0.3s;
  cursor: pointer;
}
.btn-search:hover {
  background: var(--graynew);
  color: #fff;
}

footer h2 {
  letter-spacing: 8px;
}

.menu-footer a {
  display: inline-block;
  margin: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.owl-2 .owl-nav, .owl-3 .owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  font-size: 70px;
  line-height: 46px;
  color: var(--graynew50);
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  color: var(--blue);
}

.owl-carousel .owl-nav .owl-prev {
  left: -50px !important;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  line-height: 46px;
  position: absolute;
  top: -46px;
  display: block !important;
  font-size: 100px;
}
.owl-carousel .owl-nav .owl-next {
  right: -50px !important;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  line-height: 46px;
  position: absolute;
  top: -46px;
  display: block !important;
  font-size: 100px;
}

.float-right {float: right;}

.d-inline-block {display: inline-block;}

.menu-lg {
  display: inline-block !important;
}
.menu-sm {
  display: none !important;
}
@media (max-width: 991px) {
  .menu-lg {
    display: none !important;
  }
  .menu-sm {
    display: block !important;
  }
}

.owl-2 .owl-item.active.center {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.owl-2 .owl-item.active.center {
	z-index: 1;
}

@media (max-width: 768px) {
	.owl-2 .owl-item.active.center {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
  .box_community .gallery {
    margin:0;
    padding: 0;
  }
}