/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Prompt:wght@400;500;700&display=swap');
/*@import url('https://fonts.cdnfonts.com/css/century-gothic?styles=24895,24896');*/
/*@import url('https://fonts.cdnfonts.com/css/century-gothic-paneuropean?styles=90072,90065');*/
@import url('https://fonts.cdnfonts.com/css/futura-std-4');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
font-family: 'Krona One', sans-serif;
font-family: 'Century Gothic', sans-serif;
font-family: 'Century Gothic Paneuropean', sans-serif;
font-family: 'Prompt', sans-serif;

font-family: 'Krona One', 'Prompt', sans-serif;
font-family: 'Century Gothic Paneuropean', 'Prompt', sans-serif;

font-family: 'Futura Std', 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;
}

/* -- CUSTOM CSS -- */
html, body {width:100%; height:100%; padding:0px; margin:0px;}

body{ 
	 background-color:#F9F5EE; 
}
body, table, tr, td, p
{
  font-family: 'Roboto', 'Noto Sans Thai', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #000000;
	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;
}

.modalContentMsg {
  display: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.modalContentMsg.actived {
  display: block;
}

.fancybox-is-open .fancybox-bg {
  /*opacity: 1 !important;*/
}
.fancybox-slide>* {
  padding: 0 !important;
  background-color: transparent !important;
}

.dropdown-toggle::after {
  display: none;
}

.mainPageContent {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2260px;
  margin: 0 auto;
}

.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);
}

.nowrap {
  white-space: nowrap;
}

.animateGraphicRice {
  opacity: 0;
}
.animateGraphicRice.riceLoaded {
  opacity: 1;
}
.leftRotate > .animateGraphicRice > img,
.rightRotate > .animateGraphicRice > img {
  transform-origin: center;
}

.modalLogo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 40px;
}

.showOnScroll {
  position: relative;
  transition: all 1s ease-in-out;
}
.showOnScroll-to-left {
  transform: translateX(100px);
}
.showOnScroll-to-left.in {
  transform: translateX(0);
}
.showOnScroll-to-top {
  transform: translateY(100px);
}
.showOnScroll-to-top.in {
  transform: translateY(0);
}

.showOnScroll-deley-100 {
  transition-delay: .1s;
}
.showOnScroll-deley-200 {
  transition-delay: .2s;
}
.showOnScroll-deley-300 {
  transition-delay: .3s;
}
.showOnScroll-deley-400 {
  transition-delay: .4s;
}
.showOnScroll-deley-500 {
  transition-delay: .5s;
}
.showOnScroll-deley-600 {
  transition-delay: .6s;
}
.showOnScroll-deley-700 {
  transition-delay: .7s;
}
.showOnScroll-deley-800 {
  transition-delay: .8s;
}

.showOnScroll-fadein {
  opacity: 0;
}
.showOnScroll-fadein.in {
  opacity: 1;
}

.featureShowOnScroll {
  transition: all .6s ease-in-out;
  transition-delay: .2s;
  transform: translateY(100px);
  opacity: 0;
}
.featureShowOnScroll.contentIn {
  transform: translateY(0);
  opacity: 1;
}

.nicescroll-rails.nicescroll-rails-vr {
  z-index: 800 !important;
}

.btnToTopArea {
  width: 60px;
  position: fixed;
  right: 25px;
  bottom: -100px;
  cursor: pointer;
  transition: bottom .4s ease-in-out;
}
.btnToTopArea.actived {
  bottom: 50px;
}

.titleFontSmall {
  font-size: 1.5rem;
}

@media (max-width: 1600px) {

}
@media (max-width: 1366px) {

}
@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;
  }

  .leftRotate {
    display: none !important;
  }
}
@media (max-width: 425px) {

}

/***** Fix Mobile landscape *****/
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeCarouselImg.only-pc,
  .pageBannerInner .only-pc {
    display: none !important;
  }
  .homeCarouselImg.only-mobile,
  .pageBannerInner .only-mobile {
    display: block !important;
  }
}
@media (max-width: 425px) {
  /*.homeCarouselImg.only-pc,
  .pageBannerInner .only-pc {
    display: none !important;
  }
  .homeCarouselImg.only-mobile,
  .pageBannerInner .only-mobile {
    display: block !important;
  }*/
}

.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;
}
.fileContainer.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;
}

/*********** 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 #ffffff;
  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:1500;
  background-color: rgba(0, 0, 0, .6);
  top: 0;
  left: 0;
}
.loadingScreen.actived {
  display: flex;
}

.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;
}

.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: 24px;
  line-height: 30px;
  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-backdrop {
  background-color: #000;
}

@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 {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 500;
  top: 0;
  left: 0;
}
.topNavReservedSpace {
  width: 100%;
  height: 0;
}
.topNavInner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #ffffff;
  position: relative;
}
.topNavLeft,
.topNavRight {
  display: flex;
  align-items: center;
}
.logoThinkThailand {
  display: inline-block;
  position: relative;
}
.logoThinkThailand > div {
  height: 60px;
}

.logoNextLevel {
  display: inline-block;
  padding-right: 50px;
  margin-right: 50px;
  position: relative;
}
.logoNextLevel > div {
  width: 55px;
}
.logoNextLevel::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255,255,255,.2);
  top: 0;
  right: 0;
}
.logoDitp {
  display: inline-block;
}
.logoDitp > div {
  width: 140px;
}
.topNavLanguage > ul > li {
  display: inline-block;
  font-size: 0.8rem;
  cursor: pointer;
  position: relative;
  padding: 0 20px 0 12px;
}
.topNavLanguage > ul > li:last-child {
  padding-right: 0;
}
.topNavLanguage > ul > li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: rgba(255,255,255,1);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.topNavLanguage > ul > li:last-child:after {
  display: none;
}
.topNavLanguage > ul > li > div {
  position: relative;
  display: inline-block;
}
.topNavLanguage > ul > li.actived > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,1);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1600px) {
  .topNav {
    height: 100px;
  }
  .logoThinkThailand > div {
    height: 60px;
  }
  .logoNextLevel {
    padding-right: 45px;
    margin-right: 45px;
  }
  .logoNextLevel > div {
    width: 50px;
  }
  .logoDitp > div {
    width: 135px;
  }
  .topNavLanguage > ul > li {
    font-size: 0.8rem;
    padding: 0 20px 0 12px;
  }
}
@media (max-width: 1366px) {
  .topNav {
    height: 90px;
  }
  .logoThinkThailand > div {
    height: 50px;
  }
  .logoNextLevel {
    padding-right: 40px;
    margin-right: 40px;
  }
  .logoNextLevel > div {
    width: 45px;
  }
  .logoDitp > div {
    width: 130px;
  }
  .topNavLanguage > ul > li {
    font-size: 0.8rem;
    padding: 0 20px 0 12px;
  }
}
@media (max-width: 768px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .topNavReservedSpace {
    height: 70px;
  }
  .topNav {
    position: fixed;
    height: 70px;
    background-color: #000000;
  }
  .logoNextLevel {
    padding-right: 15px;
    margin-right: 15px;
  }
  .logoNextLevel > div {
    width: 40px;
  }
  .logoDitp > div {
    width: 80px;
  }
  .topNavLanguage > ul > li {
    font-size: 0.8rem;
    padding: 0 15px 0 7px;
  }

  .topNavInner {
    align-items: center;
  }
  .logoThinkThailand > div {
    height: 35px;
  }
}


/*********** FOOTER ***********/
.pageFooter {
  width: 100%;
  background: #000000;
  padding: 50px 0 60px;
}
.pageFooterInner {
  width: 100%;
  position: relative;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}
