* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
  overflow-x: hidden;
  position: relative;
}
:root{
  --bg:#1c577b;
  --bg1:#3c83ab;
  --bg-light:#59b8ef;
  --bg2:#0c131b;
  --light:#fff;
  --dark:#000;
  
}
h1,
h2,
h3 {
  font-family: "Kanit", sans-serif;
}

.container {
  max-width: 1250px;
}

.py1{
  padding: 70px 0;
}
a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}
.title-sec{
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
    font-family: "Kanit", sans-serif;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "Lexend", sans-serif;
}

span {
  font-family: "Kanit", sans-serif;
}

p {
  font-size: 16px;
  line-height: 27px;
  color: #000;  
  font-weight: 500;
  font-family: "Lexend", sans-serif;
}

span {
  display: block;
}

.head_email img {
  width: 20px;
}

.head_email a {
  color: #fff;
  font-size: 15px;
  margin-right: 1rem
}

.head_icon a {
  width: 25px;
  margin-left: 10px;
  color: var(--light);
}

.top-header {
    background:var(--bg2);
    padding: 5px 0;
}

.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header{
  position: relative;
  overflow: hidden;
}

#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky{
  height: 100px;
}
#myHeader.sticky .logo img{
  margin-top: 0px;
  width: 100px;
  transition: all 0.2s ease-in-out;
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-10%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 99;
  background:#263440;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 99;
  background:#263440;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.head_item img {
  object-fit: cover;
 
}
.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation {
  display: flex;
  margin-bottom: 0;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 120px;
  position: relative;
  z-index: 99;
  background-color: transparent;
  padding: 0px 0;
  margin-top: -50px;
}

.navigation li {
    padding: 28px 24px 47px;
    position: relative;
}

.head_btn {
  margin-top: -14px;
}

.head_btn a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.head_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.navigation li a {
  color: #000;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
  font-size: 17px;
}

.navigation li a:hover {
  color: var(--bg-light);
}

.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background: linear-gradient(60deg, rgb(0 0 0 / 74%) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 99;
}

.inner_head {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
}

.bradecome {
  display: flex;
}

.bradecome a {
  color: #fff;
}

.bradecome span {
  color: #fff;
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}



.clk_btn {
  position: absolute;
  right: 0;
  top: 26px;
  color: #000;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  text-transform: capitalize;
  border: 1px solid #f2f2f2;
}

.droupdown li a:hover {
  background:var(--bg2);
  color: var(--bg-light);
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 80px;
  width: 250px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(39, 39, 39, 0.15) 1.95px 1.95px 2.6px;
}

.head_item {
  position: relative;
}

nav {
  position: relative;
  height: 85px;
}
nav::after{
      position: absolute;
    left: -145px;
    top: 0px;
    bottom: 0px;
    background-color: var(--bg2);
    width: 400px;
    content: "";
    transform: skewX(45deg);    
  border-right: 10px solid var(--bg-light);
}

.head_contant {
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 9;
}

/* new header */

.story{
  background: #f7f7f7;
}
.story_box{
  padding-top: 70px;
  padding-left: 10%;
}
.small_head{
  font-size: 18px;
  font-weight: 500;
  color:var(--bg2);
  display: inline;
}
.big_head{
  font-size: 30px;
  color: #176483;
  font-weight: 600;
  margin-bottom: 15px;
}
.story_icon img{
  width: 50px;
  position: relative;
  z-index: 9;
  transition: ease-in-out .5s;
}
.story_icon p{
  position: relative;
  z-index: 9;
  transition: ease-in-out .5s;
}
.story_icon{
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 12px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}
.story_icon:hover p{
  color: #fff;
}
.story_icon:hover img{
  background-color: #fff;
  border-radius: 5px;
}
.story_icon::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background-color:#263440;
  transition: ease-in-out .5s;
}
.story_icon:hover::after{
  left: 0;
  right: 0;
}

