/* CSS Document */

/*@import url("fonts.css?ver=1.0.1");*/
/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');*/

/*
.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

fontcolor: #333333;
black: #333333;
blue: #165C7D;
aqua: #7BA7BC;
red: #C41D1F;
grey: #D9E1E5;
gold: #A58D66;
lightgold: #DECBA9;
lightblue: #E5EDF2;

harbournavy: #124A64;
teal: #628696;
paleaqua: #A3C1D0;
seamist: #5C8DA4;
mistwhite: #F6F8F9;
pearlgrey: #D9E1E5;
softstone: #B7C1C7;
deepslate: #43515A;
*/

/* 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: #43515A;
  --primary-blue: #165C7D;
  --secondary-blue: #7BA7BC;
  --primary-lightblue: #E5EDF2;
  --primary-black: #333333;
  --primary-white: #FFFFFF;
  --primary-cream: #FCF8F5;
  --primary-gold: #A58D66;
  --primary-lightgold: #DECBA9;
  --primary-yellow: #F5F2E9;
  --primary-red: #C41D1F;
  --primary-border: #D6D6D6;
  --font-body: "DM Sans", sans-serif;
  --font-title: "Cormorant Garamond", serif;
  --font-sub-title: "DM Sans", sans-serif;
  --font-quote: "Cormorant Garamond", serif;
  --font-notosansthai: "DM Sans", sans-serif;
  --section-padding-v160: 160px 0;
  --section-padding-v120: 120px 0;
  --section-padding-v100: 100px 0; 
  --section-padding-v80: 80px 0; 
  --section-padding-v60: 60px 0; 
  --section-padding-v40: 40px 0; 
  --font-size-default-120: 120px;
  --font-size-default-100: 100px;
  --font-size-default-80: 80px;
  --font-size-default-70: 70px;
  --font-size-default-60: 60px;
  --font-size-default-50: 2.6vw;
  --font-size-default-46: 46px;
  --font-size-default-42: 42px;
  --font-size-default-40: 40px;
  --font-size-default-36: 36px;
  --font-size-default-34: 34px;
  --font-size-default-32: 32px;
  --font-size-default-30: 30px;
  --font-size-default-26: 26px;
  --font-size-default-24: 24px;
  --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: 8vw; /*8.33vw*/
  --site-main-content: 1600px;
  --padding60: 60px;
  --btnNavWidth: 20px;
  --btnNavSpace: -40px;
  --btnDotWidthHeight: 10px;
  --sectionPaddingVerticle: 60px 0;
  --publicationItemGap: 1vw;
  --imageSpacing: 60px;
  --sectionContentDetailPadding: 6vw;
  --sectionThemeBoxHeight: 650px;
}

@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-46: 38px;
    --font-size-default-42: 36px;
    --font-size-default-40: 34px;
    --font-size-default-36: 30px;
    --font-size-default-34: 29px;
    --font-size-default-32: 27px;
    --font-size-default-30: 26px;
    --font-size-default-26: 24px;
    --font-size-default-24: 22px;
    --font-size-default-22: 21px;
    --font-size-default-20: 19px;
    --font-size-default-18: 17px;
    --font-size-default-16: 16px;
    --font-size-default-14: 14px;
    --control-padding: 4.16vw;
  }
}
@media (max-width: 1366px) {
  body{
    --section-padding-v160: 140px 0;
    --section-padding-v120: 100px 0; 
    --section-padding-v100: 80px 0; 
    --section-padding-v80: 60px 0; 
    --section-padding-v60: 40px 0;
    --section-padding-v40: 30px 0;
    --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: 38px;
    --font-size-default-46: 36px;
    --font-size-default-42: 32px;
    --font-size-default-40: 32px;
    --font-size-default-36: 28px;
    --font-size-default-34: 28px;
    --font-size-default-32: 25px;
    --font-size-default-30: 24px;
    --font-size-default-26: 22px;
    --font-size-default-24: 21px;
    --font-size-default-22: 20px;
    --font-size-default-20: 19px;
    --font-size-default-18: 17px;
    --font-size-default-16: 16px;
    --font-size-default-14: 14px;
    --control-padding: 4.16vw;
    --btnNavWidth: 20px;
    --btnNavSpace: 10px;
    --sectionPaddingVerticle: 50px 0;
    --sectionThemeBoxHeight: 580px;
  }
}
@media (max-width: 1024px) {
  body{
    --section-padding-v160: 120px 0;
    --section-padding-v120: 100px 0; 
    --section-padding-v100: 80px 0; 
    --section-padding-v80: 60px 0; 
    --section-padding-v60: 40px 0;
    --section-padding-v40: 20px 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: 30px;
    --font-size-default-46: 28px;
    --font-size-default-42: 26px;
    --font-size-default-40: 26px;
    --font-size-default-36: 25px;
    --font-size-default-34: 28px;
    --font-size-default-32: 22px;
    --font-size-default-30: 22px;
    --font-size-default-26: 20px;
    --font-size-default-24: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 70px;
    --padding60: 40px;
    --sectionPaddingVerticle: 40px 0;
    --control-padding: 40px;
    --imageSpacing: 40px;
    --sectionThemeBoxHeight: 540px;
  }
}
@media (max-width: 820px) {
  body{
    --section-padding-v160: 100px 0;
    --section-padding-v120: 80px 0; 
    --section-padding-v100: 70px 0; 
    --section-padding-v80: 60px 0;
    --section-padding-v60: 30px 0;
    --section-padding-v40: 20px 0; 
    --font-size-default-120: 48px;
    --font-size-default-100: 44px;
    --font-size-default-80: 40px;
    --font-size-default-70: 36px;
    --font-size-default-60: 28px;
    --font-size-default-50: 25px;
    --font-size-default-46: 24px;
    --font-size-default-42: 24px;
    --font-size-default-40: 24px;
    --font-size-default-36: 22px;
    --font-size-default-34: 26px;
    --font-size-default-32: 20px;
    --font-size-default-30: 20px;
    --font-size-default-26: 18px;
    --font-size-default-24: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
    --btnNavWidth: 16px;
    --control-padding: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  body{
    --section-padding-v160: 70px 0;
    --section-padding-v120: 60px 0; 
    --section-padding-v100: 50px 0; 
    --section-padding-v80: 40px 0;
    --section-padding-v60: 30px 0;
    --section-padding-v40: 10px 0; 
    --font-size-default-120: 30px;
    --font-size-default-100: 28px;
    --font-size-default-80: 30px;
    --font-size-default-70: 28px;
    --font-size-default-60: 30px;
    --font-size-default-50: 26px;
    --font-size-default-46: 25px;
    --font-size-default-42: 24px;
    --font-size-default-40: 24px;
    --font-size-default-36: 22px;
    --font-size-default-34: 24px;
    --font-size-default-32: 22px;
    --font-size-default-30: 22px;
    --font-size-default-26: 20px;
    --font-size-default-24: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 16px;
    --font-size-default-18: 16px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
    --sectionPaddingVerticle: 30px 0;
    --publicationItemGap: 5px;
    --btnNavWidth: 12px;
    --control-padding: 15px;
    --btnDotWidthHeight: 7px;
    --imageSpacing: 30px;
  }
}

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

body, table, tr, td, p
{
  font-family: var(--font-body);
	font-size: var(--font-size-default-16);
	line-height: 1.5;
	font-weight: 400;
	color: var(--primary-font-color);
	text-decoration: none;
}
body.mobileNavActived {
  overflow: hidden;
  height: 100dvh;
}
body.bodyNoScroll {
  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;
  margin: 0 auto;
}
.pageContentContainer {
  width: 100%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  background-color: var(--primary-white);
}

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

body.modal-open {
  overflow: auto !important;
}

.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 0.8s 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-white);
  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);
}
.slideDownOnScroll.bgBlue:after {
  background-color: var(--secondary-blue);
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@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: var(--primary-grey);
}

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

.txtSoftRed {
  color: var(--primary-red);
}
.txtGold {
  color: var(--primary-gold);
}