.pageFooterInner > div {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.pageFooterRight > ul > li {
  display: inline-block;
  margin-right: 70px;
}
.pageFooterRight > ul > li:last-child {
  margin-right: 0;
}
.footerLogoDitp {
  width: 140px;
  margin-right: 50px;
}
.footerSocialLogo {
  height: 24px;
  transform: translateY(5px);
  transition: transform .2s ease-in-out;
}
.footerSocialLogo:hover {
  transform: translateY(0px);
}

@media (max-width: 1600px) {
  .pageFooter {
    padding: 40px 0 50px;
  }
  .pageFooterInner {
    font-size: 1rem;
  }
  .pageFooterRight > ul > li {
    margin-right: 60px;
  }
  .footerLogoDitp {
    width: 135px;
    margin-right: 40px;
  }
  .footerSocialLogo {
    height: 24px;
    transform: translateY(5px);
  }
}
@media (max-width: 1366px) {
  .pageFooter {
    padding: 35px 0 45px;
  }
  .pageFooterInner {
    font-size: 1rem;
  }
  .pageFooterRight > ul > li {
    margin-right: 50px;
  }
  .footerLogoDitp {
    width: 130px;
    margin-right: 35px;
  }
  .footerSocialLogo {
    height: 24px;
    transform: translateY(5px);
  }
}
@media (max-width: 1024px) {
  .pageFooterRight > ul > li {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .pageFooter {
    padding: 35px 0 50px;
  }
  .pageFooterInner {
    font-size: 1rem;
    display: block;
    text-align: center;
  }
  .pageFooterInner > div {
    justify-content: center;
    padding-right: 0;
  }
  .pageFooterInner > div.pageFooterLeft {
    display: block;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .pageFooterRight > ul > li {
    margin-right: 30px;
  }
  .pageFooterRight > ul > li:first-child {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.1rem;
  }
  .footerLogoDitp {
    display: inline-block;
    width: 130px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footerSocialLogo {
    height: 24px;
    transform: translateY(5px);
  }
  .pageFooterLeft {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageFooter {
    padding: 35px 0 50px;
  }
  .pageFooterInner {
    font-size: 1rem;
    display: block;
    text-align: center;
  }
  .pageFooterInner > div {
    justify-content: center;
    padding-right: 0;
  }
  .pageFooterInner > div.pageFooterLeft {
    display: block;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .pageFooterRight > ul > li {
    margin: 0 10px;
  }
  .pageFooterRight > ul > li:last-child {
    margin-right: 10px;
  }
  .pageFooterRight > ul > li:first-child {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 1.1rem;
  }
  .footerLogoDitp {
    display: inline-block;
    width: 130px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footerSocialLogo {
    height: 22px;
    transform: translateY(5px);
  }
}

/*********** ACCEPT COOKIE ************/
.acceptCookieArea {
  position: fixed;
  width: 100%;
  /*height: 100px;
  bottom: -100px;*/
  height: 80px;
  bottom: -80px;
  left: 0;
  background-color: rgba(84,88,89,.95);
  border-top: 1px solid #707070;
  z-index: 110;
  transition: all .2s ease-in-out;
}
.acceptCookieArea.acceptSlideIn {
  bottom: 0;
}
.acceptCookieAreaInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.acceptCookieClose {
  width: 22px;
  cursor: pointer;
}
.acceptCookieContent {
  width: 100%;
  height: 100%;
  max-width: 1366px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.acceptCookieArea-text {
  flex: 1;
  margin-right: 30px;
}
.acceptCookieArea-btn {
  width: 170px;
  margin-right: 30px;
}
.acceptCookieLink {
  text-decoration: underline;
  cursor: pointer;
  color: #ffffff;
}
.btn-accept-cookie {
  display: block;
  width: 170px;
  text-align: center;
  padding: 10px 25px;
  background-color: #31171C;
  opacity: 1;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
}
.btn-accept-cookie:hover {
  opacity: .75;
}

.modalPrivacyPolicy {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  color: #434A4F;
}
.modalPrivacyPolicy .modal-content {
  border-radius: 0;
  padding: 40px;
}
.modalPrivacyPolicy .modal-body {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.privacyHeader {
  position: relative;
  font-weight: 500;
}
.modal-top-close {
  position: absolute;
  width: 14px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.privacyContent {
  padding-right: 20px;
}
.privacySection {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(112,112,112,.25);
  margin-bottom: 30px;
}
.privacySection b,
.privacySection strong {
  font-weight: 500;
}
.privacySection p,
.privacySection ul {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 12px;
}
.privacySection ul.ulWithIndent {
  padding-left: 40px;
  list-style-type: disc;
}
.privacySectionHeader {
  font-weight: 500;
  margin-bottom: 20px;
}

/* width */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}
/* Track */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar-track {
  cursor: pointer;
  background-color: #ffffff;
}
/* Handle */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar-thumb {
  background: #D0D1D3; 
  cursor: pointer;
}
/* Handle on hover */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar-thumb:hover {
  background: #D0D1D3; 
}

@media (max-width: 1600px) {
  .acceptCookieArea {
    height: 80px;
    bottom: -80px;
  }
}
@media (max-width: 1366px) {
  .acceptCookieArea {
    height: 80px;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .acceptCookieArea {
    height: 250px;
    bottom: -250px;
  }
  .acceptCookieContent {
    width: 100%;
    height: 100%;
    padding: 25px 25px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    line-height: 26px;
  }
  .acceptCookieArea-text {
    margin-right: 0;
  }
  .acceptCookieArea-btn {
    margin: 20px auto 20px;
  }
  .acceptCookieClose {
    margin: 0 auto;
  }

  .modalPrivacyPolicy {
    font-size: 22px;
    line-height: 26px;
  }
  .modalPrivacyPolicy .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
  }
  .modalPrivacyPolicy .modal-content {
    border-radius: 0;
    padding: 30px 0 30px 30px;
    border: 0;
    box-shadow: unset;
  }
  .modalPrivacyPolicy .modal-body {
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding: 0;
    margin-top: 20px;
  }
  .privacyHeader {
    padding-top: 30px;
  }
  .modal-top-close {
    width: 14px;
    top: 25px;
    right: 25px;
  }
  .privacyContent {
    padding-right: 20px;
  }
  .privacySection {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(112,112,112,.25);
    margin-bottom: 30px;
  }
  .privacySection p,
  .privacySection ul {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .privacySection ul.ulWithIndent {
    padding-left: 30px;
  }
  .privacySectionHeader {
    margin-bottom: 20px;
  }
  
}


/*********** MAIN ***********/
.mainPage {
  width: 100%;
}
.sectionPage {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2260px;
  margin: 0 auto;
  background-color: #ffffff;
}
.sectionPageInner {
  width: 100%;
}

.btn-theme {
  position: relative;
  display: inline-block;
  padding: 18px 40px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  border: none;
  background-color: #D09021;
  color: #ffffff;
  /*transition: all .2s ease-in-out;*/
  cursor: pointer;
}
.btn-theme::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 5;
  transition: width .2s ease-in-out;
}
.btn-theme:hover {
  border: none;
  background-color: #D09021;
  color: #ffffff;
  opacity: 1;
  /*border-radius: 100%/0 0 15px 15px;*/
  /*border-radius: 10px/30px;*/
  /*border-radius: 0 15px 15px 0/100%;*/
}
.btn-theme:hover::after {
  width: 100%;
}


.btn-theme.btnBrown {
  background-color: #3A3220;
  color: #ffffff;
}
.btn-theme.btnBrown:hover {
  background-color: #3A3220;
  color: #ffffff;
}

.btn-submit {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 15px 40px;
  border: none;
  border-radius: 33px;
  background-color: #D09021;
  color: #ffffff;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.btn-submit:hover {
  border: none;
  background-color: #3A3220;
  color: #ffffff;
}

.btn-text {
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color .2s ease-in-out;
  border: 1px solid #E0E0E0;
  padding: 8px 12px;
}
.btn-text::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width .2s ease-in-out;
}
.btn-text:hover::before {
  width: 100%;
}

.sectionControlLeft {
  padding-left: 4.16%;
}
.sectionControlRight {
  padding-right: 4.16%;
}
.sectionControlBoth {
  padding-left: 4.16%;
  padding-right: 4.16%;
}

.contentControlLeft {
  padding-left: 14.47%;
}
.contentControlRight {
  padding-right: 14.47%;
}
.contentControlBoth {
  padding-left: 14.47%;
  padding-right: 14.47%;
}

.sectionTitle {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 500;
}
.sectionTitle.colorWhite {
  color: #ffffff;
}

.sectionMaxHeight {
  max-height: 100vh;
}

.contentDetailText {
  font-size: 1.25rem;
  line-height: 1.6;
}

.showUppercase {
  text-transform: uppercase;
}

.btnBackToTop {
  width: 62px;
  position: fixed;
  bottom: -62px;
  right: 22px;
  z-index: 90;
  transition: bottom .4s ease-in-out;
  cursor: pointer;
}
.btnBackToTop.actived {
  /*bottom: 92px;*/
  bottom: 32px;
}

select.form-default {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon-select-light.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
select.form-default option,
select.form-default optgroup {
  background-color: #5E676C;
  color: #ffffff;
}

.pageBanner {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pageBannerImageCover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: rgba(49, 23, 28, .4);
}
.pageBannerImage {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #F2F4F5;
}
.pageBannerTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  line-height: 80px;
  color: #F8F8F8;
  z-index: 10;
  text-align: center;
}
.pageBannerTitle.withProjectSearch {
  width: 90%;
}

.listNoResult {
  width: 100%;
  text-align: center;
  padding: 200px 0;
  display: none;
}
.listNoResult.actived {
  display: block;
}
.listLoadMore {
  width: 100px;
  margin: 10px auto;
  text-align: center;
  display: none;
}
.listLoadMore.actived {
  display: block;
}
.listLoadMore-text {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
.listLoadMore-text:hover {
  opacity: .8;
}
.listLoadMore-loader {
  display: none;
}
.lds-spinner {
  color: #3A3220;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-spinner div {
  transform-origin: 15px 15px;
  animation: lds-spinner 0.9s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1px;
  left: 13px;
  width: 3px;
  height: 6px;
  border-radius: 10%;
  background: #AC9971;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: -0.1s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.listLoadMore.loading .listLoadMore-text {
  display: none;
}
.listLoadMore.loading .listLoadMore-loader {
  display: block;
}

.contentEditor p {
  padding-bottom: 24px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.contentEditor b,
.contentEditor strong {
  font-weight: 500;
}
.contentEditor ul,
.contentEditor ol {
  list-style-type: disc;
  padding-left: 24px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 24px;
}

.formContentBox {
  width: 100%;
}
.formContentBox > .row {
  margin-left: -7px;
  margin-right: -7px;
}
.formItem {
  padding: 0 7px 15px;
}
.formItem .form-control {
  border-radius: 33px;
  height: auto;
  padding: 1rem 1.2rem;
}
.formItem textarea.form-control {
  height: 100px;
}
.formContentBtnArea {
  margin-top: 15px;
}

@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 3.6rem;
    line-height: 1.3;
  }
}
@media (max-width: 1366px) {
  .sectionTitle {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (max-width: 1366px) {
  .sectionTitle {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionControlLeft {
    padding-left: 25px;
  }
  .sectionControlRight {
    padding-right: 25px;
  }
  .sectionControlBoth {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sectionTitle {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 425px) {
  
}

/*********** CONTACT POP ************/
.contactPopArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  z-index: 700;
  transform: translateY(100%);
  transition: transform .4s ease-in-out;
  background-color: #3A3220;
}
.contactPopArea.actived {
  transform: translateY(0);
}
.contactPopAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPopBox {
  width: 90%;
  max-width: 1640px;
  background-color: #F0F3F1;
}
.contactPopBoxInner {
  position: relative;
  width: 100%;
  background-image: url('../../images/bg-contact-pop.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 9% 90px 8%;
}
.contactPopClose {
  position: absolute;
  width: 40px;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.contactBoxContent {
  display: flex;
  align-items: center;
}
.contactBoxContentImg {
  width: 25%;
  margin-right: 9%;
}
.contactBoxContentDetail {
  flex: 1;
  padding-top: 20px;
}
.contactBoxContentOnPage {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
}
.MB_contactBoxImg {
  display: none;
  margin: 20px auto 30px;
  width: 100%;
  max-width: 250px;
}

@media (max-width: 1600px) {
  .contactPopBoxInner {
    padding: 80px 9% 90px 8%;
  }
  .contactPopClose {
    width: 40px;
    top: 40px;
    right: 40px;
  }
  .contactBoxContentImg {
    width: 25%;
    margin-right: 9%;
  }
  .contactBoxContentDetail {
    padding-top: 20px;
  }
}
@media (max-width: 1366px) {
  .contactPopBoxInner {
    padding: 60px 9% 60px 8%;
  }
  .contactPopClose {
    width: 35px;
    top: 35px;
    right: 35px;
  }
  .contactBoxContentImg {
    width: 25%;
    margin-right: 9%;
  }
  .contactBoxContentDetail {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .contactPopBoxInner {
    padding: 50px 25px;
  }
  .contactPopClose {
    width: 25px;
    top: 20px;
    right: 20px;
  }
  .contactBoxContentImg {
    display: none;
  }
  .contactBoxContentDetail {
    padding-top: 0;
  }
  .contactBoxContentOnPage {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    text-align: center;
  }
  .contactBoxContentOnPage .MB_contactBoxImg {
    display: block;
  }
}
@media (max-width: 425px) {
  
}

/*********** HOME ***********/
.homeBanner {
  width: 100%;
  position: relative;
}
.homeBannerInner {
  position: relative;
  width: 100%;
}
.homeBannerImg {
  height: 100%;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
.homeBannerImgControl {
  position: relative;
  visibility: hidden;
}
.homeBannerImgInner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}
.homeBannerImgInner .jquery-background-video-wrapper {
  width: 100%;
  height: 100%;
}
.homeBannerImgInner .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, .05);
  z-index: 30;
}
.homeBannerScroll {
  position: absolute;
  bottom: 50px;
  left: 4.16%;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  z-index: 50;
}
.homeBannerScrollTxtCover {
  transform: translateY(-150px);
}
.homeBannerScrollTxt {
  transform: rotate(90deg);
  transform-origin: 0;
  position: relative;
  padding-right: 30px;
}
.homeBannerScrollTxt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  animation: guidemove 1s linear infinite;
}
@keyframes guidemove {
  0% { transform: translateX(0); }
  50% { transform: translateX(-10px); }
  100% { transform: translateX(0); }
}

.homeBannerVdoBtnArea {
  position: absolute;
  right: 4.16%;
  bottom: 50px;
  font-size: 1rem;
  cursor: pointer;
  color: #ffffff;
  z-index: 50;
}
.homeBannerVdoBtnAreaInner {
  position: relative;
  display: flex;
  align-items: center;
}
.homeBannerVdoIcon {
  width: 70px;
  margin-left: 20px;
}
.MB_bannerVideoPlay {
  display: none;
}
.bannerVideoCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 60;
}
.bannerVideoCover > video {
  width: 100%;
}

.bannerVideoFullCover {
  width: 100%;
  max-width: 1440px;
}
.bannerVideoFullCover > video {
  width: 100%;
}

.homeAbout {
  width: 100%;
  background-color: #ffffff;
}
.homeAboutInner {
  position: relative;
  display: flex;
  align-items: stretch;
}
.homeAboutLeft {
  width: 50%;
  display: flex;
  align-items: center;
}
.homeAboutRight {
  flex: 1;
  display: flex;
  align-items: center;
  background-image: url('../../images/bg-about.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.homeAboutLeftInner {
  padding: 80px 0;
}
.homeAboutLogo {
  width: 100%;
  max-width: 800px;
}
.homeAboutRightInner {
  padding: 80px 12% 100px 14%;
  font-size: 1.3rem;
  color: #ffffff;
}
.homeAboutTitle {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
}

.homeFeatured {
}
.homeFeaturedInner {
  position: relative;
}
.homeFeaturedTitle {
  position: absolute;
  top: 70px;
  left: 4.16%;
  color: #ffffff;
  z-index: 50;
}
.homeFeaturedNav {
  position: absolute;
  z-index: 60;
  color: #ffffff;
  right: 4.16%;
  top: calc(100vh - 50px);
  transform: translateY(-100%);
}
.homeFeaturedNavInner {
  position: relative;
}
.homeFeaturedNavArrow {
  text-align: right;
}
.homeFeaturedNavArrowItem {
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
  width: 50px;
}
.homeFeaturedNavArrowItem:last-child {
  margin-right: 0;
}
.homeFeaturedNavArrowItem.btnDisabled {
  opacity: .3;
}
.homeFeaturedNavNumer {
  margin-top: 20px;
}
.homeFeaturedNavNumer > ul > li {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(255,255,255,.5);
}
.homeFeaturedNavNumer > ul > li.actived {
  color: rgba(255,255,255,1);
}
.homeFeaturedNavNumer > ul > li:last-child {
  margin-right: 0;
}

.homeFeaturedContainerCover {
  position: relative;
  width: 100%;
  height: 1000px; /* reset with js */
  overflow: hidden;
}
.homeFeaturedContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 800%; /* number of item *100% */
  height: 100vh;
}
.homeFeaturedContainerCover.setPositionFixed .homeFeaturedContainer {
  position: fixed;
}
.homeFeaturedContainerCover.setPositionFixed .homeFeaturedTitle,
.homeFeaturedContainerCover.setPositionFixed .homeFeaturedNav {
  position: fixed;
}
.homeFeaturedContainerCover.setAbsoluteBottom .homeFeaturedContainer {
  top: unset;
  bottom: 0;
}
.homeFeaturedContainerCover.setAbsoluteBottom .homeFeaturedTitle {
  top: unset;
  bottom: calc(100vh - 70px);
  transform: translateY(100%);
}
.homeFeaturedContainerCover.setAbsoluteBottom .homeFeaturedNav {
  top: unset;
  bottom: 50px;
  transform: translateY(0);
}
.homeFeaturedContainerInner {
  position: relative;
  height: 100%;
  display: flex;
  transition: all .4s ease-in-out;
  background-color: #D39892;
}
.homeFeaturedSection {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: 100% auto;
  background-position: center;
}
.homeFeaturedSection.featureItem01 {
  /*background-color: #D39892;
  background-image: url('../../images/featured/featured-01-bg.jpg');*/
  background-image: url('../../images/featured/bg-txt-01.png');
}
.homeFeaturedSection.featureItem02 {
  /*background-color: #FFC000;
  background-image: url('../../images/featured/featured-02-bg.jpg');*/
  background-image: url('../../images/featured/bg-txt-02.png');
}
.homeFeaturedSection.featureItem03 {
  /*background-color: #4D2FB7;
  background-image: url('../../images/featured/featured-03-bg.jpg');*/
  background-image: url('../../images/featured/bg-txt-03.png');
}
.homeFeaturedSection.featureItem04 {
  /*background-color: #F56F30;
  background-image: url('../../images/featured/featured-04-bg.jpg');*/
  background-image: url('../../images/featured/bg-txt-04.png');
}
.homeFeaturedSection.featureItem05 {
  /*background-color: #DEB689;
  background-image: url('../../images/featured/featured-05-bg.jpg');*/
  background-image: url('../../images/featured/bg-txt-05.png');
}
.homeFeaturedSection.featureItem06 {
  /*background-color: #E61D79;
  background-image: url('../../images/featured/featured-06-bg.jpg');*/
  background-image: url('../../images/featured/bg-txt-06.png');
}
.homeFeaturedSection.featureItem07 {
  /*background-color: #9844F8;
  background-image: url('../../images/featured/featured-07-bg.jpg');*/
  background-image: url('../../images/featured/bg-txt-07.png');
}
.homeFeaturedSection.featureItem08 {
  /*background-color: #00BDD0;
  background-image: url('../../images/featured/featured-08-bg.jpg');*/
  background-image: url('../../images/featured/bg-txt-08.png');
}
.homeFeaturedSectionInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.featureItemDetailBox {
  position: absolute;
  width: 90%;
  max-width: 600px;
  bottom: 90px;
  left: 4.16%;
  font-size: 1.125rem;
  color: #ffffff;
}
.featureItemDetailBox-title {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.featureItemDetailBox-link {
  display: none;
  margin-top: 15px;
  word-break: break-all;
}
.featureItemDetailBox-link a:hover {
  text-decoration: underline;
}

.featureItemImg {
  position: absolute;
  transition: all .1s linear;
}
.homeFeaturedSection.featureItem01 .featureItemImg {
  top: 0;
  left: 26.4%;
  height: 86.8%;
}
.homeFeaturedSection.featureItem02 .featureItemImg {
  top: 7%;
  left: 54%;
  height: 75%;
}
.homeFeaturedSection.featureItem03 .featureItemImg {
  top: 7%;
  left: 55%;
  height: 71.5%;
}
.homeFeaturedSection.featureItem04 .featureItemImg {
  top: 7%;
  left: 60%;
  height: 73.2%;
}
.homeFeaturedSection.featureItem05 .featureItemImg {
  top: 8%;
  left: 52%;
  height: 71.5%;
}
.homeFeaturedSection.featureItem06 .featureItemImg {
  top: 8%;
  left: 58%;
  height: 78.3%;
}
.homeFeaturedSection.featureItem07 .featureItemImg {
  top: 4%;
  left: 50%;
  height: 85%;
}
.homeFeaturedSection.featureItem08 .featureItemImg {
  top: 9%;
  left: 56%;
  height: 72.6%;
}

.homeFeaturedSection .featureItemImg > div {
  height: 100%;
}
.homeFeaturedSection .featureItemImg > div .img-responsive-height {
  max-height: unset;
  height: 100%;
}

.homeBrand {
  background-color: #ffffff;
  padding: 80px 0 40px;
  width: 100%;
}
.homeBrandInner {
  position: relative;
}
.homeBrandList {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.homeBrandList > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.brandItem {
  padding: 0 30px;
  margin-bottom: 50px;
}
.brandItemInner {
  position: relative;
}
.brandItemDetail {
  padding: 20px 0 20px;
  font-size: 1rem;
}
.brandItemDetail-title {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}
.brandItemDetail-link {
  margin-top: 20px;
}
.brandItemDetail-link a {
  color: #FF7312;
  word-break: break-all;
}
.brandItemDetail-link a:hover {
  text-decoration: underline;
}

.homeMedia {
  background-color: #F8F8F8;
  padding: 80px 0 40px;
  width: 100%;
}
.homeMediaInner {
  position: relative;
}
.homeMediaList {
  margin-top: 50px;
}
.homeMediaList > .row {
  margin-left: -50px;
  margin-right: -50px;
}
.mediaItem {
  padding: 0 50px;
  margin-bottom: 70px;
}
.mediaItemInner {
  position: relative;
  display: flex;
}
.mediaItemImg {
  width: 45%;
  transform-origin: center;
  transition: transform .2s ease-in-out;
}
.mediaItemDetail {
  flex: 1;
  padding-left: 6%;
  font-size: 1rem;
}
.mediaItemInner:hover .mediaItemImg {
  transform: scale(1.07);
}

.homeMovingHashTag {
  background-color: #CD5E62;
  padding: 35px 0 30px;
}
.homeMovingHashTagInner {
  position: relative;
  width:100%;
  overflow: hidden;
}
.wrapperRollingText {
  white-space: nowrap;
}
.rollingText {
  display: inline-block;
}
ul.homeMovingHashTagList {
}
ul.homeMovingHashTagList > li {
  display: inline-block;
  height: 5.8vw;
  margin-right: 5px;
}

.MB_homeFeatured {
  display: none;
}
.MB_homeFeaturedInner {
  position: relative;
  width: 100%;
  transition: all .4s ease-in-out;
  background-color: #D39892;
}
.featuredCarouselItem {
  width: 100%;
}
/*.featuredCarouselItem01 {
  background-color: #D39892;
}
.featuredCarouselItem02 {
  background-color: #FFC000;
}
.featuredCarouselItem03 {
  background-color: #4D2FB7;
}
.featuredCarouselItem04 {
  background-color: #F56F30;
}
.featuredCarouselItem05 {
  background-color: #DEB689;
}
.featuredCarouselItem06 {
  background-color: #E61D79;
}
.featuredCarouselItem07 {
  background-color: #9844F8;
}
.featuredCarouselItem08 {
  background-color: #00BDD0;
}*/
.featuredCarouselItemInner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
  padding-bottom: 100px;
}
.homeFeaturedCarouselControl.owl-carousel .owl-stage {
	display: flex;
}
.homeFeaturedCarouselControl.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.featuredCarouselItemImg {
  width: 40%
}
.featuredCarouselItemDetail {
  display: flex;
  align-items: flex-end;
  flex: 1;
  padding: 50px 4.16% 100px;
}

.MB_homeCarouselList {
  display: none;
  margin-top: 20px;
}

@media (max-width: 1920px) {
}

@media (max-width: 1600px) {
  .homeBannerScroll {
    bottom: 30px;
    left: 4.16%;
    font-size: 0.8rem;
  }
  .homeBannerScrollTxtCover {
    transform: translateY(-150px);
  }
  .homeBannerScrollTxt {
    padding-right: 25px;
  }
  .homeBannerScrollTxt::after {
    width: 45px;
  }
  .homeBannerVdoBtnArea {
    right: 4.16%;
    bottom: 40px;
    font-size: 1rem;
  }
  .homeBannerVdoIcon {
    width: 65px;
    margin-left: 20px;
  }
  
  .homeAboutLeft {
    width: 50%;
  }
  .homeAboutLeftInner {
    padding: 60px 0;
  }
  .homeAboutLogo {
    max-width: 700px;
  }
  .homeAboutRightInner {
    padding: 60px 10% 80px 12%;
    font-size: 1.2rem;
  }
  .homeAboutTitle {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 35px;
  }
  
  .homeFeaturedTitle {
    top: 60px;
    left: 4.16%;
  }
  .homeFeaturedNav {
    right: 4.16%;
    top: calc(100vh - 40px);
  }
  .homeFeaturedNavArrowItem {
    margin-right: 35px;
    width: 45px;
  }
  .homeFeaturedNavNumer {
    margin-top: 20px;
  }
  .homeFeaturedNavNumer > ul > li {
    margin-right: 25px;
    font-size: 1.7rem;
  }
  
  .homeFeaturedContainerCover.setAbsoluteBottom .homeFeaturedTitle {
    top: unset;
    bottom: calc(100vh - 60px);
  }
  .homeFeaturedContainerCover.setAbsoluteBottom .homeFeaturedNav {
    top: unset;
    bottom: 40px;
  }
  .featureItemDetailBox {
    position: absolute;
    width: 90%;
    max-width: 600px;
    bottom: 90px;
    left: 4.16%;
    font-size: 1rem;
  }
  .featureItemDetailBox-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .homeFeaturedSection.featureItem05 .featureItemImg {
    top: 8%;
    left: 60%;
    height: 65.5%;
  }
  .homeFeaturedSection.featureItem06 .featureItemImg {
    top: 8%;
    left: 66%;
    height: 73.3%;
  }
  .homeFeaturedSection.featureItem08 .featureItemImg {
    top: 9%;
    left: 64%;
    height: 66.6%;
  }
  
  .homeBrand {
    padding: 60px 0 40px;
  }
  .homeBrandList {
    margin-top: 40px;
  }
  .homeBrandList > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .brandItem {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .brandItemDetail {
    padding: 20px 0 20px;
    font-size: 1rem;
  }
  .brandItemDetail-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .brandItemDetail-link {
    margin-top: 20px;
  }
  
  .homeMedia {
    padding: 60px 0 40px;
  }
  .homeMediaList {
    margin-top: 40px;
  }
  .homeMediaList > .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mediaItem {
    padding: 0 50px;
    margin-bottom: 70px;
  }
  .mediaItemImg {
    width: 45%;
  }
  .mediaItemDetail {
    padding-left: 6%;
    font-size: 1rem;
  }
  
  .homeMovingHashTag {
    padding: 30px 0 25px;
  }
  ul.homeMovingHashTagList > li {
    height: 70px;
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  .homeBannerScroll {
    bottom: 30px;
    left: 4.16%;
    font-size: 0.8rem;
  }
  .homeBannerScrollTxtCover {
    transform: translateY(-150px);
  }
  .homeBannerScrollTxt {
    padding-right: 25px;
  }
  .homeBannerScrollTxt::after {
    width: 45px;
  }
  .homeBannerVdoBtnArea {
    right: 4.16%;
    bottom: 40px;
    font-size: 1rem;
  }
  .homeBannerVdoIcon {
    width: 60px;
    margin-left: 20px;
  }
  
  .homeAboutLeft {
    width: 50%;
  }
  .homeAboutLeftInner {
    padding: 50px 0;
  }
  .homeAboutLogo {
    max-width: 500px;
  }
  .homeAboutRightInner {
    padding: 50px 8% 70px 10%;
    font-size: 1rem;
  }
  .homeAboutTitle {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  
  .homeFeaturedTitle {
    top: 50px;
    left: 4.16%;
  }
  .homeFeaturedNav {
    right: 4.16%;
    top: calc(100vh - 30px);
  }
  .homeFeaturedNavArrowItem {
    margin-right: 35px;
    width: 45px;
  }
  .homeFeaturedNavNumer {
    margin-top: 20px;
  }
  .homeFeaturedNavNumer > ul > li {
    margin-right: 25px;
    font-size: 1.7rem;
  }
  
  .homeFeaturedContainerCover.setAbsoluteBottom .homeFeaturedTitle {
    top: unset;
    bottom: calc(100vh - 50px);
  }
  .homeFeaturedContainerCover.setAbsoluteBottom .homeFeaturedNav {
    top: unset;
    bottom: 30px;
  }
  .featureItemDetailBox {
    position: absolute;
    width: 90%;
    max-width: 620px;
    bottom: 80px;
    left: 4.16%;
    font-size: 1rem;
  }
  .featureItemDetailBox-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  
  .homeBrand {
    padding: 60px 0 40px;
  }
  .homeBrandList {
    margin-top: 40px;
  }
  .homeBrandList > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .brandItem {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .brandItemDetail {
    padding: 20px 0 20px;
    font-size: 1rem;
  }
  .brandItemDetail-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .brandItemDetail-link {
    margin-top: 15px;
  }
  
  .homeMedia {
    padding: 60px 0 40px;
  }
  .homeMediaList {
    margin-top: 40px;
  }
  .homeMediaList > .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mediaItem {
    padding: 0 50px;
    margin-bottom: 60px;
  }
  .mediaItemImg {
    width: 45%;
  }
  .mediaItemDetail {
    padding-left: 6%;
    font-size: 1rem;
  }
  
  .homeMovingHashTag {
    padding: 25px 0 20px;
  }
  ul.homeMovingHashTagList > li {
    height: 70px;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .homeAboutLeft {
    width: 30%;
    justify-content: center;
  }
  .homeAboutLogo {
    max-width: 400px;
  }

  .featureItemDetailBox {
    position: relative;
    width: 100%;
    max-width: 600px;
    bottom: unset;
    left: unset;
    font-size: 1rem;
    padding: 0;
  }
  .featureItemDetailBox-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  .homeFeatured {
    display: none;
  }
  .MB_homeFeatured {
    display: block;
  }

  .homeBrandList > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .brandItem {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .homeMediaList > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .mediaItem {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeBannerScroll {
    display: none;
  }
  .homeBannerVdoBtnArea {
    /*right: unset;
    bottom: unset;
    font-size: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    right: 20px;
    bottom: 15px;
    font-size: 0.9rem;
  }
  .homeBannerVdoIcon {
    width: 40px;
    margin-left: 10px;
  }
  .homeBannerVdoBtnAreaInner {
    display: none;
  }
  .MB_bannerVideoPlay {
    display: flex;
    align-items: center;
  }
  .bannerVideoCover.actived {
    display: block;
  }
  
  .homeAboutInner {
    display: block;
  }
  .homeAboutLeft {
    width: 100%;
  }
  .homeAboutLeftInner {
    padding: 30px 30px;
  }
  .homeAboutLogo {
    max-width: unset;
  }
  .homeAboutRightInner {
    padding: 50px 25px 30px;
    font-size: 1rem;
  }
  .homeAboutTitle {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  
  .homeFeatured {
    display: none;
  }
  .homeFeaturedTitle {
    top: 50px;
    left: 4.16%;
  }
  .homeFeaturedNav {
    right: 4.16%;
    top: calc(100vh - 30px);
  }
  .homeFeaturedNavArrowItem {
    margin-right: 35px;
    width: 45px;
  }
  .homeFeaturedNavNumer {
    margin-top: 20px;
  }
  .homeFeaturedNavNumer > ul > li {
    margin-right: 25px;
    font-size: 1.7rem;
  }
  
  .featureItemDetailBox {
    position: relative;
    width: 100%;
    max-width: 600px;
    bottom: unset;
    left: unset;
    font-size: 1rem;
    padding: 0;
  }
  .featureItemDetailBox-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  
  .homeBrand {
    padding: 40px 0 40px;
  }
  .homeBrandTitle {
    text-align: center;
  }
  .homeBrandList {
    display: none;
  }
  .brandItem {
    padding: 0 30px;
    margin-bottom: 0;
  }
  .brandItemDetail {
    padding: 20px 0 20px;
    font-size: 1rem;
  }
  .brandItemDetail-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .brandItemDetail-link {
    margin-top: 15px;
  }
  
  .homeMedia {
    padding: 40px 0 40px;
  }
  .homeMediaTitle {
    text-align: center;
  }
  .homeMediaList {
    display: none;
  }
  .mediaItem {
    padding: 0 50px;
    margin-bottom: 0;
  }
  .mediaItemInner {
    display: block;
  }
  .mediaItemImg {
    width: 100%;
  }
  .mediaItemDetail {
    padding: 20px 0 20px;
    font-size: 1rem;
  }
  
  .homeMovingHashTag {
    padding: 20px 0 20px;
  }
  ul.homeMovingHashTagList > li {
    height: 50px;
    margin-right: 10px;
  }

  .featuredCarouselItemInner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding-bottom: 100px;
  }
  .featuredCarouselItemImg {
    width: 100%
  }
  .featuredCarouselItemDetail {
    display: flex;
    align-items: flex-start;
    flex: 1;
    padding: 20px 25px 20px;
  }

  .MB_homeFeatured {
    display: block;
    padding: 0;
    background-color: #ffffff;
  }
  .MB_homeCarouselList {
    display: block;
  }
}
@media (max-width: 380px) {
  
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .homeFeaturedSection.featureItem01 .featureItemImg {
      top: 0;
      left: 16.4%;
      height: 76.8%;
    }
    .homeFeaturedSection.featureItem02 .featureItemImg {
      top: 7%;
      left: 44%;
      height: 65%;
    }
    .homeFeaturedSection.featureItem03 .featureItemImg {
      top: 7%;
      left: 45%;
      height: 61.5%;
    }
    .homeFeaturedSection.featureItem04 .featureItemImg {
      top: 7%;
      left: 50%;
      height: 63.2%;
    }
    .homeFeaturedSection.featureItem05 .featureItemImg {
      top: 8%;
      left: 42%;
      height: 61.5%;
    }
    .homeFeaturedSection.featureItem06 .featureItemImg {
      top: 8%;
      left: 48%;
      height: 68.3%;
    }
    .homeFeaturedSection.featureItem07 .featureItemImg {
      top: 4%;
      left: 40%;
      height: 75%;
    }
    .homeFeaturedSection.featureItem08 .featureItemImg {
      top: 9%;
      left: 46%;
      height: 62.6%;
    }

}

/***** HOME CAROUSEL *****/
.homeCarouselControl .brandItem,
.homeCarouselControl .mediaItem {
  padding: 0;
  max-width: unset !important;
}
.homeCarouselControl .owl-nav {
  display: none;
}
.homeCarouselNavCover {
  margin-top: 15px;
}
.homeCarouselNav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnNavCarousel {
  width: 30px;
  cursor: pointer;
}
.btnNavCarousel.disabled {
  opacity: .2;
}
.homeCarouselNavNumber {
  width: 100px;
  margin: 0 10px;
  text-align: center;
  font-size: 1.125rem;
}

.homeFeaturedCarouselControl .owl-nav {
  display: none;
}
.homeFeaturedCarouselNavCover {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 20;
}
.homeFeaturedCarouselNavArrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnNavCarouselFeatured {
  width: 30px;
  margin: 0 12px;
  cursor: pointer;
}
.btnNavCarouselFeatured.disabled {
  opacity: .5;
}
.homeFeaturedCarouselNavNumber {
  margin-top: 20px;
}
.homeFeaturedCarouselNavNumber > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeFeaturedCarouselNavNumber > ul > li {
  margin: 0 10px;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(255,255,255,.5);
}
.homeFeaturedCarouselNavNumber > ul > li.actived {
  color: rgba(255,255,255,1);
}

/*** NAVGATION HAM **/
.topNavHamContainer {
}
.topNavHamCover {
  display: none;
  margin-left: 20px;
  position: relative;
}
.topNavHamBoxCover {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.topNavHamBox {
  overflow: hidden;
}
.topNavHamLine {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
  margin: 5px 0;
  opacity: 1;
  transform: translateX(0);
  transition: all .15s ease-in-out;
}
.topNavHamLine:nth-child(1) {
  transition-delay: 0.1s;
}
.topNavHamLine:nth-child(2) {
  transition-delay: 0.2s;
}
.topNavHamLine:nth-child(3) {
  transition-delay: 0.3s;
  /*width: 18px;*/
}
.topNavHamBox.hideHam .topNavHamLine {
  transform: translateX(40px);
  opacity: 0;
}
.topNavHamBox.blakcLine .topNavHamLine {
  background-color: #000000;
}

.mobileNavCloseCover {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 38px;
  height: 38px;
  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: 36px;
  height: 36px;
}
.mobileNavCloseLine {
  position: absolute;
  top: 2px;
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  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: 0;
}
.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;
}

@media (max-width: 1024px) {
  
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavCloseCover {
    top: 25px;
    right: 25px;
  }
  .topNavHamBox.blakcLine .topNavHamLine {
    background-color: #ffffff;
  }
}

/*** NEW MENU ***/
.topNavRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topNavMenuCover {
  margin-left: 50px;
  width: 38px;
}
.topNavYearCover {
  margin-right: 50px;
}
.topNavYearBox {
  display: inline-block;
  font-size: 0.8rem;
  cursor: pointer;
  position: relative;
  padding: 0 20px 0 12px;
  background-image: url('../..//images/nav/icon-select.png');
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 11px auto;
}
.topNavYearTitle {
  display: inline-block;
}
.topNavYearTxt {
  display: inline-block;
  margin-left: 10px;
}
.topNavAbsoluteHam {
  position: fixed;
  top: 41px;
  right: 4.16%;
  z-index: 800;
}

.mobileNavArea {
  position: fixed;
  /*width: 35%;*/
  width: 50%;
  max-width: 676px;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,1);
  color: #ffffff;
  z-index: 1050;
  transform: translateX(100%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0s linear;
  transition-delay: 0.2s, 0.5s;
}
.mobileNavArea.actived {
  transform: translateX(0);
  transition: transform .3s ease-in-out;
  transition-delay: .3s;
  opacity: 1;
}
.mobileNavAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 18%;
}
.mobileNavContent {
}
.mobileNavMenu > ul > li {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  margin: 40px 0;
}
.mobileNavMenu > ul > li > a {
  position: relative;
  display: inline-block;
}
/*.mobileNavMenu > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width .2s ease-in-out;
}
.mobileNavMenu > ul > li > a:hover::after {
  width: 100%;
}*/
.mobileNavYearLangCover {
  display: none;
}

.mobileYearArea {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 100%;
  right: 0;
  background-color: #000000;
  color: #ffffff;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, top 0s linear;
  transition-delay: 0.2s, 0.5s;
}
.mobileYearArea.actived {
  top: 0;
  transition: top .3s ease-in-out;
  transition-delay: 0s;
  opacity: 1;
}
.mobileYearAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}

.mobileYearArea .mobileNavCloseCover.actived .mobileNavCloseLine:first-child {
  transition-delay: .3s;
}
.mobileYearArea .mobileNavCloseCover.actived .mobileNavCloseLine:last-child {
  transition-delay: .4s;
}

.mobileYearContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
}
.mobileYearContentLogo {
  width: 370px;
}
.mobileYearContentList {
}
.mobileYearContentList > ul > li {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  padding: 35px 0;
}
.mobileYearContentList > ul > li.actived {
  color: #FF7312;
}

.mobileNavAreaYearLang {
  position: absolute;
  width: 400px;
  top: 49px;
  left: 18%;
}
.mobileNavAreaYearLangInner {
  display: flex;
  width: 100%;
}
.mobileNavAreaYearLang .topNavYearCover {
  margin-right: 50px;
}
.mobileNavAreaYearLang .topNavYearBox {
  padding-left: 0;
}

@media (max-width: 1600px) {
  .mobileNavAreaInner {
    padding-left: 18%;
  }
  .mobileNavMenu > ul > li {
    font-size: 40px;
    line-height: 1.2;
    margin: 30px 0;
  }
  .mobileYearContent {
    max-width: 960px;
  }
  .mobileYearContentLogo {
    width: 340px;
  }
  .mobileYearContentList > ul > li {
    font-size: 90px;
    padding: 30px 0;
  }

  .mobileNavAreaYearLang {
    width: 400px;
    top: 49px;
    left: 18%;
  }
  .mobileNavAreaYearLang .topNavYearCover {
    margin-right: 30px;
  }
}
@media (max-width: 1366px) {
  .mobileNavAreaInner {
    padding-left: 18%;
  }
  .mobileNavMenu > ul > li {
    font-size: 32px;
    line-height: 1.2;
    margin: 25px 0;
  }
  .mobileYearContent {
    max-width: 780px;
  }
  .mobileYearContentLogo {
    width: 280px;
  }
  .mobileYearContentList > ul > li {
    font-size: 80px;
    padding: 25px 0;
  }

  .mobileNavAreaYearLang {
    width: 400px;
    top: 49px;
    left: 18%;
  }
  .mobileNavAreaYearLang .topNavYearCover {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .logoNextLevel  {
    padding-right: 30px;
    margin-right: 30px;
  }
  .topNavMenuCover {
    margin-left: 30px;
  }
  .topNavYearCover {
    margin-right: 30px;
  }

  .mobileNavArea {
    /*width: 45%;*/
    width: 60%;
  }
  .mobileNavAreaInner {
    padding-left: 15%;
  }
  .mobileNavMenu > ul > li {
    font-size: 32px;
    line-height: 1.2;
    margin: 25px 0;
  }
  .mobileYearContent {
    max-width: 640px;
  }
  .mobileYearContentLogo {
    width: 240px;
  }
  .mobileYearContentList > ul > li {
    font-size: 70px;
    padding: 20px 0;
  }

  .mobileNavAreaYearLang {
    width: 400px;
    top: 49px;
    left: 15%;
  }
  .mobileNavAreaYearLang .topNavYearCover {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .logoNextLevel  {
    padding-right: 20px;
    margin-right: 20px;
  }
  .topNavMenuCover {
    margin-left: 20px;
  }
  .topNavYearCover {
    margin-right: 20px;
  }

  .mobileNavArea {
    /*width: 60%;*/
    width: 64%;
  }
  .mobileNavAreaInner {
    padding-left: 15%;
  }
  .mobileNavMenu > ul > li {
    font-size: 32px;
    line-height: 1.2;
    margin: 25px 0;
  }
  .mobileYearContent {
    max-width: 500px;
  }
  .mobileYearContentLogo {
    width: 220px;
  }
  .mobileYearContentList > ul > li {
    font-size: 65px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  
  .logoNextLevel  {
    padding-right: 15px;
    margin-right: 15px;
  }
  .topNavMenuCover {
    margin-left: 10px;
  }
  .topNavYearCover {
    margin-right: 0;
  }

  .mainTopNav .topNavLanguage {
    display: none;
  }
  .mobileNavYearLangCover {
    display: block;
    margin-bottom: 50px;
  }
  .topNavAbsoluteHam {
    top: 16px;
    right: 20px;
  }

  .mobileNavArea {
    width: 100%;
  }
  .mobileNavAreaInner {
    align-items: flex-start;
    padding-left: 15%;
    padding-top: 100px;
  }
  .mobileNavMenu > ul > li {
    font-size: 30px;
    line-height: 1.2;
    margin: 20px 0;
  }

  .mobileYearAreaInner {
    align-items: flex-start;
    padding-left: 15%;
    padding-top: 150px;
  }
  .mobileYearContent {
    display: block;
    max-width: 500px;
  }
  .mobileYearContentLogo {
    width: 180px;
  }
  .mobileYearContentList {
    margin-top: 20px;
  }
  .mobileYearContentList > ul > li {
    font-size: 45px;
    padding: 14px 0;
  }

  .topNavYearTitle {
    display: none;
  }
  .topNavYearBox {
    padding: 0 15px 0 0;
  }
  .topNavLanguage > ul > li:first-child {
    padding-left: 0;
  }

  .mobileNavAreaYearLang {
    display: none;
  }
}

/** NICE SCROLL **/
@media (max-width: 1024px) {
  .nicescroll-rails {
    display: none !important;
  }
  .nicescroll-cursors {
    display: none !important;
  }
}

/** THINK THAILAND **/
.btnCloseSplash {
  position: fixed;
  top: 45px;
  right: 4.16%;
  z-index: 800;
  width: 50px;
}

.homeBannerVdoIconTxt {
  font-size: 1.5rem;
  font-weight: 500;
}

.homeIntro {
  background-color: #F9F5EE;
  padding: 80px 0;
}
.homeIntroInner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeIntroImage {
  width: 50%;
  max-width: 830px;
}
.featuredImg {
  transform-origin: center center;
}

.homeDesire {
  background-color: #E2428F;
  padding: 50px 0 60px;
  color: #ffffff;
}
.homeDesireInner {
  position: relative;
}
.homeDesireTitle {
  text-align: center;
}
.homeCarouselControl .desireItem {
  padding: 0;
  max-width: unset !important;
}

.desireItem {
}
.desireItemInner {
}
.desireItemDetail {
  padding: 30px 0;
}
.desireItemDetailTop {
  margin-bottom: 30px;
  display: flex;
}
.desireItemDetailTitle {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.homeDesireList {
  margin-top: 50px;
}
.desireItemDetailDownload {
  width: 250px;
  text-align: right;
}
.btnDownloadBrochure,
.btnDownloadBrochure:focus,
.btnDownloadBrochure:visited {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  background-image: url('../../images/icon-download.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 14px center;
  background-color: #ffffff;
  padding: 14px 14px 14px 50px;
  color: #000000;
  transition: opacity .2s ease-in-out;
  opacity: 1;
}
.btnDownloadBrochure:hover {
  color: #000000;
  background-color: #ffffff;
  opacity: .8;
}
.btnPlayVdo,
.btnPlayVdo:focus,
.btnPlayVdo:visited {
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  background-image: url('../../images/btn-play.png');
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: left center;
  padding-left: 34px;
  height: 40px;
  transition: opacity .2s ease-in-out;
  opacity: 1;
}
.btnPlayVdo:hover {
  color: #ffffff;
  opacity: .8;
  background-color: transparent;
}

.btnEnterArea {
  margin-top: 20px;
  text-align: center;
}
.btnEnterSite,
.btnEnterSite:focus,
.btnEnterSite:visited {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 500;
  background-color: transparent;
  padding: 12px 25px;
  color: #ffffff;
  transition: all .2s ease-in-out;
  opacity: 1;
  border: 1px solid #ffffff;
}
.btnEnterSite:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

.desireItemVdo {
  display: none;
}

.desireList .row {
  margin-left: -25px;
  margin-right: -25px;
}
.desireRowItem {
  padding: 0 25px;
  margin-bottom: 25px;
}
.desireRowItemDetail {
  padding: 25px 0;
}
.desireRowItemTitle {
  font-size: 1.625rem;
  font-weight: 500;
}
.desireRowItemVdo {
  margin: 20px 0;
}

@media (max-width: 1600px) {
  .desireItemDetailTitle {
    font-size: 1.625rem;
  }
  .btnEnterSite {
    font-size: 1.625rem;
    padding: 14px 20px;
  }

  .desireList .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .desireRowItem {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .desireRowItemDetail {
    padding: 20px 0;
  }
  .desireRowItemTitle {
    font-size: 1.375rem;
  }
  .desireRowItemVdo {
    margin: 15px 0;
  }
}
@media (max-width: 1366px) {
  .btnCloseSplash {
    top: 42px;
    right: 4.16%;
    width: 45px;
  }

  .homeBannerVdoIconTxt {
    font-size: 1.375rem;
  }
  .homeIntro {
    padding: 70px 20px;
  }
  .homeIntroImage {
    width: 50%;
    max-width: 830px;
  }
  .homeDesire {
    padding: 50px 0 60px;
  }

  .desireItemDetail {
    padding: 30px 0;
  }
  .desireItemDetailTop {
    margin-bottom: 20px;
  }
  .desireItemDetailTitle {
    font-size: 1.375rem;
  }
  .homeDesireList {
    margin-top: 50px;
  }
  .desireItemDetailDownload {
    width: 220px;
  }
  .btnDownloadBrochure,
  .btnDownloadBrochure:focus,
  .btnDownloadBrochure:visited {
    font-size: 1.125rem;
    padding: 12px 12px 12px 48px;
  }
  
  .btnEnterArea {
    margin-top: 20px;
  }
  .btnEnterSite {
    font-size: 1.625rem;
    padding: 14px 20px;
  }

  .desireList .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .desireRowItem {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .desireRowItemDetail {
    padding: 20px 0;
  }
  .desireRowItemTitle {
    font-size: 1.25rem;
  }
  .desireRowItemVdo {
    margin: 15px 0;
  }
}
@media (max-width: 1024px) {
  .homeIntro {
    padding: 60px 20px;
  }
  .homeIntroImage {
    width: 60%;
  }
  .desireItemDetailTop {
    margin-bottom: 20px;
    display: block;
  }
  .desireItemDetailDownload {
    width: auto;
    text-align: left;
  }
  .desireItemDetailTitle {
    margin-bottom: 20px;
  }
  .pageFooterRight {
    transform: translateY(-4px);
  }
  .pageFooterRight > ul > li {
    margin-right: 20px;
  }

  .desireList .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .desireRowItem {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .desireRowItemDetail {
    padding: 20px 0;
  }
  .desireRowItemTitle {
    font-size: 1.25rem;
  }
  .desireRowItemVdo {
    margin: 15px 0;
  }
  .btnPlayVdo,
  .btnPlayVdo:focus,
  .btnPlayVdo:visited {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .desireItem {
    width: 500px;
  }
  .btnEnterSite {
    font-size: 1.5rem;
    padding: 14px 20px;
  }

  .homeDesireList {
    padding: 0 6%;
  }
  .desireRowItem {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .desireRowItemTitle {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .btnCloseSplash {
    top: 18px;
    right: 4.16%;
    width: 32px;
  }
  .homeIntro {
    padding: 40px 20px;
  }
  .homeIntroImage {
    width: 100%;
  }
  .homeDesireList {
    margin-top: 30px;
  }
  .desireItem {
    width: 300px;
  }
  .desireItemDetail {
    padding: 20px 0;
  }
  .desireItemDetailTop {
    margin-bottom: 15px;
  }
  .desireItemDetailTitle {
    margin-bottom: 15px;
  }
  .desireRowItemVdo {
    margin: 15px 0;
  }
  .btnEnterArea {
    margin-top: 10px;
  }
  .btnEnterSite {
    font-size: 1.375rem;
    padding: 14px 20px;
  }
  .desireRowItemDetail {
    padding-top: 20px;
  }

  .homeDesireList {
    padding: 0;
  }
  .desireRowItem {
    padding: 0 10px;
    margin-bottom: 35px;
  }
  .desireRowItemTitle {
    font-size: 1.25rem;
  }
}

.video-hero video {
  width: 100% !important;
}

/*** 2025 ***/
.logoTopControl {
  display: inline-block;
  height: 56px;
}
.homeIntroDetail {
  margin: 50px auto 0;
  max-width: 1600px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}
.homeFeaturedBox {
  background-color: #ABD0B7;
  padding: 80px 0;
}
.homeFeaturedContent {
  display: flex;
  align-items: center;
}
.homeFeaturedContentImage {
  width: 53%;
}
.homeFeaturedContentImageInner {
  height: 100vh;
  display: flex;
  align-items: center;
}
.homeFeaturedContentDetail {
  flex: 1;
  font-size: 20px;
  line-height: 1.75;
}
.homeFeaturedContent-title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  color: #286241;
  margin-bottom: 20px;
}
.homeFeaturedContent-highlight {
  margin: 24px 0 24px;
  font-size: 20px;
  color: #286241;
  font-weight: 700;
}
.homeFeaturedContentInfoBoxItem {
  padding: 30px 30px;
  border-radius: 20px;
  background-color: rgba(41, 97, 64, .15);
  margin-bottom: 40px;
}
.homeFeaturedContentInfoBoxItem:last-child {
  margin-bottom: 0;
}
.homeFeaturedContentInfoBoxItem-title {
  font-size: 30px;
  color: #286241;
  font-weight: 900;
}
.homeFeaturedBrandList {
  margin-top: 14px;
}
.homeFeaturedBrandItem {
  display: inline-block;
  max-width: 170px;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.homeFeaturedBrandItem.creatorItem {
  max-width: 260px;
}
.homeFeaturedBrandItem:last-child {
  margin-right: 0;
}
.homeFeaturedBrandItemImg {
  margin-bottom: 8px;
  transition: transform .2s ease-in-out;
  transform-origin: center center;
}
.homeFeaturedBrandLink {
  position: relative;
  display: inline-block;
  padding-right: 0.75em;
  font-size: 16px;
  font-weight: 500;
}
.homeFeaturedBrandLink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.3125em;
  height: 100%;
  background-image: url('../../images/icon/icon-link-arrow.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: right .2s ease-in-out;
}

.homeFeaturedBrandItem:hover .homeFeaturedBrandItemImg {
  transform: scale(1.05);
}
.homeFeaturedBrandItem:hover .homeFeaturedBrandLink::after {
  right: -4px;
}

.homeFeaturedBox.reverseDiv .homeFeaturedContent {
  flex-direction: row-reverse;
}
.homeFeaturedBox.boxThemePink {
  background-color: #EAB6BF;
}
.homeFeaturedBox.boxThemePink .homeFeaturedContent-title,
.homeFeaturedBox.boxThemePink .homeFeaturedContent-highlight,
.homeFeaturedBox.boxThemePink .homeFeaturedContentInfoBoxItem-title {
  color: #B75363;
}
.homeFeaturedBox.boxThemePink .homeFeaturedContentInfoBoxItem {
  background-color: rgba(183, 83, 99, .15);
}
.homeFeaturedBox.boxThemeBlue {
  background-color: #BDCFE3;
}
.homeFeaturedBox.boxThemeBlue .homeFeaturedContent-title,
.homeFeaturedBox.boxThemeBlue .homeFeaturedContent-highlight,
.homeFeaturedBox.boxThemeBlue .homeFeaturedContentInfoBoxItem-title {
  color: #416891;
}
.homeFeaturedBox.boxThemeBlue .homeFeaturedContentInfoBoxItem {
  background-color: rgba(65, 104, 144, .15);
}

.homeIntroImageBuzz {
  position: relative;
}
.homeIntroImageBuzzControl {
  position: relative;
  z-index: 5;
}
.homeIntroImageBuzzShake {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 1600px) {
  .logoTopControl {
    height: 50px;
  }
}
@media (max-width: 1366px) {
  .logoTopControl {
    height: 45px;
  }
  .homeIntroDetail {
    margin: 50px auto 0;
    font-size: 28px;
    line-height: 1.25;
  }
  .homeFeaturedBox {
    padding: 70px 0;
  }
  .homeFeaturedContentImage {
    width: 50%;
  }
  .homeFeaturedContentDetail {
    font-size: 20px;
    line-height: 1.75;
  }
  .homeFeaturedContent-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .homeFeaturedContent-highlight {
    margin: 24px 0 24px;
    font-size: 20px;
  }
  .homeFeaturedContentInfoBoxItem {
    padding: 30px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .homeFeaturedContentInfoBoxItem-title {
    font-size: 28px;
  }
  .homeFeaturedBrandList {
    margin-top: 14px;
  }
  .homeFeaturedBrandItem {
    max-width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .homeFeaturedBrandItem.creatorItem {
    max-width: 230px;
  }
}
@media (max-width: 1024px) {
  .homeIntroDetail {
    margin: 40px auto 0;
    font-size: 26px;
    line-height: 1.25;
  }
  .homeFeaturedBox {
    padding: 60px 0;
  }
  .homeFeaturedContent {
    display: block;
  }
  .homeFeaturedContentImage {
    width: 78%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .homeFeaturedContentImageInner {
    height: auto;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .homeIntroDetail {
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .logoTopControl {
    height: 32px;
  }
  .homeIntroDetail {
    margin: 20px auto 0;
    font-size: 20px;
    line-height: 1.25;
  }
  .homeFeaturedBox {
    padding: 40px 0;
  }
  .homeFeaturedContentImage {
    width: 90%;
    margin-bottom: 20px;
  }
  .homeFeaturedContentDetail {
    font-size: 18px;
    line-height: 1.75;
  }
  .homeFeaturedContent-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .homeFeaturedContent-highlight {
    margin: 20px 0 20px;
    font-size: 18px;
  }
  .homeFeaturedContentInfoBoxItem {
    padding: 20px 20px;
    border-radius: 14px;
    margin-bottom: 20px;
  }
  .homeFeaturedContentInfoBoxItem-title {
    font-size: 24px;
  }
  .homeFeaturedBrandList {
    margin-top: 14px;
  }
  .homeFeaturedBrandItem {
    max-width: 124px;
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .homeFeaturedBrandItem.creatorItem {
    max-width: 190px;
  }
  .homeFeaturedBrandLink {
    font-size: 15px;
  }
}