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

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

::selection {
	background: #009cd1;
	color: #fff;
}

/* nav */
.gtc_navbar{
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 0px 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.navbar_area{
  max-width: 1520px;
  margin: auto;
}
.nav_logo{
  width: 140px;
}
.gtc_coll{
  justify-content: flex-end;
}
.gtc_navbar .nav-link{
  color: #282828;
  font-size: 16px;
  padding: 35px 24px !important;
  transition: all ease-in-out 0.3s;
}
.lang_btn{
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: solid 1px #d9d9d9;
}
.lang_icon{
  width: 23px;
  margin-right: 8px;
}
.lang_txt{
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
}
.lang_arrow{
  width: 12px;
  margin-left: 8px;
}
.lang_drop{
  padding: 26px 0px 26px 20px;
}
.lang_btn:focus{
  box-shadow: none !important;
}
.lang_dropmenu{
  background-color: #009cd1;
  border-radius: 0px;
  min-width: 120px;
  border: none;
  margin-top: 0px !important;
  top: 100%;
  left: auto !important;
  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;
}
/* dropdown_menu */
.gtc_dropmenu{
  border: none;
  background-color: #009cd1;
  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%);
  text-align: center;
}
.gtc_dropmenu .dropdown-item{
  color: #fff;
  padding: 10px 15px;
  transition: 0.4s;
  font-size: 16px;
}
.gtc_dropmenu .dropdown-item:hover{
  background-color: rgba(255, 255, 255, 0.15);
}
.gtc_dropmenu .dropdown-item:active{
  background-color: transparent;
}
.gtc_dropmenu .dropdown-item:focus{
  background-color: transparent;
}
@media(min-width: 991px){
  .gtc_dropmenu li:hover .sub-menu{
    visibility: visible;
  }
  .dropdown:hover .gtc_dropmenu{
    display: block;
  }
}
@media(max-width: 1499px){
  .nav_logo{
    width: 120px;
  }
  .gtc_navbar .nav-link{
    padding: 32px 20px !important;
  }
  .lang_drop{
    padding: 22px 0px 22px 20px;
  }
}
@media(max-width: 991px){
  .gtc_navbar{
    padding: 0px;
  }
  .navbar_area{
    padding: 0px;
  }
  .gtc_navbar .navbar-brand{
    padding-left: 24px;
  }
  .nav_logo{
    width: 100px;
  }
  .gtc_coll{
    padding-bottom: 8px;
  }
  .gtc_navbar .nav-item:nth-last-child(1){
    border-bottom: none;
  }
  .gtc_navbar .nav-link{
    font-size: 14px;
    padding: 8px 12px !important;
    text-align: center;
    border: none;
    width: 100%;
    background-color: transparent;
    border-bottom: solid 1px #d9d9d9;
  }
  .gtc_navbar .nav-link:hover{
    background-color: #f5f5f5;
  }
  .gtc_navbar .nav-item:nth-last-child(1) .nav-link{
    border-bottom: none;
  }
  .lang_btn{
    padding: 9px 12px;
  }
  .lang_icon{
    width: 20px;
  }
  .lang_txt{
    font-size: 14px;
  }
  .lang_arrow{
    width: 10px;
  }
  .nav_right{
    position: absolute;
    top: 13px;
    right: 75px;
  }
  .lang_drop{
    padding: 0px;
  }
  .gtc_dropmenu{
    left: 0;
    transform: translateX(0%);
    box-shadow: none;
  }
  .gtc_dropmenu .dropdown-item{
    font-size: 14px;
    padding: 8px 12px;
  }
  .navbar-toggler{
    position: absolute;
    top: 13px;
    z-index: 2;
    right: 24px;
    border-radius: 5px;
    border: none;
    height: 40px;
    width: 40px;
    background-color: #009cd1;
    cursor: pointer;
    box-shadow: none !important;
  }
  .navbar-toggler .hamburguer_btn{
    width: 100%;
    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);
  }
}
@media(max-width: 390px){
  .gtc_navbar .navbar-brand{
    padding-left: 12px;
  }
  .navbar-toggler{
    right: 12px;
  }
  .nav_right{
    right: 65px;
  }
}

