
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;400;500&display=swap');


*, input,textarea{
  font-family: Kanit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #404040;
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;s
}
img{
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
a{
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
}
.container{
  padding:0;
}
.img100{
  width:100%;
}
.imgh100{
  height:100%;
}
p{
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logo{
  width:370px;
}
.max-height{
  height:100%;
}
.half-height{
  height:50%;
}
.max-width{
  width:100%!important;
}
.half-width{
  width:50%!important;
}
.h50{
  height: 50px;
}
.h70{
  height: 70px;
}
.h75{
  height: 75px;
}
.text-top{
  display: flex;
  align-items: flex-start;
}
.text-middle{
  display: flex;
  align-items: center;
}
.text-bottom{
  display: flex;
  align-items: flex-end;
}
.text-center{
  display: flex;
  justify-content:center;
}
.text-right{
  display: flex;
  justify-content:flex-end;
}
.text-vertical{
  flex-direction:column;
}
.text-between{
  display: flex;
  justify-content:space-between;
}
.text-evenly{
  display: flex;
  justify-content:space-evenly;
}
.text-wrap{
  flex-wrap: wrap;
}
.font-14{
  font-size: 14px!important;
  font-weight: normal!important;
}
.font-14-lt{
  font-size: 14px!important;
  font-weight: 400!important;
  color:#949595!important;
}
.font-15{
  font-size: 15px;
  font-weight: normal;
}
.font-15-lt{
  font-size: 15px;
  font-weight: 400;
  color:#949595;
}
.font-16{
  font-size: 16px!important;
  font-weight: normal!important;
}
.font-16-lt{
  font-size: 16px!important;
  font-weight: 400!important;
  color:#949595!important;
}
.font-18{
  font-size: 18px;
  font-weight: normal;
}
.font-18-lt{
  font-size: 18px;
    font-weight: 400;
    color: #949595;
    line-height: 1.5em;
}
.font-20{
  font-size: 20px;
  font-weight: normal;
}
.font-21{
  font-size: 21px;
  font-weight: normal;
}
.font-22-lt{
  font-size: 22px;
  font-weight: 400;
  color:#949595;
}
.font-24{
  font-size: 24px;
  font-weight: normal;
}
.font-24-fx{
  font-size: 24px;
  font-weight: normal;
}
.font-28{
  font-size: 28px;
  font-weight: normal;
}
.font-32{
  font-size: 32px;
  font-weight: normal;
}
.font-32-lt{
  font-size: 32px;
  font-weight: 400;
}
.font-48{
  font-size: 48px;
  font-weight: normal;
}
.font-56{
  font-size: 56px;
  font-weight: normal;
}
.font-64{
  font-size: 64px;
  font-weight: normal;
}
.white{
  color: white;
}
.blue{
  color:#0059B3!important;
}
.red{
  color:red;
}
.gray{
  color:#949595;
}
.lh-1{
  line-height: 100%;
}
.lh-1-5{
  line-height: 150%;
}
.lh-2{
  line-height: 200%;
}
.lh-2-5{
  line-height: 250%;
}
.lh-3{
  line-height: 300%;
}
.padding-none{
  padding:0!important;
}
.pdtb5{
  padding-top:5px!important;
  padding-bottom:5px!important;
}
.pdtb10{
  padding-top:10px!important;
  padding-bottom:10px!important;
}
.pdtb20{
  padding-top:20px!important;
  padding-bottom:20px!important;
}
.pdb10{
  padding-bottom:10px!important;
}
.pdb20{
  padding-bottom:20px!important;
}
.pdlr10{
  padding-left:10px!important;
  padding-right:10px!important;
}
.pdlr20{
  padding-left:20px!important;
  padding-right:20px!important;
}
.pdlr40{
  padding-left:40px!important;
  padding-right:40px!important;
}
.pdl10{
  padding-left: 10px;
}
.pdl20{
  padding-left: 20px;
}
.bdb{
  border-bottom:1px #DBDBDB solid;
}
.mg-tb-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.mg-tb-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.mg-tb-30{
  margin-top: 30px;
  margin-bottom: 30px;
}
.mg-bt-10{
  margin-bottom: 10px;
}
.mg-bt-20{
  margin-bottom: 20px!important;
}
.mg-bt-30{
  margin-bottom: 30px!important;
}
.mg-bt-40{
  margin-bottom: 40px!important;
}
.mg-bt-60{
  margin-bottom: 60px!important;
}
.mg-bt-80{
  margin-bottom: 80px!important;
}
.mg-bt-120{
  margin-bottom: 120px!important;
}
.strike{
  text-decoration: line-through;
}
.underline{
  text-decoration: underline;
}
.fr{
  float: right;
}
.vertical-line{
  position: absolute;
  right: 10%;
  width: 1px;
  height: 60%;
  top: 20%;
  border:1px #D8D8D8 solid;
}
.round-radius{
  position: relative;
  width:100%;
  height: 46%;
  border:2px #EBEBEB solid;
  overflow:hidden;
  border-radius: 16px;
}
.dropdown-radius{
  position: relative;
  height: 100%;
  background-color: #EBEBEB;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.menu-toggle{
  cursor: pointer;
}
.modal-bg{
  position: fixed;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.45);
  left:0;
  top:0;
  overflow-y: scroll;
  display: none;
}
.po-re{
  position: relative;
  top: 4px !important;
}

.nav{
  height:47px;
  display: flex;
}
#Rectangle_341_bf {
  fill: url(#Rectangle_341_bf);
}
.Rectangle_341_bf {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 47px;
  left: 0px;
  top: 0px;
}

.nav-menu{
  height:140px;
}
.nav-menu-m{
  height:80px;
}

#search{
  outline: none;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background: none;
}
#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  font-weight: 400;
}
#search::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  font-weight: 400;
}
#search:-ms-input-placeholder { /* IE 10+ */
  font-size: 18px;
  font-weight: 400;
}
#search:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  font-weight: 400;
}

.nav-cate{
  height:57px;
  border-top: 1px #EBEBEB solid;
  box-shadow: 0px 7px 10px #00000014
}
.cate{ margin:0; }
.cate li{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  height:100%;
  cursor: pointer;
  border-bottom: 3px #fff solid;
  
}
.cate li.title{
  font-weight: 500;
  background-color: #FFD700;
  padding:0 10px;
  border-bottom: 3px #FFD700 solid;
}
.cate li.active,.cate li:hover{
  font-weight: 500;
  border-bottom: 3px #FFD700 solid;
}
.cate li:hover

.btt{
  position: relative;
  border-radius: 16px;
}
.btt.yellow{
  background-image: linear-gradient(to right, rgba(255,215,0,1), rgba(255,215,0,0.44)), url('../images/footer-btt-1.png');
  background-size: cover;
}
.btt.black{
  background-image: linear-gradient(to right, rgba(85,85,85,0.86), rgba(46,46,46,0.86)), url('../images/footer-btt-2.png');
  background-size: cover;
}
.btt.blue{
  background-image: linear-gradient(to right, rgba(0,89,179,1), rgba(0,89,179,0.35)), url('../images/footer-btt-3.png');
  background-size: cover;
}
.bottom-gradient{
  background-image: linear-gradient(to right, rgba(0,89,179,1), rgba(29,141,196,1));
  height: 176px;
  margin: 40px 0;
}
.dialog{
  line-height: 250%;
}
.subscribe{
  margin:40px 0!important;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  background: #F4F4F4;
}
.subscribe input[type='text']{
  outline: none;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background: none;
  font-size: 16px;
}
.subscribe input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 15px;
  font-weight: 400;
}
.subscribe input[type='text']::-moz-placeholder { /* Firefox 19+ */
  font-size: 15px;
  font-weight: 400;
}
.subscribe input[type='text']:-ms-input-placeholder { /* IE 10+ */
  font-size: 15px;
  font-weight: 400;
}
.subscribe input[type='text']:-moz-placeholder { /* Firefox 18- */
  font-size: 15px;
  font-weight: 400;
}
.subscribe-btt{
  background-color: #FFD700;
}
.call-btt{
  display: none;
}
.copyright{
  height: 60px;
  border-top: 1px #DBDBDB solid;
}