/****** FONTS ********/
h1 {
  font-family: var(--font-title);
  /*font-size: var(--font-size-default-42);*/
  font-size: var(--font-size-default-50);
  line-height: 1.2;
  font-weight: 600;
}
h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-46);
  line-height: 1.2;
  font-weight: 600;
}
h2.h2small {
  font-size: var(--font-size-default-32);
}
h3 {
  font-family: var(--font-body);
  /*font-size: var(--font-size-default-32);*/
  font-size: var(--font-size-default-26);
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary-gold);
}
h4 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-24);
  line-height: 1.2;
  font-weight: 500;
}
h5 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  font-weight: 500;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
  /*h1 {
    font-size: 38px;
  }
  h1.smallsize {
    font-size: 18px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }*/
}
@media (max-width: 1024px) {
  /*h1 {
    font-size: 32px;
  }
  h1.smallsize {
    font-size: 18px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }*/
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  /*h1 {
    font-size: 26px;
  }
  h1.smallsize {
    font-size: 18px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }*/
}

/*********** 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:2000;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
}
.loadingScreenHash.actived {
  display: flex;
}
.loadingScreenHash .loader {
  border: 10px solid rgba(0, 0, 0, .1);
  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: 600px;
  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: 100px 50px 45px;*/
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-default-18);
  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-18);
  line-height: 1.5;
  text-align: center;
  color: var(--primary-font-color);
}
.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;
}

.modalMessageTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
  font-weight: 500;
  color: var(--primary-gold);
  margin-bottom: 20px;
}
.modalMessageInfo {
  max-width: 540px;
  margin: 0 auto;
  font-weight: 300;
}
.modalCloseBtn {
  margin: 30px auto 0;
  width: 20px;
}

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

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


/*********** NAV ***********/
.topNav {
  width: 100%;
  /*width: 100vw;*/
  height: 100px;
  position: fixed;
  padding: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: var(--primary-white);
  transition: all .2s ease-in-out;
  color: var(--primary-font-color);
  border-bottom: 1px solid var(--primary-border);
}
.topNavFixSpace {
  width: 100%;
  height: 100px;
  position: relative;
}
.topNavCoverInner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.topNavCoverInnerWithBar {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 var(--control-padding);
}

.topNavBar {
  position: relative;
  height: 100%;
  transition: height 0s ease-in-out;
  max-width: var(--site-main-content);
  margin: 0 auto;
}
.topNavLogoCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 64.28%;
  z-index: 10;
  transition: all .2s ease-in-out;
}
.topNavBarInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.topNavBarLeft,
.topNavBarRight {
  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;
  height: 42%;
  z-index: 10;
  transition: all 0s ease-in-out;
  opacity: 1;
  cursor: pointer;
}
.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-18);
  line-height: 1.4;
  text-wrap: nowrap;
  font-weight: 700;
  padding: 0.55em 0;
  background-color: transparent;
  color: var(--primary-lightblue);
  border: none;
  border-radius: 0;
  position: relative;
  /*transition: all .2s ease-in-out;*/
  overflow: hidden;
}
.topNavLineBtnIcon {
  width: 22px;
  margin-right: 0.55em;
}
.topNavLineBtn:hover {
  color: var(--primary-gold);
}

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

.topNavLogoBlack {
  display: block;
}
.topNavLogoWhite {
  display: none;
}

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

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

ul.topNavItemList {
  display: inline-flex;
}
ul.topNavItemList > li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 1em;
  text-align: center;
  color: var(--primary-blue);
  font-size: var(--font-size-default-18);
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  transition: all .2s ease-in-out;
  opacity: 1;
  text-transform: uppercase;
}
ul.topNavItemList > li:first-child {
  margin-left: 0;
}
ul.topNavItemList > li:last-child {
  margin-right: 0;
}
ul.topNavItemList > li::after {
}
ul.topNavItemList > li:last-child::after {
  display: none;
}
ul.topNavItemList > li.actived {
  opacity: 1;
}
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.8em 0.55em;*/
  padding: 0.6em 0;
}
ul.topNavItemList > li > a.topNavItemLink,
ul.topNavItemList > li a.dropdown-toggle {
  font-family: var(--font-body);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 500;
}
/*ul.topNavItemList > li > a.topNavItemLink::before ,
ul.topNavItemList > li a.dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: var(--primary-white);
  transition: width .2s ease-in-out, opacity .4s ease-in-out;
  transform-origin: center left;
}
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;
}*/

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

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

.topNavItemList .dropdown-menu {
  padding: 0;
  margin: 0;
  margin-top: 0.6em;
  left: -1em !important;
  font-family: var(--font-body);
  font-size: var(--font-size-default-18);
  color: var(--primary-blue);
  font-weight: 500;
  border: none;
  border-radius: 0;
  min-width: 240px;
  text-transform: none;
}
.topNavItemList .dropdown-item {
  display: flex;
  align-items: center;
  height: 3em;
  border-bottom: 1px solid var(--primary-border);
  padding: 1em 1em;
  font-weight: 400;
  color: var(--primary-blue);
  transition: all .2s ease-in-out;
}
.topNavItemList .dropdown-item:last-child {
  border-bottom: none;
}
.topNavItemList .dropdown-item:focus,
.topNavItemList .dropdown-item:hover, 
.topNavItemList .dropdown-item.active {
  opacity: 1;
  background-color: #EFEDEB;
  color: var(--primary-blue);
}

ul.topNavContactList {
  display: inline-flex;
  font-size: var(--font-size-default-18);
  margin-left: 2em;
}
ul.topNavContactList > li {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 0;
  margin: 0 0.67em;
  text-align: center;
  color: inherit;
  font-family: var(--font-body);
  font-size: var(--font-size-default-18);
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  transition: all 0s ease-in-out;
  opacity: 1;
}
ul.topNavContactList > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
ul.topNavContactList > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

ul.topNavContactList a {
  transition: opacity .2s ease-in-out;
}
ul.topNavContactList a:hover {
  opacity: .6;
}

.topNavContactIcon {
  position: relative;
  display: block;
  width: 1.44em;
}
.topNavContactIcon .iconDefault {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
.topNavContactIcon .iconHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 5;
  transition: opacity .2s ease-in-out;
}
.topNavContactIcon:hover .iconDefault {
  opacity: 0;
}
.topNavContactIcon:hover .iconHover {
  opacity: 1;
}

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

.topNavBarLang {
}
.topNavBarLang .navbar {
  padding: 0;
}
.topNavBarLang .nav-link.dropdown-toggle {
  background-image: url('../../images/icon/icon-select-black.png');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px auto;
  padding: .4em 15px .4em 0;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 400;
  outline: none !important;
}
.topNavBarLang .nav-link.dropdown-toggle:hover {
  background-image: url('../../images/icon/icon-select-red.png');
}
.topNavBarLang .dropdown-menu {
  left: -5px;
  padding: 0;
  padding-left: 5px;
  margin: 0;
  font-family: var(--font-title);
  line-height: 1.2;
  font-size: var(--font-size-default-14);
  color: inherit;
  /*border: 1px solid #C5CED1;
  border-top: none;*/
  border: none;
  border-radius: 0;
  /*background-color: rgba(255,255,255,.75);*/
  background-color: var(--primary-grey);
  min-width: unset;
  width: 35px;
  text-align: left;
}
.topNavBarLang .dropdown-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
  /*border-bottom: 1px solid rgba(67, 67, 67, .5);*/
  border: none;
  padding: 0;
  font-family: var(--font-sub-title);
  line-height: 1.2;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-14);
  position: relative;
}
.topNavBarLang .dropdown-item:last-child {
  border-bottom: none;
}
.topNavBarLang .dropdown-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: var(--primary-black);
  z-index: 5;
}
.topNavBarLang .dropdown-item:last-child:after {
  display: none;
}
.topNavBarLang .dropdown-item:focus, 
.topNavBarLang .dropdown-item.active {
  font-weight: 600;
}
.topNavBarLang .dropdown-item:hover {
  opacity: .5;
}
.topNavBarLang .navbar-nav .dropdown-menu {
  position: absolute;
}

.topNav.themeTxtWhite {
  color: var(--primary-white);
}
.topNav.themeTxtWhite .topNavLogoBlack {
  display: none;
}
.topNav.themeTxtWhite .topNavLogoWhite {
  display: block;
}
.topNav.themeTxtWhite .topNavBarLang .nav-link.dropdown-toggle {
  background-image: url('../../images/icon/icon-select-white.png');
}
.topNav.themeTxtWhite .topNavBarLang .nav-link.dropdown-toggle:hover {
  background-image: url('../../images/icon/icon-select-red.png');
}
.topNav.themeTxtWhite ul.topNavItemList > li > a::before,
.topNav.themeTxtWhite ul.topNavItemList > li a.dropdown-toggle::before {
  background-color: var(--primary-white);
}

