/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');

html {
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a{
  color: #F3A717;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover{
  color: #14165E;
  text-decoration: none;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body{
  overflow-x: hidden;
}
body {
  font-family: 'Nunito';
  font-size: 16px;
  line-height: 24px;    
  color: #262626;
  padding-top: 125px;
  margin: 0;
}
.header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0px 11px 52px rgba(0, 0, 0, 0.05);
}
.header-top{
  background: #14165E;
  padding: 5px;
  width: 100%;
}
.ht-inner{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dropdown-toggle::after{
  content: '\e904';
  font-family: 'icomoon';
  border: 0;
  font-size: 7px;
  margin-left: 8px;
}
.shop-ol{
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
}
.for-shop{
  display: inline-block;
  background: #F3A717;
  border-radius: 1px;
  padding: 3px 12px;
  margin-left: 10px;
}
.for-shop:hover{
  background: #c2820a;
}
.box-item-top{
  display: flex;
  align-items: center;
}
.serach-lang{
  color: #fff;
  display: flex;
  align-items: center;
}
.dropdown-menu.language {
  min-width: 50px;
  padding: .5rem 0;
  margin: 0;
  font-size: 14px;
  color: #14165E;
  background-color: #fff;
  border: 1px solid #14165E;
  box-shadow: 0px 4px 52px rgba(0, 0, 0, 0.1);
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #14165E;
}
.main-header{
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}
.mh-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp-left,
.hp-right{
  width: 42.5%;
}
.hp-center{
  width: 15%;
  text-align: center;
}
.menubar{
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menubar .list-menu{
  margin: 0 20px;
  min-width: 62px;
  position: relative;
  text-align: center;
}
.menubar .list-menu .link-menu{
  color: #7B7B7B;
  font-family: "Roboto";
  font-size: 14px;
  position: relative;
  text-align: center;
  transition: all 200ms ease;
  overflow: hidden;
}
.menubar .list-menu .link-menu:hover,
.menubar .list-menu .link-menu.active{
  color: #14165E;
}
.menubar .list-menu .link-menu::after{
  content: '\e909';
  position: absolute;
  font-size: 8px;
  bottom: -20px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  font-family: 'icomoon';
  color: #F3A717;
  transition: all 400ms ease;
}
.menubar .list-menu .link-menu.active::after{
  content: '\e909';
  position: absolute;
  font-size: 8px;
  bottom: -20px;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  font-family: 'icomoon';
  color: #F3A717;
  transition: all 400ms ease;
}
.menubar .list-menu .link-menu:hover::after,
.menubar .list-menu .link-menu.active:hover::after{
  opacity: 1;
}
.slider-for-hero{
  position: relative;
  width: 100%;
  right: 0;
  margin: 0;
  padding: 0;
}
.small-caption{
  border-radius: 2px;
  padding: 5px 35px 5px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Roboto";
  position: absolute;
  right: 0;
  left: auto;
  bottom: 30px;
}
.brands{
  position: relative;
  margin: 60px 0 100px 0;
}
.brand-ttl{
  font-family: "Roboto";
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #F3A717;
  margin-bottom: 45px;
}
.brand-item{
  display: block;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 15px;
}
.brand-item img{
  filter: grayscale(100%);
  transition: all 400ms ease-in-out;
  opacity: 0.7;
}
.brand-item:hover img,
.brand-item.current img{
  filter: none;
  opacity: 1;
}
.wrap-brand{
  position: relative;
}
.about{
  position: relative;
  margin-bottom: 100px;
}
.section-ttl{
  font-family: "Roboto";
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.02em;
  color: #14165E;
}
.section-ttl.inner{
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}
.sm-section-ttl{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #F3A717;  
}
.sector{
  background: #FAFAFA;
  padding: 80px 0;
}
.tab-link{
  display: block;
  background: #FFFFFF;
  box-shadow: 2px 4px 12px rgba(21, 56, 127, 0.12);
  border-radius: 4px;
  padding: 24px;
  cursor: pointer;
  color: #262626;
}
.tab-link.current{
  background: #14165E;
  cursor: pointer;
  color: #fff;
}
.tab-link.current .for-title-sector{
  color: #fff;  
}
.tab-link.current .for-icon-sector{
  background-color: #fff;
}
.tab-link p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.sector-desc{
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
.for-icon-sector{
  background: #E4E4EE;
  border-radius: 2px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
}
.for-title-sector{
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #14165E;
  margin-bottom: 10px;
}
.tabs-content{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.tabs-content.active{
  visibility: visible;
  opacity: 1;
}
.cit-img img{
  border-radius: 5px;
}
.cit-img{
  margin-bottom: 40px;
}
.news{
  position: relative;
  padding: 100px 0;
}
.box-article{
  background-color: #fff;
  box-shadow: 2px 4px 12px rgba(21, 56, 127, 0.12);
  border-radius: 4px;
  overflow: hidden;
}
.img-wrapper figure img{
  object-fit: cover;
  object-position: center;
  min-height: 160px;
  transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.img-wrapper figure{
  overflow: hidden;
  height: 160px;
  margin-bottom: 0;
}
.img-wrapper figure img:hover,
.img-wrapper figure img:focus{
  transform: scale(1.2);
}
.img-wrapper.big figure{
  height: 315px;
}
.img-wrapper.big figure img{
  object-fit: contain;
  object-position: center;
  min-height: 310px;
}
.img-wrapper.sm figure{
  height: 160px;
}
.for-img-search .img-wrapper figure{
  height: 191px;
}
.for-img-search .img-wrapper figure img{
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
}
.img-wrapper.sm figure img{
  object-fit: cover;
  object-position: center;
  min-height: 160px;
}
.sm-article{
  background: #FFFFFF;
  box-shadow: 2px 2px 12px rgba(21, 56, 127, 0.12);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}
.ttl-sm-article{
  padding: 12px 12px 0 0;
  min-height: 120px;
}
.content-article{
  padding: 15px;
  font-size: 14px;
  line-height: 19px;
}
.lt-article{
  display: block;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #14165E;
  margin-bottom: 10px;
}
.lt-article.big{
  font-size: 20px;
  line-height: 28px;
}
.lt-article:hover{
  color: #F3A717;  
}
.date-article{
  font-size: 13px;
  line-height: 16px;
  color: #7B7B7B;
  margin-bottom: 10px;
}
.link-detail{
  font-weight: 600;
}
.link-detail span{
  margin-left: 15px;
  font-size: 13px;
  vertical-align: middle;
}
.footer{
  background: #14165E;
  color: #fff;
}
.footer-top{
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  font-size: 14px;
}
.fi-inner{
  display: flex;
}
.icon-footer-top{
  margin-right: 10px;
  font-size: 14px;
}
.icon-footer-top span{
  vertical-align: middle;
}
.footer-item{
  max-width: 250px;
  width: 100%;
}
.footer-copy{
  border-top: 1px solid #fff;
  padding: 10px 0;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  opacity: 0.8;
}
.social{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li{
  margin-right: 10px;
}
.social li .social-icon{
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  color: #14165E;
}
.social li .social-icon:hover{
  background-color: #F3A717;
  color: #fff;
}

.sticky-nav{
  position: fixed;
  width: 100%;
  top: 125px;
  padding: 10px 0;
  z-index: 998;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(20, 22, 94, 0.06);
}
.sn-about{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.sn-about .link-anchor{
  font-size: 14px;
  line-height: 28px;
  color: #7B7B7B;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
.sn-about .link-anchor:hover,
.sn-about .link-anchor.active{
  font-weight: bold;
  color: #0E0F56;
}
.from-ceo{
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position-x: 20%, center;
  position: relative;
  background-color: #fff;
  background-size: contain;
  z-index: 1;
}
.from-ceo::before{
  content: '';
  position: absolute;
  background-color: #0E0F55;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.box-text-ceo{
  color: #fff;
}
.ceo-name{
  font-family: "Roboto";
  font-weight: bold;
  font-size: 32px;
  line-height: 56px;
  letter-spacing: 0.02em;  
  color: #FFFFFF;
}
.box-img-ceo{
  text-align: center;
}
.who-we-are{
  padding: 120px 0;
}
.box-img-who{
  text-align: right;
  position: relative;
}
.biw-quote{
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EAF0F2;
  box-sizing: border-box;
  box-shadow: 0px 10px 12px rgba(20, 22, 94, 0.08);
  padding: 30px;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #14165E;
  position: absolute;
  left: 0;
  bottom: -50px;
  max-width: 435px;
  text-align: left;
}
.who-text{
  margin-right: 5%;
}
.value{
  padding: 80px 0;
  background-color: rgba(20, 22, 94, 0.03);
}
.value-content-box{
  position: relative;
}
.value-tab{
  position: relative;
  margin-bottom: -40px;
  z-index: 10;
}
.value-text-box{
  padding-top: 70px;
}
#value-tabs {
  border-bottom: 0px solid #dee2e6;
}
#value-tabs .nav-item.show .nav-link, #value-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #F3A717;
  font-weight: bold;
}
#value-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border-color: transparent;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #7B7B7B;
}
.our-people{
  padding: 140px 0;
}
.human-care{
  padding: 140px 0;
  background-color: rgba(20, 22, 94, 0.03);
}
.item-people{
  background: #FFFFFF;
  box-shadow: 2px 4px 12px rgba(21, 56, 127, 0.12);
  border-radius: 4px;
  padding: 20px;
  width: 48%;
  margin-bottom: 20px;
}
.box-of-people{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 5%;
}
.ft-ttl-people{
  font-family: "Roboto";
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  color: #14165E; 
  margin-bottom: 15px;
}
.board-of-director,
.organization{
  padding: 140px 0;
}
.bod-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bod-items{
  width: 24%;
  margin: 0 5px 10px 5px;
}
.bi-link{
  display: block;
  background: #FFFFFF;
  padding: 20px;
  text-align: center;
  border: 1px solid #F3A717;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(20, 22, 94, 0.08);
  border-radius: 2px;
  color: #262626;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.02em;
  min-height: 430px;
}
.bi-link p{
  font-style: italic;
  margin-bottom: 10px;
}
.bod-img{
  height: 179px;
  overflow: hidden;
  margin-bottom: 15px;
}
.bod-name{
  font-size: 16px !important;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #1D1F6A;
  margin-bottom: 10px;
  font-weight: bold;
}

#ceo, #who, #value, #people, #hcd, #bod, #os, #business, #award{
  z-index: 10;
}
.time-pad{
  padding: 120px 0 60px 0;
}
.box-timeline{
  position: relative;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: -3;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #e9e1d4;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -5;
}
.timeline.in-view:after {
  top: 0;
  bottom: 0;
  position: fixed;
  transform: translateX(-50%);
  content: " ";
  width: 1px;
  background-color: #F3A717;
  left: 50%;
  height: 48vh;
  z-index: -5;
}
.timeline:after {
  top: 300px;
}
.timeline > li {
  position: relative;
  display: flex;
}
.timeline > li.left {
  justify-content: flex-start;
}
.timeline > li.right {
  justify-content: flex-end;
}
.timeline-panel {
  padding: 20px;
  max-width: 450px;
  width: 100%;
  filter: blur(2px);
  transition: all 100ms ease-in-out;
  position: relative;
}
.timeline-panel.active{
  filter: none;
}
.timeline-panel::before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  color: #14165E;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  top: 50%;
  padding-left: 15px;
  transform: translateY(-50%);
  z-index: 2;
  right: calc(-100% - 56px);
}
.timeline > li.right .timeline-panel::before{
  right: calc(40% - 47px);
}
.timeline-badge.active {
  background: #F3A717;
}
.timeline-panel-body {
  opacity: 1;
}
.timeline-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8e1b5;
  z-index: 100;
  transition: all 150ms ease-in-out;
}
.timeline-panel-body{
  max-width: 415px;
  padding: 20px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #F3A717;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(20, 22, 94, 0.08);
  border-radius: 2px;
}

.timeline-panel-body p{
  margin-bottom: 0;
}
.endpart {
  position:relative;
  height: 50vh;
  background-color: white;
  z-index: 3;
  margin-top:100px;
  text-align:center;
}
.endpart p{
  padding-top:200px;
}
/************************************************************************************/
@media (min-width: 768px) and (max-width: 991px){
  .timeline-panel {
    max-width: 328px;
    width: 100%;
  }
  .timeline > li.right .timeline-panel::before {
    right: calc(40% - 14px);
  }
}
@media (max-width: 767px)
and (-webkit-min-device-pixel-ratio:1)
  {
  .connection-line {
    display: none;
  }
  .timeline {
    padding-top: 20px;
    margin-left: 0;
  }
  .timeline:before {
    left: 8px;
  }
  .timeline:after {
    left: 0%;
  }
  .timeline.in-view:after {
    left: 20px;
    height: 38vh;
  }
  .timeline > li.left,
  .timeline > li.hp-right{
    align-items: flex-start;
  }
  .timeline>li {
    padding-bottom: 10%;
  }
  .timeline>li>.timeline-badge {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 2em;
    left: 8px;
    top: 0;
    position: relative;
  }
  .timeline-badge.active {
    color: #0E3B85;
  }
  .timeline>li>.timeline-panel {
    background-color: white;
    z-index: 5;
    width: 95%;
  }
  .timeline-panel::before {
    top: 0;
    right: 0;
  }
  .timeline > li.right .timeline-panel::before {
    right: 0;
  }
}


.for-awards{
  background-color: #fff;
  padding: 90px 0;
}
.tabss{
  margin: 0px;
  padding: 0px;
}
.tabs-link {
  background: #E9E9E9;
  border-radius: 2px;
  display: block;
  padding: 12px 15px;
  font-family: "Roboto";
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #7B7B7B;;  
}
.tabs-link.current{
  background: #F3A717;
  color: #fff;
}
.wrap-content-tab > .tab-contents{
  display: none;
  margin-top: 50px;
}
.tab-contents.current{
  display: block;
}
.box-img-award{
  display: inline-block;
}
.box-cer, .mfp-content{
  background: #FFFFFF;
  border: 1px solid #F3A717;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(20, 22, 94, 0.08);
  border-radius: 2px;
  padding: 20px;
  display: inline-block;
  color: #262626;
  text-align: center;
}
.box-img-award{
  text-align: center;
  width: 100%;
  height: 400px;
  object-position: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.box-img-award img{
  object-fit: contain;  
  object-position: center;
  width: 100%;
  height: 400px;
}
.title-award{
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1D1F6A;
  margin-bottom: 15px;
}
.show-popup{
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-popup-show .box-img-award img{
  object-fit: contain;  
  object-position: center;
  width: 100%;
  height: 100%;
}
.mfp-close-btn-in .mfp-close{
  color: #fff;
  top: -40px;
  right: -37px;
  opacity: 1;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #F3A717;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: auto;
  cursor: auto;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.95;
  margin: 0;
  top: 50%;
  color: #F3A717;
  margin-top: -55px;
  background-color: #fff !important;
  font-size: 14px;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  font-family: 'icomoon';
  width: 0;
  height: 0;
  position: absolute;
  left: 10px;
  top: 12px;
  margin-top: 0;
  margin-left: 0;
  border: medium inset transparent;
}
.mfp-arrow.mfp-arrow-left:before {
  content: '\e900';
}
.mfp-arrow.mfp-arrow-right:after {
  content: '\e901';
}
.wrap-img img{
  max-width: 70% !important;
}
.box-inner-hero{
  overflow: hidden;
}
.inner-hero{
  position: relative;
}
.box-hero-deco{
  padding: 30px 0;
  background: #14165E;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 5;
}
.inner-hd{
  max-width: 580px;
  width: 100%;
  color: #fff;
  position: relative;
}
.box-hero-deco::after{
  content: '';
  position: absolute;
  right: -120px;
  width: 0;
  height: 100%;
  bottom: 0;
  border-left: 50px solid transparent;
  border-right: 210px solid transparent;
  border-bottom: 600px solid #F3A717;
  z-index: -10;
}
.box-hero-deco::before{
  content: '';
  position: absolute;
  right: -66px;
  background: #14165E;
  top: -93px;
  width: 500px;
  height: 125%;
  transform: rotateZ(16deg);
  z-index: -1;
}
.code-conduct{
  padding: 60px 0;
}
.breadcrumb{
  background: #F5F5F5;
  padding: 10px 0;
  margin-bottom: 0;
}
.list-breadcrumb{
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  font-family: "Roboto";
}
.list-breadcrumb li{
  margin-right: 15px;
  color: #14165E;
  font-weight: bold;
}
.list-breadcrumb li:last-child:after{
  display: none;
}
.list-breadcrumb li::after{
  content: '/';
  color: #9D9D9D;
  margin-left: 15px;
}
.link-breadcrumb{
  font-size: 14px;
  color: #9D9D9D;
  font-weight: normal;
}
.content{
  padding: 60px 0;
}
.careers-reason{
  padding: 100px 0;
}
.careers-job{
  padding: 120px 0;
  background-color: rgba(20, 22, 94, 0.03);
}
.career-desc{
  margin-top: 15px;
}
.box-jc{
  background: #FFFFFF;
  padding: 30px;
  border: 1px solid #F3A717;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(20, 22, 94, 0.08);
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.box-item-job{
  width: 70%;
}
.box-btn-dj{
  width: 150px;
}
.name-job{
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #14165E;
  margin-bottom: 5px;
}
.job-att{
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  list-style: none;
}
.job-att li{
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #7B7B7B;
  margin-right: 15px;
}
.job-att li::after{
  content: '|';
  color: #14165E;
  margin-left: 15px;
}
.job-att li:last-child:after{
  display: none;
}
.pager{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pager li{
  margin: 0 2.5px;
}
.pager li a{
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  color: #262626;
  background: transparent;
  border-radius: 1px;
}
.pager li a span{
  vertical-align: middle;
}
.pager li a.active,
.pager li a:hover{
  color: #fff;
  background: #F3A717;
}
.tag-job{
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
  display: block;
}
.tag-job li{
  display: inline-block;
  font-size: 12px;
  background: #E9E9E9;
  border-radius: 51px;
  padding: 5px 15px;
  color: #262626;
  margin-right: 5px;
}
.job-item-ttl{
  font-family: "Roboto";
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.job-des ul{
  padding-left: 15px;
}
.job-des ul li{
  margin-bottom: 10px;
}
.box-contact{
  background: #FFFFFF;
  border: 1px solid #F3A717;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(9, 55, 99, 0.12);
  border-radius: 4px; 
  padding: 30px;
}
.contact-label{
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #555555;
  margin-bottom: 5px;
}
.contact-label.require::after{
  content: '*';
  color: #f52727;
  margin-left: 5px;
}
.article-info{
  display: flex;
  align-items: center;
}
.date-detail{
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #7B7B7B; 
}
.date-detail::after{
  content: '\2022';
  margin-left: 15px;
}
.inner-share{
  display: flex;
  align-items: center;
}
.share-item{
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 0;
}
.share-item li{
  margin-right: 5px;
}
.share-icon{
  font-size: 25px;
}
.btn-for-share{
  padding: 0 20px;
}
.article-text h5{
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #262626;
  margin-bottom: 24px;
}
.article-text p{
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  text-indent: 12px;
  margin-bottom: 30px;
}
.contact-desc{
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #262626;  
}
#map-location {
  height: 290px;
  margin-bottom: 30px;
}
#map-location-store {
  height: 400px;
  margin-bottom: 40px;
}
.ci-item{
  display: flex;
  max-width: 380px;
  width: 100%;
  color: #14165E;
  margin-bottom: 1.5vw;
  font-size: 18px;
  line-height: 24px;
  margin-left: 15px;
}
.ci-icon{
  max-width: 40px;
  width: 100%;
}
.ci-desc{
  width: 280px;
}
.company-box{
  text-align: center;
  padding: 0 5%;
  margin-bottom: 24px;
}
.company-img{
  display: block;
  position: relative;
  transition: all 300ms ease;
  margin-bottom: 30px;
}
.company-img img{
  filter: grayscale(100%);
  opacity: 0.9;
  transition: all 300ms ease;
}
.company-img:hover img{
  filter: none;
  opacity: 1;
}
.company-name{
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;  
  color: #14165E;
  padding: 0 10%;
}
.i-sep {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E9E9E9;
  margin: 50px 0 50px 0;
  padding: 0;
}
.box-white{
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(20, 22, 94, 0.12);
  border-radius: 2px;
}
#investor-tab .nav-link {
  background: #E9E9E9;
  border: 0;
  padding: 12px 20px;
  min-width: 150px;
  border-radius: 2px;
  margin: 0 5px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #7B7B7B;
}
#investor-tab .nav-link.active, #investor-tab .show>.nav-link {
  color: #fff;
  background-color: #F3A717;
  border-radius: 2px;
}
.corporate-action{
  padding: 60px 0;
  background-color: rgba(20, 22, 94, 0.035);
}
.head-ac{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ttl-hac{
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #14165E;
}
.tabst{
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(20, 22, 94, 0.12);
  border-radius: 4px;
  overflow: hidden;
  margin-top: -40px;
}
.tabst li{
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.tabst li::after{
  content: '';
  width: 3px;
  height: 70%;
  background-color: rgba(20, 22, 94, 0.03);
  position: absolute;
  filter: blur(1px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.tabst li:last-child::after{
  display: none;
}
.tabst li .tab-links{
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 30px 0;
  color: #7B7B7B;
  background-color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 19px;
  z-index: 1;
}
.tabst li .tab-links.current{
  background: #14165E;
  color: #fff;
}
#content-top ul,
#content-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#TabTextile{
  border: 0;
}
#TabTextile .nav-item{
  width: 50%;
  text-align: center;
}
#TabTextile.if-three .nav-item{
  width: 33.3%;
  text-align: center;
}
#TabTextile .nav-link {
  width: 100%;
  margin-bottom: 0;
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#TabTextile .nav-link img{
  filter: grayscale(100%);
  opacity: 0.7;
  max-width: 180px;
  transition: all 300ms ease;
}
#TabTextile .nav-link:hover img,
#TabTextile .nav-link.active img{
  filter: none;
  opacity: 1;
}
.brand-ttl-inner{
  margin-top: 80px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #14165E;
  margin-bottom: 40px;
}
.center-h{
  align-items: center;
}
.banner-product{
  display: flex;
}
.main-banner{
  flex: 0 0 66.5%;
}
.banner-product.invert .main-banner{
  flex: 0 0 67%
}
.inner-mb{
  width: 98%;
  height: 100%;
}
.banner-product.invert .inner-mb{
  width: 100%;
  height: 100%;
}
.inner-mb img{
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sm-banner{
  flex: 0 0 35.8%;
}
.inner-sb{
  width: 100%;
  height: 51.6%;
}
.banner-product.invert .inner-sb{
  width: 97%;
  height: 51.5%;
}
.banner-product.invert .sm-banner{
  flex: 0 0 38%;
}
.map-responsive{
  overflow:hidden;
  padding-bottom:36.25%;
  position:relative;
  height:0;
  margin-bottom: 40px;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.inner-loc{
  max-width: 90%;
  margin-bottom: 30px;
}
.inner-loc p{
  max-width: 90%;
  font-size: 14px;
  color: #7B7B7B;
}
.spot{
  font-family: "Roboto";
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #7B7B7B;  
  margin-bottom: 10px;
}
.img-map{
  max-width: 100% !important;
  margin-bottom: 10px;
}
.mini-pin{
  margin-right: 10px;
}
.maps-info p{
  font-family: "Roboto";
  font-size: 14px;
  line-height: 20px;
  color: #262626;
}
.maps-info h5{
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #F3A717;  
}
video{
  width: 100%;
  height: auto;
}
.search-item{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #0E0F55;
  border-bottom: 1px solid rgb(240, 240, 240);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.for-img-search{
  width: 37%;
  overflow: hidden;
  border-radius: 5px;
}
.serach-item-text{
  width: 55%;
  margin-left: 30px;
}
.search-top{
  color: #F3A717;
  margin-bottom: 15px;
  font-family: "Roboto";
}
.main-ttl-search{
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto";
  margin-bottom: 15px;
}
.detail-search-link{
  font-weight: 600;
  transition: all 200ms ease-in-out;
  color: #262626;
  font-family: "Roboto";
}
.search-item:hover .detail-search-link:hover{
  color: #F3A717;
}
.date-search-link{
  font-weight: 500;
  font-style: italic;
  color: #262626;
  margin-top: 10px;
}
.side-search{
  color: #0E0F55;
  font-weight: 600;
  display: block;
  font-family: "Roboto";
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(240, 240, 240);
  margin-bottom: 15px;
}
.side-search:hover{
  color: #F3A717;
}
.font-nf{
  font-size: 30px;
  color: #0E0F55;
  font-weight: 600;
  margin-bottom: 20px;
}
.box-404{
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-404{
  text-align: center;
  max-width: 400px;
}
.ft-404{
  font-weight: 800;
  font-size: 100px;
  line-height: 110px;
}
.error-ft{
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: bold;
}


/* Swiper Custom */

@-moz-document url-prefix() {
  #brand-slider .swiper-slide {
    width: 154.143px !important;
  }
}
.swiper-pagination-bullet {
  border-radius: 100%;
  background: #fff;
  opacity: .7;
}
.swiper-pagination-bullet-active,
#a-c.swiper-pagination-bullet-active{
  opacity: 1;
  background: #F3A717 !important;
  box-shadow: 0px 0px 8px rgba(255, 178, 0, 0.8); 
}
.home.swiper-button-next:after, .home.swiper-button-prev:after,
.brand.swiper-button-next:after, .brand.swiper-button-prev:after,
.awards.swiper-button-next:after, .awards.swiper-button-prev:after,
.product.swiper-button-next:after, .product.swiper-button-prev:after {
  font-family: 'icomoon';
}
.home.swiper-button-next:after{
  content: '\e908';
  color: #fff;
}
.brand.swiper-button-next:after{
  content: '\e901';
  
  font-size: 14px;
}
.home.swiper-button-prev:after{
  content: '\e907';
  color: #fff;
}
.brand.swiper-button-prev:after{
  content: '\e900';
  font-size: 14px;
}
.brand.swiper-button-next,
.brand.swiper-button-prev{
  color: #C4C4C4;
}
.brand.swiper-button-next{
  right: -40px;
  left: auto;
}
.brand.swiper-button-prev{
  right: auto;
  left: -40px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: .85;
  cursor: pointer;
  pointer-events: all;
}
#article-slider{
  margin-left: -20px;
  margin-right: -20px;
}
#article-slider .swiper-wrapper{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#article-slider .swiper-wrapper .swiper-slide{
  width: 277px !important;
}
#sector-tab{
  margin-left: -25px;
  margin-right: -25px;
}
#sector-tab .swiper-wrapper{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
#sector-tab .swiper-wrapper .swiper-slide{
  width: 265px !important;
}
.awards.swiper-button-next:after{
  content: '\e901';
  color: #C4C4C4;
  font-size: 14px;
}
.awards.swiper-button-prev:after{
  content: '\e900';
  color: #C4C4C4;
  font-size: 14px;
}
.awards.swiper-button-next{
  right: -40px;
  left: auto;
}
.awards.swiper-button-prev{
  right: auto;
  left: -40px;
}
.box-relative{
  position: relative;
}
#a-c.swiper-button-next{
  top: 80%;
  right: 42%;
  left: auto;
}
#a-c.swiper-button-prev{
  top: 80%;
  left: auto;
  right: 46%;
}
#a-c.swiper-button-next,
#a-c.swiper-button-prev{
  width: 45px;
}
#a-c.swiper-button-next:hover,
#a-c.swiper-button-prev:hover{
  background: #F3A717;
  color: #fff !important;
}
#a-c.swiper-button-next:hover:after
#a-c.swiper-button-prev:hover:after{
  color: #fff !important;
}
#a-c .swiper-pagination-bullet {
  margin: 0 2.5px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
