/* CSS Document */

@import url("fonts_pierre.css");
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');

/*
.baskervville-<uniquifier> {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

font-family: "Assistant", sans-serif;
*/

/* 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: #231f20;
  --primary-gold: #ED8322;
  --primary-white: #ffffff;
  --primary-red: #A48374;
  --primary-grey: #a7a9ac;
  --primary-cream: #ffffff;
  --primary-border: #ced0d1;
  --secondary-font-color: #696868;
  --white-border: rgba(248,246,244,.3);
  --font-title: "Baskervville", serif;
  --font-notosansthai: "Assistant", sans-serif;
  --font-cardium: "Assistant", sans-serif;
  --font-dmsans: "Baskervville", serif;
  --sectionPaddingV160: 160px 0;
  --sectionPaddingV120: 120px 0; 
  --sectionPaddingV100: 100px 0; 
  --sectionPaddingV80: 80px 0; 
  --sectionPaddingV60: 60px 0; 
  --sectionPaddingV40: 40px 0; 
  --font-size-default-50: 50px;
  --font-size-default-42: 42px;
  --font-size-default-40: 40px;
  --font-size-default-34: 34px;
  --font-size-default-32: 32px;
  --font-size-default-30: 30px;
  --font-size-default-29: 29px;
  --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%;
  --padding60: 60px;
}

@media (max-width: 1600px) {
  body{
    --font-size-default-50: 42px;
    --font-size-default-42: 38px;
    --font-size-default-40: 36px;
    --font-size-default-34: 29px;
    --font-size-default-32: 27px;
    --font-size-default-30: 25px;
    --font-size-default-29: 24px;
    --font-size-default-26: 22px;
    --font-size-default-24: 20px;
    --font-size-default-22: 19px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-14: 14px;
  }
}
@media (max-width: 1366px) {
  body{
    --font-size-default-50: 40px;
    --font-size-default-42: 36px;
    --font-size-default-40: 34px;
    --font-size-default-34: 27px;
    --font-size-default-32: 25px;
    --font-size-default-30: 24px;
    --font-size-default-29: 23px;
    --font-size-default-26: 22px;
    --font-size-default-24: 20px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --control-padding: 3.32%;
  }
}
@media (max-width: 1024px) {
  body{
    --sectionPaddingV160: 120px 0;
    --sectionPaddingV120: 100px 0; 
    --sectionPaddingV100: 80px 0; 
    --sectionPaddingV80: 70px 0; 
    --sectionPaddingV60: 40px 0;
    --sectionPaddingV40: 30px 0; 
    --font-size-default-50: 36px;
    --font-size-default-42: 32px;
    --font-size-default-40: 28px;
    --font-size-default-34: 25px;
    --font-size-default-32: 24px;
    --font-size-default-30: 22px;
    --font-size-default-29: 21px;
    --font-size-default-26: 18px;
    --font-size-default-24: 17px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 70px;
    --padding60: 40px;
  }
}
@media (max-width: 820px) {
  body{
    --sectionPaddingV160: 100px 0;
    --sectionPaddingV120: 80px 0; 
    --sectionPaddingV100: 70px 0; 
    --sectionPaddingV80: 60px 0;
    --sectionPaddingV60: 30px 0;
    --sectionPaddingV40: 20px 0; 
    --font-size-default-50: 36px;
    --font-size-default-42: 32px;
    --font-size-default-40: 28px;
    --font-size-default-34: 25px;
    --font-size-default-32: 24px;
    --font-size-default-30: 22px;
    --font-size-default-29: 21px;
    --font-size-default-26: 19px;
    --font-size-default-24: 17px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  body{
    --sectionPaddingV160: 80px 0;
    --sectionPaddingV120: 60px 0; 
    --sectionPaddingV100: 50px 0; 
    --sectionPaddingV80: 40px 0;
    --sectionPaddingV60: 30px 0;
    --sectionPaddingV40: 20px 0; 
    --font-size-default-50: 30px;
    --font-size-default-42: 26px;
    --font-size-default-40: 24px;
    --font-size-default-34: 25px;
    --font-size-default-32: 24px;
    --font-size-default-30: 22px;
    --font-size-default-29: 21px;
    --font-size-default-26: 19px;
    --font-size-default-24: 17px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 14px;
    --font-size-default-16: 13px;
    --font-size-default-14: 12px;
    --titleBoxPaddingTop: 50px;
    --control-padding: 24px;
  }
}

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

body{ 
	 background-color:#ffffff; 
}
body, table, tr, td, p
{
  font-family: "Assistant", sans-serif;
	font-size: var(--font-size-default-18);
	line-height: 1.5;
	font-weight: 300;
	color: var(--primary-font-color);
	text-decoration: none;
}
body.mobileNavActived {
  overflow: hidden;
  height: 100vh;
}
img {
	border:0px;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.img-responsive-height {
  display: block;
  width: auto;
  max-height: 100%;
}
.img-responsive-height-inline {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

select optgroup {
  font-weight: 300;
}

*.focus{
	outline:none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nowarp{
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.linkCpGroup {
  display: inline-block;
  height: 40px;
  transform: translateY(-2px);
}

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

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

  .linkCpGroup {
    height: 32px;
  }
}
@media (max-width: 425px) {

}

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

.grecaptcha-badge { 
  visibility: hidden;
}

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

.bgGrey {
  background-color: #EBEEF3;
}

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

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

/****** FONTS ********/
h1 {
  font-size: var(--font-size-default-32);
  line-height: 1.2;
  font-weight: 200;
}
h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-50);
  line-height: 1.2;
  color: var(--primary-font-color);
}
h3 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-42);
  line-height: 1.2;
  color: var(--primary-gold);
}

