/* CSS Document */

@import url("fonts_wowie.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+Thai:wght@100..900&display=swap');

/*
.noto-sans-thai-<uniquifier> {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.dm-sans-<uniquifier> {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

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


.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

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

body{ 
  --primary-font-color: #000000;
  --primary-gold: #ED8322;
  --primary-white: #ffffff;
  --primary-red: #A48374;
  --primary-grey: #EAF0F6;
  --primary-cream: #F4F6F8;
  --primary-border: rgba(58,45,40,.25);
  --secondary-font-color: #696868;
  --white-border: rgba(248,246,244,.3);
  --font-title: "Moderniz", "Noto Sans Thai", serif;
  --font-notosansthai: "Noto Sans Thai", sans-serif;
  --font-cardium: "Cardium", "Noto Sans Thai", sans-serif;
  --font-dmsans: "DM Sans", "Noto Sans Thai", 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-34: 34px;
  --font-size-default-32: 32px;
  --font-size-default-26: 26px;
  --font-size-default-22: 22px;
  --font-size-default-20: 20px;
  --font-size-default-18: 18px;
  --font-size-default-16: 16px;
  --font-size-default-14: 14px;
  --container-medium-width: 1600px;
  --titleBoxPaddingTop: 100px;
  --control-padding: 4.16%;
  --padding60: 60px;
}

@media (max-width: 1600px) {
  body{
    --font-size-default-50: 42px;
    --font-size-default-34: 29px;
    --font-size-default-32: 27px;
    --font-size-default-26: 22px;
    --font-size-default-22: 19px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-14: 14px;
  }
}
@media (max-width: 1366px) {
  body{
    --font-size-default-50: 36px;
    --font-size-default-34: 25px;
    --font-size-default-32: 24px;
    --font-size-default-26: 19px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --control-padding: 5%;
  }
}
@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-34: 25px;
    --font-size-default-32: 24px;
    --font-size-default-26: 18px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 70px;
    --padding60: 40px;
  }
}
@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-34: 25px;
    --font-size-default-32: 24px;
    --font-size-default-26: 19px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --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-34: 25px;
    --font-size-default-32: 24px;
    --font-size-default-26: 19px;
    --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;
  }
}

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

body{ 
	 background-color:#ffffff; 
}
body, table, tr, td, p
{
  font-family: "Cardium", "Noto Sans Thai", sans-serif;
	font-size: var(--font-size-default-18);
	line-height: 1.5;
	font-weight: 400;
	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;
}
.showDelay2ms {
  transition-delay: .2s;
}
.showDelay3ms {
  transition-delay: .3s;
}
.showDelay4ms {
  transition-delay: .4s;
}
.showDelay8ms {
  transition-delay: .8s;
}
.showDelay1s {
  transition-delay: 1s;
}
.showDelay12ms {
  transition-delay: 1.2s;
}

.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-family: var(--font-title);
  font-size: var(--font-size-default-90);
  line-height: 1.2;
}
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);
}

@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: 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: #545859;
}
.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 .modal-content .modal-body .modalTitle {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .modalMessage {
    font-size: 24px;
    line-height: 30px;
  }
  .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 .modal-content .modal-body .modalTitle {
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .modalMessage {
    font-size: 22px;
    line-height: 28px;
  }
  .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 .modal-content .modal-body .modalTitle {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .modalMessage {
    font-size: 22px;
    line-height: 28px;
  }
  .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: 100px;
  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: 100px;
  position: relative;
  /*background-color: var(--primary-dark-blue);*/
}
.topNavCoverInner {
  width: 100%;
  height: 100%;
}
.topNavCoverInnerWithBar {
  width: 100%;
  height: 100%;
  position: relative;
}

.topNavBar {
  position: relative;
  height: 100%;
  transition: height .4s ease-in-out;
}
.topNavBarInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 var(--control-padding);
}
.topNavBarLeft,
.topNavBarRight {
  width: 15%;
  display: flex;
  align-items: center;
  height: 100%;
}
.topNavBarRight {
  justify-content: flex-end;
}
.topNavBarCenter {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.topNavLogo {
  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: 35px;
  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: 3px;
  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-gold);
  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;
  padding: 10px 0;
  margin: 0 14px;
  text-align: center;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-18);
  font-weight: 400;
  position: relative;
  transition: all .2s ease-in-out;
  opacity: 1;
}
ul.topNavItemList > li:first-child {
  padding-left: 0;
}
ul.topNavItemList > li:last-child {
  padding-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: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary-gold);
  transition: width .2s ease-in-out;
}
ul.topNavItemList > li > a.topNavItemLink::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary-gold);
  transition: width .4s ease-in-out;
}
ul.topNavItemList > li > a.topNavItemLink:hover {
  color: var(--primary-gold);
}
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;
}