#a-c.swiper-pagination-bullets {
  bottom: 10px;
  left: -27%;
  width: 100%;
}
#product{
  overflow: visible;
}
.img-product img{
  width: 100%;
}
.product.swiper-button-next:after{
  content: '\e901';
  color: #fff;
  font-size: 13px;
}
.product.swiper-button-prev:after{
  content: '\e900';
  color: #fff;
  font-size: 13px;
}
.product.swiper-button-next,
.product.swiper-button-prev{
  background-color: #F3A717;
  width: 40px;
}
.product.swiper-button-next{
  right: 0;
  left: auto;
}
.product.swiper-button-prev{
  right: auto;
  left: 0;
}


/* Popup */
.popupoverlay{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
  transition: all 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.popupoverlay.popup-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupoverlay.show{
  visibility: visible;
  opacity: 1;
}
.mobile-menu{
  position: fixed;
  background-color: #fff;
  width: 300px;
  height: 100vh;
  left: -300px;
  top: 0;
  z-index: 999999;
  transition: all 200ms ease-in-out;
}
.mobile-menu.show{
  left: 0;
}
.inner-mobile-menu{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.mm-head{
  padding: 30px;
  height: 15vh;
}
.box-head-content{
  display: flex;
  justify-content: space-between
}
.mm-content,
.menu-mobile-list{
  height: 45vh;
  text-align: center;
}
.menu-mobile-list{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.menu-mobile-list li .link-mm{
  font-weight: 600;
  color: #14165E;
}
.menu-mobile-list li .link-mm:hover{
  color: #F3A717;
}
.mm-footer{
  padding: 20px;
  color: #fff;
  height: 20vh;
  background: #14165E;
  text-align: center;
}
.search-popup{
  position: fixed;
  background-color: #FAFAFA;
  top: -100vh;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  transition: all 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-popup.show{
  top: 0;
}
.inner-search{
  max-width: 900px;
  width: 100%;
  padding: 40px;
}
.close-search{
  position: absolute;
  top: 35px;
  right: 35px;
}
.bod-popup{
  border: 1px solid #F3A717;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(20, 22, 94, 0.08);
  border-radius: 2px;
  padding: 30px;
  position: relative;
  background-color: #fff;
  max-width: 850px;
  width: 100%;
  line-height: 24px;
  color: #262626;
  font-size: 14px;
}
.close-bod{
  position: absolute;
  top: 15px;
  right: 15px;
}

/* Form */
.form-search-popup .form-control{
  padding: 12px 15px;
  border-radius: 3px;
}
.form-search-popup .form-control:focus {
  color: #262626;
  background-color: #fff;
  border-color: #f3b849;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(243 167 23 / 25%);
}
.form-job-search{
  display: block;
  position: relative;
}
.form-job-search .form-select,
.form-job-search .form-control{
  border-radius: 0;
  padding: 12px 5px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #7B7B7B;
  background-color: transparent;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-color: #F3A717;
}
.form-job-search .form-select:focus,
.form-job-search .form-control:focus{
  box-shadow: none;
  border-bottom-color: #e69d16;
}
.for-bsf{
  position: absolute;
  top: 0;
  right: 0;
}
.btn-icon-search{
  padding: 12px;
}
.main-form{
  margin-bottom: 24px;
  position: relative;
}
.main-form .form-control{
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(9, 55, 99, 0.06);
  border-radius: 2px;
  padding: 12px 10px;
}
.main-form textarea.form-control{
  min-height: 150px;
}
.content-center{
  display: flex;
  justify-content: center;
}
.content-right{
  display: flex;
  justify-content: flex-end;
}
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.custom-file-upload {
  display: flex;
  width: 100%;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}
.file-upload-wrapper {
  display: flex;
  width: 100%;
}
.file-upload-input {
  width: 100%;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(9, 55, 99, 0.06);
  border-radius: 2px;
  padding: 12px 10px;
  transition: all 0.2s ease;
}
.file-upload-input:hover, .file-upload-input:focus {
  outline: none;
}
.file-upload-button {
  cursor: pointer;
  display: inline-block;
  background: #F3A717;
  box-shadow: 0px 4px 12px rgba(9, 55, 99, 0.06);
  border-radius: 0px 1px 1px 0px;
  outline: none;
  border: none;
  color: #fff;
  padding: 18px 20px;
  margin-left: -1px;
  transition: all 0.2s ease;
}
.file-upload-button:hover {
  background-color: #e19a17;
}


/* Button */
.btn{
  font-size: 14px;
}
.btn:focus,
.btn:hover{
  box-shadow: none;
}
.btn-search{
  padding: 0px 15px;
  color: #fff;
}
.btn-search span{
  vertical-align: middle;
}
.btn-search:hover{
  color: #F3A717;
}
.btn-lang{
  color: #fff;
  padding: 0px 15px;
}
.btn-lang:hover{
  color: #F3A717;
}
.btn-orange{
  min-width: 150px;
  text-align: center;
  font-family: "Roboto";
  border-radius: 2px;
  background: #F3A717;
  color: #fff;
  border: 2px solid #F3A717;
  padding: 12px 20px;
  filter: drop-shadow(0px 4px 16px rgba(255, 159, 0, 0.2));
}
.btn-orange:hover{
  background: #e69d16;
  color: #fff;
  filter: drop-shadow(0px 4px 16px rgba(255, 159, 0, 0.5));
}
.btn-orange-border{
  min-width: 150px;
  text-align: center;
  font-family: "Roboto";
  border-radius: 2px;
  background: transparent;
  border: 2px solid #F3A717;
  color: #F3A717;
  padding: 12px 20px;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.btn-orange-border:hover{
  border: 2px solid #F3A717;
  color: #fff;
  background-color: #F3A717;
}
.btn-bordered{
  background: rgba(243, 167, 23, 0.1);
  border: 1px dashed #F3A717;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 8px 30px;
  min-width: 150px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #F3A717;  
}
.btn-bordered:hover{
  background: #F3A717;
  border: 1px solid #F3A717;
  color: #fff;  
}


/* ==========================================================================
   Responsive Design
   =========================================================================== */
  @media (min-width: 1601px){

  }
  @media (min-width: 1200px) and (max-width: 1600px){
    .from-ceo {
      background-position-x: -17%, center;
    }
  }
  @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
    }
  }
  @media (min-width: 1025px){
    .for-toogle,
    #for-mobile{
      display: none;
    }
  }
  @media (min-width: 768px){

  }
  @media (max-width: 1024px) {
    .menubar{
      display: none;
    }
    .hp-center {
      width: 25%;
    }
    #for-desktop{
      display: none;
    }
    .ht-inner {
      justify-content: center;
    }
    #for-mobile{
      display: flex;
      justify-content: flex-end;
    }
    #for-mobile .serach-lang {
      color: #14165E;
    }
    #for-mobile .btn-search,
    #for-mobile .btn-lang{
      padding: 0px 5px;
      color: #14165E;
    }
    .hp-left, .hp-right {
      width: 40%;
    }
    #sector-tab .swiper-wrapper .swiper-slide {
      width: 225px !important;
    }
    #article-slider .swiper-wrapper .swiper-slide {
      width: 303px !important;
    }
    .social.mm {
      justify-content: center;
    }
    .bod-items {
      width: 32%;
      margin: 0 5px 10px 5px;
    }
    .from-ceo::before {
      width: 100%;
    }
    .from-ceo {
      padding-bottom: 60px;
    }
    .value-text-box {
      padding-top: 40px;
    }
    .box-hero-deco{
      position: relative;
      width: 100%;
      padding: 30px 15px;
    }
    .box-hero-deco::before,
    .box-hero-deco::after{
      display: none;
    }
    .inner-hd {
      max-width: 100%;
      width: 100%;
      color: #fff;
      position: relative;
    }
    #a-c.swiper-button-next,
    #a-c.swiper-button-prev {
      visibility: hidden;
    }
    .img-wrapper.big figure{
      height: 295px;
    }
    .img-wrapper.big figure img{
      object-fit: contain;
      object-position: center;
      min-height: 290px;
    }
    .center-h{
      align-items: flex-start;
    }
    .tabst li .tab-links {
      min-height: 95px;
      padding: 0px 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @media (max-width: 991px) {
    .section-ttl {
      font-size: 30px;
      line-height: 46px;
    }
    #article-slider .swiper-wrapper .swiper-slide {
      width: 347px !important;
    }
    .brand.swiper-button-next{
      right: -20px;
      left: auto;
    }
    .brand.swiper-button-prev{
      right: auto;
      left: -20px;
    }
    .tab-link p {
      display: none;
    }
    #sector-tab {
      margin-left: 0px;
      margin-right: 0px;
    }
    #sector-tab .swiper-wrapper {
      padding-left: 0px;
      padding-right: 0px;
    }
    #sector-tab .swiper-wrapper .swiper-slide {
      width: 150px !important;
      margin-right: 12px;
      margin-bottom: 12px;
    }
    .cit-img img {
      max-height: 150px;
    }
    .sticky-nav {
      display: none;
    }
    .box-img-ceo{
      margin-bottom: 30px;
      height: 520px;
      overflow: hidden;
    }
    .box-of-people{
      padding-left: 0;
    }
    .ft-ttl-people {
      font-size: 30px;
      line-height: 39px;
      margin-bottom: 15px;
    }
    .item-people .mr15{
      margin-right: 5px;
    }
    .item-people .for-title-sector {
      font-size: 14px;
    }
    .item-people {
      margin-bottom: 15px;
      padding: 15px;
    }
    .biw-quote {
      padding: 20px;
      font-size: 22px;
      line-height: 38px;
      position: relative;
      bottom: 30px;
      margin-bottom: 30px;
    }
    .value-tab {
      position: relative;
      margin-bottom: 0;
      z-index: 10;
    }
    #value-tabs .nav-link {
      margin-bottom: 20px;
    }
    .value-text-box {
      padding-top: 0px;
    }
    .bod-items {
      width: 47%;
      margin: 0 5px 10px 5px;
    }
    .bod-desc{
      display: none;
    }
    .bi-link {
      min-height: 285px;
    }
    .awards.swiper-button-next,
    .awards.swiper-button-prev{
      display: none;
    }
    .box-hero-deco{
      position: relative;
      width: 100%;
      padding: 15px;
    }
    .inner-hd {
      max-width: 100%;
      padding: 20px;
    }
    #a-c.swiper-button-next,
    #a-c.swiper-button-prev {
      visibility: visible;
    }
    #a-c.swiper-button-next{
      top: 80%;
      right: auto;
      left: 15%;
    }
    #a-c.swiper-button-prev{
      top: 80%;
      left: 10%;
      right: auto;
    }
    #a-c .swiper-pagination-bullet {
      background: rgba(255, 255, 255, 0.8);
      opacity: 1;
    }
    #a-c.swiper-pagination-bullets {
      bottom: 46%;
      left: -35%;
      width: 100%;
    }
    .job-item-ttl{
      margin-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    body {
      padding-top: 108px;
    }
    .brands {
      margin: 60px 0 70px 0;
    }
    #brand-slider{
      margin-left: 30px;
      margin-right: 30px;
    }
    #brand-slider .swiper-wrapper{
      padding-left: -30px;
      padding-right: -30px;
    }
    #brand-slider .swiper-wrapper .swiper-slide {
      width: 47% !important;
    }
    #sector-tab .swiper-wrapper .swiper-slide {
      width: 47.2% !important;
    }
    #sector-tab {
      margin-left: 0px;
      margin-right: 0px;
    }
    #sector-tab .swiper-wrapper {
      padding-left: 0px;
      padding-right: 0px;
    }
    #article-slider .swiper-wrapper .swiper-slide {
      width: 98% !important;
      padding-right: 15px;
    }
    #article-slider {
      margin-left: 5px;
      margin-right: 0px;
    }
    #article-slider .swiper-wrapper {
      padding-left: 10px;
      padding-right: 0px;
    }
    .footer-top {
      flex-wrap: wrap;
    }
    .footer-item.logo-bottom{
      margin-bottom: 20px;
    }
    .footer-item.logo-bottom,
    .footer-item.for-social {
      max-width: 100%;
      width: 100%;
      text-align: center;
    }
    .social {
      justify-content: center;
    }
    .sector-desc {
      min-height: 550px;
    }
    .box-textile{
      display: flex;
      align-items: center;
    }
    .tab-link {
      padding: 15px;
    }
    .cit-img img {
      max-height: 200px;
    }
    .for-icon-sector,
    .for-title-sector {
      margin-bottom: 0;
      font-size: 16px;
      padding: 5px;
    }
    .text-ft{
      margin-bottom: 15px;
    }
    .brand.swiper-button-next{
      right: 0px;
      left: auto;
    }
    .brand.swiper-button-prev{
      right: auto;
      left: 0px;
    }
    .img-sa{
      margin-bottom: 30px;
    }
    .form-search-popup .form-control{
      margin-bottom: 15px;
    }
    .box-img-ceo{
      margin-bottom: 30px;
      height: 320px;
      overflow: hidden;
    }
    .from-ceo::before {
      width: 100%;
    }
    .from-ceo {
      padding-bottom: 60px;
    }
    .value-tab {
      position: relative;
      margin-bottom: 0;
      z-index: 10;
    }
    #value-tabs .nav-link {
      margin-bottom: 20px;
      width: 50%;
    }
    .value-text-box {
      padding-top: 30px;
    }
    .bod-items {
      width: 100%;
      margin: 0 5px 10px 5px;
    }
    .sticky-nav {
      top: 102px;
    }
    .bod-popup .box-img-ceo{
      height: 194px;
    }
    .popupoverlay.scroll{
      overflow-y: auto;
      padding-top: 300px;
    }
    .popupoverlay.scroll .bod-popup{
      margin-top: 150px;
    }
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
      margin: 30px;
    }
    .inner-popup-show .box-img-award {
      height: 320px;
    }
    .who-we-are, .value,
    .our-people, .human-care,.board-of-director, .organization,
    .for-awards, .careers-reason{
      padding: 80px 0;
    }
    .text-right{
      margin-bottom: 30px;
    }
    #a-c.swiper-button-next,
    #a-c.swiper-button-prev{
      display: none;
    }
    #a-c .swiper-pagination-bullet {
      background: rgba(0, 0, 0, 0.8);
      opacity: 1;
    }
    #a-c.swiper-pagination-bullets {
      bottom: -10px;
      left: 0;
      width: 100%;
    }
    .box-item-job {
      width: 100%;
    }
    .name-job {
      font-size: 20px;
      line-height: 32px;
    }
    .job-att {
      margin-bottom: 15px;
      flex-wrap: wrap;
    }
    .job-att li {
      width: 44%;
    }
    .job-att li::after {
      display: none;
    }
    .job-att li:last-child {
      width: 100%;
      margin-top: 10px;
    }
    .tag-job li {
      margin-bottom: 10px;
    }
    .box-contact {
      padding: 20px;
    }
    .article-info {
      flex-wrap: wrap;
    }
    .date-detail{
      margin-bottom: 15px;
    }
    .ci-item{
      margin-bottom: 5vw;
     }
     #investor-tab .nav-link {
      min-width: 95px;
  }
    .img-wrapper.big figure{
      height: 215px;
    }
    .img-wrapper.big figure img{
      object-fit: contain;
      object-position: center;
      min-height: 110px;
    }
    .sm-article{
      background: #FFFFFF;
      box-shadow: 2px 2px 12px rgba(21, 56, 127, 0.12);
      border-radius: 4px;
      overflow: hidden;
      margin-bottom: 24px;
    }
    .ttl-sm-article{
      padding: 0;
      min-height: 120px;
    }
    .inner-sm-article{
      padding: 15px;
    }
    .list-breadcrumb{
      flex-wrap: wrap;
    }
    .list-breadcrumb li.long{
      width: 100%;
      margin-top: 5px;
    }
    .tabst {
      flex-wrap: wrap;
      margin-top: 15px;
    }
    .tabst li{
      width: 50%;
    }
    .tabst li .tab-links {
      min-height: 60px;
      padding: 0px 0;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .form-job-search{
      margin-bottom: 10px;
    }
    .map-responsive{
      padding-bottom: 70%;
    }
    .banner-product {
      flex-wrap: wrap;
    }
    .inner-mb {
      width: 100%;
      height: 100%;
    }
    .main-banner {
      flex: 0 0 100%;
    }
    .sm-banner {
      flex: 0 0 100%;
    }
    .inner-sb {
      width: 100%;
      height: 50%;
    }
    #TabTextile .nav-link img {
      max-width: 100px;
    }
    .for-img-search{
      width: 100%;
      margin-bottom: 15px;
    }
    .serach-item-text {
      width: 100%;
      margin-left: 0;
    }
    .for-img-search .img-wrapper figure {
      height: 200px;
    }
    .for-img-search .img-wrapper figure img{
      height: 220px;
    }
    .mfp-content{
      margin: 0 20px;
    }
  }
  