h2 span.sizeSmaller {
  font-size: var(--font-size-default-40);
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
}

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

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

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

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

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

.modal-alertmsg {
  width: 90%;
  max-width: 650px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}
.modal-alertmsg .modal-content {
  border-radius: 0;
  background-color: #fff;
}
.modal-alertmsg .modal-content .modal-body {
  padding: 100px 50px 45px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.modal-alertmsg .modal-content .modal-body .modalTitle {
  font-size: var(--font-size-default-24);
  padding-bottom: 10px;
  color: var(--primary-font-color);
}
.modalMessageTitle {
  font-size: var(--font-size-default-24);
  padding-bottom: 10px;
  color: var(--primary-font-color);
}
.modalMessage {
  font-weight: 500;
  font-size: var(--font-size-default-20);
  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;
}
.close-area .close-btn {
  cursor: pointer;
}
.close-area div {
  display: inline-block;
}
.close-area .close-icon {
  width: 15px;
}

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

.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 .close-area {
    margin-top: 60px;
    font-size: 22px;
  }
  .modal-alertmsg .close-area .close-icon {
    width: 15px;
  }
}
@media (max-width: 1366px) {
  .modal-alertmsg .modal-content .modal-body {
    padding: 60px 40px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .modal-alertmsg .close-area {
    margin-top: 50px;
    font-size: 22px;
  }
  .modal-alertmsg .close-area .close-icon {
    width: 15px;
  }
}
@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 .close-area {
    margin-top: 40px;
    font-size: 22px;
  }
  .modal-alertmsg .close-area .close-icon {
    width: 15px;
  }
  /*.modal-backdrop {
    background-color: rgba(0, 0, 0, .2);
    opacity: 1 !important;
  }*/
}


/*********** NAV ***********/
.topNav {
  width: 100%;
  /*width: 100vw;*/
  height: 13vh;
  max-height: 150px;
  position: fixed;
  padding: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: var(--primary-white);
  transition: all .4s ease-in-out;
}
.topNavFixSpace {
  width: 100%;
  height: 13vh;
  max-height: 150px;
  position: relative;
  /*background-color: var(--primary-dark-blue);*/
}
.topNavCoverInner {
  width: 100%;
  height: 100%;
}
.topNavCoverInnerWithBar {
  width: 100%;
  height: 100%;
  position: relative;
}

.topNavBar {
  position: relative;
  height: 100%;
  transition: height .4s ease-in-out;
}
.topNavBarInner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 var(--control-padding);
}
.topNavBarLeft,
.topNavBarRight {
  width: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.topNavBarRight {
  justify-content: flex-end;
}
.topNavBarCenter {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.topNavLogo {
  width: 100%;
  max-width: 220px;
  z-index: 10;
  transition: all .4s ease-in-out;
  opacity: 1;
}
.topNavLineBtn,
.topNavLineBtn:focus,
.topNavLineBtn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  transition: all .4s ease-in-out;
  opacity: 1;
  z-index: 10;
  font-family: var(--font-title);
  font-size: var(--font-size-default-14);
  text-wrap: nowrap;
  font-weight: 400;
  padding: 14px 10px 11px;
  background-color: #06C755;
  color: var(--primary-white);
  border-radius: 34px;
  position: relative;
  transition: all .2s ease-in-out;
  overflow: hidden;
}
.topNavLineBtnIcon {
  width: 20px;
  margin-right: 10px;
  transform: translateY(-2px);
}
.topNavLineBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 100%;
  transition: width .2s ease-in-out;
  z-index: -1;
}
.topNavLineBtn:hover {
  color: var(--primary-white);
}
.topNavLineBtn:hover::after {
  width: 100%;
}

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

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

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