/* banner */
.index_banner{
  position: relative;
}
.banner_area{
  padding: 0px;
  margin-top: 95px;
}
.banner_slick{
  margin-bottom: 0px !important;
}
.banner_block{
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner_tblock{
  position: absolute;
  max-width: 1520px;
  width: 100%;
  margin: auto;
  padding: 0px 24px;
}
.banner_tbox{
  max-width: 650px;
}
.btitle_lg{
  font-size: 58px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.banner_line{
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 20px 0px;
}
.btitle_sm{
  font-size: 30px;
  color: #fff;
  font-weight: 300;
}
.banner_tbox .gtc_btn{
  margin-top: 65px;
}
.gtc_btn{
  display: block;
  border-radius: 5px;
  width: 200px;
  padding: 18px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #d9d9d9;
  color: #009cd1;
  flex-shrink: 0;
  transition: all ease-in-out 0.3s;
  background-color: transparent;
}
.gtc_btn:hover{
  background-color: #009cd1;
  border: solid 1px #009cd1;
  color: #fff;
}
.white_btn{
  border: solid 1px rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
}
.banner_counter{
  max-width: 1520px;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 75px;
  right: 0;
  left: 0;
  padding: 0px 24px;
}
.slick-counter{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.slick-counter .current{
  display: flex;
  align-items: center;
}
.slick-counter .current::after{
  content: "";
  width: 80px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0px 5px;
  display: block;
}
.scroll_down{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  display: flex;
  justify-content: center;
}
.scroll_btn{
  display: block;
}
.down_arrow{
  width: 60px;
}
/* Dots */
.banner_slick .slick-dots{
  padding: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 50px;
  width: auto;
  top: 0;
  bottom: 0;
}
.banner_slick .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.banner_slick .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 10px 0px;
}
.banner_slick .slick-dots li button{
  padding: 0px;
  width: 8px;
  height: 8px;
}
.banner_slick .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%;
}
.banner_slick .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){
  .banner_tbox{
    max-width: 600px;
  }
  .btitle_lg{
    font-size: 52px;
  }
  .btitle_sm{
    font-size: 28px;
  }
  .banner_tbox .gtc_btn{
    margin-top: 50px;
  }
  .banner_slick .slick-dots{
    left: 24px;
  }
  .banner_counter{
    bottom: 65px;
  }
  .slick-counter .current::after{
    width: 65px;
  }
}
@media(max-width: 1599px){
  .banner_tbox{
    max-width: 550px;
  }
  .btitle_lg{
    font-size: 48px;
  }
  .btitle_sm{
    font-size: 24px;
  }
  .banner_tbox .gtc_btn{
    margin-top: 30px;
  }
  .banner_slick .slick-dots{
    left: 8px;
  }
  .banner_slick .slick-dots li{
    width: 6px;
    height: 6px;
    margin: 8px 0px;
  }
  .banner_slick .slick-dots li button{
    width: 6px;
    height: 6px;
  }
  .banner_slick .slick-dots li button:before{
    width: 6px;
    height: 6px;
  }
  .banner_counter{
    bottom: 50px;
  }
  .slick-counter .current::after{
    width: 50px;
  }
}
@media(max-width: 1499px){
  .banner_tbox{
    max-width: 500px;
  }
  .banner_area{
    margin-top: 90px;
  }
  .btitle_lg{
    font-size: 42px;
  }
  .banner_line{
    margin: 15px 0px;
  }
  .btitle_sm{
    font-size: 22px;
  }
  .banner_tbox .gtc_btn{
    margin-top: 30px;
  }
  .gtc_btn{
    width: 180px;
    padding: 15px;
  }
  .banner_slick .slick-dots{
    left: 5px;
  }
  .banner_slick .slick-dots li{
    width: 5px;
    height: 5px;
    margin: 5px 0px;
  }
  .banner_slick .slick-dots li button{
    width: 5px;
    height: 5px;
  }
  .banner_slick .slick-dots li button:before{
    width: 5px;
    height: 5px;
  }
  .banner_counter{
    bottom: 45px;
  }
  .slick-counter .current::after{
    width: 45px;
  }
  .down_arrow{
    width: 55px;
  }
}
@media(max-width: 1299px){
  .banner_tbox{
    max-width: 400px;
  }
  .btitle_lg{
    font-size: 38px;
  }
  .banner_line{
    margin: 12px 0px;
  }
  .btitle_sm{
    font-size: 20px;
  }
  .banner_tbox .gtc_btn{
    margin-top: 20px;
  }
  .gtc_btn{
    width: 150px;
    padding: 12px;
  }
  .banner_counter{
    bottom: 40px;
  }
  .slick-counter .current::after{
    width: 40px;
  }
  .slick-counter{
    font-size: 16px;
  }
  .scroll_down{
    bottom: 40px;
  }
  .down_arrow{
    width: 50px;
  }
}
@media(max-width: 1199px){
  .down_arrow{
    width: 45px;
  }
}
@media(max-width: 991px){
  .banner_area{
    margin-top: 65px;
  }
  .banner_tbox{
    max-width: 330px;
  }
  .btitle_lg{
    font-size: 32px;
  }
  .banner_line{
    margin: 10px 0px;
  }
  .btitle_sm{
    font-size: 18px;
  }
  .banner_tbox .gtc_btn{
    margin-top: 15px;
  }
  .gtc_btn{
    width: 130px;
    padding: 10px;
    font-size: 14px;
  }
  .banner_counter{
    bottom: 35px;
  }
  .slick-counter .current::after{
    width: 35px;
  }
  .slick-counter{
    font-size: 14px;
  }
  .scroll_down{
    bottom: 35px;
  }
  .down_arrow{
    width: 40px;
  }
}
@media(max-width: 767px){
  .banner_tbox{
    max-width: 300px;
  }
  .btitle_lg{
    font-size: 28px;
  }
  .btitle_sm{
    font-size: 16px;
  }
  .banner_tbox .gtc_btn{
    margin-top: 15px;
  }
  .gtc_btn{
    width: 120px;
    padding: 8px;
  }
  .banner_counter{
    bottom: 30px;
  }
  .slick-counter .current::after{
    width: 30px;
  }
  .scroll_down{
    bottom: 30px;
  }
}
@media(max-width: 575px){
  .banner_tbox{
    max-width: 250px;
  }
  .btitle_lg{
    font-size: 24px;
  }
  .banner_line{
    margin: 5px 0px;
  }
  .btitle_sm{
    font-size: 14px;
  }
  .banner_tbox .gtc_btn{
    margin-top: 10px;
  }
  .gtc_btn{
    width: 110px;
    padding: 6px;
  }
  .banner_counter{
    bottom: 15px;
  }
  .slick-counter .current::after{
    width: 20px;
  }
  .slick-counter{
    font-size: 12px;
  }
  .scroll_down{
    display: none;
  }
}
@media(max-width: 450px){
  .banner_tbox{
    max-width: 230px;
  }
  .btitle_lg{
    font-size: 20px;
  }
  .btitle_sm{
    margin-bottom: 5px;
  }
  .gtc_btn{
    width: 100px;
    padding: 5px;
  }
  .banner_counter{
    bottom: 10px;
  }
  .slick-counter .current::after{
    width: 15px;
  }
}
@media(max-width: 390px){
  .banner_tbox{
    max-width: 200px;
  }
  .btitle_lg{
    font-size: 18px;
  }
  .btitle_sm{
    margin-bottom: 0px;
  }
  .banner_tbox .gtc_btn{
    margin-top: 5px;
  }
  .banner_counter{
    display: none;
  }
}

