html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif, "Noto Sans", sans-serif;
}

/* nav */
.pg_navbar{
  background-color: #fff;
  padding: 0px 12px;
  position: fixed;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  font-size: 18px;
}
.navbar_area{
  max-width: 1520px;
  margin: auto;
}
.nav_logo{
  width: 310px;
}
.pg_collapse{
  justify-content: flex-end;
}
.pg_navbar .navbar-nav{
  align-items: center;
}
.pg_navitem{
  position: static;
}
.pg_navbar .pg_navlink{
  color: #282828;
  padding: 30px !important;
  transition: all ease-in-out 0.3s;
}
.pg_navbar .pg_navlink:hover{
  color: #e53d3d;
}
.search_btn{
  padding: 30px 0px;
  border: none;
  background-color: transparent;
}
.search_icon{
  width: 25px;
}
.nav_contact{
  background-color: #e53d3d;
  color: #fff;
  padding: 12px 30px !important;
  border-radius: 26px;
  margin-left: 15px;
  text-align: center;
  border: solid 1px #e53d3d;
  transition: all ease-in-out 0.3s;
}
.nav_contact:hover{
  background-color: #fff;
  color: #e53d3d;
  border: solid 1px #e53d3d;
}
.pg_dropmenu{
  width: 100%;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  padding: 24px 12px 12px 12px;
  border: none;
  margin-top: 0px !important;
}
.pg_dropmenu_inner{
  max-width: 1520px;
  margin: auto;
}
.pg_drop_title{
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.pg_dropblock{
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 18px;
}
.pg_droptop_item{
  color: #e53d3d;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 2px 0px;
  transition: all ease-in-out 0.3s;
}
.pg_droptop_item:hover{
  color: #ce2424;
}
.pg_dropin_item{
  color: #777777;
  text-decoration: none;
  padding: 2px 0px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.pg_dropin_item:hover{
  color: #282828;
}
.search_inner{
  padding: 0px 12px;
}
.search_input{
  border-radius: 0;
  font-size: 18px;
}
.search_input:focus{
  border-color: #d9d9d9;
  box-shadow: 0 0 0 .25rem rgba(229,61,61,.25);
}
.lang_drop{
  padding: 30px 20px;
}
.lang_btn{
  background-image: url('../image/lang.svg');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.lang_btn:focus{
  box-shadow: none !important;
}
.lang_dropmenu{
  background-color: #e53d3d;
  border-radius: 0px;
  min-width: 120px;
  border: none;
  margin-top: 0px !important;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.lang_dropmenu .dropdown-item{
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.lang_dropmenu .dropdown-item:hover{
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}
@media(min-width: 991px){
  .pg_dropmenu li:hover .sub-menu{
    visibility: visible;
  }
  .dropdown:hover .pg_dropmenu{
    display: block;
  }
  .dropdown:hover .lang_dropmenu{
    display: block;
  }
}
@media(max-width: 1499px){
  .pg_navbar{
    font-size: 16px;
  }
  .nav_logo{
    width: 280px;
  }
  .search_input{
    font-size: 16px;
  }
  .pg_drop_title{
    font-size: 28px;
  }
  .pg_dropblock{
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}
@media(max-width: 1299px){
  .nav_logo{
    width: 250px;
  }
  .pg_navbar .pg_navlink{
    padding: 24px 20px !important;
  }
  .nav_contact{
    padding: 8px 24px !important;
    margin-left: 12px;
  }
  .search_btn{
    padding: 24px 0px;
  }
  .pg_drop_title{
    font-size: 24px;
  }
  .lang_drop{
    padding: 24px 12px;
  }
}
@media(max-width: 1199px){
  .nav_logo{
    width: 200px;
  }
  .pg_navbar .pg_navlink{
    padding: 20px 20px !important;
  }
  .search_btn{
    padding: 20px 0px;
  }
  .search_icon{
    width: 22px;
  }
  .lang_drop{
    padding: 20px 6px;
  }
  .lang_btn{
    width: 22px;
    height: 22px;
  }
}
@media(max-width: 1099px){
  .pg_navbar .pg_navlink{
    padding: 20px 15px !important;
  }
}
@media(max-width: 991px){
  .pg_navbar{
    font-size: 14px;
    padding: 0px;
  }
  .navbar_area{
    padding: 0px;
  }
  .pg_navbar .navbar-brand{
    padding: 6px 24px;
  }
  .nav_logo{
    width: 185px;
  }
  .pg_collapse{
    background-color: #f5f5f5;
  }
  .pg_navitem{
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #d9d9d9;
  }
  .pg_navbar .pg_navlink{
    padding: 8px !important;
    border: none;
    background-color: transparent;
    width: 100%;
    transition: all ease-in-out 0.3s;
  }
  .pg_navbar .pg_navlink:hover{
    background-color: #282828;
    color: #fff;
  }
  .pg_dropitem_block{
    padding: 0px;
  }
  .pg_dropblock{
    font-size: 14px;
  }
  .pg_droptitle_block{
    display: none;
  }
  .pg_dropblock{
    border-bottom: none;
    margin-bottom: 0px;
    padding: 0px;
  }
  .pg_dropmenu{
    background-color: #fff;
    padding: 0px;
  }
  .pg_droptop{
    background-color: #e53d3d;
    padding: 4px 24px;
    text-align: center;
  }
  .pg_drop_inner{
    padding: 4px 24px;
  }
  .pg_droptop_item{
    color: #fff;
  }
  .pg_droptop_item:hover{
    color: #fff;
  }
  .pg_dropin_item{
    padding: 4px 0px;
    text-align: center;
  }
  .search_btn{
    display: none;
  }
  .search_dropmenu{
    display: block;
    border: none;
    padding: 8px 12px;
    background-color: #f5f5f5;
  }
  .search_input{
    font-size: 14px;
  }
  .go_btn{
    padding: 0px 0px 0px 12px;
  }
  .contact_navitem{
    padding: 8px 12px;
    width: 100%;
  }
  .lang_drop{
    padding: 0px;
  }
  .lang_btn{
    display: none;
  }
  .lang_dropmenu{
    display: flex !important;
    position: relative;
    left: 0;
    transform: translateX(0);
    background-color: transparent;
  }
  .lang_dropmenu .dropdown-item{
    color: #282828;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .lang_dropmenu .dropdown-item::after{
    content: "";
    width: 1px;
    height: 15px;
    background-color: #d9d9d9;
    position: absolute;
    right: 0px;
  }
  .lang_dropmenu li:nth-last-child(1) .dropdown-item::after{
    display: none;
  }
  .lang_dropmenu .dropdown-item:hover{
    opacity: 1;
    color: #e53d3d;
  }
  .navbar-toggler{
    position: absolute;
    top: 0px;
    z-index: 2;
    right: 0px;
    border-radius: 0px;
    border: none;
    height: 50px;
    width: 50px;
    cursor: pointer;
    box-shadow: none !important;
    padding: 0px;
    background-color: #e53d3d;
  }
  .navbar-toggler .hamburguer_btn{
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  .navbar-toggler.on .line1 {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .navbar-toggler.on .line2 {
    opacity: 0;
  }
  .navbar-toggler.on .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

/* banner */
.index_banner{
  overflow: hidden;
}
.index_b_block{
  padding: 0px;
  margin-top: 85px;
}
.banner_block{
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner_slick{
  margin-bottom: 0px !important;
}
.banner_tblock{
  position: absolute;
  width: 100%;
  max-width: 1520px;
  margin: auto;
  z-index: 1;
  padding: 0px 24px;
  overflow: hidden;
}
.banner_tinner{
  max-width: 490px;
}
.btitle_lg{
  font-size: 48px;
  color: #282828;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btitle_sm{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.banner_btn{
  margin-top: 50px;
}
.pg_btn{
  padding: 15px;
  background-color: #e53d3d;
  color: #fff;
  border: solid 1px #e53d3d;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  min-width: 220px;
  text-align: center;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
}
.pg_btn:hover{
  background-color: #fff;
  color: #e53d3d;
  border: solid 1px #e53d3d;
}
.pg_btn span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg_btn span::after{
  content: "";
  background-image: url('../image/dot_w.svg');
  position: absolute;
  width: 6px;
  height: 6px;
  right: 24px;
  transition: all ease-in-out 0.3s;
  background-position: center;
}
.pg_btn:hover span::after{
  background-image: url('../image/arrow_r.svg');
  width: 16px;
  height: 10px;
  background-position: center;
}
/* Dots */
.banner_slick .slick-dots{
  padding: 0px 8px;
  bottom: 50px;
  line-height: 1;
}
.banner_slick .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.banner_slick .slick-dots li{
  width: 10px;
  height: 10px;
}
.banner_slick .slick-dots li button{
  padding: 0px;
  width: 10px;
  height: 10px;
}
.banner_slick .slick-dots li button:before{
  font-size: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  color: transparent;
  border: solid 1px #e53d3d;
  border-radius: 100%;
}
.banner_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  border: solid 1px #e53d3d;
  background-color: #e53d3d;
}

@media(max-width: 1499px){
  .btitle_lg{
    font-size: 42px;
  }
  .pg_btn{
    padding: 12px;
    min-width: 200px;
    font-size: 16px;
  }
}
@media(max-width: 1299px){
  .index_b_block{
    margin-top: 75px;
  }
  .banner_tinner{
    max-width: 390px;
  }
  .btitle_lg{
    font-size: 38px;
  }
  .btitle_sm{
    font-size: 16px;
  }
  .banner_btn{
    margin-top: 30px;
  }
}
@media(max-width: 1199px){
  .index_b_block{
    margin-top: 65px;
  }
  .banner_tinner{
    max-width: 320px;
  }
  .btitle_lg{
    font-size: 28px;
  }
  .banner_btn{
    margin-top: 30px;
  }
  .pg_btn{
    padding: 10px;
    min-width: 180px;
  }
}
@media(max-width: 1099px){
  .btitle_lg{
    font-size: 24px;
  }
  .banner_btn{
    margin-top: 15px;
  }
  .pg_btn{
    padding: 8px;
    min-width: 160px;
  }
}
@media(max-width: 991px){
  .index_b_block{
    margin-top: 50px;
  }
  .banner_tinner{
    max-width: 250px;
  }
  .btitle_lg{
    font-size: 20px;
  }
  .btitle_sm{
    font-size: 14px;
  }
  .banner_btn{
    margin-top: 15px;
  }
  .pg_btn{
    padding: 8px;
    min-width: 150px;
    font-size: 14px;
  }
  .pg_btn span::after{
    width: 5px;
    height: 5px;
    right: 20px;
  }
  .pg_btn:hover span::after{
    width: 14px;
    height: 8px;
  }
}
@media(max-width: 575px){
  .banner_tinner{
    max-width: 200px;
  }
  .btitle_lg{
    font-size: 18px;
  }
  .btitle_sm{
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .banner_btn{
    margin-top: 10px;
  }
  .pg_btn{
    padding: 6px;
    min-width: 120px;
  }
  .pg_btn span::after{
    width: 4px;
    height: 4px;
    right: 15px;
  }
  .pg_btn:hover span::after{
    width: 12px;
    height: 6px;
  }
  .banner_slick .slick-dots{
    padding: 0px 4px;
    bottom: 20px;
  }
  .banner_slick .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0px 3px;
  }
  .banner_slick .slick-dots li button{
    width: 8px;
    height: 8px;
  }
  .banner_slick .slick-dots li button:before{
    font-size: 4px;
    width: 8px;
    height: 8px;
  }
}
@media(max-width: 390px){
  .banner_slick .slick-dots{
    bottom: 15px;
  }
  .btitle_lg{
    font-size: 16px;
  }
  .btitle_sm{
    -webkit-line-clamp: 1;
  }
  .pg_btn{
    padding: 5px;
    min-width: 120px;
  }
}

/* index_product */
.index_product{
  padding: 150px 0px;
}
.index_p_top{
  max-width: 1520px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px 12px;
}
.index_p_tblock{
  max-width: 490px;
}
.index_title_sm{
  font-size: 18px;
  color: #e53d3d;
}
.index_title_lg{
  font-size: 38px;
  color: #282828;
}
.p_slick_area{
  padding: 0px;
  margin-top: 65px;
}
.product_slick .slick-list{
  padding: 0px 200px;
}
.product_slick .slick-track{
  display: flex !important;
  flex-direction: row;
}
.product_slick .slick-slide{
  height: auto;
}
.product_slick .slick-slide>div{
  height: 100%;
}
.p_item{
  display: block;
  border: solid 1px #d9d9d9;
  padding: 24px;
  text-decoration: none;
  height: 100%;
}
.p_pic_block{
  overflow: hidden;
  width: 100%;
  padding-bottom: 76%;
  position: relative;
  background-color: #f5f5f5;
}
.p_pic_block img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.p_item:hover .p_pic_block img{
  transform: scale(0.9,0.9);
}
.p_item_bt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}
.title_sm{
  font-size: 20px;
  color: #282828;
  margin-bottom: 0px;
}
.p_item .title_sm{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.p_item_dot{
  background-image: url('../image/dot_r.svg');
  width: 8px;
  height: 8px;
  transition: all ease-in-out 0.3s;
  background-position: center;
  flex-shrink: 0;
}
.p_item:hover .p_item_dot{
  background-image: url('../image/arrow_r.svg');
  width: 16px;
  height: 10px;
  background-position: center;
}
.index_p_btn{
  margin-top: 65px;
  text-align: center;
}
.index_p_arrow{
  display: flex;
  align-items: center;
}
/* arrow */
.index_product .slick-prev{
  width: 50px;
  height: 50px;
  z-index: 1;
  position: relative;
  left: 0;
  margin-right: 30px;
}
.index_product .slick-prev:before{
  content: '';
  background-image: url('../image/arrow_prev.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index_product .slick-next{
  width: 50px;
  height: 50px;
  z-index: 1;
  position: relative;
  right: 0;
}
.index_product .slick-next:before{
  content: '';
  background-image: url('../image/arrow_next.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
@media(max-width: 1499px){
  .index_product{
    padding: 130px 0px;
  }
  .product_slick .slick-list{
    padding: 0px 150px;
  }
  .p_slick_area{
    margin-top: 50px;
  }
  .index_p_btn{
    margin-top: 50px;
  }
  .index_p_tblock{
    max-width: 400px;
  }
  .index_title_lg{
    font-size: 32px;
  }
}
@media(max-width: 1299px){
  .index_product{
    padding: 100px 0px;
  }
  .product_slick .slick-list{
    padding: 0px 130px;
  }
  .p_slick_area{
    margin-top: 30px;
  }
  .index_p_btn{
    margin-top: 30px;
  }
  .index_p_tblock{
    max-width: 350px;
  }
  .index_title_lg{
    font-size: 28px;
  }
  .title_sm{
    font-size: 18px;
  }
  .index_product .slick-prev{
    margin-right: 20px;
  }
}
@media(max-width: 1199px){
  .index_product{
    padding: 80px 0px;
  }
  .product_slick .slick-list{
    padding: 0px 100px;
  }
  .index_p_tblock{
    max-width: 300px;
  }
  .index_title_lg{
    font-size: 24px;
  }
  .index_product .slick-prev{
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .index_product .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .index_product .slick-next{
    width: 45px;
    height: 45px;
  }
  .index_product .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 1099px){
  .index_product{
    padding: 65px 0px;
  }
  .product_slick .slick-list{
    padding: 0px 80px;
  }
  .index_p_tblock{
    max-width: 250px;
  }
  .p_item{
    padding: 20px;
  }
  .p_item_bt{
    padding-top: 20px;
  }
  .index_title_sm{
    font-size: 16px;
  }
  .index_title_lg{
    font-size: 22px;
  }
  .title_sm{
    font-size: 16px;
  }
  .index_product .slick-prev{
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .index_product .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .index_product .slick-next{
    width: 40px;
    height: 40px;
  }
  .index_product .slick-next:before{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 991px){
  .index_product{
    padding: 50px 0px;
  }
  .product_slick .slick-list{
    padding: 0px 50px;
  }
  .p_slick_area{
    margin-top: 20px;
  }
  .index_p_tblock{
    max-width: 230px;
  }
  .p_item{
    padding: 12px;
  }
  .p_item_bt{
    padding-top: 12px;
  }
  .index_title_lg{
    font-size: 20px;
  }
  .index_product .slick-prev{
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }
  .index_product .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .index_product .slick-next{
    width: 35px;
    height: 35px;
  }
  .index_product .slick-next:before{
    width: 35px;
    height: 35px;
  }
  .p_item:hover .p_item_dot{
    width: 14px;
    height: 8px;
  }
  .p_item_dot{
    width: 6px;
    height: 6px;
  }
}
@media(max-width: 767px){
  .product_slick .slick-list{
    padding: 0px 30px;
  }
}
@media(max-width: 575px){
  .index_p_tblock{
    max-width: 180px;
  }
  .product_slick .slick-list{
    padding: 0px 80px;
  }
  .p_item:hover .p_item_dot{
    width: 12px;
    height: 6px;
  }
  .index_product .slick-prev{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .index_product .slick-prev:before{
    width: 30px;
    height: 30px;
  }
  .index_product .slick-next{
    width: 30px;
    height: 30px;
  }
  .index_product .slick-next:before{
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 450px){
  .product_slick .slick-list{
    padding: 0px 50px;
  }
}
@media(max-width: 450px){
  .product_slick .slick-list{
    padding: 0px 30px;
  }
}

/* index_package */
.index_package{
  max-width: 1720px;
  margin: auto;
}
.pack_area{
  background-image: url('../image/package_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.pack_area::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pack_inner{
  max-width: 1520px;
  padding: 100px 24px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.pack_t_block{
  max-width: 600px;
}
.pack_inner .index_title_sm{
  color: #fff;
}
.pack_inner .index_title_lg{
  color: #fff;
  margin-bottom: 15px;
}
.text_sm{
  font-size: 18px;
}
.pack_inner .text_sm{
  color: #fff;
}
.pack_btn{
  margin-top: 200px;
  text-align: right;
}
@media(max-width: 1499px){
  .pack_inner{
    padding: 80px 24px;
  }
  .pack_btn{
    margin-top: 150px;
  }
  .text_sm{
    font-size: 16px;
  }
}
@media(max-width: 1299px){
  .pack_inner{
    padding: 50px 24px;
  }
  .pack_btn{
    margin-top: 100px;
  }
  .pack_t_block{
    max-width: 500px;
  }
}
@media(max-width: 1199px){
  .pack_btn{
    margin-top: 65px;
  }
}
@media(max-width: 991px){
  .pack_inner{
    padding: 30px 24px;
  }
  .pack_btn{
    margin-top: 50px;
  }
  .pack_t_block{
    max-width: 450px;
  }
  .text_sm{
    font-size: 14px;
  }
}
@media(max-width: 575px){
  .pack_inner{
    padding: 24px;
  }
  .pack_btn{
    text-align: left;
    margin-top: 20px;
  }
}

/* index_application */
.index_application{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px;
  align-items: center;
}
.index_a_btn{
  margin-top: 30px;
}
.app_p_area{
  padding: 0px 15px;
}
.app_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 76%;
  position: relative;
}
.app_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.index_a_tab{
  display: block;
}
.index_a_tab .nav-link{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 24px 0px;
  border: none;
  background-color: transparent;
  border-bottom: solid 1px #d9d9d9;
}
.index_a_tab .nav-item:nth-last-child(1) .nav-link{
  border-bottom: none;
}
.a_item_dot{
  background-image: url('../image/dot_r.svg');
  width: 50px;
  height: 50px;
  background-size: 8px;
  transition: all ease-in-out 0.3s;
  background-position: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.3s;
}
.a_num{
  font-size: 18px;
  color: #e53d3d;
  margin-bottom: 0px;
}
.title_md{
  font-size: 24px;
  color: #282828;
}
.index_a_tab .nav-link .title_md{
  margin-bottom: 0px;
}
.index_a_tab .nav-link.active .title_md{
  color: #e53d3d;
}
.index_a_tab .nav-link.active .a_item_dot{
  background-image: url('../image/arrow_next.svg');
  width: 50px;
  height: 50px;
  background-position: center;
  flex-shrink: 0;
  background-size: 50px;
}
@media(max-width: 1499px){
  .index_application{
    padding: 130px 0px;
  }
  .index_a_tab .nav-link{
    padding: 20px 0px;
  }
}
@media(max-width: 1299px){
  .index_application{
    padding: 100px 0px;
  }
  .index_a_btn{
    margin-top: 15px;
  }
  .app_p_area{
    padding: 0px 12px;
  }
  .a_num{
    font-size: 16px;
  }
  .title_md{
    font-size: 20px;
  }
}
@media(max-width: 1199px){
  .index_application{
    padding: 80px 0px;
  }
  .app_p_area{
    padding: 0px 8px;
  }
  .index_a_tab .nav-link{
    padding: 15px 0px;
  }
  .a_item_dot{
    width: 45px;
    height: 45px;
  }
  .index_a_tab .nav-link.active .a_item_dot{
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
}
@media(max-width: 1099px){
  .index_application{
    padding: 65px 0px;
  }
  .app_p_area{
    padding: 0px;
  }
  .a_item_dot{
    width: 40px;
    height: 40px;
  }
  .index_a_tab .nav-link.active .a_item_dot{
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
@media(max-width: 991px){
  .index_application{
    padding: 50px 0px;
  }
  .index_a_tab .nav-link{
    padding: 12px 0px;
  }
  .a_num{
    font-size: 14px;
  }
  .title_md{
    font-size: 18px;
  }
  .a_item_dot{
    width: 35px;
    height: 35px;
    background-size: 6px;
  }
  .index_a_tab .nav-link.active .a_item_dot{
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
@media(max-width: 767px){
  .index_a_area1{
    margin-bottom: 20px;
  }
  .index_a_tab .nav-link{
    padding: 10px 0px;
  }
  .a_num{
    font-size: 12px;
  }
  .title_md{
    font-size: 16px;
  }
}
@media(max-width: 575px){
  .index_a_area1{
    order: 1;
    margin-bottom: 15px;
  }
  .index_a_area2{
    order: 3;
  }
  .index_a_area3{
    order: 2;
    margin-bottom: 15px;
  }
  .index_a_tab .nav-link{
    padding: 8px 0px;
  }
  .a_item_dot{
    width: 30px;
    height: 30px;
  }
  .index_a_tab .nav-link.active .a_item_dot{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

/* index_company */
.index_company{
  max-width: 1720px;
  margin-right: auto;
}
.index_c_left{
  padding-left: 0px;
}
.index_c_right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.index_c_tblock{
  padding-left: 30px;
  margin-top: 65px;
  padding-bottom: 15px;
}
.index_c_btn{
  margin-top: 50px;
}
.index_a_icon{
  background-color: #e53d3d;
  margin-left: -150px;
  margin-bottom: -50px;
  padding: 45px 0px;
}
.a_icon_item{
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.about_icon{
  width: 55px;
}
.a_icon_item .title_sm{
  color: #fff;
  margin-bottom: 0px;
  margin-top: 10px;
}
@media(max-width: 1499px){
  .index_c_tblock{
    padding-left: 15px;
    margin-top: 30px;
  }
  .index_c_btn{
    margin-top: 30px;
  }
  .about_icon{
    width: 50px;
  }
}
@media(max-width: 1299px){
  .index_c_tblock{
    padding-left: 12px;
    margin-top: 0px;
  }
  .index_c_btn{
    margin-top: 15px;
  }
  .index_a_icon{
    margin-left: -130px;
    margin-bottom: -30px;
    padding: 30px 0px;
  }
  .about_icon{
    width: 45px;
  }
}
@media(max-width: 1199px){
  .index_c_tblock{
    padding-left: 0px;
  }
  .index_c_btn{
    margin-top: 0px;
  }
  .index_a_icon{
    padding: 24px 0px;
  }
  .about_icon{
    width: 35px;
  }
}
@media(max-width: 991px){
  .index_c_tblock .text_sm{
    margin-bottom: 10px;
    line-height: 1.25;
  }
  .index_a_icon{
    margin-bottom: -50px;
    padding: 15px 0px;
  }
  .about_icon{
    width: 30px;
  }
}
@media(max-width: 767px){
  .index_company{
    margin: auto;
  }
  .index_c_left{
    padding-left: 12px;
  }
  .index_c_right{
    margin-top: 15px;
    display: block;
  }
  .index_a_icon{
    margin-left: 0px;
    margin-bottom: -30px;
    padding: 15px 0px;
  }
}
@media(max-width: 575px){
  .index_a_icon{
    padding: 12px 0px;
  }
  .a_icon_item .title_sm{
    font-size: 14px;
    margin-top: 5px;
  }
}

/* index_media */
.media_area{
  background-color: #f5f5f5;
}
.index_media{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px;
}
.index_m_title{
  text-align: center;
  margin-bottom: 40px;
}
.index_m_btn{
  text-align: center;
  margin-top: 65px;
}
.media_item{
  display: block;
  background-color: #fff;
  padding: 30px;
  text-decoration: none;
  height: 100%;
  position: relative;
}
.media_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 76%;
  position: relative;
}
.media_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.media_bt{
  margin-top: 30px;
}
.date_t{
  font-size: 16px;
  color: #e53d3d;
  margin-bottom: 5px;
}
.media_bt .title_sm{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  height: 52px;
  margin-bottom: 5px;
}
.media_bt .text_sm{
  color: #282828;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-right: 20px;
}
.m_bt_text{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.media_item .p_item_dot{
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.media_item:hover .p_item_dot{
  background-image: url('../image/arrow_r.svg');
  width: 16px;
  height: 10px;
  background-position: center;
}
.media_item:hover .media_pic img{
  transform: scale(1.08,1.08);
}
@media(max-width: 1499px){
  .index_media{
    padding: 130px 0px;
  }
  .index_m_title{
    margin-bottom: 25px;
  }
  .index_m_btn{
    margin-top: 50px;
  }
}
@media(max-width: 1299px){
  .index_media{
    padding: 100px 0px;
  }
  .index_m_title{
    margin-bottom: 6px;
  }
  .index_m_btn{
    margin-top: 20px;
  }
  .media_item{
    padding: 24px;
  }
  .media_bt{
    margin-top: 24px;
  }
  .date_t{
    font-size: 14px;
  }
  .media_bt .title_sm{
    height: 48px;
    margin-bottom: 5px;
  }
  .media_item .p_item_dot{
    right: 24px;
    bottom: 24px;
  }
}
@media(max-width: 1199px){
  .index_media{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .index_media{
    padding: 65px 0px;
  }
  .media_item{
    padding: 20px;
  }
  .media_bt{
    margin-top: 20px;
  }
  .media_bt .title_sm{
    height: 42px;
  }
  .media_item .p_item_dot{
    right: 20px;
    bottom: 20px;
  }
}
@media(max-width: 991px){
  .index_media{
    padding: 80px 0px 50px 0px;
  }
  .index_m_title{
    margin-bottom: 0px;
  }
  .index_m_btn{
    margin-top: 15px;
  }
  .media_item{
    padding: 12px;
  }
  .media_bt{
    margin-top: 12px;
  }
  .media_item .p_item_dot{
    right: 12px;
    bottom: 12px;
  }
  .media_item:hover .p_item_dot{
    width: 14px;
    height: 8px;
  }
}
@media(max-width: 575px){
  .media_item:hover .p_item_dot{
    width: 12px;
    height: 6px;
  }
}

/* footer */
.footer{
  background-color: #282828;
  position: relative;
}
.footer_area{
  max-width: 1520px;
  padding: 100px 0px 0px 0px;
  margin: auto;
}
.f_top{
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 25px;
  margin: auto;
}
.f_logo{
  width: 240px;
}
.social_block{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social_item{
  padding: 0px 8px;
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
}
.social_item:hover{
  opacity: 1;
}
.social_icon{
  width: 25px;
}
.f_inner{
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 50px 0px;
  margin: auto;
}
.f_site_block{
  margin-bottom: 20px;
}
.f_site_top_block{
  display: inline-block;
}
.f_site_top{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.f_site_top:hover{
  color: #e53d3d;
}
.f_site_top::before{
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  margin-right: 10px;
}
.f_site_inner{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.f_site_item{
  font-size: 16px;
  color: #fff;
  padding: 0px 12px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  text-decoration: none;
  line-height: 1;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
  margin-top: 10px;
}
.f_site_item:hover{
  color: #e53d3d;
}
.f_site_title{
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
  display: inline-block;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
.f_site_title:hover{
  color: #e53d3d;
}
.f_site_item:nth-child(1){
  padding-left: 0px;
}
.f_site_item:nth-last-child(1){
  border-right: none;
}
.f_site_block_bt{
  display: flex;
  align-items: center;
}
.f_site_block_bt .f_site_top_block{
  margin-right: 15px;
}
.f_info_block{
  font-size: 18px;
}
.f_info_box{
  display: flex;
  align-items: center;
  margin: 12px 0px;
}
.f_info_title{
  color: #cccccc;
  margin-bottom: 0px;
  line-height: 1;
  margin-right: 10px;
}
.f_info_item{
  color: #fff;
  text-decoration: none;
  line-height: 1;
  transition: all ease-in-out 0.3s;
}
.f_info_item:hover{
  color: #e53d3d;
}
.f_contact_btn{
  margin-top: 30px;
}
.f_copy_text{
  font-size: 16px;
  color: #cccccc;
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 0px;
}
.f_copy_text a{
  color: #cccccc;
  margin: 0px 2px;
}
.top_block{
  position: absolute;
  padding: 0px;
  border: none;
  background-color: transparent;
  right: 24px;
  top: 24px;
}
.f_arrow_top{
  width: 50px;
}
@media(max-width: 1499px){
  .f_logo{
    width: 200px;
  }
  .social_icon{
    width: 23px;
  }
  .f_site_block{
    margin-bottom: 15px;
  }
  .f_site_item{
    padding: 0px 8px;
    margin-top: 8px;
  }
}
@media(max-width: 1299px){
  .footer_area{
    padding: 80px 0px 0px 0px;
  }
  .f_logo{
    width: 180px;
  }
  .social_icon{
    width: 20px;
  }
  .f_inner{
    padding: 30px 0px;
  }
  .f_site_top{
    font-size: 16px;
  }
  .f_site_title{
    font-size: 14px;
  }
  .f_site_item{
    font-size: 14px;
    padding: 0px 5px;
    margin-top: 5px;
  }
  .f_info_block{
    font-size: 16px;
  }
  .f_copy_text{
    padding: 20px 0px;
    font-size: 14px;
  }
}
@media(max-width: 1199px){
  .f_arrow_top{
    width: 45px;
  }
}
@media(max-width: 1099px){
  .footer_area{
    padding: 65px 0px 0px 0px;
  }
  .f_logo{
    width: 150px;
  }
  .social_icon{
    width: 18px;
  }
  .f_inner{
    padding: 24px 0px;
  }
  .f_site_top{
    font-size: 14px;
  }
  .f_site_title{
    font-size: 12px;
  }
  .f_site_item{
    font-size: 12px;
  }
  .f_info_block{
    font-size: 14px;
  }
  .f_copy_text{
    padding: 15px 0px;
  }
  .f_arrow_top{
    width: 40px;
  }
}
@media(max-width: 991px){
  .footer_area{
    padding: 50px 0px 0px 0px;
  }
  .f_logo{
    width: 130px;
  }
  .social_item{
    padding: 0px 6px;
  }
  .social_icon{
    width: 16px;
  }
  .f_top{
    padding-bottom: 20px;
  }
  .f_inner{
    padding: 24px 0px;
  }
  .f_sitemap{
    display: none;
  }
  .f_contact_btn{
    margin-top: 20px;
  }
  .top_block{
    top: 12px;
  }
  .f_arrow_top{
    width: 35px;
  }
}
@media(max-width: 575px){
  .social_block{
    justify-content: flex-start;
    margin-top: 10px;
  }
  .social_item{
    padding: 0px 5px;
  }
  .social_item:nth-child(1){
    padding-left: 0px;
  }
  .top_block{
    top: 24px;
  }
  .f_arrow_top{
    width: 30px;
  }
}
@media(max-width: 390px){
   .social_item{
    padding: 0px 4px;
  }
  .social_icon{
    width: 15px;
  }
}

/* inner_banner */
.inner_banner{
  margin: auto;
}
.in_banner_area{
  max-width: 1520px;
  margin: auto;
  padding: 24px 12px 0px 12px;
}
.pg_bread{
  font-size: 14px;
}
.pg_bread .breadcrumb{
  margin-bottom: 5px;
}
.home_btn{
  width: 23px;
  height: 23px;
  background-color: #f5f5f5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_icon{
  width: 10px;
}
.pg_bread .breadcrumb-item{
  display: flex;
  align-items: center;
}
.pg_bread .breadcrumb-item a{
  color: #777777;
  text-decoration: none;
}
.pg_bread .breadcrumb-item.active{
  color: #282828;
}
.pg_bread .breadcrumb-item+.breadcrumb-item::before{
  content: "";
  width: 15px;
  height: 1px;
  background-color: #d9d9d9;
  margin-right: 8px;
}
.in_banner_block{
  padding-top: 65px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  align-items: flex-end;
  overflow: hidden;
}
.in_banner_block::after{
  content: "";
  position: absolute;
  width: 12%;
  height: 1px;
  background-color: #e53d3d;
  left: 0;
  bottom: 0;
  margin-bottom: -1px;
}
.in_banner_title{
  font-size: 42px;
  color: #282828;
  font-weight: 600;
}
.in_banner_block .index_title_sm{
  margin-bottom: 0px;
}
.banner_btn_group{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner_btn_group .nav-item{
  padding: 0px 6px;
}
.banner_btn_group .nav-item:nth-last-child(1){
  padding-right: 0px;
}
.banner_btn_group .nav-item .nav-link{
  padding: 15px;
  background-color: #f5f5f5;
  color: #282828;
  border: solid 1px #f5f5f5;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  min-width: 220px;
  text-align: center;
  font-size: 18px;
}
.banner_btn_group .nav-item .nav-link.active{
  background-color: #e53d3d;
  color: #fff;
  border: solid 1px #e53d3d;
}
.banner_btn_group .nav-item .nav-link span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_btn_group .nav-item .nav-link span::after{
  content: "";
  background-image: url('../image/dot_g.svg');
  position: absolute;
  width: 6px;
  height: 6px;
  right: 24px;
  background-position: center;
}
.banner_btn_group .nav-item .nav-link.active span::after{
  content: "";
  background-image: url('../image/dot_w.svg');
}
@media(max-width: 1499px){
  .in_banner_block{
    padding-top: 50px;
  }
  .in_banner_title{
    font-size: 38px;
  }
  .banner_btn_group .nav-item .nav-link{
    padding: 12px;
    min-width: 200px;
    font-size: 16px;
  }
}
@media(max-width: 1299px){
  .in_banner_area{
    padding: 20px 12px 0px 12px;
  }
  .in_banner_block{
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .in_banner_title{
    font-size: 36px;
  }
}
@media(max-width: 1199px){
  .banner_btn_group .nav-item .nav-link{
    padding: 10px;
    min-width: 180px;
  }
}
@media(max-width: 1099px){
  .in_banner_area{
    padding: 12px 12px 0px 12px;
  }
  .in_banner_block{
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .in_banner_title{
    font-size: 32px;
  }
  .banner_btn_group .nav-item .nav-link{
    padding: 8px;
    min-width: 160px;
  }
}
@media(max-width: 991px){
  .banner_btn_group{
    justify-content: flex-start;
    margin-top: 12px;
  }
  .banner_btn_group .nav-item{
    padding: 0px 4px;
  }
  .banner_btn_group .nav-item:nth-child(1){
    padding-left: 0px;
  }
  .banner_btn_group .nav-item .nav-link{
    padding: 8px;
    min-width: 150px;
    font-size: 14px;
  }
  .banner_btn_group .nav-item .nav-link span::after{
    width: 5px;
    height: 5px;
    right: 20px;
  }
}
@media(max-width: 767px){
  .in_banner_block{
    padding-top: 20px;
  }
  .in_banner_title{
    font-size: 28px;
    margin-bottom: 5px;
  }
  .pg_bread .breadcrumb-item+.breadcrumb-item::before{
    width: 12px;
    margin-right: 5px;
  }
  .pg_bread .breadcrumb-item+.breadcrumb-item{
    padding-left: 5px;
  }
  .in_banner_block::after{
    width: 15%;
  }
}
@media(max-width: 575px){
  .in_banner_title{
    font-size: 24px;
  }
  .pg_bread{
    font-size: 12px;
  }
  .home_btn{
    width: 20px;
    height: 20px;
  }
  .pg_bread .breadcrumb-item+.breadcrumb-item::before{
    width: 10px;
    margin-right: 3px;
  }
  .pg_bread .breadcrumb-item+.breadcrumb-item{
    padding-left: 3px;
  }
  .in_banner_block::after{
    width: 18%;
  }
  .in_banner_block .index_title_sm{
    font-size: 14px;
  }
  .banner_btn_group .nav-item .nav-link span::after{
    width: 4px;
    height: 4px;
    right: 15px;
  }
  .banner_btn_group .nav-item .nav-link{
    padding: 6px;
    min-width: 110px;
  }
}
@media(max-width: 450px){
  .banner_btn_group .nav-item .nav-link{
    min-width: 100px;
  }
}
@media(max-width: 390px){
  .banner_btn_group .nav-item .nav-link{
    padding: 5px;
    min-width: 85px;
  }
  .banner_btn_group .nav-item .nav-link span::after{
    width: 4px;
    height: 4px;
    right: 5px;
  }
}

/* application */
.inner_block1{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px;
}
.inner_block2{
  max-width: 1520px;
  margin: auto;
  padding: 65px 0px 100px 0px;
}
.app_item{
  border: solid 1px #d9d9d9;
  padding: 15px;
  align-items: center;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.app_t_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #d9d9d9;
  margin-left: 24px;
}
.app_item .a_item_dot{
  background-position: center;
}
.app_item:hover .a_item_dot{
  background-image: url('../image/arrow_next.svg');
  width: 50px;
  height: 50px;
  background-position: center;
  flex-shrink: 0;
  background-size: 50px;
}
.app_item:hover{
  border: solid 1px #e53d3d;
}
.seo_block{
  margin-top: 100px;
  padding: 65px;
  background-color: #f5f5f5;
}
.seo_block .text_sm{
  margin-bottom: 0px;
}
@media(max-width: 1299px){
  .app_item:hover .a_item_dot{
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .seo_block{
    padding: 50px;
  }
}
@media(max-width: 1199px){
  .inner_block1{
    padding: 80px 0px;
  }
  .inner_block2{
    padding: 65px 0px 80px 0px;
  }
  .app_item:hover .a_item_dot{
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .seo_block{
    margin-top: 80px;
    padding: 30px;
  }
}
@media(max-width: 1099px){
  .inner_block1{
    padding: 65px 0px;
  }
  .inner_block2{
    padding: 65px 0px;
  }
  .seo_block{
    margin-top: 65px;
    padding: 24px;
  }
}
@media(max-width: 991px){
  .inner_block1{
    padding: 50px 0px;
  }
  .inner_block2{
    padding: 50px 0px;
  }
  .app_item{
    padding: 12px;
  }
  .app_t_block{
    margin-left: 12px;
  }
  .app_item:hover .a_item_dot{
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
  .seo_block{
    margin-top: 50px;
    padding: 20px;
  }
}
@media(max-width: 767px){
  .seo_block{
    margin-top: 30px;
  }
  .inner_block2{
    padding: 30px 0px 50px 0px;
  }
}
@media(max-width: 575px){
  .app_item:hover .a_item_dot{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

/* application_detail */
.adet_top{
  align-items: center;
  overflow: hidden;
}
.adet_t_block{
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  padding-bottom: 20px;
  margin-left: 24px;
}
.adet_t_block::after{
  content: "";
  position: absolute;
  width: 12%;
  height: 1px;
  background-color: #e53d3d;
  left: 0;
  bottom: 0;
  margin-bottom: -1px;
}
.adet_inner{
  background-color: #f5f5f5;
  margin-top: 65px;
  padding: 65px;
  font-size: 18px;
}
.adet_inner p{
  margin-bottom: 5px;
}
ul li::marker{
  color: #e53d3d;
}
.bt_back{
  margin-top: 65px;
  text-align: center;
}
@media(max-width: 1499px){
  .adet_inner{
    font-size: 16px;
  }
}
@media(max-width: 1299px){
  .adet_t_block{
    padding-bottom: 15px;
    margin-left: 20px;
  }
}
@media(max-width: 1199px){
  .adet_t_block{
    padding-bottom: 10px;
    margin-left: 15px;
  }
}
@media(max-width: 1099px){
  .adet_t_block{
    padding-bottom: 0px;
    margin-left: 0px;
  }
}
@media(max-width: 991px){
  .adet_inner{
    margin-top: 50px;
    padding: 50px;
    font-size: 14px;
  }
  .bt_back{
    margin-top: 50px;
  }
}
@media(max-width: 767px){
  .adet_inner{
    margin-top: 30px;
    padding: 24px;
  }
  .adet_t_block::after{
    width: 15%;
  }
  .bt_back{
    margin-top: 30px;
  }
}
@media(max-width: 575px){
  .adet_t_block::after{
    width: 18%;
  }
  .adet_t_block{
    margin-top: 15px;
  }
  .adet_t_block .index_title_sm{
    font-size: 14px;
    margin-bottom: 8px;
  }
  .adet_inner{
    padding: 12px;
  }
}

/* product_type */
.list_title{
  margin-bottom: 30px;
}
.p_list_item{
  display: block;
  padding: 12px;
  text-decoration: none;
  height: 100%;
  background-color: #f5f5f5;
  transition: all ease-in-out 0.3s;
}
.p_type_item_bt{
  display: flex;
  align-items: center;
  padding: 24px 0px 12px 0px;
}
.plist_item_dot{
  width: 8px;
  height: 8px;
  background-color: #e53d3d;
  border-radius: 100%;
  margin-right: 10px;
}
.plist_pic_block{
  overflow: hidden;
  width: 100%;
  padding-bottom: 76%;
  position: relative;
  background-color: #fff;
}
.plist_pic_block img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.p_list_item:hover .plist_pic_block img{
  transform: scale(0.9,0.9);
}
.p_list_item:hover{
  background-color: #e53d3d;
}
.p_list_item:hover .plist_item_dot{
  background-color: #fff;
}
.p_list_item:hover .title_sm{
  color: #fff;
}
@media(max-width: 1199px){
  .p_type_item_bt{
    padding: 12px 0px 0px 0px;
  }
}
@media(max-width: 991px){
  .list_title{
    margin-bottom: 15px;
  }
  .plist_item_dot{
    width: 6px;
    height: 6px;
  }
}

/* product_list */
.p_list_item_bt{
  padding: 24px 0px 12px 0px;
}
.p_list_model{
  font-size: 14px;
  color: #e53d3d;
  margin-bottom: 3px;
  font-weight: 500;
}
.p_list_item:hover .p_list_model{
  color: #fff;
}
.page_area{
  text-align: center;
}
.pg_page{
  border: solid 1px #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}
.page_arrow{
  padding: 20px 15px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.page_prev{
  border-right: solid 1px #d9d9d9;
}
.page_next{
  border-left: solid 1px #d9d9d9;
}
.page_btn{
  width: 16px;
}
.page_number{
  padding: 0px 40px;
}
.page_active{
  color: #e53d3d;
}
.page_all{
  color: #282828;
}
.page_all::before{
  content: "/";
  margin-right: 3px;
}
@media(max-width: 1199px){
  .p_list_item_bt{
    padding: 12px 0px 0px 0px;
  }
}
@media(max-width: 991px){
  .pg_page{
    margin-top: 50px;
  }
  .page_arrow{
    padding: 18px 12px;
  }
  .page_btn{
    width: 15px;
  }
  .page_number{
    padding: 0px 30px;
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .pg_page{
    margin-top: 30px;
  }
}

/* product_detail */
.pdet_top_area{
  align-items: center;
}
.pdet_pic_area{
  display: flex;
  align-items: center;
}
.p_pic_nav{
  max-width: 15%;
}
.p_pic_for{
  max-width: 85%;
  padding-left: 12px;
}
.p_pic_for .slick-slide>div{
  padding-right: 1px;
}
.p_pic_for_item{
  border: solid 1px #d9d9d9;
}
.p_pic_nav_item{
  border: solid 1px #d9d9d9;
}
.p_pic_nav .slick-current .p_pic_nav_item{
  border: solid 1px #e53d3d;
}
.p_pic_nav .slick-list{
  line-height: 1;
  padding: 0px !important;
}
.p_pic_nav .slick-list .slick-slide{
  padding: 4px 0px;
}
.pdet_top_right{
  padding-left: 40px;
}
.pdet_top_right .title_sm{
  color: #e53d3d;
}
.pdet_top_right .table{
  margin-top: 15px;
  margin-bottom: 0px;
}
.pdet_top_right .table tbody tr:nth-child(1){
  border-top: solid 1px #d9d9d9;
}
.pdet_top_right .table tbody tr:nth-child(even){
  background-color: #f5f5f5;
}
.pdet_top_right .table th{
  width: 50%;
  border-right: solid 1px #d9d9d9;
  font-weight: 400;
}
.pdet_top_right .table td{
  width: 50%;
  font-weight: 400;
}
.pdet_inquiry{
  margin-top: 15px;
}
.pdet_inner{
  background-color: #f5f5f5;
  padding: 50px;
  margin-top: 100px;
}
.pdet_inner .title_sm{
  color: #e53d3d;
}
.pdet_tab_group{
  display: flex;
  flex-direction: column;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.pdet_tab_group .nav-link{
  padding: 15px;
  background-color: #fff;
  color: #282828;
  border: solid 1px #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  width: fit-content;
  min-width: 220px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 24px;
}
.pdet_tab_group .nav-link.active{
  background-color: #e53d3d;
  color: #fff;
  border: solid 1px #e53d3d;
}
.pdet_tab_group .nav-link span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdet_tab_group .nav-link span::after{
  content: "";
  background-image: url('../image/dot_g.svg');
  position: absolute;
  width: 6px;
  height: 6px;
  right: 24px;
  background-position: center;
}
.pdet_tab_group .nav-link.active span::after{
  content: "";
  background-image: url('../image/dot_w.svg');
}
.pdet_related{
  margin-top: 100px;
}
.pdet_related .title_md{
  text-align: center;
}
.related_slick{
  margin-top: 30px;
  padding: 0px 50px;
}
.related_item{
  padding: 0px 12px;
}
.related_slick .related_item .title_sm{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* arrow */
.related_slick .slick-prev{
  width: 50px;
  height: 50px;
  z-index: 1;
  left: 0;
}
.related_slick .slick-prev:before{
  content: '';
  background-image: url('../image/arrow_prev.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.related_slick .slick-next{
  width: 50px;
  height: 50px;
  z-index: 1;
  right: 0;
}
.related_slick .slick-next:before{
  content: '';
  background-image: url('../image/arrow_next.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
@media(max-width: 1499px){
  .pdet_top_right{
    padding-left: 30px;
  }
  .pdet_top_right .table{
    margin-top: 12px;
  }
  .pdet_inquiry{
    margin-top: 12px;
  }
  .pdet_tab_group .nav-link{
    padding: 12px;
    min-width: 200px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media(max-width: 1299px){
  .pdet_top_right{
    padding-left: 0px;
  }
  .pdet_top_right .table th{
    width: 30%;
    padding: 5px 8px;
  }
  .pdet_top_right .table td{
    width: 70%;
    padding: 5px 8px;
  }
  .pdet_inner{
    padding: 24px;
  }
}
@media(max-width: 1199px){
  .pdet_inner{
    margin-top: 80px;
  }
  .pdet_tab_group .nav-link{
    padding: 10px;
    min-width: 180px;
    margin-bottom: 15px;
  }
  .pdet_related{
    margin-top: 80px;
  }
  .related_slick .slick-prev{
    width: 45px;
    height: 45px;
  }
  .related_slick .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .related_slick .slick-next{
    width: 45px;
    height: 45px;
  }
  .related_slick .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 1099px){
  .pdet_inner{
    margin-top: 65px;
  }
  .pdet_tab_group .nav-link{
    padding: 8px;
    min-width: 160px;
  }
  .pdet_related{
    margin-top: 65px;
  }
  .related_slick .slick-prev{
    width: 40px;
    height: 40px;
  }
  .related_slick .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .related_slick .slick-next{
    width: 40px;
    height: 40px;
  }
  .related_slick .slick-next:before{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 991px){
  .pdet_inner{
    margin-top: 50px;
    font-size: 14px;
  }
  .pdet_top_right{
    margin-top: 30px;
  }
  .p_pic_nav .slick-list .slick-slide{
    padding: 6px 0px;
  }
  .pdet_top_right .table{
    font-size: 14px;
  }
  .pdet_top_right .table th{
    width: 35%;
  }
  .pdet_top_right .table td{
    width: 65%;
  }
  .pdet_tab_group .nav-link{
    padding: 8px;
    min-width: 150px;
    font-size: 14px;
  }
  .pdet_tab_group .nav-link span::after{
    width: 5px;
    height: 5px;
    right: 20px;
  }
  .pdet_related{
    margin-top: 50px;
  }
  .related_slick .slick-prev{
    width: 35px;
    height: 35px;
  }
  .related_slick .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .related_slick .slick-next{
    width: 35px;
    height: 35px;
  }
  .related_slick .slick-next:before{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 767px){
  .pdet_pic_area{
    flex-direction: column;
  }
  .p_pic_nav{
    max-width: 100%;
    order: 2;
  }
  .p_pic_for{
    max-width: 100%;
    padding-left: 0px;
    order: 1;
  }
  .p_pic_nav .slick-list .slick-slide{
    padding: 3px 5px;
  }
  .pdet_inner{
    padding: 12px;
    margin-top: 30px;
  }
  .pdet_tab_group{
    flex-direction: row;
    margin-bottom: 15px;
  }
  .pdet_tab_group .nav-link{
    margin: 0px 5px;
  }
  .pdet_tab_group .nav-link:nth-child(1){
    margin-left: 0px;
  }
  .pdet_related{
    margin-top: 30px;
  }
  .related_slick{
    padding: 0px 30px;
    margin-top: 15px;
  }
}
@media(max-width: 575px){
  .pdet_tab_group .nav-link span::after{
    width: 4px;
    height: 4px;
    right: 15px;
  }
  .pdet_tab_group .nav-link{
    padding: 6px;
    min-width: 110px;
  }
  .related_slick .slick-prev{
    width: 30px;
    height: 30px;
  }
  .related_slick .slick-prev:before{
    width: 30px;
    height: 30px;
  }
  .related_slick .slick-next{
    width: 30px;
    height: 30px;
  }
  .related_slick .slick-next:before{
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 450px){
  .pdet_tab_group .nav-link{
    min-width: 100px;
  }
}
@media(max-width: 390px){
  .pdet_tab_group .nav-link{
    padding: 5px;
    min-width: 85px;
  }
  .pdet_tab_group .nav-link span::after{
    width: 4px;
    height: 4px;
    right: 5px;
  }
}

/* product_customized */
.center_title{
  margin-bottom: 30px;
  text-align: center;
}
.cus_step{
  background-color: #f5f5f5;
  padding: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cus_step::after{
  content: "";
  background-image: url('../image/cus_arrow.svg');
  width: 13px;
  height: 15px;
  position: absolute;
  display: block;
  right: 0;
  margin-right: -32px;
}
.cus_process:nth-child(4) .cus_step::after{
  display: none;
}
.cus_process:nth-child(8) .cus_step::after{
  display: none;
}
.cus_step_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cus_step_title{
  background-color: #e53d3d;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 15px;
}
.cus_icon{
  width: 65px;
}
.cus_step_inner .text_sm{
  margin-top: 15px;
  margin-bottom: 0px;
}
.custom_bt{
  padding: 100px 0px;
  background-color: #f5f5f5;
}
.custom_pic_area{
  padding: 0px;
}
.custom_pic{
  padding: 0px 12px;
}
.custom_slick .slick-list{
  padding: 0px 75px;
}
/* arrow */
.custom_slick .slick-prev{
  width: 50px;
  height: 50px;
  z-index: 1;
  left: 50px;
}
.custom_slick .slick-prev:before{
  content: '';
  background-image: url('../image/arrow_prev.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.custom_slick .slick-next{
  width: 50px;
  height: 50px;
  z-index: 1;
  right: 50px;
}
.custom_slick .slick-next:before{
  content: '';
  background-image: url('../image/arrow_next.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
@media(max-width: 1499px){
  .cus_step{
    padding: 30px;
  }
  .cus_step_title{
    padding: 2px 8px;
    font-size: 14px;
  }
  .cus_icon{
    width: 50px;
  }
}
@media(max-width: 1299px){
  .cus_step{
    padding: 24px;
  }
  .cus_step_title{
    margin-bottom: 10px;
  }
  .cus_icon{
    width: 45px;
  }
  .cus_step_inner .text_sm{
    margin-top: 10px;
  }
  .custom_slick .slick-list{
    padding: 0px 50px;
  }
  .custom_slick .slick-prev{
    left: 30px;
  }
  .custom_slick .slick-next{
    right: 30px;
  }
}
@media(max-width: 1199px){
  .cus_step::after{
    width: 10px;
    height: 12px;
    margin-right: -18px;
  }
  .custom_bt{
    padding: 80px 0px;
  }
  .custom_slick .slick-prev{
    width: 45px;
    height: 45px;
    left: 24px;
  }
  .custom_slick .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .custom_slick .slick-next{
    width: 45px;
    height: 45px;
    right: 24px;
  }
  .custom_slick .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 1099px){
  .custom_bt{
    padding: 65px 0px;
  }
  .custom_slick .slick-prev{
    width: 40px;
    height: 40px;
  }
  .custom_slick .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .custom_slick .slick-next{
    width: 40px;
    height: 40px;
  }
  .custom_slick .slick-next:before{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 991px){
  .center_title{
    margin-bottom: 15px;
  }
  .custom_bt{
    padding: 50px 0px;
  }
  .custom_slick .slick-prev{
    width: 35px;
    height: 35px;
  }
  .custom_slick .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .custom_slick .slick-next{
    width: 35px;
    height: 35px;
  }
  .custom_slick .slick-next:before{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 767px){
  .cus_step{
    padding: 20px 12px;
  }
  .cus_icon{
    width: 40px;
  }
}
@media(max-width: 575px){
  .cus_step::after{
    width: 8px;
    height: 9px;
    margin-right: -12px;
  }
  .cus_process:nth-child(even) .cus_step::after{
    display: none;
  }
  .custom_slick .slick-list{
    padding: 0px 30px;
  }
  .custom_pic{
    padding: 0px 8px;
  }
  .custom_slick .slick-prev{
    width: 30px;
    height: 30px;
    left: 12px;
  }
  .custom_slick .slick-prev:before{
    width: 30px;
    height: 30px;
  }
  .custom_slick .slick-next{
    width: 30px;
    height: 30px;
    right: 12px;
  }
  .custom_slick .slick-next:before{
    width: 30px;
    height: 30px;
  }
}

/* support_faq */
.faq_area{
  max-width: 1290px;
  margin: auto;
}
.pg_faq_item{
  margin: 12px 0px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.pg_faq_item .accordion-button{
  align-items: center;
  background-color: #e53d3d;
  box-shadow: none;
}
.pg_faq_top{
  display: flex;
  align-items: flex-start;
  padding-right: 12px;
}
.pg_faq_item .accordion-button.collapsed{
  background-color: #f5f5f5;
}
.pg_faq_item .accordion-button .q_text{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}
.pg_faq_item .accordion-button.collapsed .q_text{
  color: #282828;
}
.pg_faq_item .faq_q{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px;
}
.pg_faq_item .accordion-button.collapsed .faq_q{
  color: #e53d3d;
}
.pg_faq_item .accordion-body{
  display: flex;
  align-items: flex-start;
  background-color: #e53d3d;
}
.pg_faq_item .faq_a{
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
  color: #fff;
}
.pg_faq_item .a_text{
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
}
.pg_faq_item .a_text ul li::marker{
  color: #fff;
}
.pg_faq_item .accordion-button::after{
  background-image: url('../image/arrow_down.svg');
  width: 45px;
  height: 45px;
  background-size: cover;
}
.pg_faq_item .accordion-button:not(.collapsed)::after{
  background-image: url('../image/arrow_down_w.svg');
}
@media(max-width: 1099px){
  .pg_faq_item .accordion-button::after{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 991px){
  .pg_faq_item .accordion-button::after{
    width: 35px;
    height: 35px;
  }
  .pg_faq_item .faq_q{
    font-size: 16px;
    margin-right: 10px;
  }
  .pg_faq_item .faq_a{
    font-size: 16px;
    margin-right: 10px;
  }
  .pg_faq_item .accordion-button .q_text{
    font-size: 16px;
  }
  .pg_faq_item .a_text{
    font-size: 14px;
  }
}
@media(max-width: 575px){
  .pg_faq_item .accordion-button::after{
    width: 30px;
    height: 30px;
  }
    .pg_faq_item .accordion-button .q_text{
    font-size: 14px;
  }
}
@media(max-width: 390px){
  .pg_faq_item .accordion-button::after{
    width: 25px;
    height: 25px;
  }
}

/* support_video */
.video_item{
  position: relative;
  width: 100%;
  padding: 0px;
  border: none;
}
.video_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.video_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.video_pic::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.video_title{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 3;
  text-align: left;
  display: flex;
  align-items: center;
}
.video_title .title_sm{
  color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 15px;
}
.video_icon{
  width: 55px;
  flex-shrink: 0;
  margin-right: 15px;
}
.video_item:hover .video_pic img{
  transform: scale(1.05,1.05);
}
.pg_modal .modal-body{
  padding: 0px;
}
.pg_modal .title_sm{
  color: #282828;
  line-height: 1.3;
}
.pg_modal .modal-content{
  border: none;
}
@media(max-width: 1299px){
  .video_title{
    padding: 24px;
  }
  .video_icon{
    width: 50px;
  }
}
@media(max-width: 1199px){
  .video_icon{
    width: 45px;
    margin-right: 10px;
  }
}
@media(max-width: 1099px){
  .video_icon{
    width: 40px;
  }
}
@media(max-width: 991px){
  .video_title{
    padding: 20px;
  }
  .video_icon{
    width: 35px;
  }
}
@media(max-width: 575px){
  .video_title{
    padding: 12px;
  }
  .video_icon{
    width: 30px;
  }
}

/* support_catalog */
.cata_item{
  display: block;
  border: solid 1px #d9d9d9;
  padding: 24px;
  text-decoration: none;
  height: 100%;
}
.c_pic_block{
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
  background-color: #f5f5f5;
}
.c_pic_block img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.cata_item:hover .p_pic_block img{
  transform: scale(0.9,0.9);
}
.cata_item_bt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}
.cata_item .title_sm{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cata_item:hover .p_item_dot{
  background-image: url('../image/arrow_r.svg');
  width: 16px;
  height: 10px;
  background-position: center;
}
@media(max-width: 1099px){
  .cata_item{
    padding: 20px;
  }
  .cata_item_bt{
    padding-top: 20px;
  }
}
@media(max-width: 991px){
  .cata_item{
    padding: 12px;
  }
  .cata_item_bt{
    padding-top: 12px;
  }
}

/* about_company */
.about_block1{
  padding: 100px 0px;
  overflow: hidden;
}
.a_b1_block1{
  max-width: 1520px;
  margin: auto;
  padding-left: 0px;
  margin-bottom: 30px;
}
.a_inner_title{
  font-size: 24px;
  color: #282828;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
}
.a_inner_title::before{
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e53d3d;
  border-radius: 100%;
  margin-right: 15px;
  flex-shrink: 0;
}
.a_b1_title.a_inner_title::before{
  margin-top: -35px;
}
.a_b1_title.a_inner_title{
  max-width: 180px;
}
.a_title_sm{
  font-weight: 500;
  color: #e53d3d;
  margin-bottom: 0px;
}
.a_b1_block2{
  max-width: 1720px;
  margin-right: auto;
  padding-left: 0px;
}
.a_b1_block2 img{
  padding-right: 12px;
}
@media(max-width: 1299px){
  .a_inner_title{
    font-size: 20px;
  }
   .a_inner_title::before{
    margin-right: 12px;
   }
   .a_b1_title.a_inner_title{
    max-width: 150px;
  }
}
@media(max-width: 1199px){
  .about_block1{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .about_block1{
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .about_block1{
    padding: 50px 0px;
  }
  .a_b1_block1{
    margin-bottom: 15px;
  }
  .a_inner_title{
    font-size: 18px;
  }
  .a_inner_title::before{
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
  .a_b1_title.a_inner_title::before{
    margin-top: -28px;
  }
  .a_b1_title.a_inner_title{
    max-width: 130px;
  }
}
@media(max-width: 767px){
  .a_inner_title{
    font-size: 16px;
  }
   .a_inner_title::before{
    margin-right: 5px;
  }
  .a_b1_title.a_inner_title::before{
    margin-top: -23px;
  }
  .a_b1_title.a_inner_title{
    max-width: 110px;
  }
}
@media(max-width: 575px){
  .a_b1_block1{
    margin-bottom: 10px;
  }
  .a_b1_title.a_inner_title{
    max-width: 100%;
  }
  .a_b1_title.a_inner_title::before{
    margin-top: 0px;
  }
}

.about_block2{
  max-width: 1520px;
  margin: auto;
}
.about_block2 ul{
  padding-left: 20px;
}

.about_block3{
  padding: 150px 0px 100px 0px;
  background-color: #e53d3d;
  margin-top: -50px;
  overflow: hidden;
}
.a_b3_area{
  padding: 0px;
}
.a_b3_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1520px;
  margin: auto;
  padding: 0px 24px;
  margin-bottom: 50px;
}
.a_b3_top .a_inner_title{
  color: #fff;
}
.a_b3_top .a_inner_title::before{
  background-color: #fff;
}
.history_slick .slick-list{
  padding: 0px 190px;
}
.history_slick .slick-track{
  display: flex !important;
  flex-direction: row;
}
.history_slick .slick-slide{
  height: auto;
}
.history_slick .slick-slide>div{
  height: 100%;
}
.history_slick::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: -4px;
}
.history_item{
  padding: 0px 12px;
  height: 100%;
}
.history_dot{
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #fff;
  margin-left: 30px;
}
.history_dot::after{
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-left: 4px;
}
.history_block{
  background-color: #fff;
  padding: 50px;
  margin-top: 40px;
  height: 100%;
}
.history_block .text_sm{
  margin-bottom: 0px;
}
.history_block .history_yr{
  color: #e53d3d;
  font-weight: 500;
  margin-bottom: 10px;
}
.time_btn_group{
  display: flex;
  align-items: center;
}
/* arrow */
.a_b3_area .slick-prev{
  width: 50px;
  height: 50px;
  z-index: 1;
  position: relative;
  left: 0;
  margin-right: 30px;
  transform: translate(0, 0%);
}
.a_b3_area .slick-prev:before{
  content: '';
  background-image: url('../image/arrow_prev_w.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.a_b3_area .slick-next{
  width: 50px;
  height: 50px;
  z-index: 1;
  position: relative;
  right: 0px;
  transform: translate(0, 0%);
}
.a_b3_area .slick-next:before{
  content: '';
  background-image: url('../image/arrow_next_w.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
@media(max-width: 1499px){
  .history_slick .slick-list{
    padding: 0px 150px;
  }
  .history_block{
    padding: 30px;
  }
}
@media(max-width: 1299px){
  .about_block3{
    padding: 130px 0px 100px 0px;
    margin-top: -30px;
  }
  .history_slick .slick-list{
    padding: 0px 100px;
  }
  .history_block{
    padding: 24px;
  }
  .a_b3_area .slick-prev{
    margin-right: 20px;
  }
}
@media(max-width: 1199px){
  .about_block3{
    padding: 80px 0px;
    margin-top: 80px;
  }
  .history_slick .slick-list{
    padding: 0px 65px;
  }
  .history_block .history_yr{
    margin-bottom: 0px;
  }
  .a_b3_area .slick-prev{
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .a_b3_area .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .a_b3_area .slick-next{
    width: 45px;
    height: 45px;
  }
  .a_b3_area .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 1099px){
  .about_block3{
    padding: 65px 0px;
    margin-top: 65px;
  }
  .history_slick .slick-list{
    padding: 0px 30px;
  }
  .history_block{
    padding: 20px;
  }
  .history_dot::after{
    height: 35px;
  }
  .history_block{
    margin-top: 25px;
  }
  .a_b3_area .slick-prev{
    width: 40px;
    height: 40px;
  }
  .a_b3_area .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .a_b3_area .slick-next{
    width: 40px;
    height: 40px;
  }
  .a_b3_area .slick-next:before{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 991px){
  .about_block3{
    padding: 50px 0px;
    margin-top: 50px;
  }
  .a_b3_top{
    margin-bottom: 30px;
  }
  .history_slick .slick-list{
    padding: 0px 24px;
  }
  .a_b3_area .slick-prev{
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }
  .a_b3_area .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .a_b3_area .slick-next{
    width: 35px;
    height: 35px;
  }
  .a_b3_area .slick-next:before{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 575px){
  .a_b3_area .slick-prev{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .a_b3_area .slick-prev:before{
    width: 30px;
    height: 30px;
  }
  .a_b3_area .slick-next{
    width: 30px;
    height: 30px;
  }
  .a_b3_area .slick-next:before{
    width: 30px;
    height: 30px;
  }
}

.about_block4{
  padding: 100px 0px;
  overflow: hidden;
}
.a_b4_area{
  padding: 0px;
}
.a_b4_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1520px;
  margin: auto;
  padding: 0px 24px;
  margin-bottom: 50px;
}
.bitem_slick .slick-list{
  padding: 0px 400px;
}
.bitem_slick .slick-track{
  display: flex !important;
  flex-direction: row;
}
.bitem_slick .slick-slide{
  height: auto;
}
.bitem_slick .slick-slide>div{
  height: 100%;
}
.b_item{
  padding: 0px 12px;
  height: 100%;
}
.b_item_block{
  padding: 20px;
  background-color: #f5f5f5;
  height: 100%;
  display: flex;
  align-items: center;
}
.b_item_inner{
  align-items: center;
}
.b_item_right .title_sm{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.b_item_right .title_sm::before{
  content: "";
  width: 2px;
  height: 22px;
  background-color: #e53d3d;
  display: block;
  margin-right: 12px;
}
.b_item_t_md{
  font-size: 16px;
  color: #e53d3d;
  margin-bottom: 5px;
  font-weight: 500;
}
.b_item_t_sm{
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
}
/* arrow */
.a_b4_area .slick-prev2{
  width: 50px;
  height: 50px;
  z-index: 1;
  position: relative;
  left: 0;
  margin-right: 30px;
  transform: translate(0, 0%);
  padding: 0px;
  border: none;
  background-color: transparent;
}
.a_b4_area .slick-prev2:before{
  content: '';
  background-image: url('../image/arrow_prev.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.a_b4_area .slick-next2{
  width: 50px;
  height: 50px;
  z-index: 1;
  position: relative;
  right: 0px;
  transform: translate(0, 0%);
  padding: 0px;
  border: none;
  background-color: transparent;
}
.a_b4_area .slick-next2:before{
  content: '';
  background-image: url('../image/arrow_next.svg');
  display: block;
  width: 50px;
  height: 50px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
@media(max-width: 1699px){
  .bitem_slick .slick-list{
    padding: 0px 300px;
  }
}
@media(max-width: 1499px){
  .bitem_slick .slick-list{
    padding: 0px 150px;
  }
}
@media(max-width: 1299px){
  .bitem_slick .slick-list{
    padding: 0px 100px;
  }
  .a_b4_area .slick-prev2{
    margin-right: 20px;
  }
}
@media(max-width: 1199px){
  .about_block4{
    padding: 80px 0px;
  }
  .bitem_slick .slick-list{
    padding: 0px 80px;
  }
  .a_b4_area .slick-prev2{
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .a_b4_area .slick-prev2:before{
    width: 45px;
    height: 45px;
  }
  .a_b4_area .slick-next2{
    width: 45px;
    height: 45px;
  }
  .a_b4_area .slick-next2:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 1099px){
  .about_block4{
    padding: 65px 0px;
  }
  .bitem_slick .slick-list{
    padding: 0px 65px;
  }
  .a_b4_area .slick-prev2{
    width: 40px;
    height: 40px;
  }
  .a_b4_area .slick-prev2:before{
    width: 40px;
    height: 40px;
  }
  .a_b4_area .slick-next2{
    width: 40px;
    height: 40px;
  }
  .a_b4_area .slick-next2:before{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 991px){
  .about_block4{
    padding: 50px 0px;
  }
  .bitem_slick .slick-list{
    padding: 0px 50px;
  }
  .a_b4_top{
    margin-bottom: 30px;
  }
  .a_b4_area .slick-prev2{
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }
  .a_b4_area .slick-prev2:before{
    width: 35px;
    height: 35px;
  }
  .a_b4_area .slick-next2{
    width: 35px;
    height: 35px;
  }
  .a_b4_area .slick-next2:before{
    width: 35px;
    height: 35px;
  }
  .b_item_t_md{
    font-size: 14px;
  }
  .b_item_t_sm{
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .bitem_slick .slick-list{
    padding: 0px 24px;
  }
  .b_item_right .title_sm{
    margin-bottom: 5px;
  }
}
@media(max-width: 575px){
  .a_b4_area .slick-prev2{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .a_b4_area .slick-prev2:before{
    width: 30px;
    height: 30px;
  }
  .a_b4_area .slick-next2{
    width: 30px;
    height: 30px;
  }
  .a_b4_area .slick-next2:before{
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 390px){
  .bitem_slick .slick-list{
    padding: 0px 12px;
  }
  .b_item_block{
    padding: 12px;
  }
}

.about_block5{
  padding: 100px 0px;
  background-color: #f5f5f5;
}
.cert_area{
  max-width: 1520px;
  margin: auto;
}
.a_b5_title .a_inner_title{
  justify-content: center;
}
@media(max-width: 1199px){
  .about_block5{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .about_block5{
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .about_block5{
    padding: 50px 0px;
  }
}

/* esg */
.esg_block2{
  max-width: 1520px;
  margin: auto;
  padding: 0px 0px 100px 0px;
}
.eag_item{
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.eag_item:nth-child(even) .eag_p_block{
  order: 2;
}
.eag_item:nth-child(even) .eag_t_block{
  order: 1;
}
.eag_item:nth-child(even) .eag_t_block .eag_item_t{
  padding-right: 30px;
}
.eag_item:nth-child(odd) .eag_t_block .eag_item_t{
  padding-left: 30px;
}
@media(max-width: 1199px){
  .esg_block2{
    padding: 0px 0px 80px 0px;
  }
}
@media(max-width: 1099px){
  .esg_block2{
    padding: 0px 0px 65px 0px;
  }
  .eag_item:nth-child(even) .eag_t_block .eag_item_t{
    padding-right: 15px;
  }
  .eag_item:nth-child(odd) .eag_t_block .eag_item_t{
    padding-left: 15px;
  }
}
@media(max-width: 991px){
  .esg_block2{
    padding: 0px 0px 50px 0px;
  }
  .eag_item:nth-child(even) .eag_t_block .eag_item_t{
    padding-right: 0px;
  }
  .eag_item:nth-child(odd) .eag_t_block .eag_item_t{
    padding-left: 0px;
  }
}
@media(max-width: 767px){
  .eag_item:nth-child(even) .eag_p_block{
    order: 1;
  }
  .eag_item:nth-child(even) .eag_t_block{
    order: 2;
  }
  .eag_item{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .eag_item_t{
    margin-top: 10px;
  }
}

/* news */
.inner_news .media_item{
  border: solid 1px #d9d9d9;
}
.ndet_inner{
  background-color: #f5f5f5;
  padding: 65px 150px;
  font-size: 18px;
}
.ndet_inner p{
  margin-bottom: 5px;
}
.ndet_inner img{
  max-width: 100%;
}
@media(max-width: 1499px){
  .ndet_inner{
    padding: 65px 130px;
    font-size: 16px;
  }
}
@media(max-width: 1299px){
  .ndet_inner{
    padding: 65px 100px;
  }
}
@media(max-width: 1199px){
  .ndet_inner{
    padding: 65px;
  }
}
@media(max-width: 991px){
  .ndet_inner{
    padding: 50px;
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .ndet_inner{
    padding: 24px;
  }
}
@media(max-width: 575px){
  .ndet_inner{
    padding: 12px;
  }
}

/* contact */
.inq_block{
  margin-bottom: 65px;
}
.inq_block .text_sm{
  color: #282828;
  margin-bottom: 0px;
}
.inq_item{
  align-items: center;
  padding: 12px 0px;
  border-bottom: solid 1px #d9d9d9;
  margin: 0px;
}
.inq_top .text_sm{
  border-bottom: solid 2px #282828;
  padding-bottom: 5px;
}
.inq_product{
  display: flex;
  align-items: center;
}
.inq_product .inq_pic{
  width: 130px;
  margin-right: 20px;
  border: solid 1px #d9d9d9;
}
.inq_item_title{
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  line-height: 1.25;
  padding-right: 5px;
  margin-bottom: 0px;
}
.inq_product a:hover{
  color: #e53d3d;
}
.qty_del_area{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qty{
  display: flex;
  align-items: center;
}
.qty .count_btn{
  width: 45px;
  height: 45px;
  background-color: #d9d9d9;
  color: #fff;
  border: none;
  border-radius: 0px;
  transition: all ease-in-out 0.3s;
  flex-shrink: 0;
}
.qty .count_btn:hover{
  background-color: #e53d3d;
}
.qty .count{
  width: 65px;
  height: 45px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #d9d9d9;
}
.inq_delete{
  background-color: #e53d3d;
  color: #fff;
  border: solid 1px #e53d3d;
  border-radius: 25px;
  padding: 10px 40px;
  transition: all ease-in-out 0.3s;
}
.inq_delete:hover{
  border: solid 1px #e53d3d;
  color: #e53d3d;
  background-color: #fff;
}
.contact_inner{
  padding: 65px;
  background-color: #f5f5f5;
}
.form_area{
  margin-top: 15px;
}
.form_item{
  display: flex;
  align-items: center;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 24px;
  margin: auto;
}
.pg_label{
  width: 25%;
}
.pg_input_block{
  width: 75%;
}
.required{
  font-size: 12px;
  color: #fff;
  background-color: #e53d3d;
  padding: 2px 8px;
  border-radius: 15px;
  margin-left: 5px;
  display: inline-block;
}
.pg_input{
  border-radius: 0px;
  padding: 12px;
}
.pg_textarea{
  border-radius: 0px;
  padding: 12px;
  height: 150px;
}
.code_input{
  display: flex;
  align-items: center;
  position: relative;
}
.code_input .pg_input{
  margin-right: 10px;
}
.reset_block{
  display: flex;
  align-items: center;
}
.form_code{
  max-width: 75px;
}
.form_reset_btn{
  border: none;
  padding: 0px;
  background-color: transparent;
}
.reset_btn{
  width: 20px;
  margin-left: 5px;
}
.invalid-feedback{
  position: absolute;
  top: 45px;
}
.submit_block{
  text-align: center;
}
@media(max-width: 1299px){
  .inq_product .inq_pic{
    width: 100px;
    margin-right: 15px;
  }
  .inq_item_title{
    font-size: 16px;
  }
  .qty .count_btn{
    width: 40px;
    height: 40px;
  }
  .qty .count{
    width: 60px;
    height: 40px;
  }
  .inq_delete{
    padding: 8px 30px;
    font-size: 16px;
  }
  .contact_inner{
    padding: 50px;
  }
}
@media(max-width: 1199px){
  .inq_product .inq_pic{
    width: 90px;
    margin-right: 10px;
  }
  .qty .count_btn{
    width: 35px;
    height: 35px;
  }
  .qty .count{
    width: 50px;
    height: 35px;
  }
  .inq_delete{
    padding: 6px 25px;
  }
}
@media(max-width: 991px){
  .inq_block{
    margin-bottom: 50px;
  }
  .inq_product .inq_pic{
    width: 90px;
    margin-right: 10px;
  }
  .inq_item_title{
    font-size: 14px;
  }
  .qty .count_btn{
    width: 30px;
    height: 30px;
  }
  .qty .count{
    width: 40px;
    height: 30px;
    font-size: 14px;
  }
  .inq_delete{
    padding: 5px 18px;
    font-size: 14px;
  }
  .form_area{
    margin-top: 0px;
  }
  .form_item{
    padding-bottom: 16px;
  }
  .pg_label{
    font-size: 14px;
  }
  .pg_input{
    font-size: 14px;
  }
  .required{
    transform: scale(0.85);
    margin-left: 3px;
  }
  .invalid-feedback{
    top: 43px;
  }
}
@media(max-width: 767px){
  .inq_block{
    margin-bottom: 30px;
  }
  .contact_inner{
    padding: 24px;
  }
}
@media(max-width: 575px){
  .inq_product .inq_pic{
    width: 65px;
    margin-right: 5px;
  }
  .qty .count_btn{
    width: 25px;
    height: 25px;
  }
  .qty .count{
    width: 30px;
    height: 25px;
  }
  .inq_delete{
    padding: 5px 15px;
    font-size: 12px;
  }
  .contact_inner .text_sm{
    margin-bottom: 0px;
  }
  .form_item{
    display: block;
  }
  .pg_label{
    width: 100%;
    margin-bottom: 3px;
  }
  .pg_input_block{
    width: 100%;
  }
  .reset_btn{
    width: 15px;
  }
  .form_code{
    width: 65px;
  }
  .code_input .pg_input{
    margin-right: 5px;
  }
}
@media(max-width: 450px){
  .inq_product .inq_pic{
    width: 60px;
  }
  .qty .count_btn{
    width: 22px;
    height: 22px;
  }
  .qty .count{
    width: 25px;
    height: 22px;
  }
  .inq_delete{
    padding: 2px 8px;
  }
}
@media(max-width: 390px){
  .form_code{
    width: 55px;
  }
}

/* location */
.location_area{
  align-items: center;
}
.loca_map{
  position: relative;
}
.map_pic{
  text-align: center;
}
.map_pin_area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pin_1{
  position: absolute;
  left: 43%;
  top: 5%;
}
.pin_2{
  position: absolute;
  left: 38%;
  top: 10%;
}
.pin_3{
  position: absolute;
  left: 30%;
  top: 22%;
}
.pin_4{
  position: absolute;
  bottom: 30%;
  left: 15%;
}
.pin_5{
  position: absolute;
  top: 40%;
  right: 10%;
}
.map_navlink{
  display: flex;
  align-items: center;
  padding: 0px;
}
.map_navlink.active{
  background-color: transparent !important;
}
.pin_city{
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
  margin: 0px 10px;
  flex-shrink: 0;
}
.pin_pic_r{
  background-image: url('../image/pin_g_r.svg');
  width: 60px;
  height: 35px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center right;
}
.map_navlink.active .pin_pic_r{
  background-image: url('../image/pin_r_r.svg');
}
.pin_pic_l{
  background-image: url('../image/pin_g_l.svg');
  width: 60px;
  height: 35px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center left;
}
.map_navlink.active .pin_pic_l{
  background-image: url('../image/pin_r_l.svg');
}
.tw_location{
  margin-bottom: 50px;
}
.location_info{
  background-color: #f5f5f5;
  padding: 50px;
  margin-top: 15px;
}
.loca_info_inner{
  display: flex !important;
  align-items: flex-end;
}
.info_l_text{
  padding-right: 24px;
}
.loca_info_inner .title_sm{
  color: #e53d3d;
  margin-bottom: 5px;
} 
.loca_info_inner .text_sm{
  margin-bottom: 0px;
}
.loca_info_inner .text_sm a{
  text-decoration: none;
  color: #282828;
}
.text_xs{
  font-size: 14px;
  color: #777777;
}
.loca_info_item{
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.info_icon{
  width: 15px;
  flex-shrink: 0;
  margin-right: 15px;
}
.loca_info_item .text_sm{
  margin-bottom: 0px;
}
.btn_social{
  background-image: url('../image/social_icon6.svg');
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 28%;
  background-repeat: no-repeat;
}
.pg_btn:hover .btn_social{
  background-image: url('../image/social_icon6_r.svg');
}
.btn_social2{
  background-image: url('../image/social_icon13.svg');
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 28%;
  background-repeat: no-repeat;
}
.pg_btn:hover .btn_social2{
  background-image: url('../image/social_icon13_r.svg');
}
@media(max-width: 1499px){
  .pin_pic_r{
    width: 50px;
    height: 30px;
  }
  .pin_pic_l{
    width: 50px;
    height: 30px;
  }
  .btn_social{
    width: 23px;
    height: 23px;
  }
  .btn_social2{
    width: 23px;
    height: 23px;
  }
}
@media(max-width: 1399px){
  .pin_pic_r{
    width: 45px;
  }
  .pin_pic_l{
    width: 45px;
  }
}
@media(max-width: 1299px){
  .pin_pic_r{
    width: 40px;
    height: 25px;
  }
  .pin_pic_l{
    width: 40px;
    height: 25px;
  }
  .pin_1{
    left: 46%;
    top: 5%;
  }
  .pin_2{
    left: 40%;
    top: 10%;
  }
  .pin_3{
    left: 33%;
    top: 23%;
  }
  .pin_4{
    bottom: 32%;
    left: 13%;
  }
  .pin_5{
    top: 43%;
    right: 5%;
  }
  .tw_location{
    margin-bottom: 30px;
  }
  .location_info{
    padding: 24px;
  }
  .btn_social{
    width: 20px;
    height: 20px;
  }
  .btn_social2{
    width: 20px;
    height: 20px;
  }
}
@media(max-width: 1199px){
  .pin_pic_r{
    width: 30px;
    height: 20px;
  }
  .pin_pic_l{
    width: 30px;
    height: 20px;
  }
  .pin_city{
    margin: 0px 5px;
  }
}
@media(max-width: 1099px){
  .btn_social{
    width: 18px;
    height: 18px;
  }
  .btn_social2{
    width: 18px;
    height: 18px;
  }
}
@media(max-width: 991px){
  .pin_pic_r{
    width: 30px;
    height: 20px;
  }
  .pin_pic_l{
    width: 30px;
    height: 20px;
  }
  .pin_1{
    left: 46%;
    top: 5%;
  }
  .pin_2{
    left: 40%;
    top: 10%;
  }
  .pin_3{
    left: 30%;
    top: 23%;
  }
  .pin_4{
    bottom: 32%;
    left: 10%;
  }
  .pin_5{
    top: 41%;
    right: 0%;
  }
  .pin_city{
    font-size: 14px;
  }
  .tw_location{
    margin-bottom: 15px;
  }
  .location_info{
    margin-top: 5px;
    padding: 20px;
  }
  .loca_info_inner{
    display: block !important;
  }
  .info_l_text{
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .loca_info_item{
    margin-top: 3px;
  }
  .btn_social{
    width: 16px;
    height: 16px;
  }
  .btn_social2{
    width: 16px;
    height: 16px;
  }
}
@media(max-width: 767px){
  .loca_map{
    margin-bottom: 30px;
  }
  .pin_1{
    left: 50%;
    top: 5%;
  }
  .pin_2{
    left: 45%;
    top: 10%;
  }
  .pin_3{
    left: 35%;
    top: 21%;
  }
  .pin_4{
    bottom: 32%;
    left: 16%;
  }
  .pin_5{
    top: 41%;
    right: 10%;
  }
}
@media(max-width: 575px){
  .pin_1{
    left: 43%;
    top: 5%;
  }
  .pin_2{
    left: 40%;
    top: 10%;
  }
  .pin_3{
    left: 30%;
    top: 21%;
  }
  .pin_4{
    left: 10%;
    bottom: 32%;
  }
  .pin_5{
    right: 5%;
    top: 41%;
  }
}
@media(max-width: 450px){
  .pin_pic_r{
    width: 25px;
    height: 15px;
  }
  .pin_pic_l{
    width: 25px;
    height: 15px;
  }
  .pin_1{
    left: 40%;
    top: 5%;
  }
  .pin_2{
    left: 36%;
    top: 10%;
  }
  .pin_3{
    left: 26%;
    top: 21%;
  }
  .pin_4{
    left: 8%;
    bottom: 32%;
  }
  .pin_5{
    right: 0%;
    top: 41%;
  }
}
@media(max-width: 390px){
  .pin_pic_r{
    width: 20px;
    height: 12px;
  }
  .pin_pic_l{
    width: 20px;
    height: 12px;
  }
  .pin_1{
    left: 38%;
    top: 5%;
  }
  .pin_2{
    left: 34%;
    top: 10%;
  }
  .pin_3{
    left: 24%;
    top: 21%;
  }
  .pin_4{
    left: 5%;
    bottom: 32%;
  }
  .pin_5{
    right: 0%;
    top: 41%;
  }
}

/* search */
.search_banner_block{
  padding-top: 65px;
  padding-bottom: 0px;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  text-align: center;
}
@media(max-width: 1499px){
  .search_banner_block{
    padding-top: 50px;
  }
}
@media(max-width: 1299px){
  .search_banner_block{
    padding-top: 30px;
  }
}
@media(max-width: 1099px){
  .search_banner_block{
    padding-top: 24px;
  }
}
@media(max-width: 767px){
  .search_banner_block{
    padding-top: 20px;
  }
}

/* cookie */
.privacyBox{
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 1.5;
  padding: 15px 30px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  transition: 400ms;
  z-index: 999;
  width: 100%;
}
.privacyBox .cookie_block{
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 800px;
  font-size: 14px;
}
.privacyBox .cookie_block p{
  margin-bottom: 0px;
}
.privacyBox a{
  color: #e53d3d;
}
.privacyBox .closePrivacy{
  background: #e53d3d;
  border: 0;
  color: #fff;
  margin-left: 2rem;
  padding: 12px 48px;
  border-radius: 23px;
  cursor: pointer;
  white-space:nowrap;
}
.company_name{
  color: #e53d3d;
}
@media(max-width: 1299px){
  .privacy_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media(max-width: 991px){
  .privacy_text{
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media(max-width: 575px){
  .privacy_title{
    font-size: 18px;
  }
}
@media(max-width: 450px){
  .privacyBox{
    padding: 15px 25px;
  }
  .privacyBox .cookie_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 12px;
    text-align: center;
  }
  .privacyBox .closePrivacy{
    margin-left: 0px;
    margin-top: 15px;
    padding: 10px 45px;
  }
}

/* submit */
.submit_area{
  max-width: 1520px;
  margin: auto;
  padding: 250px 0px 200px 0px;
  text-align: center;
}
.submit_block{
  text-align: center;
}
.send_icon{
  width: 120px;
}
.submit_title{
  font-size: 28px;
  color: #282828;
  margin-top: 30px;
}
.submit_text{
  font-size: 18px;
  color: #282828;
}
.back_btn_block{
  margin-top: 30px;
}
@media(max-width: 1499px){
  .submit_area{
    padding: 200px 0px 150px 0px;
  }
}
@media(max-width: 1299px){
  .submit_area{
    padding: 180px 0px 130px 0px;
  }
}
@media(max-width: 991px){
  .submit_area{
    padding: 150px 0px 100px 0px;
  }
  .send_icon{
    width: 100px;
  }
  .submit_title{
    font-size: 24px;
    margin-top: 20px;
  }
  .back_btn_block{
    margin-top: 20px;
  }
}
@media(max-width: 575px){
  .send_icon{
    width: 80px;
  }
  .submit_title{
    font-size: 20px;
  }
  .submit_text{
    font-size: 16px;
  }
}
@media(max-width: 390px){
  .send_icon{
    width: 75px;
  }
  .submit_title{
    font-size: 18px;
  }
  .submit_text{
    font-size: 14px;
  }
}

/* 404 */
.error_title{
  font-size: 130px;
  color: #e53d3d;
  margin-bottom: 10px;
  font-weight: 700;
}
.error_text{
  font-size: 20px;
  color: #282828;
  margin-bottom: 0px;
}
@media(max-width: 1299px){
  .error_title{
    font-size: 100px;
  }
}
@media(max-width: 991px){
  .error_title{
    font-size: 86px;
  }
  .error_text{
    font-size: 18px;
  }
}
@media(max-width: 575px){
  .error_title{
    font-size: 72px;
  }
  .error_text{
    font-size: 16px;
  }
}