html{scroll-behavior: unset!important;}
body { width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px; background: white;
	font-size: 13px; line-height: 15px; position: relative; }


div, ul, li, p, h1, h2, a, h3, h4, h5 {padding: 0;	margin: 0;}

a, p, h1, h2, h3, li, table, tr, td{
  /*-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

.delay-1:before{ transition-delay: 0.1s!important; }
.delay-2:before{ transition-delay: 0.2s!important; }
.delay-3:before{ transition-delay: 0.3s!important; }
.delay-4:before{ transition-delay: 0.4s!important; }

textarea:focus, input:focus {
    outline: none;
}
.dropdown, .dropend, .dropstart, .dropup{position: unset;}


b, strong {
    font-weight: 600;
}

.weshape svg{height: 40px;}

.social svg{ fill:#2c3075; }

.social a{ 
    margin-left: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    background: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

.footer{display: flex;
    justify-content: center;
    align-items: center;}
p{font-size: 16px;}
  

.stats{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 100px;
  z-index: 2;
  padding: 20px;
  display: flex;
}

.stats:before{
  content: '';
  width: 80%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
}

.stat{
  text-align: left;
  position: relative;
  padding: 0;
  font-family: 'Kanit', sans-serif;
}

.stat .textw{
  text-align: left;
  display: inline-block;
  padding: 30px 0;
}

.stat h3{
  color:#2c3075;
  font-size: 80px;
  font-weight: bold;
  
}
.stat p{
  font-size: 18px;
}

.b_border{
  height: 10px;
  background-color: #00aaeb;
  width: 50%;
  margin-bottom: 10px;
}

.slidertexts{
  position: absolute;
  top: 25%;
  text-align: left;
  left: 60px;
  z-index: 10;
  width: 35%;
}

.slidertexts h3{ 
  font-size:60px;
  color:#2c3075;
  font-weight: bold;
}

.slidertexts p{ 
  font-size:22px;
  color:#8a8a8a;
  line-height: 1.2;
}

      .homeSlide {
        width: 100%;
      }

      .homeSlide .grad{
        z-index: 3;
        height: 20%;
        opacity: 0.7;
      }

      .homeSlide .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .homeSlide .swiper-slide img {
        display: block;
        width: 100%;
        object-fit: cover;
      }

      .homeSlide .swiper-pagination{
        top: 45%;
        width: unset;
        display: inline-block;
        left: unset;
        right: 30px;
        display: flex;
        flex-direction: column;
      }
    
      .homeSlide .swiper-pagination-bullet{
        width: 18px;
        height: 18px;
        margin-bottom: 5px!important;
        opacity: 1;
        background:#ccc;
      }

      .homeSlide .swiper-pagination-bullet-active {
        background: #00aaeb;
      }

      
#vid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    opacity: 1;
    object-fit: cover;
}

.bgv{
  background-color: #000;
  height: 100vh!important;
  position: relative;
  /* width: 100%; */
  overflow: hidden;
  padding: 0;
}

.navbar-nav .nav-link {
  color: #fff!important;
  text-transform: uppercase;
  font-size: 14px;
}