.banner{
  position: relative;
  width:100%;
  height:320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.banner.login{
  background-image: linear-gradient(to right, rgba(0,89,179,0.8), rgba(0,89,179,0.8)), url('../images/banner-login.jpg');
}
.banner.aboutus{
  background-image: url('../images/banner-aboutus.jpg');
}
.banner.contactus{
  background-image: url('../images/banner-contactus.jpg');
}
.banner.blog{
  background-image: url('../images/banner-blog.jpg');
}
.banner.blog-detail{
  background-image: url('../images/banner-blog-detail.jpg');
}
.banner.matching{
  background-image: url('../images/banner-matching.jpg');
  height:665px;
  z-index: 0;
}
.banner.product{
  background-image: url('../images/banner-product.jpg');
  height:320px;
}

.login-area{
  height: 640px;
}
.login-box{
  width:450px;
  height: 320px;
  border:1px #DBDBDB solid;
  border-radius: 16px;
  padding:30px;
}
.login-field{
  height:50px;
  padding:0;
  border:1px #DBDBDB solid;
  border-radius: 8px;
}
.login-field input[type='text']{
  outline: none;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background: none;
  font-size: 16px;
}
.login-field input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 15px;
  font-weight: 400;
}
.login-field input[type='text']::-moz-placeholder { /* Firefox 19+ */
  font-size: 15px;
  font-weight: 400;
}
.login-field input[type='text']:-ms-input-placeholder { /* IE 10+ */
  font-size: 15px;
  font-weight: 400;
}
.login-field input[type='text']:-moz-placeholder { /* Firefox 18- */
  font-size: 15px;
  font-weight: 400;
}
.login-btt{
  height:50px;
  background-image: linear-gradient(to bottom, rgba(255,215,0,1), rgba(238,191,31,1));
  border-radius: 8px;
  font-size: 16px;
}
.signup-btt{
  font-size: 14px;
  color: #949595;
}

.aboutus-gradient{
  background-image: linear-gradient(to right, rgba(0,89,179,1), rgba(29,141,196,1));
  height: 310px;
  padding: 40px 0;
  line-height: 300%;
}
.about-dash{
  border: 2px #0059B3 solid;
  height:0;
  width:55px;
  margin:20px 0;
}

.contactus-area{
  height: 570px;
}
.contactus-box {
  height: 350px;
  font-size: 16px;
  line-height: 1.5;
}
.contactus-map {
  height: 450px;
  display: block;
  /* background-image: url(../images/map.jpg); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
  overflow: hidden;
}
.contactus-box input[type='text'],textarea{
  outline: none!important;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: none;
  font-size: 16px;
  font-weight: normal;
  border: 1px #EBEBEB solid;
  border-radius: 8px;
}
.contactus-box textarea {
  padding: 20px 20px;
  resize: none;
  height: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  margin-bottom: 16px;
}
.contactus-btt{
  background-image: linear-gradient(to bottom, rgba(255,215,0,1), rgba(238,191,31,1));
  height:50px;
  border-radius: 8px;
}

.blog-cate-menu{
  background-image: linear-gradient(to right, rgba(0,89,179,1), rgba(29,141,196,1));
  border-radius: 8px;
}
.blog-cate-menu ul{
  margin: 0;
  height: 50%;
}
.blog-cate-menu li{
  color:white;
  height:100%;
  display: flex;
  align-items: center;
  padding:0 30px;
  border-right: 1px #ffffff40 solid;
}
.blog-cate-menu li.active{
  text-decoration: underline;
  text-underline-position: under;
  font-weight: normal;
}
.blog-box{
  padding:0 5px;
  margin-bottom:30px;
}
.blog-img{
  position: relative;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.blog-date{
  position: absolute;
  left: 6%;
  top: 5%;
  background-color: white;
  width: 16%;
  height: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px #F4F4F4 solid;
  padding: 8px;
}
.blog-date .date{
  font-size: 30px;
}
.blog-date .month{
  font-size: 18px;
}
.blog-cate-badge{
  position: absolute;
  background-color: #FFD700;
  border-radius: 4px;
  height: 34px;
  padding:5px 20px;
  text-align: center;
  white-space: nowrap;
  bottom: -17px;
  font-size: 16px;
}
.blog-tag-box{
  position: relative;
  display: inline-block;
  border: 1px #DBDBDB solid;
  border-radius: 4px;
  padding:3px 10px;
  margin-right:3px;
  margin-bottom:10px;
}

.prev-btt, .next-btt,.page-btt{
  border-radius: 8px;
  border:1px #D8D8D8 solid;
  padding:3px 12px;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0px 5px;
  cursor: pointer;
}
.page-btt.active{
  color:white;
  background-color: #0059B3;
  border:1px #0059B3 solid;
}

.blog-nav-share{
  border-top: 1px #EBEBEB solid;
  border-bottom: 1px #EBEBEB solid;
}
.blog-nav-tag .blog-tag-box{
  margin-bottom:0;
  margin-right:5px;
}

.matching-form,
.modal-bg .payment-form{
  padding:30px;
  background-color: white;
  border-radius: 16px;
  margin:80px 0 40px 0;
}
.matching-search{
  height:56px;
  border: 1px #DBDBDB solid;
  border-radius: 8px;
}
.matching-search .col-sm-9:first-child{
  border-right:1px #DBDBDB solid;
}
.matching-btt{
  height:46px;
}
.matching-form input[type='radio'],.matching-form label{
  margin:0;
}
.matching-form label{
  font-size: 18px;
  font-weight: 400;
  margin:0 30px 0 10px;
}
.matching-form input[type='text']{
  outline: none!important;
  padding: 0 20px;
  width: 100%;
  margin:0;
  background: none;
  font-size: 18px;
  font-weight: normal;
}
.matching-form input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  font-weight: 400;
}
.matching-form input[type='text']::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  font-weight: 400;
}
.matching-form input[type='text']:-ms-input-placeholder { /* IE 10+ */
  font-size: 18px;
  font-weight: 400;
}
.matching-form input[type='text']:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  font-weight: 400;
}
.matching-btt-search{
  position: relative;
  width:40%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255,215,0,1), rgba(238,191,31,1));
  border-radius: 8px;
  font-size: 16px;
}
.req-tech-btt, .req-job-btt{
  position: relative;
  height: 46px;
  width:100%;
  border-radius: 8px;
  cursor: pointer;
}
.req-tech-btt{
  background-image: linear-gradient(to bottom, rgba(255,215,0,1), rgba(238,191,31,1));
}
.req-job-btt{
  border:1px white solid;
}
.matching-box{
  margin-bottom:30px;
  border-radius: 8px;
  border: 1px #DBDBDB solid;
  width:96%;
  overflow: hidden;
  padding-bottom: 16px;
}
.matching-img{
  position: relative;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px!important;
  padding:0!important;
}
.matching-date{
  position:absolute;
  left:5%;
  top:5%;
  background-color: white;
  width:15%;
  height:20%;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px #F4F4F4 solid;
}
.matching-date .date{
  font-size: 30px;
}
.matching-date .month{
  font-size: 18px;
}
.matching-title{
  padding:0 20px;
}
.matching-author{
  padding:0 20px 0 10px;
  height: 60px;
}

