html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif, "Noto Sans TC", sans-serif, "Noto Sans SC", sans-serif;
}

/* 整個捲軸 */
::-webkit-scrollbar { width: 10px; height: 10px;}
/* 捲軸的軌道 */
::-webkit-scrollbar-track { background: #d9d9d9; }
/*捲軸尚未滑到的軌道*/
::-webkit-scrollbar-track-piece{ background: #d9d9d9; }
/* 滑動的區塊 */
::-webkit-scrollbar-thumb { background: #08348f;}
/* 滑鼠移到滑動的區塊上 */
::-webkit-scrollbar-thumb:hover { background: #08348f; }

::selection {
	background: #08348f;
	color: #fff;
}

.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
}
.col-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
  .col-md-1-5 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 992px) {
  .col-lg-1-5 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 1200px) {
  .col-xl-1-5 {
      width: 20%;
      float: left;
  }
}

/* nav */
.st_navbar{
  padding: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar{
  background-color: #fff;
  transition: 0.6s;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.nav_scroll{
  background-color: transparent;
  transition: 0.6s;
  box-shadow: none;
}
.logo{
  background: url('../image/logo.svg') left center no-repeat;
  width: 270px;
  height: 65px;
  cursor: pointer;
  background-size: contain;
}
.navbar_area{
  max-width: 1520px;
  margin: 0px auto;
  padding: 0px 24px;
}
.nav_top{
  padding: 15px 0px;
}
.nav_linkarea{
  justify-content: flex-end;
}
.nav_linkarea .nav-link{
  color: #282828;
  background-color: transparent;
  border: none;
  padding: 30px 30px !important;
  transition: 0.4s;
  font-size: 18px;
  position: relative;
}
.nav_scroll .nav_linkarea .nav-link{
  color: #282828;
}
#index .nav_scroll .nav_linkarea .nav-link{
  color: #fff;
}
.st_navbar:hover{
  background-color: #fff;
}
#index .st_navbar:hover .nav_linkarea .nav-link{
  color: #282828;
}
.nav_linkarea .nav-item:hover .nav-link{
  color: #08348f !important;
}
.nav_linkarea .nav-link::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #08348f;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.nav_linkarea .nav-item:hover .nav-link::after{
  opacity: 1;
}
.nav_right{
  display: flex;
  align-items: center;
  position: relative;
}
.lang_icon{
  width: 24px;
  height: 24px;
}
.lang_btn{
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #e72119;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang_btn:focus{
  box-shadow: none;
}
.contact_btn{
  position: relative;
  width: 180px;
  height: 60px;
  border-radius: 5px;
  background-color: #08348f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 20px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.contact_btn:hover{
  color: #fff;
}
.cart_point{
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e72119;
  position: absolute;
  right:35px;
  top: 12px;
  display: none;
  animation: hasitem 1s infinite;
}
.has_item .cart_point{
  display: block;
}
@keyframes hasitem{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.lang_dropmenu{
  background-color: #e72119;
  border: none;
  border-radius: 0px;
  min-width: 100px;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 0px;
}
.lang_dropmenu .dropdown-item{
  color: #fff;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
}
.lang_dropmenu .dropdown-item:hover{
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}
/* dropdown_menu */
.st_dropmenu{
  border: none;
  background-color: #fff;
  padding: 0px;
  border-radius: 0px;
  margin-top: 0px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 50% !important;
  transform: translateX(-50%);
}
.st_dropmenu .dropdown-item{
  color: #282828;
  padding: 10px 15px;
  transition: 0.4s;
  font-size: 18px;
}
.st_dropmenu .dropdown-item:hover{
  background-color: #f5f5f5;
}
.st_dropmenu .dropdown-item:active{
  background-color: transparent;
}
.st_dropmenu .dropdown-item:focus{
  background-color: transparent;
}

@media(min-width: 991px){
  .st_dropmenu li:hover .sub-menu{
    visibility: visible;
  }
  .dropdown:hover .st_dropmenu{
    display: block;
  }
}
@media(max-width: 1499px){
  .logo{
    width: 250px;
    height: 50px;
  }
  .lang_icon{
    width: 20px;
    height: 20px;
  }
  .lang_btn{
    width: 50px;
    height: 50px;
  }
  .contact_btn{
    width: 160px;
    height: 50px;
    margin: 0px 15px;
  }
}
@media(max-width: 1299px){
  .logo{
    width: 230px;
    height: 45px;
  }
  .nav_linkarea .nav-link{
    padding: 20px 20px !important;
    font-size: 16px;
  }
  .st_dropmenu .dropdown-item{
    padding: 10px 12px;
    font-size: 16px;
  }
  .lang_icon{
    width: 20px;
    height: 20px;
  }
  .lang_btn{
    width: 45px;
    height: 45px;
  }
  .contact_btn{
    width: 150px;
    height: 45px;
    font-size: 16px;
    margin: 0px 12px;
  }
}
@media(max-width: 991px){
  .nav_scroll{
    background-color: #fff;
  }
  .navbar_area{
    padding: 0px;
  }
  .logo{
    width: 200px;
    height: 40px;
    margin: 12px;
  }
  #index .nav_scroll .nav_linkarea .nav-link{
    color: #282828;
  }
  .nav_linkarea .nav-link{
    width: 100%;
    text-align: center;
    padding: 10px !important;
    font-size: 14px;
    background-color: #f5f5f5;
  }
  .nav_linkarea .nav-item:hover .nav-link{
    background-color: #08348f;
    color: #fff !important;
  }
  .nav_linkarea .nav-link::after{
    display: none;
  }
  .st_dropmenu{
    left: 0;
    transform: translateX(0%);
    box-shadow: none;
  }
  .st_dropmenu .dropdown-item{
    font-size: 14px;
    padding: 10px;
    text-align: center;
    background-color: #e9e9e9;
  }
  .st_dropmenu .dropdown-item:hover{
    background-color: #f5f5f5;
    color: #08348f;
  }
  .nav_right{
    position: absolute;
    top: 12px;
    right: 60px;
  }
  .lang_icon{
    width: 16px;
    height: 16px;
  }
  .lang_btn{
    width: 40px;
    height: 40px;
  }
  .contact_btn{
    width: 120px;
    height: 40px;
    font-size: 14px;
    margin: 0px 10px;
  }
  .cart_point{
    width: 5px;
    height: 5px;
    right: 22px;
    top: 10px;
  }
  .navbar-toggler{
    position: absolute;
    top: 12px;
    z-index: 2;
    right: 0px;
    border-radius: 100%;
    border: none;
    height: 40px;
    width: 55px;
    cursor: pointer;
    box-shadow: none !important;
  }
  .navbar-toggler .hamburguer_btn{
    width: 100%;
    height: 2px;
    background: #282828;
    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);
  }
}
@media(max-width: 575px){
  .logo{
    width: 160px;
    height: 35px;
  }
  .nav_right{
    top: 12px;
    right: 55px;
  }
  .lang_icon{
    width: 15px;
    height: 15px;
  }
  .lang_btn{
    width: 35px;
    height: 35px;
  }
  .contact_btn{
    width: 100px;
    height: 35px;
    margin: 0px 8px;
  }
  .cart_point{
    width: 4px;
    height: 4px;
    right: 18px;
    top: 8px;
  }
}
@media(max-width: 390px){
  .logo{
    width: 135px;
    height: 28px;
  }
  .nav_linkarea .nav-link{
    padding: 8px !important;
  }
  .st_dropmenu .dropdown-item{
    padding: 8px;
  }
  .nav_right{
    top: 10px;
    right: 45px;
  }
  .lang_icon{
    width: 14px;
    height: 14px;
  }
  .lang_btn{
    width: 30px;
    height: 30px;
  }
  .contact_btn{
    width: 80px;
    height: 30px;
  }
  .cart_point{
    width: 4px;
    height: 4px;
    right: 10px;
    top: 6px;
  }
  .navbar-toggler{
    top: 6px;
    width: 50px;
  }
}