.topNav.themeTxtWhite .topNavHamLineInner {
  background-color: var(--primary-white);
}

.topNav.minimize {
  /*height: 80px;*/
  /*background-color: var(--primary-white) !important;
  color: var(--primary-font-color) !important;*/
  /*filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));*/
}
/*.topNav.minimize .topNavLogoCenter {
  height: 74%;
}*/

.topNavContactEmailText {
  display: block;
}
.topNavContactEmailIcon {
  display: none;
}

.mobileNavContactItem {
  font-size: var(--font-size-default-18);
  margin-bottom: 0.6em;
}
.mobileNavSocialList {
  display: flex;
  font-size: var(--font-size-default-18);
  margin-top: 2em;
  padding-bottom: 2em;
}
.mobileNavSocialList > li {
  margin-right: 1em;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1260px) {
  .topNav {
    height: 70px;
  }
  .topNavFixSpace {
    height: 70px;
  }
  ul.topNavItemList {
    display: none;
  }
  .topNavHamCoverInside {
    display: block;
    margin-left: 24px;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .topNav {
    height: 60px;
  }
  .topNavFixSpace {
    height: 60px;
  }

  .topNavLogo {
    height: 44%;
  }

  ul.topNavContactList > li {
    margin: 0 8px;
  }
  .topNavContactIcon {
    width: 22px;
  }

  .mobileNavContactItem {
    font-size: 16px;
  }

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

  .topNavLineBtnIcon {
    width: 16px;
    margin-right: 0.55em;
  }
  
  /*.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: 50%;
  max-width: 420px;*/
  width: 420px;
  height: 100dvh;
  top: 0;
  right: -100%;
  background-color: var(--primary-blue);
  color: var(--primary-white);
  z-index: 1150;
  /*transform: translateX(100%);*/
  opacity: 1;
  transition: right 0.4s ease-in-out;
  will-change: right;
  backface-visibility: hidden;
}
.mobileNavArea.actived {
  /*transform: translateX(0);*/
  right: 0;
  opacity: 1;
}
.mobileNavAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10%;
  overflow-y: auto;
}
.mobileNavAreaInner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2vw;
  height: 100%;
  background-color: var(--primary-gold);
  z-index: 5;
  display: none;
}
.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-family: var(--font-body);
  /*font-size: var(--font-size-default-30);*/
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 1.2em 0;
  text-transform: uppercase;
}
.mobileNavMenu > ul > li > a {
  position: relative;
  display: inline-block;
}
.mobileNavMenu ul.mobileNavMenuSub {
  list-style-type: disc;
  padding-left: 1em;
}
.mobileNavMenu ul.mobileNavMenuSub > li {
  font-weight: 400;
  margin: 1.2em 0;
   text-transform: none;
}

.mobileNavContact {
  border-top: 1px solid rgba(255, 255, 255, .25);
  margin-top: 40px;
  padding-top: 24px;
  font-size: var(--font-size-default-18);
}
.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 12px center;
  background-size: 15px auto;
  padding: 2px 32px 2px 0;
}
.mobileNavSubLinks {
  width: 100%;
  height: 0;
  transition: height .2s ease-in-out;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  font-weight: 400;
}
.mobileNavSubLinks.actived {
  height: auto;
  padding: 10px 30px;
}
.mobileNavSubLinks > ul > li {
  opacity: 0;
  transition: all .2s ease-in-out;
}
.mobileNavSubLinks.actived > ul > li {
  opacity: 1;
}
.mobileNavSubLinks > ul > li > a {
  display: inline-block;
  padding: 5px 0;
  font-size: 18px;
}

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

