/* CSS Document */
@charset "UTF-8";
@import url("fonts.css?ver=1.0.1");
/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Thai:wght@100..900&display=swap');*/

/*

font-family: "DBGillSiamX", sans-serif;

gold: #A1412B;
brown: #5E4637;
cream: #FAF4E8;
orange: #FF6C0E;
pink: #ECD9D5;
grey: #F1F1F2;
red #8D2E20;
*/

/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }


.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

body, html{
	width:100%;
	height:auto;
}

body{ 
  --primary-font-color: #000000;
  --primary-black: #000000;
  --primary-white: #FFFFFF;
  --primary-gold: #A1412B;
  --primary-brown: #5E4637;
  --primary-cream: #FAF4E8;
  --primary-orange: #FF6C0E;
  --primary-pink: #ECD9D5;
  --primary-grey: #F1F1F2;
  --primary-red: #8D2E20;
  --primary-blue: #041640;
  --primary-lightblue: #219CD5;
  --font-title: "DBGillSiamX", sans-serif;
  --font-body: "DBGillSiamX", sans-serif;
  --sectionPaddingV160: 160px 0;
  --sectionPaddingV120: 120px 0; 
  --sectionPaddingV100: 100px 0; 
  --sectionPaddingV80: 80px 0; 
  --sectionPaddingV60: 60px 0; 
  --sectionPaddingV40: 40px 0; 
  --font-size-default-180: 9.375vw;
  --font-size-default-120: 120px;
  --font-size-default-100: 100px;
  --font-size-default-80: 80px;
  --font-size-default-70: 70px;
  --font-size-default-60: 3.125vw;
  --font-size-default-50: 50px;
  --font-size-default-44: 44px;
  --font-size-default-40: 40px;
  --font-size-default-34: 34px;
  --font-size-default-32: 32px;
  --font-size-default-30: 30px;
  --font-size-default-26: 26px;
  --font-size-default-22: 22px;
  --font-size-default-20: 20px;
  --font-size-default-18: 18px;
  --font-size-default-16: 16px;
  --font-size-default-14: 14px;
  --container-medium-width: 1600px;
  --titleBoxPaddingTop: 100px;
  /*--control-padding: 4.16%;*/
  --control-padding: 3.12vw;
  --control-padding-lg: 8.33vw;
  --padding60: 60px;
  --btnNavWidth: 24px;
  --btnDotWidthHeight: 10px;
  --title-line-thickness: 0.36vw;
}

@media (max-width: 1600px) {
  body{
    --font-size-default-120: 100px;
    --font-size-default-100: 82px;
    --font-size-default-80: 66px;
    --font-size-default-70: 58px;
    --font-size-default-60: 48px;
    --font-size-default-50: 40px;
    --font-size-default-44: 37px;
    --font-size-default-40: 34px;
    --font-size-default-34: 29px;
    --font-size-default-32: 27px;
    --font-size-default-30: 25px;
    --font-size-default-26: 22px;
    --font-size-default-22: 19px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-14: 14px;
  }
}
@media (max-width: 1366px) {
  body{
    --font-size-default-120: 85px;
    --font-size-default-100: 71px;
    --font-size-default-80: 56px;
    --font-size-default-70: 50px;
    --font-size-default-60: 42px;
    --font-size-default-50: 36px;
    --font-size-default-44: 33px;
    --font-size-default-40: 30px;
    --font-size-default-34: 25px;
    --font-size-default-32: 24px;
    --font-size-default-30: 22px;
    --font-size-default-26: 19px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --control-padding: 4.16vw;
    --control-padding-lg: var(--control-padding);
  }
}
@media (max-width: 1024px) {
  body{
    --sectionPaddingV160: 120px 0;
    --sectionPaddingV120: 100px 0; 
    --sectionPaddingV100: 80px 0; 
    --sectionPaddingV80: 70px 0; 
    --sectionPaddingV60: 40px 0;
    --sectionPaddingV40: 30px 0; 
    --font-size-default-120: 64px;
    --font-size-default-100: 54px;
    --font-size-default-80: 43px;
    --font-size-default-70: 38px;
    --font-size-default-60: 32px;
    --font-size-default-50: 27px;
    --font-size-default-44: 25px;
    --font-size-default-40: 24px;
    --font-size-default-34: 22px;
    --font-size-default-32: 20px;
    --font-size-default-30: 19px;
    --font-size-default-26: 18px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 70px;
    --padding60: 40px;
    --btnNavWidth: 16px;
  }
}
@media (max-width: 820px) {
  body{
    --sectionPaddingV160: 100px 0;
    --sectionPaddingV120: 80px 0; 
    --sectionPaddingV100: 70px 0; 
    --sectionPaddingV80: 60px 0;
    --sectionPaddingV60: 30px 0;
    --sectionPaddingV40: 20px 0; 
    --font-size-default-120: 48px;
    --font-size-default-100: 44px;
    --font-size-default-80: 40px;
    --font-size-default-70: 30px;
    --font-size-default-60: 28px;
    --font-size-default-50: 26px;
    --font-size-default-44: 24px;
    --font-size-default-40: 22px;
    --font-size-default-34: 21px;
    --font-size-default-32: 19px;
    --font-size-default-30: 19px;
    --font-size-default-26: 18px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  body{
    --sectionPaddingV160: 70px 0;
    --sectionPaddingV120: 60px 0; 
    --sectionPaddingV100: 50px 0; 
    --sectionPaddingV80: 40px 0;
    --sectionPaddingV60: 30px 0;
    --sectionPaddingV40: 20px 0; 
    --font-size-default-120: 30px;
    --font-size-default-100: 28px;
    --font-size-default-80: 26px;
    --font-size-default-70: 24px;
    --font-size-default-60: 30px;
    --font-size-default-50: 24px;
    --font-size-default-44: 22px;
    --font-size-default-40: 20px;
    --font-size-default-34: 21px;
    --font-size-default-32: 19px;
    --font-size-default-30: 19px;
    --font-size-default-26: 18px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
    --btnNavWidth: 10px;
    --title-line-thickness: 2px;
  }
}

/* -- CUSTOM CSS -- */
html, body {width:100%; height:100%; padding:0px; margin:0px;}

body {
  background-color: var(--primary-white);
}
body, table, tr, td, p
{
  font-family: "DBGillSiamX", sans-serif;
	font-size: var(--font-size-default-18);
	/*line-height: 1.4;*/
  line-height: 1.4;
	font-weight: 400;
	color: var(--primary-font-color);
	text-decoration: none;
}
body.mobileNavActived {
  overflow: hidden;
  height: 100dvh;
}
img {
	border:0px;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.img-responsive-height {
  display: block;
  width: auto;
  max-height: 100%;
}
.img-responsive-height-inline {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

select optgroup {
  font-weight: 300;
}

*.focus{
	outline:none;
}

.clear{
	clear:both;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.overflow-hidden{ overflow:hidden; }

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration:none;
  /*transition: opacity .2s ease-in-out;*/
}

a:hover,
a:focus {
  /*opacity: .8;*/
}

.pageCenter{display:table;overflow:hidden;margin:0px auto;}
*:first-child+html .pageCenter {position:relative;}/*ie7*/
* html .pageCenter{position:relative;}/*ie6*/

.content_container{display:table-cell;vertical-align: middle;}
*:first-child+html .content_container{position:absolute;top:50%;}/*ie7*/
* html .content_container{position:absolute;top:50%;}/*ie6*/

*:first-child+html .contentCenter{position:relative;top:-50%;}/*ie7*/
* html .contentCenter{position:relative;top:-50%;}/*ie6*/

.pageCenter{height:100%;width:100%;}

.image-pc,
.only-pc {
  display: block !important;
}
.only-pc-inline {
  display: inline !important;
}
.only-pc-flex {
  display: flex !important;
}
.image-mobile,
.only-mobile,
.only-mobile-inline,
.only-mobile-flex {
  display: none !important;
}

.logoWhite,
.imgWhite {
  filter: brightness(0) invert(1);
}

.modalContentMsg {
  display: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.modalContentMsg.actived {
  display: block;
}

.fancybox-is-open .fancybox-bg {
  /*opacity: 1 !important;*/
}

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

.mainPageContent {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2560px;
  margin: 0 auto;
}

.nowrap{
  white-space: nowrap;
}

.copy-link {
  position: relative;
}
.copy-link-text {
  display: none;
  position: absolute;
  width: 200px;
  text-align: right;
  top: 4px;
  right: 40px;
  color: #ffffff;
  font-size: 18px;
}
.copy-link-text.actived {
  display: block;
}

.logoWhite,
.imgWhite {
  filter: brightness(0) invert(1);
}

.modal-open .btnBackToTop,
.modal-open .contactSide {
  display: none;
}

.iconWhite {
  filter: invert(98%) sepia(98%) saturate(6%) hue-rotate(124deg) brightness(103%) contrast(102%);
}

.fbMessanger {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  z-index: 20;
}

.showOnScroll {
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s ease-in-out;
  /*transform: translateY(0);
  opacity: 1;*/
}
.showOnScroll.in {
  transform: translateY(0);
  opacity: 1;
}
.showDelay1ms {
  transition-delay: .1s !important;
}
.showDelay2ms {
  transition-delay: .2s !important;
}
.showDelay3ms {
  transition-delay: .3s !important;
}
.showDelay4ms {
  transition-delay: .4s !important;
}
.showDelay5ms {
  transition-delay: .5s !important;
}
.showDelay6ms {
  transition-delay: .6s !important;
}
.showDelay8ms {
  transition-delay: .8s !important;
}
.showDelay1s {
  transition-delay: 1s !important
}
.showDelay12ms {
  transition-delay: 1.2s !important;
}

.foldOnScroll {
  transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition-duration: .4s;
  backface-visibility: hidden;
  transition-property: transform;
  transform: perspective(2500px) rotateX(-100deg);
}
.foldOnScroll.in {
  transform: perspective(2500px) rotateX(0);
}

.showTitleOnScroll {
  display: inline-flex;
  overflow: hidden;
}
.showTitleOnScroll > div {
  transform: translateY(100px);
  transition: transform .8s ease-in-out;
}
.showTitleOnScroll.in > div {
  transform: translateY(0);
}

.showHeaderOnScroll {
  display: inline-flex;
  overflow: hidden;
}
.showHeaderOnScroll > .txtItem {
  /*transform: translateY(-100px);*/
  transform: translateY(100px);
  transition: transform .8s ease-in-out;
}
.showHeaderOnScroll.in > .txtItem {
  transform: translateY(0);
}

.showHeaderItemDelayOnScroll {
  display: inline-flex;
  overflow: hidden;
}
.showHeaderItemDelayOnScroll > .txtItem {
  transform: translateY(-60px);
  transition: transform .8s ease-in-out;
}
.showHeaderItemDelayOnScroll.in > .txtItem {
  transform: translateY(0);
}

.slideDownOnScroll {
  position: relative;
  overflow: hidden;
}
.slideDownOnScroll::after {
  background-color: var(--primary-cream);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  transition: all 1.2s;
  transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 0.25);
  transition-delay: .2s;
}
.slideDownOnScroll.in::after {
  top: 100%;
}
.slideDownOnScroll.bgGrey:after {
  background-color: var(--primary-grey);
}
.slideDownOnScroll.bgWhite:after {
  background-color: var(--primary-white);
}

.showLineOnScroll {
  position: relative;
  display: inline-block;
}
.showLineOnScroll:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width .6s ease-in-out;
}
.showLineOnScroll.in:before {
  width: 100%;
}

.showLineOnScroll.showLineGIT:before {
  transition-delay: .2s;
  background-color: #ffffff;
}

.showLineOnScroll.linkLineViewPort:before {
  bottom: 0px;
  transition: width .6s ease-in-out, color .2s ease-in-out;
}
.btn-link-arrow:hover .showLineOnScroll.linkLineViewPort::before {
  background-color: #B50000;
}

.showImgOnScroll {
  overflow: hidden;
}
.showImgOnScroll > img {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: all 1s ease-in-out;
}
.showImgOnScroll.in > img {
  opacity: 1;
  transform: scale(1.0);
}

.zoomImgOnScroll {
  overflow: hidden;
}
.zoomImgOnScroll > img {
  opacity: 1;
  transform: scale(1.1);
  transform-origin: center center;
  transition: all 5s ease-in-out;
}
.zoomImgOnScroll.in > img {
  opacity: 1;
  transform: scale(1.0);
}

.txtHighlight {
  color: var(--primary-blue);
  font-weight: 600;
}
.txtInlineHighlight {
  /*color: #007FFF;*/
  color: var(--primary-blue);
  text-decoration: underline;
}
.sectionBgGrey {
  background-color: var(--primary-grey);
}
.sectionBgDefault {
  background-color: var(--primary-cream);
}

.paddingTopZero {
  padding-top: 0 !important;
}

.parallaxImgContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.parallaxImgContainer.withPadding {
  padding: 1px;
}
.parallaxImgContainer .jarallax {
  width: 100%;
  height: 100%;
}
.parallaxImgContainer img.parallaxSizeControl {
  opacity: 0;
}
.paralaxBgContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.paralaxBgContainer .jarallax {
  width: 100%;
  height: 100%;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gsapParallaxContainer {
  position: relative;
  overflow: hidden;
}
.gsapParallaxSizer {
  position: relative;
  visibility: hidden;
}
.gsapParallaxViewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gsapParallaxViewer img {
  position: absolute;
  object-fit: cover;
  top: 0;
  width: auto;
  height: 80vh
}

.section-parallaxCotainer {
  position: relative;
  overflow: hidden;
}
.section-parallaxSizer {
  position: relative;
  visibility: hidden;
}
.section-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*height: 41.67vw;*/
  overflow: hidden;
}
.parallax-content {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
}

html.hide-scrollbar {
  overflow: hidden; /* lock scrolling */
  /*padding-right: var(--scrollbar-width);*/ /* avoid layout jump */
}
html.hide-scrollbar::-webkit-scrollbar {
}

@media (max-width: 1600px) {

}
@media (max-width: 1366px) {

}
@media (max-width: 820px) {
  .parallaxImgContainer.only-pc {
    display: none !important;
  }
  .parallaxImgContainer.only-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .image-pc,
  .only-pc,
  .only-pc-inline,
  .only-pc-flex {
    display: none !important;
  }
  .image-mobile,
  .only-mobile {
    display: block !important;
  }
  .only-mobile-inline {
    display: inline !important;
  }
  .only-mobile-flex {
    display: flex !important;
  }

  .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    right: 0px !important;
  }
  .fancybox-stage {
    margin: 0 20px !important;
  }
}
@media (max-width: 425px) {

}

.nopadding {
  margin: 0px;
  padding: 0px;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.txtError {
  border-color: #ff0000;
}
.landOfferForm input[type=text].txtError,
.registerForm.careerForm input[type=text].txtError {
  border-color: #ff0000;
}
.contactFormItem input.txtError,
.contactFormItem select.txtError,
.contactFormItem textarea.txtError,
.fileContainer.txtError,
.themeFormItem input.txtError,
.themeFormItem select.txtError,
.themeFormItem textarea.txtError,
.registerForm input.txtError,
.registerForm select.txtError,
.registerForm textarea.txtError,
.registerForm.careerForm input.txtError,
.registerForm.careerForm select.txtError,
.registerForm.careerForm textarea.txtError,
.registerForm select.txtError + .multi-select-container > .multi-select-button {
  border-color: #ff0000 !important;
}

.bgGrey {
  background-color: #EBEEF3;
}

.highLightWeight500 b {
  font-weight: 500;
}
.highLightWeight600 b {
  font-weight: 600;
}

.txtSoftRed {
  color: var(--primary-red);
}
.txtGold {
  color: var(--primary-gold);
}
.txtWhite {
  color: var(--primary-white);
}
.txtCream {
  color: #F2DAB2;
}

/****** FONTS ********/
h1 {
  font-family: var(--font-title);
  /*font-size: var(--font-size-default-100);*/
  font-size: 5.2vw;
  line-height: 0.9;
  /*text-transform: uppercase;*/
}
h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-80);
  line-height: 0.9;
}
h3 {
  /*font-family: var(--font-title);*/
  font-size: var(--font-size-default-50);
  line-height: 1.2;
  font-weight: 400;
}
h4 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-40);
  line-height: 1.2;
}
h5 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  color: var(--primary-lightblue);
  font-weight: 500;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  h1 {
    /*font-size: 7vw;*/
    font-size: 10vw;
  }
}

/*********** MODAL ***********/
#formSendingModal.modal {
  text-align: center;
  padding: 0!important;
  z-index:1050;
  background-color: rgba(0, 0, 0, .2);
}
#formSendingModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#formSendingModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#formSendingModal .modal-content {
  background: transparent;
  box-shadow: none;
  border:none;
}
#formSendingModal .modal-body {
  text-align: center;
}
#formSendingModal .loader,
.loadingScreen .loader {
  border: 10px solid #666666;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left:auto;
  margin-right:auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:1800;
  background-color: rgba(0, 0, 0, .1);
  top: 0;
  left: 0;
}
.loadingScreen.actived {
  display: flex;
}

.loadingScreenHash {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:990;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
}
.loadingScreenHash.actived {
  display: flex;
}
.loadingScreenHash .loader {
  border: 10px solid var(--primary-blue);
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left:auto;
  margin-right:auto;
}

.hiddenLoadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:1500;
  background-color: transparent;
  top: 0;
  left: 0;
}
.hiddenLoadingScreen.actived {
  display: flex;
}

.modalThemeClose {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 18px;
  cursor: pointer;
}

.modal-alertmsg {
  width: 90%;
  max-width: 650px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}
.modal-alertmsg .modal-content {
  border-radius: 0;
  border-color: transparent;
  background-color: #fff;
}
.modal-alertmsg .modal-content .modal-body {
  /*padding: 1rem 2.5em;*/
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-default-20);
  line-height: 1.4;
  font-weight: 500;
}
.modal-alertmsg .modal-content .modal-body .modalTitle {
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 30px;
}
.modalMessage {
  font-weight: 500;
  font-size: var(--font-size-default-26);
  line-height: 1.5;
  text-align: center;
  color: var(--primary-black);
}
.modal-alertmsg .close-area {
  /*margin-top: 40px;*/
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}
.close-area .close-btn {
  cursor: pointer;
}
.close-area div {
  display: inline-block;
}
.close-area .close-icon {
  /*width: 54px;*/
  width: 25px;
}

#infoModal .modal-alertmsg {
  max-width: 700px;
}

