/* English version layout adjustments */

/* Navigation bar adjustments */
header {
  overflow: visible !important;
}

header > div {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  overflow: visible !important;
}

header > div .logo {
  width: 15% !important;
}

header > div nav {
  width: 85% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  overflow: visible !important;
}

header > div nav ul {
  width: 73% !important;
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

header > div nav ul li {
  width: auto !important;
  flex: 1 !important;
  min-width: 100px !important;
  text-align: center !important;
}

header > div nav ul li a {
  font-size: 1.125rem !important;
  white-space: nowrap !important;
  padding: 0 8px !important;
  line-height: 6.25rem !important;
}

header > div nav .tool {
  width: 20rem !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 9999 !important;
}

header > div nav .tool .tel h4 {
  font-size: 1rem !important;
}

header > div nav .tool .language {
  position: relative !important;
  width: 4rem !important;
  height: 3rem !important;
  border-radius: 0.375rem !important;
  background-color: #093e8d !important;
  cursor: pointer !important;
  z-index: 9999 !important;
}

header > div nav .tool .language a {
  font-size: 1rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  color: #ffc340 !important;
  line-height: 3rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-decoration: none !important;
}

header > div nav .tool .language a i {
  font-size: 0.8rem !important;
  margin-left: 0.3rem !important;
  display: block !important;
  transform: rotate(90deg) !important;
  transition: transform 0.3s ease !important;
}

header > div nav .tool .language:hover a i {
  transform: rotate(270deg) !important;
}

header > div nav .tool .language .language_menu {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  margin-top: 0.5rem !important;
  width: 8rem !important;
  background-color: #fff !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease !important;
  z-index: 99999 !important;
  display: block !important;
  padding: 0.5rem 0 !important;
}

header > div nav .tool .language:hover .language_menu {
  opacity: 1 !important;
  visibility: visible !important;
}

header > div nav .tool .language .language_menu a {
  display: block !important;
  padding: 0.8rem 1rem !important;
  font-size: 0.9rem !important;
  color: #333 !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  text-align: left !important;
  background-color: transparent !important;
  transition: background-color 0.3s ease !important;
  white-space: nowrap !important;
}

header > div nav .tool .language .language_menu a:hover {
  background-color: #f5f5f5 !important;
  color: #093e8d !important;
}

header > div nav .tool .language .language_menu a.active {
  color: #093e8d !important;
  font-weight: 600 !important;
  background-color: #e6f2f8 !important;
}

/* Button adjustments */
.more {
  width: 15rem !important;
  margin-right: 2rem !important;
}

.more a > div span {
  font-size: 1rem !important;
  letter-spacing: 1px !important;
}

/* Footer adjustments */
footer .w80 .top .sub1 {
  width: 50% !important;
}

footer .w80 .top .sub1 .sub1_nav {
  display: flex !important;
  justify-content: space-around !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}

footer .w80 .top .sub1 .sub1_nav .item {
  width: 23% !important;
}

footer .w80 .top .sub1 .sub1_nav .item h3 a {
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
}

footer .w80 .top .sub2{
  width: 46%;
}
footer .w80 .top .sub2 .right {
  width: calc(100% - 14rem);
  margin-left: 0;
}
footer .w80 .top .sub1 .sub1_nav .item p a {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}
footer .w80 .top .sub2 .right .sub2_sub2 p {
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
/* Title and description adjustments */
.title .t1 h3 {
  font-size: 1.75rem !important;
}
.title .t2 {
  margin-top: 0.5rem;
}
.title .t2 h2 {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}

.index .part01 .w80 .center .sub1 p {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  margin-bottom: 1rem !important;
}

/* Business area buttons */
.index .part02 .w80 .top .btns {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.index .part02 .w80 .top .btns .item {
  margin-left: 1.5rem !important;
}

.index .part02 .w80 .top .btns .item h4 {
  font-size: 1.3rem !important;
  line-height: 1 !important;
}

/* Contact section adjustments */
.index .part04 .w80 .content {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.index .part04 .w80 .content .item {
  width: 30% !important;
  margin-right: 2% !important;
}

.index .part04 .w80 .content .item .c_txt h3 {
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem !important;
}

.index .part04 .w80 .content .item .c_txt h4 {
  font-size: 1rem !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem !important;
}

.index .part04 .w80 .content .item .c_txt p {
  font-size: 0.85rem !important;
  line-height: 1.4 !important;
}

/* News section adjustments */
.index .part03 .w80 .sub1 .top .top_sub1 .btns {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.index .part03 .w80 .sub1 .top .top_sub2 p {
  font-size: 1rem !important;
  line-height: 1.4 !important;
  opacity: 0.8 !important;
}

.about .main .part02 .top .desc{
  width: 64%;
}
.about .main .part01 .w80 .top .left{
  width: 100%;
  margin-bottom: 1rem;
}
.about .main .part01 .w80 .top .right{
  width: 100%;
}
.about .main .part02 .bottom ul li{
  min-height: 28rem;
}
.about .main .part03 .top .desc{
  width: 62%;
}
.products .main .w80 .content ul li .right .title .t1 h3{
  font-size: 1.25rem !important;
}
.products .main .w80 .content ul li .right .title .t2 h2{
  font-size: 2rem !important;
}
.products .main .w80 .content ul li .right .more{
  margin-top: 4rem;
}
.news .main .top .btns .item{
  padding: 0.8rem 1.2rem;
}
.news .main .top .title h2{
  font-size: 2.5rem;
}
.product2 .main .bottom .c ul li .b_bottomBox .txt span{
  font-size: 0.65rem;
}
.product2 .main .bottom .c ul li .b_bottomBox .txt {
  width: 100%;
  margin-bottom: 0.5rem;
}
.product2 .main .bottom .c ul li .b_bottomBox .txt h4{
  height: 2.5rem;
}
.b_i_icon{
  opacity: 0.5;
}
.product_details .main > div .left .pd_title .p_left h3{
  font-size: 2rem;
}
.product_details .main > div .left .pd_title .p_tool{
  margin-left: 0.25rem;
  margin-top: 1rem;
}
.product_details .main > div .left .pd_title .p_left span{
  line-height: 2.5;
  font-size: 0.75rem;
}
.product_details .main > div .left .pd_title .p_left{
  width: 100%;
}
.product_details .main > div .left .pd_title .p_left h3{
  width: 100%;
  margin-top: 0.5rem;
}
.contact .main .part01 .w80 .right .sub1 .sub1_sub1 h3{
  font-size: 1.25rem;
  line-height: 1.4;
}
.contact .main .part01 .w80 .right .sub2{
  margin-top: 4rem;
}
.contact .main .part02 .w80 .sub1 .sub1_sub2 .basic-radio label{
  font-size: 1.25rem;
  letter-spacing: 0;
}

/* Responsive adjustments for English version */
@media screen and (max-width: 1440px) {
  /* Navigation bar adjustments */
  header > div .logo {
    width: 14% !important;
  }
  
  header > div nav {
    width: 80% !important;
  }
  
  header > div nav ul {
    width: 70% !important;
  }
  
  header > div nav ul li a {
    font-size: 1rem !important;
    padding: 0 6px !important;
  }
  
  header > div nav .tool {
    width: 18rem !important;
  }
  
  header > div nav .tool .tel h4 {
    font-size: 0.9rem !important;
  }
  
  /* Button adjustments */
  .more {
    width: 16rem !important;
  }
  
  /* Footer adjustments */
  footer .w80 .top .sub1 {
    width: 40% !important;
  }
  
  footer .w80 .top .sub1 .sub1_nav .item {
    width: 23% !important;
  }
  
  /* Title adjustments */
  .title .t1 h3 {
    font-size: 1.25rem !important;
  }
  
  .title .t2 h2 {
    font-size: 2.2rem !important;
  }
  
  /* Business area buttons */
  .index .part02 .w80 .top .btns .item h4 {
    font-size: 1.2rem !important;
  }
  
  /* Contact section adjustments */
  .index .part04 .w80 .content .item {
    width: 31% !important;
    margin-right: 1.5% !important;
  }
  
  .index .part04 .w80 .content .item .c_txt h3 {
    font-size: 0.875rem !important;
  }
  
  .index .part04 .w80 .content .item .c_txt h4 {
    font-size: 1rem !important;
  }
  
  .index .part04 .w80 .content .item .c_txt p {
    font-size: 0.8rem !important;
  }
  .index .part01 .w80 .center .sub2{
    margin-top: 3rem;
  }
  .index .part03 .w80 .sub1 .bottom ul li .txt h4{
    line-height: 1.1;
    padding: 1rem 0;
  }
  .products .main .w80 .content ul li .right .title .t2 h2{
    font-size: 1.5rem !important;
  }
  .products .main .w80 .content ul li .right .title .t1 h3{
    font-size: 1rem !important;
  }
  .products .main .w80 .content ul li .right .title{
    margin-bottom: 1rem;
  }
  .products .main .w80 .content ul li .right .more{
    margin-top: 2rem;
  }
  .products .main .w80 .content ul li .right .i p{
    line-height: 1.4;
  }
  .product2 .main .bottom .c ul li .b_bottomBox .txt h4{
    font-size: 1rem;
    height: 2rem;
    margin-top: 0.25rem;
  }
  .news .main .top .title h2{
    font-size: 2rem;
  }
  .news .main .top .btns .item a{
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1200px) {
  /* Navigation bar adjustments */
  header > div .logo {
    width: 13% !important;
  }
  
  header > div nav {
    width: 87% !important;
  }
  
  header > div nav ul {
    width: 65% !important;
  }
  
  header > div nav ul li a {
    font-size: 0.75rem !important;
    padding: 0 4px !important;
  }
  
  header > div nav .tool {
    width: 16rem !important;
  }
  
  header > div nav .tool .tel h4 {
    font-size: 0.85rem !important;
  }
  
  /* Button adjustments */
  .more {
    width: 15rem !important;
  }
  
  .more a > div span {
    font-size: 0.85rem !important;
  }
  
  /* Title adjustments */
  .title .t1 h3 {
    font-size: 1.6rem !important;
  }
  
  .title .t2 h2 {
    font-size: 2rem !important;
  }
  
  /* Business area buttons */
  .index .part02 .w80 .top .btns .item h4 {
    font-size: 1.1rem !important;
  }
  
  /* Contact section adjustments */
  .index .part04 .w80 .content .item {
    width: 32% !important;
    margin-right: 1% !important;
  }
  
  .index .part04 .w80 .content .item .c_txt h3 {
    font-size: 1rem !important;
  }
  
  .index .part04 .w80 .content .item .c_txt h4 {
    font-size: 0.9rem !important;
  }
  
  .index .part04 .w80 .content .item .c_txt p {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 992px) {
  /* Navigation bar adjustments */
  header > div .logo {
    width: 12% !important;
  }
  
  header > div nav {
    width: 88% !important;
  }
  
  header > div nav ul {
    width: 60% !important;
  }
  
  header > div nav ul li a {
    font-size: 0.7rem !important;
    padding: 0 2px !important;
  }
  
  header > div nav .tool {
    width: 14rem !important;
  }
  
  header > div nav .tool .tel h4 {
    font-size: 0.8rem !important;
  }
  
  /* Button adjustments */
  .more {
    width: 14rem !important;
  }
  
  .more a > div span {
    font-size: 0.8rem !important;
  }
  
  /* Title adjustments */
  .title .t1 h3 {
    font-size: 1rem !important;
  }
  
  .title .t2 h2 {
    font-size: 1.25rem !important;
  }
  
  /* Business area buttons */
  .index .part02 .w80 .top .btns .item h4 {
    font-size: 1rem !important;
  }
  
  /* Contact section adjustments */
  .index .part04 .w80 .content .item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 2rem !important;
  }
  .index .part01 .w80 .bottom .sub2 h3{
    display: none;
  }
  .index .part01 .w80 .bottom{
    margin-top: 8rem;
  }
  .index .part01 .w80 .bottom::after{
    height: 14rem;
  }
  .index .part02 .w80 .top .btns .item{
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }
  .index .part02 .w80 .top .btns{
    justify-content: flex-start !important;
  }
  .index .part02 .w80 .bottom > div .b_sub1 .b_box .txt p{
    display: none;
  }
  .index .part02 .w80 .bottom > div .b_sub1{
    height: 22rem;
  }
  .index .part02 .w80 .bottom > div .b_sub2 .item a .b_box .b_txt p{
    display: none;
  }
  .index .part02 .w80 .bottom > div .b_sub2 .item a .b_box .b_txt h3{
    letter-spacing: 0;
  }
  .index .part02 .w80 .bottom > div .b_sub1 .b_box .txt h3{
    margin-bottom: 0;
  }
  footer .w80 .top .sub1{
    display: none !important;
  }
  footer .w80 .top .sub2 .right{
    width: 100%;
  }
  footer .w80 .top .sub2{
    width: 100%;
  }
  footer .w80 .top .sub2 .left{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
  .about .main .part01 .w80 .bottom .left h3{
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .about .main .part02 .top .desc{
    width: 100%;
  }
  .about .main .part03 .top .desc{
    width: 100%  !important;
  }
  .product_details .main > div .left .pd_title .p_left h3{
    font-size: 1.25rem;
  }
  .news .main .top .title h2{
    display: none;
  }
}