.matching-modal .matching-form .col-xs-12{
  padding: 5px 0;
}
.matching-modal input[type='text'],textarea{
  outline: none!important;
  padding: 0 20px;
  width: 100%;
  margin:0;
  background: none;
  font-size: 18px;
  font-weight: normal;
  border-radius: 4px;
  border:1px #DBDBDB solid;
}
.matching-form input[type='text']::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.matching-form input[type='text']::-moz-placeholder,textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.matching-form input[type='text']:-ms-input-placeholder,textarea:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.matching-form input[type='text']:-moz-placeholder,textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.matching-form textarea{
  padding: 20px 20px;
  resize: none;
  height:150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.matching-modal .matching-form{
  margin:40px 0;
}
.matching-modal .close-btt,
.payment-modal .close-btt{
  position: absolute;
  width:40px;
  height:40px;
  top:10px;
  right:10px;
  cursor: pointer;
}
.matching-modal .matching-form label{
  display: inline;
  margin:0 10px;
}

.checkout-progress{
  height: 168px;
}
.checkout-progress .blue-line{
  position: absolute;
  border-top:3px #0059B3 solid;
  left:0;
}
.checkout-progress .step{
  position:absolute;
  width: 24px;
  height: 24px;
  background-color:red;
  border:3px #0059B3 solid;
  border-radius: 12px;
  background-color: white;
}
.checkout-progress .step.s20{
  left:calc(20% - 12px);
}
.checkout-progress .step.s50{
  left:calc(50% - 12px);
}
.checkout-progress .step.s80{
  left:calc(80% - 12px);
}
.checkout-progress .step.active{
  border-color: white;
  background-color: #FFD700;
}
.checkout-progress .step.complete{
  border-color: white;
  background-image: url("../images/icon-complete.svg");
  background-position: center;
  background-size: cover;
}
.checkout-progress .step span{
  position: absolute;
  left: -44px;
  bottom: -50px;
  width: 108px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #949595;
}
.checkout-progress .step.active span{
  font-weight: normal;
  color: #404040;
}
.checkout-progress .step.complete span{
  font-weight: normal;
  color: #0059B3;
}
.item-box{
  padding-right:20px;
}
.item-list{
  border:1px #DBDBDB solid;
  border-radius: 16px;
  margin-bottom:20px;
}
.item-list .title-row{
  font-size: 16px;
  padding:10px 20px;
  border-bottom:1px #DBDBDB solid;
}
.item-list .product-row{
  padding:10px 20px;
  height:114px;
}
.item-list .product-row .product-name{
  font-size: 18px;
}
.quantity-panel{
  border:1px #DBDBDB solid;
  border-radius: 4px;
}
.quantity-panel div{
  display:inline-block;
  text-align: center;
  font-size: 16px;
}
.quantity-panel .decrease,
.quantity-panel .increase{
  width: 30%;
}
.quantity-panel .number{
  width:40%;
  border-left:1px #DBDBDB solid;
  border-right:1px #DBDBDB solid;
}
.item-list .product-row .col-price div{
  font-size:21px;
  color:#0059B3;
}
.add-more .add-more-btt{
  display: inline-flex;
  border:1px #DBDBDB solid;
  border-radius: 8px;
  padding:10px 15px 10px 10px;
  font-size:16px;
}
.summary{
  border:1px #DBDBDB solid;
  border-radius: 16px;
}
.summary .underline, .payment-row .underline{
  border-bottom: 1px #DBDBDB solid;
}
.summary .title{
  padding:20px;
}
.summary .content,
.summary .first-content{
  padding:0 20px 20px 20px;
}
.summary .first-content{
  padding-top:20px;
}
.summary .last-content{
  padding: 30px 0px!important;
}
.summary .title{
  font-size: 24px;
}
.summary .content .c1,
.summary .content .c2,
.summary .first-content .c1,
.summary .first-content .c2{
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
}
.summary .content .c2,
.summary .first-content .c2{
  font-weight: 400;
  color: #949595;
}
.summary .content .subscribe{
  margin:0!important;
  background: none;
  border:1px #DBDBDB solid;
  height:40px;
}
.summary .content .subscribe .subscribe-btt{
  background-image: linear-gradient(to bottom, rgba(255,215,0,1), rgba(238,191,31,1));
}
.banner.related{
  height:500px;
  background-color: #F4F4F4;
  padding:50px 0;
}
.product-related-box{
  width: 165px;
  height: 290px;
  background-color: white;
  padding:8px;
  border-radius: 8px;
  border:1px #EBEBEB solid;
}

.address-form{
  padding-right:30px;
}
.address-form .login-btt{
  padding:0 20px;
  height:40px;
}
.address-form-underline{
  margin:30px 0;
  border-top:1px #DBDBDB solid;
}
.address-row{
  padding:5px 0;
}
.address-row .headline{
  font-size:15px;
  padding: 10px 0;
}
.address-row .input{
  height: 45px;
}
.address-row .delivery{
  height:60px;
  border-radius: 4px;
  border:1px #DBDBDB solid;
  padding:0 20px;
  margin:10px 0;
}
.address-row .delivery input,.address-row .delivery label{
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Kanit';
}
.address-row .delivery input[type='radio']:checked:after {
  background-color: #0059B3;
}
.address-row .delivery input:checked ~ label {
  color: #0059B3;
  font-family: 'Kanit';
}
.address-row input[type='text'], .address-row select{
  outline: none!important;
  padding: 0 20px;
  width: 100%;
  height:100%;
  margin:0;
  background: none;
  font-size: 16px;
  font-weight: normal;
  border-radius: 4px;
  border:1px #DBDBDB solid;
}
.address-row input[type='text']::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.address-row input[type='text']::-moz-placeholder,textarea::-moz-placeholder{ /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.address-row input[type='text']:-ms-input-placeholder,textarea:-ms-input-placeholder{ /* IE 10+ */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.address-row input[type='text']:-moz-placeholder,textarea:-moz-placeholder{ /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.address-row select{
  background: url('../images/icon-dropdown.svg') no-repeat right #ddd;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #949595;
  font-family: Kanit;
}
.address-row .map-btt{
  background-color: #0059B3;
  color:white;
  font-size: 14px;
  padding:3px 10px;
  border-radius: 4px;
}
.address-row .calendar{
  background-color: transparent!important;
  background: url('../images/icon-calendar.svg') no-repeat right!important;
  background-position-x: 240px!important;
}
.purchase-product .row{
  padding:12px 0;
}
.purchase-product .summary{
  padding:0 20px;
}
.purchase-product .item-list{
  border:none;
  margin: 0;
}
.login-btt.checkout2{
  display: inline-flex;
}

.payment-row{
  margin:0 0 20px 0!important;
}
.payment-row .payment-box{
  padding:20px;
  border:1px #DBDBDB solid;
  border-radius: 16px;
}
.payment-row .payment-box label{
  font-size: 16px;
  font-weight: 400;
  margin:0;
}
.payment-row .payment-box .card-box{
  border:1px #DBDBDB solid;
  border-radius: 4px 0 0 4px;
}
.payment-row .payment-box .expire-box{
  border-top:1px #DBDBDB solid;
  border-bottom:1px #DBDBDB solid;
  border-right:1px #DBDBDB solid;
  border-radius: 0 4px 4px 0;
}
.payment-row .payment-box .name-box{
  border:1px #DBDBDB solid;
  border-radius: 4px;
}
.payment-row .payment-box input[type='text']{
  outline: none!important;
  padding: 10px!important;
  width: 100%;
  height:100%;
  margin:0;
  background: none;
  font-size: 16px;
  font-weight: normal;
}
.payment-row .payment-box input[type='text']::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  font-size: 15px;
  font-weight: 400;
  color: #949595;
}
.payment-row .payment-box input[type='text']::-moz-placeholder,textarea::-moz-placeholder{ /* Firefox 19+ */
  font-size: 15px;
  font-weight: 400;
  color: #949595;
}
.payment-row .payment-box input[type='text']:-ms-input-placeholder,textarea:-ms-input-placeholder{ /* IE 10+ */
  font-size: 15px;
  font-weight: 400;
  color: #949595;
}
.payment-row .payment-box input[type='text']:-moz-placeholder,textarea:-moz-placeholder{ /* Firefox 18- */
  font-size: 15px;
  font-weight: 400;
  color: #949595;
}
.payment-row .payment-info{
  cursor: pointer;
}
.login-btt.payment{
  display: inline-flex;
  height:46px;
  padding:5px 20px;
}
.payment-modal .bullet{
  width:40px;
  height:40px;
  border:1px #DBDBDB solid;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color:#949595;
  margin:10px 10px 10px 0;
}
.address-edit-btt{
  position: absolute;
  width: 80px;
  height: 32px;
  top:0;
  right:0;
  border-left:1px #DBDBDB solid;
  border-bottom:1px #DBDBDB solid;
  border-radius: 0 0 0 8px;
  color:#0059B3;
  padding:5px 10px;
}

.payment-row .payment-box.tracking{
  background-color: #FFF7D9;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.payment-row .payment-box.tracking .tracking-box{
  display: inline-flex;
  color:#404040;
}
.payment-row .payment-box.tracking .tracking-box.yellow{
  color:#A48B00;
}
.payment-row .payment-box .tracking-form{
  border:1px #DBDBDB solid;
  border-radius: 8px;
  background-color:white;
  height:46px;
  width: 100%;
  overflow: hidden;
}
.payment-row .payment-box .check-tracking-btt{
  color:white;
  background-color: #0059B3;
  height:100%;
}
.payment-row .payment-box.bank .payment-row{
  padding:20px 0;
}
.payment-row .payment-box.bank .payment-row:first-child{
  border-bottom:1px #DBDBDB solid;
  margin-bottom: 0!important;
  padding-top:0!important;
}
.payment-row .payment-box.bank span{
  display: block;
}
.payment-row .payment-box.bank .detail{
  padding-left:20px;
}
.payment-transfer-btt{
  height:38px;
  padding:10px 30px;
}

.back-btt{
  display: inline-flex;
  border:1px #DBDBDB solid;
  border-radius: 8px;
  padding:5px 10px;
  font-size: 16px;
  background-color: transparent!important;
  background: url('../images/chev-icon.svg') no-repeat left!important;
  height:46px;
  align-items: center;
}
.back-btt span{
  color:transparent;
}

.cate-menu .cate-box{
  border:1px #DBDBDB solid;
  border-radius: 16px;
  padding:20px;
}
.cate-menu .cate-box .title{
  padding:15px 0;
}
.cate-menu .cate-box .sub-title{
  padding:10px 0;
}
.cate-menu .cate-box .subcate{
  padding:5px 0 5px 20px;
}
.cate-cover .subcate-cover{
  padding-left:20px;
  padding-bottom:20px;
}
.cate-cover .subcate-cover .subcate-cover-box{
  background-image: url('../images/subcate-cover.jpg');
  background-position: center;
  background-size: cover;
  height:280px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:20px;
}
.cate-cover .subcate-box{
  padding-left:20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cate-cover .subcate-box .subcate-name{
  position: absolute;
  text-align: center;
  font-size: 24px;
  color:white;
  line-height: 125%;
}
.subcate-cover .subcate-cover-box .subcate-search{
  background-color: white;
  height:60px;
  margin-top: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.subcate-cover .subcate-cover-box .subcate-search .subcate-dropdown,
.subcate-cover .subcate-cover-box .subcate-search .subcate-search-box,
.subcate-cover .subcate-cover-box .subcate-search .subcate-search-btt{
  padding:0 15px;
  display: flex;
  align-items: center;
  height:100%;
}
.subcate-cover .subcate-cover-box .subcate-search .subcate-dropdown div{
  font-size: 18px!important;
  color: #949595!important;
}
.subcate-cover .subcate-cover-box .subcate-search .subcate-search-box{
  border-left:1px #DBDBDB solid;
  border-right:1px #DBDBDB solid;
}
.subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']{
  outline: none!important;
  padding: 0!important;
  width: 100%;
  height:100%;
  margin:0;
  background: none;
  font-size: 18px;
  font-weight: normal;
}
.subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  font-size: 18px;
  font-weight: 400;
  color: #949595;
}
.subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']::-moz-placeholder{ /* Firefox 19+ */
  font-size: 18px;
  font-weight: 400;
  color: #949595;
}
.subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']:-ms-input-placeholder{ /* IE 10+ */
  font-size: 18px;
  font-weight: 400;
  color: #949595;
}
.subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']:-moz-placeholder{ /* Firefox 18- */
  font-size: 18px;
  font-weight: 400;
  color: #949595;
}
.subcate-cover .subcate-cover-box .subcate-search .subcate-search-btt{
  font-size: 18px;
  color: white;
  background-color: #0059B3;
  justify-content: center;
}