@media (max-width: 1024px) {
  .mobileNavAreaInner {
    padding-left: 10%;
  }
  .mobileNavLineCover {
    right: calc(var(--control-padding) + 70px);
  }
}
@media (max-width: 820px) {
  .mobileNavAreaInner {
    padding-left: 10%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavArea {
    width: 100vw;
    right: -100vw;
  }
  .mobileNavAreaInner {
    align-items: flex-start;
    padding-left: 10%;
    padding-top: 100px;
  }

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

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  color: var(--primary-white);
  font-size: var(--font-size-default-16);
  font-weight: 300;
  z-index: 100;
  background-color: var(--primary-blue);
  padding: calc(0.7vw + 30px) 0 20px;
}
.pageFooterInner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.pageFooterContent {
  display: flex;
  justify-content: space-between;
}
.pageFooterTitle {
  font-size: var(--font-size-default-22);
  margin-bottom: 7px;
  color: var(--primary-lightgold);
}
.pageFooterDesc {
  font-size: var(--font-size-default-18);
  margin-bottom: 1em;
  max-width: 350px;
}
.pageFooterCompanyName {
  font-weight: 600;
  margin-bottom: 5px;
}
.pageFooterSocialList {
  margin-top: 20px;
  display: flex;
}
.pageFooterSocialList > div {
  width: 20px;
  margin-right: 12px;
}
ul.pageFooterNav > li {
  font-size: var(--font-size-default-16);
  font-weight: 400;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}
ul.pageFooterNavSub {
  list-style-type: disc;
  padding-left: 1em;
}
ul.pageFooterNavSub > li {
  font-size: var(--font-size-default-16);
  font-weight: 400;
  margin-top: 0.75em;
  text-transform: none;
}

.pageFooterContactIcon {
  width: 1.125em;
  margin-right: 1em;
  transform: translateY(5%);
}

.pageFooterQrcode {
  width: 150px;
}

.pageFooter a {
  transition: opacity .2s ease-in-out;
}
.pageFooter a:hover {
  opacity: .5;
}

.pageFooterCopyRight {
  font-size: var(--font-size-default-14);
  padding-top: 1em;
  margin-top: 2.2em;
  border-top: 1px solid rgba(255, 255, 255, .4);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.pageFooterContactTitle {
  font-size: var(--font-size-default-18);
  font-weight: 600;
  margin-bottom: 0.8em;
}
.pageFooterContactContent {
  display: flex;
}
.pageFooterContactContent > div:first-child {
  margin-right: 2.5em;
}
.pageFooterContactList {
  max-width: 260px;
  font-size: var(--font-size-default-16);
}
.pageFooterContactList > ul > li {
  margin-bottom: 1em;
  display: flex;
}
.pageFooterContactIconCover {
  width: 1.125em;
  margin-right: 1.375em;
}
.pageFooterContactIcon {
  transform: translateY(0.2em);
}

.pageFooterSubscribe {
  min-width: 420px;
}
.subscribeForm {
  display: flex;
  width: 100%;
  font-size: var(--font-size-default-18);
  height: 2.7em;
}
.subscribeFormField {
  flex: 1;
}
.subscribeFormButton {
  min-width: 130px;
  margin-left: 6px;
}

.subscribeFormInput {
  width: 100%;
  font-family: var(--font-body);
  font-size: var(--font-size-default-16);
  height: 100%;
  padding: 0.5em 1em;
  border: 1px solid rgba(255, 255, 255, .4);
  background-color: transparent;
  color: var(--primary-white);
}
.subscribeFormInput::placeholder {
  color: rgba(255, 255, 255, .4);
}

.btn-subscribe,
.btn-subscribe:visited {
  width: 100%;
  position: relative;
  font-family: var(--font-body);
  font-size: var(--font-size-default-16);
  font-weight: 500;
  background-color: var(--primary-lightgold);
  border: 1px solid var(--primary-lightgold);
  color: var(--primary-blue);
  height: 100%;
  padding: 4px 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  text-decoration: none !important;
  transition: all .2s ease-in-out;
}
.btn-subscribe:hover {
  color: var(--primary-white);
  background-color: var(--secondary-blue);
  border: 1px solid var(--secondary-blue);
}

.pageFooterSocialList > ul {
  display: flex;
}
.pageFooterSocialList > ul > li {
  width: 40px;
  margin-right: 15px;
}
.pageFooterSocialList > ul > li:last-child {
  margin-right: 0;
}

.footerTelLink {
  padding: 0.2em 0;
  display: inline-block;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .pageFooterContent {
    display: flex;
    flex-wrap: wrap;
  }
  .pageFooterContent > div:last-child {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 820px) {
  .pageFooterContent > div {
    width: 100%;
  }
  .pageFooterContent > div:first-child {
    margin-bottom: 24px;
    order: 0;
  } 
  .pageFooterContent > div:nth-child(2) {
    order: 2;
  }
  .pageFooterContent > div:nth-child(3) {
    order: 3;
  }
  .pageFooterContent > div:nth-child(4) {
    margin-top: 0;
    margin-bottom: 24px;
    order: 1;
  }

}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageFooter {
    padding: 24px 0 40px;
  }

  .pageFooterCopyRight {
    display: block;
  }
  .pageFooterCopyRight > div:first-child {
    margin-bottom: 5px;
  }

  .pageFooterSubscribe {
    min-width: unset;
  }

  .pageFooterSocialList > ul > li {
    width: 38px;
    margin-right: 14px;
  }
}

/*********** 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;
}
.sectionSubTitle {
  margin-bottom: 20px;
}

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

.siteMainContent {
  max-width: var(--site-main-content);
  margin: 0 auto;
}

.sectionControlLeft {
  padding-left: var(--control-padding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlRight {
  padding-right: var(--control-padding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlBoth {
  padding-left: var(--control-padding);
  padding-right: var(--control-padding);
  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;
  min-width: 11.1em;
  height: 2.7em;
  background-color: transparent;
  color: inherit;
  font-size: var(--font-size-default-18);
  line-height: 1;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: 1px solid transparent;
  padding: 0;
}

.btn-theme > div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  border: 1px solid var(--primary-font-color);
  transition: all .2s ease-in-out;
  border: 1px solid var(--primary-font-color);
  background-color: var(--primary-white);
  padding: 0.2em 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-gold);
  z-index: 1;
  transition: all .2s ease-in-out;
}

.btn-theme:hover > div {
  transform: translate(-2px, -2px);
}
.btn-theme:hover::after  {
  transform: translate(2px, 2px);
}

.btn-theme.bgCream > div {
  background-color: var(--primary-cream);
}

.btn-link,
.btn-link:visited {
  position: relative;
  font-family: var(--font-body);
  font-size: var(--font-size-default-16);
  font-weight: 500;
  background-color: var(--primary-lightblue);
  border: 1px solid transparent;
  color: var(--primary-blue);
  height: 2.7em;
  padding: 4px 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all .2s ease-in-out;
}
.btn-link.addBorder {
  border: 1px solid var(--primary-lightblue);
}
.btn-link-icon {
  width: 1.11em;
  margin-left: 0.5em;
  transition: all .2s ease-in-out;
}
.btn-link:hover {
  color: var(--primary-white);
  background-color: var(--secondary-blue);
  padding-left: 1.5em;
}
.btn-link:hover .btn-link-icon {
  filter: invert(98%) sepia(98%) saturate(6%) hue-rotate(124deg) brightness(103%) contrast(102%);
}

.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: 1em;
  font-size: var(--font-size-default-18);
  font-weight: 400;
  line-height: 1.5;
}

.contentControl.txtSmaller, 
.contentControl.txtSmaller p,
.contentControl.txtSmaller ul,
.contentControl.txtSmaller ol {
  font-size: var(--font-size-default-18);
}

.contentControl.txt16px, 
.contentControl.txt16px p,
.contentControl.txt16px ul,
.contentControl.txt16px ol {
  font-size: var(--font-size-default-16);
}

.contentControl p:last-child {
  margin-bottom: 0;
}
.contentControl ul {
  list-style-type: disc;
  padding-left: 1.22em;
}
.contentControl ol {
  list-style-type: decimal;
  padding-left: 1.22em;
}
.contentControl ul > li,
.contentControl ol > li {
  margin-bottom: 0.7em;
}
.contentControl ul.spaceEach > li,
.contentControl ol.spaceEach > li,
.contentControl.forceSpaceList ul > li,
.contentControl.forceSpaceList ol > li {
  margin-bottom: 1em;
}
.contentControl ul.spaceEach > li:last-child,
.contentControl ol.spaceEach > li:last-child,
.contentControl.forceSpaceList ul > li:last-child,
.contentControl.forceSpaceList ol > li:last-child {
  margin-bottom: 0;
}
.contentControl img {
  display: block;
  height: auto !important;
  max-width: 100% !important;
}
.contentControl iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  border: 0;
}
.contentControl a {
  color: var(--secondary-blue);
}
.contentControl a:hover {
  color: var(--primary-blue);
}

.contentControl table {
  width: 100% !important;
  margin-bottom: 1.4em;
}
.contentControl table td {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 8px;
}

.contentControl b,
.contentControl strong {
  font-weight: 700;
}

.contentControl h1,
.contentControl h2,
.contentControl h3,
.contentControl h4,
.contentControl h5,
.contentControl h6 {
  font-family: var(--font-notosansthai);
}
.contentControl h1,
.contentControl h2 {
  padding-top: 0.5em;
}
.contentControl h1 {
  font-size: var(--font-size-default-30);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contentControl h2 {
  font-size: var(--font-size-default-26);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contentControl h3 {
  font-size: var(--font-size-default-20);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contentControl h4 {
  font-size: var(--font-size-default-18);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contentControl h5 {
  font-size: var(--font-size-default-18);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contentControl h6 {
  font-size: var(--font-size-default-16);
  font-weight: 700;
  margin-bottom: 0.5em;
}

.listWithTick ul, 
.contentControl ul.typeTick {
  list-style-type: none;
  padding-left: 0;
  font-size: var(--font-size-default-18);
  margin-top: 1.66em;
}
.listWithTick ul > li, 
.contentControl ul.typeTick > li {
  position: relative;
  padding-left: 2em;
}
.listWithTick ul > li::before, 
.contentControl ul.typeTick > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.33em;
  height: 1.33em;
  background-image: url('../../images/icon/icon-tick.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transform: translateY(5%);
}

.contentControl small {
  font-size: var(--font-size-default-16) !important;
  font-style: italic;
  color: #999999;
}

.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: 2px solid #000000;
  border-radius: 0;
  padding: 0 20px 0 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-select-dark.svg');
  background-position: right center;
  background-size: 18px 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-18);
  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-18);
  /*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%;
  }

  .splashContactFormContainer {
    max-height: 700px;
  }
}
@media (max-width: 820px) {
}
@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;
  }*/

  .btn-theme,
  .btn-theme:visited {
    font-size: 15px;
    min-width: unset;
  }
  .btn-theme > div {
    padding: 0.3em 1.6em 0.2em;
  }

  .splashContactFormContainer {
    height: 94%;
    max-height: unset;
  }
  .splashContactFormCloseBtn {
    width: 18px;
    top: 12px;
    right: 12px;
  }

  .btn-hero,
  .btn-hero:visited {
    height: 3.33em;
    padding: 10px 1.67em;
    min-width: unset;
    font-size: 14px;
  }

  .btn-theme.btnTopNavCTA {
    height: 2.6em;
    padding: 0.5em 1.2em;
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  
}

/*********** PAGES ***********/
.bgLightRadial {
  background-image: url('../../images/top-bg-light.png');
  background-position: top center;
  background-size: 91.67% auto;
  background-repeat: no-repeat;
}
.divLightRadial {
  position: absolute;
  top: 0;
  width: 91.67%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.pageBanner {
  width: 100%;
  background-color: var(--primary-white);
}
.pageBannerInner {
  position: relative;
  width: 100%;
}
.pageBannerImage {
  position: relative;
  height: 22.3vw;
}
.pageBannerImage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.pageBannerOverlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
}
.pageBannerTitle {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
  z-index: 80;
  color: #ffffff;
  text-align: left;
  word-wrap: normal;
  opacity: 1;
  padding: 0 var(--control-padding);
}

.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;
  display: none;
}
.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(--section-padding-v100);
}

.dotCursor {
  position: fixed;
  pointer-events: none;
  /*mix-blend-mode: difference;*/
  z-index: 9999;
  width:14px;
  height:16px;
  transform:translate(-2px, -6px);
  transform-origin: center center;
  opacity: 0;
}
.dotCursor.hideCursor {
  opacity: 0 !important;
}