.modalMessageTitle {
  font-size: var(--font-size-default-40);
  line-height: 1.2;
  color: var(--primary-gold);
  margin-bottom: 4px;
}
.modalMessageInfo {
  font-size: var(--font-size-default-30);
  line-height: 1.2;
}
.modalMessageClose {
  margin-top: 20px;
}

.modalMessage a:hover {
  color: var(--primary-gold);
}

.modal {
  z-index: 1610;
}
.modal-backdrop {
  /*background-color: rgba(38, 38, 38, .5);*/
  background-color: rgba(0, 0, 0, .6);
  z-index: 1600;
  /*background-color: transparent;*/
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-addCart {
  width: 90%;
  max-width: 535px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}
.modal-addCart .modal-content {
  border-radius: 0;
  background-color: #fff;
}
.modal-addCart .modal-content .modal-body {
  padding: 60px 30px 60px;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
.modal-addCart .modal-content .modal-body .modalTitle {
  font-size: 28px;
  line-height: 34px;
}
.modal-addCart-cart {
  display: inline-block;
  position: relative;
  width: 55px;
  margin: 30px auto 30px;
}
.modal-addCart-cart .showItem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #F47C10;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 18px;
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.doneModalTitle {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  /*.modal-alertmsg .modal-content .modal-body {
    padding: 80px 50px 25px;
    font-size: 18px;
    line-height: 26px;
  }*/
  /*.modal-alertmsg .modal-content .modal-body .modalTitle {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .modal-alertmsg .close-area {
    margin-top: 60px;
    font-size: 22px;
  }*/
}
@media (max-width: 1366px) {
  /*.modal-alertmsg .modal-content .modal-body {
    padding: 60px 40px 20px;
    font-size: 16px;
    line-height: 24px;
  }*/
  /*.modal-alertmsg .modal-content .modal-body .modalTitle {
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .modal-alertmsg .close-area {
    margin-top: 40px;
    font-size: 22px;
  }*/
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .modal-alertmsg .modal-content {
    box-shadow: none;
    border: none;
  }
  /*.modal-alertmsg .modal-content .modal-body {
    padding: 50px 30px 20px;
    font-size: 14px;
    line-height: 22px;
  }*/
  /*.modal-alertmsg .modal-content .modal-body .modalTitle {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .modalMessage {
  }
  .modal-alertmsg .close-area {
    margin-top: 40px;
    font-size: 22px;
  }
  .modal-alertmsg .close-area .close-icon {
    width: 40px;
  }*/
  /*.modal-backdrop {
    background-color: rgba(0, 0, 0, .2);
    opacity: 1 !important;
  }*/

  .modalMessageInfo br {
    display: none;
  }
}


/*********** NAV ***********/
.topNav {
  width: 100%;
  /*width: 100vw;*/
  height: 120px;
  position: fixed;
  padding: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all .4s ease-in-out;
}
.topNav.bgActive {
  background-color: var(--primary-gold);
}

.topNavFixSpace {
  width: 100%;
  height: 120px;
  position: relative;
  /*background-color: var(--primary-dark-blue);*/
}
.topNavCoverInner {
  width: 100%;
  height: 100%;
}
.topNavCoverInnerWithBar {
  width: 100%;
  height: 100%;
  position: relative;
}

.topNavBar {
  position: relative;
  height: 100%;
  transition: height .4s ease-in-out;
}
.topNavBarInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 var(--control-padding);
}
.topNavBarLeft,
.topNavBarRight {
  width: 15%;
  display: flex;
  align-items: center;
  height: 100%;
}
.topNavBarRight {
  justify-content: flex-end;
}
.topNavBarCenter {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.topNavLogo {
  position: relative;
  /*width: 8.333vw;
  max-width: 160px;*/
  height: 3.64vw;
  min-height: 50px;
  z-index: 10;
  transition: all .2s ease-in-out;
  opacity: 1;
  cursor: pointer;
}
.topNavLogo:hover {
  opacity: 0.7;
}

.topNavLineBtnCover {
  display: flex;
  align-items: center;
}

.topNavLineBtn,
.topNavLineBtn:focus,
.topNavLineBtn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 1;
  z-index: 10;
  font-size: var(--font-size-default-26);
  line-height: 1.4;
  text-wrap: nowrap;
  font-weight: 400;
  padding: 0.1em 0;
  background-color: transparent;
  color: var(--primary-white);
  border: none;
  border-radius: 0;
  position: relative;
  transition: all .2s ease-in-out;
  overflow: hidden;
}
.topNavLineBtnIcon {
  width: 25px;
  margin-right: 0.55em;
}
.topNavLineBtn:hover {
  color: var(--primary-white);
  opacity: 0.7;
}

/*.topNavLineBtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-white);
  transition: width .2s ease-in-out;
}
.topNavLineBtn:hover::after {
  width: 100%;
}*/

.topNavLineBtn .iconDefault {
  display: block;
}
.topNavLineBtn .iconHover {
  display: none;
}
.topNavLineBtn:hover .iconDefault {
  display: none;
}
.topNavLineBtn:hover .iconHover {
  display: block;
}

.topNav.minimize {
  /*height: 80px;*/
  /*backdrop-filter: blur(6px);*/
  background-color: var(--primary-gold);
}
.topNav.minimize .topNavBar {
  /*height: 60px;*/
  height: 100%;
}
.topNav.minimize .topNavLogo {
  /*max-width: 160px;*/
  /*height: 2.5vw;*/
  /*min-height: 40px;*/
}
.topNav.minimize .topNavInner {
}
.topNav.bgGold {
  /*background-color: var(--primary-gold);
  border-color: var(--primary-gold);*/
}

.topNav.navHiding {
  transform: translateY(-100%);
}

.topNavLinks {
  height: 100%;
}
.topNavLinks .navbar {
  height: 100%;
  padding: 0 1rem;
}
.topNavLinks .navbar-collapse {
  height: 100%;
}
.topNavLinks .navbar-nav {
  height: 100%;
}
.topNavLinks ul.navbar-nav > li {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  height: 100%;
}
.topNavLinks ul.navbar-nav > li.active {
  color: rgba(255,255,255,.5);
}
.topNavLinks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 0;
  margin: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.topNavLinks .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 15px;
  background-image: url('../../images/icon/icon-dropdown.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}

.topNavItemList .dropdown-menu {
  padding: 0;
  margin: 0;
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  color: var(--primary-blue);
  border: none;
  border-radius: 0;
  transform: translateY(-3px);
  min-width: 180px;
  text-transform: none;
}
.topNavItemList .dropdown-item {
  display: flex;
  align-items: center;
  height: 46px;
  border-bottom: 1px solid #D5D5D5;
  padding: 5px 15px;
  font-weight: 400;
  color: var(--primary-blue);
  transition: all .2s ease-in-out;
}
.topNavItemList .dropdown-item:focus, 
.topNavItemList .dropdown-item.active {
  background-color: var(--primary-lightblue);
  color: #ffffff;
}

/*.topNavItemList .dropdown:hover > .dropdown-menu {
    display: block;
}*/
/* Optional: To prevent the dropdown from becoming "sticky" after a click */
/*.topNavItemList .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}*/

.topNavHamCoverContainer {
  position: fixed;
  display: none;
  z-index: 1200;
  top: 35px;
  transform: translateY(-50%);
  right: var(--control-padding);
}
.topNavHamCoverInside {
  display: none;
  margin-left: 30px;
}
.topNavHamCover {
  /*margin-left: 34px;*/
  position: relative;
}
.topNavHamBoxCover {
  width: 36px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.topNavHamBox {
  /*overflow: hidden;*/
}
.topNavHamLine {
  width: 36px;
  height: 2px;
  margin: 8px 0;
  opacity: 1;
  transform: translateX(0);
  transition: all .2s ease-in-out;
  transition-delay: .1s;
  position: relative;
}
.topNavHamLineInner {
  transition: all .2s ease-in-out;
  transform-origin: center center;
  transition-delay: 0s;
  background-color: var(--primary-white);
  width: 100%;
  height: 100%;
}
.topNavHamBox.beCloseBtn .topNavHamLineInner {
  background-color: var(--primary-white);
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) {
  transform: translate(0,6px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) {
  transform: translate(0,-6px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) > .topNavHamLineInner {
  transform: rotate(45deg);
  transition-delay: .1s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) > .topNavHamLineInner {
  /*transform: rotate(-45deg);*/
  transform: rotate(-45deg) translate(-1px, 0);
  transition-delay: .1s;
}

ul.topNavItemList {
  display: inline-flex;
}
ul.topNavItemList > li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 1.2em;
  text-align: center;
  color: var(--primary-white);
  font-size: var(--font-size-default-26);
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  transition: all .2s ease-in-out;
  opacity: 1;
  text-transform: uppercase;
}
ul.topNavItemList > li:first-child {
  padding-left: 0;
}
ul.topNavItemList > li:last-child {
  padding-right: 0;
}
ul.topNavItemList > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-white);
  transition: width .2s ease-in-out;
}
ul.topNavItemList > li:hover::after, 
ul.topNavItemList > li.actived::after {
  width: 100%;
}
ul.topNavItemList > li > a,
ul.topNavItemList > li a.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  /*transition: all .2s ease-in-out;*/
  position: relative;
  padding: 0.1em 0;
}
ul.topNavItemList > li > a.topNavItemLink::before ,
ul.topNavItemList > li a.dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: var(--primary-gold);
  transition: width .2s ease-in-out, opacity .4s ease-in-out;
  transform-origin: center;
  transform: translateX(-50%);
}
ul.topNavItemList > li > a.topNavItemLink:hover::before,
ul.topNavItemList > li > a.topNavItemLink.actived::before,
ul.topNavItemList > li a.dropdown-toggle:hover::before,
ul.topNavItemList > li a.dropdown-toggle.actived::before {
  width: 100%;
  opacity: 1;
}

.topNavItemProject {
  padding-right: 0.7em !important;
  background-image: url('../../images/icon/icon-select-white.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.4em auto;
}

ul.topNavItemList > li a.dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
.topNavItemDropdown {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
}
.topNavItemDropdown .dropdownDefault {
  display: block;
}
.topNavItemDropdown .dropdownActive {
  display: none;
}

a.topNavItemLink:hover,
a.topNavItemLink.actived {
  color: var(--primary-gold);
}
a.topNavItemLink:hover .dropdownDefault,
a.topNavItemLink.actived .dropdownDefault {
  display: none;
}
a.topNavItemLink:hover .dropdownActive,
a.topNavItemLink.actived .dropdownActive {
  display: block;
}

.topNavHighlight {
  padding: 8px 18px 6px;
  border: 1px solid var(--primary-gold);
  border-radius: 24px;
  transition: all .2s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.topNavHighlight > div {
  display: inline-block;
}
.topNavHighlight > div > span {
  color: var(--primary-gold);
  transition: color .2s ease-in-out;
}
.topNavHighlight > div > span:nth-child(1) {
  transition-delay: .2s;
}
.topNavHighlight > div > span:nth-child(2) {
  transition-delay: .1s;
}
.topNavHighlight > div > span:nth-child(3) {
  transition-delay: 0s;
}

.topNavHighlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-gold);
  width: 0;
  height: 100%;
  transition: width .2s ease-in-out;
  z-index: -1;
}
.topNavHighlight:hover > div > span {
  color: var(--primary-white);
}
.topNavHighlight:hover > div > span:nth-child(1) {
  transition-delay: .1s;
}
.topNavHighlight:hover > div > span:nth-child(2) {
  transition-delay: .2s;
}
.topNavHighlight:hover > div > span:nth-child(3) {
  transition-delay: .3s;
}
.topNavHighlight:hover::after {
  width: 100%;
}

.mobileNavCloseContainer {
  position: relative;
  width: 100%;
  height: 120px;
}
.mobileNavCloseCover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY( calc(-50% + 4px) );
  width: 34px;
  height: 34px;
  z-index: 1100;
  visibility: hidden;
  cursor: pointer;
}
.mobileNavCloseCover.actived {
  visibility: visible;
}
.mobileNavCloseBoxCover {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileNavCloseBox {
  position: relative;
  overflow: hidden;
  width: 34px;
  height: 34px;
}
.mobileNavCloseLine {
  position: absolute;
  top: 2px;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--primary-white);
  opacity: 0;
  transition: all .15s ease-in-out;
}
.mobileNavCloseLine:first-child {
  transform-origin: top left;
  transform: rotate(45deg) translate(40px,0);
  left: 8px;
  transition-delay: 0s;
}
.mobileNavCloseLine:last-child {
  transform-origin: top right;
  transform: rotate(-45deg) translate(-40px,0);
  right: 8px;
  transition-delay: .1s;
}
.mobileNavCloseCover.actived .mobileNavCloseLine:first-child {
  transform: rotate(45deg) translate(0,0);
  opacity: 1;
  transition-delay: .55s;
}
.mobileNavCloseCover.actived .mobileNavCloseLine:last-child {
  transform: rotate(-45deg) translate(0,0);
  opacity: 1;
  transition-delay: .6s;
}

.btnFullTxt {
  display: block;
}
.btnShortTxt {
  display: none;
}

.logoThemeWhite {
  display: none;
}
.topNav.themeWhite .logoThemeWhite {
  display: block;
}
.topNav.themeWhite .logoThemeBlack {
  display: none;
}
.topNav.themeWhite ul.topNavItemList > li {
  color: var(--primary-white);
}
.topNav.themeWhite .topNavLineBtn,
.topNav.themeWhite .topNavLineBtn:focus,
.topNav.themeWhite .topNavLineBtn:visited {
  color: var(--primary-white);
  border: 1px solid var(--primary-white);
}
.topNav.themeWhite .topNavLineBtn::after {
  background-color: var(--primary-white);
}
.topNav.themeWhite .topNavLineBtn:hover {
  color: var(--primary-black);
}
body.topNavThemeWhite .topNavHamBox .topNavHamLineInner {
  background-color: var(--primary-white);
}

.topNavBarLang {
  margin-right: 20px;
}
.topNavBarLang .navbar {
  padding: .5rem 5px;
}
.topNavBarLang .nav-link.dropdown-toggle {
  background-image: url('../../images/icon/icon-select-white.png');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px auto;
  padding: 2px 15px 2px 5px;
  border: none;
  border-radius: 0;
  color: var(--primary-white);
  font-size: var(--font-size-default-22);
  line-height: 1.4;
  font-weight: 700;
}
.topNavBarLang .dropdown-menu {
  padding: 0;
  margin: 0;
  font-family: var(--font-title);
  font-size: var(--font-size-default-22);
  color: var(--primary-font-color);
  /*border: 1px solid #C5CED1;
  border-top: none;*/
  border: none;
  border-radius: 0;
  background-color: rgba(255,255,255,1);
  min-width: 40px;
  text-align: center;
}
.topNavBarLang .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-bottom: 1px solid #C5CED1;
  padding: 0 5px;
  font-family: var(--font-title);
  color: var(--primary-font-color);
  font-size: var(--font-size-default-20);
  line-height: 1;
}
.topNavBarLang .dropdown-item:last-child {
  border-bottom: none;
}
.topNavBarLang .dropdown-item:focus, 
.topNavBarLang .dropdown-item.active {
  font-weight: 600;
}
.topNavBarLang .dropdown-item:hover {
  color: var(--primary-font-color);
  background-color: #ffffff;
}
.topNavBarLang .navbar-nav .dropdown-menu {
  position: absolute;
}

.topNavProjectContainer {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 1010;
  /*display: none;*/
  visibility: hidden;
  overflow: hidden;
  transition-delay: .4s;
}
.topNav.minimize ~ .topNavProjectContainer {
  /*top: 80px;*/
}
.topNavProjectContainerInner {
  position: relative;
  background-color: var(--primary-cream);
  width: 100%;
  transform: translateY(-100%);
  transition: transform .4s ease-in-out;
}

.topNavProjectContainer.actived {
  /*display: block;*/
  visibility: visible;
  transition-delay: 0s;
}
.topNavProjectContainer.actived .topNavProjectContainerInner {
  transform: translateY(0);
}