.product-cate-box .cate-row{
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.cate-menu .cate-box .view-all-btt{
  padding:8px 10px;
  background-color:rgba(0,89,179,0.05);
  border-radius: 8px;
  color:#0059B3;
  font-size: 15px;
}
.cate-menu .cate-box .cate-check-box,
.cate-menu .cate-box .cate-more,
.cate-menu .cate-box .cate-price,
.cate-menu .cate-box .cate-btt{
  padding-top:5px;
  padding-bottom:5px;
}
.cate-menu .cate-box input[type='checkbox']{
  width: 20px;
  height: 20px;
  margin: 0;
}
.cate-menu .cate-box label{
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  padding-left:10px;
}
.cate-menu .cate-box input[type='checkbox']:checked + label,
.cate-menu .cate-box input[type='checkbox']:checked + label span {
  font-size: 16px;
  color: #0059B3;
  font-weight: normal;
}
.cate-menu .cate-box .cate-check-box label{
  display: inline-block;
  width: calc(100% - 40px);
}
.cate-menu .cate-box label span{
  color: #949595;
}
.cate-menu .cate-box .cate-more div{
  display: flex;
  align-items: center;
  font-size: 15px;
  color:#0059B3;
  padding-left:10px;
}
.cate-menu .cate-box .cate-price{
  height:50px;
  display: flex;
  justify-content: space-between;
}
.cate-menu .cate-box .cate-price input{
  border:1px #DBDBDB solid;
  border-radius: 8px;
  outline: none!important;
  padding: 7px;
  width: 100%;
  height:100%;
  margin:0;
  background: none;
  font-size: 16px;
  font-weight: normal;
}
.cate-menu .cate-box .cate-price input[type='text']::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.cate-menu .cate-box .cate-price input[type='text']::-moz-placeholder{ /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.cate-menu .cate-box .cate-price input[type='text']:-ms-input-placeholder{ /* IE 10+ */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.cate-menu .cate-box .cate-price input[type='text']:-moz-placeholder{ /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  color: #949595;
}
.cate-menu .cate-box .cate-price div{
  display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
}
.cate-menu .cate-box .cate-price .submit-btt{
  background-color: #0059B3;
  border-radius: 8px;
  color: white;
  font-size:16px;
  padding:10px 20px;
}
.cate-menu .cate-box .cate-btt{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cate-menu .cate-box .cate-btt .reset-btt,
.cate-menu .cate-box .cate-btt .submit-btt{
  display: flex;
  align-items: center;
  justify-content: center;
  width:45%;
  height: 43px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
}
.cate-menu .cate-box .cate-btt .reset-btt{
  border:1px #DBDBDB solid;
  color:#949595
}
.cate-menu .cate-box .cate-btt .submit-btt{
  background-color: #0059B3;
  color: white;
}
.product-list-box .product-list-row{
  padding-left:20px;
  margin-bottom: 20px;
}
.product-list-box .filter-btt,
.product-list-box .sort-btt,
.product-list-box .per-page-btt{
  padding:5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  color:#404040;
  border:1px #DBDBDB solid;
}
.product-box{
  position: relative;
  margin:0 0 20px 20px;
  border:1px #DBDBDB solid;
  border-radius: 8px;
  overflow: hidden;
}
.product-box .product-box-image{
  width: 100%;
}
.product-box .product-box-name{
  padding:5px 10px;
  font-size: 15px;
  font-weight: normal;
  color:#404040;
}
.product-box .product-box-star{
  padding:5px 10px;
  height:26px;
  display: flex;
  justify-content:flex-start;
}
.product-box .product-box-price,
.product-box .product-box-cart{
  padding:5px 10px;
}
.product-box .product-box-discount{
  position: absolute;
  top:10px;
  right:10px;
  background-color: #F83D3D;
  color:white;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding:0px 10px;
  border-radius: 4px;
}
.product-list-row .blog-tag-box{
  margin-bottom: 0;
}

.product-sell-box .product-price-detail{
  padding:0 20px 0 30px;
}
.product-sell-box .flash-box{
  height:80px;
  background-image: url('../images/bg-flash.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding:15px 20px;
}
.product-sell-box .flash-box .discount{
  display: inline-block;
  background-color: red;
  border-radius:4px;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color:white;
  padding:0 5px;
}
.product-sell-box .group-select-box{
  display: inline-flex;
}
.product-sell-box .select-box{
  border:1px #DBDBDB solid;
  border-radius: 4px;
  padding:2px 15px;
  font-size: 16px;
  font-weight: normal;
}
.product-sell-box .select-box.selected{
  border:1px #FFD700 solid;
}
.product-contact-box{
  padding: 10px 10px 0 10px;
  border:1px #DBDBDB solid;
  border-radius: 16px;
}
.product-contact-box .contact-call-box{
  display: flex;
  justify-content: space-evenly;
}
.product-desc-box .related-box{
  padding: 20px 10px 10px 10px;
  background-color: #F4F4F4;
  border-radius: 16px;
}
.product-desc-box .desc-box{
    padding-right: 20px;
}
.product-desc-box .product-related-box{
  width: 100%;
  height: 343px;
  margin-bottom: 10px;
}
.product-desc-box .product-related-box .related-img{
  width: 100%;
}
.product-desc-box table{
  width:100%;

}
.product-desc-box table td{
  padding:10px 20px;
  border:1px #DBDBDB solid;
  font-size: 16px;
  font-weight: 400;
}
.product-desc-box table td.c1{
  font-weight: normal;
}
.product-desc-box .desc-text span{
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.review-box .reviewer-name{
  font-size: 18px;
  font-weight: normal;
}
.review-box .review-text{
  font-size: 16px;
  font-weight: 400;
}
.review-box .review-text,
.review-box .review-img,
.review-box .review-date{
  padding:10px 0;
}
.review-box .review-date{
  font-size: 16px;
  color:#949595;
}

.banner-home{
  position: relative;
}
.banner-home-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  display: flex;
  align-items: center;
}
.banner-home-overlay div svg:nth-of-type(even){
  float: right;
}
.home-top-btt{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.home-top-btt img{
  padding:10px;
}
.home-special{
  position: relative;
  width:100%;
  /* height:718px; */
  background-image: url('../images/home-special-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:78px 0;
}
.home-special .container{
  display: flex;
}
.home-special-box{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 16px;
  padding:40px 30px;
}
.special-countdown{
  position: relative;
  height:54px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 21px;
  font-weight:500;
  font-style: italic;
  color: #404040;
  margin-bottom: 20px;
}
.special-countdown .time-box{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  background-color: #FFD700;
  width: 54px;
  height:54px;
  margin: 0 5px;
  border-radius: 8px;
}
.home-special-badge{
  position: absolute;
  left:40px;
  top:-40px;
}
.special-product-list{
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100% - 54px);
}
.special-product-prev-btt,
.special-product-next-btt{
  width:64px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.special-product-scroll{
  position: relative;
  width: calc(100% - 64px - 64px);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.special-product-item{
  width:213px;
  /* height:393px; */
}
.special-product-item .product-box{
  border:none;
  width: 100%;
  margin: 0;
}
.home-promotion{
  position: relative;
  width:100%;
  background-color: #F4F4F4;
  padding:40px 0;
}
.promotion-left{
  padding-right:12px;
}
.promotion-right{
  padding-left:12px;
}
.promotion-headline{
  position: relative;
  height:42px;
  font-size: 28px;
  font-weight: 500;
  background-image: url('../images/middle-line.jpg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.promotion-detail{
  position: relative;
  background-color: white;
  border-radius: 16px;
  display: flex;
}
.promotion-img{
  position: relative;
  width: 34.5%;
}
.promotion-product-box{
  position: relative;
  width:65.5%;
  padding:20px;
}
.promotion-product-item{
  position: relative;
  padding:0 6px;
}
.promotion-product-img{
  border:1px #EBEBEB solid;
  border-radius: 8px;
  overflow: hidden;
}
.promotion-product-name{
  font-size:16px;
  font-weight: 400;
  padding:5px 0;
}
.promotion-product-price{
  font-size:18px;
  font-weight: 500;
  color: #0059B3;
}
.home-highlight{
  padding:40px 0;
  display: flex;
  flex-wrap: wrap
}
.home-highlight-left,
.home-highlight-right{
  position: relative;
  height:auto;
  background-color: #F4F4F4;
  border-radius: 16px;
  width:calc(100% - 6px);
  display: flex;
}
.home-highlight-left{
  margin-right: 6px;
}
.home-highlight-right{
  margin-left: 6px;
}
.home-highlight-content{
  padding:40px 20px 40px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.highlight-badge span{
  background-color: #F83D3D;
  padding:0px 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color:white;
}
.highlight-discount{
  font-size: 32px;
  font-weight: 500;
  color:#404040;
  padding:15px 0;
}
.highlight-cate{
  font-size: 21px;
  font-weight: 200;
  color:#404040;
}
.highlight-subcate{
  font-size: 16px;
  font-weight: 200;
  color:#949595;
  padding:20px 0;
}
.login-btt.highlight{
  width: 170px;
}
.home-popular{
  border:1px #EBEBEB solid;
  border-radius: 16px;
  padding:25px;
  margin-bottom: 40px;
}
.home-popular-product-list{
  margin-top:40px;
}
.home-popular-product-item{
  display: flex;
  margin-bottom:25px;
}
.home-popular-product-img span{
  background-color: #F83D3D;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color:white;
  position: absolute;
  top:10px;
  right:10px;
}
.home-popular-product-content{
  padding:10px 0;
}
.home-popular-product-name{
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.home-popular-product-star{
  padding:10px 0;
}
.home-popular-product-price .previous{
  font-size: 16px;
  font-weight: 400;
  color: #949595;
  text-decoration: line-through;
  margin-right:2px;
}
.home-popular-product-price .sale{
  font-size: 21px;
  font-weight: 500;
  color: #0059B3;
}
.home-popular-product-btt{
  display: flex;
  justify-content: center;
}
.home-recommend{
  position: relative;
  padding-bottom: 60px;
  background-color: #F4F4F4;
}
.home-recommend-headline{
  display: flex;
  justify-content: center;
  padding:60px 0;
}
.home-recommend-headline-bg{
  display: flex;
  justify-content: center;
  background-image: url('../images/blue-line.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-recommend-headline-text{
  text-align: center;
  padding:20px 0;
  background-image: linear-gradient(to right, rgba(0,89,179,1), rgba(29,141,196,1));
  font-size: 21px;
  font-weight: 500;
  color: white;
  border-radius: 16px;
}
.home-recommend-product-list .product-box{
  margin: 0 10px 20px 10px;
  background-color: white;
  padding:10px;
}
.home-blog{
  padding-top: 80px;
}
.home-blog-title-1{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color:#949595;
}
.home-blog-title-2{
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color:#404040;
  padding:20px 0;
}
.home-blog-title-3{
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color:#949595;
  margin-bottom:40px;
}
.home-service-btt{
  margin-bottom: 100px;
}
.home-service-left,
.home-service-right{
  position: relative;
  display: flex;
  width:calc(100% - 12px);
  border:2px #F4F4F4 solid;
  border-radius: 8px;
  overflow: hidden;
}
.home-service-left{
  margin-right: 12px;
}
.home-service-right{
  margin-left: 12px;
}
.home-service-text{
  padding:0 8.75%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.home-service-text-1{
  font-size: 28px;
  font-weight: 500;
  color: #404040;
}
.home-service-text-2{
  font-size: 18px;
  font-weight: 400;
  color: #949595;
  padding:20px 0;
}
.home-service-text-3{
  font-size: 18px;
  font-weight: 500;
  color: #0059B3;
  display: flex;
  align-items: center;
}

.menu-toggle-area{
  overflow: hidden;
}

.splide__pagination{
  padding: 0px 2px 1px!important;
  background: #ffffffc7!important;
  border-radius: 100px!important;
  width: auto!important;
}
.splide__pagination__page.is-active{
  background-color: #0059B3!important;
  width: 2vh !important;
  border-radius: 4px;
}
.splide__pagination__page.is-active {
  transform: none !important;
  background: #fff;
}
.splide__pagination__page{
  opacity: 1 !important;
}
.splide__pagination__page{
  width: 6px !important;
  height: 6px !important;
}
/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/


.social-icon {
	margin: 0 8px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
}

.d-flex > .social-icon,
.d-sm-flex > .social-icon,
.d-md-flex > .social-icon,
.d-lg-flex > .social-icon,
.d-xl-flex > .social-icon,
.d-xxl-flex > .social-icon {
	float: none;
	margin-bottom: 0px;
}


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded { border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless { border-color: transparent !important; }

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
	background-color: #444;
	color: #FFF !important;
	border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
	background-color: rgba(0,0,0,0.05);
	color: #666 !important;
	border-color: transparent;
}

.s-light a i{
  color: #fff;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored { border-color: transparent !important; }

.si-colored i { color: #FFF; }

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
	margin: 0 10px 10px 0;
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 2rem;
	line-height: 30px !important;
}

.social-icon i {
	display: block;
	position: relative;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
	color: #555;
	border-color: transparent;
}

.si-colored.social-icon { border-color: transparent; }

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
	position: fixed;
	top: 50%;
	left: 5px;
	width: 36px;
	z-index: 499;
	transform: translateY(-50%);
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
	left: auto;
	right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
	position: relative;
	padding-left: 5px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.si-share span {
	line-height: 36px;
	font-weight: bold;
	font-size: 13px;
}

.si-share .social-icon {
	margin: -1px 0;
	border-radius: 0;
	font-size: 15px;
}

.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-delicious:hover,
.si-colored.si-delicious { background-color: #205CC0 !important; }
.si-paypal:hover,
.si-colored.si-paypal { background-color: #00588B !important; }
.si-flattr:hover,
.si-colored.si-flattr { background-color: #F67C1A !important; }
.si-android:hover,
.si-colored.si-android { background-color: #A4C639 !important; }
.si-smashmag:hover,
.si-colored.si-smashmag { background-color: #E53B2C !important; }
.si-gplus:hover,
.si-colored.si-gplus { background-color: #DD4B39 !important; }
.si-wikipedia:hover,
.si-colored.si-wikipedia { background-color: #333 !important; }
.si-stumbleupon:hover,
.si-colored.si-stumbleupon { background-color: #F74425 !important; }
.si-foursquare:hover,
.si-colored.si-foursquare { background-color: #25A0CA !important; }
.si-call:hover,
.si-colored.si-call { background-color: #444 !important; }
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; }
.si-forrst:hover,
.si-colored.si-forrst { background-color: #5B9A68 !important; }
.si-digg:hover,
.si-colored.si-digg { background-color: #191919 !important; }
.si-spotify:hover,
.si-colored.si-spotify { background-color: #81B71A !important; }
.si-reddit:hover,
.si-colored.si-reddit { background-color: #C6C6C6 !important; }
.si-blogger:hover,
.si-colored.si-blogger { background-color: #FC4F08 !important; }
.si-cc:hover,
.si-colored.si-cc { background-color: #688527 !important; }
.si-dribbble:hover,
.si-colored.si-dribbble { background-color: #EA4C89 !important; }
.si-evernote:hover,
.si-colored.si-evernote { background-color: #5BA525 !important; }
.si-flickr:hover,
.si-colored.si-flickr { background-color: #FF0084 !important; }
.si-google:hover,
.si-colored.si-google { background-color: #DD4B39 !important; }
.si-instapaper:hover,
.si-colored.si-instapaper { background-color: #333 !important; }
.si-klout:hover,
.si-colored.si-klout { background-color: #FF5F52 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-vk:hover,
.si-colored.si-vk { background-color: #2B587A !important; }
.si-rss:hover,
.si-colored.si-rss { background-color: #EE802F !important; }
.si-skype:hover,
.si-colored.si-skype { background-color: #00AFF0 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-vimeo:hover,
.si-colored.si-vimeo { background-color: #86C9EF !important; }
.si-aim:hover,
.si-colored.si-aim { background-color: #FCD20B !important; }
.si-yahoo:hover,
.si-colored.si-yahoo { background-color: #720E9E !important; }
.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }
.si-macstore:hover,
.si-colored.si-macstore { background-color: #333333 !important; }
.si-myspace:hover,
.si-colored.si-myspace { background-color: #666666 !important; }
.si-podcast:hover,
.si-colored.si-podcast { background-color: #E4B21B !important; }
.si-cloudapp:hover,
.si-colored.si-cloudapp { background-color: #525557 !important; }
.si-dropbox:hover,
.si-colored.si-dropbox { background-color: #3D9AE8 !important; }
.si-ebay:hover,
.si-colored.si-ebay { background-color: #89C507 !important; }
.si-github:hover,
.si-colored.si-github { background-color: #171515 !important; }
.si-googleplay:hover,
.si-colored.si-googleplay { background-color: #DD4B39 !important; }
.si-itunes:hover,
.si-colored.si-itunes { background-color: #222 !important; }
.si-plurk:hover,
.si-colored.si-plurk { background-color: #CF5A00 !important; }
.si-pinboard:hover,
.si-colored.si-pinboard { background-color: #0000E6 !important; }
.si-soundcloud:hover,
.si-colored.si-soundcloud { background-color: #FF7700 !important; }
.si-tumblr:hover,
.si-colored.si-tumblr { background-color: #34526F !important; }
.si-wordpress:hover,
.si-colored.si-wordpress { background-color: #1E8CBE !important; }
.si-yelp:hover,
.si-colored.si-yelp { background-color: #C41200 !important; }
.si-intensedebate:hover,
.si-colored.si-intensedebate { background-color: #009EE4 !important; }
.si-eventbrite:hover,
.si-colored.si-eventbrite { background-color: #F16924 !important; }
.si-scribd:hover,
.si-colored.si-scribd { background-color: #666666 !important; }
.si-stripe:hover,
.si-colored.si-stripe { background-color: #008CDD !important; }
.si-print:hover,
.si-colored.si-print { background-color: #111 !important; }
.si-dwolla:hover,
.si-colored.si-dwolla { background-color: #FF5C03 !important; }
.si-statusnet:hover,
.si-colored.si-statusnet { background-color: #131A30 !important; }
.si-acrobat:hover,
.si-colored.si-acrobat { background-color: #D3222A !important; }
.si-drupal:hover,
.si-colored.si-drupal { background-color: #27537A !important; }
.si-buffer:hover,
.si-colored.si-buffer { background-color: #333333 !important; }
.si-pocket:hover,
.si-colored.si-pocket { background-color: #EE4056 !important; }
.si-bitbucket:hover,
.si-colored.si-bitbucket { background-color: #0E4984 !important; }
.si-stackoverflow:hover,
.si-colored.si-stackoverflow { background-color: #EF8236 !important; }
.si-hackernews:hover,
.si-colored.si-hackernews { background-color: #FF6600 !important; }
.si-xing:hover,
.si-colored.si-xing { background-color: #126567 !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #8A3AB9 !important; }
.si-quora:hover,
.si-colored.si-quora { background-color: #A82400 !important; }
.si-openid:hover,
.si-colored.si-openid { background-color: #E16309 !important; }
.si-steam:hover,
.si-colored.si-steam { background-color: #111 !important; }
.si-amazon:hover,
.si-colored.si-amazon { background-color: #E47911 !important; }
.si-disqus:hover,
.si-colored.si-disqus { background-color: #E4E7EE !important; }
.si-plancast:hover,
.si-colored.si-plancast { background-color: #222 !important; }
.si-appstore:hover,
.si-colored.si-appstore { background-color: #000 !important; }
.si-pinterest:hover,
.si-colored.si-pinterest { background-color: #C8232C !important; }
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx { background-color: #111 !important; }
.si-tiktok:hover,
.si-colored.si-tiktok { background-color: #000 !important; }
.si-whatsapp:hover,
.si-colored.si-whatsapp { background-color: #25D366 !important; }
.si-tripadvisor:hover,
.si-colored.si-tripadvisor { background-color: #00AF87 !important; }
.si-gpay:hover,
.si-colored.si-gpay { background-color: #6877DF !important; }
.si-unsplash:hover,
.si-colored.si-unsplash { background-color: #111 !important; }
.si-snapchat:hover,
.si-colored.si-snapchat { background-color: #FFFC00 !important; }
.si-aplus:hover,
.si-colored.si-aplus { background-color: #1c8bc3; }


/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i { color: #3B5998; }
.si-text-color.si-delicious i { color: #205CC0; }
.si-text-color.si-paypal i { color: #00588B; }
.si-text-color.si-flattr i { color: #F67C1A; }
.si-text-color.si-android i { color: #A4C639; }
.si-text-color.si-smashmag i { color: #E53B2C; }
.si-text-color.si-gplus i { color: #DD4B39; }
.si-text-color.si-wikipedia i { color: #333; }
.si-text-color.si-stumbleupon i { color: #F74425; }
.si-text-color.si-foursquare i { color: #25A0CA; }
.si-text-color.si-call i { color: #444; }
.si-text-color.si-ninetyninedesigns i { color: #F26739; }
.si-text-color.si-forrst i { color: #5B9A68; }
.si-text-color.si-digg i { color: #191919; }
.si-text-color.si-spotify i { color: #81B71A; }
.si-text-color.si-reddit i { color: #C6C6C6; }
.si-text-color.si-blogger i { color: #FC4F08; }
.si-text-color.si-cc i { color: #688527; }
.si-text-color.si-dribbble i { color: #EA4C89; }
.si-text-color.si-evernote i { color: #5BA525; }
.si-text-color.si-flickr i { color: #FF0084; }
.si-text-color.si-google i { color: #DD4B39; }
.si-text-color.si-instapaper i { color: #333; }
.si-text-color.si-klout i { color: #FF5F52; }
.si-text-color.si-linkedin i { color: #0E76A8; }
.si-text-color.si-vk i { color: #2B587A; }
.si-text-color.si-rss i { color: #EE802F; }
.si-text-color.si-skype i { color: #00AFF0; }
.si-text-color.si-twitter i { color: #00ACEE; }
.si-text-color.si-youtube i { color: #C4302B; }
.si-text-color.si-vimeo i { color: #86C9EF; }
.si-text-color.si-aim i { color: #FCD20B; }
.si-text-color.si-yahoo i { color: #720E9E; }
.si-text-color.si-email3 i { color: #6567A5; }
.si-text-color.si-macstore i { color: #333333; }
.si-text-color.si-myspace i { color: #666666; }
.si-text-color.si-podcast i { color: #E4B21B; }
.si-text-color.si-cloudapp i { color: #525557; }
.si-text-color.si-dropbox i { color: #3D9AE8; }
.si-text-color.si-ebay i { color: #89C507; }
.si-text-color.si-github i { color: #171515; }
.si-text-color.si-googleplay i { color: #DD4B39; }
.si-text-color.si-itunes i { color: #222; }
.si-text-color.si-plurk i { color: #CF5A00; }
.si-text-color.si-pinboard i { color: #0000E6; }
.si-text-color.si-soundcloud i { color: #FF7700; }
.si-text-color.si-tumblr i { color: #34526F; }
.si-text-color.si-wordpress i { color: #1E8CBE; }
.si-text-color.si-yelp i { color: #C41200; }
.si-text-color.si-intensedebate i { color: #009EE4; }
.si-text-color.si-eventbrite i { color: #F16924; }
.si-text-color.si-scribd i { color: #666666; }
.si-text-color.si-stripe i { color: #008CDD; }
.si-text-color.si-print i { color: #111; }
.si-text-color.si-dwolla i { color: #FF5C03; }
.si-text-color.si-statusnet i { color: #131A30; }
.si-text-color.si-acrobat i { color: #D3222A; }
.si-text-color.si-drupal i { color: #27537A; }
.si-text-color.si-buffer i { color: #333333; }
.si-text-color.si-pocket i { color: #EE4056; }
.si-text-color.si-bitbucket i { color: #0E4984; }
.si-text-color.si-stackoverflow i { color: #EF8236; }
.si-text-color.si-hackernews i { color: #FF6600; }
.si-text-color.si-xing i { color: #126567; }
.si-text-color.si-instagram i { color: #8A3AB9; }
.si-text-color.si-quora i { color: #A82400; }
.si-text-color.si-openid i { color: #E16309; }
.si-text-color.si-steam i { color: #111; }
.si-text-color.si-amazon i { color: #E47911; }
.si-text-color.si-disqus i { color: #E4E7EE; }
.si-text-color.si-plancast i { color: #222; }
.si-text-color.si-appstore i { color: #000; }
.si-text-color.si-pinterest i { color: #C8232C; }
.si-text-color.si-fivehundredpx i { color: #111; }
.si-text-color.si-tiktok i { color: #000; }
.si-text-color.si-whatsapp i { color: #25D366; }
.si-text-color.si-tripadvisor i { color: #00AF87; }
.si-text-color.si-gpay i { color: #6877DF; }
.si-text-color.si-unsplash i { color: #111; }
.si-text-color.si-snapchat i { color: #FFFC00; }

.si-text-color:hover { color: #FFF; }


.home-popular-banner{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: 
    linear-gradient(
      #0059b3a1, 
      #005ab3b4
    ),
    /* bottom, image */
    url(../images/future-building-construction-e@2x.png);
  background-size: cover;
  height: 223px;
  border-radius: 8px;
}
.wrap-text{

}
.wrap-pop-flex{
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-right: 75px;

}
.wrap-text h3,p{
  /* color:#fff; */
}
.wrap-text h3{
  margin-bottom: 5px;
  font-family: kanit;
  font-weight: 500;
  font-size: 4rem;
}
.wrap-text p{
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width:767px) {
  /* Mobile */
  .row{ margin:0; padding:0 10px;}
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
    padding:0px;
  }
  .width-15{
    width:15%;
  }
  .width-65{
    width:65%;
  }
  .width-20{
    width:20%;
  }
  .header-nav{
    border-bottom: 1px #EBEBEB solid;
  }
  .btt{ display: none;}
  .call-btt{
    display: block;
    position: fixed;
    height:50px;
    width:100%;
    left:0;
    bottom:0;
    z-index: 9;
  }

  .call-btt .yellow{
    background-color: #FFD700;
  }
  .call-btt .black{
    background-color: #606060;
    color: white!important;
  }
  .call-btt .blue{
    background-color: #0059B3;
    color: white!important;
  }
  .banner{
    height:180px;
  }
  .login-area{
    height:320px;
  }
  .login-box{
    width:320px;
    height:auto;
    padding:15px;
  }
  .banner.aboutus{
    background-image: url('../images/banner-aboutus-m.jpg');
  }
  .banner.contactus{
    background-image: url('../images/banner-contactus-m.jpg');
  }
  .banner.blog{
    background-image: url('../images/banner-blog-m.jpg');
  }
  .banner.matching{
    background-image: url('../images/banner-matching.jpg');
    height:378px;
  }
  .banner.product{
    background-image: url('../images/banner-product.jpg');
    height:200px;;
  }

  .contactus-map{
    background-image: url('../images/map-m.jpg');
    height:368px;
  }

  .bottom-nav .logo{
    width:280px;
  }

  p{
    /* padding: 0 20px; */
  }
  .mp0{
    font-size: 18px;
  }
  .mp1{
    font-size: 16px;
  }
  .mp2{
    font-size: 14px;
  }
  .mp3{
    font-size: 14px;
    font-weight: 400;
  }
  .mp4{
    font-size:21px;
  }
  .mp5{
    font-size:32px;
  }
  .p10{
    padding:0 10px;
  }
  .p20{
    padding:0 20px;
  }
  .aboutus-gradient{
    padding: 20px;
    line-height: 250%;
  }
  .about-gd-l1{
    font-size: 18px;
  }
  .about-gd-l2{
    font-size: 28px;
  }

  .contactus-area, .contactus-box{
    height: auto;
  }

  .blog-nav{
    border-bottom: 1px #EBEBEB solid;
  }
  .blog-cate-menu-m{
    height:60%;
    width:100%;
    border: 1px #EBEBEB solid;
    border-radius: 8px;
  }

  .tech-area, .job-area, .matching-title{
    padding:0 20px;
  }
  .matching-form{
    padding:20px;
    margin:20px;
  }
  .matching-search{
    height:114px;
  }
  .matching-search .col-xs-12:first-child{
    border-right:none;
    border-bottom: 1px #DBDBDB solid;
  }
  .matching-btt{
    height:35px;
  }
  .matching-btt-search{
    width:100%;
  }
  .matching-box{
    width: 100%;
  }
  .matching-date{
    width: 68px;
    height: 68px;
  }
  .matching-date .date{
    font-size: 18px;
  }
  .matching-date .month{
    font-size: 14px;
  }
  .matching-modal .about-dash{
    margin: 10px 0;
  }

  .checkout-progress{
    height:120px;
  }
  .item-box{
    padding:0;
    border:1px #DBDBDB solid;
    border-radius: 16px;
    margin-bottom: 20px;
  }
  .item-list{
    border:none;
  }
  .item-list .product-row{
    height: auto;
  }
  .item-list .product-row .product-img{
    width:50%;
  }
  .item-list .product-row .product-name{
    font-size:14px;
  }
  .item-list .product-row .col-price div{
    font-size: 16px;
  }
  .add-more .add-more-btt{
    margin:0 0 20px 17px;
    font-size: 14px;
  }

  .payment-row .payment-box .card-box, .payment-row .payment-box .expire-box{
    border:1px #DBDBDB solid;
    border-radius: 4px;
  }

  .modal-bg .payment-form{
    margin-top:20px;
    padding:20px;
  }

  .cate-cover .subcate-cover{
    padding-left:0;
  }
  .cate-cover .subcate-cover .subcate-cover-box{
    background-image: url('../images/subcate-cover-m.jpg');
    height:214px;
    border-radius: 0;
  }
  .subcate-cover .subcate-cover-box .subcate-search{
    margin-top:10px;
    height:106px;
    background-color:transparent;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-dropdown,
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-box,
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-btt{
    height:48px;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-dropdown,
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-box{
    background-color: white;
    padding: 0 10px;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-dropdown{
    border-radius: 4px 0 0 4px;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-dropdown div{
    font-size: 15px!important;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-box{
    border-right:none;
    border-radius: 0 4px 4px 0;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-btt{
    margin-top: 10px;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']{
    font-size: 15px;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    font-size: 15px;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']::-moz-placeholder{ /* Firefox 19+ */
    font-size: 15px;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']:-ms-input-placeholder{ /* IE 10+ */
    font-size: 15px;
  }
  .subcate-cover .subcate-cover-box .subcate-search .subcate-search-box input[type='text']:-moz-placeholder{ /* Firefox 18- */
    font-size: 15px;
  }
  .cate-cover .subcate-box{
    padding-left: 0;
    border-radius: 8px;
    overflow: hidden;
    height:163px;
  }
  .cate-cover .subcate-box img{
    height:inherit;
    width:100%;
    object-fit: cover;
  }
  .cate-menu-m{
    border-bottom:1px #DBDBDB solid;
    margin-bottom:20px;
    padding:0 10px 20px 10px;
  }
  .cate-menu-panel{
    position: absolute;
    background-color: white;
    width:85%;
    height:100%;
    left:0;
    top:0;
  }
  .cate-menu-panel .cate-menu .cate-box{
    border:none;
    background-color: white;
  }

  .product-list-box .filter-btt,
  .product-list-box .sort-btt,
  .product-list-box .per-page-btt{
    padding:5px;
  }
  .product-list-box .product-list-row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-list-box .col-xs-6:nth-of-type(even){
    padding:0 5px 0 10px;
  }
  .product-list-box .col-xs-6:nth-of-type(odd){
    padding:0 10px 0 5px;
  }
  .product-list-box .product-box{
    margin-left: 0;
    margin-bottom: 10px;
  }
  .product-sell-box .product-price-detail{
    padding:0 10px;
  }
  .product-contact-box{
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 20px;
  }
  .product-desc-box{
    padding: 0 10px;
  }
  .product-desc-box .desc-box,
  .product-desc-box .related-box{
    padding-right: 0;
  }
  .product-desc-box .related-box{
    width: calc(100% + 20px);
    left: -10px;
    border-radius: 0;
    padding: 10px;
  }
  .product-desc-box .related-box .col-xs-6:nth-of-type(odd){
    padding:0 5px 0 0;
  }
  .product-desc-box .related-box .col-xs-6:nth-of-type(even){
    padding:0 0 0 5px;
  }

  .banner-home-overlay div{
    padding:0 10px!important;
  }
  .banner-home-overlay div svg{
    width: 32px;
    height: 32px;
  }
  .home-top-btt-m{
    padding:10px;
  }
  .home-top-btt-m .splide__pagination{
    bottom:-27px;
  }
  .home-top-scoller{
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .home-top-scoller::-webkit-scrollbar {
    display: none;
  }
  .home-top-scoller img{
    width:250px;
    height:65px;
    padding:0;
    margin-right: 10px;
  }
  .home-special{
    padding:40px 10px;
  }
  .home-special-box{
    padding:20px;
  }
  .home-special-badge{
    width:150px;
    left:10px;
    top:-25px;
  }
  .special-countdown{
    margin-bottom:10px;
    font-size:12px;
    line-height: 100%;
    height:32px;
  }
  .special-countdown .time-box{
    width: 52px;
    height: 32px;
    font-size: 15px;
    margin: 0 2px;
  }
  .special-product-scroll{
    width:100%;
  }
  .special-product-list-m .splide__pagination{
    bottom:-25px;
  }
  .special-product-item{
    width:50%;
    float:left;
  }
  .home-promotion{
    padding:25px 10px;
  }
  .promotion-headline{
    font-size: 21px;
    background-image: url(../images/middle-line-m.png);
    margin-bottom: 10px;
  }
  .promotion-detail{
    background:white;
    border-radius: 16px;
    flex-wrap: wrap;
  }
  .promotion-left,
  .promotion-right {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .promotion-img-m{
    width: 100%;
  }
  .promotion-img-m img{
    width:100%;
  }
  .promotion-product-box{
    width:100%;
    padding:15px;
    display: flex;
  }
  .promotion-product-box-scoller{
    display: block;
    flex-direction: row;
    overflow-x: scroll;
    align-items: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .promotion-product-box-scoller::-webkit-scrollbar {
    display: none;
  }
  .promotion-product-item{
    width:130px;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .home-highlight{
    padding:10px;
  }
  .home-highlight-left,
  .home-highlight-right{
    margin-left: 0;
    margin-right: 0;
    width:100%;
    padding:15px;
    margin-bottom: 10px;
  }
  .home-highlight-left{
    height:176px;
  }
  .home-highlight-right{
    height: 224px;
  }
  .highlight-badge{
    font-size: 13px;
  }
  .highlight-discount{
    /* padding-top:20px;
    padding-bottom: 10px; */
    font-size: 21px;
  }
  .highlight-cate{
    /* padding-bottom: 30px; */
    font-size: 15px;
  }
  .login-btt.highlight{
    font-size: 15px;
    height:40px;
    width:145px;
    font-weight:500;
  }
  .home-highlight-left .home-highlight-img img{
    position: absolute;
    width: 135px;
    height: 183px;
    max-width: none;
    max-height: none;
    right: -15px;
  }
  .home-highlight-right .home-highlight-img img{
    position: absolute;
    width: 112px;
    height: 97px;
    max-width: none;
    max-height: none;
    right: -15px;
    bottom:-10px;
  }
  .home-popular{
    width: calc(100% - 20px);
    padding:15px;
    margin:0 10px;
  }
  .home-popular-banner img{
    width: 100%;
  }
  .home-popular-product-img span{
    font-size: 14px;
  }
  .home-popular-product-content{
    padding:0 10px;
  }
  .home-popular-product-name{
    font-size: 14px;
  }
  .home-popular-product-price .sale{
    font-size: 16px;
  }
  .home-recommend{
    padding:0 10px;
  }
  .home-recommend-headline{
    padding:25px 0;
  }
  .home-recommend-headline-text{
    padding:10px 0;
  }
  .home-recommend-product-list .product-box{
    margin: 0 5px 10px 5px;
  }
  .home-blog{
    padding: 30px 0 0 0;
  }
  .home-blog-title-1,
  .home-blog-title-2,
  .home-blog-title-3{
    padding: 0 10px;
  }
  .home-blog-title-2{
    padding:15px 10px;
  }
  .home-blog .blog-author div{
    color:#949595;
    font-size: 12px;
    font-weight: 400;
  }
  .home-blog .blog-box{
    margin-bottom: 5px;
  }
  .home-blog-list-m .splide__pagination{
    bottom:-22px;
  }
  .home-service{
    padding: 0 10px;
  }
  .home-service-btt{
    margin-bottom: 0;
  }
  .home-service-left,
  .home-service-right{
    margin-left:0;
    margin-right: 0;
  }
  .home-service-left{
    margin-bottom: 20px;
  }
  .home-service-text-1{
    font-size:18px;
    font-weight: 500;
  }
  .home-service-text-2{
    font-size: 14px;
    font-weight: 400;
  }
  .home-service-text-3{
    font-size: 16px;
    font-weight: 500;
  }

  .address-row .calendar{
    background-position-x: 300px!important;
  }

  .matching-form label{
    margin: 0 15px 0 10px;
  }
}

@media only screen and (min-width:320px) and (max-width:450px) {
  .cate li{
    font-size: 16px;
  }
  /* .font-24{
    font-size: 4vw;
  }
  .font-18-lt{
    font-size: 3.5vw;
  } */
  .wrap-pop-flex{
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-right: 0px;
  
  }
  .wrap-text h3{
    font-size: 2.5rem;
  }
  .wrap-text p {
    font-size: 1.8rem;
  }
  .home-popular-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 145px;
  }
  .icon-pop img{
    height: 8vh;
  }

  
}

@media only screen and (min-width:451px) and (max-width:991px) {
  .cate li{
    font-size: 16px;
  }
  /* .font-24{
    font-size: 1.9vw;
  }
  .font-18-lt{
    font-size: 1.7vw;
  } */


  .btt{
    border-radius: 12px;
  }
}

@media only screen and (min-width:451px) and (max-width:767px) {
  .gd-btt{ margin: 10px 0;}
  .wrap-pop-flex{
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-right: 0px;
  
  }
  .wrap-text h3{
    font-size: 2.5rem;
  }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
  .cate li{
    font-size: 16px;
  }
  /* .font-24{
    font-size: 1.7vw;
  }
  .font-18-lt{
    font-size: 1.2vw;
  } */
  .btt{
    border-radius: 14px;
  }
}

@media only screen and (min-width:1025px) and (max-width:1400px) {
  /* .font-24{
    font-size: 1.7vw;
  }
  .font-18-lt{
    font-size: 1.2vw;
  } */
}

.footer-banner{

  background: rgb(255,215,0);
  background: linear-gradient(90deg, rgba(255,215,0,1) 0%, rgba(255,215,0,0.44) 100%)
  ,url(../images/asian-woman-playing-smartphone@2x.png);
  border-radius: 16px;
  display: flex;
  background-size: cover;
  align-items: center;
  padding: 42px 24px;
  flex-wrap: wrap;
  gap: 12px;
  margin: 5px;
  
}
.footer-banner-2{
  background: rgb(85,85,85);
  background: linear-gradient(90deg, rgba(85,85,85,0.85) 0%, rgba(48, 24, 24, 0.9) 100%)
  ,url(../images/flat-lay-paper-mockup-laptop@2x.png);
  background-size: cover;
}

.footer-banner-3{
  background: rgb(0,89,179);
  background: linear-gradient(90deg, rgba(0,89,179,1) 0%, rgba(0,89,179,0.35) 100%)
  ,url(../images/engineer-is-inspecting-his-wor@2x.png);
  background-size: cover;
}
.footer-banner-2 i,.footer-banner-2 .ft-text-msg p,.footer-banner-3 i,.footer-banner-3 .ft-text-msg p{
  color: #fff;
}

.ft-text-msg p{
  color: #404040;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1em;
}
.ar-link{
  font-size: 3.5rem;

}
.ft-ficon{
  font-size: 5.5rem;
      padding-top: 8px;
}

.ft-text-msg{
  flex-grow: 2;
}

.home-service-img {
  max-height: 275px !important;
}
.secondary-top-link{
  display: inline-flex;
  gap: 14px;
  margin: auto 0;
}
.secondary-top-link a{
  color: #fff;
}
.secondary-top-link a:hover{
  color: #fff;
  text-decoration: underline;
  
}

.secondary-top-link li{
  
  border-right: 1px solid #ffffff4f;
  padding-right: 16px;
}

.secondary-top-link li:last-child{
  border: transparent;
}
.home-popular-product-img{
  width: 150px;
}
#home-slide .splide__arrow{
  opacity: 1 !important;
    background: transparent !important;
    width: 5em;
    height: 5em;
}
#home-slide .splide__arrow svg {
  width: 4em;
  height: 4em;
}
.splide__arrow{
  background: transparent !important;
}

/* This class is added on scroll */
.fixed {
  position: fixed;
  top: 0;
  height: 55px;
  z-index: 999;
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* This timing applies on the way OUT */
  transition-timing-function: ease-in;
  /* Quick on the way out */
  transition: 0.45s;

}

.menu-container .d-block{
  text-align: left ;
}
.title a{
  font-size: 18px;
  font-weight: 500;
}
li.menu-item .mega-menu-title .sub-menu a{
  font-weight: 500;
}

@media only screen and (max-width: 475px) {
  #home-slide .splide__arrow{
    opacity: 1 !important;
      background: transparent !important;
      width: 3em;
      height: 3em;
  }
  #home-slide .splide__arrow svg {
    width: 2.5em;
    height: 2.5em;
  }
}
.address-form-title{
  gap: 16px;
}
.bottom-nav{
  padding-top: 32px;
}
.wrap-date{
  padding: 8px 0;
}
.login-box{
  gap: 16px;
}