@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;
  }
}
@media (max-width: 820px) {
  .btnFullTxt {
    display: none;
  }
  .btnShortTxt {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .topNav {
    position: fixed;
  }
  .topNavLogo {
    max-width: 140px;
  }
  .topNav.minimize .topNavLogo {
    max-width: 140px;
  }
  
  /*.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: 676px;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #272728;
  color: #ffffff;
  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: #272728;
  background-image: url('../../images/theme-line-v.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  z-index: 5;
}
.mobileNavLineCover {
  position: absolute;
  top: 35px;
  right: calc(var(--control-padding) + 80px);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  transition-delay: .3s;
}
.mobileNavArea.actived .mobileNavLineCover {
  opacity: 1;
}
.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 #D9DBE9;
  margin-top: 40px;
  padding-top: 30px;
  font-size: var(--font-size-default-20);
}

@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) + 70px);
  }
}
@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: 60px;
  }
  .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;
  transform: translateY(4px);
}
.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;
}

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

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

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

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

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

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

.themeForm .row {
  margin-left: -15px;
  margin-right: -15px;
}
.themeFormItem {
  padding: 0 15px;
  margin-bottom: 18px;
  font-size: 18px;
}
.themeFormItem input[type=text],
.themeFormItem input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding: 15px 20px 15px 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  outline: none;
}
.themeFormItem select {
  width: 100%;
  border: none;
  border-bottom: 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 {
  padding: var(--sectionPaddingV100);
}

@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) {
  
}

/*** ABOUT ***/
.homeAbout {
  padding: 0;
  background-color: var(--primary-cream);
}
.homeAboutInner {
  display: flex;
}
.homeAboutLeft {
  width: 47%;
  padding: 120px 0 20px;
}
.homeAboutRight {
  flex: 1;
}
.homeAboutLogo {
  width: 74%;
}
.homeAboutOneTeam {
  width: 60%;
  margin-top: 100px;
}
.homeAboutText {
  margin-top: 24px;
  max-width: 380px;
  font-size: var(--font-size-default-22);
}
.homeAboutImage {
  width: 100%;
  height: 100%;
  display: flex;
}
.homeAboutImageLeft {
}
.homeAboutImageRight {
  background-image: url('../../images/about/bg-about-img.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.homeBannerLogoList {
  position: absolute;
  width: 24%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.homeBannerLogoListInner {
  width: 100%;
}
.homeBannerLogoListInner > div {
  margin: 24px 0;
  opacity: 0;
  transition: opacity .4s ease-in-out;
}
.homeBannerLogoListInner.in > div {
  opacity: 1;
}
.homeBannerLogoListInner.in > div:nth-child(1) {
  transition-delay: 0.6s;
}
.homeBannerLogoListInner.in > div:nth-child(2) {
  transition-delay: 0.7s;
}
.homeBannerLogoListInner.in > div:nth-child(3) {
  transition-delay: 0.8s;
}
.homeBannerLogoListInner.in > div:nth-child(4) {
  transition-delay: 0.9s;
}
.homeBannerLogoListInner.in > div:nth-child(5) {
  transition-delay: 1s;
}
.homeBannerLogoListInner.in > div:nth-child(6) {
  transition-delay: 1.2s;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .homeAboutLeft {
    width: 45%;
    padding: 100px 0 20px;
  }
  .homeAboutLogo {
    width: 80%;
  }
  .homeAboutOneTeam {
    width: 64%;
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .homeAboutLeft {
    width: 45%;
    padding: 80px 0 20px;
  }
  .homeAboutLogo {
    width: 72%;
  }
  .homeAboutOneTeam {
    width: 58%;
    margin-top: 60px;
  }
}
@media (max-width: 820px) {
  .homeBannerLogoList {
    width: 14%;
  }
  .homeBannerLogoListInner > div {
    margin: 14px 0;
  }

  .homeAboutLeft {
    width: 45%;
    padding: 30px 0 20px;
  }
  .homeAboutLogo {
    width: 68%;
  }
  .homeAboutOneTeam {
    width: 58%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeBannerLogoList {
    width: 42%;
  }
  .homeBannerLogoListInner > div {
    margin: 14px 0;
  }

  .homeAboutInner {
    display: block;
  }
  .homeAboutLeft {
    width: 100%;
    padding: 30px 0 20px;
  }
  .homeAboutLogo {
    width: 68%;
  }
  .homeAboutOneTeam {
    width: 58%;
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
}

/*** CLIENTS ***/
.homeClients {
  padding: var(--sectionPaddingV60);
}
.clientsList {
}
.swiperClients {
  width: 100%;
  height: 120px;
  pointer-events: none;
}
.swiperClients .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiperClients .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientItem {
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: 70px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientItemImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .swiperClients {
    height: 100px;
  }
  .clientItem {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .swiperClients {
    height: 90px;
  }
  .clientItem {
    padding: 12px 10px;
  }
}
@media (max-width: 425px) {
}

/*** PORTFOLIO ***/
.homePortfolio {
}
.homePortfolioInner {
  width: 100%;
  /*max-height: 100vh;
  overflow: hidden;*/
  position: relative;
}
.homePortfolioControl {
  position: relative;
  width: 100%;
  visibility: hidden;
}
.portfolioContentCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: background .4s ease-in-out;
  transition-delay: .4s;
}
.portfolioContentCoverInner{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolioTitleList {
  width: 100%;
  text-align: center;
}
.portfolioTitleItem {
  padding: 10px 0;
}
.portTitle {
  display: inline-block;
  cursor: pointer;
  font-family: var(--font-title);
  font-size: 4.16vw;
  line-height: 1.4;
  letter-spacing: .1em;
  color: transparent;
  -webkit-text-stroke: 5px var(--primary-white); /* width and color */
  transition: all .4s ease-in-out;
}
.portfolioTitleItem.actived .portTitle {
  font-size: 6.25vw;
  color: var(--primary-white);
}
.portTitle:hover {
  font-size: 6.25vw;
  color: var(--primary-white);
}

.portfolioTitleItem.colorPink .portTitle {
  -webkit-text-stroke: 5px #ED1284; /* width and color */
}
.portfolioTitleItem.colorPink.actived .portTitle {
  color: #ED1284;
}
.portfolioTitleItem.colorPink .portTitle:hover {
  color: #ED1284;
}

.portfolioTitleItem.colorOrange .portTitle {
  -webkit-text-stroke: 5px #F16A24; /* width and color */
}
.portfolioTitleItem.colorOrange.actived .portTitle {
  color: #F16A24;
}
.portfolioTitleItem.colorOrange .portTitle:hover {
  color: #F16A24;
}

.portfolioTitleItem.colorBlue .portTitle {
  -webkit-text-stroke: 5px #28B6EA; /* width and color */
}
.portfolioTitleItem.colorBlue.actived .portTitle {
  color: #28B6EA;
}
.portfolioTitleItem.colorBlue .portTitle:hover {
  color: #28B6EA;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .portTitle {
    font-size: 4.16vw;
    line-height: 1.4;
    letter-spacing: .1em;
    -webkit-text-stroke: 3px var(--primary-white); /* width and color */
  }
  .portfolioTitleItem.colorPink .portTitle {
    -webkit-text-stroke: 3px #ED1284; /* width and color */
  }
  .portfolioTitleItem.colorOrange .portTitle {
    -webkit-text-stroke: 3px #F16A24; /* width and color */
  }
  .portfolioTitleItem.colorBlue .portTitle {
    -webkit-text-stroke: 3px #28B6EA; /* width and color */
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homePortfolioControl {
    width: 100%;
    height: 400px;
  }
  .portTitle {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .1em;
    -webkit-text-stroke: 1.4px var(--primary-white); /* width and color */
  }
  .portfolioTitleItem.actived .portTitle {
    font-size: 24px;
  }
  .portTitle:hover {
    font-size: 24px;
  }

  .portfolioTitleItem.colorPink .portTitle {
    -webkit-text-stroke: 1.4px #ED1284; /* width and color */
  }
  .portfolioTitleItem.colorOrange .portTitle {
    -webkit-text-stroke: 1.4px #F16A24; /* width and color */
  }
  .portfolioTitleItem.colorBlue .portTitle {
    -webkit-text-stroke: 1.4px #28B6EA; /* width and color */
  }
}
@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%;
  max-height: calc(100vh - 10px);
  /*background: #EAF0F6;*/
  background-color: var(--primary-white);
  z-index: 1500;
  border-radius: 50px 50px 0 0;
  top: 150%;
  transition: all .3s;
  margin-top: 10px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 10px;
  transition: top .45s ease-in-out;
}
.panelDetail.actived {
  top: 0;
  box-shadow: 0 0 100px 0 rgba(0,0,0,0.3);
}
.panelDetailInner {
  margin: auto;
  position: relative;
  padding: 0px;
  height: 100%;
  width: 100%;
  padding-top: 24px;
  overflow-y: scroll;
}
.panelDetailInner::-webkit-scrollbar {
  display: none;
}
.panelDetailContainer {
  margin: 0 auto;
  position: relative;
  max-width: unset;
  height: 100%;
  padding-bottom: 120px;
}
.panelDetailHeader {
  padding: 0 var(--control-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panelDetailClose {
}
.panelDetailCloseBtn {
  width: 20px;
  cursor: pointer;
}
.panelDetailContent {
  padding-bottom: 20px;
}
.portfolioCategory {
  font-family: var(--font-title);
  font-size: var(--font-size-default-26);
  color: rgba(0, 0, 0, 1);
  letter-spacing: .1em;
}
.portfolioContent {
  margin-top: 14px;
}

.portDetailContentCover {
  position: relative;
}
.portDetailContentLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: none;
}
.portDetailContentLoader.contentLoading {
  display: flex;
}
.portDetailContentLoaderInner {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portDetailContentLoader .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;
}

.portDetailContentControl {
  visibility: hidden;
}
.portDetailContentControl.actived {
  visibility: visible;
}

.swiperPorfolio .swiper-button-next, 
.swiperPorfolio .swiper-button-prev {
  color: var(--primary-gold);
}
.swiperPorfolio .swiper-pagination-bullet-active {
  background-color: var(--primary-gold);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .panelDetail {
    margin-top: 14vh;
    max-height: calc(100vh - 14vh);
  }
}
@media (max-width: 1024px) {
  .panelDetail {
    margin-top: 20vh;
    max-height: calc(100vh - 20vh);
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .panelDetailHeader {
    align-items: flex-start;
  }
}
@media (max-width: 425px) {
}

/*** SHOWCASE ***/
.homeShowcase {
  background-image: url('../../images/home/bg-default-showcase.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.homeShowcaseInner {
  background-image: url('../../images/home/bg-wowie-showcase.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  padding-top: 50px;
}
.homeSectionTitle {
}
.showcaseContainer {
  position: relative;
  margin-top: 70px;
  background-image: url('../../images/home/bg-iphone.png');
  background-repeat: no-repeat;
  background-size: 36% auto;
  background-position: center top;
  padding: 7vw 0 3vw;
}

.swiperShowcase .swiper-wrapper {
  align-items: center;
}
.swiperShowcase .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcaseItem {
  width: auto;
  /*height: 23vw;*/
  transition: all 1s ease-in-out;
  transform-origin: center center;
}
.showcaseItem > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.showcaseItemTitleCover {
  margin-bottom: 2vw;
  transform: translateX(-1.3vw);
}
.showcaseItemTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-26);
  color: var(--primary-white);
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
  transition-delay: .6s;
  transform: translateY(20px);
}
.showcaseItemCateCover {
  margin-top: 2.5vw;
  text-align: right;
  transform: translateX(1.3vw);
}
.showcaseItemCate {
  display: inline-block;
  font-family: var(--font-dmsans);
  font-size: var(--font-size-default-18);
  color: var(--primary-white);
  padding: 4px 8px;
  border: 1px solid var(--primary-white);
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
  transition-delay: .6s;
  transform: translateY(-20px);
  border-radius: 4px;
}

.swiperShowcase .swiper-slide-active .showcaseItem {
  transform: scale(1.12);
  z-index: 10;
}
.swiperShowcase .swiper-slide-active .showcaseItemTitle {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.swiperShowcase .swiper-slide-active .showcaseItemCate {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.swiperShowcase .swiper-wrapper {
  padding-bottom: 4vw;
}
.swiperShowcase .swiper-button-next, 
.swiperShowcase .swiper-button-prev {
  color: var(--primary-gold);
}
.swiperShowcase .swiper-pagination-bullet {
  background-color: #D9D9D9;
}
.swiperShowcase .swiper-pagination-bullet-active {
  background-color: var(--primary-gold);
}

.showCaseCustomNav {
  width: 26vw;
  position: absolute;
  bottom: 14px;
  left: var(--control-padding);
  z-index: 50;
}
.showCaseCustomNavInner {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.showCaseCustomNavBtnCover {
  width: 8.3vw;
  margin-right: 2vw;
}
.showCaseCustomNavBtn {
  display: inline-block;
  width: 3.38vw;
  margin-right: 0.8vw;
  cursor: pointer;
}
.showCaseCustomNavBtn:last-child {
  margin-right: 0;
}
.showCaseCustomNavTitle {
  flex: 1;
  font-family: var(--font-title);
  font-size: 7.8vw;
  line-height: 1;
  color: #B8C7CD;
  transform: translateY(15px);
}
.showCaseDetailBox {
  position: absolute;
  width: 25vw;
  right: var(--control-padding);
  bottom: 20px;
  font-size: var(--font-size-default-22);
}
.MB_showCaseDetailBox {
  display: none;
}
.MB_showCaseDetailBoxInner {
  font-size: var(--font-size-default-22);
  margin-top: 20px;
  max-width: 400px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .showCaseCustomNav {
    width: 400px;
    bottom: 14px;
  }
  .showCaseCustomNavBtnCover {
    width: 130px;
    margin-right: 12px;
  }
  .showCaseCustomNavBtn {
    width: 50px;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .showcaseContainer {
    margin-top: 60px;
    background-size: 42% auto;
    padding: 100px 0 80px;
  }
  .swiperShowcase .swiper-wrapper {
    padding-bottom: 60px;
  }
  .showCaseCustomNav {
    width: 300px;
    bottom: 14px;
  }
  .showCaseDetailBox {
    width: 210px;
    right: var(--control-padding);
    bottom: 20px;
  }
}
@media (max-width: 820px) {
  .showcaseContainer {
    margin-top: 50px;
    background-size: 60% auto;
    padding: 120px 0 60px;
  }
  .showcaseItemTitleCover {
    margin-bottom: 30px;
    transform: translateX(-1.3vw);
  }
  .showcaseItemCateCover {
    margin-top: 30px;
    transform: translateX(1.3vw);
  }
  .swiperShowcase .swiper-wrapper {
    padding-bottom: 50px;
  }
  .showCaseDetailBox {
    display: none;
  }
  .MB_showCaseDetailBox {
    display: block;
  }

  .showCaseCustomNav {
    width: auto;
    bottom: 24px;
  }
  .showCaseCustomNavInner {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .showCaseCustomNavBtnCover {
    width: 130px;
    margin-right: 0;
    margin-top: 20px;
  }
  .showCaseCustomNavBtn {
    width: 50px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .showcaseContainer {
    margin-top: 40px;
    background-size: 100% auto;
    padding: 80px 0 30px;
  }
  .showcaseItemTitleCover {
    margin-bottom: 30px;
    transform: translateX(-1.3vw);
  }
  .showcaseItemCateCover {
    margin-top: 30px;
    transform: translateX(1.3vw);
  }
  .swiperShowcase .swiper-wrapper {
    padding-bottom: 50px;
  }

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

/*** NEWS ***/
.homeNews {
  padding: var(--sectionPaddingV80);
  background-color: var(--primary-grey);
}
.newsContainer {
  display: flex;
  margin-top: 20px;
  height: 38vw;
}
.newsContainerLeft {
  flex: 1;
}
.newsContainerRight {
  width: 42%;
}
.homeNewsList {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
/* width */
.homeNewsList::-webkit-scrollbar {
  width: 6px;
}
/* Track */
.homeNewsList::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
  background-image: url("../../images/scrolltrack.png");
  background-repeat: repeat-y;
  background-size: contain;
}
/* Handle */
.homeNewsList::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}
/* Handle on hover */
.homeNewsList::-webkit-scrollbar-thumb:hover {
  background: var(--primary-gold);
}
.homeNewsListInner {
}
.homeNewsItem {
  margin-bottom: 30px;
}
.homeNewsItemInner {
  display: flex;
}
.homeNewsImg {
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
}
.homeNewsContent {
  flex: 1;
  padding: 0 3.5%;
}
.homeNewsDate {
  font-family: var(--font-dmsans);
  font-size: var(--font-size-default-16);
  margin-bottom: 5px;
  color: var(--secondary-font-color);
}
.homeNewsTitle {
  font-size: var(--font-size-default-26);
  margin-bottom: 10px;
}
.homeNewsDetail {
  font-size: var(--font-size-default-18);
  color: var(--secondary-font-color);
}

.homeNewsPromotion {
  width: 100%;
  padding-left: 10%;
}
.swiper.swiperPromotion {
  padding-bottom: 50px;
}
.swiper.swiperPromotion .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.swiper.swiperPromotion.swiper-pagination {
  bottom: -24px;
}

.promotionItem {
  position: relative;
  overflow: hidden;
  display: block;
}
.promotionItemOverlay {
  position: absolute;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  opacity: 0.8;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.promotionItemaText {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-size: var(--font-size-default-26);
  line-height: 1.2;
  color: var(--primary-white);
  padding: 0 30px 30px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transform: translateY(30px);
  transition: all .4s ease-in-out;
}
.promotionItemDate {
  font-family: var(--font-dmsans);
  font-size: var(--font-size-default-18);
  margin-bottom: 10px;
  color: #C4C4C4;
}
.promotionItemTitle {
}
.promotionItemCat {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  display: block;
  font-family: var(--font-dmsans);
  font-size: var(--font-size-default-18);
  color: var(--primary-white);
  padding: 4px 8px;
  border: 1px solid var(--primary-white);
  border-radius: 4px;;
}

.swiper.swiperPromotion .swiper-slide.swiper-slide-active .promotionItemaText {
  opacity: 1;
  transform: translateY(0);
}
.swiper.swiperPromotion .swiper-pagination-bullet-active {
  background-color: var(--primary-gold);
}

.newsPanelTitle {
  font-size: var(--font-size-default-26);
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  margin-bottom: 20px;
}
.newsPanelDetailContent {
  margin-top: 20px;
}
.newsPanelContainer {
  display: flex;
}
.newsPanelContainerLeft {
  width: 44%;
}
.newsPanelContainerRight {
  flex: 1;
  padding-left: 5%;
}
.newsPanelImage {
  width: 100%;
  max-width: 700px;
}
.newsPanelContentCover {
  width: 100%;
  max-width: 800px;
  padding-bottom: 40px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .newsContainerRight {
    width:38%;
  }
  .homeNewsPromotion {
    padding-left: 8%;
  }
  .promotionItemOverlay {
    height: 80%;
  }
}
@media (max-width: 820px) {
  .newsContainer {
    display: block;
    margin-top: 20px;
    height: auto;
  }
  .newsContainerRight {
    width: 100%;
    margin-top: 50px;
  }
  .homeNewsList {
    height: 440px;
    overflow-y: auto;
  }
  .homeNewsPromotion {
    padding-left: 0;
  }
  .promotionItemaText {
    opacity: 1;
    transform: translateY(0);
  }

  .newsPanelDetailContent {
    margin-top: 20px;
  }
  .newsPanelContainer {
    display: block;
  }
  .newsPanelContainerLeft {
    width: 100%;
  }
  .newsPanelContainerRight {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeNewsList {
    height: 380px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .homeNewsItemInner {
    display: block;
  }
  .homeNewsImg {
    width: 100%;
  }
  .homeNewsContent {
    padding: 0;
    margin-top: 10px;
  }
  .promotionItemaText {
    opacity: 0;
    transform: translateY(30px);
  }
}
@media (max-width: 425px) {
}

/*** TEAM ***/
.homeTeam {
}
.homeTeamInner {
  padding-left: var(--control-padding);
}
.teamContainer {
  display: flex;
}
.teamContainerLeft {
  /*width: 16.68%;*/
  width: 300px;
  padding: 80px 30px 20px 0;
}
.teamContainerRight {
  flex: 1;
  overflow-x: hidden;
}
.teamContentArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.teamOverview {
  font-size: var(--font-size-default-20);
  margin-top: 24px;
}

.teamList {
  display: flex;
  width: 100%;
  position: relative;
  height: 40vw;
}
.teamItem {
  position: relative;
  overflow: hidden;
  width: 15%;
  height: 100%;
  cursor: pointer;
  transition: width .4s ease-in-out;
}
.teamItem.lastTeamItem {
  overflow: visible;
}
.teamItemImg {
  position: relative;
  height: 100%;
  transition: all .4s ease-in-out;
}
.teamItemImg.adjustDefaultS {
  transform: translateX(-12%);
}
.teamItemImg.adjustDefaultL {
  transform: translateX(-30%);
}

.teamItemPosition {
  position: absolute;
  text-align: right;
  left: 2px;
  bottom: 10px;
  transform: rotate(-270deg) translateX(-100%);
  transform-origin: left bottom;
  color: var(--primary-white);
  z-index: 5;
  /*font-size: var(--font-size-default-32);*/
  font-size: 1.66vw;
  font-family: var(--font-title);
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}
.teamItemName {
  position: absolute;
  text-align: right;
  top: 7.8%;
  right: 6.3%;
  /*font-size: var(--font-size-default-32);*/
  font-size: 1.66vw;
  font-family: var(--font-title);
  line-height: 1.3;
  color: var(--primary-white);
  z-index: 5;
  text-transform: uppercase;
  opacity: 0;
  transition: all .4s ease-in-out;
  white-space: nowrap;
}

.teamItem.actived {
  width: 40%;
}
.teamItem.actived .teamItemImg,
.teamItem.actived .teamItemImg.adjustDefaultS,
.teamItem.actived .teamItemImg.adjustDefaultL {
  transform: translateX(0);
}
.teamItem.actived .teamItemName {
  opacity: 1;
}

.homeGroupTeam {
  padding: var(--sectionPaddingV120);
}
.homeGroupTeamImg {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.homeGroupLogo {
  width: 80%;
  max-width: 1560px;
  margin: 50px auto 0;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .teamContainerLeft {
    padding: 60px 25px 20px 0;
  }
}
@media (max-width: 1024px) {
  .teamContainerLeft {
    padding: 50px 20px 20px 0;
  }
}
@media (max-width: 820px) {
  .homeTeamInner {
    padding: 0 var(--control-padding);
  }
  .teamContainer {
    display: block;
  }
  .teamContainerLeft {
    width: 100%;
    padding: 50px 0 20px;
  }
  .teamContainerRight {
    flex: 1;
    overflow-x: hidden;
  }
  .teamList {
    height: 50vw;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {

  .teamList {
    display: block;
    height: auto;
    background-image: none;
  }
  .teamItem {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .teamItem.actived {
    width: 100%;
  }
  .teamItemImg {
    transform: translateX(0) !important;
  }
  .teamItemImg > img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: unset;
  }

  .teamItemPosition {
    left: 2px;
    bottom: 10px;
    transform: rotate(-270deg) translateX(-100%);
    font-size: 20px;
  }
  .teamItemName {
    top: 6%;
    right: 6%;
    font-size: 18px;
    opacity: 1;
  }

  .teamContentBottom {
    display: none;
  }

  .homeGroupTeam {
    padding: 30px 0 40px;
  }
}
@media (max-width: 425px) {
}

/*** GRAPHIC ***/
.graphicItemParent {
  position: relative;
}
.graphicItem {
  position: absolute;
  z-index: 200;
}
.animateGraphicItem {
  opacity: 0;
}
.animateGraphicItem.graphicLoaded {
  opacity: 1;
}
.graphicItem.forAbout {
  width: 12.65%;
  left: 0;
  bottom: 0;
  transform: translateY(32.55%);
}
.graphicItem.forShowcase1 {
  width: 9%;
  right: 0;
  top: 0;
  transform: translateY(-39.26%);
}
.graphicItem.forShowcase2 {
  width: 8.9%;
  left: 27.44%;
  bottom: 0;
  transform: translateY(50%);
}
.graphicItem.forShowcase3 {
  width: 10.52%;
  right: 0;
  bottom: 0;
  transform: translateY(38.26%);
}


@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .graphicItem.forShowcase2 {
    width: 8.9%;
    left: 4%;
    bottom: 25px;
    transform: translateY(50%);
  }
  .graphicItem.forShowcase3 {
    width: 10.52%;
    right: 0;
    bottom: 0;
    transform: translateY(38.26%);
  }
}