.topNavProjectCloseBtn {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 20px;
  z-index: 20;
  cursor: pointer;
}
.topNavProjectArea {
  position: relative;
  display: flex;
  z-index: 10;
}
.topNavProjectAreaLeft {
  flex: 1;
  padding: 2.6vw 1vw 2.6vw 6.77vw;
}
.topNavProjectAreaRight {
  width: 50%;
}
.topNavProjectList {
  display: flex;
}
.topNavProjectList > div {
  width: 50%;
  padding-right: 3vw;
}
.topNavProjectList ul > li {
  font-size: var(--font-size-default-26);
  margin-bottom: 8px;
}
.topNavProjectList ul > li:not(.txtGold):hover {
  color: var(--primary-orange);
}
.topNavProjectAreaRight > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bgPageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100vw;
  height: 100vh;
  display: none;
}
.bgPageOverlay.actived {
  display: block;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .topNavLogo {
    height: 3.64vw;
  }
}
@media (max-width: 1366px) {
  .topNav {
    /*height: 120px;*/
    height: 100px;
  }
  .topNavFixSpace {
    /*height: 120px;*/
    height: 100px;
  }
}
@media (max-width: 1024px) {
  /*.mobileNavCloseContainer {
    height: 70px;
  }*/
  .topNav.minimize .topNavLogo {
    /*height: 3.4vw;*/
  }

  .topNavBarCenter {
    display: none;
  }
  .topNavHamCoverInside {
    display: block;
  }

  .topNav .topNavBarLang {
    display: none;
  }
}
@media (max-width: 820px) {
  .topNav {
    height: 80px;
  }
  .topNavFixSpace {
    height: 80px;
  }
  .topNavLogo {
    height: 4.8vw;
  }
  .topNav.minimize .topNavLogo {
    /*height: 4.8vw;*/
  }
  ul.topNavItemList > li {
    padding: 10px 0;
    margin: 0 1.4vw;
  }

  .btnFullTxt {
    display: none;
  }
  .btnShortTxt {
    display: block;
  }

  .topNavBarCenter {
    display: none;
  }
  .topNavHamCoverInside {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  /*.topNav {
    height: 80px;
  }*/
  .topNavLogo {
    height: 38px;
    min-height: unset;
  }
  .topNav.minimize .topNavLogo {
    /*height: 38px;
    min-height: unset;*/
  }
  .topNavHamCoverInside {
    margin-left: 10px;
  }

  .topNav.navHiding {
    transform: translateY(0);
  }

  .topNavBarLang .nav-link.dropdown-toggle {
    font-size: 18px;
    font-weight: 400;
  }
  .topNavBarLang .dropdown-item {
    font-size: 18px;
    font-weight: 400;
  }

  .topNavLineBtnIcon {
    width: 16px;
    margin-right: 0.55em;
  }

  .topNavHamBoxCover {
    width: 30px;
    height: 38px;
  }
  .topNavHamBoxCover {
    width: 30px;
    height: 38px;
  }
  
  /*.topNavHamLine {
    width: 26px;
    height: 2px;
    margin: 8px 0;
  }
  .topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) {
    transform: translate(0,5px);
    transition-delay: 0s;
  }
  .topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) {
    transform: translate(0,-5px);
    transition-delay: 0s;
  }

  ul.topNavItemList > li {
    padding: 10px 0;
    padding: 0 10px;
  }*/
}

/*********** MOBILE NAV AREA *******/
.mobileNavArea {
  position: fixed;
  /*width: 35%;*/
  width: 40%;
  max-width: 676px;
  height: 100dvh;
  top: 0;
  right: 0;
  background-color: var(--primary-gold);
  color: #ffffff;
  z-index: 1150;
  transform: translateX(100%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  background-image: url('../../images/bg-mobile-nav.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 60% auto;
}
.mobileNavArea.actived {
  transform: translateX(0);
  opacity: 1;
}
.mobileNavAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 120px;
}
.mobileNavAreaInner::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: var(--primary-brown);
  z-index: 5;
}
.mobileNavLineCover {
  position: absolute;
  top: 35px;
  right: calc(var(--control-padding) + 80px);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  transition-delay: .3s;
}
.mobileNavArea.actived .mobileNavLineCover {
  opacity: 1;
}
.mobileNavHamContainer {
  position: absolute;
  top: 20px;
  right: 30px;
}
.mobileNavContent {
}
.mobileNavMenu > ul > li {
  font-size: var(--font-size-default-34);
  line-height: 1.2;
  margin: 0.7em 0;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.5;
}
.mobileNavMenu > ul > li.actived {
  opacity: 1;
}
.mobileNavMenu > ul > li > a {
  position: relative;
  display: inline-block;
}

.mobileNavContact {
  /*border-top: 1px solid rgba(255, 255, 255, .25);*/
  margin-top: 20px;
  padding-top: 30px;
  font-size: var(--font-size-default-34);
}
.contactItemCover {
  margin-bottom: 10px;
}

.mobileNavArea .topNavLineBtn,
.mobileNavArea .topNavLineBtn:focus,
.mobileNavArea .topNavLineBtn:visited {
  color: var(--primary-white);
  border: 1px solid var(--primary-white);
}
.mobileNavArea .topNavLineBtn::after {
  background-color: var(--primary-white);
}
.mobileNavArea .topNavLineBtn:hover {
  color: var(--primary-black);
}

a.toggleMobileSubNav {
  background-image: url('../../images/icon/icon-select-white.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px auto;
  padding: 2px 38px 2px 0;
}
.mobileNavSubLinks {
  width: 100%;
  height: 0;
  transition: height .2s ease-in-out;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  text-align: center;
}
.mobileNavSubLinks.actived {
  height: auto;
  padding: 10px 30px;
}
.mobileNavSubLinks > ul > li {
  opacity: 0.5;
}
.mobileNavSubLinks > ul > li.actived {
  opacity: 1 !important;
}
.mobileNavSubLinks.actived > ul > li {
  opacity: 0.5;
}
.mobileNavSubLinks > ul > li > a {
  display: inline-block;
  padding: 5px 0;
  font-size: var(--font-size-default-26);
}

.mobileNavLangCover {
  position: absolute;
  top: 40px;
  right: 50px;
  transform: translate(-10px, -50%);
  opacity: 1;
}

@media (max-width: 1024px) {
  .mobileNavArea {
    width: 40%;
  }
  .mobileNavLineCover {
    right: calc(var(--control-padding) + 70px);
  }
}
@media (max-width: 820px) {
  .mobileNavArea {
    width: 50%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavArea {
    width: 100%;
  }
  .mobileNavAreaInner {
    align-items: flex-start;
    padding-top: 80px;
  }
  .mobileNavMenu > ul > li {
    font-size: 26px;
    line-height: 1.2;
    margin: 16px 0;
  }

  .mobileNavSubLinks > ul > li > a {
    font-size: var(--font-size-default-26);
  }
  a.toggleMobileSubNav {
    background-position: right 0 center;
    background-size: 10px auto;
    padding: 2px 18px 2px 0;
  }

  .mobileNavLineCover {
    right: 60px;
  }
  .topNavLineBtn, 
  .topNavLineBtn:focus, 
  .topNavLineBtn:visited {
    padding: 12px 12px 10px;
  }
}

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  background-color: var(--primary-brown);
  color: var(--primary-white);
  font-size: var(--font-size-default-22);
  line-height: 1.2;
  font-weight: 400;
  z-index: 100;
}
.pageFooter a {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
.pageFooter a:hover {
  opacity: 0.5;
}
.pageFooterInner {
  width: 100%;
  position: relative;
}
.pageFooterContainer {
  position: relative;
  padding: 3.12vw 0;
}
.pageFooterContent {
  display: flex;
  justify-content: space-between;
}
.pageFooterCompany {
  max-width: 260px;
}
.pageFooterNav {
  width: 60%;
  max-width: 840px;
  display: flex;
  justify-content: space-between;
}

.pageFooterTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-40);
  color: #F2DAB2;
}
.pageFooterAddress {
  margin: 12px 0 16px;
}

.pageFooterNav ul > li {
  margin-bottom: 10px;
}
.pageFooterNav ul > li:last-child {
  margin-bottom: 0;
}
.pageFooterNavMain {
  font-weight: 700;
}
/*.pageFooterNavMain ul > li:first-child {
  color: #F2DAB2;
}*/

.contactItem {
  display: flex;
  align-items: center;
}
.contactItemIcon {
  width: 1em;
  margin-right: 0.8em;
}
.pageFooterContactItem {
  margin-bottom: 14px;
}

.pageFooterCopyRight {
  font-size: var(--font-size-default-18);
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 20px 0 24px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.pageFooterPrivacyNav > ul {
  display: flex;
}
.pageFooterPrivacyNav > ul > li {
  padding: 0 14px;
  position: relative;
}
.pageFooterPrivacyNav > ul > li:first-child {
  padding-left: 0;
}
.pageFooterPrivacyNav > ul > li:last-child {
  padding-right: 0;
}
.pageFooterPrivacyNav > ul > li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: var(--primary-white);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pageFooterPrivacyNav > ul > li:last-child::after {
  display: none;
}
.MB_navMainHome {
  display: none;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .pageFooterContent {
    display: block;
  }
  .pageFooterNav {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
  .pageFooterCopyRight {
    display: block;
    padding: 20px 0 40px;
  }
  .pageFooterPrivacyNav {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageFooterContainer {
    padding: 24px 0;
  }
  .pageFooterTitle {
    font-size: 26px;
  }
  .pageFooterNav {
    display: flex;
    flex-wrap: wrap;
  }
  .pageFooterNavMain {
    width: 100%;
    margin-bottom: 20px;
  }
  .pageFooterNavProject {
    width: 100%;
  }
  .pageFooterNav ul > li {
    margin-bottom: 8px;
  }
  .pageFooterNav ul > li:last-child {
    margin-bottom: 8px;
  }
}
@media (max-width: 380px) {
}

/*********** MAIN ***********/
.mainPage {
  width: 100%;
}
.sectionPage {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2560px;
  margin: 0 auto;
  background-color: #ffffff;
}
.sectionPageInner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sectionTitle {
  margin-bottom: 30px;
}
.sectionTitleCenter {
  text-align: center;
}
.sectionTitleLeft {
  text-align: left;
}
.sectionSubTitle {
  margin-bottom: 20px;
}

.sectionButton {
  margin-top: 50px;
}
.sectionButton.halfMT {
  margin-top: 25px;
}
.sectionButtonCenter {
  text-align: center;
}

.siteMainContent {
  /*max-width: 1600px;*/
  margin: 0 auto;
}

.contentArea {
  position: relative;
}
.contentAreaInner {
  position: relative;
}

.sectionControlLeft {
  padding-left: var(--control-padding-lg);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlRight {
  padding-right: var(--control-padding-lg);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlBoth {
  padding-left: var(--control-padding-lg);
  padding-right: var(--control-padding-lg);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlBothTwice {
  padding-left: 8.33%;
  padding-right: 8.33%;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.sectionTitleBothSide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-theme,
.btn-theme:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.3em;
  padding: 0.2em 1em;
  background-color: var(--primary-orange);
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-26);
  line-height: 0.9;
  font-weight: 400;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: none;
  min-width: 90px;
}
.btn-theme:hover {
  border: none;
  color: var(--primary-white);
  background-color: var(--primary-red);
}
.btn-theme:disabled {
  opacity: .5;
}
.btn-theme:disabled:hover {
  opacity: .5;
  background-color: var(--primary-lightblue);
  color: var(--primary-white);
}
/*.btn-theme > div {
  transform: translateY(0.125em);
}*/

.btn-theme.minWidthM {
  min-width: 240px;
}
.btn-theme.fullWidth {
  width: 100%;
}

.btn-theme.bgBrown {
  background-color: var(--primary-brown);
}
.btn-theme.bgBrown:hover {
  border: none;
  color: var(--primary-white);
  background-color: var(--primary-red);
}

.btnSearchIcon {
  height: 0.9em;
  margin-left: 0.4em;
}
.btnLinkIcon {
  height: 0.46em;
  margin-left: 0.4em;
  transform: translateY(10%);
}
.btnDirectionIcon {
  height: 0.8em;
  margin-left: 0.4em;
  transform: translateY(5%);
}
.btnDownloadIcon {
  height: 0.7em;
  margin-left: 0.4em;
  transform: translateY(5%);
}

.btn-theme-outline,
.btn-theme-outline:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3em;
  padding: 5px 24px;
  background-color: transparent;
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 1;
  font-weight: 700;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: 1px solid var(--primary-white);
}
.btn-theme-outline:hover {
  color: var(--primary-white);
  border: 1px solid var(--primary-white);
  background-color: var(--primary-gold);
}
.btn-theme-outline > div {
  transform: translateY(0);
}
.btn-theme-outline > .btnIcon {
  transform: translateY(0.125em);
}

.btnIcon {
  height: 1em;
  margin-left: 10px;
}

.link-theme-underline {
  position: relative;
}
.link-theme-underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transform-origin: left center;
  transition: width .2s ease-in-out;
}
.link-theme-underline:hover::after {
  width: 100%;
}

/*.link-theme {
  display: inline-flex;
  align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.link-theme::after {
  position: absolute;
  content: "";
  bottom: 8px;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: width .2s ease-in-out;
}
.link-theme:hover::after {
  width: calc(100% - 16px);
}

.link-theme-icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 16.4px;
  background-image: url('../../images/icon/icon-arrow-right.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8.4px;
}
.link-theme-icon::after {
  position: absolute;
  content: "";
  bottom: 8px;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: width .2s ease-in-out;
}
.link-theme-icon:hover::after {
  width: calc(100% - 16px);
}*/

.link-theme,
.link-theme:visited {
  display: inline-flex;
  align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: var(--primary-gold);
  font-weight: 600;
}
.link-theme:hover {
  color: var(--primary-gold);
}
.link-theme .linkTxt {
  position: relative;
}
.link-theme .linkTxt::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: var(--primary-gold);
  transition: width .2s ease-in-out;
}
.link-theme:hover .linkTxt::after {
  width: 100%;
}
.link-theme .icnDownload {
  width: 26px;
  margin-right: 8px;
}
.link-theme .icnDownload ~ .linkTxt::after {
  bottom: 6px;
}

.btnBackToTop {
  width: 60px;
  position: fixed;
  bottom: -60px;
  right: 22px;
  z-index: 90;
  transition: bottom .3s ease-in-out;
  cursor: pointer;
}
.btnBackToTop.actived {
  /*bottom: 92px;*/
  bottom: 32px;
}

.contentControl {
  word-wrap: break-word;
}
.contentControl p,
.contentControl ul,
.contentControl ol {
  margin-bottom: 1.1em;
  font-size: var(--font-size-default-22);
  /*font-weight: 300;*/
}
.contentControl ul {
  list-style-type: disc;
  padding-left: 22px;
}
.contentControl ol {
  list-style-type: decimal;
  padding-left: 22px;
}
.contentControl img {
  display: block;
  height: auto;
  max-width: 100%;
}
.contentControl a {
  color: var(--primary-blue);
}
.contentControl a:hover {
  color: #00B6D9;
}

.titleCenter {
  text-align: center;
}
.subTitleCenter {
  text-align: center;
}

.themeForm .row {
  margin-left: -15px;
  margin-right: -15px;
}
.themeFormItem {
  padding: 0 15px;
  margin-bottom: 18px;
  font-size: 18px;
}
.themeFormItem input[type=text],
.themeFormItem input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding: 15px 20px 15px 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  outline: none;
}
.themeFormItem select {
  width: 100%;
  border: none;
  /*border-bottom: 1px solid #000000;*/
  border-radius: 0;
  padding: 0 16px 0 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url('../../images/icon/icon-select-dark.png');
  background-position: right center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.themeFormItem textarea {
  padding: 10px 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  height: 120px;
  border: 2px solid #000000;
  border-radius: 0;
}
.themeFormItem input::placeholder,
.themeFormItem textarea::placeholder {
  color: rgba(0, 0, 0, .4);
}

.themeFormTxtSearchContainer {
  position: relative;
}
.themeFormTxtSearchContainer .txtSearchBtn {
  position: absolute;
  content: "";
  background-image: url('../../images/icon/icon-search.svg');
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

.themeFormSubmitArea {
  margin-top: 10px;
}
.themeFormPassword {
  position: relative;
}
.themeFormPassword .passwordToggleView {
  position: absolute;
  content: "";
  background-image: url('../../images/account/icon-eye.png');
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 14px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  opacity: .4;
}
.themeFormPassword input[type=text] ~ .passwordToggleView {
  opacity: 1;
}
.themeFormLabel {
  margin-top: 15px;
  margin-bottom: 10px;
}

.themeFormItem .checkboxLabel {
  cursor: pointer;
}
.formCheckContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formCheckContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formCheckContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #E1E7EE;
}
.formCheckContainer:hover input ~ .checkmark {
  background-color: transparent;
}
.formCheckContainer input:checked ~ .checkmark {
  background-color: #000000;
}
.formCheckContainer .checktxt {
  color: #262626;
}

.formCheckService {
  display: block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formCheckService input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formCheckService .checkmark {
  position: relative;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 24px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.formCheckService:hover input ~ .checkmark {
  background-color: #ffffff;
}
.formCheckService input:checked ~ .checkmark {
  color: #ffffff;
  background-color: #000000;
}

select.listOptionView {
  font-size: var(--font-size-default-20);
  color: var(--primary-font-color);
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url('../../images/icon/icon-link-lang-btn.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 19px auto;
  padding: 2px 50px 2px 20px;
  border: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
select.listOptionView.bgWhite {
  background-color: #ffffff;
}

.themeTitleLink {
  font-size: 20px;
  font-weight: 600;
  transition: all .2s ease-in-out;
}
.themeTitleLink:hover {
  color: var(--primary-blue);
}
.themeLink {
  font-size: 20px;
  /*color: #387DF7;*/
  color: #0009;
  /*text-decoration: underline;*/
  transition: color .2s ease-in-out;
}
.themeLink:hover {
  /*color: #00B6D9;*/
  color: #222222;
  /*text-decoration: underline;*/
}

.themeLinkDownload {
  display: inline-block;
  padding-right: 35px;
  background-image: url('../../images/icon/icon-download.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  color: var(--primary-blue);
  font-size: var(--font-size-default-20);
  /*text-decoration: underline;*/
  transition: all .2s ease-in-out;
}
.themeLinkDownload:hover {
  background-image: url('../../images/icon/icon-download-black.png');
  /*color: #00B6D9;*/
  color: #222222;
  /*text-decoration: underline;*/
}

.panelBgOverlay {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100lvh;
  background-color: rgba(58,45,40,.7);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  top: 0;
  left: 0;
  z-index: 1050;
}
.panelBgOverlay.actived {
  opacity: 1;
}
.panelBgOverlay.visibled {
  visibility: visible;
}

.splashContactFormContainerCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(58,45,40,.7);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 1400;
}
.splashContactFormContainerCover.actived {
  display: flex;
}
.splashContactFormContainer {
  width: 90%;
  max-width: 800px;
  height: 90%;
  max-height: 740px;
}
.splashContactFormContainerInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.splashContactFormContainer .contactFormContainer {
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
.splashContactFormCloseBtn {
  position: absolute;
  width: 23px;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .splashContactFormContainer {
    max-height: 720px;
  }
}
@media (max-width: 1366px) {
  .sectionTitle {
    margin-bottom: 40px;
  }

  .sectionControlBothTwice {
    padding-left: 10%;
    padding-right: 10%;
  }

  .themeTitleLink {
    font-size: 18px;
  }
  .themeLink {
    font-size: 18px;
  }

  .splashContactFormContainer {
    max-height: 710px;
  }
}
@media (max-width: 1024px) {
  .sectionControlBothTwice {
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn-theme,
  .btn-theme:visited {
    padding: 10px 22px;
  }

  .splashContactFormContainer {
    max-height: 700px;
  }
}
@media (max-width: 820px) {
  .btn-theme,
  .btn-theme:visited {
    padding: 10px 22px;
    min-width: unset;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {

  select.listOptionView {
    background-position: right 18px center;
    background-size: 17px auto;
    padding: 2px 45px 2px 20px;
    height: 40px;
  }

  .sectionTitle {
    margin-bottom: 30px;
  }
  .sectionSubTitle {
    margin-bottom: 14px;
  }

  .btn-theme,
  .btn-theme:visited {
    padding: 8px 18px;
    min-width: unset;
  }

  .splashContactFormContainer {
    height: 94%;
    max-height: unset;
  }
  .splashContactFormCloseBtn {
    width: 18px;
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 425px) {
  
}

/*********** PAGES ***********/
.pageBanner {
}
.pageBannerInner {
  position: relative;
  background-color: var(--primary-dark-blue);
}
.pageBannerBg {
  position: relative;
  width: 100%;
  height: 23.43vw;
  min-height: 240px;
  background-image: url('../../images/project/banner.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.pageBannerOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, .25);
}
.pageBannerTitle {
  position: absolute;
  width: 100%;
  top: calc(50% + 1.5em);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
  color: #ffffff;
  text-align: center;
  word-wrap: normal;
  padding: 0 var(--control-padding);
  text-transform: uppercase;
}

.pageBannerImg-pc {
  display: block;
}
.pageBannerImg-mobile {
  display: none;
}

.contentContainerM {
  width: 100%;
  max-width: var(--container-medium-width);
  padding: 0 100px;
  margin: 0 auto;
}

.contentListLoading {
  width: 100%;
  height: 300px;
}
.noResultArea {
  display: none;
  width: 100%;
  font-size: var(--font-size-default-18);
  text-align: center;
  padding: 50px 50px;
}
.noResultArea.actived {
  display: block;
}

.pageTitleContainer {
  padding: var(--sectionPaddingV100);
}

.dotCursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--primary-blue);
  pointer-events: none;
  /*mix-blend-mode: difference;*/
  z-index: 3000;
  /*transition: transform 0.6s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, top 0.08s linear, left 0.08s linear;*/
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  opacity: 1;
}
.dotCursor.big {
  width: 120px;
  height: 120px;
  background-color: rgba(107, 176, 211, .25);
  border: 2px solid transparent;
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
}
.dotCursor.hasbg {
  background-color: rgba(107, 176, 211, .25);
  border: 2px solid transparent;
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
}
.dotCursor.fixedHideCursorLogo {
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: top 0.2s linear, left 0.2s linear, opacity 0.4s linear, width 0.2s linear, height 0.2s linear;
}
.dotCursor.fixedHideCursor {
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: top 0.2s linear, left 0.2s linear, opacity 0.4s linear, width 0.2s linear, height 0.2s linear;
}
.dotCursor.hideTouchDevice {
  display: none !important;
}
.dotCursor.bigOnHeader {
  width: 120px;
  height: 120px;
  background-color: var(--primary-blue);
  border: 2px solid transparent;
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
}

.dotInfoCursor {
  position: fixed;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  pointer-events: none;
  /*background-color: rgba(0, 128, 255, .4);*/
  background-color: var(--primary-orange);
  z-index: 2000;
  transition: transform 0.4s, opacity 0.4s ease-in-out;
  transform: translate(-50%, -70%);
  opacity: 0;
  font-size: var(--font-size-default-20);
  line-height: 1;
}
.dotInfoCursor.actived {
  opacity: 1;
}
.dotInfoCursor::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.dotInfoCursor.txtExpand::after {
  content: "ขยาย";
}

.dotInfoCursor.txtExpand::after {
  content: "ขยาย";
}

.cursorOnBannerTitle {
  cursor: default;
}

.txtHighlightBlue {
  color: var(--primary-blue);
}
.txtHighlightLightblue {
  color: var(--primary-lightblue);
}
.txtFW500 {
  font-weight: 500;
}

.defaultContentWidth {
  max-width: 1460px;
  margin: 0 auto;
}

.defaultResetFormWidth {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .contentContainerM {
    padding: 0 85px;
  }
}
@media (max-width: 1440px) {
  .contentContainerM {
    padding: 0 75px;
  }
}
@media (max-width: 1366px) {
  .contentContainerM {
    padding: 0 50px;
  }
}
@media (max-width: 820px) {
  .pageBannerImg-pc {
    display: none;
  }
  .pageBannerImg-mobile {
    display: block;
  }
  .contentContainerM {
    padding: 0 20px;
  }
  .dotCursor,
  .dotInfoCursor {
    display: none !important;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageBannerBg {
    /*height: 23.43vw;
    min-height: 240px;*/
    min-height: 200px;
  }
  .contentContainerM {
    padding: 0 15px;
  }
}
@media (max-width: 425px) {
  
}

/*** COOKIES ***/
.acceptCookieArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 22px 20px;
  /*background-color: rgba(255, 255, 255, .95);*/
  background-color: #faf4e8;
  font-family: var(--font-notosansthai);
  font-size: 20px;
  line-height: 1.3;
  transition: transform 0.8s ease-in-out;
  transform: translateY(100%);
  z-index: 2000;
  -webkit-box-shadow: 0 0 6 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6x 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  max-width: 365px;
  min-height: 200px;
}
.acceptCookieArea.acceptSlideIn {
  transform: translateY(0);
}
.acceptCookieContent {
  display: block;
}
.acceptCookieArea-text {
  text-align: center;
}
.acceptCookieArea-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.acceptCookieArea-text a {
  /*color: #30A8B7;*/
  color: var(--primary-blue);
}
.changePreferenceLink,
.changePreferenceLink:focus {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  padding: 0px;
  white-space: nowrap;
  /*color: #30A8B7;*/
  color: var(--primary-blue);
  font-weight: 500;
}
.changePreferenceLink:hover {
  opacity: .7;
  /*color: #30A8B7;*/
  text-decoration: underline;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px;
}
.btn-cookie,
.btn-cookie:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid var(--primary-font-color);
  border-radius: 20px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.btn-cookie:hover {
  background-color: var(--primary-font-color);
  color: #ffffff;
}

.btn-cookie2,
.btn-cookie2:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.2em;
  padding: 0.5em 1em;
  background-color: var(--primary-orange);
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: 20px;
  line-height: 0.9;
  font-weight: 400;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: none;
  min-width: 7em;
}
.btn-cookie2:hover {
  border: none;
  color: var(--primary-white);
  background-color: var(--primary-red);
}

.cookiePreferenceBoxCover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2005;
  height: 100dvh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.cookiePreferenceBoxCover.actived {
  display: block;
}
.cookiePreferenceBox {
  position: fixed;
  max-width: 700px;
  /*top: 50%;*/
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  z-index: 2050;
  font-size: 14px;
  box-sizing: border-box;
  padding: 1.75em;
  width: 80vw;
  background-color: #faf4e8;
  display: block;
  visibility: hidden;
  transition: all .5s ease-in-out;
}
.cookiePreferenceBox.actived {
  display: block;
  visibility: visible;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cookiePreferenceBoxInner {
  display: none;
}
.cookiePreferenceBoxInner.actived {
  display: block;
}
.cookiePreferenceBox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  padding: 4px 0 10px;
}
.cookiePreferenceBox-closeBtn {
  cursor: pointer;
}
.cookiePreferenceBox-detail {
  font-size: 16px;
  font-weight: 400;
  /*padding: 14px 8px 14px;*/
  /*height: 50dvh;*/
  height: auto;
  max-height: 50dvh;
  overflow: auto;
}
.cookiePreferenceBox-detailInner {
  padding: 14px 8px 14px;
}
.cookiePreferenceItem {
  padding: 1em;
  background-color: #f1e2d5;
  margin-bottom: 1em;
}
.cookiePreferenceItem:last-child {
  margin-bottom: 0;
}
.cookiePreferenceItemTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.cookiePreferenceItemDetail {
  display: flex;
}
.cookiePreferenceItemDetail > div:first-child {
  flex: 1;
}
.cookiePreferenceItemDetail > div:nth-child(2) {
  width: 120px;
  display: flex;
  justify-content: center;
}
.cookieCheckboxWrapper {
  position: relative;
}
.cookieCheckboxWrapper input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.cookieCheckboxWrapper label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 25px;
  /*background: grey;*/
  background-color: #c99180;
  display: block;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
.cookieCheckboxWrapper input:checked + label {
  background: var(--primary-orange);
}
.cookieCheckboxWrapper label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 22px;
  transition: 0.1s;
}
.cookieCheckboxWrapper input:checked + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}
.cookiePreferenceItemDetail a,
.cookiePreferenceItemDetail a:focus {
  cursor: pointer;
  text-decoration: underline;
  color: var(--primary-blue);
}
.cookiePreferenceItemDetail a:hover {
  text-decoration: underline;
  color: #00B6D9;
}
.cookiePreferenceBoxBackWrapper {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
.cookiePreferenceBoxBackIcon {
  width: 18px;
  cursor: pointer;
  margin-right: 15px;
  transform: rotate(180deg);
  transform-origin: center;
}
.cookieDetailTable table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.cookieDetailTable table td {
  font-size: 14px;
  font-weight: 400;
  padding: 0.25em 0;
}
.cookieDetailTable table tr td:first-child {
  width: 25%;
  font-weight: 600;
}
.cookiePreferenceSubmitArea {
  margin-top: 30px;
  text-align: center;
}
.policyLinkCover {
  display: inline-block;
  text-wrap: nowrap;
}
.policyLinkCover a {
  text-decoration: underline;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px;
}

@media (max-width: 820px) {
  .acceptCookieArea {
    padding: 15px 15px;
  }
  /*.acceptCookieContent {
    display: block;
  }
  .acceptCookieArea-btn {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
  }*/
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  /*.acceptCookieArea {
    width: 96%;
    left: 2%;
    bottom: 0;
    border-radius: 0.5em;
    background-color: rgba(255, 255, 255, .9);
  }*/
  /*.acceptCookieArea.acceptSlideIn {
    bottom: 20px;
  }*/
  .acceptCookieArea {
    max-width: unset;
  }
  .cookiePreferenceBox {
    padding: 20px .5em;
    /*width: 90%;*/
  }
  .cookiePreferenceItemDetail {
    display: block;
  }
  .cookiePreferenceItemDetail > div:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
  }
  /*.changePreferenceLink, 
  .changePreferenceLink:focus {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
  .cookiePreferenceBoxBackWrapper {
    font-size: 16px;
  }*/
}

/*** POLICY ***/
.sectionPrivacy {
  padding: var(--sectionPaddingV100);
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li {
  margin-bottom: 10px;
  opacity: .5;
  transition: opacity .2s ease-in-out;
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li.actived {
  opacity: 1;
}
ul.privacyNav > li.actived a {
  font-weight: 600;
}
ul.privacyNav > li:hover {
  opacity: 1;
}
.privacyTitle {
  margin-bottom: 20px;
}
.privacyContent {
  font-size: var(--font-size-default-18);
}

.contentPrivacyControl {
  word-wrap: break-word;
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
}
.contentPrivacyControl p,
.contentPrivacyControl ul,
.contentPrivacyControl ol {
  margin-bottom: 1.2em;
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
}
.contentPrivacyControl ul {
  list-style-type: disc;
  padding-left: 22px;
}
.contentPrivacyControl ol {
  list-style-type: decimal;
  padding-left: 22px;
}
.contentPrivacyControl a {
  color: var(--primary-blue);
}
.contentPrivacyControl a:hover {
  color: #00B6D9;
}
.contentPrivacyControl ul.listAddMargin > li {
  margin-bottom: 15px;
}
.contentPrivacyControl ul.listAddMargin > li:last-child {
  margin-bottom: 0;
}
.privacyContact {
  padding-left: 5%;
}
.privacyContact table {
  width: 100%;
}
.privacyContact table td {
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 8px;
}
.privacyContact table td:first-child {
  width: 120px;
}

.privacyPolicyListWrapper {
  min-height: 450px;
  margin-top: 50px;
}
ul.privacyPolicyList > li {
  margin-bottom: 25px;
  font-size: var(--font-size-default-20);
}
.privacyPolicyItemInner {
  display: flex;
  align-items: center;
  transition: all .2s ease-in-out;
}
.privacyPolicyItemInner:hover {
  font-weight: 500;
}
.privacyPolicyListItemIcon {
  width: 32px;
  margin-right: 15px;
}
.contentPrivacySubList {
  display: flex;
  margin-bottom: 1.2em;
}
.contentPrivacySubList > div:first-child {
  width: 50px;
  padding-right: 10px;
}
.contentPrivacySubList > div:last-child {
  flex: 1;
}

.contentPrivacyTable {
  padding-bottom: 1.2em;
}
.contentPrivacyTable table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .3);
}
.contentPrivacyTable table th, 
.contentPrivacyTable table td {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .3);
  padding: .5em;
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
}
.contentPrivacyTable table th {
  text-align: center;
  background-color: rgba(0, 0, 0, .2);
  font-weight: 700;
}
.txtCenter {
  text-align: center;
}
.privacyTableMergeCol {
  background-color: rgba(0,0,0,.05);
}
/*.privacyMasterTable tr > th:first-child,
.privacyMasterTable tr > td:first-child {
  width: 80px;
}*/
.privacyMasterTable tr > th:nth-child(2) {
  width: 130px;
}
.privacyMasterTable tr > th:nth-child(3),
.privacyMasterTable tr > th:nth-child(4) {
  width: 40%;
}

.privacyTable3col tr > th:nth-child(1) {
  width: 80px;
}
.privacyTable3col tr > th:nth-child(3) {
  width: 60%;
}

@media (max-width: 1440px) {
  .contentPrivacySubList > div:first-child {
    width: 40px;
  }
}
@media (max-width: 820px) {
  ul.privacyNav {
    padding-bottom: 30px;
  }
  ul.privacyNav > li {
    text-align: center;
  }
  .privacyTitle {
    text-align: center;
  }
  .privacyContact table td:first-child {
    width: 100px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  ul.privacyNav {
    padding-bottom: 20px;
  }
  .privacyContact {
    padding-left: 0;
  }
  .privacyContact table td:first-child {
    width: 80px;
  }

  .privacyPolicyListWrapper {
    margin-top: 50px;
    min-height: unset;
    padding-bottom: 100px;
  }
  ul.privacyPolicyList {
    width: 260px;
    margin: 0 auto;
  }
  ul.privacyPolicyList > li {
    margin-bottom: 20px;
  }
  .privacyPolicyListItemIcon {
    width: 28px;
    margin-right: 15px;
  }
  .contentPrivacySubList > div:first-child {
    width: 34px;
  }
}

/*********** HOME ***********/
.homeBanner {
  width: 100%;
}
.homeBannerInner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.homeBannerItem {
  position: relative;
  width: 100%;
  height: 100vh;
}
.homeBannerItemOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .1);
  z-index: 1;
}
.homeBannerItemImg {
  position: relative;
  width: 100%;
  height: 100%;
}
.homeBannerItemImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.homeBannerItemContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: var(--primary-white);
  text-align: center;
}
.homeBannerItemTitle {
  font-size: var(--font-size-default-180);
  line-height: 0.7;
}
.homeBannerItemInfo {
  font-size: var(--font-size-default-60);
  line-height: 1.2;
  margin-top: 40px;
}

.swiperBannerNavCover {
}
.swiperBannerNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--btnNavWidth);
  z-index: 20;
  cursor: pointer;
}
.swiperBannerNavPrev {
  left: 2.6vw;
}
.swiperBannerNavNext {
  right: 2.6vw;
}

.swiperBanner .swiper-horizontal>.swiper-pagination-bullets, 
.swiperBanner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  top: 80vh;
}
.swiperBanner .swiper-pagination-bullet {
  width: var(--btnDotWidthHeight);
  height: var(--btnDotWidthHeight);
  background-color: rgba(255,255,255,.5);
  opacity: 1;
}
.swiperBanner .swiper-pagination-bullet-active {
  background-color: var(--primary-orange);
}
.swiperBanner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiperBanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-button-disabled {
  opacity: .5 !important;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .swiperBannerNav {
    display: none;
  }
  .homeBannerItem {
    height: 65dvh;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeBannerItem {
    height: 65dvh;
    max-height: 650px;
  }
  .homeBannerItemTitle {
    font-size: 40px;
    line-height: 1;
  }
  .homeBannerItemInfo {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 20px;
  }
  .swiperBannerNav {
    display: none;
  }
  .swiperBanner .swiper-horizontal>.swiper-pagination-bullets, 
  .swiperBanner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: unset;
    top: 70vh;
  }
}
@media (max-width: 425px) {
}

/*** SEARCH BOX ***/
.homeSearchContainer {
  position: absolute;
  top: 85dvh;
  left: 0;
  z-index: 950;
  width: 100%;
}
.homeSearchContainerInner {
  width: 100%;
  max-width: calc(1600px + var(--control-padding-lg) + var(--control-padding-lg));
  padding-left: var(--control-padding-lg);
  padding-right: var(--control-padding-lg);
  margin: 0 auto;
}
.homeSearchBox {
  width: 100%;
  max-width: 1600px;
  height: 3.8em;
  background-color: rgba(255, 255, 255, .6);
  backdrop-filter: blur(20px);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, .2));
  padding: 0 0.9em;
  font-size: var(--font-size-default-26);
  line-height: 1.2;
  color: var(--primary-black);
}
.homeSearchBoxInner {
  display: flex;
  align-items: center;
  height: 100%;
}
.homeSearchBoxButton {
  max-width: 235px;
}
.homeSearchBoxOptions {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.homeSearchBoxOptions > .homeSearchBoxOption {
  position: relative;
  width: 33.33%;
  height: 100%;
  padding: 0 1em;
}
.homeSearchBoxOptions > .homeSearchBoxOption::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: rgba(0, 0, 0, .2);
  height: 2.3em;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.homeSearchBoxOptions > .homeSearchBoxOption:last-child::after {
  display: none;
}
.homeSearchBoxText {
  font-size: var(--font-size-default-20);
}

.homeSearchBoxOptionInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.homeSearchBoxTextCover {
  width: 100%;
  cursor: pointer;
}
.homeSearchOptionList {
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
  /*background-color: #FAF4E8;
  padding: 1.4vw 1.56vw;*/
  width: 19vw;
  /*display: none;*/
  visibility: hidden;
  overflow: hidden;
}
.homeSearchOptionList.actived {
  /*display: block;*/
  visibility: visible;
}
.homeSearchOptionListInner {
  width: 100%;
  max-height: 310px;
  overflow: auto;
  transform: translateY(100%);
  transition: all .4s ease-in-out;
  background-color: #FAF4E8;
  padding: 1.4vw 1.56vw;
}
.homeSearchOptionList.actived .homeSearchOptionListInner {
  transform: translateY(0);
}

ul.searchOptionList > li {
  padding: 6px 0;
  margin-bottom: 6px;
  font-size: var(--font-size-default-22);
  cursor: pointer;
  transition: all .2s ease-in-out;
}
ul.searchOptionList > li:last-child {
  margin-bottom: 0;
}
ul.searchOptionList > li.actived {
  color: var(--primary-gold);
}
ul.searchOptionList > li:hover {
  opacity: .5;
}

/* width */
.homeSearchOptionListInner::-webkit-scrollbar {
  width: 8px;
  background-color: var(--primary-cream);
}
/* Track */
.homeSearchOptionListInner::-webkit-scrollbar-track {
  background: var(--primary-grey);
}
/* Handle */
.homeSearchOptionListInner::-webkit-scrollbar-thumb {
  background: var(--primary-brown);
  border-radius: 8px;
}
/* Handle on hover */
.homeSearchOptionListInner::-webkit-scrollbar-thumb:hover {
  background: var(--primary-gold);
}

.homeSearchReservedSpace {
  height: 30px;
}

.homeSearchResult {
  position: fixed;
  top: 110vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1100;
  transition: top .4s ease-in-out;
}
.homeSearchResult.actived {
  top: 0;
}
.homeSearchResultInner {
  position: relative;
  height: 100%;
}
.homeSearchResultCloseBtn {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 20px;
  z-index: 20;
  cursor: pointer;
}
.homeSearchResultContent {
  position: relative;
  z-index: 10;
  padding: 3.12vw 0 calc(5.2vw + 80px);
  overflow: auto;
  height: 100%;
}
.homeSearchResultTitle {
  padding-bottom: 1.5vw;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.homeSearchResultList {
  margin-top: 3.12vw;
}
.projectAreaList .row {
  margin-left: -10px;
  margin-right: -10px;
}
.projectAreaItemCover {
  padding: 0 10px;
  margin-bottom: 20px;
}

.homeSearchResult .homeSearchContainer {
  position: absolute;
}

.homeSearchDesktop {
  display: block;
}
.homeSearchMobile {
  display: none;
}

.mbSearchBox {
  width: 100%;
  max-width: 1600px;
  height: 110px;
  background-color: rgba(255, 255, 255, .6);
  backdrop-filter: blur(20px);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, .2));
  padding: 0 0.9em;
  font-size: 22px;
  line-height: 1.2;
  color: var(--primary-black);
}
.mbSearchBoxInner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbSearchBoxFilterArea {
  padding: 10px 0 0;
}
.mbSearchBoxOptions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mbSearchBoxOptions > div {
  width: 50%;
}
.mbSearchBoxOptions > div:last-child {
  text-align: right;
}
.mbSearchBoxOptions .themeFormItem {
  padding: 0 10px;
  margin-bottom: 10px;
}
.mbSearchBoxOptions .btn-theme {
  width: 100%;
}