/* index_product */
.index_product{
  overflow: hidden;
}
.index_p_left{
  padding: 0px;
}
.index_p_pic{
  position: relative;
  width: 100%;
  height: 100%; /* 可依需求調整 */
  overflow: hidden;
}
.index_p_pic .p_bg_slide{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.index_p_pic .p_bg_slide.active{
  opacity: 1;
}
.index_p_right{
  padding: 0px;
  z-index: 1;
}
.index_p_t_block{
  padding: 120px;
  height: 100%;
  background-image: url('../image/index_p_bg.png');
  background-size: cover;
  background-position: right bottom;
}
.index_title_sm{
  font-size: 16px;
  color: #009cd1;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.index_title_lg{
  font-size: 36px;
  color: #282828;
  margin-bottom: 0px;
}
.index_p_t_slick{
  margin-top: 30px;
}
.index_p_text{
  overflow: hidden !important;
}
.title_sm{
  font-size: 20px;
}
.index_p_t_inner .title_sm{
  color: #009cd1;
  margin-bottom: 5px;
}
.text_sm{
  font-size: 16px;
  color: #282828;
}
.index_p_t_inner .text_sm{
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_p_b_slick{
  margin-left: -240px;
}
.product_brand{
  padding: 0px 12px;
}
.p_brand_pic{
  border-radius: 10px;
  overflow: hidden;
  border: solid 2px transparent;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.p_brand_pic img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.index_p_b_slick .slick-current .p_brand_pic{
  border: solid 2px #009cd1;
}
.index_p_slick_btn{
  display: flex;
  align-items: center;
  margin: 30px 0px;
}
.slick_btn_group{
  display: flex;
  align-items: center;
}
.index_p_slick_line{
  width: 100%;
  height: 2px;
  background-color: #cccccc;
  margin-left: 15px;
  position: relative;
}
.index_p_slick_line::before{
  content: "";
  width: 30%;
  height: 2px;
  background-color: #009cd1;
  left: 0;
  display: block;
}
/* arrow */
.index_p_t_inner .slick-prev{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  left: 0;
  transform: translate(0, 0%);
  margin-right: 20px;
}
.index_p_t_inner .slick-prev:before{
  content: '';
  background-image: url('../image/prev_arrow.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.2s ease-in-out;
}
.index_p_t_inner .slick-next{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  right: 0;
  transform: translate(0, 0%);
}
.index_p_t_inner .slick-next:before{
  content: '';
  background-image: url('../image/next_arrow.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index_p_t_inner .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_arrow_bold.svg');
  background-size: cover;
}
.index_p_t_inner .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_arrow_bold.svg');
  background-size: cover;
}

@media(max-width: 1699px){
  .index_p_t_block{
    padding: 100px;
  }
  .index_p_t_slick{
    margin-top: 15px;
  }
  .index_p_b_slick{
    margin-left: -200px;
  }
}
@media(max-width: 1499px){
  .index_p_t_block{
    padding: 65px;
  }
  .index_p_b_slick{
    margin-left: -180px;
  }
  .index_title_lg{
    font-size: 32px;
  }
  .index_p_slick_btn{
    margin: 15px 0px;
  }
  .index_p_t_inner .slick-prev{
    width: 55px;
    height: 55px;
    margin-right: 15px;
  }
  .index_p_t_inner .slick-prev:before{
    width: 55px;
    height: 55px;
  }
  .index_p_t_inner .slick-next{
    width: 55px;
    height: 55px;
  }
  .index_p_t_inner .slick-next:before{
    width: 55px;
    height: 55px;
  }
}
@media(max-width: 1299px){
  .index_p_t_block{
    padding: 50px;
  }
  .index_p_b_slick{
    margin-left: -130px;
  }
  .index_title_lg{
    font-size: 28px;
  }
  .title_sm{
    font-size: 18px;
  }
  .index_p_slick_line{
    height: 1px;
  }
  .index_p_slick_line::before{
    height: 1px;
  }
  .product_brand{
    padding: 0px 6px;
  }
  .index_p_t_inner .slick-prev{
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .index_p_t_inner .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .index_p_t_inner .slick-next{
    width: 50px;
    height: 50px;
  }
  .index_p_t_inner .slick-next:before{
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 1199px){
  .index_p_t_block{
    padding: 30px;
  }
  .index_p_b_slick{
    margin-left: -100px;
  }
  .index_title_lg{
    font-size: 24px;
  }
  .index_p_t_slick{
    margin-top: 10px;
  }
  .index_p_t_inner .slick-prev{
    width: 45px;
    height: 45px;
  }
  .index_p_t_inner .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .index_p_t_inner .slick-next{
    width: 45px;
    height: 45px;
  }
  .index_p_t_inner .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 991px){
  .index_p_t_block{
    padding: 24px;
  }
  .index_p_b_slick{
    margin-left: -90px;
  }
  .index_title_lg{
    font-size: 22px;
  }
  .title_sm{
    font-size: 16px;
  }
  .index_title_sm{
    font-size: 14px;
  }
  .text_sm{
    font-size: 14px;
  }
  .index_p_t_inner .slick-prev{
    width: 40px;
    height: 40px;
  }
  .index_p_t_inner .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .index_p_t_inner .slick-next{
    width: 40px;
    height: 40px;
  }
  .index_p_t_inner .slick-next:before{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 767px){
  .index_p_left{
    order: 2;
  }
  .index_p_right{
    order: 1;
  }
  .index_p_t_block{
    padding: 50px 24px;
  }
  .index_p_b_slick{
    margin-left: 0px;
  }
  .product_brand{
    padding: 0px 4px;
  }
  .index_p_pic{
    height: 400px;
  }
}
@media(max-width: 450px){
  .index_p_pic{
    height: 350px;
  }
}
@media(max-width: 390px){
  .index_p_pic{
    height: 300px;
  }
}

/* index_about */
.index_about{
  background-image: url('../image/about_bg.png');
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
  min-height: 790px;
}
.index_a_block{
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_a_inner{
  max-width: 890px;
  margin: auto;
  padding: 0px 12px;
}
.index_a_title{
  text-align: center;
  margin-bottom: 30px;
}
.index_a_title .index_title_sm{
  color: #009cd1;
}
.index_a_title .index_title_lg{
  color: #fff;
}
.index_a_inner .text_sm{
  text-align: center;
  color: #fff;
}
.index_a_inner .gtc_btn{
  margin: 30px auto 0px auto;
}
@media(max-width: 1699px){
  .index_about{
    min-height: 690px;
  }
}
@media(max-width: 1499px){
  .index_about{
    min-height: 590px;
  }
}
@media(max-width: 1299px){
  .index_about{
    min-height: 550px;
    padding: 130px 0px;
  }
  .index_a_title{
    margin-bottom: 20px;
  }
  .index_a_inner .gtc_btn{
    margin: 20px auto 0px auto;
  }
}
@media(max-width: 1199px){
  .index_about{
    min-height: 500px;
    padding: 100px 0px;
  }
  .index_a_title{
    margin-bottom: 15px;
  }
  .index_a_inner .gtc_btn{
    margin: 15px auto 0px auto;
  }
}
@media(max-width: 1099px){
  .index_about{
    min-height: 450px;
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .index_about{
    min-height: 400px;
    padding: 50px 0px;
  }
}
@media(max-width: 390px){
  .index_about{
    padding: 30px 0px;
  }
}

/* index_media */
.index_media{
  padding: 150px 0px;
}
.index_m_top{
  max-width: 1520px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px 12px;
}
.index_m_slick{
  padding: 0px;
  margin-top: 65px;
}
.media_slick .slick-list{
  padding: 0px 170px;
}
.media_slick .slick-slide{
  opacity: 0.3;
}
.media_slick .slick-active{
  opacity: 1;
}
.index_m_block{
  padding: 0px 24px;
}
.media_item{
  text-decoration: none;
}
.m_item_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.m_date{
  font-size: 14px;
  color: #009cd1;
  margin-bottom: 0px;
}
.m_type{
  font-size: 14px;
  color: #009cd1;
  background-color: #ebf7fb;
  padding: 5px 15px;
  border-radius: 16px;
  display: inline-block;
}
.media_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 76%;
  position: relative;
}
.media_pic img{
  position: absolute;
  height: 100%;
  width: 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.08,1.08);
}
.m_bottom{
  margin-top: 20px;
}
.m_title{
  font-size: 18px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m_text{
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_m_btn .gtc_btn{
  margin: 65px auto 0px auto;
}
/* arrow */
.index_media .slick-prev{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  left: 0;
  transform: translate(0, 0%);
  margin-right: 20px;
}
.index_media .slick-prev:before{
  content: '';
  background-image: url('../image/prev_arrow.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.2s ease-in-out;
}
.index_media .slick-next{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  right: 0;
  transform: translate(0, 0%);
}
.index_media .slick-next:before{
  content: '';
  background-image: url('../image/next_arrow.svg');
  display: block;
  width: 60px;
  height: 60px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index_media .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_arrow_bold.svg');
  background-size: cover;
}
.index_media .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_arrow_bold.svg');
  background-size: cover;
}
@media(max-width: 1699px){
  .media_slick .slick-list{
    padding: 0px 100px;
  }
}
@media(max-width: 1499px){
  .media_slick .slick-list{
    padding: 0px 65px;
  }
  .index_m_block{
    padding: 0px 12px;
  }
  .index_media .slick-prev{
    width: 55px;
    height: 55px;
    margin-right: 15px;
  }
  .index_media .slick-prev:before{
    width: 55px;
    height: 55px;
  }
  .index_media .slick-next{
    width: 55px;
    height: 55px;
  }
  .index_media .slick-next:before{
    width: 55px;
    height: 55px;
  }
}
@media(max-width: 1299px){
  .index_media{
    padding: 130px 0px;
  }
  .index_m_slick{
    margin-top: 50px;
  }
  .media_slick .slick-list{
    padding: 0px 50px;
  }
  .index_media .slick-prev{
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .index_media .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .index_media .slick-next{
    width: 50px;
    height: 50px;
  }
  .index_media .slick-next:before{
    width: 50px;
    height: 50px;
  }
  .index_m_btn .gtc_btn{
    margin: 50px auto 0px auto;
  }
}
@media(max-width: 1199px){
  .index_media{
    padding: 100px 0px;
  }
  .index_m_slick{
    margin-top: 30px;
  }
  .media_slick .slick-list{
    padding: 0px 30px;
  }
  .m_item_top{
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .m_bottom{
    margin-top: 15px;
  }
  .index_m_btn .gtc_btn{
    margin: 30px auto 0px auto;
  }
  .index_media .slick-prev{
    width: 45px;
    height: 45px;
  }
  .index_media .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .index_media .slick-next{
    width: 45px;
    height: 45px;
  }
  .index_media .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 1099px){
  .index_media{
    padding: 65px 0px;
  }
  .m_bottom{
    margin-top: 10px;
  }
}
@media(max-width: 991px){
  .index_media{
    padding: 50px 0px;
  }
  .m_date{
    font-size: 12px;
  }
  .m_type{
    font-size: 12px;
    padding: 4px 12px;
  }
  .m_title{
    font-size: 16px;
  }
  .m_text{
    font-size: 14px;
  }
  .index_media .slick-prev{
    width: 40px;
    height: 40px;
  }
  .index_media .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .index_media .slick-next{
    width: 40px;
    height: 40px;
  }
  .index_media .slick-next:before{
    width: 40px;
    height: 40px;
  }
}

/* footer */
.footer{
  background-color: #1c569f;
  position: relative;
}
.top_block{
  position: absolute;
  right: 65px;
  bottom: 65px;
  border: none;
  padding: 0px;
  background-color: transparent;
}
.f_top_btn{
  width: 60px;
}
.footer_area{
  max-width: 1520px;
  margin: auto;
  padding: 65px 0px;
}
.footer_top{
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.footer_logo{
  width: 140px;
}
.footer_sitemap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_item{
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.site_item:hover{
  color: #009cd1;
}
.footer_bottom{
  align-items: flex-end;
}
.info_group{
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.f_info_txt{
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.footer_bottom a:hover{
  color: #009cd1;
}
.info_item{
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.f_info_title{
  font-size: 16px;
  color: #009cd1;
  margin-bottom: 0px;
  margin-right: 5px;
}
.social_block{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.social_item{
  padding: 0px 10px;
}
.social_icon{
  width: 23px;
}
.f_copy_text{
  font-size: 14px;
  color: #acbad4;
  text-align: right;
}
.f_copy_text P{
  margin-bottom: 0px;
}
.f_copy_text a{
  color: #acbad4;
  margin: 0px 2px;
}
@media(max-width: 1799px){
  .top_block{
    right: 24px;
  }
}
@media(max-width: 1699px){
  .top_block{
    right: 20px;
    top: 20px;
    bottom: auto;
  }
}
@media(max-width: 1499px){
  .footer_logo{
    width: 120px;
  }
  .top_block{
    right: 12px;
    top: 12px;
  }
  .f_top_btn{
    width: 55px;
  }
  .footer_top{
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .social_block{
    margin-top: 20px;
  }
  .social_item{
    padding: 0px 8px;
  }
  .social_icon{
    width: 20px;
  }
}
@media(max-width: 1299px){
  .footer_area{
    padding: 50px 0px;
  }
  .f_top_btn{
    width: 50px;
  }
  .footer_top{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .social_block{
    margin-top: 15px;
  }
}
@media(max-width: 1199px){
  .f_top_btn{
    width: 45px;
  }
}
@media(max-width: 991px){
  .footer_logo{
    width: 100px;
  }
  .f_top_btn{
    width: 40px;
  }
  .site_item{
    font-size: 14px;
  }
  .f_info_txt{
    font-size: 14px;
  }
  .f_info_title{
    font-size: 14px;
  }
  .social_block{
    margin-top: 10px;
  }
  .social_item{
    padding: 0px 6px;
  }
  .social_icon{
    width: 18px;
  }
}
@media(max-width: 767px){
  .footer_area{
    padding: 50px 0px 15px 0px;
  }
  .footer_top{
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .f_logo_block{
    text-align: center;
    margin-bottom: 15px;
  }
  .footer_sitemap{
    justify-content: center;
  }
  .site_item{
    padding: 0px 10px;
  }
  .footer_bottom{
    text-align: center;
  }
  .info_group{
    justify-content: center;
  }
  .social_block{
    justify-content: center;
  }
  .f_copy_text{
    text-align: center;
    margin-top: 15px;
  }
}
@media(max-width: 390px){
  .footer_top{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .site_item{
    padding: 0px 5px;
  }
  .info_group{
    display: block;
  }
  .info_item{
    justify-content: center;
  }
  .social_item{
    padding: 0px 4px;
  }
  .f_copy_text{
    font-size: 12px;
  }
}

/* inner_banner */
.inner_banner{
  position: relative;
}
.inner_banner2{
  position: relative;
  background-color: #f5f5f5;
}
.inner_banner::after{
  content: "";
  width: 100%;
  height: 70%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.in_banner_area{
  max-width: 1720px;
  margin-left: auto;
}
.in_banner_top{
  max-width: 1520px;
  margin-right: auto;
  margin-left: 0px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-right: 12px;
  align-items: flex-start;
}
.in_title_sm{
  font-size: 24px;
  color: #282828;
  margin-bottom: 5px;
  font-weight: 500;
}
.in_title_lg{
  font-size: 72px;
  color: #1c569f;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.in_banner_pic{
  padding-left: 12px;
}
.home_link{
  width: 22px;
  height: 22px;
  border: solid 1px #d9d9d9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_icon{
  width: 12px;
}
.gtc_bread .breadcrumb{
  justify-content: flex-end;
  margin-bottom: 0px;
}
.gtc_bread .breadcrumb-item{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.gtc_bread .breadcrumb-item:nth-child(1){
  padding-left: 0px !important;
}
.gtc_bread .breadcrumb-item+.breadcrumb-item::before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #009cd1;
  margin-right: 8px;
  flex-shrink: 0;
  padding: 0px;
}
.gtc_bread .breadcrumb-item a{
  color: #b0b0b0;
  text-decoration: none;
}
.gtc_bread .breadcrumb-item.active{
  color: #282828;
}
@media(max-width: 1699px){
  .in_banner_top{
    margin-bottom: 20px;
  }
  .in_title_sm{
    font-size: 22px;
  }
  .in_title_lg{
    font-size: 68px;
  }
}
@media(max-width: 1499px){
  .in_title_sm{
    font-size: 20px;
  }
  .in_title_lg{
    font-size: 58px;
  }
}
@media(max-width: 1299px){
  .in_title_sm{
    font-size: 18px;
  }
  .in_title_lg{
    font-size: 48px;
  }
}
@media(max-width: 1199px){
  .in_title_lg{
    font-size: 42px;
  }
}
@media(max-width: 991px){
  .in_banner_top{
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .in_title_lg{
    font-size: 38px;
  }
  .home_link{
    width: 20px;
    height: 20px;
  }
  .home_icon{
    width: 10px;
  }
  .gtc_bread .breadcrumb-item{
    font-size: 12px;
  }
}
@media(max-width: 991px){
  .in_banner_top{
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .in_title_lg{
    font-size: 38px;
  }
  .home_link{
    width: 20px;
    height: 20px;
  }
  .home_icon{
    width: 10px;
  }
  .gtc_bread .breadcrumb-item{
    font-size: 12px;
  }
}
@media(max-width: 767px){
  .in_banner_top{
    margin-bottom: 10px;
  }
  .in_title_lg{
    font-size: 28px;
  }
  .in_title_sm{
    font-size: 16px;
  }
  .home_link{
    width: 18px;
    height: 18px;
  }
  .gtc_bread .breadcrumb-item{
    padding-left: 5px;
  }
  .gtc_bread .breadcrumb-item+.breadcrumb-item::before{
    margin-right: 5px;
  }
}
@media(max-width: 575px){
  .inner_banner::after{
    height: 80%;
  }
  .in_banner_top{
    padding-top: 20px;
  }
  .in_title_lg{
    font-size: 24px;
  }
  .in_title_sm{
    font-size: 14px;
  }
  .gtc_bread{
    margin-top: 5px;
  }
  .gtc_bread .breadcrumb{
    justify-content: flex-start;
  }
}

/* product */
.inner_black1{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px;
}
.inner_black2{
  max-width: 1520px;
  margin: auto;
  padding: 50px 0px 100px 0px;
}
.inner_black3{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px 65px 0px;
}
.inner_black4{
  max-width: 1520px;
  margin: auto;
  padding: 50px 0px 0px 0px;
}
.p_brand_item{
  text-decoration: none;
}
.p_brand_item .p_brand_pic{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
}
.brand_title{
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
}
.brand_title::before{
  content: "";
  width: 10px;
  height: 2px;
  background-color: #009cd1;
  margin-right: 5px;
}
.p_brand_item:hover .p_brand_pic{
  border: solid 2px #009cd1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
@media(max-width: 1499px){
  .brand_title{
    font-size: 16px;
  }
  .inner_black2{
    padding: 30px 0px 100px 0px;
  }
  .inner_black4{
    padding: 30px 0px 0px 0px;
  }
}
@media(max-width: 1299px){
  .inner_black1{
    padding: 80px 0px;
  }
  .inner_black2{
    padding: 15px 0px 80px 0px;
  }
  .inner_black3{
    padding: 80px 0px 50px 0px;
  }
  .inner_black4{
    padding: 15px 0px 0px 0px;
  }
}
@media(max-width: 1099px){
  .inner_black1{
    padding: 65px 0px;
  }
  .inner_black2{
    padding: 15px 0px 65px 0px;
  }
  .inner_black3{
    padding: 65px 0px 50px 0px;
  }
}
@media(max-width: 991px){
  .inner_black1{
    padding: 50px 0px;
  }
  .inner_black2{
    padding: 15px 0px 50px 0px;
  }
  .inner_black3{
    padding: 50px 0px 30px 0px;
  }
  .brand_title{
    font-size: 14px;
  }
}

/* product_list */
.title_md{
  font-size: 24px;
  color: #282828;
}
.seo_block .seo_inner{
	max-height: 90px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
  position: relative;
}
.seo_block .seo_inner:after{
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 30px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
  transition: background-image 0.3s ease-in;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}
.seo_block .des_more_button{
	color: #1c569f;
  text-decoration: underline;
  cursor: pointer;
}
.seo_block .des_more-expanded{
	max-height: 2300px !important;
	transition: max-height 0.3s ease-in;
}
.p_list{
  margin-top: 50px;
}
.product_item{
  display: block;
  background-color: #f5f5f5;
  text-decoration: none;
  padding: 15px 30px;
}
.p_item_inner{
  align-items: center;
}
.p_item_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.p_item_pic img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.p_item_title{
  border-bottom: solid 1px #009cd1;
}
.product_item:hover .p_item_pic img{
  transform: scale(0.9,0.9);
}
@media(max-width: 1499px){
  .p_list{
    margin-top: 30px;
  }
}
@media(max-width: 1299px){
  .title_md{
    font-size: 22px;
  }
  .product_item{
    padding: 12px 24px;
  }
}
@media(max-width: 1199px){
  .title_md{
    font-size: 20px;
  }
}
@media(max-width: 991px){
  .title_md{
    font-size: 18px;
  }
}
@media(max-width: 767px){
  .product_item{
    padding: 12px;
  }
}
@media(max-width: 575px){
  .p_list{
    margin-top: 20px;
  }
  .title_md{
    font-size: 16px;
  }
}

/* product_detail */
.detail_area{
  background-color: #f5f5f5;
}
.pdet_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.det_inner{
  background-color: #fff;
  padding: 100px 150px;
}
.title_lg{
  font-size: 36px;
  color: #282828;
}
.pdet_brand_pic{
  border-radius: 10px;
  overflow: hidden;
  border: solid 2px transparent;
  display: block;
  width: 100%;
  max-width: 230px;
  padding-bottom: 10%;
  position: relative;
}
.pdet_brand_pic img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.pdet_editor{
  font-size: 16px;
}
.pdet_editor img{
  max-width: 100%;
}
.bottom_back{
  margin-top: 100px;
}
.bottom_back .gtc_btn{
  margin: auto;
}
@media(max-width: 1699px){
  .det_inner{
    padding: 80px 130px;
  }
}
@media(max-width: 1499px){
  .pdet_top{
    margin-bottom: 30px;
  }
  .title_lg{
    font-size: 32px;
  }
  .det_inner{
    padding: 65px 100px;
  }
}
@media(max-width: 1299px){
  .pdet_top{
    margin-bottom: 15px;
  }
  .title_lg{
    font-size: 28px;
  }
  .det_inner{
    padding: 50px 65px;
  }
  .bottom_back{
    margin-top: 80px;
  }
}
@media(max-width: 1199px){
  .title_lg{
    font-size: 24px;
  }
  .det_inner{
    padding: 30px 50px;
  }
}
@media(max-width: 1099px){
  .title_lg{
    font-size: 22px;
  }
  .det_inner{
    padding: 24px;
  }
  .bottom_back{
    margin-top: 65px;
  }
}
@media(max-width: 991px){
  .title_lg{
    font-size: 20px;
  }
  .det_inner{
    padding: 12px;
  }
  .pdet_editor{
    font-size: 14px;
  }
  .bottom_back{
    margin-top: 50px;
  }
}
@media(max-width: 767px){
  .pdet_brand_pic{
    padding-bottom: 15%;
  }
}
@media(max-width: 575px){
  .pdet_top{
    display: block;
  }
  .bottom_back{
    margin-top: 30px;
  }
  .pdet_brand_pic{
    padding-bottom: 20%;
  }
}

/* media */
.media_top{
  border-bottom: solid 1px #d9d9d9;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
.media_top .title_md{
  margin-bottom: 0px;
}
.gtc_dropdown_btn{
  display: none;
}
.list_tab{
  display: flex;
  justify-content: flex-end;
  margin-bottom: -1px;
  position: relative;
  padding: 0px;
  border: none;
  background-color: transparent;
  z-index: 99 !important;
}
.tab_arrow{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  margin-left: 15px;
}
.tab_arrow::after{
  content: "";
  background-image: url('../image/tab_arrow.svg');
  display: block;
  width: 8px;
  height: 10px;
  background-size: cover;
}
.list_tab .nav-link{
  color: #282828;
  display: flex;
  align-items: center;
  border-bottom: solid 1px transparent;
}
.list_tab .nav-link.active{
  border-bottom: solid 1px #009cd1;
}
.list_tab .nav-link.active .tab_arrow{
  background-color: #009cd1;
}
.page_area{
  margin-top: 100px;
}
.gtc_page{
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_arrow{
  padding: 0px;
  border: none;
  background-color: transparent;
}
.page_btn{
  width: 60px;
}
.page_number{
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: 0px 15px;
}
.page_active{
  color: #1c569f;
}
.page_all{
  color: #282828;
}
.page_all::before{
  content: "/";
  margin: 0px 5px;
}
@media(max-width: 1499px){
  .page_btn{
    width: 55px;
  }
}
@media(max-width: 1299px){
  .page_area{
    margin-top: 80px;
  }
  .page_btn{
    width: 50px;
  }
  .page_number{
    font-size: 16px;
    margin: 0px 15px;
  }
}
@media(max-width: 1199px){
  .page_btn{
    width: 45px;
  }
}
@media(max-width: 1099px){
  .page_area{
    margin-top: 65px;
  }
}
@media(max-width: 991px){
  .list_tab .nav-link{
    font-size: 14px;
    padding: 8px 10px;
  }
  .tab_arrow{
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  .tab_arrow::after{
    width: 6px;
    height: 8px;
  }
  .page_area{
    margin-top: 50px;
  }
  .page_btn{
    width: 40px;
  }
  .page_number{
    font-size: 14px;
    margin: 0px 15px;
  }
}
@media(max-width: 767px){
  .media_top .title_md{
    text-align: center;
    margin-bottom: 10px;
  }
  .list_tab{
    justify-content: center;
  }
}
@media(max-width: 575px){
  .media_top{
    border-bottom: none;
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .gtc_dropdown_btn{
    display: block;
    background-color: #009cd1;
    width: 100%;
    color: #fff;
    font-size: 14px;
  }
  .gtc_dropdown_btn:hover{
    color: #fff;
  }
  .list_tab{
    display: none;
    background-color: #f5f5f5;
    left: 0px !important;
    right: 0px !important;
    transform: translate(0px, 37px) !important;
  }
  .list_tab .nav-link{
    justify-content: center;
    border-bottom: solid 1px #d9d9d9;
  }
  .page_area{
    margin-top: 30px;
  }
}

/* media_detail */
.mdet_top{
  margin-bottom: 30px;
}
.mdet_date_type{
  display: flex;
  align-items: center;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mdet_date_type .m_type{
  margin-left: 15px;
}
@media(max-width: 1299px){
  .mdet_top{
    margin-bottom: 15px;
  }
  .mdet_date_type{
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
@media(max-width: 767px){
  .mdet_date_type{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/* catalog */
.catalog_tab{
  margin-top: 50px;
}
.catalog_tab .nav-item{
  padding: 8px;
}
.catalog_tab .nav-link{
  border: solid 1px #d9d9d9;
  color: #009cd1;
  border-radius: 5px;
}
.catalog_tab .nav-link.active{
  border: solid 1px #009cd1;
  background-color: #009cd1;
  color: #fff;
}
.catalog_item{
  text-decoration: none;
}
.catalog_item .m_type{
  margin-bottom: 12px;
}
.catalog_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.catalog_pic img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.catalog_btn{
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #009cd1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -60px;
  left: 0px;
  right: 0px;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.catalog_item:hover .catalog_btn{
  bottom: 0px;
}
@media(max-width: 1499px){
  .catalog_tab{
    margin-top: 30px;
  }
  .catalog_item .m_type{
    margin-bottom: 5px;
  }
  .catalog_tab .nav-item{
    padding: 5px;
  }
  .catalog_tab .nav-link{
    padding: 5px 10px;
  }
}
@media(max-width: 1299px){
  .catalog_tab{
    margin-top: 15px;
  }
  .catalog_tab .nav-item{
    padding: 3px;
  }
  .catalog_tab .nav-link{
    padding: 3px 8px;
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .catalog_btn{
    height: 50px;
    bottom: -50px;
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .catalog_pic{
    margin-bottom: 15px;
  }
}
@media(max-width: 575px){
  .catalog_btn{
    height: 45px;
    bottom: -45px;
  }
  .catalog_tab .nav-item{
    padding: 2px;
  }
  .catalog_tab .nav-link{
    padding: 3px 6px;
    font-size: 12px;
  }
}

/* video */
.video_item{
  padding: 0px;
  border: none;
  background-color: transparent;
  text-align: left;
}
.video_top{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.video_top::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.3s;
}
.video_play{
  position: absolute;
  padding: 8px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  animation: shine_btn 1s infinite;
}
@keyframes shine_btn{
  0%{
    background-color: rgba(0, 156, 209, 0.3);
  }
  50%{
    background-color: rgba(0, 156, 209, 0.5);
  }
  100%{
    background-color: rgba(0, 156, 209, 0.3);
  }
}
.video_icon{
  width: 55px;
}
.video_item .m_type{
  margin-bottom: 12px;
}
.video_item:hover .video_top::before{
  background-color: rgba(0, 0, 0, 0);
}
.gtc_modal .modal-body{
  padding: 0px;
}
.gtc_modal .btn-close{
  position: absolute;
  right: 0;
  margin-top: -30px;
}
@media(max-width: 1499px){
  .video_item .m_type{
    margin-bottom: 5px;
  }
  .video_icon{
    width: 50px;
  }
}
@media(max-width: 1299px){
  .video_top{
    margin-bottom: 15px;
  }
  .video_icon{
    width: 45px;
  }
  .video_play{
    padding: 5px;
  }
}
@media(max-width: 767px){
  .video_top{
    margin-bottom: 10px;
  }
}

/* about */
.about_block1{
  --bs-gutter-x: 1.5rem;
}
.a_b1_p1{
  padding: 0px;
}
.a_b1_t1{
  padding: 0px;
}
.t1_block{
  padding: 0px 130px;
  height: 100%;
  display: flex;
  align-items: center;
}
.a_block_title{
  color: #1c569f;
}
.t1_block .title_md{
  margin-bottom: 15px;
}
.a_b1_t2{
  padding: 0px;
}
.a_b1_p2{
  padding: 0px;
}
.t2_block{
  padding: 0px 130px;
  background-color: #1c569f;
  height: 100%;
  display: flex;
  align-items: center;
}
.t2_block .title_md{
  margin-bottom: 15px;
  color: #fff;
}
.t2_block .text_sm{
  color: #fff;
}
.about_block2{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px;
}
.a_b2_t{
  max-width: 991px;
  margin: auto;
  text-align: center;
}
.a_b2_t .title_md{
  margin-bottom: 15px;
}
.a_b2_p_block{
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.a_b2_p1{
  margin-right: -100px;
}
.a_b2_p2{
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.a_b2_p3{
  margin-left: -100px;
}
.a_b3_area1{
  padding: 0px;
}
.a_b3_bg{
  height: 550px;
  background-position: center;
  background-size: cover;
}
.a_b3_area2{
  max-width: 1720px;
  margin-left: auto;
  margin-top: -150px;
  padding-right: 0px;
  padding-left: 24px;
}
.a_b3_a2_inner{
  background-color: #fff;
  padding: 100px 0px;
}
.a_b3_a2_tblock{
  max-width: 1520px;
  margin-right: auto;
  padding-left: 250px;
  padding-right: 24px;
}
.a_b3_a2_tblock .title_md{
  margin-bottom: 15px;
}
.a_b3_a2_tblock .text_sm{
  margin-bottom: 30px;
}
.about_link{
  max-width: 300px;
  display: block;
  border: solid 3px #d9d9d9;
  transition: all ease-in-out 0.3s;
}
.about_link:hover{
  border: solid 3px #009cd1;
}
.about_block4{
  background-color: #f5f5f5;
  padding: 100px 0px;
}
.about_block4 .title_md{
  text-align: center;
}
.a_b4_area{
  max-width: 1520px;
  margin: auto;
}
.a_b4_item{
  height: 100%;
  background-color: #fff;
}
.a_b4_item_bt{
  padding: 24px;
  text-align: center;
}
.a_b4_item_bt .title_sm{
  color: #1c569f;
  margin-bottom: 10px;
}
.a_b4_item_bt .text_sm{
  margin-bottom: 0px;
}
@media(max-width: 1499px){
  .t1_block{
    padding: 0px 100px;
  }
  .t2_block{
    padding: 0px 100px;
  }
  .a_b2_p1{
    margin-right: -65px;
  }
  .a_b2_p2{
    margin-top: 65px;
  }
  .a_b2_p3{
    margin-left: -65px;
  }
  .a_b3_bg{
    height: 500px;
  }
  .a_b3_area2{
    margin-top: -130px;
  }
  .a_b3_a2_tblock{
    padding-left: 200px;
  }
}
@media(max-width: 1299px){
  .t1_block{
    padding: 0px 50px;
  }
  .t2_block{
    padding: 0px 50px;
  }
  .about_block2{
    padding: 80px 0px;
  }
  .a_b2_p_block{
    margin-top: 30px;
  }
  .a_b2_p1{
    margin-right: -50px;
  }
  .a_b2_p2{
    margin-top: 50px;
  }
  .a_b2_p3{
    margin-left: -50px;
  }
  .a_b3_bg{
    height: 450px;
  }
  .a_b3_area2{
    margin-top: -100px;
  }
  .a_b3_a2_inner{
    padding: 80px 0px;
  }
  .a_b3_a2_tblock{
    padding-left: 150px;
  }
  .a_b3_a2_tblock .text_sm{
    margin-bottom: 20px;
  }
  .about_block4{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .t1_block{
    padding: 0px 24px;
  }
  .t2_block{
    padding: 0px 24px;
  }
  .about_block2{
    padding: 65px 0px;
  }
  .a_b3_bg{
    height: 400px;
  }
  .a_b3_area2{
    margin-top: -80px;
  }
  .a_b3_a2_inner{
    padding: 65px 0px;
  }
  .a_b3_a2_tblock{
    padding-left: 100px;
  }
  .about_link{
    max-width: 250px;
  }
  .about_block4{
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .t1_block .title_md{
    margin-bottom: 10px;
  }
  .t1_block .text_sm{
    margin-bottom: 0px;
    line-height: 1.3;
  }
  .t2_block .title_md{
    margin-bottom: 10px;
  }
  .t2_block .text_sm{
    margin-bottom: 0px;
    line-height: 1.3;
  }
  .a_b2_t .title_md{
    margin-bottom: 10px;
  }
  .a_b2_t .text_sm{
    line-height: 1.3;
  }
  .about_block2{
    padding: 50px 0px;
  }
  .a_b2_p1{
    margin-right: -30px;
  }
  .a_b2_p2{
    margin-top: 30px;
  }
  .a_b2_p3{
    margin-left: -30px;
  }
  .a_b3_bg{
    height: 350px;
  }
  .a_b3_a2_tblock .title_md{
    margin-bottom: 10px;
  }
  .a_b3_area2{
    margin-top: 0px;
    padding-left: 0;
  }
  .a_b3_a2_inner{
    padding: 50px 0px;
  }
  .a_b3_a2_tblock{
    padding-left: 24px;
  }
  .about_link{
    max-width: 200px;
  }
  .a_b4_item_bt .title_sm{
    margin-bottom: 5px;
  }
  .a_b4_item_bt{
    padding: 12px;
  }
  .about_block4{
    padding: 50px 0px;
  }
}
@media(max-width: 767px){
  .t1_block{
    padding: 24px;
  }
  .t2_block{
    padding: 24px;
  }
  .a_b1_p1{
    order: 1;
  }
  .a_b1_t1{
    order: 2;
  }
  .a_b1_t2{
    order: 4;
  }
  .a_b1_p2{
    order: 3;
  }
  .a_b2_p_block{
    display: block;
    margin-top: 0px;
  }
  .a_b2_p1{
    margin-right: 0px;
    margin-top: 20px;
  }
  .a_b2_p2{
    margin-top: 20px;
  }
  .a_b2_p3{
    margin-left: 0px;
    margin-top: 20px;
  }
  .a_b3_bg{
    height: 300px;
  }
}
@media(max-width: 575px){
  .a_b3_bg{
    height: 250px;
  }
}
@media(max-width: 450px){
  .a_b3_bg{
    height: 200px;
  }
}
@media(max-width: 390px){
  .a_b3_bg{
    height: 150px;
  }
}

/* about_history */
.history_area{
  margin-top: 50px;
}
.history_rang{
  padding-right: 65px;
}
.rang_block{
  background-color: #1c569f;
  padding: 65px 15px;
}
.rang_yr{
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.rang_block .rang_yr:nth-child(1)::after{
  content: "";
  width: 5px;
  height: 20px;
  background-color: #fff;
  display: block;
  margin: 10px auto;
}
.timeline_item{
  display: flex;
}
.timeline_yr{
  font-size: 58px;
  color: #1c569f;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.timeline_block{
  padding-left: 50px;
  width: 100%;
  margin-top: 12px;
}
.history_dot{
  display: flex;
  align-items: center;
  width: 100%;
}
.history_dot:before{
  content: "";
  background-image: url('../image/history_dot.svg');
  width: 23px;
  height: 23px;
  background-size: cover;
  background-repeat: no-repeat;
}
.history_dot::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  display: block;
}
.timeline_inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 50px 24px 24px;
}
.timeline_text{
  padding-right: 15px;
}
.time_inner_pic{
  width: 300px;
  flex-shrink: 0;
}
.timeline_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}
.timeline_pic img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
@media(max-width: 1499px){
  .history_area{
    margin-top: 30px;
  }
  .history_rang{
    padding-right: 50px;
  }
  .rang_block{
    padding: 50px 15px;
  }
  .rang_yr{
    font-size: 38px;
  }
  .timeline_yr{
    font-size: 52px;
  }
}
@media(max-width: 1299px){
  .history_rang{
    padding-right: 30px;
  }
  .rang_block{
    padding: 30px 15px;
  }
  .rang_yr{
    font-size: 32px;
  }
  .timeline_yr{
    font-size: 48px;
  }
  .timeline_block{
    padding-left: 30px;
  }
  .history_dot:before{
    width: 20px;
    height: 20px;
  }
  .timeline_inner{
    padding: 15px 30px 15px 20px;
  }
  .time_inner_pic{
    width: 280px;
  }
}
@media(max-width: 1199px){
  .history_rang{
    padding-right: 24px;
  }
  .rang_block{
    padding: 24px 12px;
  }
  .rang_yr{
    font-size: 28px;
  }
  .timeline_yr{
    font-size: 42px;
  }
  .timeline_block{
    padding-left: 20px;
  }
  .history_dot:before{
    width: 15px;
    height: 15px;
  }
  .timeline_inner{
    padding: 12px 24px 12px 15px;
  }
  .time_inner_pic{
    width: 250px;
  }
}
@media(max-width: 991px){
  .history_rang{
    padding-right: 0px;
  }
  .rang_block{
    padding: 20px 12px;
  }
  .rang_yr{
    font-size: 24px;
  }
  .timeline_yr{
    font-size: 38px;
  }
  .timeline_block{
    padding-left: 15px;
  }
  .history_dot:before{
    width: 12px;
    height: 12px;
  }
  .timeline_inner{
    padding: 12px;
  }
  .time_inner_pic{
    width: 220px;
  }
}
@media(max-width: 767px){
  .rang_block{
    padding: 12px 12px;
  }
  .rang_yr{
    font-size: 20px;
  }
  .rang_block .rang_yr:nth-child(1)::after{
    width: 3px;
    height: 15px;
    margin: 5px auto;
  }
  .timeline_yr{
    font-size: 32px;
  }
  .timeline_block{
    padding-left: 10px;
    margin-top: 8px;
  }
  .history_dot:before{
    width: 12px;
    height: 12px;
  }
  .timeline_inner{
    padding: 12px;
  }
  .time_inner_pic{
    width: 180px;
  }
}
@media(max-width: 575px){
  .history_area{
    margin-top: 20px;
  }
  .history_block{
    margin-top: 10px;
  }
  .rang_block{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .rang_yr{
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .rang_block .rang_yr:nth-child(1)::after{
    width: 15px;
    height: 3px;
    margin: 0px 5px;
  }
  .timeline_block{
    margin-top: 5px;
  }
  .timeline_yr{
    font-size: 28px;
  }
  .time_inner_pic{
    width: 150px;
  }
}
@media(max-width: 450px){
  .timeline_yr{
    font-size: 24px;
  }
  .time_inner_pic{
    width: 130px;
  }
  .timeline_inner{
    padding: 12px 0px;
  }
  .timeline_text{
    padding-right: 12px;
  }
}
@media(max-width: 390px){
  .timeline_block{
    padding-left: 5px;
  }
  .rang_yr{
    font-size: 16px;
  }
  .timeline_yr{
    font-size: 20px;
  }
  .time_inner_pic{
    width: 100px;
  }
}
@media(max-width: 360px){
  .timeline_yr{
    font-size: 18px;
  }
}

/* contact */
.contact_area{
  background-color: #f5f5f5;
}
.c_info_area{
  margin-top: 80px;
}
.contact_area .title_sm{
  font-weight: 500;
}
.c_info_block{
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.info_icon_block{
  width: 60px;
  height: 60px;
  border: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex-shrink: 0;
}
.info_icon{
  width: 25px;
}
.info_text_block{
  margin-left: 20px;
}
.c_info_title{
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 3px;
}
.c_info_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
  text-decoration: none;
}
.c_form_area{
  padding-left: 50px;
}
.c_form_block{
  background-color: #fff;
  padding: 65px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.gtc_label{
  color: #282828;
}
.gtc_input{
  background-color: #f5f5f5;
  border: solid 1px #f5f5f5;
  min-height: 55px;
}
.gtc_input:focus{
  box-shadow: none;
  background-color: #f5f5f5;
  border: solid 1px #009cd1;
}
.gtc_textarea{
  background-color: #f5f5f5;
  border: solid 1px #f5f5f5;
  height: 130px;
}
.gtc_textarea:focus{
  box-shadow: none;
  background-color: #f5f5f5;
  border: solid 1px #009cd1;
}
.code_input{
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 8px;
}
.code_input .gtc_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: 55px;
}
.submit_block .gtc_btn{
  margin: 15px auto 0px auto; 
}
.contact_bt{
  margin-top: -100px;
}
.contact_map{
  height: 500px;
  padding: 0px;
}
@media(max-width: 1499px){
  .c_form_area{
    padding-left: 30px;
  }
  .contact_bt{
    margin-top: -50px;
  }
  .contact_map{
    height: 450px;
  }
}
@media(max-width: 1299px){
  .c_info_area{
    margin-top: 65px;
  }
  .c_info_block{
    margin-top: 30px;
  }
  .info_icon_block{
    width: 55px;
    height: 55px;
  }
  .info_text_block{
    margin-left: 15px;
  }
  .c_info_title{
    font-size: 16px;
  }
  .c_info_text{
    font-size: 16px;
  }
  .c_form_area{
    padding-left: 0px;
  }
  .c_form_block{
    padding: 50px;
  }
  .contact_map{
    height: 400px;
  }
}
@media(max-width: 1099px){
  .c_info_area{
    margin-top: 40px;
  }
  .c_info_block{
    margin-top: 30px;
  }
  .c_form_block{
    padding: 24px;
  }
  .gtc_input{
    min-height: 50px;
  }
  .gtc_textarea{
    height: 100px;
  }
}
@media(max-width: 991px){
  .c_info_block{
    margin-top: 20px;
  }
  .info_icon_block{
    width: 50px;
    height: 50px;
  }
  .info_icon{
    width: 22px;
  }
  .info_text_block{
    margin-left: 10px;
  }
  .c_info_title{
    font-size: 14px;
  }
  .c_info_text{
    font-size: 14px;
  }
  .gtc_input{
    min-height: 45px;
    font-size: 14px;
  }
  .gtc_textarea{
    font-size: 14px;
  }
  .gtc_label{
    font-size: 14px;
  }
  .invalid-feedback{
    top: 45px;
  }
  .contact_map{
    height: 350px;
  }
}
@media(max-width: 767px){
  .c_top{
    order: 1;
  }
  .c_left{
    order: 3;
  }
  .c_right{
    order: 2;
  }
  .c_form_block{
    margin-top: 10px;
  }
  .c_info_area{
    margin-top: 30px;
  }
  .form_code{
    max-width: 65px;
  }
  .reset_btn{
    width: 15px;
  }
  .contact_bt{
    margin-top: 30px;
  }
  .contact_map{
    height: 300px;
  }
}
@media(max-width: 390px){
  .c_info_block{
    margin-top: 15px;
  }
  .gtc_input{
    min-height: 40px;
  }
  .gtc_textarea{
    height: 80px;
  }
  .form_code{
    max-width: 60px;
  }
  .reset_btn{
    width: 14px;
    margin-left: 3px;
  }
  .invalid-feedback{
    top: 35px;
  }
}

/* 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: #009cd1;
}
.privacyBox .closePrivacy{
  background: #009cd1;
  border: 0;
  color: #fff;
  margin-left: 2rem;
  padding: 12px 48px;
  border-radius: 5px;
  cursor: pointer;
  white-space:nowrap;
}
.company_name{
  color: #1c569f;
}
@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;
}
.back_btn_block .gtc_btn{
  margin: auto;
}
@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: #1c569f;
  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;
  }
}