.dotInfoCursor {
  position: fixed;
  width: 0;
  height: 0;
  border-radius: 50%;
  pointer-events: none;
  background-color: rgba(39, 39, 39, 1);
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
  z-index: 5000;
  transition: transform 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.dotInfoCursor.actived {
  width: 2.6vw;
  height: 2.6vw;
  opacity: 1;
}
.dotInfoCursor::after {
  content: "+";
  font-size: 1.4vw;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 40%;
  height: 40%;
  /*background-image: url('../../images/icon/icon-cursor-plus.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;*/
}
.cursorShowPlus {
  cursor: pointer;
}

.cursorOnBannerTitle {
  cursor: default;
}

@media (hover: none) and (pointer: coarse) {
  .dotCursor, .dotInfoCursor {
    display: none;
  }
}

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

.iconHoverCover {
  filter: brightness(0.263);
  cursor: pointer;
}
.iconHoverCover > img {
  filter: brightness(0) invert(1);
  transition: transform .2s ease-in-out;
}
.iconHoverCover:hover,
.iconHoverCover:hover > img {
  filter: none;
}

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

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

.messageBoxPanel {
  position: fixed;
  width: 100%;
  height: 100dvh;
  /*background: #EAF0F6;*/
  background-color: rgba(0,0,0,.50);
  z-index: 1500;
  top: 150%;
  transition: all .3s;
  overflow: hidden;
  padding: 0;
  transition: top .45s ease-in-out;
}
.messageBoxPanel.actived {
  top: 0;
}
.messageBoxPanelInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.messageBoxPanelClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 300;
}
.messageBoxPanelCloseBtn {
  cursor: pointer;
  width: 22px;
  transition: opacity .2s ease-in-out;
}
.messageBoxPanelCloseBtn:hover {
  opacity: .75;
}
.messageBoxPanelContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messageBoxPanelContentInner {
  width: 100%;
  max-width: 800px;
  padding: 60px 70px;
  background-color: var(--primary-white);
  border-radius: 20px;
  position: relative;
}

.messageBoxPanelContentDetail {
  font-size: var(--font-size-default-18);
}
.messageBoxPanelContentDetail.txtAlignCenter {
  text-align: center;
}
.messageBoxPanelTextContainer {
  margin-top: 40px;
}
.messageBoxPanelBottomBtn {
  margin-top: 40px;
}

.consultPlatformTitle {
  font-size: var(--font-size-default-20);
  font-weight: 600;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.consultPlatformList {
  margin-top: 40px;
}
.consultPlatformList > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.consultPlatformList > ul > li {
  height: 50px;
  margin: 0 24px 20px;
}
.consultPlatformList > ul > li a {
  transition: opacity .2s ease-in-out;
}
.consultPlatformList > ul > li a:hover {
  opacity: .75;
}

.sectionThemeBox {
  /*min-height: 34vw;*/
  min-height: var(--sectionThemeBoxHeight);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectionThemeTitle {
  position: relative;
  color: var(--primary-blue);
  font-size: var(--font-size-default-50);
  margin-bottom: 1em;
}
.sectionThemeTitle::after {
  content: "";
  width: 1em;
  height: 0.08em;
  background-color: var(--primary-gold);
  position: absolute;
  left: 0;
  bottom: -0.4em;
}
.sectionThemeTitleInner {
  display: flex;
  align-items: center;
}
.sectionThemeTitleLeft,
.sectionThemeTitleRight {
  flex: 1;
  position: relative;
}
.sectionThemeTitleCenter {
  font-size: var(--font-size-default-50);
  padding: 0 0.6em;
  text-align: center;
}
.sectionThemeTitleLeft::before,
.sectionThemeTitleRight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--primary-black);
  top: 0;
  transform: translateY(-50%);
}
.sectionThemeDesc {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-18);
  text-align: center;
  max-width: 1100px;
  /*margin: 30px auto 0;*/
  margin: 15px auto 0;
}

.sectionThemeTitle.txtWhite {
  color: var(--primary-white);
}
.sectionThemeTitle.txtWhite .sectionThemeTitleLeft::before,
.sectionThemeTitle.txtWhite .sectionThemeTitleRight::before {
  background-color: var(--primary-white);
}

.sectionThemeTitle.txtBlue {
  color: var(--primary-blue);
}
.sectionThemeTitle.txtBlue .sectionThemeTitleLeft::before,
.sectionThemeTitle.txtBlue .sectionThemeTitleRight::before {
  background-color: var(--primary-blue);
}

.sectionContentImage {
  display: flex;
  align-items: stretch;
  min-height: var(--sectionThemeBoxHeight);
  width: 100%;
  height: 100%;
}
.sectionContentImageLeft {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: var(--control-padding);
  padding-right: var(--sectionContentDetailPadding);
}
.sectionContentImageRight {
  flex: 1;
}
.sectionContentImage-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sectionContentImage.reverseDiv {
  flex-direction: row-reverse;
}
.sectionContentImage.reverseDiv .sectionContentImageLeft {
  padding-right: var(--control-padding);
  padding-left: var(--sectionContentDetailPadding);
}

@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) {
  .pageBannerImage {
    height: 300px;
  }

  .pageBannerImg-pc {
    display: none;
  }
  .pageBannerImg-mobile {
    display: block;
  }
  .contentContainerM {
    padding: 0 20px;
  }

  .sectionThemeBox {
    display: block;
  }
  .sectionContentImage {
    display: block;
    min-height: unset;
  }
  .sectionContentImageLeft {
    width: 100%;
    min-height: unset;
    padding: 50px var(--control-padding);
  }
  .sectionContentImageRight {
    height: auto;
  }
  .sectionContentImage-img {
    display: block;
    height: auto;
    max-width: 100%;
  }

  .sectionContentImage.reverseDiv .sectionContentImageLeft {
    padding: 50px var(--control-padding);
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageBannerTitle {
    bottom: 10%;
  }
  .contentContainerM {
    padding: 0 15px;
  }

  .sectionThemeTitleLeft,
  .sectionThemeTitleRight {
    transform: translateY(-3px);
  }
  .sectionThemeDesc {
    margin-top: 15px;
  }

  .messageBoxPanelContentInner {
    padding: 60px 24px;
  }
  .consultPlatformList {
    margin-top: 30px;
  }
  .consultPlatformList > ul > li {
    height: 46px;
    margin: 0 20px 26px;
  }

  .sectionContentImageLeft {
    padding: 30px var(--control-padding) 40px;
  }
  .sectionContentImage.reverseDiv .sectionContentImageLeft {
    padding: 30px var(--control-padding) 40px;
  }
  
}
@media (max-width: 420px) {
  .sectionThemeTitleCenter {
    max-width: 300px;
  }
}

/*** COOKIES ***/
.acceptCookieArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(255, 255, 255, .95);
  font-family: var(--font-notosansthai);
  font-size: 12px;
  line-height: 1.5;
  transition: transform .2s 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);
}
.acceptCookieArea.acceptSlideIn {
  transform: translateY(0);
}
.acceptCookieContent {
  display: flex;
  justify-content: space-between;
}
.acceptCookieArea-text {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 5%;
}
.acceptCookieArea-btn {
  width: 300px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.acceptCookieArea-text a {
  /*color: #30A8B7;*/
  color: var(--primary-blue);
}
.changePreferenceLink,
.changePreferenceLink:focus {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-right: 20px;
  padding: 0px;
  white-space: nowrap;
  /*color: #30A8B7;*/
  color: var(--primary-blue);
  font-weight: 500;
}
.changePreferenceLink:hover {
  opacity: .7;
  /*color: #30A8B7;*/
  color: #00B6D9;
  text-decoration: underline;
}
.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;
}
.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%;
  transform: translate(-50%, -50%);
  z-index: 2050;
  font-size: 14px;
  box-sizing: border-box;
  padding: 1.75em;
  border-radius: 0.5em;
  width: 80vw;
  background-color: #FFFFFF;
  display: none;
}
.cookiePreferenceBox.actived {
  display: block;
}
.cookiePreferenceBoxInner {
  display: none;
}
.cookiePreferenceBoxInner.actived {
  display: block;
}
.cookiePreferenceBox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid rgb(219, 219, 219);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
}
.cookiePreferenceBox-closeBtn {
  cursor: pointer;
}
.cookiePreferenceBox-detail {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 8px 14px;
  height: 50dvh;
  max-height: 50dvh;
  overflow: auto;
}
.cookiePreferenceItem {
  padding: 1em;
  background-color: #F8F8F8FF;
  border-radius: 0.5em;
  margin-bottom: 0.75em;
}
.cookiePreferenceItemTitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.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;
  display: block;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
