.apply-flow{
  gap: 10px;
  flex-wrap: wrap;
}
.apply-flow_item{
  width:100%;
}
.apply-flow_circle {
  width: 100%;
  height: auto;
  border-radius: 50px;
  padding: 10px 30px;
  text-align: left;
  flex-direction: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.apply-flow_item::after{
  width: calc(100% - 100px);
}
.apply-flow_circle p{
  width: 45px;
}
.apply-flow_circle h4{
  width: calc(100% - 120px);
  margin-bottom: 0;
}
.post-inner_catagory a{
  font-size: 16px;;
}
.about-structure_department.orange .about-structure_department_item{
  max-width: 360px;
}
.about-structure_department.blue .about-structure_department_item{
  max-width: 360px;
}
.footer_map_item{
  min-width: 150px;
}
.kv_text h1{
  font-size: 105px;
}
@media screen and (max-width: 1200px){
  .kv_text h1 {
    font-size: 80px;
  }
  .kv_text h2{
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .about-structure_circle {
      width: 250px;
      height: 250px;
      margin: 0 auto;
      text-align: center;
  }
  .about-structure_department.orange .about-structure_department_item{
    max-width: 100%;
  }
  .about-structure_department.blue .about-structure_department_item{
    max-width: 100%;
  }
  .footer_map_item{
    min-width: auto;
  }
}
@media screen and (max-width: 767px){
  .kv_text h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 450px) {
  .html-edit {
      font-size: 18px;
  }
  .apply-flow_circle{
    padding: 10px 10px;
  }
}
.en-show{
  display: block;
}
.register-status .btn-cta.btn-rect-dark{
  width: fit-content;
    min-width: 210px;
    }
.recommand-domain_search button.btn-circle-dark{
  font-size: 16px;
}
.recommand-domain_search_main{
  width: 100%;
}
.recommand-domain_search_main input{
  width: 100%;
}
.recommand-domain_search_main>label{
  white-space: nowrap;
}
.recommand-domain_search .switch>p{
  white-space: nowrap;
}
.cart_btns a{
  width: 285px;
}
.ip-asn-search{
  min-width: 280px;;
}
.btn-register{
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1200px){
  .recommand-domain_search_main>label{
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 380px){
  .cart_btns a{
    width: 100%;
  }
  .register-status .btn-cta.btn-rect-dark{
    width: 100%;
  }
  .ip-asn-search{
    width: fit-content;
    min-width: 100%;
  }
  .register-status .btn-cta.btn-rect-dark{
    width: fit-content;
    min-width: 100%;
  }
}
.sidebar-blog_sec {
  padding-bottom: 40px;
}
.sidebar-blog_sec h3{
  font-size: 28px;
  margin-bottom: 15px;
}
.sidebar-blog_item {
  margin-bottom: 15px;
}
.blog-list_search_catagory ul a {
  padding: 10px 20px;
  font-size: 18px;
}
.sidebar-blog_sec .btn-more {
  margin-top: 22px;
}
.blog-inner_head h1{
  font-size: 58px;
  line-height: 1.15;
}
@media screen and (max-width: 991px){
  .blog-inner_head h1{
    font-size: 36px;
  }
}
@media screen and (max-width: 767px){
  .breadcrumb .container li {
    font-size: 16px;
}
}