.topNavLinks .dropdown-menu {
  padding: 0;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #000000;
  /*border: 1px solid #C5CED1;
  border-top: none;*/
  border: none;
  border-radius: 0;
}
.topNavLinks .dropdown-item {
  display: flex;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid #C5CED1;
  padding: 0 20px;
  font-weight: 600;
  color: #000000;
}
.topNavLinks .dropdown-item:focus, 
.topNavLinks .dropdown-item.active {
  background-color: #387DF7;
  color: #ffffff;
}

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

ul.topNavItemList {
  display: inline-flex;
}
ul.topNavItemList > li {
  display: inline-flex;
  align-items: center;
  margin: 0 14px;
  text-align: center;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-42);
  font-weight: 300;
  position: relative;
  transition: all .2s ease-in-out;
  opacity: 1;
}
ul.topNavItemList > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
ul.topNavItemList > li:last-child {
  padding-right: 0;
  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 {
  display: inline-block;
  transition: all .2s ease-in-out;
  position: relative;
}
ul.topNavItemList > li > a.topNavItemLink::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 0;
  height: 2px;
  background-color: var(--primary-grey);
  transition: width .2s ease-in-out;
}
ul.topNavItemList > li > a.topNavItemLink::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 0;
  height: 2px;
  background-color: var(--primary-grey);
  transition: width .4s ease-in-out;
}
ul.topNavItemList > li > a.topNavItemLink:hover {
  color: var(--primary-grey);
}
ul.topNavItemList > li > a.topNavItemLink:hover::before,
ul.topNavItemList > li > a.topNavItemLink:hover::after {
  width: 100%;
}

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

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

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

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

.topNavSiteName {
  font-size: var(--font-size-default-42);
  font-weight: 300;
  transition: all .2s ease-in-out;
}
.topNavFontDefault {
  font-size: var(--font-size-default-24);
}
.topNavSiteInfo {
  display: inline-block;
  margin-left: 10px;
}
.topNavSiteNameLink:hover {
  color: var(--primary-grey);
}