.cookieCheckboxWrapper input:checked + label {
  background: var(--primary-blue);
}
.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: 50px;
  text-align: center;
}
.policyLinkCover {
  display: inline-block;
  text-wrap: nowrap;
}

@media (max-width: 820px) {
  .acceptCookieArea {
    padding: 15px 15px;
  }
  .acceptCookieContent {
    display: block;
  }
  .acceptCookieArea-text {
    padding-right: 0;
  }
  .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;
  }
  .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;
  }
  .acceptCookieArea-btn { 
    display: block;
    text-align: center;
  }
  .changePreferenceLink, 
  .changePreferenceLink:focus {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
  .cookiePreferenceBoxBackWrapper {
    font-size: 16px;
  }
}

/*** POLICY ***/
.sectionPrivacy {
  padding: var(--section-padding-v100);
  font-size: var(--font-size-default-18);
}
.privacyContainer {
  max-width: 800px;
  margin: 0 auto;
}
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: 30px;
  text-align: center;
}
.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-18);
}
.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%;
}
.homeBannerImage {
  position: relative;
  height: 45.8vw;
}
.homeBannerImage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.homeBannerOverlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: 45%;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
}
.homeBannerContent {
  position: absolute;
  left: 0;
  bottom: 4vw;
  width: 100%;
  z-index: 10;
  text-align: center;
  color: var(--primary-white);
  font-size: var(--font-size-default-20);
  font-weight: 500;
  padding: 0 20px;
}
.homeBannerContentTitle {
  margin-top: 0.5em;
}
.homeBannerContentTitle h1 {
  font-size: var(--font-size-default-70);
}

.homeIntro {
  font-size: var(--font-size-default-18);
  /*padding: 1em 0 2.22em;*/
  padding: 20px 0;
}
.homeIntroList {
  display: flex;
}
.homeIntroItem {
  width: 16.66%;
  font-size: var(--font-size-default-18);
  padding: 0 1em 1em;
  text-align: center;
  position: relative;
}
.homeIntroItem::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.8em;
  width: 1px;
  height: 4.44em;
  background-color: var(--primary-border);
}
.homeIntroItem:last-child::after {
  display: none;
}
.homeIntroItemIcon {
  width: 5em;
  max-width: 90px;
  margin: 0 auto 0.3em;
}
.homeIntroItemHighlight {
  font-size: var(--font-size-default-20);
  font-weight: 500;
  margin-bottom: 0.3em;
}

.homeAboutContent {
  display: flex;
}
.homeAboutContentLeft {
  width: 50%;
  padding-right: var(--sectionContentDetailPadding);
  display: flex;
  align-items: center;
}
.homeAboutContentRight {
  flex: 1;
}
.homeAboutList > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.homeAboutItemCover {
  padding: 0 10px;
  margin-bottom: 20px;
}
.homeAboutItemDetail {
  font-size: var(--font-size-default-18);
  padding: 1em 0.7em;
}
.homeAboutItemTitle {
  font-size: var(--font-size-default-24);
  font-weight: 500;
  color: var(--primary-blue);
  margin-bottom: 0.4em;
}
.quickLinkCover {
  font-size: var(--font-size-default-18);
  margin-top: 1.4em;
}

.bgHomeHeritage {
  background-image: url('../../images/home/bg-heritage-r.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bgSecondaryBlueContainer {
  background-color: var(--secondary-blue);
  color: var(--primary-white) !important;
}
.bgSecondaryBlueContainer .sectionThemeTitle {
  color: var(--primary-white);
}
.bgSecondaryBlueContainer .sectionThemeTitle::after {
  background-color: var(--primary-lightgold);
}
.bgSecondaryBlueContainer .contentControl,
.bgSecondaryBlueContainer .contentControl p,
.bgSecondaryBlueContainer .contentControl table {
  color: var(--primary-white) !important;
}
.bgSecondaryBlueContainer .contentControl a {
  color: var(--primary-lightgold);
}
.bgSecondaryBlueContainer .contentControl a:hover {
  color: var(--primary-gold);
}
.bgSecondaryBlueContainer .contentControl b,
.bgSecondaryBlueContainer .contentControl strong {
  color: var(--primary-lightgold);
  font-weight: 700;
}


@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .homeBannerImage {
    height: 60vw;
  }
  .homeIntroItem {
    padding: 0 12px 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .homeIntroItemHighlight {
    font-size: 16px;
  }

  .homeAboutContent {
    display: block;
  }
  .homeAboutContentLeft {
    width: 100%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeBannerImage {
    height: 300px;
  }
  .homeBannerOverlay {
    height: 100%;
  }
  .homeBannerContent {
    bottom: 24px;
  }

  .homeIntroList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .homeIntroItem {
    width: 33.33%;
    padding: 0 12px 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .homeIntroItem:nth-child(3)::after {
    display: none;
  }
  .homeIntroItemHighlight {
    font-size: 16px;
  }

  .homeAboutContentLeft {
    width: 100%;
    padding: 40px 0;
  }
}
@media (max-width: 425px) {
}

/*** CTA ***/
.sectionCTA {
  min-height: 325px;
  padding: 40px 0;
  background-image: url('../../images/bg-cta-r.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sectionCTATitle {
  color: var(--primary-blue);
}
.sectionCTADetail {
  max-width: 620px;
  font-size: var(--font-size-default-18);
  margin: 0.6em auto 1.7em;
}
.sectionCTALink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionCTALink a {
  display: block;
  max-width: 220px;
  transition: opacity .2s ease-in-out;
  margin: 0 10px;
}
.sectionCTALink a:hover {
  opacity: .8;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .sectionCTA {
    min-height: unset;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionCTALink a {
    margin: 0 5px;
  }
}
@media (max-width: 425px) {
}

/*** CONTACT FORM ***/
.contactFormContainer {
  padding: var(--sectionPaddingVerticle);
}
.contactFormArea {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contactFormAreaTitle {
  text-align: center;
  font-size: var(--font-size-default-30);
  font-weight: 600;
  margin-bottom: 0.5em;
}
.contactFormAreaDetail {
  font-size: var(--font-size-default-18);
  text-align: center;
  margin-bottom: 2em;
}
.contactForm > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contactFormItem {
  padding: 0 10px;
  margin-bottom: 20px;
}
.contactFormItemInner > div {
  position: relative;
}
.contactFormItemName {
  margin-bottom: 6px;
  font-size: var(--font-size-default-16);
  font-weight: 400;
}
.contactFormSubmit {
  padding-top: 20px;
  text-align: center;
}
.contactFormSubmit.pt0 {
  padding-top: 0 !important;
}
.contactFormItem input {
  width: 100%;
  border: 1px solid var(--primary-border);
  border-radius: 0;
  padding: 2px 15px;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--primary-font-color);
  font-weight: 400;
  outline: none;
}
.contactFormItem input[type=text].addPaddingRight {
  padding-right: 50px;
}
.contactFormItem select {
  width: 100%;
  border: 1px solid var(--primary-border);
  border-radius: 0;
  padding: 2px 20px;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--primary-font-color);
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-dropdown.png');
  background-position: right 14px center;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.contactFormItem textarea {
  width: 100%;
  border: 1px solid var(--primary-border);
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--font-color-input);
  font-weight: 400;
  outline: none;
  height: 80px;
}
.contactFormItem .form-control:disabled, 
.contactFormItem .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.formRequireddMark {
  color: var(--primary-font-color);
}
.contactFormRemark {
  margin-top: 5px;
  font-size: 14px;
}

/* Customize the label (the container) */
.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 30px;
  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-14);
  font-weight: 400;
  text-align: left;
}

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  transform: translateY(-0.2em);
  border: 1px solid var(--primary-border);
}
.containerCheckbox input.txtError ~ .checkmark {
  border-color: #ff0000;
}
.containerCheckbox.typeRadio .checkmark {
  border-radius: 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: transparent;
}
/* Create the checkmark/indicator (hidden when not checked) */
.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: 1px;
  width: 6px;
  height: 12px;
  border: solid var(--primary-font-color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contactFormSubTitle {
  font-size: var(--font-size-default-22);
  font-weight: 500;
  margin: 1em 0 0;
}
.contactFormItemRemark {
  opacity: 0.5;
  margin-top: 10px;
}

.input-group.custom-file-button {
  display: flex;
  justify-content: flex-end;
}
.custom-file-button label {
  display: inline-flex;
  align-items: center;
  padding: 0.6em 1.6em;
  border: 1px solid var(--primary-blue);
  border-radius: 2.8em;
  background-color: transparent;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-16);
  line-height: 1.5;
  font-weight: 600;
  padding: 10px 20px;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
}
.formThemeUploadFile:hover .custom-file-button label {
  background-color: var(--primary-dark-blue);
}
.custom-file-button input[type=file] {
  padding: 10px 15px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--primary-font-color);
  font-weight: 400;
  outline: none;
  border: 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;
}
.custom-file-button .uploadFileIcon {
  width: 1em;
  margin-left: 1em;
}