/* banner */
.index_banner{
  position: relative;
  overflow: hidden;
}
.banner_area{
  padding: 0px;
}
.banner_block{
  position: relative;
}
.banner_cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.b_t_area{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 18%;
  max-width: 1520px;
  margin: auto;
  z-index: 2;
  padding: 0px 24px;
}
.b_t_block{
  max-width: 750px;
}
.banner_tblock{
  border-bottom: solid 1px #fff;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.b_title{
  color: #fff;
  font-size: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.b_t_area .slick-counter{
  font-size: 20px;
  color: #fff;
}
.b_btn_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_b_btn{
  display: flex;
  align-items: center;
}
/* arrow */
.index_banner .slick-prev{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  left: 0;
  transform: translate(0, 0%);
  margin-right: 30px;
}
.index_banner .slick-prev:before{
  content: '';
  background-image: url('../image/prev_w.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index_banner .slick-next{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  right: 0;
  transform: translate(0, 0%);
}
.index_banner .slick-next:before{
  content: '';
  background-image: url('../image/next_w.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index_banner .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_w_bold.svg');
  background-size: cover;
}
.index_banner .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_w_bold.svg');
  background-size: cover;
}

@media(max-width: 1699px){
  .b_t_block{
    max-width: 700px;
  }
  .banner_tblock{
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .b_title{
    font-size: 48px;
  }
}
@media(max-width: 1499px){
  .b_t_area{
    bottom: 15%;
  }
  .b_t_block{
    max-width: 650px;
  }
  .b_title{
    font-size: 42px;
  }
  .index_banner .slick-prev{
    width: 55px;
    height: 55px;
    margin-right: 15px;
  }
  .index_banner .slick-prev:before{
    width: 55px;
    height: 55px;
  }
  .index_banner .slick-next{
    width: 55px;
    height: 55px;
  }
  .index_banner .slick-next:before{
    width: 55px;
    height: 55px;
  }
}
@media(max-width: 1299px){
  .b_t_area{
    bottom: 10%;
  }
  .b_t_block{
    max-width: 600px;
  }
  .b_title{
    font-size: 36px;
  }
  .index_banner .slick-prev{
    width: 50px;
    height: 50px;
  }
  .index_banner .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .index_banner .slick-next{
    width: 50px;
    height: 50px;
  }
  .index_banner .slick-next:before{
    width: 50px;
    height: 50px;
  }
  .b_t_area .slick-counter{
    font-size: 18px;
  }
}
@media(max-width: 1199px){
  .b_t_area{
    bottom: 10%;
  }
  .b_t_block{
    max-width: 550px;
  }
  .b_title{
    font-size: 32px;
  }
  .banner_tblock{
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .index_banner .slick-prev{
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
  .index_banner .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .index_banner .slick-next{
    width: 45px;
    height: 45px;
  }
  .index_banner .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 1099px){
  .b_t_block{
    max-width: 500px;
  }
  .b_title{
    font-size: 28px;
  }
}
@media(max-width: 991px){
  .banner_area{
    margin-top: 60px;
  }
  .b_t_area{
    bottom: 30px;
  }
  .b_t_block{
    max-width: 450px;
  }
  .b_title{
    font-size: 24px;
  }
  .index_banner .slick-prev{
    width: 40px;
    height: 40px;
  }
  .index_banner .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .index_banner .slick-next{
    width: 40px;
    height: 40px;
  }
  .index_banner .slick-next:before{
    width: 40px;
    height: 40px;
  }
  .b_t_area .slick-counter{
    font-size: 16px;
  }
}
@media(max-width: 575px){
  .banner_area{
    margin-top: 55px;
  }
  .b_t_block{
    max-width: 350px;
  }
  .b_title{
    font-size: 22px;
  }
  .banner_tblock{
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .index_banner .slick-prev{
    width: 35px;
    height: 35px;
  }
  .index_banner .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .index_banner .slick-next{
    width: 35px;
    height: 35px;
  }
  .index_banner .slick-next:before{
    width: 35px;
    height: 35px;
  }
  .b_t_area .slick-counter{
    font-size: 14px;
  }
}
@media(max-width: 450px){
  .b_t_block{
    max-width: 300px;
  }
  .b_title{
    font-size: 20px;
  }
  .banner_tblock{
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .index_banner .slick-prev{
    width: 30px;
    height: 30px;
  }
  .index_banner .slick-prev:before{
    width: 30px;
    height: 30px;
  }
  .index_banner .slick-next{
    width: 30px;
    height: 30px;
  }
  .index_banner .slick-next:before{
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 390px){
  .b_t_area{
    bottom: 24px;
  }
  .b_t_block{
    max-width: 250px;
  }
  .b_title{
    font-size: 18px;
  }
}

/* index_product */
.index_product{
  max-width: 1720px;
  margin: auto;
  padding: 130px 0px;
}
.index_p_top{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1520px;
  margin: auto;
}
.h_title_sm{
  font-size: 18px;
  color: #08348f;
  margin-bottom: 5px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.h_title_sm::before{
  content: "";
  width: 10px;
  height: 2px;
  background-color: #e72119;
  margin-right: 8px;
}
.h_title_lg{
  font-size: 52px;
  color: #08348f;
  margin-bottom: 0px;
}
.st_btn{
  min-width: 180px;
  padding: 18px;
  background-color: #08348f;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
  border: solid 1px #08348f;
}
.st_btn:hover{
  background-color: #e72119;
  color: #fff;
  border: solid 1px #e72119;
}
.product_slick{
  padding: 0px 65px;
}
.product_slick .slick-list{
  padding: 0px !important;
}
.product_slick .slick-list .slick-track{
  display: flex;
  align-items: center;
}
.product_slick .slick-slide{
  transform: scale(0.7,0.7);
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
}
.product_slick .slick-slide .p_slick_item .st_btn_sm{
  display: none;
}
.product_slick .slick-current{
  transform: scale(1,1) !important;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.product_slick .slick-current .p_slick_item .st_btn_sm{
  display: inline-block;
}
.product_slick .slick-current .p_item_pic{
  background-image: url('../image/product_slickbg.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.p_slick_item{
  text-align: center;
  text-decoration: none;
}
.p_item_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 76%;
  position: relative;
}
.p_item_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.p_slick_item .p_item_pic img{
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}
.title_lg{
  font-size: 38px;
  color: #08348f;
}
.p_slick_item .title_lg{
  text-align: center;
}
.st_btn_sm{
  font-size: 18px;
  color: #282828;
  border-bottom: solid 1px #e72119;
  text-decoration: none;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}
.st_btn_sm::after{
  content: "+";
  color: #e72119;
  margin-left: 5px;
}
.st_btn_sm:hover{
  color: #e72119;
}
.p_slick_item .st_btn_sm{
  margin-top: 15px;
}
/* arrow */
.product_slick .slick-prev{
  width: 60px;
  height: 60px;
  z-index: 1;
  left: 0;
}
.product_slick .slick-prev:before{
  content: '';
  background-image: url('../image/prev_r.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.product_slick .slick-next{
  width: 60px;
  height: 60px;
  z-index: 1;
  right: 0;
}
.product_slick .slick-next:before{
  content: '';
  background-image: url('../image/next_r.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.product_slick .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_r_bold.svg');
  background-size: cover;
}
.product_slick .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_r_bold.svg');
  background-size: cover;
}
@media(max-width: 1699px){
  .h_title_lg{
    font-size: 48px;
  }
  .title_lg{
    font-size: 36px;
  }
}
@media(max-width: 1499px){
  .product_slick{
    padding: 0px 60px;
  }
  .h_title_lg{
    font-size: 42px;
  }
  .st_btn{
    min-width: 160px;
    padding: 15px;
  }
  .title_lg{
    font-size: 32px;
  }
  .p_slick_item .st_btn_sm{
    margin-top: 10px;
  }
  .product_slick .slick-prev{
    width: 55px;
    height: 55px;
  }
  .product_slick .slick-prev:before{
    width: 55px;
    height: 55px;
  }
  .product_slick .slick-next{
    width: 55px;
    height: 55px;
  }
  .product_slick .slick-next:before{
    width: 55px;
    height: 55px;
  }
}
@media(max-width: 1299px){
  .index_product{
    padding: 100px 0px;
  }
  .product_slick{
    padding: 0px 55px;
  }
  .h_title_sm{
    font-size: 16px;
  }
  .h_title_lg{
    font-size: 36px;
  }
  .st_btn{
    min-width: 150px;
    padding: 12px;
    font-size: 16px;
  }
  .title_lg{
    font-size: 28px;
  }
  .st_btn_sm{
    font-size: 16px;
  }
  .p_slick_item .st_btn_sm{
    margin-top: 5px;
  }
  .product_slick .slick-prev{
    width: 50px;
    height: 50px;
  }
  .product_slick .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .product_slick .slick-next{
    width: 50px;
    height: 50px;
  }
  .product_slick .slick-next:before{
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 1199px){
  .index_product{
    padding: 80px 0px;
  }
  .product_slick{
    padding: 0px 50px;
  }
  .h_title_lg{
    font-size: 32px;
  }
  .st_btn{
    min-width: 140px;
  }
  .title_lg{
    font-size: 24px;
  }
  .product_slick .slick-prev{
    width: 45px;
    height: 45px;
  }
  .product_slick .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .product_slick .slick-next{
    width: 45px;
    height: 45px;
  }
  .product_slick .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 1099px){
  .index_product{
    padding: 65px 0px;
  }
  .h_title_lg{
    font-size: 28px;
  }
  .title_lg{
    font-size: 20px;
  }
}
@media(max-width: 991px){
  .index_product{
    padding: 50px 0px;
  }
  .product_slick{
    padding: 0px 45px;
  }
  .h_title_sm{
    font-size: 14px;
  }
  .h_title_lg{
    font-size: 24px;
  }
  .st_btn{
    min-width: 120px;
    font-size: 14px;
    padding: 10px;
  }
  .title_lg{
    font-size: 18px;
  }
  .st_btn_sm{
    font-size: 14px;
  }
  .p_slick_item .st_btn_sm{
    margin-top: 0px;
  }
  .product_slick .slick-prev{
    width: 40px;
    height: 40px;
  }
  .product_slick .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .product_slick .slick-next{
    width: 40px;
    height: 40px;
  }
  .product_slick .slick-next:before{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 767px){
  .product_slick .slick-slide{
    transform: scale(1,1);
    opacity: 1;
    transition: all ease-in-out 0.3s;
  }
  .product_slick .slick-slide .p_slick_item .st_btn_sm{
    display: inline-block;
  }
  .product_slick .slick-slide .p_item_pic{
    background-image: url('../image/product_slickbg.png');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
  }
}
@media(max-width: 575px){
  .h_title_sm{
    margin-bottom: 3px;
  }
  .h_title_lg{
    font-size: 22px;
  }
  .st_btn{
    min-width: 110px;
    padding: 8px;
  }
  .product_slick{
    padding: 0px 40px;
  }
  .product_slick .slick-prev{
    width: 35px;
    height: 35px;
  }
  .product_slick .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .product_slick .slick-next{
    width: 35px;
    height: 35px;
  }
  .product_slick .slick-next:before{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 450px){
  .product_slick{
    padding: 0px 35px;
  }
  .product_slick .slick-prev{
    width: 30px;
    height: 30px;
  }
  .product_slick .slick-prev:before{
    width: 30px;
    height: 30px;
  }
  .product_slick .slick-next{
    width: 30px;
    height: 30px;
  }
  .product_slick .slick-next:before{
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 390px){
  .p_slick_item .title_lg{
    margin-bottom: 5px;
  }
  .title_lg{
    font-size: 16px;
  }
}

/* index_repair */
.repair_area{
  background-image: url('../image/repair_bg.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.index_repair{
  max-width: 1520px;
  margin: auto;
  padding: 130px 0px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.brand_block{
  padding: 10px 0px;
}
.index_repair .index_title{
  margin-bottom: 30px;
}
.index_repair .h_title_sm{
  color: #fff;
}
.index_repair .h_title_lg{
  color: #fff;
}
.index_repair .h_title_sm::before{
  background-color: #fff;
}
.text_sm{
  font-size: 18px;
  color: #fff;
}
.index_repair .st_btn{
  margin-top: 30px;
}
.repair_brand{
  display: flex !important;
  align-items: center;
  margin-bottom: 0px !important;
  padding-right: 4px;
}
.brand_item{
  padding: 65px 50px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: block;
  text-decoration: none;
}
.brand_item .title_lg{
  color: #fff;
  position: relative;
  z-index: 1;
}
.brand_arrow{
  width: 60px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.brand_inner{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.brand_inner::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 42, 129, 0.8);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.brand_item:hover .brand_inner{
  opacity: 1;
}
.brand_item:hover .brand_inner::before{
  opacity: 1;
}
/* Dots */
.repair_brand .slick-dots{
  padding: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  right: 0;
  width: auto;
  margin-right: -16px;
  margin-left: 6px;
}
.repair_brand .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.repair_brand .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 5px 0px;
}
.repair_brand .slick-dots li button{
  padding: 0px;
  width: 8px;
  height: 8px;
}
.repair_brand .slick-dots li button:before{
  font-size: 4px;
  opacity: 1;
  width: 8px;
  height: 8px;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
}
.repair_brand .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 100%;
}
@media(max-width: 1699px){
  .brand_item{
    padding: 50px 45px;
  }
}
@media(max-width: 1499px){
  .brand_arrow{
    width: 55px;
  }
}
@media(max-width: 1299px){
  .index_repair{
    padding: 100px 0px;
  }
  .brand_arrow{
    width: 50px;
  }
  .index_repair .index_title{
    margin-bottom: 20px;
  }
  .text_sm{
    font-size: 16px;
  }
  .index_repair .st_btn{
    margin-top: 20px;
  }
}
@media(max-width: 1199px){
  .index_repair{
    padding: 80px 0px;
  }
  .brand_item{
    padding: 45px 30px;
  }
  .brand_arrow{
    width: 45px;
  }
}
@media(max-width: 1099px){
  .index_repair{
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .index_repair{
    padding: 50px 0px;
  }
  .index_repair .index_title{
    margin-bottom: 15px;
  }
  .text_sm{
    font-size: 14px;
  }
  .index_repair .st_btn{
    margin-top: 15px;
  }
  .brand_block{
    padding: 5px 0px;
  }
  .brand_item{
    padding: 30px 24px;
  }
  .brand_arrow{
    width: 40px;
  }
}
@media(max-width: 767px){
  .index_repair .index_title{
    margin-bottom: 10px;
  }
  .index_repair .st_btn{
    margin-top: 0px;
  }
  .repair_brand{
    margin-top: 20px;
  }
  .repair_brand .slick-dots li{
    width: 6px;
    height: 6px;
    margin: 3px 0px;
  }
  .repair_brand .slick-dots li button{
    width: 6px;
    height: 6px;
  }
  .repair_brand .slick-dots li button:before{
    width: 6px;
    height: 6px;
  }
}
@media(max-width: 575px){
  .brand_arrow{
    width: 35px;
  }
}
@media(max-width: 450px){
  .brand_arrow{
    width: 30px;
  }
}

/* index_technology */
.index_tech{
  max-width: 1520px;
  margin: auto;
  padding: 130px 0px;
}
.index_t_area{
  position: relative;
  z-index: 9;
}
.index_t_top{
  align-items: flex-end;
}
.tab_area{
  position: relative;
  padding: 0px;
  border: none;
  border-bottom: solid 1px #d9d9d9;
  z-index: 99;
}
.st_dropdown_btn{
  display: none;
}
.index_t_tab{
  justify-content: flex-end;
}
.tab_area .nav-link{
  font-size: 18px;
  color: #7c7c7c;
  border-radius: 0;
  text-align: center;
}
.tab_area .nav-link.active{
  background-color: transparent;
  color: #08348f;
  border-bottom: solid 2px #08348f;
}
.index_t_content{
  margin-top: 100px;
}
.media_item{
  display: block;
  text-decoration: none;
}
.media_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 73%;
  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_item:hover .media_pic img{
  transform: scale(1.05,1.05);
}
.m_item_bt{  
  border-bottom: solid 1px #d9d9d9;
  margin-top: 15px;
  transition: all ease-in-out 0.3s;
}
.media_item:hover .m_item_bt{
  border-bottom: solid 1px #e72119;
}
.m_item_t{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}
.media_type{
  font-size: 14px;
  color: #08348f;
  background-color: #e6eaf4;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.title_md{
  font-size: 24px;
  color: #282828;
}
.m_item_title{
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.m_arrow{
  width: 13px;
  flex-shrink: 0;
}
.index_t_btn{
  margin-top: 50px;
  text-align: center;
}
@media(max-width: 1499px){
  .index_t_content{
    margin-top: 65px;
  }
  .title_md{
    font-size: 22px;
  }
}
@media(max-width: 1299px){
  .index_tech{
    padding: 100px 0px;
  }
  .tab_area .nav-link{
    font-size: 16px;
  }
  .index_t_content{
    margin-top: 50px;
  }
  .title_md{
    font-size: 20px;
  }
}
@media(max-width: 1199px){
  .index_tech{
    padding: 80px 0px;
  }
  .index_t_content{
    margin-top: 30px;
  }
  .title_md{
    font-size: 18px;
  }
  .index_t_btn{
    margin-top: 30px;
  }
}
@media(max-width: 1099px){
  .index_tech{
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .index_tech{
    padding: 50px 0px;
  }
  .tab_area .nav-link{
    font-size: 14px;
    padding: 3px 8px;
  }
  .media_type{
    font-size: 12px;
    padding: 3px 8px;
  }
}
@media(max-width: 767px){
  .st_dropdown_btn{
    display: block;
    background-color: #08348f;
    color: #fff;
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
  }
  .st_dropdown_btn:hover{
    color: #fff;
  }
  .tab_area{
    display: none;
    width: 100%;
    background-color: #f5f5f5;
  }
  .tab_area .nav-link{
    width: 100%;
    border-bottom: solid 1px #d9d9d9;
  }
  .tab_area .nav-link.active{
    border-bottom: solid 1px #08348f;
  }
}
@media(max-width: 390px){
  .title_md{
    font-size: 16px;
  }
}

/* index_customized */
.index_custom{
  position: relative;
  overflow: hidden;
}
.custom_block{
  padding: 0px;
  overflow: hidden;
}
.index_c_t_block{
  background-color: #08348f;
  padding: 100px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  max-width: 38%;
}
.index_c_t_block .index_title{
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.index_c_t_block .h_title_sm{
  color: #fff;
}
.index_c_t_block .h_title_sm::before{
  background-color: #fff;
}
.index_c_t_block .h_title_lg{
  color: #fff;
}
.index_c_t_block .st_btn_sm{
  color: #fff;
  border-bottom: solid 1px #fff;
  margin-top: 10px;
  text-decoration: none;
}
.index_c_t_block .st_btn_sm::after{
  color: #fff;
}
.title_ml{
  font-size: 28px;
}
.index_c_t_slick{
  margin-bottom: 10px;
}
.index_c_t_slick .title_ml{
  color: #fff;
}
.index_c_t_slick .text_sm{
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.25;
}
.index_c_p_block{
  margin-top: 100px;
  line-height: 1;
  margin-bottom: -3px;
}
.index_c_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 38%;
  position: relative;
}
.index_c_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;
}
/* arrow */
.index_c_t_block .slick-prev{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  left: 0;
  transform: translate(0, 0%);
  margin-right: 30px;
}
.index_c_t_block .slick-prev:before{
  content: '';
  background-image: url('../image/prev_w.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index_c_t_block .slick-next{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  right: 0;
  transform: translate(0, 0%);
}
.index_c_t_block .slick-next:before{
  content: '';
  background-image: url('../image/next_w.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index_c_t_block .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_w_bold.svg');
  background-size: cover;
}
.index_c_t_block .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_w_bold.svg');
  background-size: cover;
}

@media(max-width: 1899px){
  .index_c_t_block{
    padding: 65px;
  }
}
@media(max-width: 1699px){
  .index_c_t_block{
    padding: 50px;
  }
}
@media(max-width: 1499px){
  .index_c_t_block{
    padding: 30px;
    max-width: 36%;
  }
  .index_c_p_block{
    margin-top: 80px;
  }
  .index_c_t_block .slick-prev{
    width: 55px;
    height: 55px;
    margin-right: 15px;
  }
  .index_c_t_block .slick-prev:before{
    width: 55px;
    height: 55px;
  }
  .index_c_t_block .slick-next{
    width: 55px;
    height: 55px;
  }
  .index_c_t_block .slick-next:before{
    width: 55px;
    height: 55px;
  }
}
@media(max-width: 1299px){
  .index_c_t_block .index_title{
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .index_c_t_block .st_btn_sm{
    margin-top: 5px;
  }
  .title_ml{
    font-size: 24px;
  }
  .index_c_p_block{
    margin-top: 65px;
  }
  .index_c_t_block .slick-prev{
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .index_c_t_block .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .index_c_t_block .slick-next{
    width: 50px;
    height: 50px;
  }
  .index_c_t_block .slick-next:before{
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 1199px){
  .index_c_t_block .index_title{
    margin-bottom: 12px;
  }
  .title_ml{
    font-size: 22px;
  }
  .index_c_p_block{
    margin-top: 50px;
  }
}
@media(max-width: 1099px){
  .title_ml{
    font-size: 20px;
  }
}
@media(max-width: 991px){
  .index_c_t_block{
    padding: 24px;
    max-width: 40%;
  }
  .title_ml{
    font-size: 20px;
  }
  .index_c_t_block .slick-prev{
    width: 40px;
    height: 40px;
  }
  .index_c_t_block .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .index_c_t_block .slick-next{
    width: 40px;
    height: 40px;
  }
  .index_c_t_block .slick-next:before{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 767px){
  .index_c_t_block{
    max-width: 50%;
  }
  .title_ml{
    font-size: 18px;
  }
}
@media(max-width: 575px){
  .index_c_t_block{
    max-width: 100%;
    position: relative;
  }
  .index_c_t_block .index_title{
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .index_c_p_block{
    margin-top: 0px;
  }
  .index_c_pic{
    padding-bottom: 45%;
  }
  .index_c_t_block .slick-prev{
    width: 35px;
    height: 35px;
  }
  .index_c_t_block .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .index_c_t_block .slick-next{
    width: 35px;
    height: 35px;
  }
  .index_c_t_block .slick-next:before{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 450px){
  .index_c_t_block .slick-prev{
    width: 30px;
    height: 30px;
  }
  .index_c_t_block .slick-prev:before{
    width: 30px;
    height: 30px;
  }
  .index_c_t_block .slick-next{
    width: 30px;
    height: 30px;
  }
  .index_c_t_block .slick-next:before{
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 390px){
  .index_c_pic{
    padding-bottom: 48%;
  }
}

/* footer */
.footer{
  background-color: #f2f2f2;
}
.footer_area{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px 30px 0px;
}
.footer_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 20px;
}
.f_logo{
  width: 220px;
}
.social_item{
  text-decoration: none;
  padding: 0px 5px;
}
.social_icon{
  width: 26px;
}
.footer_bottom{
  margin: 50px 0px;
}
.f_info_item{
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.f_info_title{
  font-size: 16px;
  color: #7c7c7c;
  width: 20%;
  margin-bottom: 0px;
  flex-shrink: 0;
}
.f_info_text{
  font-size: 16px;
  color: #282828;
  text-decoration: none;
  margin-bottom: 0px;
  transition: all ease-in-out 0.3s;
}
.f_info_text:hover{
  color: #08348f;
}
.f_site_area{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.f_site{
  font-size: 18px;
  color: #282828;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.f_site:hover{
  color: #08348f;
}
.f_site::after{
  content: "";
  width: 1px;
  height: 18px;
  background-color: #d9d9d9;
  display: block;
  margin: 0px 10px;
}
.f_site:nth-last-child(1)::after{
  display: none;
}
.f_contact{
  margin-top: 30px;
  text-align: end;
}
.f_copy_text{
  font-size: 16px;
  color: #7c7c7c;
  margin-bottom: 0px;
  text-align: center;
}
.f_copy_text a{
  color: #7c7c7c;
}

@media(max-width: 1499px){
  .footer_area{
    padding: 80px 0px 30px 0px;
  }
  .f_logo{
    width: 200px;
  }
  .social_icon{
    width: 24px;
  }
  .footer_bottom{
    margin: 30px 0px;
  }
  .f_contact{
    margin-top: 20px;
  }
}
@media(max-width: 1299px){
  .footer_area{
    padding: 65px 0px 20px 0px;
  }
  .f_logo{
    width: 180px;
  }
  .social_icon{
    width: 22px;
  }
  .footer_bottom{
    margin: 20px 0px;
  }
  .f_info_title{
    width: 30%;
  }
  .f_site{
    font-size: 16px;
  }
}
@media(max-width: 991px){
  .footer_area{
    padding: 50px 0px 15px 0px;
  }
  .footer_top{
    padding-bottom: 15px;
  }
  .f_logo{
    width: 160px;
  }
  .social_icon{
    width: 20px;
  }
  .footer_bottom{
    margin: 15px 0px;
  }
  .f_info_title{
    font-size: 14px;
  }
  .f_info_text{
    font-size: 14px;
  }
  .f_site{
    font-size: 14px;
  }
  .f_copy_text{
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .footer_area{
    padding: 30px 0px 15px 0px;
  }
  .footer_top{
    display: block;
    text-align: center;
  }
  .social_block{
    margin-top: 15px;
  }
  .f_bt_right{
    display: none;
  }
  .f_info_title{
    width: 15%;
  }
}
@media(max-width: 575px){
  .f_info_title{
    width: 20%;
  }
  .social_item{
    padding: 3px;
  }
  .social_icon{
    width: 18px;
  }
}
@media(max-width: 450px){
  .f_info_title{
    width: 25%;
  }
}
@media(max-width: 390px){
  .f_info_title{
    width: 28%;
  }
  .social_icon{
    width: 16px;
  }
  .social_item{
    padding: 2px;
  }
}

/* inner_banner */
.inner_banner{
  padding-top: 85px;
  padding-left: 24px;
  padding-right: 24px;
}
.in_banner_area{
  max-width: 1520px;
  margin: auto;
  padding: 130px 0px 15px 0px;
  align-items: flex-end;
  border-bottom: solid 1px #d9d9d9;
  overflow: hidden;
}
.in_banner_title{
  display: flex;
  align-items: flex-end;
}
.inb_title_lg{
  font-size: 78px;
  color: #08348f;
  margin-bottom: 0px;
  line-height: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-transform: capitalize;
}
.inb_title_lg::before{
  content: "";
  width: 15px;
  height: 4px;
  background-color: #e72119;
  display: block;
  margin-right: 10px;
}
.inb_title_sm{
  font-size: 20px;
  color: #282828;
  margin-bottom: 3px;
  margin-left: 30px;
  text-transform: capitalize;
}
.st_bread .breadcrumb{
  justify-content: flex-end;
  margin-bottom: 0px;
}
.st_bread .breadcrumb-item{
  font-size: 14px;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  padding-left: 5px;
  text-transform: capitalize;
}
.st_bread .breadcrumb-item a{
  color: #7c7c7c;
  text-decoration: none;
}
.st_bread .breadcrumb-item.active{
  color: #08348f;
}
.st_bread .breadcrumb-item+.breadcrumb-item::before{
  content: "";
  background-image: url('../image/bread_dot.svg');
  width: 3px;
  height: 3px;
  background-repeat: no-repeat;
  padding-right: 8px;
}
@media(max-width: 1699px){
  .in_banner_area{
    padding: 100px 0px 15px 0px;
  }
  .inb_title_lg{
    font-size: 76px;
  }
}
@media(max-width: 1499px){
  .in_banner_area{
    padding: 80px 0px 12px 0px;
  }
  .inb_title_lg{
    font-size: 68px;
  }
  .inb_title_sm{
    margin-left: 20px;
  }
}
@media(max-width: 1299px){
  .inner_banner{
    padding-top: 60px;
  }
  .in_banner_area{
    padding: 65px 0px 12px 0px;
  }
  .inb_title_lg{
    font-size: 58px;
  }
  .inb_title_sm{
    margin-left: 15px;
    font-size: 18px;
  }
  .st_bread .breadcrumb-item{
    font-size: 12px;
    padding-left: 3px;
  }
  .st_bread .breadcrumb-item+.breadcrumb-item::before{
    padding-right: 5px;
  }
}
@media(max-width: 1199px){
  .in_banner_area{
    padding: 50px 0px 12px 0px;
  }
  .inb_title_lg{
    font-size: 52px;
  }
  .inb_title_lg::before{
    margin-right: 8px;
  }
}
@media(max-width: 991px){
  .in_banner_area{
    padding: 30px 0px 12px 0px;
  }
  .inb_title_lg{
    font-size: 48px;
  }
  .inb_title_lg::before{
    margin-right: 5px;
  }
  .inb_title_sm{
    margin-left: 10px;
    font-size: 16px;
  }
}
@media(max-width: 767px){
  .in_banner_area{
    padding: 30px 0px 10px 0px;
  }
  .inb_title_lg{
    font-size: 38px;
  }
  .inb_title_sm{
    margin-left: 8px;
    font-size: 14px;
  }
  .st_bread{
    margin-top: 8px;
  }
  .st_bread .breadcrumb{
    justify-content: flex-start;
  }
}
@media(max-width: 575px){
  .inner_banner{
    padding-top: 55px;
  }
  .in_banner_area{
    padding: 24px 0px 10px 0px;
  }
  .inb_title_lg{
    font-size: 32px;
  }
}

/* product */
.inner_area1{
  max-width: 1520px;
  padding: 130px 0px;
  margin: auto;
}
.inner_area2{
  max-width: 1520px;
  padding: 65px 0px 130px 0px;
  margin: auto;
}
.inner_area3{
  padding: 130px 0px;
  margin: auto;
}
.p_item{
  display: block;
  padding: 12px;
  border: solid 1px #d9d9d9;
  text-decoration: none;
  height: 100%;
}
.p_item .p_item_pic img{
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.p_item:hover .p_item_pic img{
  transform: scale(1.05,1.05);
}
.p_item_top{
  background-color: #f5f5f5;
}
.p_item_bottom{
  padding: 30px 18px;
}
.p_item_title{
  color: #08348f;
}
@media(min-width: 767px){
  .p_item_block:nth-child(-n+3){
    margin-top: 0px;
  }
}
@media(min-width: 575px){
  .p_item_block:nth-child(-n+2){
    margin-top: 0px;
  }
}
@media(max-width: 1299px){
  .inner_area1{
    padding: 100px 0px;
  }
  .inner_area2{
    padding: 50px 0px 100px 0px;
  }
  .inner_area3{
    padding: 100px 0px;
  }
  .p_item_bottom{
    padding: 24px 12px;
  }
}
@media(max-width: 1199px){
  .inner_area1{
    padding: 80px 0px;
  }
  .inner_area2{
    padding: 50px 0px 80px 0px;
  }
  .inner_area3{
    padding: 80px 0px;
  }
  .p_item_bottom{
    padding: 24px 12px;
  }
}
@media(max-width: 1099px){
  .inner_area1{
    padding: 65px 0px;
  }
  .inner_area2{
    padding: 50px 0px 65px 0px;
  }
  .inner_area3{
    padding: 65px 0px;
  }
  .p_item_bottom{
    padding: 20px 8px;
  }
}
@media(max-width: 991px){
  .inner_area1{
    padding: 50px 0px;
  }
  .inner_area2{
    padding: 30px 0px 50px 0px;
  }
  .inner_area3{
    padding: 50px 0px;
  }
  .p_item_bottom{
    padding: 12px 0px;
  }
}
@media(max-width: 575px){
  .p_item_block:nth-child(-n+1){
    margin-top: 0px;
  }
}

/* product_list */
.plist_top{
  max-width: 990px;
  margin: auto;
  text-align: center;
}
.plist_top .title_ml{
  color: #08348f;
}
.plist_top .text_sm{
  color: #282828;
}
/* read_more */
.plist_top .plist_top_inner {
	max-height: 100px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
  position: relative;
}
.plist_top .plist_top_inner:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 35px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
  transition: background-image 0.3s ease-in;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}
.plist_top .des_more_button {
	color: #e72119;
  text-decoration: underline;
  cursor: pointer;
}
.plist_top .des_more-expanded {
	max-height: 2300px !important;
	transition: max-height 0.3s ease-in;
}
.plist_process{
  justify-content: center;
  margin-top: 50px;
}
.process_item{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.process_t_block{
  width: 65%;
}
.process_icon{
  width: 65px;
}
.process_title{
  font-size: 20px;
  color: #08348f;
  margin-bottom: 0px;
  line-height: 1.15;
  font-weight: 500;
}
.process_item .text_sm{
  color: #282828;
  margin-bottom: 0px;
  line-height: 1.15;
}
.process_number{
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -40px;
  width: 35%;
}
.p_number{
  position: absolute;
  font-size: 24px;
  color: #fff;
  right: 10px;
}
.p_list_area{
  margin-top: 50px;
}
.p_list_item{
  display: block;
  background-color: #f5f5f5;
  padding: 12px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.plist_item_inner{
  align-items: center;
  margin: auto;
}
.p_list_item .title_md{
  color: #08348f;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  transition: all ease-in-out 0.3s;
}
.plist_info{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  color: #282828;
  transition: all ease-in-out 0.3s;
}
.plist_info_title{
  margin-bottom: 0px;
  font-weight: 500;
  width: 60%;
}
.plist_info_text{
  margin-bottom: 0px;
}
.p_list_item:hover{
  background-color: #08348f;
}
.p_list_item:hover .title_md{
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.p_list_item:hover .plist_info{
  color: #fff;
}
.st_page{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}
.page_number{
  border: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  min-width: 180px;
  height: 60px;
  border-radius: 5px;
  margin: 0px 12px;
}
.page_all::before{
  content: "/";
  margin: 0px 5px;
}
.page_arrow{
  padding: 0px;
  border: none;
  background-color: transparent;
}
.page_prev .p_item_arrow{
  background-image: url('../image/prev_r.svg');
  transition: all ease-in-out 0.3s;
}
.page_prev:hover .p_item_arrow{
  background-image: url('../image/prev_r_bold.svg');
}
.page_next .p_item_arrow{
  background-image: url('../image/next_r.svg');
  transition: all ease-in-out 0.3s;
}
.page_next:hover .p_item_arrow{
  background-image: url('../image/next_r_bold.svg');
}
.page_arrow .p_item_arrow{
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}

@media(max-width: 1499px){
  .process_number{
    margin-left: -30px;
  }
  .process_icon{
    width: 60px;
  }
  .process_title{
    font-size: 18px;
  }
  .p_number{
    font-size: 22px;
    right: 8px;
  }
  .plist_info_title{
    width: 65%;
  }
  .page_arrow .p_item_arrow{
    width: 55px;
    height: 55px;
  }
  .page_number{
    min-width: 150px;
    height: 55px;
  }
}
@media(max-width: 1299px){
  .plist_process{
    margin-top: 30px;
  }
  .process_number{
    margin-left: -20px;
  }
  .process_icon{
    width: 50px;
  }
  .process_title{
    font-size: 16px;
  }
  .p_number{
    font-size: 20px;
    right: 6px;
  }
  .p_list_area{
    margin-top: 30px;
  }
  .plist_info{
    margin-bottom: 3px;
    font-size: 14px;
  }
  .st_page{
    margin-top: 50px;
  }
  .page_arrow .p_item_arrow{
    width: 50px;
    height: 50px;
  }
  .page_number{
    min-width: 140px;
    height: 50px;
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .process_t_block{
    width: 67%;
  }
  .process_number{
    margin-left: 0px;
    width: 33%;
  }
  .process_icon{
    width: 45px;
  }
  .p_number{
    font-size: 18px;
    right: 6px;
  }
  .plist_info_title{
    width: 70%;
  }
  .page_arrow .p_item_arrow{
    width: 45px;
    height: 45px;
  }
  .page_number{
    min-width: 120px;
    height: 45px;
  }
}
@media(max-width: 1099px){
  .process_icon{
    width: 40px;
  }
  .process_title{
    font-size: 14px;
  }
  .process_item .text_sm{
    font-size: 14px;
  }
  .p_number{
    font-size: 16px;
    right: 4px;
  }
  .plist_info_title{
    width: 75%;
  }
}
@media(max-width: 991px){
  .plist_process{
    margin-top: 15px;
  }
  .plist_top .des_more_button{
    font-size: 14px;
  }
  .process_t_block{
    width: 75%;
  }
  .process_number{
    margin-left: -30px;
    width: 25%;
  }
  .process_icon{
    width: 40px;
  }
  .page_arrow .p_item_arrow{
    width: 40px;
    height: 40px;
  }
  .st_page{
    margin-top: 30px;
  }
  .page_number{
    height: 40px;
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .process_t_block{
    width: 70%;
  }
  .process_number{
    margin-left: -15px;
    width: 30%;
  }
  .p_number{
    font-size: 14px;
  }
  .process_icon{
    width: 35px;
  }
}
@media(max-width: 650px){
  .process_t_block{
    width: 73%;
  }
  .process_number{
    margin-left: 0px;
    width: 27%;
  }
}
@media(max-width: 575px){
  .plist_process{
    justify-content: flex-start;
    margin-top: 0px;
  }
  .process_item{
    text-align: left;
    justify-content: flex-start;
  }
  .process_t_block{
    order: 2;
    padding-left: 10px;
    width: auto;
  }
  .process_number{
    order: 1;
    width: auto;
  }
  .process_number img{
    display: none;
  }
  .p_number{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #08348f;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    position: relative;
  }
  .page_arrow .p_item_arrow{
    width: 35px;
    height: 35px;
  }
  .page_number{
    height: 35px;
  }
}
@media(max-width: 450px){
  .page_arrow .p_item_arrow{
    width: 30px;
    height: 30px;
  }
  .page_number{
    height: 30px;
  }
}
@media(max-width: 390px){
  .p_number{
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .process_t_block{
    padding-left: 8px;
  }
}

/* product_detail */
.p_det_top_area{
  align-items: center;
  overflow: hidden;
}
.p_det_top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.product_type{
  font-size: 16px;
  color: #08348f;
  background-color: #e6eaf4;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.p_det_top .title_ml{
  color: #08348f;
}
.white_btn{
  background-color: #fff;
  color: #08348f;
}
.p_det_btn{
  display: flex;
  align-items: center;
}
.p_det_top .st_btn:nth-child(1){
  margin-right: 15px;
}
.title_sm{
  font-size: 20px;
  color: #08348f;
}
.p_det_right{
  padding-left: 65px;
}
.spec_table{
  margin-top: 15px;
  font-size: 18px;
}
.spec_table tr:nth-child(odd){
  background-color: #f5f5f5;
}
.spec_table tr th{
  font-weight: 400;
  border-right: solid 1px #d9d9d9;
}
.p_det_bottom_area{
  margin-top: 100px;
}
.p_det_tab{
  justify-content: center;
}
.p_det_content{
  padding: 50px 130px;
  font-size: 18px;
}
.p_det_content img{
  max-width: 100%;
}
ul li::marker {
  color: #08348f;
}
.bt_back{
  border-top: solid 1px #d9d9d9;
  padding-top: 50px;
  text-align: center;
}
@media(max-width: 1499px){
  .p_det_right{
    padding-left: 50px;
  }
  .p_det_bottom_area{
    margin-top: 65px;
  }
  .p_det_content{
    padding: 50px 100px;
  }
}
@media(max-width: 1299px){
  .p_det_top{
    margin-bottom: 20px;
  }
  .p_det_right{
    padding-left: 15px;
  }
  .title_sm{
    font-size: 18px;
  }
  .spec_table{
    margin-top: 10px;
    font-size: 16px;
  }
  .p_det_bottom_area{
    margin-top: 50px;
  }
  .p_det_content{
    padding: 50px 80px;
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .p_det_content{
    padding: 50px 65px;
  }
}
@media(max-width: 1099px){
  .p_det_content{
    padding: 50px 50px;
  }
}
@media(max-width: 991px){
  .p_det_top{
    margin-bottom: 15px;
  }
  .product_type{
    font-size: 14px;
    padding: 3px 8px;
  }
  .p_det_right{
    padding-left: 0px;
  }
  .title_sm{
    font-size: 16px;
  }
  .spec_table{
    font-size: 14px;
  }
  .spec_table tr th{
    padding: 5px;
  }
  .spec_table tr td{
    padding: 5px;
  }
  .p_det_bottom_area{
    margin-top: 30px;
  }
  .p_det_content{
    padding: 30px 30px;
    font-size: 14px;
  }
  .bt_back{
    padding-top: 30px;
  }
}
@media(max-width: 767px){
  .p_det_top{
    display: block;
  }
  .p_det_btn{
    margin-top: 12px;
  }
  .p_det_top .st_btn:nth-child(1){
    margin-right: 10px;
  }
  .p_det_right{
    margin-top: 15px;
  }
  .p_det_bottom_area{
    margin-top: 10px;
  }
  .p_det_content{
    padding: 24px 0px;
    font-size: 14px;
  }
  .bt_back{
    padding-top: 24px;
  }
}

/* Spindle Repair */
.repair_item{
  display: block;
  position: relative;
}
.repair_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 76%;
  position: relative;
}
.repair_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.repair_t_block{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.repair_title{
  font-size: 32px;
  color: #fff;
  margin-bottom: 0px;
}
.repair_text{
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  opacity: 0;
  transition: all ease-in-out 0.1s;
}
.repair_inner{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 30px 0px 30px;
  margin-bottom: -80px;
  transition: all ease-in-out 0.3s;
}
.repair_item:hover .repair_t_block{
  align-items: center;
}
.repair_item:hover .repair_text{
  opacity: 1;
}
.repair_item:hover .repair_inner{
  margin-bottom: 0px;
  bottom: auto;
}
.repair_item:hover .repair_t_block{
  display: flex;
  align-items: center;
  background-color: rgba(0, 42, 129, 0.8);
}
@media(max-width: 1499px){
  .repair_t_block{
    padding: 24px;
  }
  .repair_inner{
    padding: 24px 24px 0px 24px;
  }
  .repair_title{
    font-size: 28px;
  }
}
@media(max-width: 1299px){
  .repair_t_block{
    padding: 24px;
  }
  .repair_inner{
    padding: 24px 24px 0px 24px;
  }
  .repair_title{
    font-size: 24px;
  }
  .repair_text{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .repair_title{
    font-size: 22px;
  }
}
@media(max-width: 1099px){
  .repair_t_block{
    padding: 20px;
  }
  .repair_inner{
    padding: 20px 20px 0px 20px;
  }
  .repair_title{
    font-size: 20px;
  }
}
@media(max-width: 991px){
  .repair_t_block{
    padding: 18px;
  }
  .repair_text{
    font-size: 14px;
  }
  .repair_inner{
    margin-bottom: -65px;
  }
}
@media(max-width: 575px){
  .repair_inner{
    margin-bottom: -30px;
  }
}
@media(max-width: 450px){
  .repair_inner{
    margin-bottom: -50px;
  }
}
@media(max-width: 390px){
  .repair_inner{
    margin-bottom: -65px;
  }
}

/* spindle repair detail */
.r_det_top_area{
  align-items: center;
  overflow: hidden;
}
.r_det_pic_area{
  display: flex;
  align-items: center;
}
.r_pic_nav{
  max-width: 15%;
}
.r_pic_for{
  max-width: 85%;
  padding-left: 12px;
}
.r_pic_nav_item{
  border: solid 1px #d9d9d9;
}
.r_pic_nav .slick-current .r_pic_nav_item{
  border: solid 1px #08348f
}
.r_pic_nav .slick-list{
  line-height: 1;
}
.r_pic_nav .slick-list .slick-slide{
  padding: 5px 0px;
}
.r_det_right{
  padding-left: 25px;
}
.r_det_right .title_md{
  color: #08348f;
}
.r_det_right .text_sm{
  color: #282828;
}
/* read_more */
.r_det_right .r_det_right_inner {
	max-height: 100px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
  position: relative;
}
.r_det_right .r_det_right_inner:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 35px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
  transition: background-image 0.3s ease-in;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}
.r_det_right .des_more_button {
	color: #e72119;
  text-decoration: underline;
  cursor: pointer;
}
.r_det_right .des_more-expanded {
	max-height: 2300px !important;
	transition: max-height 0.3s ease-in;
}
.r_det_bottom_area{
  margin-top: 100px;
}
.r_det_bottom_area .title_md{
  text-align: center;
  color: #08348f;
}
.r_det_bt_inner{
  border-top: solid 1px #d9d9d9;
  padding: 50px 0px;
  margin-top: 15px;
}
.r_det_case{
  border: solid 1px #d9d9d9;
}
.r_case_title{
  font-size: 18px;
  color: #282828;
  margin-top: 12px;
  margin-bottom: 0px;
}
@media(max-width: 1499px){
  .r_det_bottom_area{
    margin-top: 65px;
  }
  .r_det_right{
    padding-left: 15px;
  }
}
@media(max-width: 1299px){
  .r_pic_nav .slick-list .slick-slide{
    padding: 3px 0px;
  }
  .r_det_bottom_area{
    margin-top: 50px;
  }
  .r_case_title{
    font-size: 16px;
    margin-top: 10px;
  }
  .r_det_right{
    padding-left: 0px;
  }
}
@media(max-width: 1099px){
  .r_pic_nav .slick-list .slick-slide{
    padding: 2px 0px;
  }
}
@media(max-width: 991px){
  .r_det_bottom_area{
    margin-top: 30px;
  }
  .r_det_bt_inner{
    padding: 30px 0px;
    margin-top: 0px;
  }
  .r_det_right .des_more_button{
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .r_det_pic_area{
    flex-direction: column;
  }
  .r_pic_nav{
    max-width: 100%;
    order: 2;
  }
  .r_pic_for{
    max-width: 100%;
    padding-left: 0px;
    order: 1;
  }
  .r_pic_nav .slick-list .slick-slide{
    padding: 2px 5px;
  }
  .r_det_right{
    margin: 15px 0px;
  }
  .r_det_bottom_area{
    margin-top: 10px;
  }
  .r_case_title{
    font-size: 14px;
  }
}

/* technology */
.tech_top{
  position: relative;
  z-index: 9;
}
.tech_top .title_ml{
  text-align: center;
  color: #08348f;
}
.tech_top .dropdown{
  margin-top: 30px;
}
@media(max-width: 1299px){
  .tech_top .dropdown{
    margin-top: 15px;
  }
}
@media(max-width: 991px){
  .tech_top .dropdown{
    margin-top: 10px;
  }
}

/* technology_detail */
.t_det_top_area{
  max-width: 1299px;
  margin: auto;
}
.t_det_top{
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.t_det_top::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(8,52,143,0) 0%,rgba(8,52,143,0.7) 100%);
}
.t_det_title{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 65px;
}
.t_det_title .product_type{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.t_det_title .title_ml{
  color: #fff;
  margin-bottom: 0px;
}
.t_det_bt_inner{
  max-width: 1299px;
  margin: auto;
  padding: 65px;
  font-size: 18px;
}
.t_det_bt_inner img{
  max-width: 100%;
}
.t_det_bt_inner a{
  color: #08348f;
}
.t_det_bt_inner p{
  margin-bottom: 5px;
}
@media(max-width: 1299px){
  .t_det_top{
    height: 400px;
  }
  .t_det_title{
    padding: 50px;
  }
  .t_det_bt_inner{
    padding: 50px;
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .t_det_top{
    height: 350px;
  }
}
@media(max-width: 1099px){
  .t_det_top{
    height: 300px;
  }
}
@media(max-width: 991px){
  .t_det_title{
    padding: 30px;
  }
  .t_det_bt_inner{
    padding: 30px;
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .t_det_top{
    height: 300px;
  }
  .t_det_title{
    padding: 24px;
  }
  .t_det_bt_inner{
    padding: 30px 0px;
  }
}
@media(max-width: 575px){
   .t_det_top{
    height: 250px;
  }
  .t_det_title{
    padding: 20px;
  }
}
@media(max-width: 450px){
   .t_det_top{
    height: 200px;
  }
}
@media(max-width: 390px){
   .t_det_top{
    height: 150px;
  }
  .t_det_title{
    padding: 16px;
  }
}

/* about */
.company_tab_area{
  max-width: 1520px;
  margin: auto;
}
.about_block1{
  max-width: 1520px;
  margin: 100px auto 0px auto;
}
.a_b1_area1{
  max-width: 1265px;
  margin: auto;
  align-items: flex-start;
  overflow: hidden;
}
.a_title{
  color: #08348f;
}
.a_bl_left .text_sm{
  color: #282828;
}
.a_bl_left{
  padding-right: 50px;
}
.a_info_block{
  background-color: #08348f;
  padding: 50px;
  position: relative;
  z-index: 1;
}
.a_info_item{
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  padding-top: 8px;
}
.a_info_item:nth-child(1){
  padding-top: 0px;
}
.a_info_item .text_sm{
  margin-bottom: 8px;
}
.a_b1_pic{
  margin-top: -100px;
}
.about_block2{
  max-width: 1265px;
  margin: auto;
  padding: 100px 0px;
}
.a_b2_area1{
  max-width: 991px;
  margin: auto;
  text-align: center;
}
.about_block2 .text_sm{
  color: #282828;
}
.a_b2_area2{
  margin-top: 50px;
}
.center_t{
  text-align: center;
}
.a_b2_service{
  margin-top: 50px;
}
.a_b2_service:nth-child(even) .a_b2_pic{
  order: 2;
}
.a_b2_service:nth-child(even) .a_b2_text{
  order: 1;
}
.a_b2_text{
  display: flex;
  align-items: center;
  position: relative;
}
.a_b2_service:nth-child(odd) .a_b2_text .a_b2_t_block{
  padding-left: 30px;
}
.a_b2_service:nth-child(even) .a_b2_text .a_b2_t_block{
  padding-right: 30px;
}
.a_b2_t_block .text_sm{
  margin-bottom: 0px;
}
.a_number{
  font-size: 88px;
  color: #e72119;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: 600;
}
.a_b2_service:nth-child(odd) .a_b2_text .a_number{
  margin-left: 30px;
}
.about_block3{
  margin: 0px -24px;
}
.a_b3_area{
  position: relative;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.a_b3_area::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(8,52,143,0) 0%,rgba(8,52,143,0.7) 100%);
}
.a_b3_t_block{
  position: absolute;
  max-width: 1520px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 50px;
  padding: 0px 24px;
}
.a_b3_t_block .a_title{
  color: #fff;
}
.a_b3_t_block .text_sm{
  max-width: 990px;
}
.about_block4{
  max-width: 1520px;
  padding: 100px 0px 0px 0px;
  margin: auto;
}
.history_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.history_item::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.history_item:nth-last-child(1)::after{
  display: none;
}
.h_year{
  font-size: 56px;
  color: #e72119;
  font-weight: 500;
  width: 12%;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}
.h_year::after{
  content: "";
  width: 12px;
  height: 12px;
  background-color: #08348f;
  border-radius: 100%;
  position: absolute;
  right: 0px;
}
.h_text{
  width: 78%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 0px;
}
.h_text::before{
  content: "";
  width: 3px;
  height: 100%;
  background-color: #08348f;
  display: block;
  position: absolute;
  margin-left: -8px;
  z-index: 1;
}
.h_text_inner{
  padding-left: 24px;
}
.h_text .text_sm{
  color: #282828;
  margin-bottom: 0;
}
.h_icon_area{
  width: 10%;
}
.h_icon{
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-left: auto;
}
.history_icon{
  width: 55px;
}
@media(max-width: 1699px){
  .a_b3_area{
    height: 500px;
  }
  .h_year{
    font-size: 48px;
  }
}
@media(max-width: 1499px){
  .a_b2_service:nth-child(odd) .a_b2_text .a_b2_t_block{
    padding-left: 15px;
  }
  .a_b2_service:nth-child(even) .a_b2_text .a_b2_t_block{
    padding-right: 15px;
  }
  .a_number{
    font-size: 78px;
  }
  .a_b2_service:nth-child(odd) .a_b2_text .a_number{
    margin-left: 15px;
  }
  .a_b3_area{
    height: 450px;
  }
  .a_b3_t_block{
    bottom: 24px;
  }
  .h_year{
    font-size: 42px;
  }
  .h_icon{
    width: 80px;
    height: 80px;
  }
  .history_icon{
    width: 50px;
  }
}
@media(max-width: 1299px){
  .a_bl_left{
    padding-right: 30px;
  }
  .a_b2_service{
    margin-top: 30px;
  }
  .a_b2_service:nth-child(odd) .a_b2_text .a_b2_t_block{
    padding-left: 0px;
  }
  .a_b2_service:nth-child(even) .a_b2_text .a_b2_t_block{
    padding-right: 0px;
  }
  .a_number{
    font-size: 68px;
  }
  .a_b2_service:nth-child(odd) .a_b2_text .a_number{
    margin-left: 10px;
  }
  .a_b2_service .a_b2_text .a_number{
    margin-left: 10px;
  }
  .a_b3_area{
    height: 400px;
  }
  .h_year{
    font-size: 38px;
  }
  .h_icon{
    width: 70px;
    height: 70px;
  }
  .history_icon{
    width: 40px;
  }
  .h_year::after{
    width: 10px;
    height: 10px;
  }
  .h_text::before{
    width: 2px;
    margin-left: -6px;
  }
  .h_text{
    padding: 20px 0px;
  }
}
@media(max-width: 1199px){
  .about_block1{
    margin: 80px auto 0px auto;
  }
  .about_block2{
    padding: 80px 0px;
  }
  .about_block4{
    padding: 80px 0px 0px 0px;
  }
  .a_bl_left{
    padding-right: 15px;
  }
  .a_info_block{
    padding: 30px;
  }
  .a_number{
    font-size: 58px;
  }
  .a_b3_area{
    height: 350px;
  }
  .h_year{
    font-size: 32px;
  }
  .h_icon{
    width: 65px;
    height: 65px;
  }
  .history_icon{
    width: 35px;
  }
}
@media(max-width: 1099px){
  .about_block1{
    margin: 65px auto 0px auto;
  }
  .about_block2{
    padding: 65px 0px;
  }
  .about_block4{
    padding: 65px 0px 0px 0px;
  }
  .a_bl_left{
    padding-right: 0px;
  }
  .a_b2_area2{
    margin-top: 30px; 
  }
  .a_number{
    font-size: 48px;
  }
  .h_year{
    font-size: 28px;
  }
  .h_icon{
    width: 60px;
    height: 60px;
  }
  .history_icon{
    width: 30px;
  }
  .h_text_inner{
    padding-left: 20px;
  }
}
@media(max-width: 991px){
  .about_block1{
    margin: 50px auto 0px auto;
  }
  .about_block2{
    padding: 50px 0px;
  }
  .about_block4{
    padding: 50px 0px 0px 0px;
  }
  .a_info_block{
    padding: 24px;
  }
  .a_b1_pic{
    margin-top: -50px;
  }
  .a_b2_area2{
    margin-top: 15px;
  }
  .a_b2_service{
    margin-top: 20px;
  }
  .a_number{
    font-size: 38px;
  }
  .a_b3_area{
    height: 300px;
  }
  .a_b3_t_block{
    bottom: 8px;
  }
}
@media(max-width: 767px){
  .a_b1_pic{
    margin-top: -30px;
  }
  .a_number{
    font-size: 24px;
  }
  .a_b2_t_block .title_md{
    margin-bottom: 0px;
  }
  .h_year{
    font-size: 24px;
    width: 15%;
  }
  .h_text{
    width: 75%;
  }
  .h_icon{
    width: 55px;
    height: 55px;
  }
  .history_icon{
    width: 25px;
  }
  .h_text_inner{
    padding-left: 12px;
  }
}
@media(max-width: 575px){
  .a_b1_pic{
    margin-top: 20px;
  }
  .about_block2{
    padding: 30px 0px;
  }
  .a_b2_service:nth-child(even) .a_b2_pic{
    order: 1;
  }
  .a_b2_service:nth-child(even) .a_b2_text{
    order: 2;
  }
  .a_b2_t_block{
    margin-top: 5px;
  }
  .a_number{
    font-size: 20px;
    position: relative;
    color: #e72119;
    opacity: 1;
  }
  .a_b2_service:nth-child(odd) .a_b2_text .a_number{
    margin-left: 0px;
  }
  .a_b2_service .a_b2_text .a_number{
    margin-left: 0px;
    margin-bottom: 5px;
  }
  .history_item{
    padding: 15px 0px;
    flex-wrap: wrap;
  }
  .h_year{
    width: 100%;
    margin-bottom: 10px;
  }
  .h_text{
    width: 80%;
    padding: 0px;
  }
  .h_text_inner{
    padding-left: 0px;
  }
  .h_icon_area{
    width: 20%;
  }
  .h_year::after{
    display: none;
  }
  .h_text::before{
    display: none;
  }
}

/* certificate */
.cert_item{
  position: relative;
}
.cert_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
  position: relative;
}
.cert_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;
}
.cert_pic::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(8,52,143,0) 0%,rgba(8,52,143,0.5) 100%);
  z-index: 2;
}
.cert_pic::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.cert_title{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 3;
}
.cert_title .title_md{
  color: #fff;
  margin-bottom: 0px;
}
@media(max-width: 1299px){
  .cert_title{
    padding: 24px;
  }
}

/* news */
.n_item_t{
  padding-bottom: 10px;
}
.type_date{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.n_date{
  font-size: 14px;
  color: #e72119;
  margin-bottom: 0px;
  margin-left: 10px;
}
.type_date .media_type{
  margin-bottom: 0px;
}
.n_item_title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.25;
  height: 60px;
  margin-bottom: 5px;
}
.n_text{
  font-size: 18px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.25;
  height: 90px;
  margin-bottom: 0px;
}
@media(max-width: 1499px){
  .n_item_title{
    height: 52px;
  }
}
@media(max-width: 1299px){
  .n_item_title{
    height: 48px;
  }
  .n_text{
    font-size: 16px;
    height: 80px;
  }
}
@media(max-width: 1199px){
  .n_item_title{
    height: 44px;
  }
}
@media(max-width: 1099px){
  .n_text{
    font-size: 14px;
    height: 70px;
  }
}
@media(max-width: 991px){
  .n_text{
    height: 88px;
    -webkit-line-clamp: 5;
  }
}
@media(max-width: 575px){
  .n_text{
    height: auto;
  }
}
@media(max-width: 390px){
  .n_item_title{
    height: 40px;
  }
}

/* news_detail */
.n_det_title .type_date{
  margin-bottom: 10px;
}
.n_det_title .n_date{
  color: #fff;
}
.n_det_title .product_type{
  margin-bottom: 0px;
}
@media(max-width: 575px){
  .n_det_title .type_date{
    margin-bottom: 5px;
  }
}
@media(max-width: 390px){
  .n_det_title .type_date{
    margin-bottom: 3px;
  }
}

/* catalog */
.c_top_pic{
  background-color: #f5f5f5;
  padding: 30px 180px;
  text-align: center;
}
.catalog_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 138%;
  position: relative;
}
.catalog_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
@media(max-width: 1499px){
  .c_top_pic{
    padding: 24px 150px;
  }
}
@media(max-width: 1299px){
  .c_top_pic{
    padding: 12px 130px;
  }
}
@media(max-width: 1099px){
  .c_top_pic{
    padding: 12px 100px;
  }
}
@media(max-width: 991px){
  .c_top_pic{
    padding: 12px 80px;
  }
}
@media(max-width: 767px){
  .c_top_pic{
    padding: 12px 30px;
  }
}
@media(max-width: 575px){
  .c_top_pic{
    padding: 12px 65px;
  }
}
@media(max-width: 450px){
  .c_top_pic{
    padding: 12px 50px;
  }
}
@media(max-width: 390px){
  .c_top_pic{
    padding: 12px 30px;
  }
}

/* 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::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(8,52,143,0) 0%,rgba(8,52,143,0.5) 100%);
  z-index: 2;
}
.video_pic::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  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;
  justify-content: space-between;
}
.video_title .title_md{
  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: 65px;
  flex-shrink: 0;
}
.video_item:hover .video_pic img{
  transform: scale(1.05,1.05);
}
.st_modal .modal-body{
  padding: 0px;
}
.st_modal .title_sm{
  color: #282828;
  line-height: 1.3;
}
@media(max-width: 1499px){
  .video_icon{
    width: 60px;
  }
}
@media(max-width: 1299px){
  .video_title{
    padding: 24px;
  }
  .video_icon{
    width: 55px;
  }
}
@media(max-width: 1199px){
  .video_icon{
    width: 50px;
  }
}
@media(max-width: 1099px){
  .video_icon{
    width: 45px;
  }
}
@media(max-width: 991px){
  .video_title{
    padding: 20px;
  }
  .video_icon{
    width: 40px;
  }
}
@media(max-width: 575px){
  .video_title{
    padding: 12px;
  }
  .video_icon{
    width: 35px;
  }
}

/* contact */
.contact_area .title_ml{
  color: #08348f;
}
.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;
}
.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;
}
.inq_item_title:hover{
  color: #08348f;
}
.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: 5px;
  transition: all ease-in-out 0.3s;
  flex-shrink: 0;
}
.qty .count_btn:hover{
  background-color: #08348f;
}
.qty .count{
  width: 100px;
  height: 45px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  margin: 0px 12px;
}
.inq_delete{
  background-color: #e72119;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 24px;
}
.contact_left{
  padding-right: 40px;
}
.info_area{
  border-bottom: solid 1px #d9d9d9;
  padding-top: 10px;
}
.info_area .title_sm{
  color: #282828;
}
.info_item{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.info_icon_block{
  width: 55px;
  height: 55px;
  background-color: #e6eaf4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.info_icon{
  width: 24px;
}
.c_info_title{
  font-size: 16px;
  color: #08348f;
  margin-bottom: 0px;
  font-weight: 500;
}
.c_info_text{
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
}
.c_info_text a{
  color: #282828;
  text-decoration: none;
}
.contact_form{
  background-color: #f5f5f5;
  padding: 100px 50px;
}
.contact_form .text_sm{
  color: #282828;
}
.st_label{
  font-size: 18px;
}
.st_input{
  border: none;
  border-radius: 0px;
  border-bottom: solid 1px #08348f;
  padding: 12px;
  font-size: 18px;
}
.st_input:focus{
  box-shadow: none;
  border-bottom: solid 1px #e72119;
}
.sy_textarea{
  height: 130px;
}
.code_block{
  display: flex;
  align-items: center;
  position: relative;
}
.reset_block{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 10px;
}
.form_code{
  width: 65px;
}
.reset_btn{
  background-color: transparent;
  padding: 0px;
  border: none;
}
.reset_icon{
  width: 15px;
}
.code_block .invalid-feedback{
  position: absolute;
  bottom: -20px;
}
.send_btn{
  text-align: end;
}
@media(max-width: 1499px){
  .inq_item{
    padding: 10px 0px;
  }
  .contact_form{
    padding: 65px 30px;
  }
  .contact_left{
    padding-right: 20px;
  }
  .info_icon_block{
    width: 50px;
    height: 50px;
  }
  .info_icon{
    width: 22px;
  }
}
@media(max-width: 1399px){
  .send_btn{
    text-align: center;
    margin-top: 24px;
  }
}
@media(max-width: 1299px){
  .inq_block{
    margin-bottom: 50px;
  }
  .inq_item{
    padding: 6px 0px;
  }
  .inq_product .inq_pic{
    width: 100px;
    margin-right: 10px;
  }
  .inq_item_title{
    font-size: 16px;
  }
  .qty .count_btn{
    width: 40px;
    height: 40px;
  }
  .qty .count{
    width: 80px;
    height: 40px;
    margin: 0px 10px;
  }
  .inq_delete{
    padding: 8px 20px;
  }
  .contact_left{
    padding-right: 0px;
  }
  .contact_form{
    padding: 50px 24px;
  }
  .info_icon_block{
    width: 45px;
    height: 45px;
  }
  .info_icon{
    width: 20px;
  }
  .st_label{
    font-size: 16px;
  }
  .st_input{
    padding: 8px 12px;
    font-size: 16px;
  }
}
@media(max-width: 991px){
  .inq_block{
    margin-bottom: 30px;
  }
  .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: 65px;
    height: 30px;
    margin: 0px 8px;
    font-size: 14px;
  }
  .inq_delete{
    padding: 5px 15px;
    font-size: 14px;
  }
  .info_area{
    padding-top: 5px;
  }
  .info_icon_block{
    width: 40px;
    height: 40px;
  }
  .info_icon{
    width: 16px;
  }
  .c_info_title{
    font-size: 14px;
  }
  .c_info_text{
    font-size: 14px;
  }
  .st_label{
    font-size: 14px;
  }
  .st_input{
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .inquiry_box{
    order: 1;
  }
  .inq_product .inq_pic{
    width: 80px;
    margin-right: 5px;
  }
  .inq_item_title{
    font-size: 14px;
  }
  .qty .count_btn{
    width: 25px;
    height: 25px;
  }
  .qty .count{
    width: 50px;
    height: 25px;
    margin: 0px 5px;
  }
  .inq_delete{
    padding: 3px 8px;
  }
  .info_box{
    order: 3;
  }
  .form_box{
    order: 2;
  }
  .contact_form{
    padding: 24px;
  }
  .reset_icon{
    width: 14px;
  }
  .form_code{
    width: 55px;
  }
}
@media(max-width: 575px){
  .qty_del_area{
    display: block;
  }
  .qty .count{
    width: 40px;
    margin: 0px 3px;
  }
  .inq_delete{
    padding: 3px 29px;
    margin-top: 5px;
  }
}
@media(max-width: 450px){
  .inq_item_title{
    font-size: 12px;
  }
  .qty .count_btn{
    width: 24px;
    height: 24px;
  }
  .qty .count{
    width: 30px;
    height: 24px;
    margin: 0px 2px;
    font-size: 12px;
  }
  .inq_delete{
    padding: 2px 24px;
    margin-top: 5px;
    font-size: 12px;
  }
}

/* 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 24px;
  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;
  font-weight: 300;
}
.privacyBox .cookie_block p{
  margin-bottom: 0px;
  padding-right: 15px;
}
.privacyBox a{
  color: #e72119;
}
.privacyBox .closePrivacy{
  white-space:nowrap;
  cursor: pointer;
}
.closePrivacy{
  background-color: #08348f;
  padding: 8px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.closePrivacy:hover{
  background-color: #e72119;
}
@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-top: 10px;
  }
  .privacyBox .cookie_block p{
    padding-right: 0px;
  }
}

/* privacy */
.privacy_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
}
.privacy_cname{
  color: #08348f;
}
@media(max-width: 1299px){
  .privacy_text{
    font-size: 16px;
  }
}
@media(max-width: 991px){
  .privacy_text{
    font-size: 14px;
  }
}

/* submit */
.submit_area{
  max-width: 1520px;
  margin: auto;
  padding: 250px 0px 150px 0px;
  text-align: center;
}
.send_icon{
  width: 150px;
  margin-bottom: 20px;
}
.submit_title{
  font-size: 48px;
  color: #282828;
  margin-bottom: 10px;
  font-weight: 700;
}
.submit_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
}
.submit_back{
  margin-top: 30px;
}
.submit_back .mw_btn{
  margin: auto;
}
@media(max-width: 1299px){
  .submit_area{
    padding: 200px 0px 100px 0px;
  }
  .send_icon{
    width: 130px;
  }
  .submit_title{
    font-size: 42px;
  }
}
@media(max-width: 991px){
  .submit_area{
    padding: 150px 0px 100px 0px;
  }
  .send_icon{
    width: 120px;
  }
  .submit_title{
    font-size: 36px;
  }
}
@media(max-width: 575px){
  .send_icon{
    width: 100px;
  }
  .submit_title{
    font-size: 28px;
    margin-bottom: 0px;
  }
  .submit_text{
    font-size: 16px;
  }
  .submit_back{
    margin-top: 20px;
  }
}
@media(max-width: 390px){
  .send_icon{
    width: 80px;
    margin-bottom: 15px;
  }
  .submit_title{
    font-size: 24px;
    margin-bottom: 0px;
  }
  .submit_text{
    font-size: 14px;
  }
  .submit_back{
    margin-top: 15px;
  }
}
.algins{
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left:-1px;
  top:-1px;
}
/* 404 */
.error_title{
  font-size: 130px;
  color: #08348f;
  margin-bottom: 0px;
  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;
  }
}