.topNavLinkIG {
  width: 0.7em;
  transform: translateY(0.125em);
}
.topNavLinkIG:hover {
  opacity: 0.75;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  /*.topNav {
    height: 70px;
  }
  .topNavFixSpace {
    height: 70px;
  }
  .topNavBar {
    height: 70px;
  }
  .topNavLogo {
    max-width: 180px;
  }

  .topNavBarLeft {
    width: 100%;
  }
  .topNavBarCenter,
  .topNavBarRight {
    display: none;
  }
  .topNavHamCoverContainer {
    display: block;
  }*/
}
@media (max-width: 1024px) {
  .mobileNavCloseContainer {
    height: 70px;
  }

  ul.topNavItemList > li {
    margin: 0 12px;
  }
}
@media (max-width: 820px) {
  .topNav {
    max-height: 100px;
  }
  .topNavFixSpace {
    max-height: 100px;
  }

  .topNavBarLeft {
    width: 100%;
  }
  .topNavBarCenter,
  .topNavBarRight {
    display: none;
  }
  .topNavHamCoverContainer {
    display: block;
  }

  .btnFullTxt {
    display: none;
  }
  .btnShortTxt {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .topNav {
    height: 120px;
    max-height: unset;
  }
  .topNavFixSpace {
    height: 120px;
    max-height: unset;
  }
  
  /*.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;
  }

  .topNavSiteInfo {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .topNavHamCoverContainer {
    top: 44px;
  }
}

/*********** MOBILE NAV AREA *******/
.mobileNavArea {
  position: fixed;
  /*width: 35%;*/
  width: 50%;
  max-width: 676px;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #f9f9f9;
  color: var(--primary-font-color);
  z-index: 1800;
  transform: translateX(100%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.mobileNavArea.actived {
  transform: translateX(0);
  opacity: 1;
}
.mobileNavAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 18%;
}
.mobileNavAreaInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: var(--primary-grey);
  background-image: url('../../images/theme-line-v.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  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;
}
.mobileNavContent {
}
.mobileNavMenu > ul > li {
  font-size: 42px;
  line-height: 1.2;
  margin: 22px 0;
}
.mobileNavMenu > ul > li > a {
  position: relative;
  display: inline-block;
}

.mobileNavContact {
  border-top: 1px solid rgba(35, 31, 32, .25);
  margin-top: 24px;
  padding-top: 20px;
  font-size: var(--font-size-default-26);
  color: #a3a5a8;
}
.mobileNavContactItemCover {
  display: flex;
}
.mobileNavContactItem {
  display: flex;
  align-items: center;
}
.mobileNavContactItemIcon {
  width: 24px;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .mobileNavArea {
    width: 56%;
  }
  .mobileNavAreaInner {
    padding-left: 15%;
  }
  .mobileNavMenu > ul > li {
    font-size: 32px;
    line-height: 1.2;
    margin: 25px 0;
  }
  .mobileNavLineCover {
    right: calc(var(--control-padding) + 80px);
  }
}
@media (max-width: 820px) {
  .mobileNavArea {
    /*width: 60%;*/
    width: 64%;
  }
  .mobileNavAreaInner {
    padding-left: 15%;
  }
  .mobileNavMenu > ul > li {
    font-size: 32px;
    line-height: 1.2;
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavArea {
    width: 100%;
  }
  .mobileNavAreaInner {
    align-items: flex-start;
    padding-left: 15%;
    padding-top: 100px;
  }
  .mobileNavMenu > ul > li {
    font-size: 28px;
    line-height: 1.2;
    margin: 18px 0;
  }

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

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  background-color: #272728;
  color: var(--primary-white);
  font-size: var(--font-size-default-18);
  z-index: 100;
  padding: var(--sectionPaddingV40);
}
.pageFooterInner {
  width: 100%;
  position: relative;
}
.pageFooterContent {
  display: flex;
  justify-content: space-between;
}
.pageFooterContent a:hover {
  opacity: .6;
}
.pageFooterContentLeft {
  flex: 1;
}
.pageFooterContentRight {
  width: 52%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

.pageFooterLogo {
  width: 70%;
  max-width: 470px;
}
.pageFooterText {
  width: 100%;
  max-width: 380px;
  margin-top: 26px;
}
.pageFooterSocial {
  margin-top: 26px;
}
ul.socialList {
  display: flex;
  align-items: center;
}
ul.socialList > li {
  margin-right: 18px;
}
ul.socialList > li > a {
  display: inline-block;
  height: 22px;
}

.pageFooterTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-22);
  margin-bottom: 8px;
  color: var(--primary-gold);
}
ul.pageFooterNav > li {
  display: block;
  padding: 3px 0;
  margin-bottom: 4px;
  font-size: var(--font-size-default-18);
  text-transform: uppercase;
}
.contactItemCover {
  margin-bottom: 10px;
}
.contactItem {
  display: flex;
}
.contactItemIcon {
  width: 20px;
  margin-right: 10px;
}
.contactItemIcon.iconMap {
  transform: translateY(0);
}

.pageFooterCopytright {
  width: 100%;
  border-top: 1px solid #D9DBE9;
  margin-top: 40px;
  padding-top: 20px;
  font-size: var(--font-size-default-16);
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .pageFooter {
    padding: 40px 0 50px;
  }
  .pageFooterContent {
    display: block;
  }
  .pageFooterLogo {
    width: 70%;
    max-width: 320px;
  }
  .pageFooterContentRight {
    width: 100%;
    max-width: unset;
    padding-right: 0;
    margin-top: 30px;
  }
  .pageFooterContentRight > div {
    width: 50%;
  }
  .pageFooterCopytright {
    margin-top: 30px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageFooter {
    padding: 40px 0 50px;
  }
  .pageFooterContentRight {
    display: block;
  }
  .pageFooterContentRight > div {
    margin-bottom: 20px;
    width: 100%;
  }
  .pageFooterContentRight > div:last-child {
    margin-bottom: 0;
  }
}

/*********** 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: 1434px;
  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;
  padding: 15px 28px;
  min-width: 170px;
  font-size: var(--font-size-default-14);
  font-weight: 500;
  line-height: 1;
  background-color: var(--primary-gold);
  border: none;
  border-radius: 25px;
  color: var(--primary-white);
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none !important;
}
.btn-theme:hover {
  border: none;
  color: var(--primary-white);
  background-color: var(--primary-font-color);
}

.btn-theme.themeWhite {
  background-color: rgba(248,246,244,.25);
  backdrop-filter: blur(20px);
}
.btn-theme.themeWhite:hover {
  /*background-color: rgba(182,141,64,.25);*/
  background-color: var(--primary-font-color);
}

.btn-theme.themeSoftRed {
  background-color: var(--primary-red);
}
.btn-theme.themeSoftRed:hover {
  background-color: var(--primary-font-color);
}

.btn-theme-link {
  display: inline-flex;
  align-items: center;
  font-size: var(--font-size-default-16);
  font-weight: 700;
  align-items: center;
  position: relative;
  color: var(--primary-font-color);
  cursor: pointer;
}
.btn-theme-link::after {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: width .2s ease-in-out;
}
.btn-theme-link-icon {
  display: inline-block;
  width: 8.4px;
  margin-left: 8px;
  transition: margin-left .2s ease-in-out;
}

.btn-theme-rect,
.btn-theme-rect:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5em 1em;
  /*min-width: 170px;*/
  height: 2.5em;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  font-weight: 400;
  line-height: 1;
  background-color: #d1d3d4;
  border: none;
  border-radius: 0;
  color: var(--primary-font-color);
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none !important;
  position: relative;
  overflow: hidden;
}
.btn-theme-rect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-font-color);
  width: 0;
  height: 100%;
  transition: width .2s ease-in-out;
  z-index: 1;
}
.btn-theme-rect:hover {
  color: var(--primary-white);
}
.btn-theme-rect:hover::after {
  width: 100%;
}
.btn-theme-rect > div {
  position: relative;
  z-index: 20;
}