@media (max-width: 1600px) {
  .homeSearchReservedSpace {
    height: 50px;
  }
}
@media (max-width: 1366px) {
  .homeSearchReservedSpace {
    height: 80px;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .homeSearchResultCloseBtn {
    top: 32px;
    right: 30px;
    width: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeSearchContainer {
    top: 81dvh;
  }
  .homeSearchDesktop {
    display: none;
  }
  .homeSearchMobile {
    display: block;
  }

  .homeSearchReservedSpace {
    /*height: 130px;*/
    height: 150px;
  }

  .homeSearchResultCloseBtn {
    top: 36px;
    right: 20px;
    width: 20px;
  }
  .homeSearchResultContent {
    padding: 30px 0 calc(5.2vw + 120px);
  }
  .homeSearchResultList {
    margin-top: 24px;
  }

  /*.projectAreaList {
    max-width: 300px;
    margin: 0 auto;
  }*/

  .projectAreaList .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .projectAreaItemCover {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
  .homeSearchContainer {
    top: 90dvh;
  }
}

/*** PROJECT ***/
.homeProject {
  padding: 4.68vw 0;
  background-color: var(--primary-grey);
  overflow: hidden;
}
.homeProjectList {
  position: relative;
  margin: 2vw auto 0;
  width: 100%;
  max-width: 1330px;
}
.homeProjectItem {
  display: block;
  max-width: 385px;
  margin: 0 auto;
}
.homeProjectItemContent {
  padding: 30px 20px;
  text-align: center;
  font-size: var(--font-size-default-22);
}
.homeProjectItemTitle {
  font-size: var(--font-size-default-26);
  font-weight: 700;
}

.swiperProjectNav {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: var(--btnNavWidth);
  z-index: 20;
  cursor: pointer;
}
.swiperProjectNavPrev {
  left: -2.6vw;
}
.swiperProjectNavNext {
  right: -2.6vw;
}
.swiperProjectPagination {
  position: relative !important;
  margin-top: 14px;
}
.swiperProjectPagination .swiper-pagination-bullet {
  width: var(--btnDotWidthHeight);
  height: var(--btnDotWidthHeight);
  background-color: rgba(94,70,55,.1);
  opacity: 1;
}
.swiperProjectPagination .swiper-pagination-bullet-active {
  background-color: var(--primary-orange);
}
.swiperProject .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiperProject .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.homeProjectButton {
  margin-top: 1.56vw;
  text-align: center;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeProjectItem {
    max-width: 285px;
  }
}
@media (max-width: 820px) {
  .swiperProjectNav {
    display: none;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeProject {
    padding: 30px 0;
  }
  .homeProjectList {
    margin: 20px auto 0;
  }
  .swiperProjectNav {
    display: none;
  }
  .homeProjectItem {
    max-width: unset;
  }
  .homeProjectItemContent {
    padding: 20px 10px;
    font-size: 18px;
  }
  .homeProjectItemTitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 425px) {
  .homeProject .homeProjectInner {
    padding: 0;
  }
}

/*** HOME INTRO ***/
.homeIntro {
  padding: 7.2vw 0 0;
  height: 77.5vw;
  background: #ECD9D5;
  background: linear-gradient(180deg,rgba(236, 217, 213, 1) 0%, rgba(236, 217, 213, 1) 38%, rgba(94, 70, 55, 1) 38%, rgba(94, 70, 55, 1) 100%);
}
.homeIntro .homeIntroInner,
.homeIntro .siteMainContent {
  height: 100%;
}
.homeIntroContent {
  position: relative;
  width: 100%;
  height: 100%;
}
.homeIntroTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.homeIntroImg01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.homeIntroImg02 {
  position: absolute;
  top: 49%;
  left: 0;
  width: 40%;
}
.homeIntroImg03 {
  position: absolute;
  bottom: 0;
  right: 12.6vw;
  width: 24%;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeIntro {
    height: 172vw;
    background: linear-gradient(180deg, rgba(236, 217, 213, 1) 0%, rgba(236, 217, 213, 1) 50%, rgba(94, 70, 55, 1) 50%, rgba(94, 70, 55, 1) 100%);
  }
  .homeIntroTitle {
    width: 100%;
  }
  .homeIntroImg01 {
    top: 34.6vw;
    right: 0;
    width: 76%;
  }
  .homeIntroImg02 {
    top: 104vw;
    left: 0;
    width: 58%;
  }
  .homeIntroImg03 {
    bottom: 0;
    right: 0;
    width: 36%;
  }
}
@media (max-width: 425px) {
}

/*** HOME GALLERY ***/
.homeGallery {
  padding: 5.7vw 0 7.8vw;
  background-color: var(--primary-cream);
  background-image: url('../../images/home/gallery-graphic.svg');
  background-repeat: no-repeat;
  background-size: 26% auto;
  background-position: right top;
}
.homeGalleryContent {
  margin-top: 3.6vw;
}
.homeGalleryContentInner {
  display: flex;
}
.homeGalleryView {
  width: 68%;
  padding-right: 9.6%;
}
.homeGalleryThumb {
  width: 32%;
}

.videoIframeCover,
.videoPlayerCover {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.videoIframeCover iframe,
.videoIframeCover .yt-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoPlayerCover .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-play {
  position: absolute;
  inset: 0;
  background: transparent;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 3;
}
.overlay-play.hidden {
  display: none;
}

.homeGalleryDetail {
  margin-top: 1vw;
}
.homeGalleryTitle {
  display: block;
  font-size: var(--font-size-default-50);
  font-weight: 700;
  line-height: 1.2;
}
.homeGalleryTitle > .highlightTitle {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4em;
  color: var(--primary-gold);
}
.homeGalleryPrice {
  display: inline-flex;
  align-items: center;
  font-size: var(--font-size-default-32);
}
.homeGalleryPriceIcon {
  width: 0.68em;
  margin-right: 0.3em;
}
.homeGalleryButton {
  margin-top: 10px;
}

.homeGalleryThumbItem {
  position: relative;
  padding: 2.1vw 0;
}
.homeGalleryThumbItem.actived,
.homeGalleryThumbItem.setDisplay {
  color: var(--primary-gold);
}
.homeGalleryThumbItemBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, .2);
  z-index: 5;
}
.homeGalleryThumbItemProgress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-gold);
  z-index: 10;
  transition: width 0s linear;
}
.homeGalleryThumbItemContent {
  position: relative;
  display: flex;
  cursor: pointer;
}
.homeGalleryThumbItemContent:hover {
  opacity: 0.7;
}
.homeGalleryThumbItemImg {
  width: 34%;
}
.homeGalleryThumbItemDetail {
  flex: 1;
  padding-left: 1em;
  font-size: var(--font-size-default-22);
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homeGalleryThumbItemDetail .nameHighlight {
  font-size: 1.27em;
}

.portFolioAutoSwap.in .homeGalleryThumbItem.actived .homeGalleryThumbItemProgress {
  width: 100%;
  transition: width 5s linear;
}
.portFolioAutoSwap.in .homeGalleryThumbItem.setDisplay .homeGalleryThumbItemProgress {
  width: 100%;
  transition: width 0 linear;
}

.homeGalleryBanner {
  margin-top: 5.2vw;
}
.homeGalleryBanner a:hover {
  opacity: 0.9;
}

/*.swiperGalleryCover {
  position: relative;
  width: 100%;
  height: 42vw;
  z-index: 10;
  overflow: hidden;
}
.swiperGallery {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}*/

.swiperGalleryPagination {
  position: relative !important;
  margin-top: 30px;
  display: none;
}
.swiperGalleryPagination .swiper-pagination-bullet {
  width: var(--btnDotWidthHeight);
  height: var(--btnDotWidthHeight);
  background-color: rgba(94,70,55,.1);
  opacity: 1;
}
.swiperGalleryPagination .swiper-pagination-bullet-active {
  background-color: var(--primary-orange);
}
.swiperGallery .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiperGallery .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeGalleryView {
    padding-right: 6%;
  }
}
@media (max-width: 820px) {
  .homeGalleryInner.sectionControlBoth {
    padding: 0;
  }
  .homeGalleryInner .sectionTitleLeft {
    padding: 0 var(--control-padding);
  }
  .homeGalleryBanner {
    padding: 0 var(--control-padding);
  }

  .homeGalleryContentInner {
    display: block;
  }
  .homeGalleryView {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .homeGalleryThumb {
    width: 100%;
    display: none;
  }

  .swiperGalleryPagination {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeGallery {
    padding: 30px 0 7.8vw;
    background-size: 80% auto;
  }
}
@media (max-width: 425px) {
}

/*** PROJECT DETAIL ***/
.galleryPanel {
  position: fixed;
  width: 100%;
  height: 100dvh;
  /*background: #EAF0F6;*/
  background-color: rgba(0,0,0,.85);
  z-index: 1500;
  top: 150%;
  transition: all .3s;
  overflow: hidden;
  padding: 0;
  transition: top .45s ease-in-out;
  color: var(--primary-white);
}
.galleryPanel.actived {
  top: 0;
}
.galleryPanelInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.galleryPanelClose {
  position: absolute;
  top: 2.6vw;
  right: 3.6vw;
  z-index: 300;
}
.galleryPanelCloseBtn {
  cursor: pointer;
  width: 25px;
}
.galleryPanelContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galleryPanelSwiperCover {
  width: 78vw;
  display: flex;
}
.galleryPanelSwiperLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.galleryPanelSwiperRight {
  width: 66%;
}
.galleryPanelNavCover {
  text-align: right;
}
.galleryPanelNavCover .swiperNatureNav {
  filter: brightness(0) invert(1);
}
.galleryPanelNavCover .swiperNatureNav:hover {
  filter: unset;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .galleryPanelSwiperCover {
    width: 90vw;
  }
  .galleryPanelSwiperRight {
    width: 80%;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .galleryPanelClose {
    top: 20px;
    right: 20px;
  }
  .galleryPanelSwiperCover {
    flex-direction: column-reverse;
  }
  .galleryPanelSwiperLeft {
    padding: 0;
    margin-top: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .galleryPanelSwiperRight {
    width: 100%;
  }
}
@media (max-width: 425px) {
}

/*** NEWS ***/
.sectionNews {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 26vw auto;
  padding: var(--sectionPaddingV120);
}
.sectionNewsInner {
  display: flex;
}
.sectionNewsLeft {
  width: 36%;
  padding-left: 8vw;
}
.sectionNewsRight {
  flex: 1;
}
.newsList {
  margin-left: -4.16vw;
  margin-right: -4.16vw;
}
.newsItem {
  width: 50%;
}
.newsItemInner {
  display: block;
  padding: 0 4.16vw 4.16vw;
}
.newsStamp {
  height: 9.3vw;
}
.newsItemImg {
  position: relative;
  overflow: hidden;
}
.newsItemImg img {
  transform-origin: center center;
  transition: transform .4s ease-in-out;
}
.newsItemDetail {
  margin-top: 34px;
}
.newsItemDate {
  text-transform: uppercase;
}
.newsItemTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-34);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  transition: color .2s ease-in-out;
}
.newsItemBox:hover .newsItemImg img {
  transform: scale(1.1);
}
.newsItemBox:hover .newsItemTitle {
  color: var(--primary-gold);
}

.sectionNewsDetail {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news-detail.png');
  background-repeat: no-repeat;
  background-position: left top 12vw;
  background-size: 9vw auto;
  padding: var(--sectionPaddingV120);
}
.newsDetailContentArea {
  padding-bottom: calc(5.2vw - 50px);
  border-bottom: 1px solid #D5D5D5;
}

.newsDetailHeader {
  display: flex;
  padding-bottom: 5.2vw;
  margin-bottom: 5.2vw;
  border-bottom: 1px solid #D5D5D5;
}
.newsDetailHeaderLeft {
  flex: 1;
  padding-right: 4.16vw;
}
.newsDetailHeaderRight {
  width: 50%;
}
.newsDetailTitle {
  margin-top: 20px;
}
.newsDetailTitleText {
  font-family: var(--font-title);
  font-size: var(--font-size-default-50);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.newsDetailTopPart {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 5.2vw;
}
.newsDetailTopPartLeft {
  width: 33%;
}
.newsDetailTopPartRight {
  flex: 1;
  padding-left: 4.16vw;
}
.newsDetailTopPartLeftImg {
  max-width: 420px;
}
.newsDetailPartHeader {
  margin-bottom: 20px;
}

.newsDetailBottomPart {
  display: flex;
  padding-bottom: 5.2vw;
}
.newsDetailBottomPartLeft {
  flex: 1;
  padding-right: 8vw;
}
.newsDetailBottomPartRight {
  width: 50%;
}

.newsShareArea {
  text-align: right;
  position: relative;
  padding-bottom: 50px;
}
.newsShareBtn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
.newsShareBtn:hover {
  opacity: .75;
}
.newsShareBtnIcon {
  width: 24px;
  margin-left: 8px;
  transform: translateY(-2px);
}

.sectionNewsRelated {
  padding-top: 5.2vw;
}
.newsRelatedTitle {
  text-align: center;
}
.newsRelatedList {
  margin-top: 30px;
}
.newsRelatedList > .row {
  margin-left: -2.5vw;
  margin-right: -2.5vw;
}
.newsRelatedItem {
  padding: 0 2.5vw;
}
.newsRelatedItemInner {
  display: block;
}

.shareThisCover {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  /*transform: translateY(100%);*/
  height: 0;
  overflow: hidden;
  transition: height .2s ease-in-out;
}
.shareThisCover.actived {
  height: 50px;
}
.shareThisCover > div {
  position: relative;
  padding: 10px 0;
  background-color: rgba(255,255,255,.8);
  opacity: 0;
  transition-delay: .4s;
}
.shareThisCover.actived > div {
  opacity: 1;
  transition-delay: 0s;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .sectionNewsLeft {
    width: 20%;
    padding-left: 8vw;
    position: relative;
  }
  .sectionNewsTitle {
    position: absolute;
  }
  .newsStamp {
    height: 80px;
  }

  .newsDetailBottomPartLeft {
    padding-right: 4.16vw;
  }
  .newsDetailBottomPartRight {
    width: 33%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionNewsInner {
    display: block;
  }
  .sectionNewsLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .sectionNewsTitle {
    position: relative;
  }
  .newsItem {
    width: 100%;
  }
  .newsItemInner {
    padding: 0 4.16vw 30px;
  }
  .newsStamp {
    height: 0;
  }
  .newsItemDetail {
    margin-top: 20px;
  }

  .sectionNewsDetail {
    background-size: 20vw auto;
  }
  .newsDetailHeader {
    display: block;
    padding-bottom: 5.2vw;
    margin-bottom: 5.2vw;
  }
  .newsDetailHeaderRight {
    width: 100%;
    margin-top: 20px;
  }
  .newsDetailTitle {
    margin-top: 20px;
  }

  .newsDetailTopPart {
    display: block;
    padding-bottom: 5.2vw;
  }
  .newsDetailTopPartLeft {
    width: 100%;
  }
  .newsDetailTopPartRight {
    padding-left: 0;
  }
  .newsDetailTopPartLeftImg {
    max-width: unset;
  }
  .newsDetailPartHeader {
    margin-bottom: 20px;
  }

  .newsDetailBottomPart {
    display: block;
    padding-bottom: 5.2vw;
  }
  .newsDetailBottomPartLeft {
    padding-right: 0;
  }
  .newsDetailBottomPartRight {
    width: 100%;
  }

  .sectionNewsRelated {
    padding-top: 50px;
  }
  .newsRelatedList {
    margin-top: 20px;
  }
  .newsRelatedItem {
    padding: 0 2.5vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
}

/*** READY ***/
.sectionDefaultPage {
  background-color: var(--primary-white);
  padding: var(--sectionPaddingV120);
}
.defaultPageBg {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news-detail.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 9vw auto;
}
.defaultContactBg {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news-detail.png'), url('../../images/contact/bg-contact-bottom.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 9vw auto, 10.8vw;
}
.defaultPageHeader {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5.2vw;
}
.defaultPageHeader.withBottomBorder {
  border-bottom: 1px solid #D5D5D5;
}
.defaultPageHeaderLeft {
  flex: 1;
  padding-right: 20px;
}
.defaultPageHeaderRight {
  width: 59%;
}
.defaultPageHeaderText {
  font-size: var(--font-size-default-20);
  font-weight: 300;
  padding-bottom: 1em;
}

.floorPlanPanel {
  position: fixed;
  width: 100%;
  height: 100dvh;
  /*background: #EAF0F6;*/
  background-color: rgba(0,0,0,.25);
  z-index: 1500;
  top: 150%;
  transition: all .3s;
  overflow: hidden;
  padding: 0;
  transition: top .45s ease-in-out;
}
.floorPlanPanel.actived {
  top: 0;
}
.floorPlanPanelInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.floorPlanPanelClose {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 300;
}
.floorPlanPanelCloseBtn {
  cursor: pointer;
  width: 38px;
  transition: opacity .2s ease-in-out;
}
.floorPlanPanelCloseBtn:hover {
  opacity: .75;
}
.floorPlanPanelContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floorPlanPanelContentBox {
  position: relative;
  width: 100%;
  max-width: 1400px;
  background-color: var(--primary-white);
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floorPlanPanelContentBoxInner {
  display: flex;
}
.floorPlanPanelContentBoxLeft {
  width: 60%;
}
.floorPlanPanelContentBoxRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 3.6vw;
}
.floorPlanPanelContentTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-60);
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}
.floorplanPanel-floor {
  font-size: var(--font-size-default-80);
  line-height: 1;
  font-weight: 300;
  color: var(--primary-gold);
  margin-bottom: 1.5vw;
  position: relative;
  display: inline-block;
}
.floorplanPanel-floor sup {
  position: absolute;
  font-size: 18px;
  top: 0;
  right: 0;
  display: block;
  transform: translate(100%, 0.7em);
}
.floorplanPanel-title {
  font-family: var(--font-title);
  font-weight: 700;
  color: var(--primary-blue);
  font-size: var(--font-size-default-16);
  margin-bottom: 4px;
  text-transform: uppercase;
}
.floorplanPanel-unit {
  font-weight: 400;
}
.floorplanPanel-value {
  font-size: var(--font-size-default-40);
  color: var(--primary-gold);
  font-weight: 400;
  margin-bottom: 3vw;
}
.floorplanPanel-value.haftMB {
  margin-bottom: 1.2vw;
}
.floorplanPanelCompass {
  display: inline-block;
  width: 4.16vw;
}

.swiperRoom .swiper-pagination-bullet-active {
  background-color: var(--primary-gold);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .defaultPageHeader {
    display: block;
    padding-bottom: 5.2vw;
  }
  .defaultPageHeaderLeft {
    padding-right: 0;
  }
  .defaultPageHeaderRight {
    width: 100%;
    margin-top: 20px;
  }

  .readyMoveFloorNav {
    height: 80px;
  }
  .readyMoveItemLeft {
    padding-right: 5vw;
  }
  .readyMoveItemRight {
    width: 50%;
  }
  .raedyMoveItem.reverseDiv .readyMoveItemLeft,
  .raedyMoveItem:nth-child(even) .readyMoveItemLeft {
    padding-right: 0;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {

  .defaultPageBg {
    background-size: 15vw auto;
  }
  .defaultContactBg {
    background-size: 15vw auto, 18vw;
  }

  .PC_readyMoveFloor {
    display: none;
  }

  .raedyMoveItem {
    padding: 30px 0;
  }
  .raedyMoveItemInner {
    display: block;
  }
  .readyMoveItemLeft {
    padding-right: 0;
  }
  .readyMoveItemRight {
    width: 100%;
    margin-bottom: 20px;
  }

  .raedyMoveItem.reverseDiv .readyMoveItemLeft,
  .raedyMoveItem:nth-child(even) .readyMoveItemLeft {
    padding-right: 0;
    padding-left: 0;
  }

  .floorPlanPanelContentBoxInner {
    display: block;
    text-align: center;
  }
  .floorPlanPanelContentTitle {
    display: none;
  }
  .floorPlanPanelContentBoxLeft {
    width: 100%;
    margin-top: 40px;
  }
  .floorPlanPanelContentBoxRight {
    padding-left: 0;
    margin-top: 20px;
  }
  .floorplanPanel-floor sup {
    font-size: 12px;
    transform: translate(100%, 0.2em);
  }
  .floorplanPanelCompass {
    display: none;
  }
}
@media (max-width: 425px) {
}

/*** CONTACT ***/
.contactMapArea {
}
.contactPageGoogleMap {
  height: 414px; 
}
.contactPageGoogleMapIframeCover {
  overflow: hidden;
  position: relative;
  height: 100%;
  pointer-events: none;
}
.contactPageGoogleMapIframeCover.clicked {
  pointer-events: auto;
}
.contactPageGoogleMapIframeCover iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.pageContactDetail {
  margin: 30px 0;
}

.contactFormArea {
  width: 100%;
  max-width: 1166px;
  margin: 5.2vw auto 0;
}
.contactFormTitle {
  padding-bottom: 30px;
  border-bottom: 5px solid var(--primary-blue);
  margin-bottom: 30px;
  text-align: center;
}
.contactForm .row {
  margin-left: -14px;
  margin-right: -14px;
}
.contactFormItem {
  padding: 0 14px;
  font-size: var(--font-size-default-20);
  margin-bottom: 1em;
}
.contactFormItemInner {
  position: relative;
}
.contactFormItemInner .form-control {
  position: relative;
  width: 100%;
  /*height: 60px;*/
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 0 0.5em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  font-size: var(--font-size-default-20);
  line-height: 1.1;
  font-weight: 400;
  color: var(--primary-font-color);
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
}
.contactFormItemInner textarea.form-control {
  height: 3em;
}
.contactFormItemInner select.form-control {
  padding: 0 16px 0.5em 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url('../../images/icon/icon-select-dark.png');
  background-position: right bottom 0.9em;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.contactFormItemInner input::placeholder,
.contactFormItemInner textarea::placeholder {
  color: var(--primary-font-color);
}
.contactFormItemTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-26);
  line-height: 1.1;
  margin-bottom: 4px;
}
.contactFormSubmit {
  text-align: center;
}
.contactFormConsent {
  text-align: center;
  padding-top: 5px;
}

/* Customize the label (the container) */
.containerCheckbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: var(--font-size-default-18);
  line-height: 1.2;
  font-weight: 400;
  height: 1.33em;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.containerCheckbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #D5D5D5;
  transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
  left: 5px;
  top: 0px;
  width: 7px;
  height: 14px;
  border: solid var(--primary-white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contactThanksPanelContentBox {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 500px;
  background-color: var(--primary-white);
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactThanksPanelContentBoxInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: var(--font-size-default-18);
}
.contactThanksTitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.containerCheckbox a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .contactFormArea {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .contactForm .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .contactFormItem {
    padding: 0 10px;
  }
}
@media (max-width: 425px) {
}

/*** MEMBER ***/
.memberPanelContentBox {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 770px;
  max-height: 90%;
  background-color: var(--primary-white);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memberPanelContentBoxInner {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: var(--font-size-default-18);
}
.memberPanelContentLeft {
  width: 40%;
}
.memberPanelContentRight {
  flex: 1;
  background-image: url('../../images/member/bg-tenant.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 6.25vw auto;
}
.memberPanelContentLeft > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.memberPanelFormCover {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 4.6vw 4.6vw 2vw 7.8vw;
}
.memberPanelTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-60);
  line-height: 1;
  font-weight: 500;
  color: var(--primary-font-color);
  margin-bottom: 20px;
}
.memberPanelSectionTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 1.2;
  font-weight: 500;
}
.memberPanelFormGroupCover {
  margin-top: 14px;
}
.memberPanelFormSubmit {
  margin-top: 10px;
}
.memberPanelFormItem {
  display: none;
}
.memberPanelFormItem.actived {
  display: block;
}

.formItemVisibility {
  position: relative;
}
.formItemVisibility input {
  position: relative;
}
.btnVisibility {
  position: absolute;
  width: 28px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  opacity: .25;
}
.btnVisibility.actived {
  opacity: 1;
}

.memberPanelResetSuccess {
  display: inline-flex;
  margin-top: 24px;
  align-items: center;
  max-width: 360px;
}
.memberPanelResetSuccessIcon {
  width: 2.66em;
  margin-right: 1.33em;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .memberPanelContentRight {
    background-size: 8vw auto;
  }
  .memberPanelFormCover {
    padding: 50px 50px 20px 50px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .memberPanelContentLeft {
    display: none;
  }
  .memberPanelContentRight {
    background-size: 14vw auto;
  }
  .memberPanelFormCover {
    padding: 50px 30px 20px 30px;
  }
}
@media (max-width: 425px) {
}

/*** PRIVACY ***/
.pagePolicy {
}
.pagePolicyContent {
  display: flex;
}
.pagePolicyLeft {
  width: 34vw;
  padding: 5.2vw 0;
  padding-right: 6vw;
  background-image: url('../../images/bg-privacy.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.pagePolicyRight {
  flex: 1;
  padding: 5.2vw 0;
  padding-left: 6vw;
}
.pagePolicyTitle {
  margin-bottom: 20px;
}
.pagePolicyNavItem {
  padding: 0.75em 0 0.75em;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: var(--font-size-default-34);
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .2s ease-in-out;
}
.pagePolicyNavItem:first-child {
  /*padding-top: 0;*/
}
.pagePolicyNavItem.actived {
  color: var(--primary-gold);
}
.pagePolicyNavItem:hover {
  opacity: 0.5;
}

.viewEbookCover {
  width: 100%;
  height: 100vh;
  background-color: var(--primary-blue);
}
.viewEbookCoverHidden {
  visibility: hidden;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pagePolicyContent {
    display: block;
  }
  .pagePolicyLeft {
    display: none;
  }
  .pagePolicyRight {
    padding: 30px var(--control-padding-lg) 40px;
  }
}
@media (max-width: 425px) {
}

/*** POPUP BANNER ***/
.popupBannerContainer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .75);
  display: none;
  z-index: 2500;
}
.popupBannerContainer.actived {
  display: block;
}
.popupBannerInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 var(--control-padding);
}
.popupBannerBox {
  position: relative;
  max-width: 560px;
}
.popupBannerButtonCover {
  /*position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);*/
  margin-top: 20px;
  text-align: center;
}

/*** PROJECT ***/
.pageProject {
  padding: 5.2vw 0;
}
.pageProjectNavList {
  display: flex;
  padding: 10px 0 50px;
  align-items: center;
  justify-content: center;
}
.pageProjectNavList > a {
  display: flex;
  margin: 0 0.5em;
  width: 1.66em;
  height: 1.66em;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-white);
  font-size: var(--font-size-default-26);
  line-height: 1;
  color: var(--primary-brown);
  border: 1px solid rgba(94, 70, 55, .2);
  transition: all .2s ease-in-out;
}
.pageProjectNavList > a.actived {
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
  color: #ffffff;
}

.projectDetailNavFixSpace {
  width: 100%;
  height: 80px;
}
.projectDetailMainNav {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #7E6B5F;
  padding: 0 var(--control-padding);
  z-index: 800;
  top: 120px;
  left: 0;
  transition: all .4s ease-in-out;
  display: none;
  color: var(--primary-white);
}
.projectDetailMainNav.actived {
  display: block;
}
.topNav.navHiding ~ .projectDetailMainNav {
  /*transform: translateY(calc(-100% - 120px));*/
  transform: translateY(-120px);
}
.projectDetailMainNavInner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.projectDetailNavListCover {
  width: 100%;
  height: 100%;
}
ul.projectDetailNavList {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
ul.projectDetailNavList > li {
  font-size: var(--font-size-default-26);
  line-height: 1;
  margin: 0 20px;
  cursor: pointer;
  height: 100%;
  color: rgba(255, 255, 255, .5);
  position: relative;
  display: flex;
  align-items: center;
}
ul.projectDetailNavList > li:hover {
  color: var(--primary-white);
}
ul.projectDetailNavList > li.actived {
  color: var(--primary-white);
}
ul.projectDetailNavList > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.2em;
  z-index: 10;
  background-color: var(--primary-orange);
  transition: width .2s linear;
}
ul.projectDetailNavList > li.actived::after {
  width: 100%;
}

.projectOverviewInner {
  display: flex;
  flex-direction: row-reverse;
  height: 47vw;
}
.projectOverviewLeft {
  width: 52%;
  height: 100%;
  padding-left: var(--control-padding-lg);
  padding-right: 2.6vw;
  display: flex;
  align-items: center;
  background-color: var(--primary-cream);
  font-size: var(--font-size-default-26);
}
.projectOverviewRight {
  flex: 1;
  height: 100%;
  background-color: var(--primary-cream);
  /*background-image: url('../../images/project/detail01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
}
.projectOverviewImage {
  width: 100%;
  height: 100%;
}
.projectOverviewImage > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

.projectOverviewTitle {
  color: var(--primary-black);
  margin-bottom: 2vw;
}
.projectOverviewRoomCover {
  margin-top: 2vw;
}
.projectOverviewRoom {
  display: flex;
}
.projectOverviewRoomBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1em 0.7em 0.6em;
  /*width: 160px;
  height: 160px;*/
  width: 8em;
  /*height: 8em;*/
  min-height: 8em;
  margin-right: 0.7em;
  margin-bottom: 0.7em;
  background-color: var(--primary-white);
  text-align: center;
  font-size: var(--font-size-default-20);
  line-height: 1;
}
.projectOverviewRoomBox:last-child {
  margin-right: 0;
}
.projectOverviewRoomBoxInner {
  display: flex;
  flex-direction: column;
  /*justify-content: flex-end;*/
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.projectOverviewRoomIcon {
  height: 32%;
  display: block;
  margin: 0 auto 5px;
}
.projectOverviewRoomNum {
  font-size: var(--font-size-default-40);
  margin: 0.2em 0;
}

.projectFacility {
  padding: 5.2vw 0;
}
.projectFacilityContent {
  display: flex;
}
.projectFacilityContentLeft {
  /*width: 33.75%;*/
  width: 36.45%;
}
.projectFacilityContentRight {
  flex: 1;
}
.projectFacilityList {
  display: flex;
  flex-wrap: wrap;
}
.projectFacilityItem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.2em 0.7em 0.9em;
  /*width: 160px;
  height: 160px;*/
  width: 8em;
  height: 8em;
  margin-right: 0.7em;
  margin-bottom: 0.7em;
  background-color: var(--primary-cream);
  text-align: center;
  font-size: var(--font-size-default-20);
  line-height: 1;
  transition: all .4s ease-in-out;
}
.projectFacilityItemInner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.projectFacilityItemIcon {
  height: 50%;
  margin-bottom: 10px;
}
.projectFacilityItemName {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.projectFacilityItem:hover {
  transform: scale(1.04);
  opacity: .5;
}

.projectRoomType {
  padding: 5.2vw 0;
  background-color: #F0F0F0;
}
.projectRoomTypeTitleArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projectRoomTypeList {
  margin-top: 2vw;
  overflow: hidden;
}
.projectRoomTypeItem {
  background-color: var(--primary-white);
  padding: 1.56vw 1.56vw;
  /*transform: translateX(3.12vw);*/
}
.projectRoomTypeItemTitle {
  font-size: var(--font-size-default-40);
  font-weight: 700;
}
.projectRoomTypeDetailItem {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 18px 0;
  font-size: var(--font-size-default-22);
}
.projectRoomTypeDetailItem:last-child {
  border-bottom: none;
}
.projectRoomTypeDetailIconCover {
  width: 60px;
}
.projectRoomTypeDetailIcon {
  height: 30px
}
.projectRoomTypeDetailName {
  width: 40%;
}
.projectRoomTypeDetailNum {
  flex: 1;
  font-size: var(--font-size-default-26);
  font-weight: 700;
  text-align: right;
}

.swiperRoomTypeNavCover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6vw;
}
.swiperRoomTypeNav {
  /*position: absolute;
  top: 30%;
  transform: translateY(-50%);*/
  width: var(--btnNavWidth);
  z-index: 20;
  cursor: pointer;
  transform: translateY(15%);
}
.swiperRoomTypeNavPrev {
  /*left: -2.6vw;*/
}
.swiperRoomTypeNavNext {
  /*right: -2.6vw;*/
}
.swiperRoomTypePagination {
  position: relative !important;
  margin-top: 30px;
}
.swiperRoomTypePagination .swiper-pagination-bullet {
  width: var(--btnDotWidthHeight);
  height: var(--btnDotWidthHeight);
  background-color: rgba(94,70,55,.1);
  opacity: 1;
}
.swiperRoomTypePagination .swiper-pagination-bullet-active {
  background-color: var(--primary-orange);
}
.swiperRoomType .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiperRoomType .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.projectLocationContent {
  display: flex;
  flex-direction: row-reverse;
  height: 31.25vw;
}
.projectLocationLeft {
  width: 36.45%;
  padding-left: var(--control-padding-lg);
  padding-right: 2.6vw;
  display: flex;
  align-items: center;
  background-color: #7E6B5F;
  font-size: var(--font-size-default-26);
  color: var(--primary-white);
}
.projectLocationRight {
  flex: 1;
  background-color: var(--primary-grey);
}
.projectLocationGoogleMapCover {
  overflow: hidden;
  position: relative;
  height: 100%;
  /*height: 31.25vw;*/
  /*pointer-events: none;*/
}
.projectLocationGoogleMapCover iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.projectLocationTitle {
  margin-bottom: 2em;
}
.projectLocationBtn {
  margin-top: 2em;
}

.projectPlaceList {
  display: flex;
  justify-content: space-between;
}
.projectPlaceList > div {
  width: 45%;
  max-width: 470px;
}
.projectPlaceGroup {
  margin-bottom: 30px;
  line-height: 1;
}
.projectPlaceGroupTitle {
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-40);
  color: var(--primary-black);
  padding-bottom: 14px;
  border-bottom: var(--title-line-thickness) solid var(--primary-orange);
}
.projectPlaceGroupTitleLogo {
  width: 30px;
  margin-right: 10px;
}
.projectPlaceGroupList {
  margin-top: 6px;
}
.projectPlaceGroupItem {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  font-size: var(--font-size-default-22);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.projectPlaceGroupItemNum {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.projectPlaceGroupItemNumHighlight {
  font-size: var(--font-size-default-40);
}
.projectPlaceGroupItemNumIcon {
  width: 30px;
  margin-right: 10px;
  transform: translateY(15%);
}

.projectGallery {
  padding: 5.2vw 0;
  background-color: #F0F0F0;
  text-align: center;
}
.projectGalleryList {
  position: relative;
  margin-top: 2.6vw;
}
.swiperProjectGalleryNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--btnNavWidth);
  z-index: 20;
  cursor: pointer;
}
.swiperProjectGalleryNavPrev {
  left: var(--control-padding-lg);
}
.swiperProjectGalleryNavNext {
  right: var(--control-padding-lg);
}

.swiperProjectGallery.swiper {
  height: 29.68vw; /* Set your desired fixed height */
  width: 100%; /* Or a specific width if needed */
}
.swiperProjectGallery .swiper-slide {
  height: 100%; /* Ensure slides fill the container height */
  width: auto; /* Allow slides to determine their own width */
}
.projectGalleryImg {
  width: auto;
  height: 100%;
  cursor: pointer;
}

.projectContact {
  padding: 5.2vw 0;
  background-color: #FFFFFF;
}
.projectContactContent {
  display: flex;
  font-size: var(--font-size-default-30);
}
.projectContactLeft {
  flex: 1;
}
.projectContactRight {
  width: 50%;
}
.projectContactList {
  margin-top: 0.5em;
}
.projectContactItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.projectContactItemIcon {
  width: 0.7em;
  min-width: 18px;
  margin-right: 12px;
  transform: translateY(0.2em);
}
.projectContactSocial {
  margin-top: 20px;
  display: flex;
}
ul.socialIconList > li {
  display: inline-block;
  width: 30px;
  margin-right: 14px;
}
.projectContactLineArea {
  margin-top: 1.1em;
  display: flex;
}
.projectContactLineLeft {
  width: 7.8vw;
  margin-right: 2vw;
}
.projectContactLineRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: var(--font-size-default-30);
  line-height: 1;
}
.projectContactLineTitle {
  font-size: 3vw;
  font-weight: 700;
}
.projectContactLineSubTitle {
  font-size: var(--font-size-default-50);
}

.projectFormTitle {
  display: inline-block;
  font-size: var(--font-size-default-50);
  line-height: 1;
  color: var(--primary-gold);
  padding-bottom: 0.2em;
  border-bottom: var(--title-line-thickness) solid var(--primary-orange);
}
.projectFormContainer {
  margin-top: 2.6vw;
}

.panelGalleryView {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  transition: top .4s ease-in-out;
  z-index: 1200;
}
.panelGalleryView.actived {
  top: 0;
}
.panelGalleryViewInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panelGalleryViewCloseBtn {
  position: absolute;
  /*top: 20px;
  right: 30px;
  width: 30px;*/
  cursor: pointer;
  top: 10px;
  right: 20px;
  width: 50px;
  z-index: 10;
  padding: 10px;
}

.swiperGalleryViewNavCover {
  z-index: 20;
}
.swiperGalleryViewNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*width: var(--btnNavWidth);*/
  width: calc(var(--btnNavWidth) + 20px);
  padding: 0 10px;
  z-index: 20;
  cursor: pointer;
}
.swiperGalleryViewNavPrev {
  left: var(--control-padding-lg);
}
.swiperGalleryViewNavNext {
  right: var(--control-padding-lg);
}