@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) {
}
@media (max-width: 425px) {
}

/*** FLOATING CHAT ***/
.floatingChatContainer {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 900;
}
.floatingChatContainer.hideFloatingChat {
  display: none;
}
.floatingChatContainerInner {
  position: relative;
}
.floatingChatMain {
  position: relative;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: var(--secondary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 20;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.2));
  transition: transform .2s ease-in-out;
  transform-origin: center center;
}
.floatingChatMain:hover {
  transform: scale(1.05);
}
.floatingChatMessageIcon {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform .2s ease-in-out;
  z-index: 15;
}
.floatingChatCloseIcon {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform .2s ease-in-out;
  z-index: 10;
}

.floatingChatList {
  position: absolute;
  visibility: hidden;
  width: auto;
  height: 100%;
  top: 0;
  right: 52px;
  display: flex;
  opacity: 0;
  transition: all .2s ease-in-out;
  z-index: 5;
  transform: translateX(6px);
}
.floatingChatList > div {
  margin-right: 8px;
  width: 52px;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.2));
  transition: transform .2s ease-in-out;
  transform-origin: center center;
}
.floatingChatList > div:hover {
  transform: scale(1.05);
}

.floatingChatContainer.actived .floatingChatMessageIcon {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.floatingChatContainer.actived .floatingChatCloseIcon {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(180deg);
}
.floatingChatContainer.actived .floatingChatList {
  visibility: visible;
  opacity: 1;
  width: auto;
  transform: translateX(0);
}

.floatingChatText {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 1;
  transition: all .2s ease-in-out;
  z-index: 5;
  font-family: var(--font-sub-title);
  font-size: 14px;
  color: var(--primary-black);
  padding-right: 8px;
  text-align: right;
  white-space: nowrap;
}
.floatingChatText > div {
  padding: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
}
.floatingChatText.hideChatTxt {
  display: none;
}

.floatingChatMainClose {
  position: absolute;
  width: 7px;
  top: 0;
  right: 0;
  z-index: 30;
  cursor: pointer;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .floatingChatContainer {
    right: 10px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .floatingChatMain {
    width: 48px;
    height: 48px;
  }
  .floatingChatList {
    right: 48px;
  }
  .floatingChatList > div {
    width: 48px;
  }
  .floatingChatText {
    right: 48px;
  }
}
@media (max-width: 425px) {
}

/*** MARINA ***/
.sectionContentShiftImage {
  display: flex;
  align-items: stretch;
  min-height: var(--sectionThemeBoxHeight);
  width: 100%;
  height: 100%;
}
.sectionContentShiftImageLeft {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-18);
  padding: 3em 0 2.5em;
  padding-left: var(--control-padding);
}
.sectionContentShiftImageRight {
  flex: 1;
  padding-left: var(--control-padding);
}
.sectionContentShiftImage-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sectionContentShiftImage.reverseDiv {
  flex-direction: row-reverse;
}
.sectionContentShiftImage.reverseDiv .sectionContentShiftImageLeft {
  padding-left: 0;
  padding-right: var(--control-padding);
}
.sectionContentShiftImage.reverseDiv .sectionContentShiftImageRight {
  padding-left: 0;
  padding-right: var(--control-padding);
}

.sectionContentShiftIframeCover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sectionContentShiftIframeCover iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 133.333%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}

.bgSectionGrey {
  /*background-color: rgba(229, 225, 221, .6);*/
  background-color: #EFEDEB;
}
.bgSectionBlue {
  background-color: rgba(123, 167, 188, .2);
}
.sectionBorderBottom {
  border-bottom: 1px solid var(--primary-border);
}