/* ==========================================================================
   Font Icon
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?lz1giy');
  src:  url('../fonts/icomoon.eot?lz1giy#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lz1giy') format('truetype'),
    url('../fonts/icomoon.woff?lz1giy') format('woff'),
    url('../fonts/icomoon.svg?lz1giy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-a-left:before {
  content: "\e900";
}
.icon-ico-a-right:before {
  content: "\e901";
}
.icon-ico-arrow-right:before {
  content: "\e902";
}
.icon-ico-call:before {
  content: "\e903";
}
.icon-ico-chev-down:before {
  content: "\e904";
}
.icon-ico-close:before {
  content: "\e905";
}
.icon-ico-facebook:before {
  content: "\e906";
}
.icon-ico-hero-left:before {
  content: "\e907";
}
.icon-ico-hero-right:before {
  content: "\e908";
}
.icon-ico-hover:before {
  content: "\e909";
}
.icon-ico-intagram:before {
  content: "\e90a";
}
.icon-ico-mail:before {
  content: "\e90b";
}
.icon-ico-page-left:before {
  content: "\e90c";
}
.icon-ico-page-right:before {
  content: "\e90d";
}
.icon-ico-plane:before {
  content: "\e90e";
}
.icon-ico-search:before {
  content: "\e90f";
}
.icon-ico-share:before {
  content: "\e910";
}
.icon-ico-triangle:before {
  content: "\e911";
}
.icon-ico-youtube:before {
  content: "\e912";
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
   .no-scroll{
    overflow: hidden;
    height: 100vh;
  }
  .no-shadow{
    box-shadow: none;
  }
  .ft-12{
    font-size: 12px;
  }
  .ft-14{
    font-size: 14px;
  }
  .ft-16{
    font-size: 16px;
  }
  .big{
    font-size: 20px;
  }
  .font-medium{
    font-weight: 600;
  }
  .font-500{
    font-weight: 500;
  }
  .font-normal{
    font-weight: 400;
  }
  .font-bold{
    font-weight: bold !important;
  }
  .mr15{
    margin-right: 15px;
  }
  .mb5{
    margin-bottom: 5px !important;
  }
  .mb10{
    margin-bottom: 10px !important;
  }
  .mb15{
    margin-bottom: 15px !important;
  }
  .mb24{
    margin-bottom: 24px !important;
  }
  .mt24{
    margin-top: 24px !important;
  }
  .mb30{
    margin-bottom: 30px !important;
  }
  .mb40{
    margin-bottom: 40px !important;
  }
  .mb50{
    margin-bottom: 50px !important;
  }
  .mb60{
    margin-bottom: 60px !important;
  }
  .mb80{
    margin-bottom: 80px !important;
  }
  .mt30{
    margin-top: 30px;
  }
  .roboto{
    font-family: "Roboto";
  }
  .purple{
    color: #14165E;
  }
  .orange{
    color: #F3A717;
  }
  .grey{
    color: #7B7B7B;
  }
  .text-white{
    color: #fff;
  }
  .text-black{
    color: #262626;
  }
  .italic{
    font-style: italic;
  }
  .p40{
    padding: 40px;
  }
  .p30{
    padding: 30px;
  }
  .p20{
    padding: 20px;
  }
  .p15{
    padding: 15px;
  }
  .p10{
    padding: 10px;
  }
  .r-5{
    border-radius: 5px !important;
  }
  .mw90{
    max-width: 90%;
  }
  .img-white{
    filter: brightness(0) invert(1);
  }
  .img-grey{
    filter: grayscale(100%);
  }
  .text-right{
    text-align: right;
  }
   .hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}