.btn-theme-rect.disabled {
  opacity: .5;
}
.btn-theme-rect.disabled:hover::after {
  width: 0;
}

.btntheme-withicon {
  display: flex;
  align-items: center;
}
.btnLinkIcon {
  display: inline-block;
  width: 1.4em;
  margin-left: 0.6em;
}

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

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

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

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

.contentControl {
  word-wrap: break-word;
}
.contentControl p,
.contentControl ul,
.contentControl ol {
  font-size: inherit;
  line-height: 1.2;
  font-weight: 200;
  margin-bottom: 1em;
}
.contentControl ul {
  list-style-type: disc;
  padding-left: 22px;
}
.contentControl ol {
  list-style-type: decimal;
  padding-left: 22px;
}
.contentControl ul > li,
.contentControl ol > li {
  margin-bottom: 1em;
}
.contentControl img {
  display: block;
  height: auto !important;
  max-width: 100%;
}
.contentControl a {
  color: var(--primary-blue);
}
.contentControl a:hover {
  color: #00B6D9;
}

.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;
  color: var(--primary-black);
}
.contentControl h2 {
  font-size: var(--font-size-default-26);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h3 {
  font-size: var(--font-size-default-20);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h4 {
  font-size: var(--font-size-default-18);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h5 {
  font-size: var(--font-size-default-18);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h6 {
  font-size: var(--font-size-default-16);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}

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

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

.themeLinkDownload {
  display: inline-block;
  padding-right: 35px;
  background-image: url('../../images/icon/icon-download.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  color: var(--primary-blue);
  font-size: var(--font-size-default-21);
  /*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: 100vh;
  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: 100vh;
  background-color: rgba(58,45,40,.7);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 1400;
}
.splashContactFormContainerCover.actived {
  display: flex;
}
.splashContactFormContainer {
  width: 90%;
  max-width: 800px;
  height: 90%;
  max-height: 740px;
}
.splashContactFormContainerInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.splashContactFormContainer .contactFormContainer {
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
.splashContactFormCloseBtn {
  position: absolute;
  width: 23px;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

/*********** PAGES ***********/
.pageBanner {
}
.pageBannerInner {
  position: relative;
  background-color: var(--primary-dark-blue);
}
.pageBannerImg {
  position: relative;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.pageBanner.paralaxDone .pageBannerImg {
  opacity: 1;
}
.pageBannerTitle {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
  z-index: 80;
  color: #ffffff;
  text-align: left;
  word-wrap: normal;
  opacity: 0;
}
.pageBanner.paralaxDone .pageBannerTitle {
  opacity: 1;
}

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

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

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

.pageTitleContainer {
  margin-bottom: 0.8em;
  text-transform: uppercase;
}

.dotCursor {
  display: none;
  position: fixed;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color);
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 999;
  transition: transform 0.6s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.dotCursor.big {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .2);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
}

.dotInfoCursor {
  position: fixed;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  pointer-events: none;
  /*background-color: rgba(0, 128, 255, .4);*/
  background-color: rgba(0, 0, 0, .2);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  z-index: 999;
  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%, -70%);
  opacity: 0;
}
.dotInfoCursor.actived {
  width: 80px;
  height: 80px;
  opacity: 1;
}
.dotInfoCursor::after {
  content: "Click to enlarge";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

/*.cursorShowDrag {
  cursor: grab;
}*/

@media (max-width: 1600px) {
  .contentContainerM {
    padding: 0 85px;
  }
}
@media (max-width: 1440px) {
  .contentContainerM {
    padding: 0 75px;
  }
}
@media (max-width: 1366px) {
  .contentContainerM {
    padding: 0 50px;
  }
}
@media (max-width: 820px) {
  .pageBannerImg-pc {
    display: none;
  }
  .pageBannerImg-mobile {
    display: block;
  }
  .contentContainerM {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageBannerTitle {
    bottom: 10%;
  }
  .contentContainerM {
    padding: 0 15px;
  }
}
@media (max-width: 425px) {
  
}

/*** COOKIES ***/
.acceptCookieArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(255, 255, 255, .85);
  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: 100vh;
  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: 50vh;
  max-height: 50vh;
  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(--sectionPaddingV100);
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li {
  margin-bottom: 10px;
  opacity: .5;
  transition: opacity .2s ease-in-out;
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li.actived {
  opacity: 1;
}
ul.privacyNav > li.actived a {
  font-weight: 600;
}
ul.privacyNav > li:hover {
  opacity: 1;
}
.privacyTitle {
  margin-bottom: 20px;
}
.privacyContent {
  font-size: var(--font-size-default-18);
}

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

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

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

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

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

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

.homeBannerBGVDO {
  /*height: 100%;*/
  height: calc(100vh - 100px);
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
.homeBannerBGVDOControl {
  position: relative;
  visibility: hidden;
}
.homeBannerBGVDOInner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}
.homeBannerBGVDOInner .jquery-background-video-wrapper {
  width: 100%;
  height: 100%;
}
.homeBannerBGVDOInner .jquery-background-video-pauseplay {
  z-index: 120;
  display: none;
}
.homeBannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  z-index: 30;
}

.inline-YTPlayer .inlinePlayButton {
  display: none !important;
}

.homeBannerVideoArea {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000000;
  top: 0;
  left: 0;
}
.homeBannerVideoItem {
  width: 100%;
  height: 100%;
}
.homeBannerVideoItem iframe,
.homeBannerVideoItem .localVdo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw !important;
  height: 56.25vw !important;
  /*max-width: 177.78vh;
  max-height: 100vh;*/
  transform: translate(-50%, -50%);
}
.homeBannerVideoArea.fullHeight .homeBannerVideoItem iframe,
.homeBannerVideoArea.fullHeight .homeBannerVideoItem .localVdo {
  width: 177.78vh !important;
  height: 100% !important;;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeBannerBGVDO {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 820px) {
  .homeBannerBGVDO {
    height: auto;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  
}
@media (max-width: 425px) {
  
}

/***** PORTFOLIO PANEL *****/
.panelBgOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 150%;
  z-index: 1450;
  background-color: transparent;
}
.panelBgOverlay.actived {
  top: 0;
}
.panelDetail {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background: #EAF0F6;*/
  background-color: var(--primary-white);
  z-index: 2000;
  top: 150%;
  overflow: hidden;
  padding: 0;
  transition: opacity .4s ease-in-out;
  opacity: 0;
}
.panelDetail.actived {
  top: 0;
  opacity: 1;
}
.panelDetailInner {
  margin: auto;
  position: relative;
  padding: 0px;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
.panelDetailInner::-webkit-scrollbar {
  display: none;
}
.panelDetailContainer {
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--control-padding);
}
.panelDetailCover {
  width: 100%;
  height: 100%;
  display: flex;
}

.panelDetailFullscreenArea {
  width: 5.2vw;
  cursor: pointer;
}
.btnFullscreenIn {
  display: block;
}
.btnFullscreenOut {
  display: none;
}

.panelDetailContent {
  flex: 1;
  height: 100%;
  display: flex;
}
.portfolioContentArea {
  width: 56vw;
  height: 100%;
  padding: 0 3vw;
  overflow: hidden;
}
.swiperPorfolioContainer {
  position: relative;
  height: 100%;
}
.portfolioDetailArea {
  flex: 1;
}
.portfolioDetailCover {
  margin-top: 4vw;
  font-size: var(--font-size-default-20);
  line-height: 1.2;
  font-weight: 300;
}
.portfolioTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-22);
  line-height: 1.2;
  margin-bottom: 1em;
}

.panelDetailClose {
  width: 2.4vw;
}
.panelDetailCloseBtn {
  width: 100%;
  cursor: pointer;
}

.swiperPorfolio {
  width: 100%;
  height: 100%;
}
.portfolioItem {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--primary-white);
}
.portfolioItem > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.panelDetailContainer .swiper-button-prev,
.panelDetailContainer .swiper-button-next {
  width: 1.875vw;
  height: auto;
  transform: translateY(-50%);
}
.panelDetailContainer .swiper-button-prev::after,
.panelDetailContainer .swiper-button-next::after {
  display: none;
}
.panelDetailContainer .swiper-button-prev {
  left: 1vw;
}
.panelDetailContainer .swiper-button-next {
  right: 1vw;
}
.panelDetailContainer .swiper-button-next.swiper-button-disabled, 
.panelDetailContainer .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.panelDetail:fullscreen .panelDetailContainer {
  padding: 0 var(--control-padding);
}
.panelDetail:fullscreen .panelDetailFullscreenArea {
  position: absolute;
  z-index: 10;
  top: var(--control-padding);
  left: var(--control-padding);
}
.panelDetail:fullscreen .panelDetailClose {
  position: absolute;
  z-index: 10;
  top: var(--control-padding);
  right: var(--control-padding);
}
.panelDetail:fullscreen .btnFullscreenIn {
  display: none;
}
.panelDetail:fullscreen .btnFullscreenOut {
  display: block;
}
.panelDetail:fullscreen .portfolioContentArea {
  width: 80vw;
  margin: 0 auto;
}
.panelDetail:fullscreen .portfolioItem > img {
  object-position: center center;
}
.panelDetail:fullscreen .portfolioDetailArea {
  display: none;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .panelDetailContainer .swiper-button-prev {
    left: 8px;
  }
  .panelDetailContainer .swiper-button-next {
    right: 8px;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .panelDetailContainer .swiper-button-prev {
    left: 4px;
  }
  .panelDetailContainer .swiper-button-next {
    right: 4px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .panelDetailContainer {
    padding: 40px 0 20px;
  }
  .panelDetailFullscreenArea {
    display: none;
  }
  .panelDetailClose {
    width: 20px;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: var(--control-padding);
  }
  .panelDetailContent {
    height: 100%;
    display: block;
  }
  .portfolioContentArea {
    width: 100vw;
    /*height: 50vh;*/
    height: auto;
    padding: 0;
  }
  .portfolioItem {
    padding: 0 20px;
  }
  .portfolioItem > img {
    object-position: center center;
  }
  .portfolioDetailArea {
    padding: 4px var(--control-padding) 0;
  }
  .portfolioDetailCover {
    margin-top: 0;
  }
  .portfolioTitle {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .panelDetailContainer .swiper-button-prev,
  .panelDetailContainer .swiper-button-next {
    width: 12px;
    transform: translateY(-50%);
  }
  .panelDetailContainer .swiper-button-prev {
    left: 4px;
  }
  .panelDetailContainer .swiper-button-next {
    right: 4px;
  }
}
@media (max-width: 425px) {
}

/*** CONTACT ***/
.contactTitle {
  font-size: var(--font-size-default-22);
}
.contactFormArea {
  margin-top: 0.5em;
}
.contactContent {
  max-width: 620px;
}

.contactForm > .row {
  margin-left: 0;
  margin-right: 0;
}
.contactFormItem {
  padding: 0;
  margin-bottom: 20px;
  font-size: var(--font-size-default-16);
}
.contactFormItemInner > div {
  position: relative;
}
.contactFormItemName {
  margin-bottom: 6px;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  font-weight: 400;
  color: var(--primary-font-color);
}
.contactFormSubmit {
  padding-top: 10px;
}
.contactFormSubmit.pt0 {
  padding-top: 0 !important;
}
.contactFormSubmit .btn-theme {
  min-width: 440px;
}
.contactFormItem input {
  width: 100%;
  border: 1px solid var(--primary-border);
  border-radius: 0;
  padding: 2px 15px;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  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: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--primary-font-color);
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-select.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: 18px;
  color: var(--primary-font-color);
  font-weight: 400;
  outline: none;
  height: 160px;
}
.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: inline-block;
  position: relative;
  padding-left: 34px;
  /*margin-bottom: 10px;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: var(--font-size-default-16);
  font-weight: 400;
  text-align: left;
  color: #667085;
}

/* 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: 24px;
  width: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  /*transform: translateY(2px);*/
  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: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* 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: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid var(--primary-font-color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containerCheckbox a {
  text-decoration: underline;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .contactFormItem input,
  .contactFormItem select,
  .contactFormItem textarea {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .homeContactInner {
    display: block;
    max-width: 800px;
    margin: 0 auto;
  }
  .homeContactRight {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 820px) {
  .homeContactInner {
    display: block;
  }
  .homeContactRight {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeContactIntroTxt {
    font-size: var(--font-size-default-32);
    color: #475467;
  }
  .homeContactIntroHook {
    font-size: var(--font-size-default-26);
    margin: 14px 0;
  }
  .homeContactIntroLast {
    font-size: var(--font-size-default-20);
  }
  .homeContactIntroFree {
  }
}
@media (max-width: 425px) {
}

/*** MAIN AREA ***/
.fixHeightPageContainer {
  height: 100vh;
  overflow: hidden;
}
.fixHeightPageCover {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fixHeightPageContent {
  flex: 1;
  overflow: hidden;
  /*background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
}
.homePageBannerImgControl {
  width: 100%;
  height: 100%;
}
.swiperBanner {
  width: 100%;
  height: 100%;
}
.homeBannerItem {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.MB_homeBannerItem {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: none;
}

@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) {
  .fixHeightPageContainer {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .fixHeightPageContainer .fixHeightPageContent {
    overflow: visible;
  }
  .fixHeightPageContainer.mobileHeighAuto {
    height: auto;
    overflow: visible;
  }
  .fixHeightPageContainer.mobileHeighAuto .fixHeightPageContent {
    overflow: visible;
  }

  .swiperBanner {
    height: calc(100vh - 120px);
  }

  .homeBannerItem {
    display: none;
  }
  .MB_homeBannerItem {
    display: block;
  }
}
@media (max-width: 425px) {
}

/*** ABOUT ***/
.halfPageContent {
  display: flex;
}
.halfPageContentLeft {
  width: 50%;
}
.halfPageContentRight {
  flex: 1;
  padding: 2vw 40px 30px;
  display: flex;
  justify-content: center;
}
.halfPageLeftBg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.aboutContentBox {
  width: 100%;
  max-width: 660px;
  /*font-size: var(--font-size-default-40);*/
  font-size: var(--font-size-default-29);
  font-weight: 300;
  overflow: auto;
  max-height: 100%;
  padding: 0 5px;
}
.aboutContentBox.smallerFont {
  font-size: var(--font-size-default-29);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .halfPageContentRight {
    padding: 20px 7.5vw;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .halfPageContent {
    display: block;
  }
  .halfPageContentLeft {
    width: 100%;
  }
  .halfPageContentLeft.halfPageLeftBg {
    height: 100vw;
    /*max-width: 480px;*/
  }
  .halfPageContentRight {
    padding: 30px var(--control-padding);
  }
  .aboutContentBox {
    overflow: visible;
    max-height: unset;
    padding: 0;
  }
}
@media (max-width: 425px) {
}

/*** BIO ***/
.bioBgImg {
  /*background-image: url('../../images/home/bio-portrait.jpg');*/
  background-position: center top 30%;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .bioBgImg {
    /*background-image: url('../../images/home/bio-portrait.jpg');*/
    background-position: right 30% center;
  }
}
@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) {
}

/* Portrait */
/*@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2),
  screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .bioBgImg {
      background-image: url('../../images/home/bio-portrait.jpg');
    }
}*/

/*** GALLERY ***/
.fullPageContent {
}
.fullPageContentInner {
  width: 100%;
  height: 100%;
  padding: 2vw 0 30px;
  text-align: center;
}
.galleryContent {
  position: relative;
  margin-top: 4vh;
  padding: 0 var(--control-padding);
}
.swiperGallery {
  width: 100%;
  height: 100%;
}
.galleryList {
  width: 100%;
}
.galleryItem {
}
.galleryItemInner {
  cursor: pointer;
}
.galleryItemImageCover {
  position: relative;
}
.galleryItemImageControl {
  position: relative;
}
.galleryItemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.galleryItemImage > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.galleryItemTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 1.2;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}

.galleryContent .swiper-button-prev,
.galleryContent .swiper-button-next {
  width: 1.875vw;
  height: auto;
  transform: translateY(-50%);
}
.galleryContent .swiper-button-prev::after,
.galleryContent .swiper-button-next::after {
  display: none;
}
.galleryContent .swiper-button-prev {
  left: 1vw;
}
.galleryContent .swiper-button-next {
  right: 1vw;
}
.galleryContent .swiper-button-next.swiper-button-disabled, 
.galleryContent .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .galleryContent .swiper-button-prev {
    left: 8px;
  }
  .galleryContent .swiper-button-next {
    right: 8px;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .galleryContent .swiper-button-prev {
    left: 4px;
  }
  .galleryContent .swiper-button-next {
    right: 4px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .galleryContent .swiper-button-prev,
  .galleryContent .swiper-button-next {
    width: 12px;
    transform: translateY(-50%);
  }
  .galleryContent .swiper-button-prev {
    left: 4px;
  }
  .galleryContent .swiper-button-next {
    right: 4px;
  }
}
@media (max-width: 425px) {
}