.panelGalleryViewContent {
  width: 100vw;
  /*max-width: 1100px;*/
  margin: 0 auto;
}
.swiperGalleryView.swiper {
  height: 36vw; /* Set your desired fixed height */
  width: 100%; /* Or a specific width if needed */
}
.swiperGalleryView .swiper-slide {
  height: 100%; /* Ensure slides fill the container height */
  width: auto; /* Allow slides to determine their own width */
}
.swiperGalleryViewImg {
  width: auto;
  height: 100%;
}
.swiperGalleryViewImg > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.swiperGalleryViewPagination {
  position: relative !important;
  margin-top: 1.5vw;
}
.swiperGalleryViewPagination .swiper-pagination-bullet {
  width: var(--btnDotWidthHeight);
  height: var(--btnDotWidthHeight);
  background-color: rgba(255,255,255,.5);
  opacity: 1;
}
.swiperGalleryViewPagination .swiper-pagination-bullet-active {
  background-color: var(--primary-orange);
}
.swiperGalleryView .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiperGalleryView .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiperGalleryViewTitleCover {
  width: 100%;
  padding: 0 var(--control-padding-lg);
  margin-top: 1.5vw;
  display: none;
}
.swiperGalleryViewTitleCover.actived {
  display: block;
}
.swiperGalleryViewTitle {
  font-size: var(--font-size-default-30);
  line-height: 1;
  text-align: center;
  color: var(--primary-white);
}
.swiperGalleryViewButton {
  margin-top: 10px;
  text-align: center;
}