.fixed .navbar-nav .nav-link {
  color: #2c3075!important;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.np{ padding: 0!important; }π
.row{margin: 0;}
.cls-1{fill:#2c3075;}
.logofill{fill:#2c3075;}

.item-video{height: 100vh;}
.fixed{
  position: fixed;
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f68220;
}

.homeh3{ 
    font-size: 40px;
    margin-bottom: 10px;
    color:#2c3075;
    font-weight: 800;
    font-family: 'Kanit', sans-serif;
 }
 
.homep{
  font-size: 18px;
  line-height: 1.5;
  color: #58595b;
}

.square-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.square-box:before {
    content: "";
    display: inline-block;
    padding-top: 100%;
}

.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    background-size: cover;
    mix-blend-mode: multiply;
    background-position: center;
}

.black{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0.8;
  display: none;
}

header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  box-shadow: 5px 5px 20px 0px rgb(46 61 73 / 15%);
  display: flex;
  background-color: #fff;
  border-bottom: 4px solid #00aaeb;
}

header .dropdown-menu{
  left: unset!important;
  padding: 0;
  border: 0;
  margin-top: 0!important;
  background-color: #2c3075e3;
  box-shadow: 0 20px 12px -13px rgb(46 61 73 / 15%);
}

.imgmenu_wrapper{
  padding: 2px;
  position: relative;
}

.imgmenu{ 
  position: relative;
  display: none;
 }

.imgmenu_wrapper .grad{ 
  height: 60%;
 }

 .dropdown-item:focus, .dropdown-item:hover {
    background-color: unset;
}

.dropdown-item:hover img{
  -webkit-filter: grayscale(0);
  
}

.dropdown-item:hover .ora{
 transform: scaleX(1);
}
.imgmenu img{
  width: 100%;
 /* -webkit-filter: grayscale(1);*/
  transition: -webkit-filter 0.6s;
  
}

.imgmenu_wrapper p{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 9;
  width: 100%;
  text-align: center;
  bottom: 0;
  padding: 10px;
  text-align: left;
  line-height: 1.2;
  white-space: initial;
}

.headerbg{
  position: fixed;
  height: 80px;
  background-color: #fff;
  width: 100%;
  transition: top .2s;
  top: -80px;
}

.headerslide{
  top: 0;
  box-shadow: 5px 5px 20px 0px rgb(46 61 73 / 15%);
}

.dropdown-item{
  padding: 0;
  position: relative;
  font-size: 15px;
}

.dropdown-item:hover  p{
  color: #00aaeb;
}



.ln{
  position: absolute;
  right: 50px;

}

.ln a{
  background-color: #2c3075;
  padding: 10px!important;
  border: none;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
}

.ln .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.teklif {
  position: absolute;
  z-index: 1001;
  right: 119px;
  padding: 11px 9px;
  cursor: pointer;
  background-color: #333c42;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.teklif:hover{
  color: #fff;
  background-color: #2c3075;
}

.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #333c42;
    border-color: #333c42;
    box-shadow: 0 0 0 0.25rem rgb(51 60 66 / 42%);
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
    background-color: #333c42;
    border-color: #333c42;
}
.navbar{ğπ
  padding: 0;
  z-index: 3;
  position: relative;
  width: 100%;
  background-color: #fff;
}

.langbtn{
    padding: 0 20px;
    margin-left: 2px;
    background-color: #fff;
    color: #2c3075;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    font-weight: bold;
    border-left: 1px solid #dedede;
}

.langbtn:hover{
  background-color: #00aaeb;
}

.navbar-brand{
  position: relative;
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 20px;
  margin:0;
}

.logo svg{
  height: 50px;
}

ul.navbar-nav{ 
  margin: auto;
}

.nav-link {
    padding: 2rem 1rem!important;
    font-size: 15px!important;
}

.nav-item{
  display: flex;
  align-items: center;
}

header .nav-item > .nav-link {
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-nav .nav-link:hover {
    color: #00aaeb!important;
}

.swiper-button-next, .swiper-button-prev{
  color: #00aaeb!important;
}

.alignmiddle{
  align-items: center;
    display: flex;
}

.withbar{
  display: inline-block;
  position: relative;
  width: unset;
  margin-bottom: -2px;
}

.redbar {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    /*background: #e7e4e2;*/
    background: #00aaeb;
    height: 4px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    z-index: 3;
}



.defcont{
  margin-top: 40px;
  margin-bottom: 40px;
}











.bg {
    background-color: #000;
    height: 100vh!important;
    position: relative;
}
.img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 100%;
    opacity: 1;
}

.gal-img-bg {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 100%;
    opacity: 1;
    border-radius: 15px;
}

.galimg{
  position: relative;
  height: 40vh;
  min-height: 250px;
  padding: 10px;
}

h3.hometitle span{
  font-weight: 400;
}

h3.hometitle{
  font-weight: 700;
  padding: 0 0 20px 0;
  font-size: 36px;
  color: #fff;
}
p.homesubtitle{
  font-weight: 400;
  color: #808285;
  font-size: 18px;
  line-height: 1.5;
}


.prod {
  padding: 5px;
  position: relative;
}

.home_prolink{
  display: block;
  position: relative;
  text-decoration: none;
  transition: transform .6s;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition-delay:0.3s;
}

.prod:hover > .home_prolink{
  transform: rotateY(180deg);
  transition-delay:0.4s;
}

