@charset "UTF-8";
@import 'sanitize.css';
body { margin: 0; padding: 0; color: #3e3a39; background-color: #ffffff; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; font-family:  "Noto Sans JP","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic Medium", YuGothic, sans-serif; font-size:16px; cursor: auto; line-height: 1.6;}
h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0; font-weight: normal; letter-spacing: normal; }
ul,li,ol{ margin: 0; padding: 0; list-style: none;}
a{ text-decoration: none; cursor: pointer!important; color: #291341; pointer-events: auto!important; }
.clr:after{ content:""; display:block; height:0; clear:both; visibility:hidden; }

.ENFont{ font-family: "Manrope", serif; }

/* HeaderMenu */
.HeaderMenu{ width: auto; height: 130px; margin: auto; position: relative; }
.HeaderMenuBox{ width: auto; max-width: 96%; height: auto; margin: auto; margin-top: 31px; }
.HeaderMenuBox .SPNav{ width: auto; margin: auto; position: relative; display: flex; flex-wrap: nowrap; justify-content:space-between; align-items: center; }
.HeaderMenuBox .Logo{ text-align: left;}
.HeaderMenuBox .Logo img{ width: 100%; height: auto; max-width: 230px; max-height: 67px; }
.HeaderMenuBox .Logo a{ display: flex; justify-content: left; align-items: center; color: #264278; cursor: pointer;}
.HeaderMenuBox .Logo .LogoText { margin-left: 10px; font-size: 12px; font-weight: 600;}
.HeaderMenuBox .Logo .LogoText span{ display: block; font-size: 22px; font-weight: 600;}
.HeaderMenuBox .Logo .LogoText img{ width: 100%; height: auto; max-width: 265px; }
.HeaderMenuBox .NavigationTP{ height: auto; background-color: #fff; border-radius: 100px; opacity: 0;}
.HeaderMenuBox .NavigationTP ul{ margin: auto; height: auto; display: flex; flex-wrap: nowrap; justify-content: right; align-items: center;}
.HeaderMenuBox .NavigationTP ul li{ margin: 0 0px; text-align: center; font-size: 15px; font-weight: 600; letter-spacing: 0px; position: relative; z-index: 3!important; }
.HeaderMenuBox .NavigationTP ul li:last-child{ margin-right: 0px;}
.HeaderMenuBox .NavigationTP ul li:first-child{ margin-left: 0px; z-index: 9!important;}
.HeaderMenuBox .NavigationTP ul li a,.HeaderMenuBox .NavigationTP ul li.TextFade span{ padding: 13px 25px; display: block; color: #3e3a39; position: relative; transition: all .3s; }
/*.HeaderMenuBox .NavigationTP ul li:nth-last-child(-n+2) a{padding: 0;}
.HeaderMenuBox .NavigationTP ul li:last-child a{padding: 0;}*/
.HeaderMenuBox .NavigationTP ul li a:hover{ color: #fff;}
.HeaderMenuBox .NavigationTP ul li:hover{ color: #fff; background-image: linear-gradient(90deg, rgba(0, 192, 213, 1) 5%,rgba(33, 146, 255, 1) 40%, rgba(0, 80, 196, 1) 80%); box-shadow: 0px 0px 5px rgba(0,0,0,0.2); border-radius: 100px; }
.HeaderMenuBox .NavigationTP ul li.NoneBG:hover { background-color: transparent; }
.HeaderMenuBox .NavigationTP ul li.NoneBG { margin-left: 10px; margin-right: 0px;}
.HeaderMenuBox .NavigationTP ul li img{ width: 12px; height: auto;}
.HeadSub{ border-radius: 15px 15px 0 0!important;}

/* ViewMoreBox */
.ViewMoreBTNTop { pointer-events: auto; cursor: pointer; margin: 0; background: #352f2d; width: 100%; max-width: 230px; font-size: 16px; font-weight: 600; position: relative; display: flex; justify-content: space-between; align-items: center; box-shadow: 3px 3px 5px rgba(0,0,0,0.2);}
.ViewMoreBTNTop::before,.ViewMoreBTNTop::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ViewMoreBTNTop--mimas { border-radius: 100px; overflow: hidden; color: #fff; background: #fff; }
.ViewMoreBTNTop--mimas span { position: relative; color: #fff; }
.ViewMoreBTNTop--mimas::before { content: ''; background: #0050c4; width: 140%; height: 100px; left: -10%; transform: skew(30deg); transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
.ViewMoreBTNTop--mimas:hover::before { transform: translate3d(100%,0,0); }
.ViewMoreBTNTop--mimas:hover span{ color: #fff;}
.ViewMoreBTNTop--mimas:hover img{ filter: brightness(0) invert(1);}

.ContactLink{ padding: 13px 20px; display: block; color: #fff!important; border: 0px solid #352f2d; position: relative; border-radius: 100px; box-shadow: 2px 3px 5px rgba(0,0,0,0.2); background-image: linear-gradient(90deg, rgba(255, 138, 100, 1) 10%,rgba(243, 93, 89, 1) 60%, rgba(242, 77, 73, 1) 80%); transition: all .3s ease-in-out;  }
.ContactLink img{ width: 100%!important; height: auto; max-width: 22px!important; vertical-align: middle; margin-top: -3px; margin-right: 5px;}
.ContactLink:hover{ color: #fff;  background-image: linear-gradient(90deg, rgba(242, 77, 73, 1) 10%,rgba(243, 93, 89, 1) 60%, rgba(255, 138, 100, 1) 80%); transition: all .3s ease-in-out; }

.LangRight{ padding: 8px 20px!important; font-size: 16px; font-weight: bold; color: #0050c4!important; background-color: #fff; border: 2px solid #0050c4; border-radius: 10px; display: block; }
.LangRight img{ width: 100%!important; height: auto; max-width: 20px!important; vertical-align: sub; transition: all .3s;}
.LangRight:hover{ background-color: #0050c4; color: #fff!important; }
.LangRight:hover img{ filter: brightness(0) invert(1); transition: all .3s;}

.HeaderMenuBox .NavigationTP ul li:hover{ color: #3e3a39; }
/*.HeaderMenuBox .NavigationTP ul li:hover .SubMenu{ display: block!important; position: absolute; width: 489px; left: -170px; top: 48px; height: auto; border-radius: 100px; background: #fff; padding: 0 0 0; box-shadow: 0px 5px 10px rgba(0,0,0,0.1); z-index: 0!important;}
.HeaderMenuBox .NavigationTP ul li .SubMenu{ display: none; }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul{ height: auto; width: auto;display: block;}
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li{ margin: 0; padding: 0; text-align: center; display: inline-block; }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li a{ display: block; color: #3e3a39; padding: 15px 20px; font-size: 15px; font-weight: 600; white-space: nowrap;}
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li  a:hover{ color: #fff; border-radius: 100px; background: #ec8f1d; box-shadow: 1px 1px 7px rgba(0,0,0,0.0);    }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li:nth-child(2) a:hover{ background: #465aab; }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li:nth-child(3) a:hover{ background: #adc009; }*/
.HeaderMenuBox .LangTP{ /*width: 15%;*/ height: auto; position: relative; }
.HeaderMenuBox .LangTP ul{ display: flex; flex-wrap: nowrap; justify-content: right; }
.HeaderMenuBox .LangTP ul li{ display: inline-block; margin: 0 0 0 10px; font-size: 14px; border-bottom: 0; }
.HeaderMenuBox .LangTP ul li a{ display: block; width: 35px; height: 35px; line-height: 30px; text-align: center; border: 1px solid #ccc; border-radius: 100px; background-color: #fff; color: #000; }
.HeaderMenuBox .LangTP ul li a img{ width: auto; max-width: 21px; height: auto; }
.HeaderMenuBox .LangTP ul li a.active{ background-color: #adc009; color: #fff;}
.HeaderMenuBox .LangTP ul li a:hover{ background-color: #adc009; color: #fff;}
.SPNav{ width: 70%; height: auto; }

/* MobileMenu */
.MobileMenu{ display: none; top: 0; left: 0; width: 100%; height: 50px; position: relative; z-index: 9; background: rgba(255, 255, 255, .5); backdrop-filter: blur(15px); flex-wrap: nowrap; justify-content: space-between; z-index: 999999; transition: all .3s; }
.MobileMenu .LogoMB{ display: flex; align-items: center; width: auto; margin-left: 15px; font-size: 8px;}
.MobileMenu .LogoMB a{ display: flex; justify-content: left; align-items: center; color:#264278;}
.MobileMenu .LogoMB p{ margin: 0; margin-left: 10px;}
.MobileMenu .LogoMB span{ display: block; font-size: 15px; font-weight: 600; }
.MobileMenu .LogoMB span img{ max-width: 175px;}
.MobileMenu .LogoMB img{ width: 100%; max-width: 45px; height: auto; }
.MobileMenu .PropertyBB{ width: 70%; display: flex; flex-wrap: wrap; justify-content: right; align-items: center;}
.activeMenu{ display: block!important; position: fixed; width: 100%; height: 100%; left: 0!important; opacity: 1!important; overflow: scroll; transition: all .3s;}

/* menuIcon */
.menuIcon { margin: 0; width: 50px; height: 50px; cursor: pointer; padding: 12px 4px; position: relative; }
.line1,.line2,.line3 {position: absolute; margin-top: 2px;left: 0;right: 0;margin: auto; width: 30px; height: 4px; border-radius: 100px;pointer-events: auto; background-color: #0050c4; transition: all 300ms ease-out;}
.line1 { margin-top: 0px; }
.line2 { margin-top: 11px; }
.line3 { margin-top:22px; }
.active .line1 { width: 28px; margin-top: 12px; transform: rotate(45deg); background-color:#0050c4; }
.active .line2 { width: 28px; opacity: 0; }
.active .line3 { width: 28px; margin-top: 12px; transform: rotate(-45deg); background-color: #0050c4; }
.HiddenNone{ display: block!important;}

/* Menu Fixed Top */
.HeaderMenu { display: inline; position: fixed; left:0; top:0; width:100%; box-sizing:border-box; transition: all 0.6s; z-index: 99999; }
.HeaderMenu.off-canvas { top: -190px; }
.HeaderMenu.off-canvas { background-color: rgba(255, 255, 255, 0.8); }
.HeaderMenu.off-canvas .HeaderMenuBox .Logo img{ max-height: 110px!important; }
.HeaderMenu.fixed { top:0; z-index: 99999; }
.HeaderMenu.fixed .HeaderMenuBox .Logo img{ max-height: 230px!important; }
.HeaderMenu.fixedBox { position: fixed!important; top:0; z-index: 99999; }
.HeaderMenu.fixedBox .HeaderMenuBox .Logo img{ max-height: 110px!important; }
.FixedMenu { position: fixed!important; }
.FixedMenu .HeaderMenuBox .Logo img{ max-height: 230px!important; }



/*.highlight {
  transition: all 0.2s;
  border-bottom: 2px solid white;
  position: absolute;
  top: 0;
  background: #000!important;
  left: 0;
  z-index: 2;
  border-radius: 100px;
  display: block;
}*/

/* Footer */
footer{ padding: 0; margin: 0; background-color: #f2f4f8; position: relative; }
footer .FooterBox{ position: relative; padding: 100px 0; }
.FooterBoxLink .Inner{ display: flex; justify-content: left; flex-wrap: wrap; gap: 3%; }
.FooterBoxLink .Inner .TypeList{ margin: 0; width: 22%;}
.FooterBoxLink .Inner .TypeList p.Title{ font-size: 18px; font-weight: 600;}
.FooterBoxLink .Inner .TypeList p.Title span{ display: block;}
.FooterBoxLink .Inner .TypeList ul li{  position: relative; display: block; margin-bottom: 10px;font-weight: 500; }
.FooterBoxLink .Inner .TypeList ul li:before {  content: "- "; margin-left: 0px; }
.FooterBoxLink .Inner .TypeList ul li{ font-size: 14px;}
.FooterBoxLink .Inner .TypeList ul li a{ color: #3e3a39; }
.FooterBoxLink .Inner .TypeList ul li a:hover{ color: #0050c4; }

footer .FooterBox .FooterBoxSNS{ text-align: right;}
footer .FooterBox .FooterBoxSNS .SNSLink a{ margin-left: 10px; }
footer .FooterBox .FooterBoxSNS .SNSLink img{ width: 38px; height: auto; }
footer .CopyRight{ text-align: center; font-size: 12px; padding: 20px 0; background-color: #0050c4; color: #fff;}
footer .CopyRightBox{ position: relative; text-align: center; max-width: 1100px; margin: auto; }
footer .CopyRightBox a{ color: #fff; }
footer .CopyRightBox p{ margin: 0;}
footer .CopyRightBox .PrivacyPolicyLink{ position: absolute; left: 0; top: 0;}
footer .CopyRightBox .PrivacyPolicyLink a{ margin-right: 10px;}

/* AllPageWidth */
.AllPageWidth{ width: auto; height: auto; max-width: 1100px; margin: auto; }
.AllPageWidth990{ width: auto; height: auto; max-width: 990px; margin: auto; }
.AllPageWidth900{ width: auto; height: auto; max-width: 900px; margin: auto; }

.FontLexend{ font-family: "Lexend", sans-serif!important; }

.triangle {
  width: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 40%);
  background: linear-gradient(90deg,red,lightblue);
}

/* ContactBox */
.ContactArea{ /*background-color: #3362b3;*/ background-image: linear-gradient(45deg, rgba(0, 192, 213, 1) 0%,rgba(33, 146, 255, 1) 30%, rgba(0, 80, 196, 1) 60%); color: #fff; padding: 120px 0; position: relative; }
.ContactArea:before{ position: absolute; z-index: 0; left: 0; top: 0; content: ''; width: 100%; height: 100%; background: url('../images/toppage/bg-footer-contact.svg'); background-repeat: no-repeat; background-size: contain; background-position: top center;
  /*aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 40%);
  background-image: linear-gradient(225deg, rgba(0, 192, 213, 1) 0%,rgba(33, 146, 255, 1) 15%, rgba(0, 80, 196, 1) 60%); */



}


.ContactBox{ width: 100%; max-width: 880px; margin: auto; }
.ContactBox ul{ margin: 0; padding: 0; list-style: none; }
.ContactBox ul li{ display: flex; justify-content: space-between; flex-wrap: nowrap; margin-bottom: 20px; }
.ContactBox ul li p{ margin: 0;}
.ContactBox ul li p:nth-child(1){ width: 100px; padding-top: 7px; }
.ContactBox ul li p:nth-child(2){ width: 100%; text-align: left; }
.ContactBox ul li input[type="radio"]{ margin-right: 5px; transform: scale(1.2);}
.ContactBox ul li input[type="checkbox"]{ margin-right: 5px; transform: scale(1.2);}
.ContactBox ul li input[type="text"]{ box-sizing: border-box; display: block; width: 100%; height: 56px; padding: 10px 15px; border: 1px solid #bebebe; background: #f5f5f5; font-size: 16px; line-height: 32px; text-indent: 5px; border-radius: 20px; transition: all .2s ease; }
.ContactBox ul li input[type="email"]{ box-sizing: border-box; display: block; width: 100%; height: 56px; padding: 10px 15px; border: 1px solid #bebebe; background: #f5f5f5; font-size: 16px; line-height: 32px; text-indent: 5px; border-radius: 20px; transition: all .2s ease; }
.ContactBox ul li input[type="tel"]{ box-sizing: border-box; display: block; width: 100%; height: 56px; padding: 10px 15px; border: 1px solid #bebebe; background: #f5f5f5; font-size: 16px; line-height: 32px; text-indent: 5px; border-radius: 20px; transition: all .2s ease; }
.ContactBox ul li textarea{ box-sizing: border-box; display: block; width: 100%; height: auto; padding: 10px 15px; border: 1px solid #bebebe; background: #f5f5f5; font-size: 16px; line-height: 32px; text-indent: 5px; border-radius: 20px; transition: all .2s ease; }
.ContactBox ul li input[type=submit]{ background-image: linear-gradient(90deg,  rgba(255, 138, 100, 1) 10%, rgba(242, 77, 73, 1) 100%); cursor: pointer; color: #fff; text-align: center; width: 100%; padding: 15px 15px 15px 15px; font-size: 16px; font-weight: 600; max-width: 230px; border: 1px solid #fff; border-radius: 100px; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: all .3s;  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);}
.ContactBox ul li input[type=submit]:hover{background-image:none; background-color: #3e3a39; color: #fff; }
.ContactBox ul li.CenterText p:nth-child(2){ text-align: center; padding-top: 20px;}
.ContactBox ul li:last-child{ margin-bottom: 0;}
.Require{ color: red; font-weight: 600;}

.ContactHeaderLR{ display: flex; justify-content: space-between; flex-wrap: nowrap; align-items: flex-end; margin-bottom: 100px; position: relative; z-index: 2; }
.ContactHeaderLR .ContactHeaderL{ width: 50%; max-width: 500px; font-size: 60px; }
.ContactHeaderLR .ContactHeaderL p.FontLexend{ margin: 0; padding: 0; color: #f2f4f8;}
.ContactHeaderLR .ContactHeaderL .TogetherIcon{ margin-top: 30px; margin-bottom: 0;}
.ContactHeaderLR .ContactHeaderL .TogetherIcon img{  width: 100%; max-width: 420px; height: auto;}
.ContactHeaderLR .ContactHeaderR{  max-width:480px; font-size: 22px; font-weight: 700; }
.ContactHeaderLR .ContactHeaderR .ContactCall{ margin: 20px 0 0 0; background-color: #f35d59; border: 1px solid #fff; border-radius: 100px; box-shadow: 0px 0px 5px rgba(0,0,0,0.2); overflow: hidden; display: inline-block;}
.ContactHeaderLR .ContactHeaderR .ContactCall img{ width: 100%; height: auto; max-width: 44px; vertical-align: middle; margin-right: 20px; text-align: center;}
.ContactHeaderLR .ContactHeaderR .ContactCall a{ color: #fff; padding: 10px 40px; display: block; text-align: center; font-size: 26px; font-weight: 700; }
.ContactHeaderLR .ContactHeaderR .ContactCall a:hover{ background-color: #3e3a39; color: #fff; }
/*.ContactHeaderLR .ContactHeaderR{  max-width:480px; font-size: 22px; font-weight: 700; background-color: #0050c4; border-radius: 30px; padding: 30px; border: 2px solid #8cb0e4; }
.ContactHeaderLR .ContactHeaderR .ContactCall{ margin: 20px 0 0 0; background-color: #f35d59; border: 1px solid #fff; border-radius: 100px; box-shadow: 0px 0px 5px rgba(0,0,0,0.2); overflow: hidden; display: inline-block;}
.ContactHeaderLR .ContactHeaderR .ContactCall img{ width: 100%; height: auto; max-width: 44px; vertical-align: middle; margin-right: 20px; text-align: center;}
.ContactHeaderLR .ContactHeaderR .ContactCall a{ color: #fff; padding: 10px 40px; display: block; text-align: center; font-size: 26px; font-weight: 700; }
.ContactHeaderLR .ContactHeaderR .ContactCall a:hover{ background-color: #3e3a39; color: #fff; }*/

.HeaderBox{ text-align: center; color: #fff; padding: 0 0 40px 0; }
.HeaderBox p{ margin: 0; font-style: italic; font-size: 30px; font-weight: 600; font-family: "Roboto", sans-serif; }
.HeaderBox h2{ margin: 0; font-size: 40px; font-weight: 600; }

/* OutlineArea */
.OutlineArea{ background-color: #f5f5f5; padding: 100px 0; overflow: hidden;}
.OutlineBox{ /*width: 100%;*/ max-width: 1100px; margin: auto; }
.OutlineBox .HeaderBox{ color: #000; text-align: left; }
.OutlineList{ max-width: 980px; margin: auto; padding-top: 30px; padding-bottom: 30px; }
.OutlineList .RowsList{ display: block; display: flex; margin: 0px; font-size: 18px; }
.OutlineList .RowsList p:nth-child(1){ width: calc(100% - 680px); min-width: 140px; max-width: 140px; margin: 0; padding: 8px 0 8px 0; font-weight: 700; }
.OutlineList .RowsList p:nth-child(2){ width: calc(100% - 140px); margin: 0; border-left: 1px solid #ccc; padding: 8px 0 8px 25px; }
.GoogleMap{ max-width: 750px; margin: auto; margin-top: 50px; margin-bottom: 100px; border-radius: 10px; overflow: hidden;}
.GoogleMap iframe{ width: 100%; }
.GoogleMap .YoutubeIframe{  width: 100%; margin: 0; position: relative; padding-bottom: 50%; height: 0; overflow: hidden; }
.GoogleMap .YoutubeIframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* OurVisionArea */
.OurVisionArea{ background: url('../images/toppage/bg-vision.png'); background-repeat: no-repeat; background-size: cover; background-position: center top; padding: 100px 0; position: relative; overflow: hidden;}
.OurVisionBox{ /*width: 100%;*/ margin: auto; text-align: center; position: relative; }
.OurVisionBox .HeaderBox p{ font-size: 70px; }
.OurVisionBox .HeaderBox h2{ font-size: 24px;  }
.OurVisionDetail{ max-width: 980px; margin: auto; padding-top: 80px; padding-bottom: 30px; color: #fff; }
.OurVisionDetail .Title{ font-size: 40px; font-weight: 700; margin-top: 0; }
.OurVisionDetail .Descriptions{ font-size: 22px; margin-top: 100px; font-weight: 500; line-height: 50px; }

/* TopKV */
.TopKV{ background-color: #f2f4f8; padding-top: 130px; position: relative; padding-bottom: 50px; }
.TopKV h1{ font-size: 47px; font-weight: 800; color: #3e3a39; line-height: 82px; position: relative; padding-top: 100px; }
.TopKV .LogoKV{ position: absolute; width: 100%; max-width: 720px; height: 550px; opacity: 0; /*background: url('../images/toppage/ais-kv.svg');*/ background-repeat: no-repeat; background-size: contain; background-position: center;}
.SpaceTop{ height: 550px; padding-top: 0px; position: relative; display: flex; justify-content: center; align-items: center; text-align: center; }
  

/* KVSlideText */
.KVSlideText{ background-color: #f2f4f8;  padding: 0 0 50px 0;}
.marquee-wrapper { background-color: #f2f4f8; width: 100%; overflow: hidden; display: flex; white-space: nowrap; position: relative; font-size: 70px; font-weight: 600; z-index: 3;  padding: 5px 0; }
.marquee { display: flex; gap: 20px; min-width: 200%; animation: marquee-infinite 20s linear infinite; margin-bottom: -15px; }
.marquee span{ margin: 0 15px; }
@keyframes marquee-infinite {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.marquee2 { display: flex; gap: 20px; min-width: 200%; animation: marquee-infinite2 20s linear infinite; margin-top: -15px; }
.marquee2 span{ margin: 0 15px; }
@keyframes marquee-infinite2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.TextKVSlide{background-color: #4b4dd3; background-image: linear-gradient(90deg, #4b4dd3, #2c9eff, #14aaca, #2c9eff, #1c5bd1,#4b4dd3); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent;}


/* CaptionTP */
.CaptionTP{ text-align: center; margin: 50px 0; font-size: 28px; line-height: 55px; font-weight: 600; }
.CaptionTP p{ margin: 0;}


/* WhyChooseUsArea */
.WhyChooseUsArea{ padding: 0 0 0px 0; background-color: #f2f4f8; overflow: hidden; position: relative; }
.WhyChooseUsBox{ margin: auto; }
.WhyChooseUsBox .HeaderBox{ position: relative; color: #3e3a39; text-align: left; }
/*.WhyChooseUsBox .HeaderBox h2{ font-size: 208px; font-style: normal; font-weight: 300; position: relative; }
.WhyChooseUsBox .HeaderBox h2 .SmallWhy{ font-size: 70px; font-weight: 600; position: absolute; left: 80px; top: 225px; }
.WhyChooseUsBox .HeaderBox h2 .SmallWhy label{ margin-left: 30px;}
.WhyChooseUsBox .HeaderBox p{ font-size: 24px; font-style: normal; font-weight: 500; padding-left: 80px; letter-spacing: 7px; }*/

.WhyChooseUsBox .HeaderBox p{ font-size: 208px; font-style: normal; font-weight: 300; position: relative; }
.WhyChooseUsBox .HeaderBox p .SmallWhy{ font-size: 70px; font-weight: 600; position: absolute; left: 80px; top: 225px; }
.WhyChooseUsBox .HeaderBox p .SmallWhy label{ margin-left: 30px;}
.WhyChooseUsBox .HeaderBox h2{ font-size: 24px; font-style: normal; font-weight: 500; padding-left: 80px; letter-spacing: 7px; font-family: "Roboto", sans-serif; }

.WhyChooseUsBox .DetailLeft{ margin: 30px 0; width: 65%; max-width: 690px; }
.WhyChooseUsBox .DetailLeft .Title{ font-size: 30px; font-weight: 800; color: #0050c4; }
.WhyChooseUsBox .DetailLeft .Descriptions{ line-height: 36px; }
.WhyChooseUsBox .DetailLeft .WhyLinks{ margin-top: 40px; text-align: left; }
.WhyChooseUsBox .DetailLeft .WhyLinks .StrengthsLinks { background-color: #f35d59; padding: 10px 20px; width: 100%; max-width: 200px; text-align: center; border-radius: 100px; display: inline-block; color: #fff; font-size: 16px; font-weight: 600; margin-right: 20px; transition: all .3s; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); }
.WhyChooseUsBox .DetailLeft .WhyLinks .StrengthsLinks:hover{ background-color: #0050c4; transition: all .3s; }
.WhyChooseUsBox .DetailLeft .WhyLinks .IntroductionLinks { background-color: #3e3a39; padding: 10px 20px; width: 100%; max-width: 200px; text-align: center; border-radius: 100px; display: inline-block; color: #fff; font-size: 16px; font-weight: 600; transition: all .3s; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); }
.WhyChooseUsBox .DetailLeft .WhyLinks .IntroductionLinks:hover{ background-color: #0050c4; transition: all .3s; }
.WhyChooseUsBox .PictureRight{ position: absolute; right: 0; top: 90px; width: 100%; max-width: 690px; text-align: right; }
.WhyChooseUsBox .PictureRight .WhyBG{ position: absolute; top: 0; margin: 0; padding: 0; width: 100%; height: auto; }
.WhyChooseUsBox .PictureRight .WhyBG img{ width: 100%;  max-width: 690px; height: auto; }
.WhyPic01{ display: flex; justify-content: right; flex-wrap: nowrap; position: relative; z-index: 1; margin-top:37px; }
.WhyPic01 li{ width: auto;/* height: 175px;*/}
.WhyPic01 li img{ width: 100%; height: auto; max-height: 176px;}
.WhyPic02{ display: flex; justify-content: right; flex-wrap: nowrap; position: relative; z-index: 1; margin-top: 1px; }
.WhyPic02 li{ width: auto;/* height: 175px;*/}
.WhyPic02 li img{ width: 100%; height: auto; max-height: 176px;}
.WhyPic03{ display: flex; justify-content: right; flex-wrap: nowrap; position: relative; z-index: 1; margin-top: 0px; }
.WhyPic03 li{ width: auto;/* height: 175px;*/}
.WhyPic03 li img{ width: 100%; height: auto; max-height: 176px;}

.GradientTextStyle{ background-color: #0050c4; background-image: linear-gradient(90deg, #00c0d5, #2192ff, #0050c4); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }


/* AchrievementsArea */
.AchrievementsArea{ padding: 150px 0; overflow: hidden; position: relative; /*background-color: #ffffff;*/ /*background-image: linear-gradient(135deg, rgba(0, 192, 213, 1) 5%,rgba(33, 146, 255, 1) 40%, rgba(0, 80, 196, 1) 80%);*/ }
.AchrievementsArea:after{ position: absolute; content: ''; width: 100%; height:500px; left: 0%; top: 0%; background-color: #f2f4f8; z-index: -1; }
/*.AchrievementsArea:before{ width: 180%; height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); content: ''; position: absolute; border-radius: 50%; background-image: linear-gradient(135deg, rgba(0, 192, 213, 1) 5%,rgba(33, 146, 255, 1) 40%, rgba(0, 80, 196, 1) 80%); }*/
.AchrievementsArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #0d6efd, #00c6ff); /* gradient ฟ้า */
  border-radius: 50%;
  width: var(--before-width, 50%);
  height: var(--before-height, 50%);
  z-index: 1; /* อยู่หลัง content */
}
.AchrievementsBox{ margin: auto; color: #fff; position: relative; z-index: 2; }
.AchrievementsBox .HeaderBox{ position: relative; }
.AchrievementsBox .HeaderBox .AchievmentsIcon{ position: absolute; top: -60px; left: 0; width: 475px; height: auto; }
.AchrievementsBox .HeaderBox .AchievmentsIcon img{ width: 100%; height: auto; max-width: 100%; }
.AchrievementsBox .HeaderBox h2{ font-size: 34px; font-style: normal; font-weight: 700; }
.AchrievementsBox .HeaderBox p{ font-size: 22px; font-style: normal; font-weight: 400; }
/*.AchrievementsBox .AchrievementsAreaList{ margin: 20px 0 40px 0; }
.AchrievementsBox .AchrievementsAreaList ul{ margin: 0; display: flex; justify-content: left; flex-wrap: wrap; gap: 3.5%; }
.AchrievementsBox .AchrievementsAreaList ul li{ width: 31%; margin-bottom: 60px; }
.AchrievementsBox .AchrievementsAreaList ul li a{ display: block; height: auto; background-color: #fff; border-radius: 20px 0 20px 20px; overflow: hidden; position: relative; transition: all .3s;}
.AchrievementsBox .AchrievementsAreaList ul li a:hover{ box-shadow: 2px 5px 10px rgba(0,0,0,0.4); transition: all .3s; }
.AchrievementsBox .AchrievementsAreaList ul li .Category{ position: absolute; right: 0; top: 0; margin: 0; padding: 5px 30px; color: #fff; background-color: #000; font-size: 18px; font-weight: 600; z-index: 1; }
.AchrievementsBox .AchrievementsAreaList ul li .Picture{ width: 100%; height: 220px; margin: 0; overflow: hidden; }
.AchrievementsBox .AchrievementsAreaList ul li .Picture img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.AchrievementsBox .AchrievementsAreaList ul li a:hover .Picture img{ transform: scale(1.05); transition: all .3s; }
.AchrievementsBox .AchrievementsAreaList ul li .LinkRight{ text-align: right; margin: 10px 0 0 0; }
.AchrievementsBox .AchrievementsAreaList ul li .LinkRight img{ width: 40px; height: auto; transition: all .3s;}
.AchrievementsBox .AchrievementsAreaList ul li a:hover .LinkRight img{ margin-right: -10px; transition: all .3s;}
.AchrievementsBox .AchrievementsAreaList ul li .Detail{ padding: 25px;}
.AchrievementsBox .AchrievementsAreaList ul li .Title{ margin: 0 0 20px 0; font-size: 22px; font-weight: 600;}
.AchrievementsBox .AchrievementsAreaList ul li a:hover .Title{ color: #0050c4; transition: all .3s; }
.AchrievementsBox .AchrievementsAreaList ul li .Descriptions{ font-size: 16px; line-height: 26px; }
.AchrievementsBox .ViewallAchrievements{ text-align: center; margin: 60px 0 0 0; position: relative; z-index: 1;}
.AchrievementsBox .ViewallAchrievements a{ display: inline-block; padding: 10px 40px; font-weight: 600; border-radius: 100px; background-color: #fff; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); transition: all .3s; }
.AchrievementsBox .ViewallAchrievements a:hover{ background-color: #3e3a39; color: #fff; transition: all .3s; }*/

.AchrievementsAreaList{ margin: 20px 0 40px 0; }
.AchrievementsAreaList ul{ margin: 0; /*display: flex; justify-content: left; flex-wrap: wrap; gap: 3.5%;*/ }
.AchrievementsAreaList ul li{ width: 100%; max-width: 330px; margin-bottom: 60px; background-color: #fff; border-radius: 20px 0 20px 20px; overflow: hidden; position: relative; }
.AchrievementsAreaList ul li a{ display: block; height: 100%; position: relative; transition: all .3s;}
.AchrievementsAreaList ul li:hover{ box-shadow: 2px 5px 10px rgba(0,0,0,0.4); transition: all .3s; }
.AchrievementsAreaList ul li .Category{ position: absolute; right: 0; top: 0; margin: 0; padding: 5px 15px; color: #fff; background-color: #000; font-size: 15px; font-weight: 600; z-index: 1; }
.AchrievementsAreaList ul li .Picture{ width: 100%; height: 220px; margin: 0; overflow: hidden; }
.AchrievementsAreaList ul li .Picture img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.AchrievementsAreaList ul li a:hover .Picture img{ transform: scale(1.05); transition: all .3s; }
.AchrievementsAreaList ul li .LinkRight{ position: absolute; right: 25px; bottom: 25px; text-align: right; margin: 10px 0 0 0; }
.AchrievementsAreaList ul li .LinkRight img{ width: 40px; height: auto; transition: all .3s;}
.AchrievementsAreaList ul li a:hover .LinkRight img{ margin-right: -10px; transition: all .3s;}
.AchrievementsAreaList ul li .Detail{ padding: 25px; position: relative;}
.AchrievementsAreaList ul li .Title{ margin: 0 0 20px 0; font-size: 22px; font-weight: 600;}
.AchrievementsAreaList ul li a:hover .Title{ color: #0050c4; transition: all .3s; }
.AchrievementsAreaList ul li .Descriptions{ font-size: 16px; line-height: 26px; }
.ViewallAchrievements{ text-align: center; margin: 60px 0 0 0; position: relative; z-index: 1;}
.ViewallAchrievements a{ display: inline-block; padding: 10px 40px; font-weight: 600; border-radius: 100px; background-color: #fff; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); transition: all .3s; }
.ViewallAchrievements a:hover{ background-color: #3e3a39; color: #fff; transition: all .3s; }
.MarBotton80px{ margin-bottom: 80px;}
.AchrievementsAreaList .slick-slide img{ display: inline-block;}
.AchrievementsAreaListFlex ul{ display: flex; justify-content: left; flex-wrap: wrap; gap: 3.5%; }
.AchrievementsAreaListFlex ul li{ width: 100%; max-width: 31%; }


/* PartnersLogoArea */
.PartnersLogoArea{ background-color: #ffffff; padding: 120px 0; position: relative; }
/*.PartnersLogoArea:before{ width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: -300px; background-color: #ffffff; z-index: 0; }*/
.PartnersLogoBox{ margin: auto; }
.PartnersLogoBox .HeaderBox{ color: #3e3a39; }
.PartnersLogoBox .HeaderBox h2{ font-size: 34px; font-style: normal; font-weight: 700; }
.PartnersLogoBox .HeaderBox p{ color: #000; font-size: 22px; font-style: normal; font-weight: 400; }
.PartnersLogoList{ margin: 50px 0 0 0;}
.PartnersLogoList ul{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 20px; }
.PartnersLogoList ul li{ margin: 10px 0; }
.PartnersLogoList ul li img{ width: auto; height: auto; max-height: 60px; max-width: 190px; }


/* OurServicesArea */
.OurServicesArea{ padding: 120px 0; overflow: hidden; background-image: linear-gradient(135deg, rgba(0, 192, 213, 1) 5%,rgba(33, 146, 255, 1) 40%, rgba(0, 80, 196, 1) 80%); }
.OurServicesBox{ margin: auto; }
.OurServicesBox .HeaderBox{ text-align: left; font-style: normal;}
.OurServicesBox .HeaderBox h2{ font-size: 34px; font-style: normal; font-weight: 600; }
.OurServicesBox .HeaderBox p{ font-size: 22px; font-style: normal; font-weight: 400; text-align: left; letter-spacing: 1px; }
.ServicesListLR{ display: flex; justify-content: space-between; flex-wrap: nowrap; }
.ServicesListLR .ServicesListLeft{ width: 30%;}
.ServicesListLR .ServicesListRight{ width: 65%;}
.ServicesListLR .ServicesListRight ul{ margin: 0;}
.ServicesListLR .ServicesListRight ul li{ margin: 20px 0; transition: all .3s ease-in-out;}
.ServicesListLR .ServicesListRight ul li:first-child{ margin-top: 0;}
.ServicesListLR .ServicesListRight ul li:last-child{ margin-bottom: 0;}
.ServicesListLR .ServicesListRight ul li a{ display: flex; justify-content: flex-start; align-items: center; padding: 5px 30px 5px 70px; border-radius: 40px; background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 6%, rgba(216, 228, 241, 1) 90%); transition: all .3s ease-in-out; }
.ServicesListLR .ServicesListRight ul li .Icon{ width: 115px; height: auto; text-align: center; }
.ServicesListLR .ServicesListRight ul li .Icon img{ width: auto; height: auto; max-width: 75px; transition: all .2s; }
.ServicesListLR .ServicesListRight ul li .Detail{ width: 73%; padding-left: 30px; }
.ServicesListLR .ServicesListRight ul li .Title{ font-size: 22px; font-weight: 700; margin-top: 20px; margin-bottom: 20px; }
.ServicesListLR .ServicesListRight ul li .Descriptions{ /*opacity: 0; height: 0;*/ opacity: 0; visibility: hidden; transition: opacity 0.3s; font-size: 16px; margin-top: -10px; /*transition: all .3s;*/ }
.ServicesListLR .ServicesListRight ul li .LinkRight{ width: 40px; height: 40px; margin-left: auto; }
.ServicesListLR .ServicesListRight ul li .LinkRight img{ width: 100%; height: auto; max-width: 40px; transition: all .2s; }
/*.ServicesListLR .ServicesListRight ul li a:hover { padding: 15px 30px 15px 70px; }
.ServicesListLR .ServicesListRight ul li a:hover .Descriptions{ opacity: 1; height: auto; transition: all .3s; }
.ServicesListLR .ServicesListRight ul li a:hover .Icon img{ max-width: 115px; transition: all .2s; }
.ServicesListLR .ServicesListRight ul li a:hover .LinkRight img{ margin-right: -10px!important; transition: all .2s;}*/
.ServicesListLR .ServicesListRight .ViewallServices{ text-align: center; margin: 80px 0 0 0;}
.ServicesListLR .ServicesListRight .ViewallServices a{ display: inline-block; padding: 10px 40px; font-weight: 600; border-radius: 100px; background-color: #fff; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); transition: all .3s; }
.ServicesListLR .ServicesListRight .ViewallServices a:hover{ background-color: #3e3a39; color: #fff; transition: all .3s; }


/* MediaArea */
.MediaArea{ background-color: #f2f4f8; padding: 120px 0; overflow: hidden;}
.MediaBox{ margin: auto; }
.MediaBox .HeaderBox{ color: #3e3a39; text-align: left; font-style: normal;}
.MediaBox .HeaderBox h2{ font-size: 34px; font-style: normal; font-weight: 600; }
.MediaBox .HeaderBox p{ color: #000; font-size: 22px; font-style: normal; font-weight: 400; text-align: left; }
.MediaBox .MediaLR:nth-last-child(1) .LRBox{ margin-bottom: 0;}
.MediaBox .MediaLR .LRBox{ width: 100%; display: flex; justify-content: left; align-items: center; position: relative; margin-top: 40px; margin-bottom: 80px; }
.MediaBox .MediaLR .LRBox .PicLeft{ width: 50%; margin: 0; border-radius: 20px; background-color: #0097d9; padding: 40px 20px; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; }
.MediaBox .MediaLR .LRBox .PicLeft:before{ position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; }
.MediaBox .MediaLR .LRBox .PicLeft img{ width: 100%; height: auto; max-width: 100%; position: relative; z-index: 1; }
.MediaBox .MediaLR .LRBox .DetailRight{ width: 50%; margin: 0; padding-left: 80px;}
.MediaBox .MediaLR .LRBox .DetailRight p{ margin: 0;}
.MediaBox .MediaLR .LRBox .DetailRight .MediaLogo img{ width: auto; height: auto; max-width: 300px; }
.MediaBox .MediaLR .LRBox .DetailRight .Category{ font-size: 16px; background-color: #0097d9; color: #fff; text-align: center; width: 100%; max-width: 160px; padding:5px 10px; border-radius: 100px; }
.MediaBox .MediaLR .LRBox .DetailRight .Date{ margin-bottom: 15px; font-size: 16px; margin-top: 15px; }
.MediaBox .MediaLR .LRBox .DetailRight .Title{ margin: 20px 0; font-size: 25px; font-weight: 800; color: #3e3a39; line-height: 1.6em;}
.MediaBox .MediaLR .LRBox .DetailRight .Description{ line-height: 32px; font-size: 18px;}
.MediaBox .MediaLR .LRBox .DetailRight .LinkMore{ text-align: right; margin-top: 25px; }
.MediaBox .MediaLR .LRBox .DetailRight .LinkMore a{ display: inline-block; text-align: center; font-size: 16px; font-weight: 600; color: #fff; border-radius: 100px; padding: 12px 20px; width: 100%; max-width: 220px; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); position: relative; transition: all .3s ease-in-out; }
.MediaBox .MediaLR .LRBox .DetailRight .LinkMore a:after{ position: absolute; content: ''; top: 15px; right: 20px; width: 9px; height: 17px; margin: 0; background: url('../images/icon/icon-more-right.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.MediaBox .MediaLR .LRBox .DetailRight .LinkMore a:hover{ background-color: #3e3a39!important; transition: all .3s ease-in-out; }
.MediaBox .MediaLR .LRBox .PicLeft.CCJBGPic:before{ background-color: rgba(237, 47, 47, 0.8); }
.CCJColour{ background-color: #ea1313; }
.MediaBox .MediaLR .LRBox .PicLeft.BuBuJPBGPic:before{ background-color: rgba(34, 123, 158, 0.8); }
.BuBuJPColour{ background-color: #01678f; }
.MediaBox .MediaLR .LRBox .PicLeft.BGAroundBorder:before{ background-color: var(--bg-colorborder, rgba(0,0,0,0.5)); }


/* NewsArea */
.NewsArea{ padding: 120px 0; overflow: hidden;}
.NewsBox{ margin: auto; }
.NewsBox .HeaderBox{ color: #3e3a39; text-align: left; font-style: normal;}
.NewsBox .HeaderBox p{ font-size: 34px; font-style: normal; }
.NewsBox .HeaderBox h2{ color: #000; font-size: 22px; font-style: normal; text-align: left; }
.NewsBoxList{ margin: auto; margin-top: 0px; overflow: hidden; }
.NewsBoxList ul{ margin: 0 0 0 0; padding: 0; position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.NewsBoxList ul li{ margin: 0; position: relative; display: block; clear: both; }
.NewsBoxList ul li p{ margin: 0; }
.NewsBoxList ul li a{ display: block; color: #3e3a39; padding: 30px 0; border-bottom: 1px solid #adadad; position: relative; }
.NewsBoxList ul li:last-child a{ border-bottom: 0px solid #adadad; }
.NewsBoxList ul li .LRBox{ width: 100%; display: flex; justify-content: left; align-items: center; position: relative; }
.NewsBoxList ul li .LRBox .PicLeft{ min-width: 190px; width: 190px; height: 190px; margin: 0; border-radius: 20px; background-color: #0097d9; padding: 14px; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.NewsBoxList ul li .LRBox .PicLeft img{ width: 100%; height: 100%;object-fit: cover; object-top: center; transition: all .3s; }
.NewsBoxList ul li a:hover .PicLeft img{ transform: scale(1.15); transition: all .3s;}
.NewsBoxList ul li:first-child .LRBox .PicLeft{ min-width: 270px; width: 270px; height: 270px; }
.NewsBoxList ul li .LRBox .DetailRight{ margin: 0; padding-left: 40px;}
.NewsBoxList ul li .LRBox .DetailRight p{ margin: 0;}
.NewsBoxList ul li .LRBox .DetailRight .Category{ font-size: 16px; background-color: #0097d9; color: #fff; text-align: center; width: auto; max-width: 160px; padding:5px 30px; border-radius: 100px; display: inline-block;}
.NewsBoxList ul li .LRBox .DetailRight .Date{ margin-bottom: 15px; font-size: 16px; margin-top: 15px; }
.NewsBoxList ul li .LRBox .DetailRight .Title{ margin-bottom: 0px; font-size: 20px; font-weight: 600; padding-right: 60px; transition: all .3s; }
.NewsBoxList ul li a:hover .Title{ color: #0097d9; transition: all .3s; }
.NewsBoxList ul li a:after{ position: absolute; content: ''; bottom: 30px; right: 0; width: 40px; height: 40px; margin: 0; background: url('../images/icon/icon-arrow-more-2.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.NewsBoxList ul li:first-child a{ padding-top: 0px;}
.NewsBoxList ul li.column .LRBox .PicLeft{ background-color: #0050c4; }
.NewsBoxList ul li.column .LRBox .DetailRight .Category{ background-color: #0050c4; }
.NewsBoxList ul li.column .LRBox .DetailRight .Title:hover{ color: #0050c4; }
.NewsBoxList ul li.news .LRBox .PicLeft{ background-color: #00a9c1; }
.NewsBoxList ul li.news .LRBox .DetailRight .Category{ background-color: #00a9c1; }
.NewsBoxList ul li.news .LRBox .DetailRight .Title:hover{ color: #00a9c1; }
.NewsBoxList .ViewallNews{ text-align: center; margin: 50px 0 0 0; padding-bottom: 20px;}
.NewsBoxList .ViewallNews a{ display: inline-block; padding: 10px 40px; font-weight: 600; border-radius: 100px; color: #fff; background-color: #0050c4; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); transition: all .3s; }
.NewsBoxList .ViewallNews a:hover{ background-color: #3e3a39; color: #fff; transition: all .3s; }
.NewsBoxListRelated ul li:first-child .LRBox .PicLeft{ min-width: 190px; width: 190px; height: 190px; }
.RelatedNews .HeaderBox{ text-align: center!important;}

.AboutArea{ padding: 100px 0; overflow: hidden; }
/* ProundAchievement1 */
.container_ProundAchievement1 .HeaderBox{ text-align: left; color: #000; padding-left: 5px;}
.container_ProundAchievement1 .HeaderBox p{ font-size: 70px; }
.container_ProundAchievement1 .HeaderBox h2{ font-size: 24px;  }
.container_ProundAchievement1 { max-width: 100%; margin: 0 auto; padding-top: 30px; padding-bottom: 30px; }
.container_ProundAchievement1 > div { height: auto; }
.container_ProundAchievement1 > div > ul { width: 1100px; margin: 0; padding: 0; }
.container_ProundAchievement1 > div > ul > li { position: relative; list-style-type: none; width: calc(((100vw - 100%) / 2) + 100%); padding:0; box-sizing: border-box; }
.ProundAchievement1{ max-width: 1100px; height: auto; position: relative; margin: auto; margin-right: 0px; font-size: 16px;  display: flex; justify-content:space-between; overflow: auto; }
.ProundAchievement1 .Box1{ width: 50%; padding-right: 30px; }
.ProundAchievement1 .Box2{ width: 50%; position: relative; padding-top: 20px; line-height: 30px;}
.ProundAchievement1 .Box2 .Title{ font-size: 28px; font-weight: 600; line-height: 50px;}
.LeftPictureAbout{ position: relative; left: 0; margin-top: -18%; }
.LeftPictureAbout img{ width: 100%; height: auto; max-width: 50%;}
.LeftPictureAbout2{ display: none;}
.LeftPictureAbout2 img{ width: 100%; height: auto; max-width: 100%;}

/* SectionTypeArea */
.SectionTypeArea{ padding: 90px 0; overflow: hidden;}
.SectionTypeArea .HeaderBox{ text-align: left;}
.SectionTypeArea .HeaderBox p{ font-size: 70px; }
.SectionTypeArea .HeaderBox h2{ font-size: 24px;  }
.SectionTypeInfo{ display: flex; justify-content: left; align-items: center;}
.SectionTypeInfo .LogoT{ width: 125px; height: 125px; margin: 0; display: flex; justify-content: center; align-items: center; text-align: center; }
.SectionTypeInfo .LogoT img{ width: 100%; height: auto; max-width: 100%;}
.SectionTypeInfo .Captions{ margin: 0; padding-left: 40px; font-size: 26px; font-weight: 600; color: #3e3a39;}
.SectionTypeInfo .CaptionsLarge{ margin: 0; font-size: 46px; font-weight: 600;}
.SectionTypeInfo .CaptionsLarge span{ display: block; font-style: italic;}
.Type01{ background: url('../images/toppage/bg-inbound-marketing.png'); background-repeat: no-repeat; background-size: cover; background-position: center center; border-left: 60px solid #003ba0; }
.Type02{ background: url('../images/toppage/bg-tour-planing.png'); background-repeat: no-repeat; background-size: cover; background-position: center center; border-left: 60px solid #007f94; }
.Type03{ background: url('../images/toppage/bg-accommodation-business.png'); background-repeat: no-repeat; background-size: cover; background-position: center center; border-left: 60px solid #a58f32; }
.Type01 .HeaderBox{ color: #003ba0; }
.Type02 .HeaderBox{ color: #007f94; }
.Type03 .HeaderBox{ color: #a58f32; }

/* IMFFlowBox */
.IMFFlowBox{ margin: auto; position: relative; z-index: 3; }
.IMFlowCurcle{ position: relative; width: 100%; max-width: 1100px; margin: auto; margin-top: 100px; margin-bottom: 220px; display: flex; justify-content: center; align-items: center; }
.IMFlowCurcle .CurcleCenter{ width: 100%; max-width: 900px; margin: auto; position: relative; }
.IMFlowCurcle .CurcleCenter img{ width: 100%; height: auto; max-width: 100%;}
.IMFlowCurcle .CurcleCenter .CenterText{ position: absolute;  font-family: "Roboto", sans-serif; font-style: italic; line-height: 80px; font-size: 76px; /*letter-spacing: 4px; color: #465aab;*/ width: 100%; text-align: center; top: 50%; transform: translateY(-50%); font-weight: 800; background-image: linear-gradient(90deg,  rgba(44, 146, 255, 1) 35%, rgba(45, 88, 148, 1) 50%, rgba(45, 88, 148, 1) 100%); /*background-image: linear-gradient(to left, rgba(44, 146, 255, 1) 25%, rgba(45, 88, 148, 1) 25%, rgba(45, 88, 148, 1) 100%);*/ background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; }
.IMFlowCurcle .CurcleCenter .CenterText span{ display: block; margin-top: 10px; letter-spacing: 0; font-size: 25px; font-weight: 700; }
.IconCurcle{ width: 102px; height: 102px; margin: auto; position: relative; z-index: 1; }
.IconCurcle img{ width: 100%; height: auto; max-width: 100%; }

.Curcle1{ position: absolute; max-width: 310px; top: -13%; left: 0; right: 0; margin: auto; z-index: 2; }
.Curcle1 .Title{ position: relative; font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 10px; margin-top: -20px; color: #fff; display: flex; justify-content: center; align-items: center; min-height: 124px; width: 100%; padding: 20px 15px; background-color: #3e3a39; border-radius: 10px; }
.Curcle1 .Captions{ margin-top: 0px; padding: 0 30px; margin-bottom: 0; line-height: 29px; font-size: 16px; }

.Curcle2{ position: absolute; max-width: 310px; top: 11%; right: 0%; margin: auto; z-index: 2; }
.Curcle2 .Title{ position: relative; font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 10px; margin-top: -20px; color: #fff; display: flex; justify-content: center; align-items: center; min-height: 124px; width: 100%; padding: 25px 15px; background-color: #3e3a39; border-radius: 10px; }
.Curcle2 .Captions{ margin-top: 0px; padding: 0 30px; margin-bottom: 0; line-height: 29px; font-size: 16px; }

.Curcle3{ position: absolute; max-width: 310px; top: 54%; right: 0%; margin: auto; z-index: 2; }
.Curcle3 .Title{ position: relative; font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 10px; margin-top: -20px; color: #fff; display: flex; justify-content: center; align-items: center; min-height: 124px; width: 100%; padding: 25px 15px; background-color: #3e3a39; border-radius: 10px; }
.Curcle3 .Captions{ margin-top: 0px; padding: 0 30px; margin-bottom: 0; line-height: 29px; font-size: 16px; }

.Curcle4{ position: absolute; max-width: 310px; bottom: -15%; left: 0; right: 0; margin: auto; z-index: 2; }
.Curcle4 .Title{ position: relative; font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 10px; margin-top: -20px; color: #fff; display: flex; justify-content: center; align-items: center; min-height: 124px; width: 100%; padding: 25px 15px; background-color: #3e3a39; border-radius: 10px; }
.Curcle4 .Captions{ margin-top: 0px; padding: 0 30px; margin-bottom: 0; line-height: 29px; font-size: 16px; }

.Curcle5{ position: absolute; max-width: 310px; top: 11%; left: 0%; margin: auto; z-index: 2;}
.Curcle5 .Title{ position: relative; font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 10px; margin-top: -20px; color: #fff; display: flex; justify-content: center; align-items: center; min-height: 124px; width: 100%; padding: 25px 15px; background-color: #3e3a39; border-radius: 10px; }
.Curcle5 .Captions{ margin-top: 0px; padding: 0 30px; margin-bottom: 0; line-height: 29px; font-size: 16px; }

.Curcle6{ position: absolute; max-width: 310px; top: 54%; left: 0%; margin: auto; z-index: 2;}
.Curcle6 .Title{ position: relative; font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 10px; margin-top: -20px; color: #fff; display: flex; justify-content: center; align-items: center; min-height: 124px; width: 100%; padding: 25px 15px; background-color: #3e3a39; border-radius: 10px; }
.Curcle6 .Captions{ margin-top: 0px; padding: 0 30px; margin-bottom: 0; line-height: 29px; font-size: 16px; }

/* SectionLRBox */
.SectionLRBox{ padding: 100px 0; width: 100%; display: flex; justify-content: left; flex-wrap: nowrap;}
.SectionLRBox .SectionLBox{ width: 40%; max-width: 360px; height: auto; text-align: center; }
.SectionLRBox .SectionLBox img{ width: 100%; height: auto; max-width: 100%; }
.SectionLRBox .SectionLBox .PicL{ max-width: 310px!important; }
.SectionLRBox .SectionRBox{ margin-left: 40px; width: 65%; line-height: 30px; }
.SectionLRBox .SectionRBox p.Title{ font-size: 28px; line-height: 50px; font-weight: 600;}
.SectionLRBox .SectionRBox img{ width: 100%; height: auto; max-width: 100%; }

/* SliderTreeType */
.SliderTreeType{ padding: 0px 0 230px 0; }
.SliderTreeType .slick-slider { width: 100%; height: auto; background-color: transparent; }
.SliderTreeType .slick-slider .slick-track { display: flex; align-items: center; flex-wrap: nowrap; justify-content: center; transition: all 2s ease; }
.SliderTreeType .slick-slider .slick-slide { float: none; display: inline-block; vertical-align: middle; padding: 0px; margin: 20px; background-color: #a58f32;  transition: all 1s ease-in-out; height: auto; text-align: center; }
.SliderTreeType .slick-slider .slick-slide.slick-current,.SliderTreeType .slick-slider .slick-slide.slick-slick-active, .SliderTreeType .slick-slider .slick-slide.slick-center { /*background: linear-gradient(45deg, #f69259, #f16975);*/ background-color: #a58f32; transform: scale(1.03); transition: all 1s ease-in-out; }
.SliderTreeType .slick-prev,.SliderTreeType .slick-next { z-index: 10; top: 0px; background-color: transparent; }
.SliderTreeType .slick-prev { left: 10px; }
.SliderTreeType .slick-next { right: 10px; }
.SliderTreeType .InnerBox{ width: 100%; height: auto; margin: auto; color: #fff;}
.SliderTreeType .InnerBox .Picture{ width: 100%; height: 280px; overflow: hidden; margin-top: 0; }
.SliderTreeType .InnerBox .Picture img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover;  }
.SliderTreeType .InnerBox .Title{ font-size: 18px; font-weight: 600; }
.SliderTreeType .Description{ display: none; padding: 0 30px 15px 30px;}
.SliderTreeType .slick-slider .slick-slide.slick-current .Description, .SliderTreeType .slick-slider .slick-slide.slick-center .Description{ display: block;}
.SliderTreeType .slick-slider .slick-slide.slick-current .InnerBox, .SliderTreeType .slick-slider .slick-slide.slick-center .InnerBox{ width: 100%; margin: 0; height: auto; /*display: flex; justify-content: space-between; align-items: center;*/ }
.SliderTreeType .slick-slider .slick-slide.slick-current .InnerBox .Picture, .SliderTreeType .slick-slider .slick-slide.slick-center .InnerBox .Picture{ width: 100%; height: 320px!important; overflow: hidden;}
.SliderTreeType .slick-slider .slick-slide.slick-current .InnerBox .Picture, .SliderTreeType .slick-slider .slick-slide.slick-center .InnerBox .Picture img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover;  }
.SliderTreeType .slick-prev:before { background-image: url('../images/icon/icon-slide-left.svg'); background-size: cover; display: inline-block; width: 60px!important; height: 60px!important; content:""; }
.SliderTreeType .slick-next:before { background-image: url('../images/icon/icon-slide-right.svg'); background-size: cover; display: inline-block; width: 60px!important; height: 60px!important; content:""; }
.SliderTreeType .slick-prev,.SliderTreeType  .slick-next{ width: 60px!important; height: 60px!important; /*top: 60%!important;*/ z-index: 9; top: auto; bottom: -120px;}
.SliderTreeType .slick-track { float: left!important; }
.SliderTreeType .slick-next{ /*left: 0!important; right: 0!important; margin: auto;*/ right: 46%; }
.SliderTreeType .slick-prev{ /*left: 0!important; right: 0!important; margin: auto;*/ left: 46%;  }
.BTNViewmore{ margin-top: 150px; text-align: center;}
.BTNViewmore a{ background-color: #a58f32; color: #fff; display: block; margin: auto; padding: 20px 30px; font-size: 18px; font-weight: 600; width: 100%; max-width: 300px; border-radius: 10px; transition: all .3s ease-in-out; }
.BTNViewmore a:hover{ color: #fff; background-color: #352f2d; transition: all .3s ease-in-out; }
.SliderTreeType.BGTPSlide .slick-slider .slick-slide { background-color: #007f94;}
.SliderTreeType.BGABSlide .slick-slider .slick-slide { background-color: #a58f32;}

/* MapSlide */
.MapSlide{ padding: 100px 0; background-color: #f2f4f8; /*background-image: linear-gradient(180deg, #ffffff 0%, #e9f6ff 30%, #e9f6ff 70%, #ffffff 100%);*/ }
.MapSlide .MapSlideBox{ position: relative; }
.MapSlide .HeaderBox{ color: #3e3a39;}
.MapSlide .HeaderBox p{ font-size: 22px;font-style: normal; }
.MapSlide .HeaderBox h2{ font-size: 34px; font-weight: 700; }
.MapSlideLR{ display: flex; justify-content: space-between; }
.MapSlideLR .MapSlideLRLeft{ width: 45%; }
.MapSlideLR .MapSlideLRLeft img{ width: 100%; height: auto; max-width: 100%; }
.MapSlideLR .MapSlideLRRight{ width: 50%; padding-top: 15%; }
.MapSlideLR .MapSlideLRRight .MapSlideList{ margin: 0; max-width: 620px; }
.MapSlideLR .MapSlideLRRight .MapSlideList ul li{ margin: 30px 0; padding: 35px; border-radius: 10px; background-color: #fff; }
.MapSlideLR .MapSlideLRRight .MapSlideList ul li.active{ background-color: #003ba0; color: #fff;}
.MapSlideLR .MapSlideLRRight .MapSlideList ul li.active .LRBox .FlagLeft{ min-width: 120px; width: 120px; height: auto; }
.MapSlideLR .MapSlideLRRight .MapSlideList ul li.active .LRBox .FlagLeft img{ border: 2px solid #fff; border-radius: 5px; }
.MapSlideLR .MapSlideLRRight .MapSlideList ul li.active .LRBox .FlagRight .Title{ font-size: 22px; }
.MapSlideLR .MapSlideLRRight .MapSlideList ul li.active .LRBox .FlagRight .Country{ font-size: 22px; color: #fff; }
.MapSlideLR .MapSlideLRRight .MapSlideList ul li.active .LRBox .FlagRight .Descriptions{ display: block; }
.MapSubject{ position: absolute; left: 0; right: 0; margin: auto; top: 5%; z-index: 2; }
.LRBox{ width: 100%; display: flex; justify-content: left; position: relative; }
.LRBox .FlagLeft{ min-width: 80px; max-width: 80px; width: auto; height: auto; margin: 0;}
.LRBox .FlagLeft img{ width: 100%; height: auto; max-width: 100%; }
.LRBox .FlagRight{ margin: 0; padding-left: 20px;}
.LRBox .FlagRight p{ margin: 0;}
.LRBox .FlagRight .Title{ margin-bottom: 0px; font-size: 18px; font-weight: 600; }
.LRBox .FlagRight .Country{ font-size: 18px; font-weight: 600; color: #0050c4; }
.LRBox .FlagRight .Descriptions{ display: none; margin-top: 10px; font-size: 16px;}
.BTNViewmoreBlue{ margin-top: 150px; text-align: center;}
.BTNViewmoreBlue a{ background-color: #003ba0; color: #fff; display: block; margin: auto; padding: 20px 30px; font-size: 18px; font-weight: 600; width: 100%; max-width: 300px; border-radius: 10px; transition: all .3s ease-in-out; }
.BTNViewmoreBlue a:hover{ color: #fff; background-color: #352f2d; transition: all .3s ease-in-out; }
.LRBox .RightLink{ display: none; position: absolute; top: 0; right: 0; width: 40px; height: 100%; margin: 0; align-items: center;}
.LRBox .RightLink img{ width: 100%; height: auto; max-width: 100%; }

/* GSAP animation reveal styles */
.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.gs_reveal_2 {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.gs_reveal_3 {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.gs_reveal_kv {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.gs_reveal_left {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.gs_reveal_nav {
  opacity: 1;
  visibility: hidden;
  will-change: transform, opacity;
}

/* Seller info Photo V2 */
.SlideMap{ display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; }
.SlideMap .slider-for{ max-width: 647px; }
.SlideMap .slider-nav{ width: 100%; background-color: #ddd; padding: 40px;}
.SlideMap .slider-for .slick-slide{ width: 100%; height:900px; }
.SlideMap .slider-nav .slick-center .SlideMapRightNav{ background-color: #003ba0; color: #fff;}
.SlideMap .SlideMapLeft{ margin: 0; }
.SlideMap .SlideMapLeft img{ width: 100%; height: auto; max-width: 100%; }
.SlideMap .slider-nav .SlideMapRightNav{ padding: 35px; border-radius: 10px; background-color: #fff; margin-bottom: 10px; }
.SlideMap .slick-slider .slick-list{  height: 900px; padding: 0!important;}
.SlideMap {}

/* TopHeader */
.TopHeader{ margin-top: 130px; background: url('../images/recruitment/bg-top-nav.png'); background-repeat: no-repeat; background-size: cover; background-position: center; }
.TopHeaderBox{ height: 250px; padding: 50px 0; display: flex; justify-content: right; text-align: right; align-items: self-end; padding-right: 100px;}
.TopHeaderBox .Title{ margin: 0; padding: 0; font-size: 36px; font-weight: 600; color: #fff; }
.TopHeaderBox img{ width: 100%; height: auto; max-width: 250px; margin-bottom: -40px; }

.TopBreadcrumbs{ padding: 20px 0;}
.TopBreadcrumbsBox .Inners{ display: flex; justify-content: left; align-items: center; }
.TopBreadcrumbsBox .Inners li{ margin-right: 20px; padding-right: 20px; position: relative; }
.TopBreadcrumbsBox .Inners li:after{ position: absolute; top: 8px; right: -4px; content: ''; width: 12px; height: 12px; background: url('../images/icon/icon-arrow-nav.png'); background-repeat: no-repeat; background-size: contain; background-position: center center; }
.TopBreadcrumbsBox .Inners li:last-child:after{ display: none;}

/* MessageArea */
.MessageArea{ padding: 100px 0; background: url('../images/recruitment/bg-top-recruite.png'); background-repeat: no-repeat; background-size: cover; background-position: top center; }
.MessageArea .MessageAreaBox h1{ margin-top: 50px; font-size: 37px; text-align: center; font-weight: 500; line-height: 74px; color: #352f2d; }
.MessageArea .MessageAreaBox{ position: relative;}
.MessageAreaLR{ display: flex; justify-content: space-between; height: auto; margin: 60px 0 0 0; }
.MessageAreaLR .MessageAreaL{ width: 52%; font-size: 16px; line-height: 38px; }
.MessageAreaLR .MessageAreaL p{ margin-top: 0;}
.MessageAreaLR .MessageAreaR{ width: 46%; text-align: right; }
.MessageAreaLR .MessageAreaR img{ width: 100%; height: auto; max-width: 400px; }
.PepresentBox{ margin: 30px 0!important; }
.representIMG{ width: 100%; height: auto; max-width: 130px; margin-left: 20px;}
.ProfileBox{ margin: 30px 0 0 0!important; font-size: 14px; line-height: 26px; padding-left: 20px; border-left: 2px solid #352f2d; }
.MessageLiine{ position: absolute; top: -100px; left: 10%; }
.MessageLiine img{ width: 100%; height: auto; max-width: 340px; }

/* WorkPlaceArea */
.WorkPlaceArea{ /*padding: 100px 0;*/ position: relative; }
.WorkPlaceArea .HeaderBox{ color: #3e3a39; text-align: left; padding-bottom: 0;}
.WorkPlaceArea .HeaderBox p{ font-size: 70px;font-style: italic; }
.WorkPlaceArea .HeaderBox h2{ font-size: 24px; font-weight: 700; }
.WorkPlaceArea .WorkPlaceAreaBox{ position: relative;}
.WorkPlaceAreaLR{ display: flex; justify-content: space-between; height: auto; margin: 0; padding: 100px 0; }
.WorkPlaceAreaLR .WorkPlaceAreaL{ width: 52%; font-size: 16px; line-height: 36px; }
.WorkPlaceAreaLR .WorkPlaceAreaL .Title{ font-size: 28px; font-weight: 600; line-height: 50px; border-bottom: 1px solid #352f2d; padding-bottom: 20px; margin-bottom: 20px;}
.WorkPlaceAreaLR .WorkPlaceAreaL p{ margin-top: 0;}
.WorkPlaceAreaLR .WorkPlaceAreaL .SubTitle{ font-size: 28px; font-weight: 600; margin-bottom: 0;}
.WorkPlaceAreaLR .WorkPlaceAreaL .Captions{ font-size: 18px; margin-top: 0; font-weight: 600;}
.WorkPlaceAreaLR .WorkPlaceAreaR{ width: 46%; text-align: right; padding-top: 75px; }
.WorkPlaceAreaLR .WorkPlaceAreaR img{ width: 100%; height: auto; max-width: 460px; }
.WorkPlaceAreaLR .WorkPlaceAreaR .TagsPicture{ font-size: 18px; font-weight: 600; display: inline-block; margin: 0; width: 300px; height: 47px; line-height: 47px; /*border-radius: 50px 10px 0 0; padding: 8px 15px 8px 30px;*/ text-align: center; /*background-color: #003ba0; background: url('../images/recruitment/bg-3-01.svg');*/ background-repeat: no-repeat; background-size: contain; background-position: center; color: #fff; /*clip-path: polygon(0 100%, 8% 0, 100% 0, 100% 100%);*/}
.TagsPicture01{ background: url('../images/recruitment/bg-3-01.svg')!important;}
.TagsPicture02{ background: url('../images/recruitment/bg-3-02.svg')!important;}
.TagsPicture03{ background: url('../images/recruitment/bg-3-03.svg')!important;}
.PaddingMiddle{ padding: 0px;}
.BGWorkPlace1{ position: relative; overflow: hidden; padding: 100px 0 50px 0;}
.BGWorkPlace1::before { content: ""; position: absolute; inset: 0; background: #f3fbfc; clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%); z-index: -1; }
.BGWorkPlace2{ position: relative; overflow: hidden; padding: 0px 0 0px 0;}
.BGWorkPlace3{ position: relative; overflow: hidden; padding: 0 0px 100px 0;}
.BGWorkPlace3::before { content: ""; position: absolute; inset: 0; background: #f3fbfc; clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%); z-index: -1; }

/* PositionsArea */
.PositionsArea{ padding: 100px 0; position: relative; }
.PositionsArea .HeaderBox{ color: #3e3a39; text-align: left;}
.PositionsArea .HeaderBox p{ font-size: 70px;font-style: italic; }
.PositionsArea .HeaderBox h2{ font-size: 24px; font-weight: 700; }
.PositionsArea .PositionsAreaBox{ position: relative; }
.PositionsArea .PositionsAreaBox .Captions{ text-align: center; margin: 40px 0;}
.PositionsArea .RecruitmentList{ margin: 20px 0;}
/*.PositionsArea .PositionsList ul li { border: 2px solid #00aed6; padding: 30px 45px; border-radius: 10px; background-color: #f9f9f9; }
.PositionsArea .PositionsList ul li .DetailLeft{ padding-right: 30px;}
.PositionsArea .PositionsList ul li .Title{ font-size: 20px; font-weight: 600; margin-top: 0;}
.PositionsArea .PositionsList ul li .Descriptions{ font-size: 15px;}
.PositionsArea .PositionsList ul li .Salary{ font-size: 20px; margin-bottom: 0; }
.PositionsArea .PositionsList ul li .HeadSubject{ display: flex; justify-content: left; }
.PositionsArea .PositionsList ul li .TagsCat{ width: 280px; }
.PositionsArea .PositionsList ul li .TagsCat p{ margin-bottom: 0px!important; border: 1px solid #8b8988; background-color: #fff; border-radius: 10px; padding: 5px 8px; text-align: center; }
.PositionsArea .PositionsList ul li .TagsCat p:first-child{ margin-top: 0; }
.PositionsArea .PositionsList ul li .TagsCat p:last-child{ margin-bottom: 0; }*/

.RecruitmentList{ position: relative; z-index: 2;}
.RecruitmentList ul{ margin: 0;}
.RecruitmentList ul li{ margin: 50px 0; }
.RecruitmentList .HeaderApply{ width: 85%; padding-right: 30px;}
.RecruitmentList .Title{ width: 100%; font-size: 20px; font-weight: 600; margin-bottom: 20px;}
.RecruitmentList .Description{ width: 100%; display: block; font-size: 15px; line-height: 31px; }
.RecruitmentList p{ margin: 0; }
.RecruitmentList .parent-div{ border: 2px solid #00aed6; padding: 30px 45px; border-radius: 10px; background-color: #f9f9f9; transition: all .3s; }
.RecruitmentList .accordion-heading{ margin: 0; display: flex; flex-wrap: nowrap; justify-content: left; align-items:center; position: relative; }
/*.plusminus{ width: auto; position: absolute; bottom: -65px!important; left: 0; right: 0; margin: auto; text-align: center; }
.plusminus img{ width: auto; height: auto; max-width: 71px!important;}
.plusminus2{ width: auto; cursor: pointer; position: relative; bottom: 0px!important; left: 0; right: 0; margin: auto; text-align: center;  }
.plusminus2 img{ width: auto; height: auto; max-width: 71px!important;}*/
.RecruitmentList .accordion-body{ display: none; padding: 50px 0 50px 0; }
.RecruitmentList .accordion-bod p{ margin: 0;}
.RecruitmentList .Salary{ font-size: 20px; margin-bottom: 0; margin-top: 25px; }
.RecruitmentList .TagsCat{ width: 200px; font-size: 18px; }
.RecruitmentList .TagsCat p{ margin-bottom: 10px!important; border: 1px solid #8b8988; background-color: #fff; border-radius: 10px; padding: 5px 8px; text-align: center; }
.RecruitmentList .TagsCat p:first-child{ margin-top: 0; }
.RecruitmentList .TagsCat p:last-child{ margin-bottom: 0!important; }
.DRows{ margin: 0 0 30px 0; display: flex; flex-wrap: nowrap; justify-content: left; align-items: baseline;}
.DRows .DRowsTitle{ font-size: 20px; font-weight: 600; min-width: 170px;}
.DRows .DRowsDetail{ font-size: 16px; width: 100%; margin-left: 20px; line-height: 35px;}

.BTNApplicationform{ margin-top: 150px; text-align: center;}
.BTNApplicationform a{ background-color: #00aed6; color: #fff; display: block; margin: auto; padding: 10px 30px; font-size: 18px; font-weight: 600; width: 100%; max-width: 250px; border-radius: 10px; transition: all .3s ease-in-out; }
.BTNApplicationform a:hover{ color: #fff; background-color: #352f2d; transition: all .3s ease-in-out; }

.Center{ text-align: center;}
.MarginLeft20{ margin-left: 20px; }

.accordion-item{ margin-bottom: 60px;background: #f9f9f9; border: 2px solid #00aed6; border-radius: 10px; padding: 30px 45px 0 45px;}
.accordion-header { cursor: pointer; font-weight: bold; }
.accordion-content { display: none; padding: 50px 0px; background: #f9f9f9; }
.accordion-arrow { text-align: center; cursor: pointer; }
.arrow { width: 70px; height: 35px; display: inline-block; margin: auto; margin-bottom: -41px; background: url('../images/icon/icon-arrow-down-re.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; transition: transform 0.3s ease; }
.accordion-item.active .arrow { background: url('../images/icon/icon-arrow-up-re.svg'); margin-bottom: -8px; transition: transform 0.3s ease; }

.PopupRecruit{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999999999999; display: none; transition: 0.3s all ease; }
.PopupRecruitBox{ width: 90%; margin: auto; height: 90%; display: flex; justify-content: center; align-items: center; }
.activePopup{ display: block; transition: 0.3s all ease; }
.RecruitDetailPopup{ background-color: #fff; width: 100%; max-width: 980px; height: 100%; top: 5%; overflow-y: scroll; padding: 50px 60px; position: relative; }
.RecruitDetailPopup .ClosePopup{ position: fixed; margin-left: 840px; margin-top: -20px; }
.RecruitDetailPopup .ClosePopup img{ width: 32px; height: auto;}
.RecruitDetailPopup .Title{ margin: 0; font-size: 30px; font-weight: 600;}
.RecruitDetailPopup .ViewMoreBTNGreen { max-width: 400px!important;}
.RecruitDetailInfo{ margin-top: 50px;}
.RecruitDetailPopup .DRows{ margin: 0 0 10px 0;}
.RecruitDetailPopup .DRows .DRowsTitle{ font-size: 18px; }
.RecruitDetailPopup input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid #bebebe;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
}
.RecruitDetailPopup input[type="number"] {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid #bebebe;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
}
.RecruitDetailPopup input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid #bebebe;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
}
.RecruitDetailPopup input[type="submit"] { cursor: pointer; background-color: #00aed6; color: #fff; padding: 15px 30px; font-size: 18px; font-weight: 600; width: 100%; max-width: 250px; border-radius: 10px; transition: all .3s ease-in-out; border: 0; }
.RecruitDetailPopup input[type="submit"]:hover{ color: #fff; background-color: #352f2d; transition: all .3s ease-in-out; }
.RecruitDetailPopup .HeaderBox{ color: #3e3a39; text-align: center;}
.RecruitDetailPopup .HeaderBox p{ font-size: 35px;font-style: italic; }
.RecruitDetailPopup .HeaderBox h2{ font-size: 20px; font-weight: 700; }


.SlideOurExpertise .slider-wrapper {
  display: flex;
  /*align-items: flex-start;*/align-items: center; justify-content: space-between;
  /*gap: 20px;*/
  position: relative;
}

.SlideOurExpertise .map {
  position: relative;
  width: 50%;
}

.SlideOurExpertise .map img {
  width: 100%;
  display: block;
}

.SlideOurExpertise .country-point {
  position: absolute;
  width: 12px;
  height: 12px;
  /*background: red;
  border-radius: 50%;*/
  transform: translate(-50%, -50%);
}

.SlideOurExpertise .country-point.TaiwaneseArea.active{ width: 3%; height: 4%; background: url('../images/toppage/area-taiwanese.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; transition: all .3s ease; opacity: 0.6;}
.SlideOurExpertise .country-point.ThaiArea.active{ width: 13%; height: 15.6%; background: url('../images/toppage/area-thai.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; transition: all .3s ease; opacity: 0.6;}
.SlideOurExpertise .country-point.ChinaArea.active{ width: 65.6%; height: 36.9%; background: url('../images/toppage/area-china.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; transition: all .3s ease; opacity: 0.6;}
.SlideOurExpertise .country-point.SouthKoreaArea.active{ width: 6%; height: 6.2%; background: url('../images/toppage/area-south-korea.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; transition: all .3s ease; opacity: 0.6;}
.SlideOurExpertise .country-point.TaiwaneseArea.active{ opacity: 1;}
.SlideOurExpertise .country-point.ThaiArea.active{ opacity: 1;}
.SlideOurExpertise .country-point.ChinaArea.active{ opacity: 1;}
.SlideOurExpertise .country-point.SouthKoreaArea.active{ opacity: 1;}

.SlideOurExpertise .country-point.active {
  background: #0044cc; /* สีน้ำเงิน */
}

.SlideOurExpertise .line-svg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}

#connector {
  opacity: 0;
  transition: opacity 0.6s ease;
}
#connector.visible {
  opacity: 1;
}

#connector.hidden {
  display: none;
}

.SlideOurExpertise .line-svg polygon {
  fill: #00c0d5;    /* สีพื้นสามเหลี่ยม */
  opacity: 1;     /* โปร่งใสเล็กน้อย */
}

.SlideOurExpertise .line-svg line {
  stroke: #00c0d5;
  stroke-width: 2;
}

.SlideOurExpertise .slider {
  width: 50%; margin-right: 40px; z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.SlideOurExpertise .slides {
  width: 100%;
  height: 640px; /* height: 480px; 3 รายการ * 120px */
  /*overflow: hidden;
  padding: 40px 0;*/
  position: relative;
}

.SlideOurExpertise .slides-inner {
  transition: transform 0.4s ease; 
}

.SlideOurExpertise .slide:nth-child(1){ margin-top: 10px;}

.SlideOurExpertise .slide {
  background: #dbe6f7;
  border-radius: 50px;
  padding: 30px;
  margin: 20px 0;
  transition: all 0.3s;
  font-size: 18px;
  /* height: 100px; ความสูงคงที่ของแต่ละ slide */
  /*display: flex;
  align-items: center;
  height: auto;
  max-height: 150px;*/
  transition: all 0.4s ease-in-out;
}

.SlideOurExpertise .slide a,.SlideOurExpertise .slide div.no-link{
  display: flex;
  align-items:flex-start;
  height: auto;
  max-height: 150px;
  transition: all 0.4s ease-in-out;
}

.SlideOurExpertise .slide.active {
  background-image: linear-gradient(90deg, rgba(0, 192, 213, 1) 5%,rgba(33, 146, 255, 1) 40%, rgba(0, 80, 196, 1) 80%);
  /*background: #0044cc;*/ height: auto;
  max-height: 200px;
  color: #fff;
}
.SlideOurExpertise .slide.active a {
  background-image: linear-gradient(90deg, rgba(0, 192, 213, 1) 5%,rgba(33, 146, 255, 1) 40%, rgba(0, 80, 196, 1) 80%);
  /*background: #0044cc;*/ height: auto;
  max-height: 200px;
  color: #fff;
}


.SlideOurExpertise .slide.active .Country{ color: #fff; }
.SlideOurExpertise .slide.active .Descriptions{ display: block; }
.SlideOurExpertise .slide.active .LRBox .FlagLeft{ min-width: 120px; width: 120px; height: auto; }
.SlideOurExpertise .slide.active .LRBox .FlagLeft img{ border: 2px solid #fff; border-radius: 5px; }
.SlideOurExpertise .slide.active .LRBox .FlagRight{ padding-right: 45px;}
.SlideOurExpertise .slide.active .LRBox .RightLink{ display: flex; }

.SlideOurExpertise .arrow {
  background: none; margin:auto;
  border: none; width: 115px; height: 34px; 
  cursor: pointer;
}
.SlideOurExpertise .arrow img{ max-width: 115px; }
.SlideOurExpertise .arrow img:hover{ opacity: 0.5;}
.SlideOurExpertise .arrow.up{ margin-bottom: 10px; }
.SlideOurExpertise .arrow.down{ margin-top: 10px; }

/* StrengthsInfos */
.StrengthsInfos{ background-color: #fafbfd; padding: 100px 0; overflow: hidden;}
.StrengthsInfosBox{ margin: auto; }
.StrengthsInfosBox .StrengthsInfosLR{ margin: 0 0 50px 0; }
.StrengthsInfosBox .StrengthsInfosLR ul{ margin: 0;  }
.StrengthsInfosBox .StrengthsInfosLR ul li{ margin: 15px 0; display: flex; flex-wrap: nowrap; font-size: 16px; }
.StrengthsInfosBox .StrengthsInfosLR ul li .StrengthsInfosL{ width: 20%; max-width: 140px; font-weight: bold; /*padding-left: 20px;*/ display: flex; justify-content: space-between; }
.StrengthsInfosBox .StrengthsInfosLR ul li .StrengthsInfosR{ width: 85%; padding-left: 20px; /*padding-right: 20px;*/ line-height: 35px;}
.StrengthsInfosBox .StrengthsMap{ margin-top: 60px; }
.StrengthsInfosBox .StrengthsMap .YoutubeIframe{ width: 100%; margin: 0; position: relative; padding-bottom: 50%; height: 0; overflow: hidden; }
.StrengthsInfosBox .StrengthsMap .YoutubeIframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* BreadcrumbPage */
.BreadcrumbPage{ background-color: #f2f4f8; padding: 130px 0 0 0; }
.BreadcrumbPageBox{ width: 96%; margin: auto; }
.BreadcrumbPage ul{ width: 100%; display: flex; justify-content: left; align-items: center; gap: 10px; }
.BreadcrumbPage ul li{ font-size: 14px; color: #787575; }
.BreadcrumbPage ul li a{ color: #787575; }
.BreadcrumbPage ul li img{ width: 100%; height: auto; max-width: 6px; }

/* BreadcrumbPage */
.BreadcrumbPageAll{ background-color: #f2f4f8; padding: 130px 0 0 0; }
.BreadcrumbPageAllBox{ width: 96%; margin: auto; }
.BreadcrumbPageAll ul{ width: 100%; display: flex; justify-content: left; align-items: center; gap: 10px; }
.BreadcrumbPageAll ul li{ font-size: 14px; color: #787575; }
.BreadcrumbPageAll ul li a{ color: #787575; }
.BreadcrumbPageAll ul li img{ width: 100%; height: auto; max-width: 6px; }

/* AboutAIS */
.AboutAIS{ background-color: #f2f4f8; padding: 100px 0; overflow: hidden; position: relative;}
.AboutAISIconRight{ position: absolute; right: 0; top: 11%; width: 280px; height: 200px; background: url('../images/strengths/right-icon-line.png'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.AboutAISIconLeft1{ position: absolute; left: 0; top: 0%; width: 332px; height: 120px; background: url('../images/strengths/line-left-1.png'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.AboutAISBox{ margin: auto; }
.PersonalList{ margin: 40px 0;}
.PersonalList ul{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 90px; }
.PersonalList ul li{ text-align: left; line-height: 33px;}
.PersonalList ul li p{ margin: 0; line-height: 1.5em;text-align: center;}
.PersonalList ul li p.Title{ text-align: center;}
.PersonalList ul li p em{ display: block; font-style: normal; font-weight: bold; margin-bottom: 5px;}
.PersonalList ul li .Title{ margin: 15px 0 0; font-size: 18px; font-weight: bold; line-height: 33px; }
/*.PersonalList ul li img{ width: 100%; height: auto; max-width: 100%; }*/
.PersonalList ul li .PictureBGStyle{ width: 200px; height: 200px; margin: auto; border-radius: 200px; overflow: hidden; padding: 2px; background-image: linear-gradient(90deg, #80cdf0 0%, #4694ec 30%, #4694ec 80%); }
.PersonalList ul li .PictureBGStyle img{ /*width: 100%; height: auto; max-width: 250px;*/ border-radius: 200px; display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }

.BlackLinks { background-color: #3e3a39; padding: 10px 20px; width: 100%; max-width: 200px; text-align: center; border-radius: 100px; display: inline-block; color: #fff; font-size: 16px; font-weight: 600; transition: all .3s; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); }
.BlackLinks:hover{ background-color: #0050c4; transition: all .3s; }

.AboutSection{ margin: 50px 0 80px 0; position: relative; }
.AboutSection p{ margin: 0; }
.AboutSection .RightPicture{ position: absolute; width: 45%; right: -50px; overflow: hidden; text-align: right;}
.AboutSection .RightPicture img{ width: 100%; height: auto; max-width: 640px; }
.AboutSection .LeftDetail{ max-width: 50%; font-size: 16px; line-height: 35px; }
.AboutSection .LeftDetail .Title{ font-size: 30px; font-weight: bold; line-height: 50px; color: #0050c4; margin-bottom: 30px; }
.AboutSection .LeftDetail .Caption{ font-size: 22px; font-weight: bold; margin-bottom: 30px;}
.AboutSection .LeftDetail .LinkA{ margin-top: 40px;}

.AboutHeader{ text-align: center; margin-bottom: 80px; }
.AboutHeader p{ margin: 0; font-size: 70px; font-weight: 500; display: flex; justify-content: center; align-items: center; }
.AboutHeader p span{ font-size: 208px; margin-left: 40px; background-color: #f3ec78; background-image: linear-gradient(90deg, #00c0d5 0%, #2192ff 30%, #2d58a8 70%); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent; }
.AboutHeader h2{ margin: -40px 0 0 0; text-align: center; font-size: 23px; font-weight: 300; letter-spacing: 4px;}

.AboutKV{ position: relative;  padding: 60px 0 0 0; text-align: center; background-color: #f2f4f8; }
.AboutKV h1{ margin: 0; font-size: 34px; line-height: 60px; font-weight: bold; letter-spacing: 2px; position: relative; }
.AboutKV h1:before{ content: ''; position: absolute; top: 25px; left: 0; width: 330px; height: 13px; background: url('../images/strengths/line-left.svg'); background-repeat: no-repeat; background-size: contain; background-position: center left; }
.AboutKV h1:after{ content: ''; position: absolute; top: 25px; right: 0; width: 330px; height: 13px; background: url('../images/strengths/line-right.svg'); background-repeat: no-repeat; background-size: contain; background-position: center right; }
.AboutKV p{ margin: 0; font-size: 22px; line-height: 35px; color: #656261; }
.AboutKV h1 img{ width: 100%; height: auto; max-width: 100px; vertical-align: middle;}

.AboutIntroFirst{ position: relative;  padding: 100px 0; text-align: center; background-color: #f2f4f8;  }
.AboutIntroFirst h2{ font-size: 30px; line-height: 50px; font-weight: bold; color: #0050c4;}
.AboutIntroFirst .Description{ line-height: 35px; text-align: left;}
.AboutIntroFirst .Description ul li{ list-style: inside; margin-bottom: 5px;}
.AboutIntroFirst .Description ul li em{font-style: normal; font-weight: bold; font-size: 1.1em;}
.AboutAISIconRight1{ position: absolute; right: 0; top: -17%; width: 621px; height: 137px; background: url('../images/strengths/line-right-1.png'); background-repeat: no-repeat; background-size: contain; background-position: right center; }
.AboutAISIconRightThai{ background: url('../images/thai/line-right-1.png')!important;}

.AboutAISIconLeftThai{ position: absolute; left: 0; bottom: 30px; width: 332px; height: 120px; background: url('../images/thai/line-left-1.png'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.AboutAISIconLeftThaiPadding{ padding-bottom: 180px!important;} 

.AboutIntro3Box{ position: relative; padding: 0 0 50px 0; background-color: #f2f4f8;  }
.AboutIntro3Box .Inner{ width: 94%; max-width: 1340px; margin: auto;}
.AboutIntro3Box ul{ width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.AboutIntro3Box ul li{ /*width: 100%; max-width: 33.33%;*/ margin: 0; position: relative; }
.CircleBox{ width: 425px; height: 425px; border-radius: 300px; padding: 30px; background-image: linear-gradient(90deg, #4292f7 0%, #2d66c6 100%); position: relative; }
.CircleBox .Flag{ text-align: right; display: flex; justify-content: right; align-items: center; gap: 10px; }
.CircleBox .Flag img{ width: 100%; height: auto; max-width: 75px; }
.CircleBox .Title{ color: #3e3a39; padding: 10px 20px; font-size: 22px; font-weight: bold; background-color: rgba(255, 255, 255, 0.8); border-radius: 10px; margin-right: -40px; }
.CircleBox .Descriptions{ color: #fff; font-size: 16px; max-width: 260px; margin: auto;}
.Detail{ position: relative; z-index: 1;}
.CircleBoxBG{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 100%; overflow: hidden; }
.CircleBoxBG img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 40%; object-fit: cover; }

.square-box{ position: relative; width: 100%; /*overflow: hidden;*/ background-image: linear-gradient(90deg, #4292f7 0%, #2d66c6 100%); border-radius: 300px; }
.square-box:before{ content: ""; display: block; padding-top: 100%; }
.square-content{ position:  absolute; top: 0; left: 0; bottom: 0; right: 0; color: white; padding: 30px; }
.square-content .Flag{ height: 75px; text-align: right; display: flex; justify-content: right; align-items: center; gap: 10px; }
.square-content .Flag img{ width: 100%; height: auto; max-width: 75px; }
.square-content .Title{ color: #3e3a39; padding: 10px 20px; font-size: 22px; font-weight: bold; background-color: rgba(255, 255, 255, 0.8); border-radius: 10px; margin-right: -40px; margin-top: 15px; margin-bottom: 15px; }
.square-content .Descriptions{ color: #fff; font-size: 16px; max-width: 290px; margin: auto;}

.ForThaiP{ /*background-image: linear-gradient(90deg, #f18f6c 0%, #e25a51 100%)!important;*/ }
.ForThaiPBG{ background: var(--bg-gradient3bg, #f18f6c); }

.AdvertorialKV{ position: relative;  padding: 60px 0 0 0; text-align: center; background-color: #f2f4f8; }
.AdvertorialKV h1{ margin: 0; font-size: 34px; line-height: 60px; font-weight: bold; letter-spacing: 2px; position: relative; }
.AdvertorialKV p{ margin: 0; font-size: 22px; line-height: 35px; color: #656261; }
.AdvertorialKV img{ width: 100%; height: auto; max-width: 90px; vertical-align: middle;}
.KVLR{ display: flex; justify-content: center; align-items: center; position: relative; gap: 20px; }
.KVLR:before{ content: ''; position: absolute; top: 25px; left: 0; width: 330px; height: 13px; background: url('../images/strengths/line-left.svg'); background-repeat: no-repeat; background-size: contain; background-position: center left; }
.KVLR:after{ content: ''; position: absolute; top: 25px; right: 0; width: 330px; height: 13px; background: url('../images/strengths/line-right.svg'); background-repeat: no-repeat; background-size: contain; background-position: center right; }

.AdvertorialFirst{ position: relative;  padding: 50px 0; text-align: center; background-color: #f2f4f8;  }
.AdvertorialFirst .Description{ line-height: 35px; text-align: left;}
.MarGinBTT50{ margin-bottom: 50px!important;}

.AdvertorialBox{ position: relative;  padding: 50px 0 100px 0; text-align: center; background-color: #f2f4f8; }
.AdvertorialBoxLR ul{ width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px;}
.AdvertorialBoxLR ul li{ max-width: 100%; text-align: center;}
.AdvertorialBoxLR ul li .Picture{margin: 0 0 0px 0;}
.AdvertorialBoxLR ul li .Picture img{ width: 100%; height: auto; max-width: 100%; }
.AdvertorialBoxLR ul li .Logo{ margin: 0; }
.AdvertorialBoxLR ul li .Logo img{ width: 100%; height: auto; max-width: 255px; /*max-height: 115px;*/ }
/*.AdvertorialBoxLR ul li:first-child .Logo img{ max-height: 85px; margin-top: 20px; }*/
.AdvertorialBoxLR ul li:first-child .LinkMore { margin-top: 60px;}
.AdvertorialBoxLR ul li .LinkMore { text-align: center; margin-top: 50px; }
.AdvertorialBoxLR ul li .LinkMore a{ display: inline-block; text-align: center; font-size: 16px; font-weight: 600; color: #fff; border-radius: 100px; padding: 12px 20px; width: 100%; max-width: 220px; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); position: relative; transition: all .3s ease-in-out; }
.AdvertorialBoxLR ul li .LinkMore a:after{ position: absolute; content: ''; top: 15px; right: 20px; width: 9px; height: 17px; margin: 0; background: url('../images/icon/icon-more-right.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.AdvertorialBoxLR ul li .LinkMore a:hover{ background-color: #3e3a39; transition: all .3s ease-in-out; }
.OneColumn ul{ grid-template-columns: repeat(1, 1fr)!important; gap: 0px!important; }
.OneColumn ul li{ margin-bottom: 40px;}
.OneColumn ul li:last-child{ margin-bottom: 0; }

/* PersonalListOthers */
.PersonalListOthers{ background-color: #fafbfd; padding: 100px 0; overflow: hidden; position: relative;}
.PersonalListOthersBox{ margin: auto; }
.PersonalList3{ margin: 40px 0;}
/*.PersonalList3 ul{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 90px; }*/
.PersonalList3 ul{ display: flex; justify-content: left; flex-wrap: wrap; gap: 40px; /*grid-template-columns: repeat(3, 1fr); gap: 90px;*/ }
.PersonalList3 ul li{ text-align: left; width: 30.9%; /*margin: auto;*/ line-height: 33px; /*max-width: 250px;*/ }
.PersonalList3 ul li p{ margin: 0; line-height: 1.5em; text-align: center; }
.PersonalList3 ul li p em{ font-style:normal; font-weight: bold; margin-bottom: 5px; display: block;}
.PersonalList3 ul li .Title{ margin: 20px 0; font-size: 18px; font-weight: bold; line-height: 33px; }
.PersonalList3 ul li .PictureBGStyle3{ width: 250px; height: 250px; margin: auto; border-radius: 200px; overflow: hidden; padding: 2px; /*background-image: linear-gradient(90deg, #ff9945 0%, #f8805a 30%, #ea1313 80%);*/ }
.PersonalList3 ul li .PictureBGStyle3 img{ /*width: 100%; height: auto; max-width: 250px;*/ border-radius: 200px; display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }
.PersonalList3 ul li .PictureBGStyle2{ width: 250px; height: 250px; margin: auto; border-radius: 200px; overflow: hidden; padding: 2px; background-image: linear-gradient(90deg, #80cdf0 0%, #4694ec 30%, #4694ec 80%); }
.PersonalList3 ul li .PictureBGStyle2 img{ /*width: 100%; height: auto; max-width: 250px;*/ border-radius: 200px; display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }
.PersonalList4 ul li .PictureBGStyle2{ width: 250px; height: 250px; margin: auto; border-radius: 200px; overflow: hidden;/* padding: 2px; background-image: linear-gradient(90deg, #80cdf0 0%, #4694ec 30%, #4694ec 80%);*/ }
.PersonalList4 ul li .PictureBGStyle2 img{ /*width: 100%; height: auto; max-width: 250px;*/ border-radius: 200px; display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }
.PersonalList3 ul li .PictureBGStyleBox{ background: var(--bg-gradientbox, #000); }

.HeaderPageCenter{ text-align: center; }
.HeaderPageCenter h2{ margin: 0; font-size: 34px; line-height: 60px; font-weight: bold; }
.HeaderPageCenter .Captions{ margin: 0; font-size: 22px; line-height: 35px; color: #656261; }
.HeaderPageLeft{ text-align: left!important; }

/* RelatedProjects */
.RelatedProjects{ background-color: #ccedf9; padding: 100px 0; overflow: hidden; position: relative;}
.RelatedProjectsBox{ margin: auto; }

/* PersonalListOthers */
.PriceSection{ background-color: #fafbfd; padding: 100px 0 50px 0; overflow: hidden; position: relative;}
.PriceSectionBox{ margin: auto; }
.PriceSectionList{ margin: 50px 0 0 0; }
.PriceSectionList ul{ margin: 0;padding: 0; }
.PriceSectionList ul li{ display: flex; justify-content: space-between; align-items: center; color: #3e3a39; margin: 40px 0; padding: 40px 50px 40px 60px; border: 1px solid #e3e3e3; background-color: #fff; border-radius: 25px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }
.PriceSectionList ul li .PriceSectionListLeft{ width: 70%; }
.PriceSectionList ul li .PriceSectionListLeft p{ margin: 0;}
.PriceSectionList ul li .PriceSectionListLeft .Title{ font-weight: bold; font-size: 24px; line-height: 40px;}
.PriceSectionList ul li .PriceSectionListLeft .Description{ font-size: 16px; line-height: 32px; margin-top: 10px; }
.PriceSectionList ul li .PriceSectionListLeft .Logo{ margin-top: 10px;}
.PriceSectionList ul li .PriceSectionListLeft .Logo img{ width: 100%; height: auto; max-width: 100px; }
.PriceSectionList ul li .PriceSectionListRight{ width: 26%; min-width: 250px; text-align: right; }
.PriceSectionList ul li .PriceSectionListRight p{ margin: 0;}
.PriceSectionList ul li .PriceSectionListRight .Flag{ margin-bottom: 20x;}
.PriceSectionList ul li .PriceSectionListRight .Flag img{ width: 100%; height: auto; max-width: 60px; }
.PriceSectionList ul li .PriceSectionListRight .Price{ font-size: 38px; font-weight: bold; margin-top: 10px; }

/* EditorDetailSection */
.EditorDetailSection{ background-color: #f2f4f8; padding: 100px 0 100px 0; overflow: hidden; position: relative;}
.EditorDetailSection{ margin: auto; }
.EditorDetailSectionBox{ margin: 0; }
.SubTitle{ margin: 60px 0; font-size: 20px; text-align: center; }
.SubTitle p{margin: 0; }
.SubTitle .Title{ font-size: 24px; font-weight: bold; line-height: 42px; margin-bottom: 5px;}
.EditorDetails{ margin: 60px 0; text-align: left; line-height: 40px; }

.ContactMiddleBox{ color: #fff; padding: 50px 50px; border: 4px solid #bfe5f3; text-align: center; border-radius: 50px; background-image: linear-gradient(90deg, #00ade6 0%, #2192ff 40%, #0050c4 100%); }
.ContactMiddleBox .Title{ font-size: 30px; line-height: 41px; font-weight: bold; margin-bottom: 15px; }
.ContactMiddleBox .Description{ font-size: 20px; line-height: 36px; }
.ContactMiddleBox p{ margin: 0; }
.ContactMiddleBox .LinksContact{ max-width: 850px; margin: auto; margin-top: 40px; display: flex; justify-content: space-between; }
.ContactMiddleBox .LinksContact p{ margin: 0;}
.ContactMiddleBox .LinksContact a{ width: 100%; display: block; background-color: #f2f4f8; border-radius: 100px; height: 80px; display: flex; justify-content: center; align-items: center; text-align: center; color: #f35d59; box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1); transition: 0.3s all ease;}
.ContactMiddleBox .LinksContact a:hover{ background-color: #3e3a39; color: #fff; transition: 0.3s all ease;}
.ContactMiddleBox .LinksContact .Telephone{ width: 48%; font-size: 36px; font-weight: bold; }
.ContactMiddleBox .LinksContact .ContatText{ width: 48%; font-size: 28px; font-weight: bold; }
.ContactMiddleBox .LinksContact .ContatText img{ width: 100%; height: auto; max-width: 12px; vertical-align: middle; margin-left: 10px; }
.ContactMiddleBox .LinksContact .Telephone img{ width: 100%; height: auto; max-width: 38px; vertical-align: middle; margin-right: 10px; }


/* SuccessStorySection */
.SuccessStorySection{ background-color: #fafbfd; padding: 100px 0 100px 0; overflow: hidden; position: relative;}
.SuccessStorySectionBox{ margin: 0; }
.SuccessStoryInner{ margin-top: 50px;}
.SuccessStoryInner ul{ margin: 0; padding: 0; width: 100%; }
.SuccessStoryInner ul li{ display: flex; justify-content: space-between; gap: 40px; margin-bottom: 50px;}
.SuccessStoryInner ul li p{ margin: 0;}
/* First */
.SuccessStoryInner ul li:nth-child(odd) .DetailRight{ order: 2; }
.SuccessStoryInner ul li:nth-child(odd) .PictureLeft{ order: 1; }
.SuccessStoryInner ul li:nth-child(odd) .Title{ position: absolute; width: 170%; right: 0; top: 55px; color: #fff; padding: 10px 20px 10px 50px; font-size: 24px; line-height: 38px; font-weight: bold; text-align: right; border-radius: 5px; }
.SuccessStoryInner ul li:nth-child(odd) .Flag{ text-align: right; position: relative; z-index: 2; padding-right: 20px; }
/* Secound */
.SuccessStoryInner ul li .DetailRight{ width: 45%; position: relative; order: 1; }
.SuccessStoryInner ul li .PictureLeft{ width: 55%; position: relative; order: 2;}
.SuccessStoryInner ul li .PictureLeft img{ width: 100%; height: auto; max-width: 100%; }
.SuccessStoryInner ul li .Flag{ text-align: left; position: relative; z-index: 2; padding-left: 20px; }
.SuccessStoryInner ul li .Flag img{ width: 100%; height: auto; max-width: 60px; }
.SuccessStoryInner ul li .Title{ /*  left: 0;*/ width: 170%; position: absolute; z-index: 1; top: 55px; color: #fff; padding: 10px 20px 10px 20px; font-size: 24px; line-height: 38px; font-weight: bold; width: 170%; z-index: 1; text-align: left; border-radius: 5px; }
.SuccessStoryInner ul li .Logo{ margin: 0; padding-top: 80px;}
.SuccessStoryInner ul li .Logo img{ width: 100%; height: auto; max-width: 150px; }
.SuccessStoryInner ul li .Descriptions{ line-height: 36px; margin-top: 20px; }
.SuccessStoryInner ul li .LinkMorePage{ text-align: left; margin-top: 40px;}
.LinkMorePage { text-align: center; margin-top: 50px; }
.LinkMorePage a{ display: inline-block; text-align: center; font-size: 16px; font-weight: 600; color: #fff; border-radius: 100px; padding: 12px 20px; width: 100%; max-width: 220px; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); position: relative; transition: all .3s ease-in-out; }
.LinkMorePage a:after{ position: absolute; content: ''; top: 15px; right: 20px; width: 9px; height: 17px; margin: 0; background: url('../images/icon/icon-more-right.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.LinkMorePage a:hover{ background-color: #3e3a39; transition: all .3s ease-in-out; }
.CCJColourBG{ background-image: linear-gradient(90deg, rgba(248, 128, 90, 0) 0%, rgba(248, 128, 90, 1) 30%, #ea1313 80%);}
.BuBuJPColourBG{ background-image: linear-gradient(90deg, #01678f 0%, rgba(91, 193, 169, 1) 30%, rgba(91, 193, 169, 0) 80%);}

.ContactFixed{ position: fixed; z-index: 9999; bottom: -250px; right: 30px; width: 278px; height: auto; padding: 20px; border-radius: 30px; background-color: #0050c4; /* background: url('../images/advertorial/contact-fixed.svg'); background-repeat: no-repeat; background-size: contain; background-position: center;)*/ opacity: 0;  transition: all .3s ease-in-out; }
.ContactFixed .LinksContact{ max-width: 850px; margin: auto; margin-top: 10px; position: relative; }
.ContactFixed .LinksContact p{ margin: 0;}
.ContactFixed .LinksContact a{ width: 100%; display: block; background-color: #f2f4f8; border-radius: 100px; height: 45px; display: block; justify-content: center; align-items: center; text-align: center; color: #f35d59; box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1); transition: 0.3s all ease;}
.ContactFixed .LinksContact a:hover{ background-color: #3e3a39; color: #fff; transition: 0.3s all ease;}
.ContactFixed .LinksContact .Telephone{ width: 100%; font-size: 20px; font-weight: bold; line-height: 45px; }
.ContactFixed .LinksContact .ContatText{ width: 100%; font-size: 16px; font-weight: bold; line-height: 45px; margin-top: 10px; }
.ContactFixed .LinksContact .ContatText img{ width: 100%; height: auto; max-width: 8px; vertical-align: middle; margin-left: 10px; }
.ContactFixed .LinksContact .Telephone img{ width: 100%; height: auto; max-width: 20px; vertical-align: middle; margin-right: 10px; }
.TopTextContact{ position: absolute; width: 75%;z-index: 0; top: -40px; margin: 0; left: 0; right: 0; margin: auto; font-size: 16px; font-weight: bold; line-height: 21px; padding: 15px 10px 50px 10px; border-radius: 50px 50px 0 0; color: #fff; text-align: center; margin-bottom: 0; background-image: linear-gradient(180deg, #0050c4 0%, #2192ff 70%, #2192ff 100%);}
.ContactFixedClose{ position: absolute; top: -10px; right: -10px; }
.CloseBTN{ cursor: pointer; width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 100px; font-weight: bold; font-size: 15px; text-transform: uppercase; font-family: 'Hiragino Kaku Gothic ProN'; margin: 0; background-color: #000; color: #fff; }
.CloseBTN:hover{ background-color: red;}
.ContactFixed.sticky-active { opacity: 1; bottom: 20px;  transition: all .3s ease-in-out; }

.AchievementsTop{ position: relative;  padding: 60px 0 0 0; text-align: left; background-color: #f2f4f8; font-size: 22px; }
.AchievementsTop h1{ margin: 0; font-size: 34px; line-height: 60px; font-weight: bold; letter-spacing: 2px; position: relative; }
.AchievementsTop p{ margin: 0; line-height: 35px; color: #656261; }
.AchievementsTop img{ width: 100%; height: auto; max-width: 90px; vertical-align: middle;}
.AchievementsTop p{ margin: 0;}
.AchievementsTopLR{ display: flex; justify-content: space-between; align-items: center; }
.AchievementsTopLR .Left{ margin: 0;}
.AchievementsTopLR .Logo{ margin-bottom: 20px;}
.AchievementsTopLR .Logo img{ width: 100%; height: auto; max-width: 310px; }
.AchievementsTopLR .RightA{ margin: 0;}
.AchievementsTopLR .RightA ul{ margin: 0; padding: 0; display: flex; justify-content: right; gap: 15px; }
.AchievementsTopLR .RightA ul li{ width: 135px; height: 135px; padding: 15px; font-weight: 500; font-size: 16px; text-align: center; border-radius: 100px; background-color: #fff; border: 1px solid #c5c4c4; background-image: linear-gradient(180deg,  #ffffff 0%, #efefef 80%); display: flex; justify-content: center; align-items: center; }
/*.AchievementsTopLR .RightA ul li img{ width: 100%; height: auto; max-height: 70px; }*/
.AchievementsTopLR .RightA ul li img{ width: auto; height: auto; max-height: 60px; }

.AchievementsContents{ position: relative; padding: 80px 0; text-align: left; background-color: #f2f4f8; }
.AchievementsContents h1{ text-align: left; margin: 0; font-size: 36px; font-weight: bold; line-height: 55px; position: relative; padding-left: 0px; }
.AchievementsContents h1 img{ width: 100%; height: auto; max-width: 77px; vertical-align: middle; margin-right: 10px; position: absolute; left: 0; top: -13px; }
.AchievementsContents .FeatureImage{ margin: 0px 0 20px 0; position: relative;}
.AchievementsContents .FeatureImage img{ width: 100%; height: auto; max-width: 100%; }
.AchievementsContents .FeatureImage .TopBrand{ position: relative;}
.AchievementsContents .FeatureImage .LogoBrand{ margin: 0; position: absolute; right: 20px; top: 20px; width: 150px; border-radius: 10px; height: auto; padding: 15px; background-color: #fff;}
.AchievementsContents .FeatureImage .LogoBrand img{ width: 100%; height: auto; max-width: 100%; }
.AchievementsContents .FeatureImage .FlagBrand{ margin: 0; position: absolute; left: 20px; top: 20px; width: auto; height: 67px;}
.AchievementsContents .FeatureImage .FlagBrand img{ width: 100%; height: auto; max-width: 67px; }
.AchievementsInners{ max-width: 900px; margin: auto; margin-top: 50px; }
.CreateInfoLR{ display: flex; justify-content: space-between; align-items: center; }
.CreateInfoLR p{ margin: 5px 0; }
.CreateInfoLR .Date{ line-height: 32px; }
.CreateInfoLR .SNSShare{ text-align: right; }
.CreateInfoLR .SNSShare img{ width: 100%; height: auto; max-width: 26px; margin-left: 10px; }
.ContentDetail{ margin: 50px 0; font-size: 16px; line-height: 36px;}

/* StepInfor */
.StepInfo3Box{ /*background-color: #fafbfd;*/ background-image: linear-gradient(90deg, rgba(196, 228, 245, 1) 10%,rgba(189, 212, 250, 1) 60%, rgba(181,199, 234, 1) 80%); padding: 100px 0 100px 0; overflow: hidden; position: relative;}
.StepInfo3Box{ margin: auto; }
.StepInfo3Boxist{ margin: 0; max-width: 900px; margin: auto; }
.StepInfo3Boxist ul{ width: 100%; margin: 0; padding: 0; list-style: none; display: flex; justify-content: space-between; }
.StepInfo3Boxist ul li{ width: 100%; max-width: 230px; position: relative; }
.StepInfo3Boxist ul li .CircleBoxStep{ width: 220px; height: 170px; border-radius: 70px; border: 0px solid #00aed6; background-image: linear-gradient(180deg,  #ffffff 0%, #fafafa 80%); display: flex; flex-direction: column; justify-content: center; align-items: center; }
.StepInfo3Boxist ul li .Title{margin: 0; font-size: 26px; line-height: 45px;color: #0050c4; text-align: center; font-weight: bold; margin-bottom: 10px; }
.StepInfo3Boxist ul li .Icon{ text-align: center; margin: 0; }
.StepInfo3Boxist ul li .Icon img{ width: 100%; height: auto; max-height: 72px; }
.StepInfo3Boxist ul li .Descriptions{ font-size: 17px; line-height: 32px; }
.StepInfo3Boxist ul li:after{ position: absolute; content: ''; left: -70px; top: 17%; margin: auto; width: 36px; height: 50px; /*border-style: solid; border-width: 0 35px 40px 35px;*/ background-image: url('../images/icon/icon-arr-right.svg'); background-size: cover; /*border-color: transparent transparent #2d58a8 transparent; transform: rotate(90deg);*/ z-index: 9; }
.StepInfo3Boxist ul li:first-child:after{ display: none;}

/* AchievementsContentsEditor */
.AchievementsContentsEditor{ background-color: #f2f4f8; padding: 100px 0 100px 0; overflow: hidden; position: relative;}
.AchievementsContentsEditor{ margin: auto; }
.AchievementsContentsEditorBox{ margin: 0; }

/* PersonalListOthers */
.PersonalListAchievement{ background-color: #fafbfd; padding: 100px 0; overflow: hidden; position: relative;}
.PersonalListAchievementBox{ margin: auto; }
.PersonalList4{ margin: 40px 0;}
/*.PersonalList4 ul{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 90px; }*/
.PersonalList4 ul{ display: flex; justify-content: center; flex-wrap: wrap; /*grid-template-columns: repeat(2, 1fr);*/ gap: 4%; }
.PersonalList4 ul li{ text-align: left; width: 48%; margin: auto; margin-bottom: 4%; line-height: 33px; text-align: center; }
.PersonalList4 ul li p{ margin: 0; }
.PersonalList4 ul li .Title{ margin: 20px 0 0 0; font-size: 22px; font-weight: bold; line-height: 33px; }
.PersonalList4 ul li .Position{ font-weight: bold; font-size: 16px; }
.PersonalList4 ul li .Description{ max-width: 400px; margin: auto; font-size: 18px; margin-top: 20px; margin-bottom: 20px; text-align: left; }
.PersonalList4 ul li img{ width: 100%; height: auto; max-width: 200px; }

.RelatedProjectsSlide{ background-color: #f2f4f8!important;}
.RelatedProjectsSlide .slick-prev:before { background-image: url('../images/icon/icon-left-arrow-slide.svg'); background-size: cover; display: inline-block; width: 30px!important; height: 76px!important; content:""; }
.RelatedProjectsSlide .slick-next:before { background-image: url('../images/icon/icon-right-arrow-slide.svg'); background-size: cover; display: inline-block; width: 30px!important; height: 76px!important; content:""; }
.RelatedProjectsSlide .slick-prev, .RelatedProjectsSlide .slick-next{ width: 30px!important; height: 76px!important; top: 45%;}
/*.RelatedProjectsSlide .slick-track { float: left!important; }*/
.RelatedProjectsSlide .AchrievementsAreaList ul .slick-list{ padding: 0 0 30px 0;}
.RelatedProjectsSlide .AchrievementsAreaList ul li{ margin: 0 20px; min-height: 470px; }
.RelatedProjectsSlide .AchrievementsAreaList ul li a{ color: #000;}
.RelatedProjectsSlide .AchrievementsAreaList ul .slick-track { margin-left:0; }
.RelatedProjectsSlide2{ background-color: #f7f3f2!important; }

/* BlockEditorStyle */
.BlockEditorStyle{ margin: 40px 0; font-size: 16px; line-height: 32px; }
.BlockEditorStyle h2{ font-size: 34px; line-height: 55px; margin: 20px 0 20px 0; font-weight: bold; text-align: center; }
.BlockEditorStyle h3{ font-size: 24px; line-height: 42px; margin: 20px 0 20px 0; font-weight: bold; text-align: center; }
.BlockEditorStyle ul{ margin-left: 16px; padding-left: 0;}
.BlockEditorStyle ul li::marker { color: #3b81ff; }
.BlockEditorStyle img{ display: block; width: auto; max-width: 100%; margin: auto; height: auto; }
.BlockEditorStyle p{ margin: 15px 0;}
.BlockEditorStyle figure{ margin-left: 0; margin-right: 0;}
.BlockEditorStyle .wp-block-image{ margin: 30px 0;}
.BlockEditorStyle .wp-block-image :where(figcaption){ text-align: center; padding: 10px 0; }

.ScrollTable table { width: 100%; margin: 30px 0; border-collapse: separate!important; border-spacing: 0; background-color: #f9fbff; border: 2px solid #3373d0!important; border-radius: 0px; overflow: hidden; /*box-shadow: 0 0 0 3px #e6f0ff;*/ }
.ScrollTable table td { border: 0; border-bottom: 1px solid #c2c2c1!important; border-right: 1px solid #c2c2c1!important; padding: 16px 20px; color: #333; }
.ScrollTable table td:first-child { background-color: #3373d0; color: #fff; border-bottom: 1px solid #f2f4f8; font-weight: 500; width: 25%; text-align: left; }
.ScrollTable table td:last-child { border-right: none!important; }
.ScrollTable table tr:last-child td { border-bottom: none!important; }

.BlockEditorStyle .QuoteStyle{ margin: 30px 0; background-color: #fff; border: 1.5px solid #80a7e1; border-radius: 30px; padding: 40px; }
.BlockEditorStyle .Linkto{ text-align: center; margin: 20px 0;}
.BlockEditorStyle .Linkto a{ padding: 13px 40px; display: inline-block; font-size: 20px; font-weight: bold; color: #fff!important; border: 0px solid #352f2d; position: relative; border-radius: 100px; /*box-shadow: 2px 3px 5px rgba(0,0,0,0.2);*/ background-image: linear-gradient(90deg, rgba(255, 138, 100, 1) 10%,rgba(243, 93, 89, 1) 60%, rgba(242, 77, 73, 1) 80%); transition: all .3s ease-in-out;  }
.BlockEditorStyle .Linkto a img{ width: 100%!important; height: auto; max-width: 22px!important; vertical-align: middle; margin-top: -3px; margin-right: 5px;}
.BlockEditorStyle .Linkto a:hover{ color: #fff; background-image: linear-gradient(90deg, rgba(242, 77, 73, 1) 10%,rgba(243, 93, 89, 1) 60%, rgba(255, 138, 100, 1) 80%); transition: all .3s ease-in-out; }
.BlockEditorStyle .StrengthsInfosLR{ margin: 0 0 50px 0; }
.BlockEditorStyle .StrengthsInfosLR ul{ margin: 0;  }
.BlockEditorStyle .StrengthsInfosLR ul li{ margin: 15px 0; display: flex; font-size: 16px; }
.BlockEditorStyle .StrengthsInfosLR ul li .StrengthsInfosL{ width: 20%; max-width: 140px; font-weight: bold; /*padding-left: 20px;*/ }
.BlockEditorStyle .StrengthsInfosLR ul li .StrengthsInfosR{ width: 80%; /*padding-left: 20px; padding-right: 20px;*/ line-height: 35px; font-weight: 300;}
.BlockEditorStyle ul{ margin: 30px 0 30px 30px;}
.BlockEditorStyle ul li{ list-style: disc; list-style-position: outside; margin-bottom: 5px; font-weight: 500;}
.BlockEditorStyle ol{ margin-left: 30px; counter-reset: my-sec-counter; }
.BlockEditorStyle ol ol{ margin-left: 20px; margin-top: 10px; }
.BlockEditorStyle ol ol ol{ margin-left: 20px; margin-top: 10px; }
.BlockEditorStyle ol li{ list-style-type:decimal!important; position: relative; display: block!important; margin-bottom: 10px;font-weight: 500; }
.BlockEditorStyle ol li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -22px; }
.BlockEditorStyle ol li li{ margin-left: 20px;}
.BlockEditorStyle ol li li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -22px; }
.BlockEditorStyle ol li li li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -27px; }
.BlockEditorStyle iframe{ width: 100%!important; min-height: 420px; margin: 0px 0!important;}

.PrivacyPolicy .BlockEditorStyle ul li::marker { color: #111; }
.PrivacyPolicy .BlockEditorStyle .title { font-weight: bold; font-size: 20px; margin: 30px 0 0 0; }
/* End BlockEditorStyle */

/* PriceThaiSection */
.PriceThaiSection{ background-color: #fcfbfa; padding: 100px 0 100px 0; overflow: hidden; position: relative;}
.PriceThaiSectionBox{ margin: auto; }
.PriceThaiSectionList{ margin: 50px 0 0 0; }
.PriceThaiSectionList ul{ margin: 0;padding: 0; }
.PriceThaiSectionList ul li{ display: flex; justify-content: space-between; align-items: center; color: #3e3a39; margin: 30px 0; padding: 40px 40px 40px 40px; border: 1px solid #e3e3e3; background-color: #fff; border-radius: 25px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }
.PriceThaiSectionList ul li .PriceThaiSectionListLeft{ width: 55%; padding-left: 20px; }
.PriceThaiSectionList ul li .PictureLeft{ width: 135px; height: 135px; border-radius: 100px; overflow: hidden;}
.PriceThaiSectionList ul li .PictureLeft p{ margin: 0; width: 135px; height: 135px; }
.PriceThaiSectionList ul li .PictureLeft p img{  display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover;}
.PriceThaiSectionList ul li .PriceThaiSectionListLeft p{ margin: 0;}
.PriceThaiSectionList ul li .PriceThaiSectionListLeft .Title{ font-weight: bold; font-size: 24px; line-height: 40px;}
.PriceThaiSectionList ul li .PriceThaiSectionListLeft .Description{ font-size: 16px; line-height: 32px; margin-top: 10px; }
.PriceThaiSectionList ul li .PriceThaiSectionListLeft .Logo{ margin-top: 10px;}
.PriceThaiSectionList ul li .PriceThaiSectionListLeft .Logo img{ width: 100%; height: auto; max-width: 100px; }
.PriceThaiSectionList ul li .PriceThaiSectionListRight{ width: 26%; min-width: 250px; text-align: right; }
.PriceThaiSectionList ul li .PriceThaiSectionListRight p{ margin: 0;}
.PriceThaiSectionList ul li .PriceThaiSectionListRight .Brand{ margin-bottom: 20x;}
.PriceThaiSectionList ul li .PriceThaiSectionListRight .Brand span{ display: inline-block; background-color: #ea1313; font-size: 15px; border-radius: 100px; padding: 5px 20px; color: #fff;}
.PriceThaiSectionList ul li .PriceThaiSectionListRight .Price{ font-size: 38px; font-weight: bold; margin-top: 10px; }

/* SuccessStorySection */
.SuccessStorySection2{ background-color: #f7f3f2; padding: 100px 0 100px 0; overflow: hidden; position: relative;}
.SuccessStorySectionBox2{ margin: 0; }
.SuccessStoryInner2{ margin-top: 50px;}
.SuccessStoryInner2 ul{ margin: 0; padding: 0; width: 100%; }
.SuccessStoryInner2 ul li{ display: flex; justify-content: space-between; gap: 40px; margin-bottom: 100px;}
.SuccessStoryInner2 ul li p{ margin: 0;}
/* First */
.SuccessStoryInner2 ul li:nth-child(odd) .DetailRight{ order: 2; }
.SuccessStoryInner2 ul li:nth-child(odd) .PictureLeft{ order: 1; }
.SuccessStoryInner2 ul li:nth-child(odd) .Title{ position: absolute; width: 170%; right: 0; top: 65px; color: #fff; padding: 10px 20px 10px 50px; font-size: 24px; line-height: 38px; font-weight: bold; text-align: right; border-radius: 5px; background-image: linear-gradient(90deg, rgba(248, 128, 90, 0) 0%, rgba(248, 128, 90, 1) 30%, #ea1313 80%); }
.SuccessStoryInner2 ul li:nth-child(odd) .Logo{ text-align: right; position: relative; z-index: 2; padding-right: 20px; }
/* Secound */
.SuccessStoryInner2 ul li .DetailRight{ width: 45%; position: relative; order: 1; }
.SuccessStoryInner2 ul li .PictureLeft{ width: 55%; position: relative; order: 2;}
.SuccessStoryInner2 ul li .PictureLeft img{ width: 100%; height: auto; max-width: 100%; }
.SuccessStoryInner2 ul li .Logo{ text-align: left; position: relative; z-index: 2; padding-left: 20px; }
.SuccessStoryInner2 ul li .Logo img{ width: 100%; height: auto; max-width: 75px; }
.SuccessStoryInner2 ul li .Title{ /*  left: 0;*/ width: 170%; position: absolute; z-index: 1; top: 65px; color: #fff; padding: 10px 20px 10px 20px; font-size: 24px; line-height: 38px; font-weight: bold; width: 170%; z-index: 1; text-align: left; border-radius: 5px; background-image: linear-gradient(90deg, #ea1313 0%, rgba(248, 128, 90, 1) 30%, rgba(248, 128, 90, 0) 80%); }
.SuccessStoryInner2 ul li .Descriptions{ line-height: 36px; margin-top: 100px; }
.SuccessStoryInner2 ul li .LinkMorePage{ text-align: left; margin-top: 40px;}
.LinkMorePage2 { text-align: left; padding-top: 40px; }
.LinkMorePage2 a{ display: inline-block; text-align: center; font-size: 16px; font-weight: 600; color: #ea1313; border: 1.5px solid #ea1313; border-radius: 100px; padding: 12px 20px; width: 100%; max-width: 220px; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); position: relative; transition: all .3s ease-in-out; }
.LinkMorePage2 a:after{ position: absolute; content: ''; top: 15px; right: 20px; width: 9px; height: 17px; margin: 0; background: url('../images/icon/icon-more-right2.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.LinkMorePage2 a:hover{ background-color: #ea1313; color: #fff; transition: all .3s ease-in-out; }
.LinkMorePage2 a:hover:after{ background: url('../images/icon/icon-more-right.svg'); }

.LinkMorePage3 { text-align: left; padding-top: 40px; }
.LinkMorePage3 a{ display: inline-block; text-align: center; font-size: 16px; font-weight: 600; color: #0050c4; border: 1.5px solid #0050c4; border-radius: 100px; padding: 12px 20px; width: 100%; max-width: 220px; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); position: relative; transition: all .3s ease-in-out; }
.LinkMorePage3 a:after{ position: absolute; content: ''; top: 15px; right: 20px; width: 9px; height: 17px; margin: 0; background: url('../images/icon/icon-more-right3.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.LinkMorePage3 a:hover{ background-color: #0050c4; color: #fff; transition: all .3s ease-in-out; }
.LinkMorePage3 a:hover:after{ background: url('../images/icon/icon-more-right.svg'); }
.LinkMorePage3 a:hover img{ filter: brightness(0) invert(1);}

.PersonalListOthers2{ background-color: #fcfbfa!important; }

/* TravelMediaThai */
.TravelMediaThai{ background-color: #fcfbfa; padding: 100px 0 100px 0; overflow: hidden; position: relative;}
.TravelMediaThaiDetail{ margin: 60px 0;  }
.TravelMediaThaiDetail .Picture{ text-align: center;  }
.TravelMediaThaiDetail .Picture img{ width: 100%; height: auto; max-width: 820px; }
.TravelMediaThaiDetail .Logo{  text-align: center; margin-top: 60px; }
.TravelMediaThaiDetail .Logo img{  width: 100%; height: auto; max-width: 330px;}

/* KVTravelMediaThai */
.KVTravelMediaThai{ width: 100%; height: 770px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; }
.KVTravelMediaThai h1{ margin: 0; font-size: 24px; letter-spacing: 3px; margin-top: 30px; color: #3e3a39; font-weight: 500; }
.KVTravelMediaThai h1 span{ font-size: 36px; font-weight: bold; }
.KVTravelMediaThai .KVTravelMediaThaiThaiFont{ margin: 0; font-size: 100px; text-align: center; color: #787575; }
.KVTravelMediaThai .KVTravelMediaThaiThaiFont span{ /*font-size: 155px;*/ font-size: 140px; line-height: 155px; letter-spacing: -4px; font-weight: 500; display: block; margin-top: -40px; background-image: linear-gradient(90deg, #ff9945 0%, #f8805a 30%, #ea1313 100%); background-size: 100%; -webkit-background-clip: text;  -moz-background-clip: text; -webkit-text-fill-color: transparent; }
.KVTravelMediaThai .CenterCircle{ text-align: center; width: 530px; height: 530px; border-radius: 600px; border: 4px solid #ea1313; margin-top: 50px; position: relative;}
.KVTravelMediaThai .CenterCircle .Inners{ margin: 1%; background-color: #fff; width: 98%; height: 98%; border-radius: 600px; display: flex; justify-content: center; align-items: center; }
.KVTravelMediaThai .CenterCircle .Inners div{ margin: 0; position: relative;}
.KVTravelMediaThai .CenterCircle .Flaghai{ margin: 0; position: absolute; top: 50px; right: 0; /*right: -40px; top: -55px;*/ }
.KVTravelMediaThai .CenterCircle .Flaghai img{ width: 100%; height: auto; max-width: 110px; border: 4px solid #ea1313; border-radius: 100px; }

.KVTravelMediaThaiInto{ position: relative;  padding: 100px 0 0 0; text-align: center; background-color: #f2f4f8; }
.KVTravelMediaThaiInto h2{ margin: 0; font-size: 34px; line-height: 60px; font-weight: bold; letter-spacing: 2px; position: relative; }
.KVTravelMediaThaiInto p{ margin: 0; font-size: 22px; line-height: 35px; color: #656261; }
.KVTravelMediaThaiInto h2 img{ width: 100%; height: auto; max-width: 100px; vertical-align: middle;}

.KVTravelMediaThaiPage{ height: 350px!important; position: relative; }
.KVTravelMediaThaiPage .CenterCircle{ text-align: center; width: 500px!important; height: 500px!important; margin-top: 70px; }

.KVMedia{ position: absolute; left: 0; right: 0; margin: auto; top: 38%; text-align: center; z-index: 2;}
.KVMedia img{ width: auto; height: auto; max-width: 550px; }
.H1Mar0{ margin: 0!important;}

.OVHDD{ position: relative; height: 350px!important; overflow: hidden; z-index: 1;}

.KVTravelMediaThaiIntoPage{ padding-top: 200px!important;}

.ThaiTop3Layout{ width: 100%; height: 770px; position: absolute; top: 0; left: 0; background-color: #ccc;  display: flex; justify-content: space-between; z-index: 0; }
.ThaiTop3Layout:before{ position: absolute; top: 0; left: 0; width: 100%; height: 176px; content: ''; z-index: 1; background: url('../images/thai/top-bg-thai.png'); background-repeat: no-repeat; background-repeat: repeat-x; background-size: contain; background-position: top center; }
.ThaiTop3Layout .LeftBox{ width: 50%;}
.ThaiTop3Layout .LeftBox .Left1{ width: 100%; height: 50%;}
.ThaiTop3Layout .LeftBox .Left1 img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }
.ThaiTop3Layout .LeftBox .Left2{ width: 100%; height: 50%;}
.ThaiTop3Layout .LeftBox .Left2 img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }
.ThaiTop3Layout .RightBox{ width: 50%;}
.ThaiTop3Layout .RightBox img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }
.ThaiTop3Layout .Left11{ height: 100%!important; }
.ThaiTop2Layout4Media{height: 400px!important; }

.ForThaiPage{ background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #f2f4f8 51%, #fcfbfa 100%); }
.ForThaiPage::before { /*background: linear-gradient(135deg, #ea1313, #ea1313)!important;*/ }
.ForThaiPageBG::before { background: var(--bg-gradient, #000); }
.ForThaiPage{ text-align: center; }
.ForThaiPageBox{ text-align: left; max-width: 950px; margin: auto;}
.ForThaiPage .Title{ font-size: 30px; font-weight: bold; text-align: center; margin-top: 50px; }
.ForThaiPage .Captions{ font-size: 20px; font-weight: bold; text-align: center; margin-top: 50px; margin-bottom: 50px;}
.CenterThaipage{ text-align: center; margin-top: 50px; display: flex; justify-content: center; align-items: center; }
.ForThaiPageBox .LinkMorePage2{ width: 100%; max-width: 200px; padding-top: 0!important; }
.ForThaiPageBox .LinkMorePage2 a{ background-color: #fff;}
.ForThaiPageBox .LinkMorePage2 a:hover{ background-color: #352f2d; color:white!important;border: 1.5px solid #352f2d!important;}
.ForThaiPageBox .LinkMorePage3{ width: 100%; max-width: 200px; margin-left: 40px; padding-top: 0!important; }
.ForThaiPageBox .LinkMorePage3 a{ background-color: #fff;}
.ForThaiPageBox .LinkMorePage3 a:hover{ background-color: #0050c4;}
.ForThaiPage:after{ background-color: #fcfbfa!important; }
.ForThaiPageBox .LinkMorePage3 img{ width: 100%; height: auto; max-width: 24px; vertical-align: sub; margin-right: 5px;}

.LinkMorePage a{ display: inline-block; text-align: center; font-size: 16px; font-weight: 600; color: #fff; border-radius: 100px; padding: 12px 20px; width: 100%; max-width: 220px; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); position: relative; transition: all .3s ease-in-out; }
.LinkMorePage a:after{ position: absolute; content: ''; top: 15px; right: 20px; width: 9px; height: 17px; margin: 0; background: url('../images/icon/icon-more-right.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.LinkMorePage a:hover{ background-color: #3e3a39; transition: all .3s ease-in-out; }

.ForThaiPageBox3Box{ max-width: 950px; margin: 0 auto;}
.ForThaiPageBox3Box ul{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px; margin-bottom: 80px; }
.ForThaiPageBox3Box ul li{ width: 280px; height: 280px; border-radius: 200px; background-color: #fff; display: flex; justify-content: center; align-items: center; }
.ForThaiPageBox3Box ul li div{ color: #ea1313; font-size: 22px; line-height: 35px; }
.ForThaiPageBox3Box ul li div .Number1{ margin: 0; font-size: 90px; line-height: 85px; font-weight: bold; }
.ForThaiPageBox3Box ul li div .emp{ margin: 0; font-size: 50px; line-height: 50px; font-weight: bold; }
.ForThaiPageBox3Box ul li div p{ margin: 0;}

.BGAllPage{ background-color: #f2f4f8;}

.KVForPage{ position: relative;  padding: 60px 0 0 0; text-align: left; background-color: #f2f4f8; }
.KVForPage h1{ margin: 0; font-size: 34px; line-height: 60px; font-weight: bold; letter-spacing: 2px; position: relative; }
/*.KVForPage h1:before{ content: ''; position: absolute; top: 25px; left: 0; width: 330px; height: 13px; background: url('../images/strengths/line-left.svg'); background-repeat: no-repeat; background-size: contain; background-position: center left; }
.KVForPage h1:after{ content: ''; position: absolute; top: 25px; right: 0; width: 330px; height: 13px; background: url('../images/strengths/line-right.svg'); background-repeat: no-repeat; background-size: contain; background-position: center right; }*/
.KVForPage p{ margin: 0; font-size: 18px; line-height: 33px; color: #656261; }
.KVForPage h1 img{ width: 100%; height: auto; max-width: 100px; vertical-align: middle;}

/* BGAllPage */
.CategoryListTags{ margin: 0; padding: 60px 0 0 0; }
.CategoryListTags ul{ margin: 0; padding: 0; list-style: none; display: flex; justify-content: left; flex-wrap: wrap; gap: 10px; }
.CategoryListTags ul li{ width: auto; }
.CategoryListTags ul li a{ padding: 8px 30px; background-color: #ededed; color: #000; font-size: 16px; font-weight: 500; border-radius: 100px; }
.CategoryListTags ul li a:hover{ background-color: #0050c4; color: #fff;}
.activeCat{ background-color: #0050c4!important; color: #fff!important; }

/* pagination */
#pagination { padding: 0; margin: 60px 0 60px; overflow: hidden; clear: both; font-size: 18px;  }
#pagination ul { position: relative; padding: 0; margin: 0; text-align: center; }
#pagination li { display: inline-block; padding: 0; margin: 0 0px; text-align: center;  list-style: none; vertical-align: middle; }
#pagination li img{ max-width: 32px; }
#pagination li a { background: #fff;}
#pagination li a:hover { background: #3b81ff; color: white;}
#pagination li:first-child:hover { opacity: .6; }
#pagination li span, #pagination li a { position: relative; letter-spacing: .5px;}
#pagination span, #pagination a { display: block; float: left; width: auto; padding: 5px 15px; margin: 0; color: #000; text-decoration: none; border-radius: 5px;}
#pagination .active { padding: 5px 11px 5px 11px; color: #3b81ff; font-weight: 500; /*background: #000; color: #fff;*/ }
#pagination li:first-child span:before, #pagination li:first-child a:before, #pagination li:last-child span:after, #pagination li:last-child a:after { position: absolute; display: block; width: 9px; height: 16px;  margin-top: -7px; content: ""; }
#pagination li:first-child a, #pagination li:first-child span{ padding-left: 27px; background: none; }
#pagination li:first-child span:before, #pagination li:first-child a:before { top: 50%; left: 0; /*background: url(../images/icon/ico-arrowLeft.svg) no-repeat; background-size: 9px 16px;*/ }
#pagination li:last-child:hover { opacity: .6; }
#pagination li:last-child a, #pagination li:last-child span { padding-right: 27px; margin: 2px 0px; background: none; }
#pagination li:last-child span:after, #pagination li:last-child a:after { top: 50%; right: 0; /*background: url(../images/icon/ico-arrowRight.svg) no-repeat; background-size: 9px 16px;*/ }
.Pagination{ margin-top: 50px;}
.Pagination #pagination { margin: 20px 0 20px 0;}
.Pagination #pagination ul{ text-align: center;}

.AuthorInfo{ margin: 100px 0 0 0; display: flex; justify-content: left; align-items: center; flex-wrap: nowrap; background-color: #fff; padding: 40px; border-radius: 30px; }
.AuthorInfo .PictureLeft{ width: 200px; height: 200px; }
.AuthorInfo .PictureLeft p{ margin: 0; width: 200px; height: 200px; border-radius: 200px; overflow: hidden; }
.AuthorInfo .PictureLeft p img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }
.AuthorInfo .DetailsRight{ padding-left: 40px; }
.AuthorInfo .DetailsRight p{ margin: 0; padding: 0;}
.AuthorInfo .DetailsRight .Title{ font-size: 22px; font-weight: bold; }
.AuthorInfo .DetailsRight .Position{ font-size: 16px; font-weight: bold; margin-top: 10px; }
.AuthorInfo .DetailsRight .Description{ font-weight: 300; margin-top: 20px; }

.PagePaddingAll{ padding: 60px 0;}

.ThanksYouPage{ text-align: center; }

.HeaderMenuBox .NavigationTP ul li:hover .SubMenu{ display: block; position: absolute; width: 100%!important; max-width: 250px; top: 40px!important; }
.SPNav ul li:hover a{ color: #fff; }
/*.SPNav ul li:first-child .SubMenu {  margin-left: -65px!important; }*/
.SPNav ul li .SubMenu { display: none; position: absolute; min-width: 250px; width: 100%!important; max-width: 250px; /*left: -55%!important;*/ left: 0!important; right: 0!important; margin: auto!important; /*margin-left: -150px!important;*/ top: 40px!important; height: auto; z-index: 0!important; }
.SPNav ul li .SubMenu ul { width: 100%!important; display: block; height: auto; padding: 0; max-width: 250px!important; margin: auto!important; background: #fff; padding: 0 0 0 0; margin-left: -50px!important; margin-top: 20px!important; box-shadow: 0px 5px 10px rgba(0,0,0,0.1); overflow: hidden; border-radius: 20px;}
.SPNav ul li .SubMenu ul li { display: block; width: auto; margin: 0; padding: 0; border-radius: 0px!important; }
.SPNav ul li .SubMenu ul li a { margin: 0; display: block!important; padding: 10px 20px; font-size: 16px; color: #3e3a39; letter-spacing: 0; font-weight: 400; text-align: left; line-height: 1.5em; border-radius: 0px!important;}
.SPNav ul li .SubMenu ul li a:hover{ border-radius: 0px!important;}
.HeaderMenuBox .SPNav ul li:last-child{ margin-left: 0!important;}
.LoadingBox{ padding: 10px; border-radius: 100px; background-color: #fff;}

.SearchCategory{ background-color: #f2f4f8; padding: 50px 0 0 0; }
.SearchCategory ul{ display: flex; justify-content: center; align-items: center; gap: 20px; }
.SearchCategory ul li{ width: 100%; max-width: 200px;}
.SearchCategory select{ display: inline-block; outline:none; width: 100%; margin-top: 2px; padding: 12px 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border:1px solid #bdbdbd; background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right center; background-position: right 1rem center; border-radius: 5px; }
.SearchCategory input[type=submit]{ background-image: linear-gradient(90deg,  rgba(255, 138, 100, 1) 10%, rgba(242, 77, 73, 1) 100%); cursor: pointer; color: #fff; text-align: center; width: 100%; padding: 15px 15px 15px 15px; font-size: 16px; font-weight: 600; max-width: 230px; border: 1px solid #fff; border-radius: 100px; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: all .3s;  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);}
.SearchCategory input[type=submit]:hover{background-image:none; background-color: #3e3a39; color: #fff; }

.ProjectApproach{ text-align: center; margin-bottom: 40px; }
.ProjectApproach h2{ margin: 0; font-size: 43px; font-weight: 500; display: flex; justify-content: center; align-items: center; }
.ProjectApproach h2 span{ font-size: 83px; margin-left: 20px; background-color: #f3ec78; background-image: linear-gradient(90deg, #00c0d5 0%, #2192ff 30%, #2d58a8 70%); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent; }

.wpcf7-spinner{ display: block!important; margin: auto!important; margin-top: 10px!important; }