.projectSearchNoResultArea {
  display: none;
  height: 300px;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-default-26);
}
.projectSearchNoResultArea.actived {
  display: flex;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .projectDetailNavFixSpace {
    height: 80px;
  }
  .projectDetailMainNav {
    height: 80px;
    top: 100px;
  }
  .topNav.navHiding ~ .projectDetailMainNav {
    /*transform: translateY(calc(-100% - 100px));*/
    transform: translateY(-100px);
  }

  .panelGalleryViewCloseBtn {
    /*top: 30px;
    right: 30px;
    width: 30px;*/
    top: 20px;
    right: 20px;
    width: 50px;
    padding: 10px;
  }
  .swiperGalleryView.swiper {
    height: 40vw;
  }
}
@media (max-width: 1024px) {
  .projectPlaceList > div {
    width: 48%;
    max-width: unset;
  }
  ul.socialIconList > li {
    width: 24px;
    margin-right: 10px;
  }

  .panelGalleryViewCloseBtn {
    /*top: 20px;
    right: 20px;
    width: 20px;*/
    top: 10px;
    right: 10px;
    width: 40px;
    padding: 10px;
  }
  .swiperGalleryView.swiper {
    height: 40vw;
  }
  .swiperGalleryViewPagination {
    margin-top: 20px;
  }
  .swiperGalleryViewTitleCover {
    margin-top: 20px;
  }
}
@media (max-width: 820px) {
  .projectDetailNavFixSpace {
    height: 80px;
  }
  .projectDetailMainNav {
    height: 80px;
    top: 80px;
  }
  .topNav.navHiding ~ .projectDetailMainNav {
    /*transform: translateY(calc(-100% - 80px));*/
    transform: translateY(-80px);
  }
  ul.projectDetailNavList > li {
    font-size: 17px;
    margin: 0 12px;
  }

  .projectOverviewInner {
    /*display: block;*/
    height: auto;
  }
  .projectOverviewLeft {
    /*width: 100%;*/
    width: 70%;
    padding: 30px 30px 30px var(--control-padding-lg);
  }
  .projectOverviewRight {
    height: unset;
  }

  .projectFacilityContent {
    display: block;
  }
  .projectFacilityContentLeft {
    width: 100%;
    margin-bottom: 20px;
  }
  .projectFacilityContentRight {
    padding-left: var(--control-padding-lg);
  }

  .projectLocationContent {
    display: flex;
    height: auto;
  }
  .projectLocationLeft {
    width: 50%;
    padding-left: var(--control-padding-lg);
    padding-right: 2.6vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .projectLocationTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  /*.projectDetailNavFixSpace {
    height: 80px;
  }
  .projectDetailMainNav {
    height: 80px;
    top: 80px;
  }
  .topNav.navHiding ~ .projectDetailMainNav {
    transform: translateY(calc(-100% - 80px));
  }*/
  .projectDetailNavFixSpace {
    display: none;
  }
  .projectDetailMainNav {
    display: none !important;
  }

  .projectOverviewInner {
    display: block;
  }
  .projectOverviewLeft {
    width: 100%;
    padding: 30px var(--control-padding-lg) 20px;
  }
  .projectOverviewRight {
    height: 280px;
  }
  .projectOverviewRoomBox {
    width: auto;
    min-width: 6.6em;
    max-width: 7em;
    height: 7em;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .projectOverviewTitle {
    margin-bottom: 10px;
  }
  .projectOverviewRoomCover {
    margin-top: 15px;
  }

  .projectRoomType {
    padding: 30px 0;
  }
  .projectRoomTypeList {
    margin-top: 20px;
  }
  .swiperRoomTypeNavCover {
    width: 36px;
  }

  .projectRoomTypeItem {
    padding: 14px 14px;
  }

  .projectFacility {
    padding: 30px 0;
  }
  .projectFacilityItem {
    /*width: 7em;
    height: 7em;
    margin-right: 8px;
    margin-bottom: 8px;*/
    width: 29vw;
    height: 29vw;
    margin-right: 1.5vw;
    margin-bottom: 1.5vw;
    /*padding: 8px 6px 6px;*/
    padding: 1.5em 0.8em 1.3em;
    font-size: 18px;
  }
  .projectFacilityItemIcon {
    height: 50%;
  }
  .projectFacilityItemName {
    align-items: flex-start;
    padding-top: 0.8em;
  }

  .projectLocationContent {
    display: block;
    height: auto;
  }
  .projectLocationLeft {
    width: 100%;
    padding: 30px var(--control-padding-lg);
  }
  .projectLocationGoogleMapCover {
    /*height: 220px;*/
    height: 65vw;
  }

  .projectPlaceList {
    display: block;
  }
  .projectPlaceList > div {
    width: 100%;
  }

  .projectGallery {
    padding: 30px 0;
  }
  .projectGalleryList {
    margin-top: 20px;
  }
  .swiperProjectGallery.swiper {
    height: 220px;
  }

  .projectContact {
    padding: 30px 0;
  }
  .projectContactContent {
    display: block;
  }
  .projectContactRight {
    width: 100%;
    margin-top: 40px;
  }

  .projectContactLineLeft {
    width: 70px;
    margin-right: 20px;
  }

  .swiperGalleryView.swiper {
    height: 50vw;
  }
}
@media (max-width: 425px) {
  .projectFacilityItem {
    padding: 1.2em 6px 0.9em;
    font-size: 16px;
  }
  .projectFacilityItemIcon {
    height: 50%;
  }
  .projectFacilityItemName {
    align-items: flex-end;
    padding-top: 0;
  }
}

/*** ABOUT ***/
.aboutBanner {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aboutBannerInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.aboutBannerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.aboutBannerBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.aboutBannerOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, .2);
}
.aboutBannerTitle {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-white);
  z-index: 10;
}