.fro{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
.back{
  position: absolute;
  padding: 30px 40px;
  height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  background-color: #2c3075;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  z-index: 10;
}

.back h3{
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.back p{
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
}

.back .explore{
  margin-top: 20px;
  display: block;
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  z-index: 10;
  border:1px solid #fff;
  background-color: #2c3075;
}

.back .explore:hover{
  background-color: #333c42;
  border:1px solid #333c42;
}

.grad{
  display: none;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 30%;
}

.product-title{
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  bottom: 0;
  padding-bottom: 15px;
  line-height: 1.4;
}

.ora{
  display: none;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #2c3075;
    height: 5px;
    -webkit-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    z-index: 9;
    transition: transform 0.3s;
}

.pronavs:hover svg{
  fill: #2c3075;
}

.pronavs:hover .onv{
  stroke: #2c3075;
}

.disabled .pronavs:hover .onv{
  stroke: #000;
}

.disabled .pronavs:hover svg{
  fill: #000;
}


.pronavs svg{
  width: 50px;
}
.prevbtnsvg{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:3px;}
.nextbtnsvg{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:3px;}

.prosld .owl-prev {
    position: absolute;
    top: calc(50% - 40px);
    left: -60px;
}

.prosld .owl-next {
    position: absolute;
    top: calc(50% - 40px);
    right: -60px;
}













/*Glance*/

.home_glance{ 
  padding: 60px 0;
  min-height: 500px;
 }

 .home_glance .owl-carousel .owl-stage{
  display: flex;
 }
 .home_glance .owl-nav button{
  margin-left: 0!important;
 }

.glancesld_wrapper{
  padding:0 0 0 3px;
}

 .home_glance .owl-nav{
  text-align: left;
  position: absolute;
 }

.glance{

}

.glc{
  color: #fff;
  padding: 0 2px;
  height: 100%;
}
.glc_data{
  padding: 80px 15px;
  background-color: #2c3075;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.glc_data h3{
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1;
}

.glc_data p{
  line-height: 1.4;
  font-size: 18px;
}

.glance_text_wrapper{
  background-color: #eeeeef;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.glance_text{
  color: #fff;
  padding: 100px 120px;

  }

.sqbtn svg{
  height: 30px;
  fill:#333c42;
}

.sqbtn:hover svg{
  fill:#2c3075;
}

.map_wrapper{
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_map{
  margin-top: 80px;
}

.map_wrapper p{
  position: absolute;
  top: 30px;
  color: #fff;
  font-size: 22px;
  z-index: 2;
  font-family: 'Kanit', sans-serif;
  font-weight: 200;
  width: 55%;
  line-height: 1.2;
  padding: 20px;
}

.map_wrapper strong{
  color: #42d7cf;
}







/*Views*/
.pdef {
    padding: 30px 0;
}

.paddef {
    padding: 35px 5%;
}

.block {
    margin-top: 40px;
    margin-bottom: 0px;
}

.half-content{ 

      justify-content: left;
    display: flex;
    align-items: center;

 }

 .half-content td{ 
  text-align: left;
 }

 .half-content table{ 
    margin-top: 0;
 }


.content-title {
  font-size: 1.7rem;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: left;
}

.content-title span{
  font-weight: bold;
}

.accordion p, .pdef p, .content-p,  .talef li{
    font-size: 1.05rem;
    line-height: 1.6;
    color: #484848;
    padding: 5px 0;
    font-weight: 300;
}


.persondetails .content-p a{
  color: #000;
}

.accordion p big, .pdef p big, .content-p big{
  font-size: 1.5rem;
}


.t_left{
 padding-right: 60px;
}

.t_left p{
 text-align: left;
}

.t_left .content-title{
  text-align: left;
}

.t_right{
 padding-left: 60px;
}

.t_right p{
  text-align: left;
}


.t_right .content-title{
  text-align: left;
}


.imgholder{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}



/*
.ttod:before{
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.ttod.showme:before{
  transition: height 0.6s ease-in-out;
  height: 0%;
}

.ltor.showme:before, .rtol.showme:before{
  transition: width 0.6s ease-in-out;
  width: 0%;
}

.anim:before{
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 4;
}

.ltor:before{
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.rtol:before{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


*/

.ltor{
  clip-path: polygon(0 0,0 0,0 100%,0 100%);
}

.rtol{
  clip-path: polygon(0 0,0 0,0 100%,0 100%);
  /*clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%);*/
}

.ltor.showme{
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

.rtol.showme{
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

.anim{
  will-change: clip-path;
  transition: clip-path 1s cubic-bezier(.75,.01,.21,.99),-webkit-clip-path 1s cubic-bezier(.75,.01,.21,.99);
}

.imgovertext{
  position: absolute;
  z-index: 4;
  max-width: 40%;
  text-align: center;
}

.imgovertext h3{
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 20px;
  color: #fff;
}

.imgovertext p{
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
}

.fimg{
    position: relative;
    background-color: #000;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    border-radius: 15px;
}
.fadeBl{ opacity: 0.45; }

.linke{
    padding: 20px 40px;
    color: #fff;
    background-color: #2c3075;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 2px;
}

.linke:hover{
  background-color: #333c42;
  color: #fff;
}



.contact_w{
  padding: 0 10px;
}

.contact_w p, .contact_w a{
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  color: #6c6b6b;
}
.contact_w p strong{
  display: block;
  color: #4f4f4f;
}

#map-canvas{
  min-height: 40vh;
}

#toTop {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    z-index: 10000;
    cursor: pointer;
    display: none;
}

#toTop span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 17px;
    color: #fff;
}

#toTop span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2c3075;
    border-radius: 100%;
    z-index: -1;
    transform: scale(1);
    transition: transform .3s ease-out;
}

#toTop:hover span:before {
    transform: scale(1.1);
}

