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

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

::selection {
	background: #00498e;
	color: #fff;
}

.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xxl-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.col-1-5{
  width: 20%;
  float: left;
}

@media (min-width: 767px){
  .col-md-1-5 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 991px){
  .col-lg-1-5 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 1199px){
  .col-xl-1-5 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 1199px){
  .col-xxl-1-5 {
      width: 20%;
      float: left;
  }
}

/* nav */
.ttop_navbar{
  position: fixed;
  width: 100%;
  background-color: #00498e;
  padding: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
.navbar_area{
  padding: 0px;
  position: relative;
}
.ttop_navbar .navbar-brand{
  display: block;
  background-color: #fff;
  padding: 15px 30px;
}
.nav_logo{
  width: 375px;
}
.ttop_coll{
  justify-content: flex-end;
  padding-right: 50px;
}
.ttop_coll .nav-link{
  color: #fff;
  padding: 37px 50px !important;
  transition: all ease-in-out 0.3s;
  font-size: 18px;
}
.ttop_coll .nav-item:hover .nav-link{
  color: #0fb5df;
}
.lang_btn{
  background-color: #0fb5df;
  padding: 0px;
  border-radius: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang_btn:focus{
  box-shadow: none !important;
}
.lang_icon{
  background-image: url('../image/lang_icon.svg');
  width: 28px;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
}
.lang_dropmenu{
  background-color: #282828;
  border-radius: 0px;
  min-width: auto;
  width: 100px;
  border: none;
  margin-top: 0px !important;
  text-align: center;
  right: 0;
  left: auto !important;
  font-size: 18px;
}
.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 */
.ttop_dropmenu{
  border: none;
  background-color: #0fb5df;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  border-radius: 0;
}
.ttop_dropmenu .dropdown-item{
  color: #fff;
  padding: 10px 15px;
  transition: 0.4s;
  font-size: 18px;
  font-weight: 300;
}
.ttop_dropmenu .dropdown-item:hover{
  background-color: transparent;
  opacity: 0.6;
}
.ttop_dropmenu .dropdown-item:active{
  background-color: transparent;
}
.ttop_dropmenu .dropdown-item:focus{
  background-color: transparent;
}
@media(min-width: 991px){
  .ttop_dropmenu li:hover .sub-menu{
    visibility: visible;
  }
  .dropdown:hover .ttop_dropmenu{
    display: block;
  }
}
@media(max-width: 1699px){
  .ttop_navbar .navbar-brand{
    padding: 17px 24px;
  }
  .nav_logo{
    width: 350px;
  }
  .ttop_coll{
    padding-right: 40px;
  }
  .ttop_coll .nav-link{
    padding: 36px 40px !important;
  }
}
@media(max-width: 1499px){
  .ttop_navbar .navbar-brand{
    padding: 12px 24px;
  }
  .nav_logo{
    width: 300px;
  }
  .ttop_coll{
    padding-right: 30px;
  }
  .ttop_coll .nav-link{
    padding: 27px 30px !important;
  }
  .lang_btn{
    width: 80px;
    height: 80px;
  }
}
@media(max-width: 1299px){
  .ttop_navbar .navbar-brand{
    padding: 12px 24px;
  }
  .nav_logo{
    width: 275px;
  }
  .ttop_coll{
    padding-right: 20px;
  }
  .ttop_coll .nav-link{
    padding: 26px 20px !important;
    font-size: 16px;
  }
  .ttop_dropmenu .dropdown-item{
    font-size: 16px;
  }
  .lang_btn{
    width: 75px;
    height: 75px;
  }
  .lang_icon{
    width: 25px;
    height: 25px;
  }
  .lang_dropmenu{
    width: 90px;
    font-size: 16px;
  }
}
@media(max-width: 1099px){
  .ttop_navbar .navbar-brand{
    padding: 13px 12px;
  }
  .nav_logo{
    width: 250px;
  }
  .ttop_coll{
    padding-right: 15px;
  }
  .ttop_coll .nav-link{
    padding: 23px 15px !important;
    font-size: 16px;
  }
  .ttop_dropmenu .dropdown-item{
    font-size: 16px;
  }
  .lang_btn{
    width: 73px;
    height: 73px;
  }
  .lang_icon{
    width: 23px;
    height: 23px;
  }
  .lang_dropmenu{
    width: 90px;
    font-size: 15px;
  }
}
@media(max-width: 991px){
  .ttop_navbar .navbar-brand{
    padding: 9px 12px;
  }
  .nav_logo{
    width: 200px;
  }
  .ttop_coll{
    padding-right: 0px;
  }
  .ttop_coll .nav-link{
    padding: 12px 10px !important;
    font-size: 14px;
    width: 100%;
    border: none;
    background-color: transparent;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .ttop_coll .nav-item{
    transition: all ease-in-out 0.3s;
  }
  .ttop_coll .nav-item:hover .nav-link{
    color: #fff;
  }
  .ttop_coll .nav-item:hover{
    background-color: #00407d;
  }
  .lang_drop{
    position: absolute;
    top: 0;
    right: 55px;
  }
  .lang_btn{
    width: 55px;
    height: 55px;
  }
  .lang_dropmenu{
    width: 90px;
    font-size: 14px;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .ttop_dropmenu{
    left: 0 !important;
    transform: translateX(0%);
    margin-top: 0px !important;
  }
  .ttop_dropmenu .dropdown-item{
    font-size: 14px;
    text-align: center;
    padding: 12px 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .navbar-toggler{
    position: absolute;
    top: 0px;
    z-index: 2;
    right: 0px;
    border-radius: 0px;
    border: none;
    height: 55px;
    width: 55px;
    cursor: pointer;
    box-shadow: none !important;
    padding: 0px;
    background-color: #282828;
  }
  .navbar-toggler .hamburguer_btn{
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  .navbar-toggler.on .line1 {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .navbar-toggler.on .line2 {
    opacity: 0;
  }
  .navbar-toggler.on .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
@media(max-width: 575px){
  .ttop_navbar .navbar-brand{
    padding: 9px 12px;
  }
  .nav_logo{
    width: 165px;
  }
  .lang_drop{
    right: 50px;
  }
  .lang_btn{
    width: 50px;
    height: 50px;
  }
  .navbar-toggler{
    height: 50px;
    width: 50px;
  }
}

/* banner */
.index_block{
  padding: 0px;
  overflow: hidden;
}
.banner_block{
  position: relative;
  display: flex !important;
  align-items: center;
  overflow: hidden;
  overflow: hidden;
}
.banner_tblock{
  position: absolute;
  z-index: 1;
  left: 100px;
  max-width: 750px;
}
.btitle_lg{
  font-size: 60px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btitle_sm{
  font-size: 22px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 300;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner_cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
/* Dots */
.banner_slick .slick-dots{
  bottom: 0px;
  width: auto;
  left: 95px;
  bottom: 30%;
}
.banner_slick.slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.banner_slick .slick-dots li{
  margin: 0px 5px;
}
.banner_slick .slick-dots li button{
  padding: 0px;
  width: 12px;
  height: 12px;
}
.banner_slick .slick-dots li button:before{
  font-size: 8px;
  opacity: 0.5;
  color: #fff;
  width: 12px;
  height: 12px;
}
.banner_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: #fff;
}
@media(max-width: 1699px){
  .banner_tblock{
    left: 80px;
    max-width: 700px;
  }
  .btitle_lg{
    font-size: 56px;
    margin-bottom: 30px;
  }
  .btitle_sm{
    font-size: 20px;
  }
  .banner_slick .slick-dots{
    left: 75px;
    bottom: 30%;
  }
}
@media(max-width: 1499px){
  .banner_tblock{
    left: 65px;
    max-width: 600px;
  }
  .btitle_lg{
    font-size: 48px;
    margin-bottom: 20px;
  }
  .btitle_sm{
    font-size: 18px;
  }
  .banner_slick .slick-dots{
    left: 60px;
    bottom: 30%;
  }
}
@media(max-width: 1299px){
  .banner_tblock{
    left: 24px;
    max-width: 480px;
  }
  .btitle_lg{
    font-size: 38px;
    margin-bottom: 15px;
  }
  .banner_slick .slick-dots{
    left: 19px;
    bottom: 30%;
  }
}
@media(max-width: 991px){
  .banner_tblock{
    max-width: 400px;
  }
  .btitle_lg{
    font-size: 32px;
    margin-bottom: 12px;
  }
  .btitle_sm{
    font-size: 16px;
  }
  .banner_slick .slick-dots{
    left: 24px;
    bottom: 25%;
  }
  .banner_slick .slick-dots li{
    margin: 0px;
  }
}
@media(max-width: 767px){
  .banner_tblock{
    max-width: 350px;
  }
  .btitle_lg{
    font-size: 28px;
  }
  .banner_slick .slick-dots{
    bottom: 22%;
  }
}
@media(max-width: 575px){
  .index_block{
    margin-top: 50px;
  }
  .banner_tblock{
    max-width: 300px;
    margin-top: -30px;
  }
  .btitle_lg{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .btitle_sm{
    font-size: 14px;
    letter-spacing: 0px;
  }
  .banner_slick .slick-dots li button{
    width: 10px;
    height: 10px;
  }
  .banner_slick .slick-dots li button:before{
    font-size: 6px;
    width: 10px;
    height: 10px;
  }
}
@media(max-width: 450px){
  .banner_tblock{
    max-width: 250px;
  }
  .btitle_lg{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .btitle_sm{
    font-size: 12px;
    letter-spacing: 0px;
  }
}
@media(max-width: 390px){
  .banner_tblock{
    max-width: 230px;
  }
  .btitle_lg{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .btitle_sm{
    font-size: 12px;
    letter-spacing: 0px;
  }
}

/* index_product */
.index_product{
  position: relative;
  overflow: hidden;
}
.product_block{
  max-width: 1650px;
  padding: 150px 65px;
  margin: auto;
}
.h_title{
  font-size: 42px;
  color: #282828;
  margin-bottom: 10px;
}
.h_title_block::after{
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #00498e;
}
.h_p_btnarea .click_btn{
  margin-left: auto;
}
.click_btn{
  background-color: #00498e;
  color: #fff;
  text-decoration: none;
  width: 220px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all ease-in-out 0.3s;
  border: none;
}
.click_btn:hover{
  background-color: #0fb5df;
  color: #fff;
}
.btn_arrow{
  width: 6px;
  position: absolute;
  right: 24px;
}
.h_product_slick{
  margin: 65px -24px 0px -24px;
}
.h_p_item{
  padding: 0px 24px;
}
.product_item{
  text-decoration: none;
}
.product_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 73%;
  position: relative;
}
.product_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;
}
.product_item:hover .product_pic img{
  transform: scale(1.05,1.05);
}
.p_plus{
  width: 65px;
  height: 65px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0fb5df;
  z-index: 1;
  background-color: #00498e;
  font-size: 30px;
  font-weight: 200;
  transition: all ease-in-out 0.3s;
}
.product_item:hover .p_plus{
  background-color: #0fb5df;
  color: #fff;
}
.p_item_title{
  font-size: 24px;
  color: #282828;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product_item .p_item_title{
  margin-top: 15px;
}
/* arrow */
.h_product_slick .slick-prev{
  width: 66px;
  height: 66px;
  left: -65px;
  right: auto;
  z-index: 1;
  top: 50%;
  bottom: auto;
}
.h_product_slick .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.h_product_slick .slick-next{
  width: 66px;
  height: 66px;
  left: auto;
  right: -65px;
  z-index: 1;
  top: 50%;
  bottom: auto;
}
.h_product_slick .slick-next:before{
  content: '';
  background-image: url('../image/next_btn.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.h_product_slick .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_bold.svg');
  background-size: cover;
}
.h_product_slick .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_bold.svg');
  background-size: cover;
}
/* Dots */
.h_product_slick .slick-dots{
  bottom: -15px;
}
.h_product_slick.slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.h_product_slick .slick-dots li{
  margin: 0px 5px;
  width: 12px;
  height: 12px;
}
.h_product_slick .slick-dots li button{
  padding: 0px;
  width: 12px;
  height: 12px;
}
.h_product_slick .slick-dots li button:before{
  font-size: 8px;
  opacity: 1;
  color: #d9d9d9;
  width: 12px;
  height: 12px;
}
.h_product_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: #00498e;
}
/* matq */
.matq_area{
  position: absolute;
  z-index: -1;
  margin-top: 220px;
}
.matq_block{
  padding: 0px;
}
.marquee{
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 150px;
  overflow: hidden;
}
.track{
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 50s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.matq_content{
  text-transform: uppercase;
  color: #e7f5fa;
  font-size: 150px;
  line-height: 1;
  font-weight: 500;
}

@media(max-width: 1699px){
  .h_title{
    font-size: 38px;
  }
  .click_btn{
    width: 200px;
    height: 60px;
  }
  .h_product_slick{
    margin: 50px -24px 0px -24px;
  }
  .p_plus{
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .h_product_slick .slick-prev{
    width: 62px;
    height: 62px;
    left: -50px;
  }
  .h_product_slick .slick-prev:before{
    width: 60px;
    height: 60px;
  }
  .h_product_slick .slick-next{
    width: 62px;
    height: 62px;
    right: -50px;
  }
  .h_product_slick .slick-next:before{
    width: 60px;
    height: 60px;
  }
  .matq_area{
    margin-top: 200px;
  }
  .marquee{
    height: 130px;
  }
  .matq_content{
    font-size: 130px;
  }
}
@media(max-width: 1499px){
  .product_block{
    padding: 130px 50px;
  }
  .h_title{
    font-size: 32px;
  }
  .h_title_block::after{
    width: 40px;
    height: 3px;
  }
  .click_btn{
    width: 180px;
    height: 55px;
  }
  .h_product_slick{
    margin: 50px -12px 0px -12px;
  }
  .h_p_item{
    padding: 0px 12px;
  }
  .p_plus{
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
  .h_product_slick .slick-prev{
    width: 56px;
    height: 56px;
    left: -50px;
  }
  .h_product_slick .slick-prev:before{
    width:  55px;
    height: 55px;
  }
  .h_product_slick .slick-next{
    width: 56px;
    height: 56px;
    right: -52px;
  }
  .h_product_slick .slick-next:before{
    width: 55px;
    height: 55px;
  }
  .matq_area{
    margin-top: 180px;
  }
  .marquee{
    height: 100px;
  }
  .matq_content{
    font-size: 100px;
  }
}
@media(max-width: 1299px){
  .product_block{
    padding: 100px 50px;
  }
  .h_title{
    font-size: 28px;
  }
  .h_title_block::after{
    width: 35px;
    height: 3px;
  }
  .click_btn{
    width: 160px;
    height: 50px;
  }
  .btn_arrow{
    width: 5px;
    right: 12px;
  }
  .h_product_slick{
    margin: 30px -12px 0px -12px;
  }
  .p_plus{
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .p_item_title{
    font-size: 20px;
  }
  .h_product_slick .slick-prev{
    width: 52px;
    height: 52px;
    left: -50px;
  }
  .h_product_slick .slick-prev:before{
    width:  50px;
    height: 50px;
  }
  .h_product_slick .slick-next{
    width: 52px;
    height: 52px;
    right: -52px;
  }
  .h_product_slick .slick-next:before{
    width: 50px;
    height: 50px;
  }
  .matq_area{
    margin-top: 150px;
  }
  .marquee{
    height: 80px;
  }
  .matq_content{
    font-size: 80px;
  }
}
@media(max-width: 1199px){
  .product_block{
    padding: 80px 50px;
  }
  .matq_area{
    margin-top: 130px;
  }
}
@media(max-width: 1099px){
  .product_block{
    padding: 65px 50px;
  }
  .h_title{
    font-size: 24px;
  }
  .h_title_block::after{
    width: 30px;
    height: 3px;
  }
  .click_btn{
    width: 150px;
    height: 45px;
  }
  .btn_arrow{
    width: 5px;
    right: 10px;
  }
  .h_product_slick{
    margin: 30px -12px 0px -12px;
  }
  .p_plus{
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .p_item_title{
    font-size: 18px;
  }
  .h_product_slick .slick-prev{
    width: 46px;
    height: 46px;
    left: -45px;
  }
  .h_product_slick .slick-prev:before{
    width:  45px;
    height: 45px;
  }
  .h_product_slick .slick-next{
    width: 46px;
    height: 46px;
    right: -46px;
  }
  .h_product_slick .slick-next:before{
    width: 45px;
    height: 45px;
  }
  .matq_area{
    margin-top: 100px;
  }
}
@media(max-width: 991px){
  .product_block{
    padding: 50px 0px;
  }
  .click_btn{
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .p_plus{
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .product_item .p_item_title{
    margin-top: 10px;
  }
  .h_product_slick .slick-prev{
    width: 42px;
    height: 42px;
    left: -40px;
  }
  .h_product_slick .slick-prev:before{
    width:  40px;
    height: 40px;
  }
  .h_product_slick .slick-next{
    width: 42px;
    height: 42px;
    right: -42px;
  }
  .h_product_slick .slick-next:before{
    width: 40px;
    height: 40px;
  }
  .matq_area{
    margin-top: 80px;
  }
  .marquee{
    height: 68px;
  }
  .matq_content{
    font-size: 68px;
  }
}
@media(max-width: 767px){
  .h_title{
    font-size: 20px;
  }
  .click_btn{
    width: 120px;
    height: 40px;
  }
  .h_product_slick{
    margin: 20px -8px 0px -8px;
  }
  .h_p_item{
    padding: 0px 8px;
  }
  .p_plus{
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .p_item_title{
    font-size: 16px;
  }
  .matq_area{
    margin-top: 75px;
  }
  .marquee{
    height: 58px;
  }
  .matq_content{
    font-size: 58px;
  }
}
@media(max-width: 575px){
  .matq_area{
    margin-top: 75px;
  }
  .marquee{
    height: 52px;
  }
  .matq_content{
    font-size: 52px;
  }
}
@media(max-width: 390px){
  .matq_area{
    margin-top: 80px;
  }
  .marquee{
    height: 48px;
  }
  .matq_content{
    font-size: 48px;
  }
}

/* index_about */
.h_about_left{
  padding: 0px;
  background-color: #00498e;
}
.h_about_right{
  padding: 0px;
}
.h_about_right img{
  width: 100%;
}
.h_about_tblock{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 150px;
  overflow: hidden;
}
.h_about_tblock .h_title{
  color: #fff;
}
.h_about_tblock .h_title_block::after{
  background-color: #0fb5df;
}
.h_title_md{
  font-size: 20px;
  color: #282828;
}
.h_text{
  font-size: 16px;
  color: #282828;
}
.h_about_tblock .h_title_md{
  margin-top: 50px;
  color: #fff;
}
.h_about_tblock .h_text{
  color: #fff;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 0px;
}
.h_a_btn{
  margin-top: 30px;
}
.h_about_tblock .click_btn{
  background-color: #0fb5df;
}
@media(max-width: 1799px){
  .h_about_tblock{
    padding: 50px 130px;
  }
}
@media(max-width: 1699px){
  .h_about_tblock{
    padding: 30px 100px;
  }
}
@media(max-width: 1499px){
  .h_about_tblock{
    padding: 24px 50px;
  }
  .h_about_tblock .h_title_md{
    margin-top: 30px;
  }
}
@media(max-width: 1299px){
  .h_about_tblock{
    padding: 24px 24px;
  }
  .h_about_tblock .h_title_md{
    margin-top: 20px;
  }
  .h_title_md{
    font-size: 18px;
  }
  .h_about_tblock .h_text{
    line-height: 1.5;
  }
  .h_a_btn{
    margin-top: 20px;
  }
}
@media(max-width: 1199px){
  .h_about_tblock{
    padding: 0px 24px;
  }
  .h_about_tblock .h_title_md{
    margin-top: 15px;
  }
  .h_title_md{
    font-size: 18px;
  }
  .h_about_tblock .h_text{
    line-height: 1.25;
  }
  .h_a_btn{
    margin-top: 15px;
  }
}
@media(max-width: 1099px){
  .h_about_tblock .h_title_md{
    margin-top: 15px;
  }
  .h_title_md{
    font-size: 16px;
  }
  .h_text{
    font-size: 14px;
  }
  .h_a_btn{
    margin-top: 10px;
  }
}
@media(max-width: 991px){
  .h_about_tblock .h_title_md{
    margin-top: 10px;
  }
  .h_title_md{
    font-size: 14px;
  }
  .h_text{
    font-size: 14px;
  }
  .h_a_btn{
    margin-top: 10px;
  }
}
@media(max-width: 767px){
  .h_about_tblock{
    padding: 50px 24px;
  }
}
@media(max-width: 575px){
  .h_about_tblock{
    padding: 30px 24px;
  }
}


/* index_quality */
.index_quality{
  background-image: url('../image/bg_block.png');
  background-repeat: no-repeat;
  background-size: 33.333% 100%;
  background-position: top left;
}
.quality_block{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px;
  align-items: center;
  overflow: hidden;
}
.h_q_right{
  padding-left: 100px;
}
.h_q_right .h_title_md{
  margin-top: 50px;
}
.h_q_btn{
  margin-top: 30px;
}
@media(max-width: 1699px){
  .h_q_right{
    padding-left: 80px;
  }
}
@media(max-width: 1499px){
  .quality_block{
    padding: 130px 0px;
  }
  .h_q_right{
    padding-left: 50px;
  }
  .h_q_right .h_title_md{
    margin-top: 30px;
  }
}
@media(max-width: 1299px){
  .quality_block{
    padding: 100px 0px;
  }
  .h_q_right{
    padding-left: 30px;
  }
  .h_q_right .h_title_md{
    margin-top: 20px;
  }
  .h_q_btn{
    margin-top: 20px;
  }
}
@media(max-width: 1199px){
  .quality_block{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .quality_block{
    padding: 65px 0px;
  }
  .h_q_right{
    padding-left: 12px;
  }
  .h_q_right .h_title_md{
    margin-top: 15px;
  }
  .h_q_btn{
    margin-top: 15px;
  }
}
@media(max-width: 991px){
  .quality_block{
    padding: 50px 0px;
  }
  .index_quality{
    background-size: 41.66666667% 100%;
  }
  .h_q_right{
    padding-left: 0px;
  }
}
@media(max-width: 767px){
  .index_quality{
    background-size: 100% 100%;
  }
  .h_q_right{
    padding-left: 0px;
    margin-top: 30px;
  }
}

/* index_media */
.media_block{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px;
  align-items: center;
}
.h_media_area{
  margin-top: 65px;
}
.h_media_box{
  border-right: solid 1px #d9d9d9;
}
.h_media_box:nth-last-child(1){
  border-right: none;
}
.h_media_item{
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.h_media_item:hover .p_plus{
  background-color: #0fb5df;
  color: #fff;
}
.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;
}
.h_media_item:hover .media_pic img{
  transform: scale(1.05,1.05);
}
.h_media_title{
  font-size: 20px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 32px;
  height: 96px;
  margin-bottom: 0px;
}
.m_type_date{
  display: flex;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 20px;
}
.m_type{
  color: #00498e;
  margin-bottom: 0px;
  font-size: 14px;
}
.m_type::after{
  content: "";
  width: 1px;
  height: 12px;
  background-color: #00498e;
  display: inline-block;
  margin: 0px 12px;
}
.m_date{
  color: #00498e;
  margin-bottom: 0px;
  font-size: 14px;
}
@media(max-width: 1699px){
  .h_media_area{
    margin-top: 50px;
  }
  .m_type_date{
    margin-top: 50px;
  }
}
@media(max-width: 1499px){
  .media_block{
    padding: 130px 0px;
  }
}
@media(max-width: 1299px){
  .media_block{
    padding: 100px 0px;
  }
  .h_media_area{
    margin-top: 30px;
  }
  .h_media_title{
    font-size: 18px;
    -webkit-line-clamp: 3;
    line-height: 28px;
    height: 84px;
  }
  .m_type_date{
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media(max-width: 1199px){
  .media_block{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .media_block{
    padding: 65px 0px;
  }
  .h_media_title{
    font-size: 16px;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
  }
}
@media(max-width: 991px){
  .media_block{
    padding: 50px 0px;
  }
  .h_media_title{
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 20px;
    height: 60px;
  }
  .m_type{
    font-size: 12px;
  }
  .m_type::after{
    height: 10px;
    margin: 0px 10px;
  }
  .m_date{
    font-size: 12px;
  }
}
@media(max-width: 767px){
  .media_block{
    padding: 50px 0px;
  }
  .h_media_area{
    margin-top: 20px;
  }
  .h_media_box{
    border-right: none;
    margin-bottom: 24px;
  }
  .h_media_box:nth-last-child(1){
    margin-bottom: 0px;
  }
  .h_media_item{
    padding-bottom: 0px;
  }
  .h_media_title{
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    height: auto;
  }
  .h_media_tblock{
    background-color: #f5f5f5;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .m_type_date{
    margin-top: 0px;
    margin-bottom: 5px;
  }
}

/* footer */
.footer{
  background-color: #00498e;
  position: relative;
}
.footer_area{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px 0px 0px;
}
.footer_top{
  margin-bottom: 65px;
  align-items: center;
}
.footer_logo{
  width: 345px;
}
.f_add{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
}
.f_add:hover{
  color: #0fb5df;
}
.f_info_block{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.f_info_block p{
  color: #fff;
  margin-bottom: 0px;
  margin-right: 5px;
  font-weight: 300;
}
.f_info_block a{
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
.f_info_block a:hover{
  color: #0fb5df;
}
.social_block{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social_item{
  margin: 0px 10px;
}
.social_item:nth-last-child(1){
  margin-right: 0px;
}
.social_icon{
  width: 28px;
}
.f_c_btn{
  margin-top: 65px;
}
.f_c_btn .click_btn{
  background-color: #0fb5df;
}
.send_icon{
  width: 22px;
  position: absolute;
  right: 20px;
}
.f_site_top{
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.f_site_top a{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.f_site_top a:hover{
  color: #0fb5df;
}
.f_site_inner{
  margin-bottom: 15px;
}
.f_site_item{
  margin-bottom: 6px;
}
.f_site_link{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  text-decoration: none;
  font-weight: 200;
  transition: all ease-in-out 0.3s;
}
.f_site_link:hover{
  color: #0fb5df;
}
.footer_bottom{
  margin: 50px 0px;
  text-align: end;
}
.f_copy_text{
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
}
.f_copy_text a{
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
  margin: 0px 2px;
}
.top_block{
  position: absolute;
  right: 24px;
  bottom: 50px;
  border: none;
  background-color: transparent;
  padding: 0px;
}
.top_btn{
  width: 65px;
}
@media(max-width: 1799px){
  .top_block{
    right: 12px;
    bottom: 50px;
  }
  .top_btn{
    width: 60px;
  }
}
@media(max-width: 1699px){
  .top_block{
    right: 12px;
    bottom: auto;
    top: 24px;
  }
  .top_btn{
    width: 55px;
  }
}
@media(max-width: 1499px){
  .footer_area{
    padding: 80px 0px 0px 0px;
  }
  .footer_top{
    margin-bottom: 50px;
  }
  .footer_logo{
    width: 300px;
  }
  .social_icon{
    width: 25px;
  }
  .f_add{
    font-size: 16px;
  }
  .f_site_top a{
    font-size: 16px;
  }
  .f_c_btn{
    margin-top: 50px;
  }
  .send_icon{
    width: 20px;
    right: 15px;
  }
  .footer_bottom{
    margin: 30px 0px;
  }
  .top_block{
    right: 12px;
    top: 12px;
  }
  .top_btn{
    width: 50px;
  }
}
@media(max-width: 1299px){
  .footer_area{
    padding: 65px 0px 0px 0px;
  }
  .footer_top{
    margin-bottom: 30px;
  }
  .footer_logo{
    width: 275px;
  }
  .social_icon{
    width: 23px;
  }
  .f_c_btn{
    margin-top: 30px;
  }
  .send_icon{
    width: 18px;
    right: 12px;
  }
  .footer_bottom{
    margin: 30px 0px;
  }
  .top_btn{
    width: 45px;
  }
}
@media(max-width: 991px){
  .footer_area{
    padding: 50px 0px 0px 0px;
  }
  .footer_logo{
    width: 200px;
  }
  .social_item{
    margin: 0px 8px;
  }
  .social_icon{
    width: 20px;
  }
  .f_add{
    font-size: 14px;
  }
  .f_info_block{
    font-size: 14px;
  }
  .f_c_btn{
    margin-top: 20px;
  }
  .f_site_top{
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .f_site_top a{
    font-size: 14px;
  }
  .f_site_item{
    margin-bottom: 4px;
  }
  .f_site_link{
    font-size: 14px;
  }
  .footer_bottom{
    margin: 20px 0px;
  }
  .f_copy_text{
    font-size: 14px;
  }
  .top_btn{
    width: 35px;
  }
}
@media(max-width: 767px){
  .footer_area{
    padding: 30px 0px 0px 0px;
  }
  .social_item{
    margin: 0px 5px;
  }
  .social_icon{
    width: 16px;
  }
  .f_site_top{
    margin-bottom: 8px;
    padding-bottom: 6px;
  }
  .f_site_inner{
    margin-bottom: 10px;
  }
  .f_site_item{
    margin-bottom: 3px;
  }
  .send_icon{
    width: 15px;
    right: 10px;
  }
  .top_block{
    right: 10px;
    top: 10px;
  }
  .top_btn{
    width: 25px;
  }
}
@media(max-width: 575px){
  .footer_top{
    text-align: center;
    margin-bottom: 15px;
  }
  .footer_logo{
    width: 180px;
    margin-bottom: 10px;
  }
  .social_block{
    justify-content: center;
  }
  .social_item{
    margin: 0px 5px;
  }
  .social_icon{
    width: 15px;
  }
  .f_info{
    text-align: center;
  }
  .f_info_block{
    justify-content: center;
  }
  .f_sitemap{
    display: none;
  }
  .f_c_btn{
    margin-top: 15px;
  }
  .f_c_btn .click_btn{
    margin: auto;
  }
  .send_icon{
    width: 12px;
    right: 10px;
  }
  .footer_bottom{
    margin: 15px 0px;
  }
  .f_copy_text{
    text-align: center;
  }
}

/* inner_banner */
.inner_banner{
  height: 450px;
  display: flex;
  align-items: center;
  background-position: center;
  overflow: hidden;
  padding: 0px 12px;
  margin-top: 100px;
  position: relative;
}
.inner_banner::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.inner_banner_top{
  width: 1520px;
  margin: -25px auto 0px auto;
  padding: 0px 12px;
  position: relative;
  z-index: 1;
}
.inner_btitle_sm{
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
}
.inner_btitle_lg{
  font-size: 72px;
  color: #fff;
  font-weight: 600;
}
.bread_area{
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 73, 142, 0.6);
}
.bread_block{
  max-width: 1520px;
  margin: auto;
}
.ttop_bread{
  margin-bottom: 0px;
  align-items: center;
  flex-wrap: nowrap;
  padding-right: 12px;
}
.home_link{
  width: 80px;
  height: 80px;
  background-color: #00498e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.home_icon{
  width: 25px;
}
.ttop_bread .breadcrumb-item{
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 0px;
  font-weight: 300;
  white-space: nowrap;
}
.ttop_bread .breadcrumb-item.active{
  display: flex;
  align-items: center;
}
.ttop_bread .breadcrumb-item.active span{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  white-space: break-spaces;
}
.ttop_bread .breadcrumb-item a{
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.ttop_bread .breadcrumb-item a:hover{
  color: #fff;
  opacity: 0.6;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: "";
  background-image: url('../image/btn_arrow.svg');
  background-repeat: no-repeat;
  width: 6px;
  height: 15px;
  display: block;
  margin: 0px 15px;
  background-size: cover;
  background-position: center;
}
.ttop_bread .breadcrumb-item+.breadcrumb-item:nth-child(2)::before{
  display: none;
}
@media(max-width: 1499px){
  .inner_banner{
    height: 400px;
    margin-top: 80px;
  }
  .inner_btitle_lg{
    font-size: 68px;
  }
}
@media(max-width: 1299px){
  .inner_banner{
    height: 350px;
    margin-top: 75px;
  }
  .inner_btitle_sm{
    font-size: 18px;
  }
  .inner_btitle_lg{
    font-size: 58px;
  }
  .home_link{
    width: 75px;
    height: 75px;
    margin-right: 10px;
  }
  .home_icon{
    width: 23px;
  }
  .breadcrumb-item+.breadcrumb-item::before{
    margin: 0px 10px;
  }
}
@media(max-width: 1099px){
  .inner_banner{
    height: 330px;
    margin-top: 70px;
  }
  .inner_btitle_lg{
    font-size: 52px;
  }
  .home_link{
    width: 65px;
    height: 65px;
  }
  .home_icon{
    width: 20px;
  }
}
@media(max-width: 991px){
  .inner_banner{
    height: 300px;
    margin-top: 55px;
  }
  .inner_btitle_sm{
    font-size: 16px;
  }
  .inner_btitle_lg{
    font-size: 48px;
  }
  .home_link{
    width: 55px;
    height: 55px;
  }
  .home_icon{
    width: 18px;
  }
  .ttop_bread .breadcrumb-item{
    font-size: 14px;
  }
  .breadcrumb-item+.breadcrumb-item::before{
    width: 4px;
    height: 9px;
    margin: 0px 8px;
  }
}
@media(max-width: 767px){
  .inner_banner{
    height: 250px;
  }
  .inner_btitle_lg{
    font-size: 38px;
  }
  .home_link{
    width: 50px;
    height: 50px;
  }
  .home_icon{
    width: 15px;
  }
  .breadcrumb-item+.breadcrumb-item::before{
    margin: 0px 5px;
  }
}
@media(max-width: 575px){
  .inner_banner{
    height: 200px;
    margin-top: 0px;
  }
  .inner_btitle_sm{
    font-size: 14px;
  }
  .inner_btitle_lg{
    font-size: 32px;
  }
  .home_link{
    width: 45px;
    height: 45px;
  }
  .home_icon{
    width: 15px;
  }
  .ttop_bread .breadcrumb-item{
    font-size: 12px;
  }
  .breadcrumb-item+.breadcrumb-item::before{
    width: 3px;
    height: 8px;
    margin: 0px 3px;
  }
}
@media(max-width: 390px){
  .inner_banner{
    height: 160px;
    margin-top: 0px;
  }
}

/* tab_area */
.tab_area{
  border-bottom: solid 1px #d9d9d9;
}
.tab_dropdown_btn{
  display: none;
}
.tab_block{
  max-width: 1520px;
  margin: auto;
  display: flex;
  padding: 0px;
  position: relative;
  border: none;
}
.tab_block .nav-item{
  border-right: solid 1px #d9d9d9;
  text-align: center;
  padding: 0px;
}
.tab_block .nav-item:nth-child(1){
  border-left: solid 1px #d9d9d9;
}
.tab_block .nav-link{
  font-size: 18px;
  color: #282828;
  padding: 22px 0px;
}
.tab_block .nav-link.active{
  background-color: #f5f5f5;
  border-bottom: solid 2px #00498e;
  color: #00498e;
}
@media(max-width: 1499px){
  .tab_block .nav-link{
    padding: 20px 0px;
  }
}
@media(max-width: 1299px){
  .tab_block .nav-link{
    font-size: 16px;
    padding: 18px 0px;
  }
}
@media(max-width: 1099px){
  .tab_block .nav-link{
    padding: 15px 0px;
  }
}
@media(max-width: 991px){
  .tab_block .nav-link{
    font-size: 14px;
    padding: 12px 0px;
  }
}
@media(max-width: 575px){
  .tab_area{
    border-bottom: none;
  }
  .tab_dropdown_btn{
    display: block;
    text-align: center;
    width: 100%;
    background-color: #0fb5df;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
  }
  .tab_dropdown_btn:hover{
    color: #fff;
  }
  .tab_dropdown_btn:focus{
    box-shadow: none;
  }
  .tab_block{
    display: none;
    width: 100%;
    margin-top: -2px !important;
    background-color: #fff;
  }
  .tab_block .nav-link{
    padding: 10px 0px;
    border-bottom: solid 1px #d9d9d9;
  }
}
@media(max-width: 390px){
  .tab_dropdown_btn{
    padding: 8px 0px;
  }
  .tab_block .nav-link{
    padding: 8px 0px;
  }
}

/* product */
.inner_block1{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px;
}
.inner_block2{
  max-width: 1260px;
  margin: auto;
  padding: 100px 0px;
}
.seo_top{
  align-items: flex-start;
}
.inner_title{
  font-size: 32px;
  color: #282828;
  margin-bottom: 10px;
}
.seo_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
}
.product_process{
  margin: 100px 0px;
}
.p_process{
  display: flex;
  align-items: center;
  border: solid 1px #00498e;
  position: relative;
  background-color: #fff;
  height: 100%;
}
.p_process::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #00498e;
  border: solid 1px #fff;
  position: absolute;
  left: -4px;
}
.p_process::after{
  content: "";
  width: 48px;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  right: -48px;
  z-index: -1;
}
.p_process_block:nth-child(1) .p_process::before{
  display: none;
}
.p_process_block:nth-child(6) .p_process::before{
  display: none;
}
.p_process_block:nth-child(11) .p_process::before{
  display: none;
}
.p_process_block:nth-child(16) .p_process::before{
  display: none;
}
.p_process_block:nth-child(21) .p_process::before{
  display: none;
}
.p_process_block:nth-child(5) .p_process::after{
  display: none;
}
.p_process_block:nth-child(10) .p_process::after{
  display: none;
}
.p_process_block:nth-child(15) .p_process::after{
  display: none;
}
.p_process_block:nth-child(20) .p_process::after{
  display: none;
}
.p_process_block:nth-last-child(1) .p_process::after{
  display: none !important;
}
.p_process_num{
  width: 65px;
  height: 100%;
  background-color: #00498e;
  color: #0fb5df;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p_process_text{
  font-size: 16px;
  margin-bottom: 0px;
  padding: 12px;
}
.p_link_title{
  font-size: 18px;
  color: #282828;
  margin: 10px 0px 0px 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media(max-width: 1499px){
  .inner_block1{
    padding: 130px 0px;
  }
  .inner_title{
    font-size: 28px;
  }
  .p_process_num{
    width: 60px;
    font-size: 22px;
  }
}
@media(max-width: 1299px){
  .inner_block1{
    padding: 100px 0px;
  }
  .inner_block2{
    padding: 80px 0px;
  }
  .seo_text{
    font-size: 16px;
  }
  .product_process{
    margin: 80px 0px;
  }
  .p_process_num{
    width: 50px;
    font-size: 20px;
  }
  .p_process_text{
    padding: 10px;
  }
  .p_link_title{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .inner_block1{
    padding: 80px 0px;
  }
  .inner_block2{
    padding: 65px 0px;
  }
  .inner_title{
    font-size: 24px;
  }
  .product_process{
    margin: 65px 0px;
  }
  .p_process_num{
    width: 45px;
    font-size: 18px;
  }
  .p_process_text{
    padding: 8px;
  }
}
@media(max-width: 1099px){
  .inner_block1{
    padding: 65px 0px;
  }
  .inner_block2{
    padding: 50px 0px;
  }
  .product_process{
    margin: 50px 0px;
  }
  .p_process_num{
    width: 40px;
    font-size: 16px;
  }
  .p_process_text{
    padding: 5px;
  }
}
@media(max-width: 991px){
  .inner_block1{
    padding: 50px 0px;
  }
  .inner_block2{
    padding: 30px 0px;
  }
  .inner_title{
    font-size: 22px;
    margin-bottom: 5px;
  }
  .seo_text{
    font-size: 14px;
    margin-top: 10px;
  }
  .product_process{
    margin: 30px 0px;
  }
  .p_process_text{
    font-size: 14px;
  }
  .p_process_block:nth-child(5) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(9) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(13) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(17) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(21) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(6) .p_process::before{
    display: block;
  }
  .p_process_block:nth-child(11) .p_process::before{
    display: block;
  }
  .p_process_block:nth-child(16) .p_process::before{
    display: block;
  }
  .p_process_block:nth-child(4) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(8) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(12) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(16) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(20) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(5) .p_process::after{
    display: block;
  }
  .p_process_block:nth-child(10) .p_process::after{
    display: block;
  }
  .p_process_block:nth-child(15) .p_process::after{
    display: block;
  }
}
@media(max-width: 767px){
  .p_process_num{
    width: 35px;
  }
  .p_process_block:nth-child(4) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(7) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(10) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(13) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(16) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(19) .p_process::before{
    display: none;
  }
  .p_process_block:nth-child(5) .p_process::before{
    display: block;
  }
  .p_process_block:nth-child(9) .p_process::before{
    display: block;
  }
  .p_process_block:nth-child(17) .p_process::before{
    display: block;
  }
  .p_process_block:nth-child(21) .p_process::before{
    display: block;
  }
  .p_process_block:nth-child(3) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(6) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(9) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(12) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(15) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(18) .p_process::after{
    display: none;
  }
  .p_process_block:nth-child(4) .p_process::after{
    display: block;
  }
  .p_process_block:nth-child(8) .p_process::after{
    display: block;
  }
  .p_process_block:nth-child(16) .p_process::after{
    display: block;
  }
  .p_process_block:nth-child(20) .p_process::after{
    display: block;
  }
}
@media(max-width: 575px){
  .p_process_num{
    width: 30px;
    font-size: 14px;
  }
  .inner_title{
    font-size: 20px;
  }
  .p_process_text{
    padding: 0px 5px;
  }
  .p_process_block .p_process::before{
    display: none !important;
  }
  .p_process_block .p_process::after{
    display: none !important;
  }
}

/* pagination */
.page_all::before{
  content: "/";
  margin-right: 5px;
  color: #8a8a8a;
}
.pagination{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 100px;
}
.page_number{
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 18px;
}
.page_active{
  color: #00498e;
}
.page_all{
  color: #8a8a8a;
}
.page_btn{
  display: flex;
  align-items: center;
}
.page_prev{
  background-image: url('../image/prev_btn.svg');
  transition: all ease-in-out 0.3s;
}
.page_prev:hover{
  background-image: url('../image/prev_btn_bold.svg');
}
.page_next{
  background-image: url('../image/next_btn.svg');
  transition: all ease-in-out 0.3s;
}
.page_next:hover{
  background-image: url('../image/next_btn_bold.svg');
}
.page_arrow{
  width: 65px;
  height: 65px;
  border: none;
  background-color: transparent;
}
@media(max-width: 1699px){
  .page_arrow{
    width: 60px;
    height: 60px;
  }
  .page_number{
    margin-right: 20px;
  }
}
@media(max-width: 1499px){
  .page_arrow{
    width: 55px;
    height: 55px;
  }
}
@media(max-width: 1299px){
  .pagination{
    margin-top: 80px;
  }
  .page_number{
    margin-right: 15px;
    font-size: 16px;
  }
  .page_arrow{
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 1199px){
  .pagination{
    margin-top: 65px;
  }
}
@media(max-width: 1099px){
  .pagination{
    margin-top: 50px;
  }
  .page_arrow{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 991px){
  .pagination{
    margin-top: 30px;
  }
}
@media(max-width: 767px){
  .pagination{
    justify-content: center;
  }
}

/* product_detail */
.pdet_top{
  align-items: center;
}
.pdet_right{
  padding-left: 80px;
}
.pdet_tblock{
  margin: 30px 0px;
}
.pdet_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
}
/* Dots */
.pdet_pic_slick .slick-dots{
  position: relative;
  bottom: 0px;
}
.pdet_pic_slick.slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.pdet_pic_slick .slick-dots li{
  margin: 0px 5px;
  width: 12px;
  height: 12px;
}
.pdet_pic_slick .slick-dots li button{
  padding: 0px;
  width: 12px;
  height: 12px;
}
.pdet_pic_slick .slick-dots li button:before{
  font-size: 8px;
  opacity: 1;
  color: #d9d9d9;
  width: 12px;
  height: 12px;
}
.pdet_pic_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: #00498e;
}
.pdet_related{
  margin-top: 100px;
}
.pdet_related .inner_title{
  text-align: center;
}
.pdet_related .h_title_block::after{
  margin: auto;
}
.related_slick{
  padding: 0px 65px;
  margin-top: 65px;
}
/* arrow */
.related_slick .slick-prev{
  width: 66px;
  height: 66px;
  left: 0px;
  right: auto;
  z-index: 1;
  top: 50%;
  bottom: auto;
}
.related_slick .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.related_slick .slick-next{
  width: 66px;
  height: 66px;
  left: auto;
  right: 0px;
  z-index: 1;
  top: 50%;
  bottom: auto;
}
.related_slick .slick-next:before{
  content: '';
  background-image: url('../image/next_btn.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.related_slick .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_bold.svg');
  background-size: cover;
}
.related_slick .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_bold.svg');
  background-size: cover;
}
/* Dots */
.related_slick .slick-dots{
  position: relative;
  bottom: 0px;
}
.related_slick.slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.related_slick .slick-dots li{
  margin: 0px 5px;
  width: 12px;
  height: 12px;
}
.related_slick .slick-dots li button{
  padding: 0px;
  width: 12px;
  height: 12px;
}
.related_slick .slick-dots li button:before{
  font-size: 8px;
  opacity: 1;
  color: #d9d9d9;
  width: 12px;
  height: 12px;
}
.related_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: #00498e;
}
.det_bottom{
  border-top:solid 1px #d9d9d9;
  margin-top: 65px;
  padding-top: 65px;
  text-align: center;
}
.det_bottom .click_btn{
  margin: auto;
}
@media(max-width: 1699px){
  .pdet_right{
    padding-left: 65px;
  }
  .related_slick .slick-prev{
    width: 61px;
    height: 61px;
  }
  .related_slick .slick-prev:before{
    width: 60px;
    height: 60px;
  }
  .related_slick .slick-next{
    width: 61px;
    height: 61px;
  }
  .related_slick .slick-next:before{
    width: 60px;
    height: 60px;
  }
}
@media(max-width: 1499px){
  .pdet_right{
    padding-left: 50px;
  }
  .pdet_tblock{
    margin: 20px 0px;
  }
  .related_slick{
    padding: 0px 55px;
    margin-top: 50px;
  }
  .related_slick .slick-prev{
    width: 56px;
    height: 56px;
  }
  .related_slick .slick-prev:before{
    width: 55px;
    height: 55px;
  }
  .related_slick .slick-next{
    width: 56px;
    height: 56px;
  }
  .related_slick .slick-next:before{
    width: 55px;
    height: 55px;
  }
  .det_bottom{
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media(max-width: 1299px){
  .pdet_right{
    padding-left: 30px;
  }
  .pdet_tblock{
    margin: 15px 0px;
  }
  .pdet_text{
    font-size: 16px;
  }
  .pdet_related{
    margin-top: 80px;
  }
  .related_slick{
    padding: 0px 50px;
    margin-top: 30px;
  }
  .related_slick .slick-prev{
    width: 51px;
    height: 51px;
  }
  .related_slick .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .related_slick .slick-next{
    width: 51px;
    height: 51px;
  }
  .related_slick .slick-next:before{
    width: 50px;
    height: 50px;
  }
  .det_bottom{
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media(max-width: 1199px){
  .pdet_right{
    padding-left: 15px;
  }
  .pdet_related{
    margin-top: 65px;
  }
}
@media(max-width: 1099px){
  .pdet_right{
    padding-left: 0px;
  }
  .pdet_related{
    margin-top: 50px;
  }
  .related_slick{
    padding: 0px 45px;
    margin-top: 20px;
  }
  .related_slick .slick-prev{
    width: 46px;
    height: 46px;
  }
  .related_slick .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .related_slick .slick-next{
    width: 46px;
    height: 46px;
  }
  .related_slick .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 991px){
  .pdet_text{
    font-size: 14px;
  }
  .pdet_related{
    margin-top: 30px;
  }
  .related_slick{
    padding: 0px;
    margin-top: 20px;
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media(max-width: 767px){
  .pdet_right{
    margin-top: 30px;
  }
}

/* equipment */
.equ_block{
  margin-top: 65px;
}
.equ_item{
  position: relative;
}
.equ_tblock{
  position: absolute;
  background-color: rgba(0, 73, 142, 0.85);
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  z-index: 1;
}
.equ_title{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.equ_num{
  font-size: 36px;
  color: #fff;
  margin-bottom: 0px;
}
.equ_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 73%;
  position: relative;
}
.equ_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
@media(max-width: 1299px){
  .equ_title{
    font-size: 16px;
  }
  .equ_num{
    font-size: 28px;
  }
}
@media(max-width: 1099px){
  .equ_block{
    margin-top: 50px;
  }
  .equ_tblock{
    padding: 10px 20px;
  }
  .equ_num{
    font-size: 24px;
  }
}
@media(max-width: 991px){
  .equ_block{
    margin-top: 30px;
  }
  .equ_tblock{
    padding: 8px 12px;
  }
  .equ_title{
    font-size: 14px;
  }
  .equ_num{
    font-size: 22px;
  }
}
@media(max-width: 575px){
  .equ_tblock{
    padding: 6px 12px;
  }
  .equ_num{
    font-size: 20px;
  }
}

/* media */
.media_list{
  margin-top: 15px;
}
.media_item{
  text-decoration: none;
}
.media_item:hover .p_plus{
  background-color: #0fb5df;
  color: #fff;
}
.m_right{
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.m_tblock{
  padding: 65px;
}
.m_tblock .m_type_date{
  margin: 0px 0px 20px 0px;
}
.m_tblock .h_media_title{
  height: auto;
}
.media_item:hover .media_pic img{
  transform: scale(1.05,1.05);
}
@media(max-width: 1499px){
  .m_tblock{
    padding: 50px;
  }
  .m_tblock .m_type_date{
    margin: 0px 0px 15px 0px;
  }
}
@media(max-width: 1299px){
  .m_tblock{
    padding: 30px;
  }
  .m_tblock .m_type_date{
    margin: 0px 0px 10px 0px;
  }
}
@media(max-width: 991px){
  .m_tblock{
    padding: 24px;
  }
  .m_tblock .m_type_date{
    margin: 0px 0px 10px 0px;
  }
}
@media(max-width: 767px){
  .m_tblock{
    padding: 20px;
  }
  .m_tblock .m_type_date{
    margin: 0px 0px 5px 0px;
  }
}

/* media_detail */
.mdet_top{
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 65px;
}
.mdet_type_date{
  display: flex;
  margin-bottom: 15px;
}
.mdet_top .m_type{
  font-size: 18px;
  font-weight: 500;
}
.mdet_top .m_date{
  font-size: 18px;
  font-weight: 500;
}
.mdet_title{
  font-size: 24px;
  color: #282828;
  line-height: 1.5;
  margin-bottom: 0px;
}
.mdet_inner{
  max-width: 991px;
  margin: 0px auto;
}
.mdet_inner img{
  width: 100%;
}
.mdet_inner p{
  font-size: 16px;
  color: #282828;
}
@media(max-width: 1499px){
  .mdet_top{
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .mdet_title{
    font-size: 22px;
  }
}
@media(max-width: 1299px){
  .mdet_top{
    margin-bottom: 30px;
  }
  .mdet_title{
    font-size: 20px;
  }
  .mdet_type_date{
    margin-bottom: 10px;
  }
  .mdet_top .m_type{
    font-size: 16px;
  }
  .mdet_top .m_date{
    font-size: 16px;
  }
}
@media(max-width: 991px){
  .mdet_title{
    font-size: 18px;
  }
  .mdet_top .m_type{
    font-size: 14px;
  }
  .mdet_top .m_date{
    font-size: 14px;
  }
  .mdet_inner p{
    font-size: 14px;
  }
}
@media(max-width: 575px){
  .mdet_title{
    font-size: 16px;
  }
}

/* catalog */
.media_catalog{
  background-image: url('../image/bg_block_g.png');
  background-repeat: no-repeat;
  background-size: 100% 70%;
  background-position: left bottom;
}
.catalog_slick{
  padding: 0px 150px;
}
.catalog_block{
  align-items: center;
}
.catalog_right{
  padding-left: 50px;
}
.catalog_btn{
  margin-top: 30px;
}
/* arrow */
.catalog_slick .slick-prev{
  width: 66px;
  height: 66px;
  left: 0px;
  right: auto;
  z-index: 1;
  top: 50%;
  bottom: auto;
}
.catalog_slick .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.catalog_slick .slick-next{
  width: 66px;
  height: 66px;
  left: auto;
  right: 0px;
  z-index: 1;
  top: 50%;
  bottom: auto;
}
.catalog_slick .slick-next:before{
  content: '';
  background-image: url('../image/next_btn.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.catalog_slick .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_bold.svg');
  background-size: cover;
}
.catalog_slick .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_bold.svg');
  background-size: cover;
}

@media(max-width: 1699px){
  .catalog_slick .slick-prev{
    width: 61px;
    height: 61px;
  }
  .catalog_slick .slick-prev:before{
    width: 60px;
    height: 60px;
  }
  .catalog_slick .slick-next{
    width: 61px;
    height: 61px;
  }
  .catalog_slick .slick-next:before{
    width: 60px;
    height: 60px;
  }
}
@media(max-width: 1499px){
  .catalog_slick .slick-prev{
    width: 56px;
    height: 56px;
  }
  .catalog_slick .slick-prev:before{
    width: 55px;
    height: 55px;
  }
  .catalog_slick .slick-next{
    width: 56px;
    height: 56px;
  }
  .catalog_slick .slick-next:before{
    width: 55px;
    height: 55px;
  }
}
@media(max-width: 1299px){
  .catalog_slick .slick-prev{
    width: 51px;
    height: 51px;
  }
  .catalog_slick .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .catalog_slick .slick-next{
    width: 51px;
    height: 51px;
  }
  .catalog_slick .slick-next:before{
    width: 50px;
    height: 50px;
  }
  .catalog_slick{
    padding: 0px 100px;
  }
  .catalog_right{
    padding-left: 30px;
  }
}
@media(max-width: 1099px){
  .catalog_slick .slick-prev{
    width: 46px;
    height: 46px;
  }
  .catalog_slick .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .catalog_slick .slick-next{
    width: 46px;
    height: 46px;
  }
  .catalog_slick .slick-next:before{
    width: 45px;
    height: 45px;
  }
  .catalog_slick{
    padding: 0px 80px;
  }
  .catalog_right{
    padding-left: 15px;
  }
}
@media(max-width: 991px){
  .catalog_slick{
    padding: 0px 65px;
  }
  .catalog_right{
    padding-left: 10px;
  }
  .catalog_btn{
    margin-top: 15px;
  }
}
@media(max-width: 767px){
  .catalog_right{
    padding-left: 0px;
  }
}
@media(max-width: 575px){
  .media_catalog{
    background-size: 100% 60%;
  }
  .catalog_slick{
    padding: 0px 50px;
  }
  .catalog_slick .slick-prev{
    width: 41px;
    height: 41px;
  }
  .catalog_slick .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .catalog_slick .slick-next{
    width: 41px;
    height: 41px;
  }
  .catalog_slick .slick-next:before{
    width: 40px;
    height: 40px;
  }
  .catalog_right{
    margin-top: 15px;
  }
}
@media(max-width: 450px){
  .catalog_right .inner_title{
    font-size: 18px;
  }
}
@media(max-width: 390px){
  .media_catalog{
    background-size: 100% 63%;
  }
  .catalog_slick{
    padding: 0px 40px;
  }
  .catalog_slick .slick-prev{
    top: 45%;
    left: -12px;
  }
  .catalog_slick .slick-next{
    top: 45%;
    right: -12px;
  }
  .catalog_right{
    margin-top: 10px;
  }
  .catalog_right .inner_title{
    font-size: 16px;
  }
}

/* media_video */
.video{
  padding: 0px;
  border: none;
  background-color: transparent;
  position: relative;
  display: block;
}
.video_tblock{
  position: absolute;
  display: flex;
  align-items: center;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  padding: 24px;
}
.video_cover{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  transition: all ease-in-out 0.3s;
}
.video_title{
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
}
.video_icon{
  width: 60px;
  margin-right: 15px;
}
.video_pic{
  overflow: hidden;
}
.video_pic img{
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.video:hover .video_pic img{
  transform: scale(1.05,1.05);
}
.video:hover .video_cover{
  opacity: 0.5;
}
.ttop_modal .modal-body{
  padding: 0px;
}
@media(max-width: 1299px){
  .video_tblock{
    padding: 20px;
  }
  .video_title{
    font-size: 18px;
  }
  .video_icon{
    width: 50px;
    margin-right: 10px;
  }
}
@media(max-width: 1099px){
  .video_tblock{
    padding: 12px;
  }
  .video_title{
    font-size: 16px;
  }
  .video_icon{
    width: 45px;
  }
}
@media(max-width: 991px){
  .video_title{
    font-size: 14px;
  }
  .video_icon{
    width: 35px;
  }
}

/* about */
.about_area1{
  padding: 150px 0px;
}
.about_a1_block1{
  max-width: 991px;
  margin: auto;
  padding-bottom: 100px;
}
.about_a1_b1_top{
  padding: 0px 12px;
}
.about_a1_block2{
  background: url('../image/bg_block_g.png');
  background-repeat: no-repeat;
  background-size: 80% 100%;
  background-position: top right;
}
.about_a1_b2_area{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px;
  align-items: center;
  overflow: hidden;
}
.about_a1_block1 .h_title_block{
  margin-bottom: 30px;
}
.about_a1_block1 .h_title_block::after{
  margin: auto;
}
.about_a1_block1 .inner_title{
  text-align: center;
}
.about_text{
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
}
.about_a1_block1 .about_text{
  text-align: center;
}
.about_a1_b2_right{
  padding-left: 65px;
}
.a1_info_ul{
  padding-left: 0px;
  margin-top: 30px;
}
.a1_info_li{
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: solid 1px #d9d9d9;
  padding: 10px 0px;
}
.a1_info_li:nth-child(1){
  border-top: solid 1px #d9d9d9;
}
.a1_info_title{
  font-size: 16px;
  color: #00498e;
  width: 18%;
  flex-shrink: 0;
}
.a1_info_text{
  font-size: 16px;
  color: #282828;
}
.about_area2{
  position: relative;
  padding-bottom: 150px;
}
.about_a2_b1_chart{
  padding: 0px 12px;
}
.about_a2_block1{
  max-width: 1520px;
  margin: auto;
}
.about_a2_block1 .inner_title{
  text-align: center;
}
.about_a2_block1 .h_title_block::after{
  margin: auto;
}
.about_a2_block1 .h_title_block{
  margin-bottom: 50px;
}
.about_area2 .marquee{
  position: absolute;
  z-index: -1;
  top: 150px;
}
.about_area3{
  min-height: 690px;
  padding: 100px 0px;
  display: flex;
  align-items: center;
}
.about_a3_block1{
  max-width: 1520px;
  margin: auto;
}
.about_a3_block1 .inner_title{
  color: #fff;
  text-align: center;
}
.about_a3_block1 .h_title_block::after{
  margin: auto;
  background-color: #0fb5df;
}
.about_history{
  margin-top: 50px;
  padding: 0px 100px;
}
.h_time{
  text-align: center;
}
.h_time::after{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  display: block;
  margin: 15px auto -5px auto;
}
.history_year .slick-track::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: -1;
}
.history_year .slick-list{
  padding-bottom: 5px !important;
}
.h_year{
  font-size: 42px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 500;
  opacity: 0.5;
}
.history_year .slick-current .h_year{
  color: #0fb5df;
  opacity: 1;
}
.h_month{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  opacity: 0.5;
}
.history_year .slick-current .h_month{
  opacity: 1;
}
.history_event{
  max-width: 690px;
  margin: 30px auto 0px auto;
}
.event_item{
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.history_event .event_item ul{
  display: inline-block;
}
.history_event .event_item ul li{
  text-align: left;
}
/* arrow */
.history_year .slick-prev{
  width: 66px;
  height: 66px;
  left: -100px;
  right: auto;
  z-index: 1;
  top: 50%;
  margin-top: 40px;
  bottom: auto;
}
.history_year .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn_w.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.history_year .slick-next{
  width: 66px;
  height: 66px;
  left: auto;
  right: -100px;
  z-index: 1;
  top: 50%;
  margin-top: 40px;
  bottom: auto;
}
.history_year .slick-next:before{
  content: '';
  background-image: url('../image/next_btn_w.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.history_year .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_bold.svg');
  background-size: cover;
}
.history_year .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_bold.svg');
  background-size: cover;
}
.about_area4{
  padding: 150px 0px;
  background: url('../image/bg_block_g.png');
  background-repeat: no-repeat;
  background-size: 43% 100%;
  background-position: top left;
}
.about_a4_block1{
  max-width: 1720px;
  margin-left: auto;
}
.about_a4_b1_cert{
  align-items: center;
  position: relative;
  padding-left: 12px;
}
.about_a4_b1_cert .h_title_block{
  margin-top: -80px;
}
.cert_right{
  padding-right: 0px;
}
.cert_slick{
  position: static !important;
  overflow: hidden;
}
.cert_slick .slick-list{
  padding-right: 100px;
}
.cert_slick .cert_item{
  padding: 0px 24px;
}
.cert_slick .cert_pic{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* arrow */
.cert_slick .slick-prev{
  width: 66px;
  height: 66px;
  left: 24px;
  right: auto;
  z-index: 1;
  top: 50%;
  margin-top: 40px;
  bottom: auto;
}
.cert_slick .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.cert_slick .slick-next{
  width: 66px;
  height: 66px;
  left: 120px;
  right: auto;
  z-index: 1;
  top: 50%;
  margin-top: 40px;
  bottom: auto;
}
.cert_slick .slick-next:before{
  content: '';
  background-image: url('../image/next_btn.svg');
  display: block;
  width: 65px;
  height: 65px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.cert_slick .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_bold.svg');
  background-size: cover;
}
.cert_slick .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_bold.svg');
  background-size: cover;
}
@media(max-width: 1699px){
  .history_year .slick-prev{
    width: 61px;
    height: 61px;
    left: -100px;
    margin-top: 40px;
  }
  .history_year .slick-prev:before{
    width: 60px;
    height: 60px;
  }
  .history_year .slick-next{
    width: 61px;
    height: 61px;
    right: -100px;
    margin-top: 40px;
  }
  .history_year .slick-next:before{
    width: 60px;
    height: 60px;
  }
  .cert_slick .slick-prev{
    width: 61px;
    height: 61px;
    left: 24px;
    margin-top: 30px;
  }
  .cert_slick .slick-prev:before{
    width: 60px;
    height: 60px;
  }
  .cert_slick .slick-next{
    width: 61px;
    height: 61px;
    left: 100px;
    margin-top: 30px;
  }
  .cert_slick .slick-next:before{
    width: 60px;
    height: 60px;
  }
}
@media(max-width: 1499px){
  .about_block1{
    padding: 130px 0px 100px 0px;
  }
  .about_a1_b2_right{
    padding-left: 50px;
  }
  .about_a2_block1 .h_title_block{
    margin-bottom: 30px;
  }
  .about_area2{
    padding-bottom: 130px;
  }
  .about_area3{
    min-height: 590px;
  }
  .about_history{
    margin-top: 30px;
    padding: 0px 65px;
  }
  .h_year{
    font-size: 38px;
  }
  .history_year .slick-prev{
    width: 56px;
    height: 56px;
    left: -65px;
  }
  .history_year .slick-prev:before{
    width: 55px;
    height: 55px;
  }
  .history_year .slick-next{
    width: 56px;
    height: 56px;
    right: -65px;
  }
  .history_year .slick-next:before{
    width: 55px;
    height: 55px;
  }
  .about_area4{
    padding: 130px 0px;
  }
  .cert_slick .slick-prev{
    width: 56px;
    height: 56px;
    left: 24px;
    margin-top: 20px;
  }
  .cert_slick .slick-prev:before{
    width: 55px;
    height: 55px;
  }
  .cert_slick .slick-next{
    width: 56px;
    height: 56px;
    left: 100px;
    margin-top: 20px;
  }
  .cert_slick .slick-next:before{
    width: 55px;
    height: 55px;
  }
}
@media(max-width: 1299px){
  .about_area1{
    padding: 100px 0px;
  }
  .about_a1_block1{
    padding-bottom: 80px;
  }
  .about_a1_b2_area{
    padding: 80px 0px;
  }
  .about_a1_block1 .h_title_block{
    margin-bottom: 15px;
  }
  .about_a1_b2_right{
    padding-left: 30px;
  }
  .a1_info_ul{
    margin-top: 20px;
  }
  .a1_info_li{
    padding: 8px 0px;
  }
  .about_area2{
    padding-bottom: 100px;
  }
  .about_a2_block1 .h_title_block{
    margin-bottom: 15px;
  }
  .about_area3{
    min-height: 550px;
    padding: 80px 0px;
  }
  .about_history{
    margin-top: 15px;
    padding: 0px 60px;
  }
  .h_year{
    font-size: 32px;
  }
  .h_month{
    font-size: 16px;
  }
  .history_year .slick-prev{
    width: 51px;
    height: 51px;
    left: -60px;
    margin-top: 35px;
  }
  .history_year .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .history_year .slick-next{
    width: 51px;
    height: 51px;
    right: -60px;
    margin-top: 35px;
  }
  .history_year .slick-next:before{
    width: 50px;
    height: 50px;
  }
  .about_area4{
    padding: 100px 0px;
  }
  .cert_slick .cert_item{
    padding: 0px 12px;
  }
  .cert_slick .slick-prev{
    width: 51px;
    height: 51px;
    left: 24px;
    margin-top: 15px;
  }
  .cert_slick .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .cert_slick .slick-next{
    width: 51px;
    height: 51px;
    left: 90px;
    margin-top: 15px;
  }
  .cert_slick .slick-next:before{
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 1199px){
  .about_area1{
    padding: 80px 0px;
  }
  .about_a1_block1{
    padding-bottom: 65px;
  }
  .about_a1_b2_area{
    padding: 65px 0px;
  }
  .about_a1_b2_right{
    padding-left: 0px;
  }
  .a1_info_ul{
    margin-top: 15px;
  }
  .a1_info_li{
    padding: 5px 0px;
  }
  .a1_info_title{
    width: 20%;
  }
  .about_area2{
    padding-bottom: 80px;
  }
  .about_area3{
    min-height: 500px;
    padding: 65px 0px;
  }
  .h_year{
    font-size: 28px;
  }
  .about_area4{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .about_area1{
    padding: 65px 0px;
  }
  .about_a1_block1{
    padding-bottom: 50px;
  }
  .about_a1_b2_area{
    padding: 50px 0px;
  }
  .about_area2{
    padding-bottom: 65px;
  }
  .about_area3{
    min-height: 450px;
    padding: 50px 0px;
  }
  .about_history{
    padding: 0px 50px;
  }
  .h_year{
    font-size: 22px;
  }
  .history_year .slick-prev{
    width: 46px;
    height: 46px;
    left: -50px;
    margin-top: 33px;
  }
  .history_year .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .history_year .slick-next{
    width: 46px;
    height: 46px;
    right: -50px;
    margin-top: 33px;
  }
  .history_year .slick-next:before{
    width: 45px;
    height: 45px;
  }
  .about_area4{
    padding: 65px 0px;
  }
  .cert_slick .slick-prev{
    width: 46px;
    height: 46px;
    left: 24px;
    margin-top: 15px;
  }
  .cert_slick .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .cert_slick .slick-next{
    width: 46px;
    height: 46px;
    left: 80px;
    margin-top: 15px;
  }
  .cert_slick .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 991px){
  .about_area1{
    padding: 50px 0px;
  }
  .about_a1_block1{
    padding-bottom: 30px;
  }
  .about_a1_b2_area{
    padding: 30px 0px;
  }
  .about_text{
    font-size: 14px;
  }
  .a1_info_ul{
    margin-top: 10px;
  }
  .a1_info_li{
    padding: 3px 0px;
  }
  .a1_info_title{
    font-size: 14px;
    width: 22%;
  }
  .a1_info_text{
    font-size: 14px;
  }
  .about_area2{
    padding-bottom: 50px;
  }
  .about_area3{
    min-height: 400px;
    padding: 30px 0px;
  }
  .h_year{
    font-size: 20px;
  }
  .h_month{
    font-size: 14px;
  }
  .event_item{
    font-size: 14px;
  }
  .history_year .slick-prev{
    margin-top: 28px;
  }
  .history_year .slick-next{
    margin-top: 28px;
  }
  .about_area4{
    padding: 50px 0px;
  }
}
@media(max-width: 767px){
  .about_a1_block2{
    background-size: 100% 100%;
    background-position: left bottom;
  }
  .about_a1_b2_right{
    margin-top: 15px;
  }
  .a1_info_title{
    width: 18%;
  }
  .about_area2 .marquee{
    top: 100px;
  }
  .about_area3{
    min-height: 350px;
  }
  .history_event{
    margin: 25px auto 0px auto;
  }
}
@media(max-width: 575px){
  .a1_info_title{
    width: 20%;
  }
  .about_area2 .marquee{
    top: 80px;
  }
  .about_history{
    padding: 0px 45px;
  }
  .history_year .slick-prev{
    width: 41px;
    height: 41px;
    left: -45px;
    margin-top: 28px;
  }
  .history_year .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .history_year .slick-next{
    width: 41px;
    height: 41px;
    right: -45px;
    margin-top: 28px;
  }
  .history_year .slick-next:before{
    width: 40px;
    height: 40px;
  }
  .about_area4{
    background-size: 50% 100%;
  }
  .cert_slick .cert_item{
    padding: 0px 8px;
  }
  .cert_slick .slick-list{
    padding-right: 50px;
  }
  .cert_slick .slick-prev{
    width: 41px;
    height: 41px;
    left: 24px;
    margin-top: 10px;
  }
  .cert_slick .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .cert_slick .slick-next{
    width: 41px;
    height: 41px;
    left: 75px;
    margin-top: 10px;
  }
  .cert_slick .slick-next:before{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 450px){
  .a1_info_title{
    width: 25%;
  }
}
@media(max-width: 390px){
  .a1_info_title{
    width: 28%;
  }
  .about_area2 .marquee{
    top: 65px;
  }
}

/* pill_tab */
.tab_pill_btn{
  display: none;
}
.pill_tab_block{
  position: relative;
  border: none;
  padding: 0px;
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-right: calc(var(--bs-gutter-x) * -.5);
}
.pill_tab_block .nav-link{
  border: none;
  background-color: #0fb5df;
  width: 100%;
  color: #fff;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pill_tab_block .nav-link .btn_arrow{
  transform:rotate(90deg);
}
.pill_tab_block .nav-link.active{
  background-color: #00498e;
}
.ttop_pane{
  padding-top: 100px;
}
.ttop_pane .inner_title{
  text-align: center;
}
.ttop_pane .h_title_block::after{
  margin: auto;
}
@media(max-width: 1499px){
  .pill_tab_block .nav-link{
    padding: 15px 0px;
  }
}
@media(max-width: 1299px){
  .ttop_pane{
    padding-top: 80px;
  }
}
@media(max-width: 1199px){
  .ttop_pane{
    padding-top: 65px;
  }
}
@media(max-width: 1099px){
  .ttop_pane{
    padding-top: 50px;
  }
}
@media(max-width: 991px){
  .pill_tab_block .nav-link{
    padding: 12px 0px;
    font-size: 14px;
  }
  .ttop_pane{
    padding-top: 30px;
  }
}
@media(max-width: 767px){
  .tab_pill_btn{
    display: block;
    text-align: center;
    width: 100%;
    background-color: #282828;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
  }
  .tab_pill_btn:hover{
    color: #fff;
  }
  .tab_pill_btn:focus{
    box-shadow: none;
  }
  .pill_tab_block{
    position: absolute;
    display: none;
    width: 100%;
    border-radius: 0px;
    margin-top: -2px !important;
  }
  .pill_tab_block .nav-item{
    padding: 0px;
  }
  .pill_tab_block .nav-link{
    font-size: 14px;
  }
  .pill_tab_block .nav-link .btn_arrow{
    display: none;
  }
}
@media(max-width: 390px){
  .tab_pill_btn{
    padding: 8px 0px;
  }
}

/* process */
.gutter-w{
  --bs-gutter-x: 8rem;
}
.process_area{
  margin: 30px 0px 0px 0px;
}
.process_pic{
  position: relative;
}
.process_step{
  position: relative;
}
.process_num{
  width: 60px;
  height: 60px;
  background-color: #00498e;
  color: #0fb5df;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_title{
  font-size: 18px;
  color: #282828;
  font-weight: 500;
  margin-top: 15px;
}
.process_item .process_pic::after{
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  right: -60%;
  top: 50%;
  bottom: auto;
  background-color: #d9d9d9;
  z-index: -1;
}
.process_item:nth-child(3) .process_pic::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 110px;
  right: -50px;
  border-right: solid 1px #d9d9d9;
  border-top: solid 1px #d9d9d9;
  background-color: transparent;
}
.process_item:nth-child(4) .process_step::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 180px;
  left: auto;
  right: -50px;
  border-right: solid 1px #d9d9d9;
  transform: translateY(-415px);
}
.process_item:nth-child(4) .process_pic::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 110px;
  right: -50px;
  margin-top: -110px;
  border-right: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  background-color: transparent;
}
.process_item:nth-child(6) .process_pic::before{
  content: "";
  position: absolute;
  width: 50px;
  height: 110px;
  top: 50%;
  left: -50px;
  right: auto;
  border-left: solid 1px #d9d9d9;
  border-top: solid 1px #d9d9d9;
  background-color: transparent;
}
.process_box1 .process_item:nth-last-child(1) .process_pic::before{
  display: none;
}
.process_box2 .process_item:nth-last-child(1) .process_pic::after{
  display: none;
}
.process_item:nth-child(7) .process_step::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 180px;
  left: -50px;
  right: auto;
  border-right: solid 1px #d9d9d9;
  transform: translateY(-415px);
}
.process_item:nth-child(7) .process_pic::before{
  content: "";
  position: absolute;
  width: 50px;
  height: 110px;
  top: 50%;
  left: -50px;
  right: auto;
  margin-top: -110px;
  border-left: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  background-color: transparent;
}
.process_item:nth-child(9) .process_pic::after{
  display: none;
}
.process_dot{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #00498e;
  border: solid 1px #fff;
  top: 50%;
  transform: translateY(-5px);
}
.process_1{
  order: 1;
}
.process_2{
  order: 2;
}
.process_3{
  order: 3;
}
.process_4{
  order: 6;
}
.process_5{
  order: 5;
  margin-left: auto;
}
.process_6{
  order: 4;
  margin-left: auto;
}
.process_7{
  order: 7;
}
.process_8{
  order: 8;
}
.process_9{
  order: 9;
}
.process_item:nth-child(1) .process_dot{
  display: none;
}
.process_2 .process_dot{
  margin-left: -5px;
}
.process_3 .process_dot{
  margin-left: -5px;
}
.process_4 .process_dot{
  right: 0px;
  margin-right: -5px;
}
.process_5 .process_dot{
  right: 0px;
  margin-right: -5px;
}
.process_6 .process_dot{
  right: 0px;
  margin-right: -5px;
}
.process_7 .process_dot{
  margin-left: -5px;
}
.process_8 .process_dot{
  margin-left: -5px;
}
.process_9 .process_dot{
  margin-left: -5px;
}

@media(max-width: 1499px){
  .process_area{
    margin: 0px 0px 0px 0px;
  }
}
@media(max-width: 1299px){
  .gutter-w{
    --bs-gutter-x: 4.5rem;
  }
  .process_num{
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media(max-width: 1199px){
  .gutter-w{
    --bs-gutter-x: 4rem;
  }
  .process_num{
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .process_title{
    margin-top: 10px;
  }
  .process_item:nth-child(4) .process_step::before{
    height: 150px;
    transform: translateY(-350px);
  }
  .process_item:nth-child(7) .process_step::before{
    height: 150px;
    transform: translateY(-350px);
  }
}
@media(max-width: 1099px){
  .gutter-w{
    --bs-gutter-x: 3.5rem;
  }
  .process_item:nth-child(3) .process_pic::after{
    width: 30px;
    height: 110px;
    right: -30px;
  }
  .process_item:nth-child(4) .process_pic::after{
    width: 30px;
    height: 110px;
    right: -30px;
    margin-top: -110px;
  }
  .process_item:nth-child(6) .process_pic::before{
    width: 30px;
    height: 110px;
    left: -30px;
  }
  .process_item:nth-child(7) .process_pic::before{
    width: 30px;
    height: 110px;
    left: -30px;
    margin-top: -110px;
  }
  .process_item:nth-child(4) .process_step::before{
    height: 150px;
    right: -30px;
    transform: translateY(-350px);
  }
  .process_item:nth-child(7) .process_step::before{
    height: 150px;
    left: -30px;
    transform: translateY(-350px);
  }
}
@media(max-width: 991px){
  .gutter-w{
    --bs-gutter-x: 2rem;
  }
  .process_num{
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .process_title{
    margin-top: 5px;
    font-size: 16px;
  }
  .process_item:nth-child(4) .process_step::before{
    transform: translateY(-265px);
  }
  .process_item:nth-child(7) .process_step::before{
    transform: translateY(-265px);
  }
}
@media(max-width: 767px){
  .gutter-w{
    --bs-gutter-x: 1.5rem;
  }
  .process_num{
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .process_title{
    margin-top: 5px;
    font-size: 14px;
  }
  .process_item:nth-child(4) .process_step::before{
    height: 50px;
    transform: translateY(-200px);
  }
  .process_item:nth-child(7) .process_step::before{
    height: 50px;
    transform: translateY(-200px);
  }
}
@media(max-width: 575px){
  .gutter-w{
    --bs-gutter-x: 0rem;
  }
  .process_item .process_pic::after{
    display: none;
  }
  .process_item:nth-child(4) .process_step::before{
    display: none;
  }
  .process_item:nth-child(6) .process_pic::before{
    display: none;
  }
  .process_item:nth-child(7) .process_pic::before{
    display: none;
  }
  .process_item:nth-child(7) .process_step::before{
    display: none;
  }
  .process_dot{
    display: none;
  }
  .process_title{
    margin-top: 10px;
  }
  .process_4{
    order: 4;
  }
  .process_6{
    order: 6;
  }
}

/* contact */
.contact_area{
 background-color: #f5f5f5;
 position: relative;
}
.contact_area::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 36%;
  background-size: cover;
  background-image: url('../image/bg_block_b.png');
  background-position: top left;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}
.contact_left{
  padding-right: 50px;
  z-index: 1;
  position: relative;
}
.contact_left .inner_title{
  color: #fff;
}
.contact_left .h_title_block{
  margin-bottom: 30px;
}
.contact_left .h_title_block::after{
  background-color: #0fb5df;
}
.contact_notice{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.contact_info{
  margin-top: 100px;
}
.c_info_item{
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.info_icon_block{
  width: 65px;
  height: 65px;
  background-color: #00498e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.info_icon{
  width: 30px;
}
.info_title{
  font-size: 18px;
  color: #00498e;
  margin-bottom: 5px;
}
.info_text{
  font-size: 16px;
  color: #282828;
  text-decoration: none;
}
.c_info_item a:hover{
  color: #282828;
  opacity: 0.6;
}
.contact_form{
  padding: 100px 65px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.ttop_input{
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #d9d9d9;
  border-radius: 0px;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.ttop_input:focus{
  background-color: transparent;
  border-bottom: solid 1px #00498e;
  box-shadow: none;
}
.textarea{
  height: 100px !important;
}
.ttop_label{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.code_block{
  display: flex;
  align-items: flex-end;
}
.reset_block{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20px;
}
.modal_reset_btn{
  border: none;
  background-color: transparent;
  padding: 0px 0px 0px 5px;
}
.modal_reset{
  width: 15px;
}
.form_code{
  width: 80px;
}
.code_block .invalid-feedback{
  position: absolute;
  bottom: -25px;
}
.submit_btn_block{
  margin-top: 30px;
}
.submit_btn_block .click_btn{
  margin: auto;
}

@media(max-width: 1299px){
  .contact_left{
    padding-right: 30px;
  }
  .contact_notice{
    font-size: 16px;
  }
  .contact_form{
    padding: 80px 50px;
  }
}
@media(max-width: 1199px){
  .contact_left{
    padding-right: 0px;
  }
  .contact_form{
    padding: 65px 30px;
  }
  .c_info_item{
    margin-top: 20px;
  }
  .info_icon_block{
    width: 60px;
    height: 60px;
  }
  .info_icon{
    width: 25px;
  }
}
@media(max-width: 1099px){
  .contact_form{
    padding: 50px 30px;
  }
}
@media(max-width: 991px){
  .contact_area::after{
    height: 35%;
  }
  .contact_left .h_title_block{
    margin-bottom: 15px;
  }
  .contact_notice{
    font-size: 14px;
  }
  .contact_info{
    margin-top: 65px;
  }
  .c_info_item{
    margin-top: 12px;
  }
  .info_icon_block{
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .info_icon{
    width: 23px;
  }
  .info_title{
    font-size: 16px;
    margin-bottom: 0px;
  }
  .info_text{
    font-size: 14px;
  }
  .contact_form{
    padding: 24px;
    font-size: 14px;
  }
  .submit_btn_block{
    margin-top: 15px;
  }
}
@media(max-width: 575px){
  .contact_area::after{
    height: 65%;
  }
  .contact_notice{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact_info{
    margin-top: 0px;
  }
  .c_info_item{
    display: block;
    margin-top: 15px;
  }
  .info_icon_block{
    width: 35px;
    height: 35px;
    background-color: #fff;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .info_icon{
    width: 18px;
  }
  .info_title{
    color: #0fb5df;
    font-size: 14px;
    line-height: 1;
  }
  .info_text{
    color: #fff;
    font-size: 12px;
  }
  .c_info_item a:hover{
    color: #fff;
  }
  .contact_form{
    margin-top: 30px;
    padding: 0px 24px 24px 24px;
  }
}

/* submit */
.submit_area{
  max-width: 1520px;
  margin: auto;
  padding: 250px 0px 150px 0px;
  text-align: center;
}
.submit_icon{
  width: 150px;
  margin-bottom: 20px;
}
.submit_title{
  font-size: 32px;
  color: #282828;
  margin-bottom: 10px;
}
.submit_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
}
.submit_back{
  margin-top: 30px;
}
.submit_back .click_btn{
  margin: auto;
}
@media(max-width: 1299px){
  .submit_area{
    padding: 200px 0px 100px 0px;
  }
  .submit_icon{
    width: 130px;
  }
}
@media(max-width: 991px){
  .submit_area{
    padding: 150px 0px 100px 0px;
  }
  .submit_icon{
    width: 120px;
  }
  .submit_title{
    font-size: 28px;
  }
}
@media(max-width: 575px){
  .submit_icon{
    width: 100px;
  }
  .submit_title{
    font-size: 24px;
    margin-bottom: 0px;
  }
  .submit_text{
    font-size: 16px;
  }
  .submit_back{
    margin-top: 20px;
  }
}
@media(max-width: 390px){
  .submit_icon{
    width: 80px;
    margin-bottom: 15px;
  }
  .submit_title{
    font-size: 20px;
    margin-bottom: 0px;
  }
  .submit_text{
    font-size: 14px;
  }
  .submit_back{
    margin-top: 15px;
  }
}

/* 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: #0fb5df;
}
.privacyBox .closePrivacy{
  background: #00498e;
  border: 0;
  color: #fff;
  margin-left: 2rem;
  padding: 12px 48px;
  border-radius: 0px;
  cursor: pointer;
  white-space:nowrap;
}
.privacy_cname{
  color: #00498e;
  font-weight: 500;
}
.privacy_text{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
}
.privacy{
  padding-top: 100px;
}
.privacy_title{
  font-size: 24px;
  color: #282828;
  margin-bottom: 15px;
}
.a_text_block{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
  line-height: 1.75;
}
.a_text_block span{
  color: #00498e;
}
@media(max-width: 1499px){
  .privacy{
    padding-top: 80px;
  }
}
@media(max-width: 1299px){
  .privacy{
    padding-top: 75px;
  }
  .privacy_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .a_text_block{
    font-size: 16px;
  }
}
@media(max-width: 991px){
  .privacy{
    padding-top: 50px;
  }
  .privacy_text{
    font-size: 16px;
    letter-spacing: 0px;
  }
  .a_text_block{
    font-size: 14px;
  }
}
@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;
  }
}