.aboutIntro {
  padding: 7vw 0 6vw;
  background-color: #ECD9D5;
  background-image: url('../../images/about/bg-intro.jpg');
  background-size: 100% 50%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.aboutIntroContent {
  display: flex;
}
.aboutIntroLeft {
  flex: 1;
  padding-right: 8vw;
}
.aboutIntroRight {
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
}
.aboutIntroTitleCover {
  margin-bottom: 5.2vw;
  font-size: var(--font-size-default-50);
  line-height: 1.1;
}
.aboutIntroTitle {
  margin-bottom: 1.5vw;
}
.aboutIntroImg01 {
  margin-bottom: 4.16vw;
}
.aboutIntroImg02Cover {
  display: flex;
}
.aboutIntroImg02Left {
  flex: 1;
  padding-right: 5.2%;
}
.aboutIntroImg02Right {
  width: 58%;
}
.aboutIntroDetail {
  font-size: var(--font-size-default-40);
  line-height: 1.1;
  margin-top: 9vw;
  display: flex;
  flex-direction: column;
}
.aboutIntroQuote {
  margin: 4.16vw 0;
  font-size: var(--font-size-default-50);
  line-height: 1.1;
}
.aboutIntroDetail {
  flex: 1;
}
.aboutIntroBottom {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .aboutBanner {
    height: 56vw;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .aboutBanner {
    height: 360px;
  }

  .aboutIntro {
    padding: 30px 0 30px;
    background-size: 100% 48%;
  }
  .aboutIntroContent {
    display: block;
  }
  .aboutIntroLeft {
    padding-right: 0;
  }
  .aboutIntroRight {
    width: 100%;
    display: block;
  }
  .aboutIntroImg03 {
    margin-top: 30px;
  }
}
@media (max-width: 425px) {
}

/*** GALLERY ***/
.pageGallery {
  padding: 5.2vw 0;
  background-color: var(--primary-cream);
}
.pageGalleryContainer {
  display: flex;
}
.pageGalleryLeft {
  width: 17.7vw;
  min-width: 9em;
  margin-right: 3.4vw;
  font-size: var(--font-size-default-34);
}
.pageGalleryRight {
  flex: 1;
}
.pageGaleryNav > ul > li {
  position: relative;
  height: 4.8vw;
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-34);
  line-height: 1.4;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.pageGaleryNav > ul > li.actived {
  background-color: var(--primary-brown);
  color: var(--primary-white);
  border-bottom: 1px solid var(--primary-brown);
}
.pageGaleryNav > ul > li.actived::after {
  content: "";
  position: absolute;
  width: 0.32em;
  top: 0;
  right: 0.4em;
  height: 100%;
  background-image: url('../../images/icon/icon-link.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.pageGaleryNav > ul > li:not(.actived):hover {
  background-color: var(--primary-orange);
  color: var(--primary-white);
  border-bottom: 1px solid var(--primary-orange);
}
.pageGaleryNav > ul > li:not(.actived):hover::after {
  content: "";
  position: absolute;
  width: 0.32em;
  top: 0;
  right: 0.4em;
  height: 100%;
  background-image: url('../../images/icon/icon-link.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.pageGalleryFilter {
  height: 4.8vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #ECD9D5;
  padding: 0 20px;
  margin-bottom: 1.1vw;
}
.pageGalleryFilterInner {
  display: inline-flex;
  align-items: center;
}
.pageGalleryFilterTitle {
  font-size: var(--font-size-default-26);
  line-height: 1.1;
  font-weight: 700;
  margin-right: 0.6em;
}
.pageGalleryFilterSelect {
  display: flex;
  align-items: center;
  padding: 0 0.6em;
  width: 25.7vw;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: var(--font-size-default-26);
  height: 1.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url('../../images/icon/icon-select-dark.png');
  background-position: right 16px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  outline: none;
  color: var(--primary-black);
}

.pageGalleryImgFull {
  display: flex;
  margin-bottom: 1.1vw;
}
.pageGalleryImgFullLarge {
  width: 66.2%;
  cursor: pointer;
}
.pageGalleryImgFullSmall {
  flex: 1;
  padding-left: 1.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.pageGalleryImgFull.reverseDiv {
  flex-direction: row-reverse;
}
.pageGalleryImgFull.reverseDiv .pageGalleryImgFullSmall {
  padding-left: 0;
  padding-right: 1.6%;
}
.pageGalleryImgHalf {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1vw;
}
.pageGalleryImgHalf > div {
  width: 49.16%;
  cursor: pointer;
}

.pageGalleryNoResultArea {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  font-size: var(--font-size-default-26);
}
.pageGalleryNoResultArea.actived {
  display: flex;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .pageGaleryNav > ul > li {
    height: 60px;
  }
  .pageGalleryFilter {
    height: 60px;
  }
}
@media (max-width: 820px) {
  .pageGaleryNav > ul > li {
    padding: 0 10px;
  }
  .pageGalleryFilter {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageGallery {
    padding: 4.16vw 0 30px;
  }
  .pageGalleryContainer {
    display: block;
  }
  .pageGalleryLeft {
    width: 100%;
    min-width: unset;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .pageGaleryNav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pageGaleryNav > ul > li {
    width: 48%;
    justify-content: center;
  }
  .pageGaleryNav > ul > li.actived::after {
    display: none;
  }

  .pageGalleryFilter {
    justify-content: center;
    padding: 10px 10px;
    height: auto;
  }
  .pageGalleryFilterInner {
    width: 100%;
  }
  .pageGalleryFilterTitle {
    display: none;
  }
  .pageGalleryFilterOption {
    flex: 1;
  }
  .pageGalleryFilterSelect {
    width: 100%;
  }

  .pageGalleryFilter {
    margin-bottom: 15px;
  }
  .pageGalleryImgFull,
  .pageGalleryImgHalf {
    margin-bottom: 1.46vw;
  }

  .pageGalleryImgFull {
    display: block;
  }
  .pageGalleryImgFullLarge {
    width: 100%;
    margin-bottom: 1.46vw;
  }
  .pageGalleryImgFullSmall {
    flex-direction: row;
    padding: 0 !important;
  }
  .pageGalleryImgFullSmall > div {
    width: 49%;
  }
}
@media (max-width: 425px) {
}

/*** CONTACT ***/
.pageContactContainer {
  display: flex;
  flex-direction: row-reverse;
}
.pageContactLeft {
  width: 50%;
}
.pageContactRight {
  flex: 1;
  padding-left: 6.9vw;
}
.pageContactAreaCover {
  font-size: var(--font-size-default-26);
  line-height: 1.1;
}
.pageContactAreaTitle {
  margin-bottom: 1.1em;
}
.pageGalleryFilterOption {
}
.pageContactProjectOption {
  display: flex;
  align-items: center;
  padding: 0 0.6em;
  width: 100%;
  border: none;
  font-size: var(--font-size-default-26);
  height: 2.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url('../../images/icon/icon-select-white.png');
  background-position: right 16px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  outline: none;
  background-color: var(--primary-gold);
  color: #ffffff;
}
.pageContactProjectOption option {
  background-color: var(--primary-cream);
}
.pageContactProjectDetailList {
  margin-top: 1.1em;
}
.pageContactProjectDetailItem {
  display: none;
}
.pageContactProjectDetailItem.actived {
  display: block;
}
.pageContactProjectDetailItemInfo {
  font-size: var(--font-size-default-22);
  line-height: 1.4;
}
.pageContactProjectDetailItemSocial {
  margin-top: 1.1em;
}
.pageContactProjectDetailItemMap {
  overflow: hidden;
  position: relative;
  height: 15.62vw;
  margin-top: 1.1em;
}
.pageContactProjectDetailItemMap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.pageContactProjectDetailItemBtn {
  margin-top: 0.5em;
  text-align: right;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .pageContactLeft {
    width: 40%;
  }
  .pageContactRight {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageContactContainer {
    display: block;
  }
  .pageContactLeft {
    width: 100%;
    margin-top: 30px;
  }
  .pageContactRight {
    padding-left: 0;
  }
  .pageContactProjectDetailItemMap {
    height: 300px;
  }
  .pageContactProjectDetailItemBtn {
    margin-top: 15px;
  }
}
@media (max-width: 425px) {
}

/*** MEMBER ***/
.pageMember {
  padding: 2.6vw 0;
  background-image: url('../../images/member/bg-member.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 90vh;
  min-height: 90vh;
}
.pageMemberInner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageMemberTitle {
  text-align: center;
  margin-bottom: 4px;
}
.pageMemberInfo {
  text-align: center;
  color: #5E4637;
}
.pageMemberBoxSmall {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.pageMemberFormCoverSmall {
  width: 100%;
  max-width: 525px;
  margin: 2.6vw auto 0;
}
.pageMemberFormCoverMedium {
  width: 100%;
  max-width: 780px;
  margin: 2.6vw auto 0;
}

.forgotPasswordCover {
  margin-top: 10px;
  text-align: right;
}
.registerTitleCover {
  margin-top: 2vw;
}

.pageMemberThanksIcon {
  display: inline-block;
  width: 120px;
  margin-bottom: 20px;
}
.pageMemberThanksBtn {
  margin-top: 30px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .pageMemberThanksIcon {
    width: 100px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .pageMemberThanksIcon {
    width: 80px;
    margin-bottom: 20px;
  }
  .pageMemberInfo {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
}
@media (max-width: 425px) {
}

/*** PROFILE ***/
.pageProfile {
  padding: 5.2vw 0;
}

.profileContent {
  display: flex;
  flex-direction: row-reverse;
  font-size: var(--font-size-default-22);
}
.profileContentLeft {
  width: 20vw;
}
.profileContentRight {
  flex: 1;
  padding-left: 20px;
}

.profileNameComtainer {
  background-color: #ECD9D5;
  color: var(--primary-gold);
  padding: 1.3em 1.3em;
}
.profileNameCover {
  display: flex;
  align-items: center;
}
.profileNameIcon {
  width: 2.72em;
  margin-right: 0.9em;
}
.profileNameText {
  font-size: var(--font-size-default-26);
  font-weight: 700;
}

.profileInfoItemContainer {
  background-color: var(--primary-cream);
  color: var(--primary-gold);
  padding: 1.3em 1.3em;
  margin-top: 10px;
}
.profileInfoItem {
  display: flex;
  align-items: center;
}
.profileInfoItemIcon {
  width: 1.13em;
  margin-right: 0.7em;
}
.profileInfoItemText {
  font-weight: 700;
}

.profileInfoContactContainer {
  background-color: rgba(200, 200, 200, .2);
  padding: 1.3em 1.3em;
  margin-top: 10px;
}
.profileInfoContactTitle {
  font-size: var(--font-size-default-26);
  font-weight: 700;
  margin-bottom: 10px;
}

.profileBanner {
  position: relative;
  height: 13vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
.profileBannerOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, .2);
}
.profileBannerTitle {
  position: absolute;
  top: 50%;
  left:0;
  padding: 0 2.6vw;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.profileBlockList .card.profileCard {
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}
.profileBlockList .card.profileCard .card-header {
  border-bottom: none;
  padding: 0;
  cursor: pointer;
}
.profileBlockList .card.profileCard .card-body {
  background-color: var(--primary-cream);
  padding: 1.36em 2.2em;
}
.profileCardHeader {
  display: flex;
  align-items: center;
  background-color: var(--primary-gold);
  color: #ffffff;
  padding: 1.36em 2.2em;
}
.profileCardHeaderLeft {
  flex: 1;
  display: flex;
  align-items: center;
}
.profileCardHeaderRight {
  width: 0.9em;
  filter: brightness(0) invert(1);
  transition: all .2s ease-in-out;
  transform: rotate(180deg);
  transform-origin: center center;
}
.profileCardHeaderIcon {
  width: 2.2em;
  margin-right: 0.9em;
  filter: brightness(0) invert(1);
}
.profileCardHeaderFormBtn {
  display: block;
  margin-right: 0.9em;
}

.profileCardHeader.collapsed {
  background-color: var(--primary-cream);
  color: var(--primary-gold);
}
.profileCardHeader.collapsed .profileCardHeaderRight {
  filter: unset;
  transform: rotate(0deg);
}
.profileCardHeader.collapsed .profileCardHeaderIcon {
  filter: unset;
}
.profileCardHeader.collapsed .profileCardHeaderFormBtn {
  display: none;
}

.profileDocListItem {
  display: flex;
  align-items: center;
  padding: 1em 0;
  font-weight: 700;
  font-size: var(--font-size-default-22);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.profileDocListItem > div:first-child {
  flex: 1;
  padding-right: 0.9em;
}

.profileRepairHistory {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.profileRepairHistoryTitle {
  font-size: var(--font-size-default-26);
  font-weight: 700;
  margin-bottom: 10px;
}

.profileRepairFlex {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-22);
  padding: 0 1.3em;
}
.profileRepairFlex > div {
  flex: 0.25;
}
.profileRepairFlex > div:last-child {
  text-align: right;
}

.profileRepairFlex.divCol2 {
  justify-content: space-between;
}
.profileRepairFlex.divCol2 > div {
  flex: unset;
}

.profileRepairTableHead {
  font-weight: 700;
  margin-bottom: 10px;
}

.btn-theme-md,
.btn-theme-md:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.2em;
  padding: 0.5em 1em;
  background-color: var(--primary-orange);
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 0.9;
  font-weight: 400;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: none;
  min-width: 7em;
}
.btn-theme-md:hover {
  border: none;
  color: var(--primary-white);
  background-color: var(--primary-red);
}
.btn-theme-md.bgBrown {
  background-color: var(--primary-brown);
  color: var(--primary-white);
}

.btn-theme-sm,
.btn-theme-sm:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.2em;
  padding: 0.5em 1em;
  background-color: var(--primary-brown);
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-18);
  line-height: 0.9;
  font-weight: 400;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: none;
}
.btn-theme-sm:hover {
  border: none;
  color: var(--primary-white);
  background-color: var(--primary-red);
}
.btnSelectIconSm {
  width: 0.55em;
  margin-left: 0.4em;
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
  transform-origin: center center;
  transition: all .2s ease-in-out;
}
.btn-theme-sm.collapsed .btnSelectIconSm {
  transform: rotate(0deg);
}

/*.input-group.custom-file-button {
  display: flex;
  justify-content: flex-end;
}
.custom-file-button label {
  display: inline-flex;
  align-items: center;
  border: none;
  color: #ffffff;
  background-color: var(--primary-blue);
  border-radius: 10px;
  font-size: var(--font-size-default-18);
  line-height: 1.5;
  font-weight: 600;
  padding: 10px 20px;
  transition: background-color .2s ease-in-out;
}
.formThemeUploadFile:hover .custom-file-button label {
  background-color: var(--primary-dark-blue);
}
.custom-file-button input[type=file] {
  margin-left: -2px !important;
  font-size: var(--font-size-default-20);
  line-height: 1.4;
  font-weight: 400;
  height: 44px;
  padding: 10px 10px;
  background-color: transparent;
  border: none;
  color: #000000;
  border-radius: 0;
  outline: none;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button:hover label {
  background-color: var(--primary-blue);
  color: #ffffff;
  cursor: pointer;
}
.custom-file-button input[type=file].txtError {
  border-color: #ff0000;
  color: #ff0000;
}*/

.accordionRepair .card.repairCard {
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
}
.accordionRepair .card.repairCard .card-header {
  border-bottom: none;
  padding: 0;
}
.accordionRepair .card.repairCard .card-body {
  background-color: rgba(255, 255, 255, .5);
  padding: 1.36em 1.3em;
}
.profileRepairHeader {
  padding: 1.36em 0;
  background-color: var(--primary-white);
}

.profileFormArea {
  margin-bottom: 2vw;
}
.profileFormCover textarea {
  font-size: var(--font-size-default-22);
  line-height: 1.2;
  padding: 0.8em 1em;
  color: #000000;
  width: 100%;
  height: 6.25em;
}

.profileFormBtnCover {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.profileFormUploadBtnCover {
  flex: 1;
  padding-right: 20px;
}
.profileFormUploadBtn {
  position: relative;
  display: inline-block;
  padding-right: 1.4em;
  background-image: url('../../images/icon/icon-clip.png');
  background-repeat: no-repeat;
  background-size: 0.9em auto;
  background-position: right center;
}
.profileForSubmitBtnCover > .btn-theme-md {
  margin-left: 5px;
}
.profileForSubmitBtnCover > .btn-theme-md:first-child {
  margin-left: 0;
}

.profileRepairStatus {
  position: relative;
  padding-left: 1em;
}
.profileRepairStatus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background-color: #FFCC00;
  border-radius: 50%;
}
.profileRepairStatus.finished::before {
  /*background-color: #FF383C;*/
  background-color: #198754;
}

.profileRepairFlexTitle {
  display: none;
  margin-right: 10px;
  /*color: rgba(0, 0, 0, .5);*/
}

.input-group.custom-file-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*.custom-file-button label {
  display: inline-flex;
  align-items: center;
  border: none;
  color: #ffffff;
  background-color: var(--primary-blue);
  border-radius: 10px;
  font-size: var(--font-size-default-18);
  line-height: 1.5;
  font-weight: 600;
  padding: 10px 20px;
  transition: background-color .2s ease-in-out;
}
.formThemeUploadFile:hover .custom-file-button label {
  background-color: var(--primary-dark-blue);
}*/
.custom-file-button input[type=file] {
  margin-left: -2px !important;
  font-size: var(--font-size-default-20);
  line-height: 1.4;
  font-weight: 400;
  height: 44px;
  padding: 10px 10px;
  background-color: transparent;
  border: none;
  color: #000000;
  border-radius: 0;
  outline: none;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
/*.custom-file-button:hover label {
  background-color: var(--primary-blue);
  color: #ffffff;
  cursor: pointer;
}*/
.custom-file-button input[type=file].txtError {
  border-color: #ff0000;
  color: #ff0000;
}

.customFileListInput {
  position: relative;
}
.customFileListInput-label {
  position: relative;
  display: inline-block;
  padding-right: 1.4em;
  background-image: url('../../images/icon/icon-clip.png');
  background-repeat: no-repeat;
  background-size: 0.9em auto;
  background-position: right center;
}
.customFileListInput-label.txtError {
  color: #ff0000;
}
.customFileListInput-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}

.profileRepairImg {
  max-width: 500px;
  margin-top: 15px;
}

.profileRepairHeaderGroup {
  display: none;
}
.profileRepairHeaderGroup.actived {
  display: block;
}

.profileSuggestionHeaderGroup {
  display: none;
}
.profileSuggestionHeaderGroup.actived {
  display: block;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .profileContentLeft {
    width: 25vw;
  }
}
@media (max-width: 820px) {
  .profileContent {
    display: block;
  }
  .profileContentLeft {
    width: 100%;
    margin-top: 30px;
  }
  .profileContentRight {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .profileBanner {
    height: 100px;
    margin-bottom: 10px;
  }
  .profileBannerTitle {
    padding: 0 15px;
  }

  .profileBlockList .card.profileCard {
    margin-bottom: 10px;
  }
  .profileBlockList .card.profileCard .card-body {
    padding: 15px 15px;
  }
  .profileCardHeader {
    padding: 15px 15px;
  }
  .profileFormBtnCover {
    display: block;
  }
  .profileFormUploadBtnCover {
    margin-bottom: 10px;
  }

  .profileFormArea {
    margin-bottom: 30px;
  }

  .profileRepairTableHead {
    display: none;
  }
  .profileRepairFlex {
    display: block;
    padding: 0 10px;
  }
  .profileRepairFlex > div:last-child {
    text-align: left;
    margin-top: 10px;
  }
  .profileRepairHeader {
    padding: 10px 0;
  }
  .profileRepairFlexTitle {
    display: inline-block;
  }
}
@media (max-width: 425px) {
}

/*** CUSTOM SELECT ***/
.theme-custom-select {
  position: relative;
  /*width: 250px;*/
  font-size: var(--font-size-default-26);
}
.theme-select-selected {
  display: flex;
  align-items: center;
  padding: 0 0.6em;
  width: 100%;
  border: none;
  font-size: var(--font-size-default-26);
  height: 2.5em;
  background-color: transparent;
  background-image: url('../../images/icon/icon-select-white.png');
  background-position: right 16px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  outline: none;
  background-color: var(--primary-gold);
  color: #ffffff;
}
.theme-select-items {
  position: absolute;
  width: 100%;
  background: var(--primary-cream);
  border: 1px solid #ccc;
  border-top: none;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 99;
  max-height: 900px;
  overflow: auto;
}
.theme-select-items li {
  padding: 10px 12px;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
.theme-select-items li:hover {
  opacity: 0.5;
}

.theme-select-selected.galleryFilter {
  display: flex;
  align-items: center;
  padding: 0 0.6em;
  width: 25.7vw;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: var(--font-size-default-26);
  height: 1.9em;
  background-color: transparent;
  background-image: url('../../images/icon/icon-select-dark.png');
  background-position: right 16px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  outline: none;
  color: var(--primary-black);
}

/* width */
.theme-select-items::-webkit-scrollbar {
  width: 8px;
  background-color: var(--primary-cream);
}
/* Track */
.theme-select-items::-webkit-scrollbar-track {
  background: var(--primary-grey);
}
/* Handle */
.theme-select-items::-webkit-scrollbar-thumb {
  background: var(--primary-brown);
  border-radius: 8px;
}
/* Handle on hover */
.theme-select-items::-webkit-scrollbar-thumb:hover {
  background: var(--primary-gold);
}

.filterForDesktop {
  display: block;
}
.filterForMobile {
  display: none;
}

@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .theme-select-selected.galleryFilter {
    width: 100%;
  }

  .filterForDesktop {
    display: none;
  }
  .filterForMobile {
    display: block;
  }
}

/** ABOUT BANNER BY LANG ***/
/*html[lang="en"] .aboutBannerTitle h1 {
  font-size: 4.6vw;
}
html[lang="cn"] .aboutBannerTitle h1 {
  font-size: 4.6vw;
}
html[lang="cn"] h1 {
  line-height: 1.1 !important;
}
html[lang="cn"] .aboutIntroTitleCover {
  font-size: var(--font-size-default-34);
}
html[lang="cn"] .aboutIntroTitleCover h1 {
  font-size: var(--font-size-default-50);
}
html[lang="cn"] .aboutIntroDetail {
  font-size: var(--font-size-default-34);
}
html[lang="cn"] .aboutIntroQuote {
  font-size: var(--font-size-default-44);
}*/
html[lang="en"] h1 {
  font-size: 4vw;
}
html[lang="cn"] h1 {
  font-size: 4vw;
}
html[lang="cn"] h1 {
  line-height: 1.1 !important;
}
html[lang="cn"] .aboutIntroTitleCover {
  font-size: var(--font-size-default-32);
}
html[lang="cn"] .aboutIntroTitleCover h1 {
  font-size: var(--font-size-default-44);
}
html[lang="cn"] .aboutIntroDetail {
  font-size: var(--font-size-default-32);
}
html[lang="cn"] .aboutIntroQuote {
  font-size: var(--font-size-default-40);
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  html[lang="en"] h1 {
    font-size: 8vw;
  }
  html[lang="cn"] h1 {
    font-size: 8vw;
  }
}

html[lang="en"] body,
html[lang="cn"] body {
  --font-size-default-180: 8vw;
  --font-size-default-120: 100px;
  --font-size-default-100: 90px;
  --font-size-default-80: 76px;
  --font-size-default-70: 66px;
  --font-size-default-60: 2.8vw;
  --font-size-default-50: 46px;
  --font-size-default-44: 40px;
  --font-size-default-40: 36px;
  --font-size-default-34: 32px;
  --font-size-default-32: 30px;
  --font-size-default-30: 28px;
  --font-size-default-26: 24px;
  --font-size-default-22: 20px;
  --font-size-default-20: 18px;
  --font-size-default-18: 16px;
  --font-size-default-16: 15px;
  --font-size-default-14: 14px;
}

@media (max-width: 1600px) {
  html[lang="en"] body,
  html[lang="cn"] body {
    --font-size-default-120: 90px;
    --font-size-default-100: 78px;
    --font-size-default-80: 60px;
    --font-size-default-70: 52px;
    --font-size-default-60: 44px;
    --font-size-default-50: 37px;
    --font-size-default-44: 35px;
    --font-size-default-40: 32px;
    --font-size-default-34: 27px;
    --font-size-default-32: 25px;
    --font-size-default-30: 23px;
    --font-size-default-26: 20px;
    --font-size-default-22: 18px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 15px;
    --font-size-default-14: 14px;
  }
}
@media (max-width: 1366px) {
  html[lang="en"] body,
  html[lang="cn"] body {
    --font-size-default-120: 78px;
    --font-size-default-100: 66px;
    --font-size-default-80: 50px;
    --font-size-default-70: 45px;
    --font-size-default-60: 38px;
    --font-size-default-50: 33px;
    --font-size-default-44: 31px;
    --font-size-default-40: 28px;
    --font-size-default-34: 23px;
    --font-size-default-32: 22px;
    --font-size-default-30: 20px;
    --font-size-default-26: 17px;
    --font-size-default-22: 16px;
    --font-size-default-20: 15px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
  }
}
@media (max-width: 1024px) {
  html[lang="en"] body,
  html[lang="cn"] body {
    --font-size-default-120: 60px;
    --font-size-default-100: 50px;
    --font-size-default-80: 38px;
    --font-size-default-70: 36px;
    --font-size-default-60: 30px;
    --font-size-default-50: 25px;
    --font-size-default-44: 23px;
    --font-size-default-40: 22px;
    --font-size-default-34: 20px;
    --font-size-default-32: 18px;
    --font-size-default-30: 17px;
    --font-size-default-26: 16px;
    --font-size-default-22: 15px;
    --font-size-default-20: 14px;
    --font-size-default-18: 14px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
  }
}
@media (max-width: 820px) {
  html[lang="en"] body,
  html[lang="cn"] body {
    --font-size-default-120: 44px;
    --font-size-default-100: 40px;
    --font-size-default-80: 36px;
    --font-size-default-70: 30px;
    --font-size-default-60: 26px;
    --font-size-default-50: 24px;
    --font-size-default-44: 22px;
    --font-size-default-40: 20px;
    --font-size-default-34: 20px;
    --font-size-default-32: 18px;
    --font-size-default-30: 17px;
    --font-size-default-26: 16px;
    --font-size-default-22: 15px;
    --font-size-default-20: 14px;
    --font-size-default-18: 14px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  html[lang="en"] body,
  html[lang="cn"] body { 
    --font-size-default-120: 28px;
    --font-size-default-100: 26px;
    --font-size-default-80: 24px;
    --font-size-default-70: 26px;
    --font-size-default-60: 24px;
    --font-size-default-50: 22px;
    --font-size-default-44: 20px;
    --font-size-default-40: 18px;
    --font-size-default-34: 18px;
    --font-size-default-32: 17px;
    --font-size-default-30: 16px;
    --font-size-default-26: 16px;
    --font-size-default-22: 15px;
    --font-size-default-20: 14px;
    --font-size-default-18: 14px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
  }
}