body {
  font-family: 'Sarabun', sans-serif !important;
}
.nav-link {
  font-size: 18px;
}
.logo{
  max-height: 70px;
}
.tree-step{
  max-width: 200px;
  background: #EEE;
  padding: 10px;
  border-radius: 50%;
}
.pd-tb-20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd-tb-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.new_box{
}
.new_box h2{
  margin-bottom: 26px;
}
.new_box h5{
  margin-bottom: 14px;
}
.new_box ul li img{
  max-width: 28px;
}
.new_box p{

}
.new_box ul{
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.new_box ul li{
  margin-bottom: 9px;
  font-size: 18px;
}
.box_two{
  border-radius: 5px;
  padding: 10px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
footer{
  border-top: 9px solid #d60000;
}
footer a{
  color: #DDD;
  text-decoration: none;
}
footer a:hover{
  color: #fff;
  text-decoration: none;
}
footer h5{
  border-left: 3px solid #ffc107;
  padding-left: 9px;
  color: #ffc107;
  margin-bottom: 18px;
}
.footer-img{
  max-height: 95px;
  margin-top: 50px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 12px;
}
.desktop{
	display: inline-flex;
}
.mobile{
	display: none;
}
.lang_icon{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-top: 2px;
  cursor: pointer;
}
.lang_list_icon{
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.singin{
  display: none;
}
@media only screen and (max-width: 1200px) {
  .singin{
    position: absolute;
    width: 18% !important;
    right: 70px;
    display: block;
    margin: 2px !important;
    font-size: 12px;
    padding: 10px 1px;
  }
  .desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
  .btn-mobile{
    width: 50%;
    margin: 4px;
  }
  .new_box ul li {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .cc_h{
    font-size: 20px;
  }
  .cc_p{
    font-size: 12px;
  }
  .carousel-caption {
    width: 95%;
    left: 3%;
    bottom: -1.75rem;
  }
  .pd-tb-50 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .new_box h2 {
    margin-bottom: 13px;
    margin-top: 14px;
  }
  .new_box p {
    font-size: 14px;
  }
  .logo {
    max-height: 50px;
  }
  .img-meni{
    text-align: center !important;
    margin-bottom: 22px;
  }
}