.inarow{
    padding-left: 10%;
    margin: 50px 0;
}
.inarow-il{
    margin-top: 70px;
}

.iarwp{
  display: flex;
  align-items: center;
}

.textcont{
    position: absolute;
    z-index: 5;
}
.alin_r_p{
  right: 10%;
}

.texts_w{
    width: 100%;
    background-color: #fff;
    padding: 50px;
    background-color: #f48221;
}

.texts_w h3{
  color: #fff;
}

.texts_w p{
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.abs{
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 9;
  background-color: #000000ad;
  padding: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.abs .homesubtitle{color: #fff;}
.texts_wrp{
      color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.withborder{
  display: flex;
  align-items: center;
}

.borderimg{
  padding-top: 50px;
  padding-left: 50px;
  position: relative;
}

.orangebox{
  position: absolute;
  width: 80%;
  height: 80%;
  top: 0;
  left: 0;
  background-color: #f48221;
}

.biwt img{
  width: 100%;
  padding: 0;
}

.biwt{
   position: relative;
}

.biwt .contbi{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-bottom: 50px;
   
}
.biwt .contbi .row{
    position: relative;
}

.biwt .contbi .content-p{
  text-align: center;
  margin: 30px;
  margin-top: -50px;
  z-index: 9;
  background: #2b2d6d;
  padding: 30px 30px;
  width: 90%;
  color: ;
}

.biwt .contbi .content-p h3{
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 20px;
  text-align: center;
}
.biwt .contbi .content-p h3 span{
  font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.biwt .contbi .content-p h3 strong{
  font-weight: 600;
}

.biwt .contbi .content-p p{
  text-align: center;
  font-size: 16px;
}



.orange_bottom{
  width: 80%;
  height: 2px;
  background-color: #f4f2f0;
  margin-top: auto;
}

.product-slide p{
    color: #fff;
    font-size: 20px;
}
.product-slide .fimg{
  opacity: 0.75;
}
._m{
  position: relative;
}

.orangeline{
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.orangeline img{
}

.orangeline .oleft{
  position: relative;
  left: -65%;
  height: 1310.857px;
}

.orangeline .oright{
  position: relative;
  right: -65%;
  height: 1310.857px;
}

.text_v p{
    text-align: left;
}

.text_v table{
  width: 100%;
}

.text_v table tbody tr:nth-child(odd) td:first-child, .text_v table tbody tr:nth-child(odd) td:last-child {
    background: #f5f2f0;
}

.text_v table tbody tr:nth-child(even) td:first-child, .text_v table tbody tr:nth-child(even) td:last-child {
    background: #fff;
}

.otherpages{
  margin-top: 40px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}
.otherpages > div{
  
  padding: 0;
}

.otherpages .prevpro{
  border-right: 1px solid #e6e6e6;
}

.otherpages a{
    padding: 40px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #212529;
    font-size: 18px;
}

.otherpages a:hover{
  background-color: #F4F2EE;
}

.notfullw{
  padding-left: 5%;
  padding-right: 5%;
}
.imgco{ 
      position: relative;
  }

.imgpad{
  padding: 0 10px;
}

.homeabout{
  padding: 120px 0 60px 0;
}

.flash-title{
  font-size: 50px;
  padding: 0;
}

.home-about-text{
  padding-left: 50px;
}

.home-text{
  font-size: 18px;
  line-height: 1.6;
  color:#222;
  margin-top: 10px;
  font-weight: 400;
}



.radius-btn{
    display: inline-flex;
    border: 1px solid #2c3075;
    padding: 15px 40px;
    background-color: #2c3075;
    color: #fff;
    margin-top: 25px;
    font-size: 18px;
    font-family: 'Kanit', sans-serif;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
}

.radius-btn span{
  width: 20px;
  display: block;
  margin-left: 15px;
}

.flatbtn{
  background-color: unset;
  padding-left: 0;
  color: #fff;
  border: none;
}
.flatbtn  .cls-1{
  fill:#fff;
}

.home-join .radius-btn{
  background-color: #2c3075;
  border-color: #fff;
  color: #fff;
}

.home_glance .radius-btn{
  background-color: #2c3075;
  color: #fff;
  border: none;
}

.home-join .radius-btn .cls-1, .home_glance .radius-btn .cls-1{
  fill:#fff;
}

.radius-btn:hover{
  border-color: #00aaeb;
  color: #00aaeb;
}
.radius-btn:hover .cls-1{
  fill:#00aaeb;
}


.home-products{
  padding: 60px 0;
}

.home-products img{width: 100%}
.home-products .content{
  background-color: #2c3075;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-products .content h3{
  font-size: 22px;
  font-weight: bold;
}

.home-products .content p{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 15px;
}

.home-titles{
  font-size: 32px;
  border-bottom: 10px solid #2c3075;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: 'Kanit', sans-serif;
}

.home-titles strong{
  font-weight: 800;
}

.home-join{
  padding: 80px 0;
  margin-bottom: 50px;
}

.home-join-text{
  background-color: #2c3075;
  color: #fff;
  padding: 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}



/*EPD*/

.home_epd{
  padding: 60px 0;
  margin-top: 60px!important;
}
.home_epd .owl-prev{ margin:0; }
.home_epd .owl-next{ margin:0; }

.home_epd .owl-nav{
  position: absolute;
  left: -130px;
  bottom: 50px;
}

.epd_text{
  padding: 40px 40px 40px 0px;
}

.epd_data{
  padding: 4px;
}

.epd-title{
  padding: 15px 0;
  text-align: left;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.leftorange{
  background-color: #2c3075;
  padding: 0;
  margin: 0;
  width: 9vw;
  border-radius: 0 30px 30px 0;
  height: 85%;
}

.product-slide{
  display: flex;
}

.product-slide-texts{
  position: absolute;
  z-index: 9;
  color: #fff;
  margin-top: 40px;
}


.product-slide-texts h3{
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  text-transform: uppercase;
}

.product-slide-texts p{
  margin-top: 20px;
  line-height: 1.5;
 
}


.pdef table
  {
    margin: 30px 1% 30px 0;
    width: 100%;
  }

  .pdef td{
    padding: 6px 10px;
    border: 2px solid #fff;
    color: #5a5a5a!important;
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
  }

  tr:nth-child(even) {background-color: #f2f2f2;}

  .pdef th{
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    border:1px solid #ccc;
  }

.modalreqs{
  background-color: #2c3075;
  color: #fff;
  padding: 20px 40px;
  font-size: 20px;
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
}

.forms{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab-content{
  width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2c3075;
    
}

.nav-pills .nav-link{
  font-size: 20px;
}

.submitbtn{
  text-align: right;
  padding-right: 20px;
  margin-top: 20px;
}

.cus_cont{
  margin-top: 15px;
}

.newsimg img{ width:100%; }


.controld{
      position: absolute;
    bottom: 100px;
    z-index: 3;
    display: flex;
    right: 0;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    position: relative;
    top: 0;
    width: 95px;
    margin: 0;
}

.slogos{
  display: flex;
  justify-content: end;
}

.fastContact{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}