.story_box ul li{
  width: 48%;
  display: inline-block;
  margin: 8px 0;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
.story_box ul{
  margin-top: 15px;
}
.story_box ul li::after{
  content: "\279B";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 18px;
  font-weight: 600;
  color:#263440;
}
.story_img img{
  height: 600px;
  object-fit: cover;
}
.margin{
  padding: 70px 0;
}


.product {
  padding-top: 60px;
  height: 450px;
  margin-bottom: 200px;
}


.pro_item {
  position: relative;
  margin: 8px;
}

.pro_head {
     position: absolute;
    background-color: #fff;
    bottom: 10px;
    left: 4%;
    color: #000;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    width: 92%;
    transition: ease-in-out .5s;
}

.pro_item:hover .pro_head {
  background-color: var(--bg2);
  color: var(--bg-light);
}

.pro_item img {
  height: 400px;
  object-fit: cover;
}
.all_btn{
  background-color:var(--bg);
  padding: 10px 20px;
  color: #fff;
  border: 2px solid var(--bg);
  border-radius: 5px;
}
.all_btn:hover{
  background-color: initial;
  color: var(--bg);
}
.pro_bg{
  background-color: #103b56d9;
  background-position: center;
}
.pro_bg{
  text-align: center;
  padding: 10% 0;
}
.provide{
  background-image: url(../image/img/bg2.jpg);
  background-size: cover;
}
.provide .small_head{
  color: #fff;
  font-size: 30px;
}
.provide .big_head{
  color: #fff;
  font-size: 45px;
  margin-bottom: 5px;
}
.shiping{
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.provide .all_btn{
  background-color:var(--light);
  color: var(--bg);
}
.provide .all_btn:hover{
  background-color: initial;
  border-color: #fff;
  color: var(--light);
}

.why_choose .small_head{
  margin-bottom: 15px;
  display: block;
}
.why_icon{
  
  border-left: 2px solid#263440;
}
.why_icon ul li{
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-left: 40px;
}
.why_icon ul li img{
  width: 60px;
  background-color:#263440;
  border-radius: 50%;
  padding: 8px;
  object-fit: cover;
}
.why_icon ul li::after{
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color:#263440;
}
.why_icon span{
  padding-left: 20px;
  font-size: 20px;
}
.why_choose p{
  font-size: 15px;
}
.contact_form{
      background-color: #121C22;
    background-image: url(../image/img/map-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
}
.contact_form form{
  padding: 10% 60px;
  /* background: linear-gradient(rgba(255,0,30,0.8), rgba(86,0,0,0.8)); */
  background-color: var(--light);

}

.contact_form form input, textarea, select{
  width: 100%;
  padding: 10px;
  border: none;
  margin-bottom: 15px;
  outline: none;
  border-bottom: 1px solid #c7c5c5;
  text-transform: capitalize;
}
.contact_form p{
  color: var(--bg2);
  font-size: 20px;
}
.contact_form .big_head{
  color:var(--dark)
}
.contact_form{
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.contact_text .title-sec{
color: var(--bg-light);
}
.contact_text .small_head{
  color: var(--light);
  text-transform: capitalize;
  border-color: var(--light);
}
.contact_icon a {
  width: 35px!important;
  margin-left: 10px;
  color: var(--light);
  display: inline;
}


.contact_text ul img {
  width: 30px;
  margin-right: 15px;
}
.contact_text ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.contact_text ul li {
  margin: 20px 0;
}
.contact_text{
  background-color:transparent;
}

.contact_form .row{
  align-items: center;
}
.contact_text{
  padding: 30px;
}
.con_details{
  padding: 0 100px;
}
.contact_icon a i{
  font-size: 24px;
}
.client_item{
  margin: 0 5px;
}
button.slick-prev.slick-arrow{
  display: none !important;
}
button.slick-next.slick-arrow{
  display: none !important;
}

form input::placeholder, select{
  color:#777676;
}
.foot_top img {
  height: 400px;

}
footer{
  background-color:var(--bg2);
  padding-top: 50px;
}
.logo p{
  color: #fff;
  font-size: 14px;
}

.footer-title span {
  font-size: 22px;
  font-weight: 700;
  color: var(--bg1);
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer-widget li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.footer-widget li a {
  color: #fff;
}
.footer-widget ul{
  max-height: 250px;
  overflow: auto;
}

.footer-contact li {
  color: #fff;
  display: flex;
  margin-bottom: 20px;
}
.footer-contact li a {
  color: #fff;
}
.footer-contact li i {
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
}
.footer-contact .head-icon {
  text-align: left;
  margin-top: 30px;
  padding-left: 0;
}
.footer-contact .head-icon a {
  background-color: #FFF;
  padding: 10px 13px;
  border-radius: 50%;
  color: #000;
}
.copyright-area {
  background: #202020;
  padding: 10px 0;
  margin-top: 30px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyright-text p a {
  color: #fff;
  text-decoration: underline !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bg1); 
  border-radius: 10px;
}

.test_text p{
  color: #fff;
}
.test_item .img{
  width: 250px;
  display: inline-block;
  vertical-align: top;
  height: 250px;
}
.test_item .img img{
  height: 250px;
}
.test_item .test_text{
  background-color:#263440;
  width: 68%;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  text-align: left;
  height: 250px;
}
.test_text img{
  width: 60px;
}
.name{
  font-size: 20px;
  color:var(--bg-light);
  font-weight: 600;
}
.ab_img{
  float: left;
  width: 50%;
  padding-right: 2rem;
}

.light {
  width: 20px;
  height: 20px;
  background: var(--bg1);
  border-radius: 50%;
     bottom: 295px;
  position: absolute;
  z-index: 10;
  left: 20px;
  animation: light 800ms ease-in-out 0s infinite alternate;
}
.cloud {
  position: absolute;
  top: 0px;
  right: -500px;
  opacity: .8;
   animation: cloud 10s linear 0s infinite reverse;
  z-index: 99;
}
@keyframes light {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes cloud {
  from {right:-500px;}
  to {right: 102%;}
}

.fixed-wtsp {
      position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: end;
    z-index: 9;
}

.fixed-wtsp a.phone{
      background-color: var(--bg);
    padding: 8px 20px;
    border-radius: 20px 0px 20px 0px;
    color: #fff;
    font-size: 15px;
    transition: 0.2s;
    margin: 1rem 0;
    display: inline-block;
}
.fixed-wtsp a{
        background-color: #075e54;
    padding: 8px 20px;   
    border-radius: 20px 0px 20px 0px;
    color: #fff;
    font-size: 15px;
    transition: 0.2s;
    display: block;
}

.fixed-wtsp:hover {
    transform: scale(1.1);
}


.market-place a{
  display: block;
  margin-bottom: 20px;
}

.social-share ul{
  display: flex;
  margin-top: 10px;
}
.social-share button{
  border: none;
  background-color:var(--bg); 
  color: #fff;
  padding: 10px 15px;
  margin-right: 8px;
  font-size:20px;
  border-radius: 5px;
}





@media only screen and (max-width: 1200px) {
  .cloud{
    display: none;
  }
  .head_item img{
    height: auto;
  }
  .con_details {
    padding: 0 50px;
}
}

@media only screen and (max-width: 991px) {
  .story_box{
    padding-top: 40px;
    padding-left: 1%;
  }
  .story_img {
    display: none;
  }
  .ab_img{
    margin-bottom: 30px;
  }
  .why_choose .img{
    margin-bottom: 30px;
  }
  .head_box{
    justify-content: end ;
  }
  .head_btn {
    display: none;
  }
  .product {
  padding-top: 60px;
  height: auto;
  margin-bottom: 0px;
  position: relative;
}
nav{
  height: auto;
}
.ab_img{
  width: 100%;
  padding-right: 0;
}
  .logo img {
    width: 100px;
    padding: 4px 0;
  }
  #myHeader.sticky{
    height: auto;
  }
  #myHeader.sticky .logo img{
    width: 65px;
  }
  nav::after{
    width: 350px;
    border-width: 6px;
  }
  .slick-nav.prev-arrow.slick-arrow,.slick-nav.next-arrow.slick-arrow{padding:5px}
}


@media only screen and (max-width: 950px) {
  .navigation li {
    padding: 21px 16px 50px;
}
.test_item .test_text{
  display: block;
  width: 100%;
  height: auto;
}
.test_item .img{
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
}



@media only screen and (max-width: 850px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #014073;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: var(--light);
    z-index: 999;
    display: none;
  }

  nav {
    position: relative;
  }

  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
  }

  .navigation li a {
    color:var(--dark);
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 2px;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: var(--bg2);
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  .nav_bar {
    padding: 4px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact_text{
    margin-top: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .margin {
    margin: 40px 0;
}
.provide .big_head{
  font-size: 30px;
}
.shiping{
  font-size: 22px;
}
.big_head{
  font-size: 25px;
}
.small_head{
  font-size: 17px;
}
.inner_header img {
  height: 300px;
}
.inner_head{
  font-size: 35px;
}
}
@media only screen and (max-width: 450px) {
  .head_email{
    display: none;
  }
  .story_box ul li{
    width: 100%;
  }
  .contact_form form {
    padding: 5% 20px;
  }
  .con_details {
    padding: 0 9px;
}
}
@media only screen and (max-width: 400px) {

  .head_btn a{
    font-size: 14px;
  }
  .head_btn i {
    font-size: 16px;
  }
}

.test_item.slick-slide.slick-current.slick-active{cursor:pointer}