.facilityListCover {
  margin-top: 2em;
}
.facilityList {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary-blue);
  text-align: center;
}
.facilityListItem {
  width: 7.5em;
  height: 7.5em;
  margin-right: 5px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.facilityListItemIcon {
  /*width: 3.75em;
  height: 3.75em;*/
  width: 4.2em;
  height: 4.2em;
  margin-bottom: 5px;
}
.facilityListItemIcon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.facilityListItemTitle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectionFaqs {
  font-size: var(--font-size-default-18);
  padding: 3.33em 0 4.44em;
}
.sectionFaqsTitle {
  text-align: center;
  color: var(--primary-blue);
}
.sectionFaqsList {
  margin: 2.22em auto 0;
  max-width: 800px;
}
.faqsAccordion .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: var(--font-size-default-18);
}
.faqsAccordion .card:last-child {
   border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.faqsAccordion .card-header {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.faqsAccordionTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
  padding: 1.6em 0;
  cursor: pointer;
  font-size: var(--font-size-default-18);
  font-weight: 600;
}
.faqsAccordionHeadTxt {
  flex: 1;
}
.faqsAccordionHeadIcon {
  width: 0.6em;
  margin-top: 0.5em;
  margin-left: 10px;
  transform: rotate(135deg);
  transition: transform .2s ease-in-out;
}
.faqsAccordion .collapsed .faqsAccordionHeadIcon {
  transform: rotate(0);
}
.faqsAccordion .card-body {
  font-size: var(--font-size-default-18);
  padding: 0 0 1.7em 1.6em;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .sectionContentShiftImage {
    display: block;
    padding: 40px var(--control-padding) 20px;
    min-height: unset;
  }
  .sectionContentShiftImage:first-child {
    padding-bottom: 0;
  }
  .sectionContentShiftImageLeft {
    width: 100%;
    min-height: unset;
    padding: 0 0 30px;
  }
  .sectionContentShiftImageRight {
    height: auto;
    padding: 0;
  }
  .sectionContentShiftImage-img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .sectionContentShiftImage.reverseDiv .sectionContentShiftImageLeft {
    padding: 0 0 30px;
  }
  .sectionContentShiftImage.reverseDiv .sectionContentShiftImageRight {
    padding: 0;
  }

  .sectionContentShiftIframeCover {
    height: auto;
  }
  .sectionContentShiftIframeCover iframe {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    transform: translate(0, 0);
  }

  .sectionFaqs {
    padding: 50px 0 50px;
  }
  .sectionFaqsList {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionContentShiftImage {
    padding: 40px var(--control-padding) 20px;
  }
}
@media (max-width: 425px) {
}

/*** BOATYARD ***/
.sectionTradesList {
  margin: 2vw auto 0;
  max-width: 1210px;
}
.sectionTradesList .row {
  margin-left: -10px;
  margin-right: -10px;
}
.sectionTradesItemCover {
  padding: 0 10px;
  margin-bottom: 40px;
}
.sectionTradesItemDetail {
  font-size: var(--font-size-default-16);
  padding: 1.75em 1.125em 0;
}
.sectionTradesItem-title {
  font-size: var(--font-size-default-24);
  color: var(--primary-blue);
  margin-bottom: 0.7em;
}
.sectionTradesItem-contact {
  margin-top: 1em;
  font-size: var(--font-size-default-16);
}
.sectionTradesItem-contact.locationContact {
  margin-top: 2em;
  font-size: var(--font-size-default-18);
}
.sectionTradesItemContactItem {
  display: inline-flex;
  margin-bottom: 10px;
}
.sectionTradesItemContactIcon {
  width: 1.125em;
  margin-right: 1em;
}
.sectionTradesItemContactItem a {
  transition: opacity .2s ease-in-out;
}
.sectionTradesItemContactItem a:hover {
  opacity: 0.6;
}

@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) {
  .sectionTradesList {
    margin: 30px auto 0;
  }
  .sectionTradesItemCover {
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
}

/*** GUIDE ***/
.sectionIntro {
  padding: var(--section-padding-v80);
}
.sectionIntroDetail {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-default-18);
}

.sectionContentText {
  display: flex;
  font-size: var(--font-size-default-18);
}
.sectionContentTextLeft {
  width: 50%;
  padding: 0 5.2vw 0 var(--control-padding);
}
.sectionContentTextRight {
  flex: 1;
  padding: 0 var(--control-padding) 0 5.2vw;
}
.sectionContentTextRight.noSidePadding {
   padding: 0 !important;
}
.sectionContentTextContent {
  padding: 2.6vw 0 3.125vw;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sectionContentTextStepTitle {
  font-weight: 700;
  margin: 1.4em 0 1em;
}
.sectionContentTextStepList > ul > li {
  margin-bottom: 1em;
  display: flex;
}
.sectionContentTextStepItemNum {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-white);
  font-weight: 700;
  width: 2em;
  height: 2em;
  background-color: var(--primary-lightgold);
  border-radius: 50%;
  margin-right: 1.3em;
}
.sectionContentTextStepItemDetail {
  flex: 1;
}
.sectionContentTextStepItemTitle {
  font-size: var(--font-size-default-24);
  font-weight: 500;
  color: var(--primary-blue);
  margin-bottom: 10px;
}

.guideStepHeight {
  height: auto;
}
.guideSubTitle {
  margin-bottom: 1em;
}
.sectionContentTextSubList {
  display: flex;
  flex-direction: column;
}
.sectionContentTextSubItem {
  padding: 2.6vw var(--control-padding) 0 5.2vw;
}
.sectionContentTextSubItem:first-child {
  padding-top: 0;
  padding-bottom: 2.6vw;
  border-bottom: 1px solid var(--primary-border);
}

.guideListContainer {
  border-bottom: 1px solid var(--primary-border);
}
.guideListContainer .sectionContentTextLeft {
  border-right: 1px solid var(--primary-border);
}
.guideLocationCover {
  margin-top: 1em;
}
a.guideLocationLink {
  display: inline-flex;
  align-items: center;
  color: var(--primary-blue);
  text-decoration: underline;
  text-underline-offset: 25%;
  transition: opacity .2s ease-in-out;
}
.guideLocationLinkIcon {
  width: 0.9em;
  margin-right: 10px;
}
a.guideLocationLink:hover {
  opacity: 0.6;
  text-decoration: underline;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .guideStepHeight {
    height: auto !important;
  }

  .sectionIntroDetail {
    text-align: left;
  }

  .sectionContentText {
    display: block;
  }
  .sectionContentTextLeft {
    width: 100%;
    padding: 40px var(--control-padding);
  }
  .sectionContentTextRight {
    padding: 40px var(--control-padding);
  }
  .sectionContentTextContent {
    padding: 0;
  }

  .guideListContainer .sectionContentTextLeft {
    border-right: none;
  }

  .sectionContentTextSubList {
    display: block;
  }
  .sectionContentTextSubItem {
    padding: 30px var(--control-padding);
  }
  .sectionContentTextSubItem:first-child {
    padding: 30px var(--control-padding);
    border-top: 1px solid var(--primary-border);
    border-bottom: 1px solid var(--primary-border);
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionContentTextLeft {
    padding: 30px var(--control-padding);
  }
  .sectionContentTextRight {
    padding: 30px var(--control-padding);
  }
}
@media (max-width: 425px) {
}

/*** LOCATION ***/
.contactMapCover {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contactMapCover iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.placeItem {
  margin-bottom: 2em;
}

.contentReference {
  font-size: var(--font-size-default-16) !important;
  font-style: italic;
  color: #999999;
}

.placeListContainer .sectionContentTextLeft {
  border-right: 1px solid var(--primary-border);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .contactMapCover {
    height: 400px;
  }
  .placeListContainer .sectionContentTextLeft {
    border-right: none;
    padding-bottom: 0 !important;
  }
  .placeListContainer .sectionContentTextRight {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .contactMapCover {
    height: 300px;
  }
}
@media (max-width: 425px) {
}

/*** HERITAGE ***/
.heritageIntroText {
  margin-top: 1.8em;
}
.heritageSymbolCover {
  margin-top: 4.16vw;
}
.heritageSymbolList {
  margin: 3.125vw auto 0;
  display: flex;
  justify-content: center;
  max-width: 1440px;
}
.heritageSymbolItem {
  width: 20%;
}
.heritageSymbolItemInner {
  padding: 0 5px;
  text-align: center;
  font-size: var(--font-size-default-16);
  font-weight: 500;
}
.heritageSymbolItemImage {
  width: 100%;
  max-width: 166px;
  margin: 0 auto 1.56em;
  border-radius: 50%;
  overflow: hidden;
}
.heritageSymbolItemTitle {
  margin-bottom: 0.5em;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .heritageSymbolItemImage {
    max-width: 140px;
  }
}
@media (max-width: 1024px) {
  .heritageSymbolCover {
    margin-top: 60px;
  }
  .heritageSymbolList {
    margin: 40px auto 0;
    flex-wrap: wrap;
    
  }
  .heritageSymbolItemInner {
    padding: 0 15px;
  }
  .heritageSymbolItem {
    width: 33%;
    margin-bottom: 30px;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .heritageSymbolItem {
    width: 100%;
    margin-bottom: 30px;
  }
  .heritageSymbolItemImage {
    max-width: 120px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 425px) {
}

/*** TIDE ***/
.tideContainer {
  padding-bottom: 4.16vw;
  font-size: var(--font-size-default-18);
}
.tideTableCover {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
.tideTableList {
  flex: 1;
  background-color: var(--secondary-blue);
  padding: 15px;
}
.tideTableNav {
  max-width: 300px;
}

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

.tideTabNavTitle {
  padding-left: 2em;
}

ul.tideTableNavList {
  margin-top: 1.5em;
}
ul.tideTableNavList > li {
  height: 2.5em;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgba(67, 81, 90, .6);
  transition: all .2s ease-in-out;
  padding-left: 2em;
}
ul.tideTableNavList > li:hover {
  background-color: rgba(123, 167, 188, .2);
}
ul.tideTableNavList > li.actived {
  background-color: var(--secondary-blue);
  color: var(--primary-white);
}
.tideTableNavItemNum {
  width: 2em;
}

.tideTableSelectContainer {
  display: none;
  width: 100%;
  background-color: var(--secondary-blue);
  padding: 15px 15px 0;
}
.tideTableSelectContainerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tideTableSelect {
  width: 160px;
  display: flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: var(--font-size-default-22);
  height: 40px;
  /*padding: 0.5em 0;*/
  border: none;
  background-color: transparent;
  color: var(--primary-white);
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../../images/icon/icon-select-white.png');
  background-position: right center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.tideTableSelectPrev,
.tideTableSelectNext {
  width: 10px;
  cursor: pointer;
}
.tideTableSelectPrev.disabled,
.tideTableSelectNext.disabled {
  opacity: 0.2;
}

.sectionWeather {
  font-size: var(--font-size-default-18);
  padding: 3.33em 0 4.44em;
  background-color: rgba(123, 167, 188, .2);
}
.sectionWeatherTitle {
  text-align: center;
  color: var(--primary-blue);
}
.weatherCover {
  width: 100%;
  height: 450px;
  overflow: hidden;
  max-width: 1260px;
  margin: 2.22em auto 0;
}
.weatherCover iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .tideContainer {
    padding-bottom: 50px;
  }

  .sectionWeather {
    padding: 50px 0 50px;
  }
  .weatherCover {
    height: 450px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .tideContainer {
    padding-bottom: 40px;
  }
  .tideTableCover {
    display: block;
  }
  .tideTableNav {
    max-width: unset;
  }
  .tideTabNavTitle {
    padding-left: 0;
  }
  ul.tideTableNavList {
    display: none;
  }
  .tideTableSelectContainer {
    display: block;
  }

  .weatherCover {
    height: 400px;
  }
}
@media (max-width: 425px) {
}