@charset "utf-8";


.search_result {
  padding: 60px 0;
}

.search_result_top h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}

.search_result_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_result_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.search_result_box input {
  width: 100%;
  flex: 1;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  border: 1px solid #ddd;
  outline: none;
  background: none;
}

.search_result_box button {
  display: block;
  width: 10%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #02417E;
  border: 1px solid #02417E;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button i {
  font-size: 30px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button:hover {
  background-color: #fff;
  border: 1px solid #02417E;
  width: 15%;
}

.search_result_box button:hover i {
  color: #02417E;
}

.result_attention {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #02417E;
  flex-wrap: wrap;
}

.result_attention p {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.result_attention span {
  font-size: 26px;
  color: #02417E;
  font-weight: bold;
  display: block;
  margin: 0 5px;
}

.search_result_list {
  margin-top: 40px;
}

.resultcard {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 15px 30px;
  margin-bottom: 20px;
  width:100%;
  border-bottom: 1px solid #eee;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.resultcard h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard:hover h3 {
  color: #02417E;
}

.resultcard:hover {
  border: 1px solid #02417E;
  border-radius: 15px;
}


#ez-toc-container{
    width: 100% !important;
    margin-top: 20px !important;
    box-sizing: border-box !important;
}

.wpcf7-spinner {
    position: absolute !important;
    right: 0;
}

.news_sns .img_b {
    width: 20px;
    height: 20px;
    background-color: #5EB63D;
    border-radius: 50%;
    padding: 5px;
    overflow: hidden;
}

#toc_container p.toc_title{
    text-align: left!important;
}

.news_sns .img_b img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.NewsPage .thisBanner .Wrapper .NewsEmailWrap .emailWrap p{
    display: flex;
}

.NewsDetailPage .logoWrap{
    display: flex;
    justify-content: space-between;
}
.NewsDetailPage .logoWrap .logo{
    flex: 0 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    
}
.NewsDetailPage .logoWrap .logo p{
    color: #202020;
}
.NewsDetailPage .logoWrap .logo img{
    max-width: 120px !important;
}
.NewsDetailPage .page{
    font-size: 16px;
    margin: 30px 0 20px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.NewsDetailPage  .page .fl{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}
.NewsDetailPage  .page .fl p{
    color: #0C6EB4;
    font-size: 16px;
    text-align: left;
}
.NewsDetailPage  .page .fr p{
     color: #0C6EB4;
    font-size: 16px;
    text-align: right;
}

.NewsDetailPage  .page .fl::before{
   content: "\f053";
   font-family: FontAwesome;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   font-size: 24px;
   color: #0C6EB4;
    
}
.NewsDetailPage  .page .fr{
     position: relative;
    padding-right: 30px;
    font-size: 14px;
}
.NewsDetailPage  .page .fr::before{
   content: "\f054";
   font-family: FontAwesome;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   font-size: 24px;
   color: #0C6EB4;
    
}
.NewsDetailPage .newsWrapper {
  padding: 50px 0;
  background: #F1F4F6;
}
.NewsDetailPage .newsWrapper .Wrapper {
  display: flex;
}
.NewsDetailPage .newsWrapper .Wrapper .left {
  width: 72%;
  background-color: #fff;
}
.NewsDetailPage .newsWrapper .Wrapper .left p{
    font-size: 16px;
    margin: 8px 0;
    line-height: 1.6;
}

.NewsDetailPage .newsWrapper .Wrapper .left .this_content {
    
}

.NewsDetailPage .newsWrapper .Wrapper .left .this_content th {
    padding: 15px;
    border: 1px solid hsla(0, 0%, 50%, .502);
}


.NewsDetailPage .newsWrapper .Wrapper .left .this_content td {
    padding: 15px;
    border: 1px solid hsla(0, 0%, 50%, .502);
}

.NewsDetailPage .newsWrapper .Wrapper .left .this_content h3{
     margin: 8px 0 15px 0;
 }
.NewsDetailPage .newsWrapper .Wrapper .left .this_content h4{
      margin: 8px 0;
 }
.NewsDetailPage .newsWrapper .Wrapper .left .this_content img{
      margin-bottom: 8px;
  }
 
  
.NewsDetailPage .newsWrapper .Wrapper .left .this_content table {
    margin: 10px 0;
}

.NewsDetailPage .newsWrapper .Wrapper .left  .newsSns {
    display: flex;
    align-items: center;
    gap: 5px;
}
.NewsDetailPage .newsWrapper .Wrapper .left  .newsSns  ul{
    display: flex;
    align-items: center;
    gap: 10px;
}
.NewsDetailPage .newsWrapper .Wrapper .left  .newsSns ul li a {
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NewsDetailPage .newsWrapper .Wrapper .left  .newsSns ul li a i{
    font-size: 30px;
    color: #0C74A1;
}

.NewsDetailPage .newsWrapper .Wrapper .left .newsSns ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .newsImg {
  width: 100%;
  height: 500px;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .newsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .newsType {
  padding: 20px 20px 0 20px;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .newsType a {
  font-size: 14px;
  color: var(--color);
  font-weight: bold;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .newsTitle {
  padding: 10px 0 20px 20px;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .newsTitle h2 {
  font-size: 36px;
  color: #000;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .newsTitle h1 {
  font-size: 30px;
  color: #000;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .time_sns {
  padding: 10px 0 20px 20px;
  display: flex;
  align-items: center;
  gap: 2vw;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .time_sns .newsTime {
  display: flex;
  align-items: center;
  gap: 5px;
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .time_sns .newsTime i {
  color: var(--common);
}
.NewsDetailPage .newsWrapper .Wrapper .left .myNews .time_sns .newsTime span {
  margin-top: -3px;
  color: var(--common);
  font-size: 14px;
  line-height:1;
}
.NewsDetailPage .newsWrapper .Wrapper .left .this_content .newsDes {
    padding: 20px 0 20px;

}
.NewsDetailPage .newsWrapper .Wrapper .right {
  width: 28%;
  padding-left: 20px;
}
.NewsDetailPage .newsWrapper .Wrapper .right .newsProList {
  background-color: #fff;
}
.NewsDetailPage .newsWrapper .Wrapper .right .newsProList h3 {
  text-align: center;
  padding: 20px 0;
  font-size: 28px;
}
.NewsDetailPage .newsWrapper .Wrapper .right .newsProList ul li {
  padding: 10px;
  border-top: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.NewsDetailPage .newsWrapper .Wrapper .right .newsProList ul li .img_b {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NewsDetailPage .newsWrapper .Wrapper .right .newsProList ul li .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.NewsDetailPage .newsWrapper .Wrapper .right .newsProList ul li .this_text {
  width: calc(100% - 120px);
}
.NewsDetailPage .newsWrapper .Wrapper .right .newsProList ul li .this_text a {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.NewsDetailPage .newsWrapper .Wrapper .right .newsProList ul li .this_text p {
  font-size: 12px;
  color: #737373;
}

.NewsDetailPage .newsWrapper .Wrapper .right .newsRight2 {
    height:100%;
}

.NewsDetailPage .newsWrapper .Wrapper .right .newsRight2 .formWrap {
   position: sticky;
    top: 116px;
}

.NewsDetailPage .newsWrapper .Wrapper .right .Wrap {
  margin-top: 20px;
  background-color: #fff;
  margin: 10px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);

}
.NewsDetailPage .newsWrapper .Wrapper .right .Wrap .w50{
    width: 100%;
}
.NewsDetailPage .newsWrapper .Wrapper .right .Wrap .inquiryWrap .btn p{
    width: 100%;
}
.NewsDetailPage .newsWrapper .Wrapper .right .Wrap .inquiryWrap .btn::after{
    right: 36%;
}
.NewsDetailPage .newsWrapper .Wrapper .right .Wrap h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.NewsPage .newContentWrapper {
  padding: 50px 0;
  background-color: #FAF9F9;
}
.NewsPage .newContentWrapper .Wrapper .this_child {
  border-radius: 20px;
  padding: 40px 100px;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.NewsPage .newContentWrapper .Wrapper .this_child:hover {
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  transition: all 0.5s;
}
.NewsPage .newContentWrapper .Wrapper .this_child .img_b {
  width: 30%;
  padding-top: 20%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.NewsPage .newContentWrapper .Wrapper .this_child .img_b img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.NewsPage .newContentWrapper .Wrapper .this_child .this_text {
  width: calc(70% - 20px);
}
.NewsPage .newContentWrapper .Wrapper .this_child .this_text h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
.NewsPage .newContentWrapper .Wrapper .this_child .this_text span {
  display: inline-block;
  color: #ADADAD;
  font-size: 12px;
  margin-bottom: 20px;
}
.NewsPage .newContentWrapper .Wrapper .this_child .this_text p {
  font-size: 14px;
  color: #777;
}
@media screen and (max-width: 950px) {
  .NewsPage .newsListSwiperWrapper .Wrapper .swiper .this_child {
    flex-direction: column;
  }
  .NewsPage .newsListSwiperWrapper .Wrapper .swiper .this_child .img_b {
    width: 100%;
    padding-top: 60%;
  }
  .NewsPage .newsListSwiperWrapper .Wrapper .swiper .this_child .this_text {
    width: 100%;
    margin-top: 20px;
  }
  .NewsPage .newContentWrapper .Wrapper .this_child {
    flex-direction: column;
    padding: 10px;
  }
  .NewsPage .newContentWrapper .Wrapper .this_child .img_b {
    width: 100%;
    padding-top: 60%;
  }
  .NewsPage .newContentWrapper .Wrapper .this_child .this_text {
    width: 100%;
    margin-top: 20px;
  }
  .NewsPage .newContentWrapper .Wrapper .this_child .this_text h5 {
    margin-bottom: 10px;
  }
  .NewsPage .newContentWrapper .Wrapper .this_child .this_text span {
    margin-bottom: 10px;
  }
  .NewsDetailPage .newsWrapper .Wrapper .left {
    width: 100%;
  }
  .NewsDetailPage .newsWrapper .Wrapper .left .myNews .newsTitle h2 {
    font-size: 24px;
  }
  
    .NewsDetailPage .newsWrapper .Wrapper .left .myNews .newsTitle h1 {
    font-size: 24px;
  }
  .NewsDetailPage .newsWrapper .Wrapper .right {
    display: none;
  }
}




.inquiryWrap {
  flex: 0 50%;
  gap: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inquiryWrap .item {
  width: 100%;
  height: auto;
}
.inquiryWrap p{
    width: 100%;
    overflow: hidden;
}
.inquiryWrap .item input,
.inquiryWrap .item textarea {
  width: 100%;
  background-color: #ebf2f8;
  border: none;
  padding: 15px 20px;
  height: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
.inquiryWrap .item input::placeholder,
.inquiryWrap .item textarea::placeholder {
  color: #666666;
}
.inquiryWrap .item textarea {
  height: 200px;
}
.inquiryWrap .w50 {
  width: calc(50% - 10px);
}
.inquiryWrap .btn {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.inquiryWrap .btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-image: url(../img/index/next.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 43%;
  filter: brightness(0) invert(1);
}
.inquiryWrap .btn input[type="submit"] {
  background-color: #02417e;
  border: 1px solid #02417e;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 18px;
}
.inquiryWrap .btn:hover {
  box-shadow: 8px 8px #02417e;
  transition: all 0.5s;
}
.inquiryWrap .btn:hover::after {
  filter: none;
}
.inquiryWrap .btn:hover input[type="submit"] {
  background-color: #fff;
  color: #02417e;
}

.z9999{z-index:9999!important;}
.hide{display:none;}

/*gotop*/
.gotop{position:fixed;text-align:center;right:15px;bottom:50px;color:#fff;background-color:#0056b3;text-align:center;height:45px;width:45px;line-height:45px;border-radius:50%;padding: 3px;border: 2px solid #0056b3;background-clip:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;z-index:99999;cursor:pointer;font-size:24px;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-moz-transform:translateY(100%);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);}
.gotop:hover,.gotop.active:hover{font-weight:bold;}
.gotop.active{opacity:1;visibility:visible;-moz-transform:none;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
.gotop:before,.gotop em{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.gotop em{font-size:12px;width:100%;position:absolute;left:0;top:0;color:#fff;opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px);}
.gotop:before{content:'\f106';font-family:'fontawesome';font-size:22px;height:100%;display:block;}
.gotop:hover em{opacity:1;filter:alpha(opacity=100);-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
.gotop:hover:before{-webkit-transform:translateY(-15px) scale(.5);-ms-transform:translateY(-15px) scale(.5);-o-transform:translateY(-15px) scale(.5);transform:translateY(-15px) scale(.5);opacity:0;filter:alpha(opacity=0);}

/* transition */
 .head_nav li a,.nav_wrap .head_nav li li a,.nav_wrap .head_nav li ul,.nav_wrap .head_nav li li>a:before,.head_nav b:after,.web_head .btn--search,.web_head .btn--search:before,.product_item figure, .gotop, .product-item .item-img img,.product_item .item_img img,.product_item .item_img a,.product_item,.product_item .item_img a:before,.product_item .item_img a:after,.product_item .item_img:after, .product-btn-wrap a,.web_head,.change-language .change-language-title a:after, .newsletter .button, .mobile-head-item .middle-show-content-wrap, .product_item figure figcaption,.foot_item  a, .pages a,.ad_item figure figcaption .item_more,.head_sns li img,.side_product_item .add-friend,.side_product_item .add-friend:after,.side-product-items .btn-prev,.side-product-items .btn-next,.foot_sns li img,.blog-item:after{-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.head_nav>li>a:before,.head_nav>li>a:after,.head-search .search-btn,.icon-cate,
.items_list .product_item .item_img,.goods-may-like .product_item .item_img,
.foot_txt_list li a:before{-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}

/* flex */
.flex_row,.items_list>ul{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;}
.flex_row_nowrap{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap;}

/* button */
.sys_btn{display: inline-block;padding: 10px 28px;background-color: #0056b3;color: #fff!important;position: relative;-webkit-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;overflow: hidden;}
.sys_btn_wave {position: relative;overflow: hidden;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.btn_wave_circle{background-color:red;border-radius:1000px;position:absolute;left:0;top:0;width:0;height:0;margin-left:0;margin-top:0;pointer-events:none;z-index: -1;}
.sys_btn:hover{color: #fff!important;background-color: #000000e0;}
.explode-circle{animation:explode .5s forwards}
.desplode-circle{animation:desplode .5s forwards}
@keyframes explode{0%{width:0;height:0;margin-left:0;margin-top:0;background-color:rgba(0,0,0,.1)}100%{width:300%;padding: 150% 0;margin-left:-150%;margin-top:-150%;background-color:#000}}
@keyframes desplode{0%{width:300%;padding: 150% 0;margin-left:-150%;margin-top:-150%;background-color:#000}100%{width:0;height:0;margin-left:0;margin-top:0;background-color:rgba(0,0,0,.1)}}
.company_subscribe .explode-circle{animation:explode_white .5s forwards}
.company_subscribe .desplode-circle{animation:desplode_white .5s forwards}
@keyframes explode_white{0%{width:0;height:0;margin-left:0;margin-top:0;background-color:rgba(255,255,255,.1)}100%{width:300%;padding: 150% 0;margin-left:-150%;margin-top:-150%;background-color:#fff}}
@keyframes desplode_white{0%{width:300%;padding: 150% 0;margin-left:-150%;margin-top:-150%;background-color:#fff}100%{width:0;height:0;margin-left:0;margin-top:0;background-color:rgba(255,255,255,.1)}}


/* placeholder */
input::-webkit-input-placeholder{color:#aaa;}
input::-moz-placeholder{color:#aaa;opacity:1;}
input:-ms-input-placeholder{color:#aaa;}
input:-moz-placeholder{color:#aaa;}
.search-ipt::-webkit-input-placeholder{color:#666;}
.search-ipt::-moz-placeholder{color:#666;opacity:1;}
.search-ipt:-ms-input-placeholder{color:#666;}
.search-ipt:-moz-placeholder{color:#666;}

.page_main{
    padding: 3vw 0 5vw 0;
}
.form_title{
   padding: 10px 10px;
    background: #02417E;
    color: #fff;
    margin: 10px 0 20px 0;
}
.tab-panel-wrap{
    /*margin: 20px 0;*/
}

.prodetail{
    display: flex;
    justify-content: space-between;
}
/*----------------------------------aside---------------------------------*/	
.aside {  width:320px;}
.side-tit-bar { position:relative; }
.side-tit-bar .side-tit { position:relative; font-size:18px; line-height:49px; color:#FFF; padding:0 21px; background:#02417E; font-weight:normal; text-transform:uppercase;}
.side-widget { position:relative; margin:0 0 94px; }
.side-widget+.side-widget .side-tit-bar .side-tit{text-transform: none;}
.side-cate { }
.side-cate li { position:relative; line-height:1.5;background:#f3f3f3;}
.side-cate li li {background:#f9f9f9;}
.side-cate li a { position:relative;display:block; padding:10px 0 10px 15px;margin-right: 38px; }
.side-cate ul { display:none; overflow:visible !important }
.side-cate li li a { padding: 8px 20px 8px 30px;margin-right: 0;font-size: 14px;color: #666;}
.side-cate li .current-menu-parent a{color:#02417E}
.side-cate li li li a { padding:0 66px;margin-right: 0;}
.side-cate li .icon-cate { position:absolute; right:10px; top:10px;display: inline-block;width: 24px; line-height:24px;text-align: center; font-size:10px; cursor:pointer; color:#222;border-radius: 50%;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; }
.side-cate li .icon-cate:before { content:'';display:block;width:20px;height:20px;background-image:url('/wp-content/themes/global/static/img/down.png');background-size:100% 100%; background-position:center; }
.side-cate li .icon-cate.icon-cate-down:before{transform:rotate(0deg)}
.side-cate li .icon-cate.icon-cate-up:before { transform:rotate(90deg) }
.side-cate li.nav-current > a, .side-cate li:hover > a, li.show_li >a { color:#02417E; }
.side-cate li.nav-current > .icon-cate, .side-cate li:hover > .icon-cate, li.show_li >.icon-cate { color:#02417E; }
/*.side-cate li .icon-cate:hover{background-color: #02417E;color: #fff;}*/
.side-product-items { position:relative; }
.side-product-items .items_content { position:relative; }
.side-product-items .items_content { }
.side_product_item { position:relative; display:block; width:100%; overflow:hidden; margin:0 0 6px;  }
.side_product_item figure { position:relative; display:block;  border:1px solid #eee; overflow:hidden; padding:8px; background:#FFF;position: relative;}
.side_product_item .item-img { position:relative; display:inline-block; vertical-align:top;  *display:inline;*zoom:1;width:40%; }
.side_product_item .item-img img { position:relative; width:100%; }
.side_product_item figcaption { position:relative; display:inline-block; vertical-align:top;  *display:inline;*zoom:1;width:48%; padding:10px 0 10px 15px;}
.side_product_item figcaption .item_title { line-height:1.3; margin:0 0 10px; text-transform:capitalize; font-size:14px;font-weight: normal; }
.side_product_item figcaption .item_text { color:#949494; line-height:1.3; }
.side_product_item .add-friend { position:absolute; right:0; bottom:0; width:37px; height:39px; }
.side_product_item .add-friend:before{content: '';display: block;width: 0;height: 0;border-style: dashed dashed solid;border-color: transparent transparent  #121212;border-width: 0 0 39px 39px;overflow: hidden;position: absolute;right: 0;bottom: 0;-moz-box-sizing:content-box; -webkit-box-sizing:content-box; -ms-box-sizing:content-box; -o-box-sizing:content-box; box-sizing:content-box;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.side_product_item .add-friend:hover:before{border-bottom-color: #02417E;border-width: 0 0 45px 45px;}
.side_product_item .add-friend:after { content:""; position:absolute; width:11px; height:11px; bottom:6px; right:6px; background:url(img/add01.png) no-repeat center center; z-index: 1;}
.side_product_item .add-friend:hover:after{right: 8px;bottom: 8px;}
.side-product-items .btn-prev, .side-product-items .btn-next { position:absolute; left:0; width:100%; height:15px; display:block; cursor:pointer; opacity:.25; }
.side-product-items .btn-prev { top:20px; background:url(img/side_product_up.png) no-repeat center center; }
.side-product-items .btn-next { bottom:20px; background:url(img/side_product_down.png) no-repeat center center; }
.aside .side-bn { width:100%; margin:0 0 40px; }
.aside .side-bn img { width:100% }

/*----------------------------------main---------------------------------*/
.main { position:relative; width:calc(100% - 350px); float:right;}
.page_title { position:relative; font-size:26px; margin:0 0 15px;}
.page_bar{ position:relative;  line-height:31px; height:33px; margin:50px 0; text-align:center; font-size:12px;}
.page_bar a,.page_bar  span{position:relative; display:inline-block; vertical-align:top; min-width:33px; padding:0 5px;  border:1px solid #ccc; margin:0 0 0 8px; text-align:center; border-radius:3px;filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe',endColorStr='#e3e3e3',gradientType='0');background: -moz-linear-gradient(top, #fefefe, #e3e3e3);background: -o-linear-gradient(top,#fefefe, #e3e3e3);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e3e3e3));}
.page_bar a.current,.page_bar a:hover{ color:#FFF; background:#333333;  border-color:#333333 }


/*-------------------------------------------------------- 
													page: single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro { position:relative; overflow:hidden; }
.cloud-zoom-lens { border: 1px solid #eee; cursor:move; }
.cloud-zoom-title { position:absolute !important; background-color:#000; color:#fff; padding:3px; width:100%; text-align:center; font-weight:bold; font-size:10px; top:0px; }
.cloud-zoom-big { overflow:hidden; padding:0px; }
.cloud-zoom-loading { color:white; background:#222; padding:3px; border:1px solid #000; }
.product-view .swiper-slide{padding-bottom: 1px;}
.product-view .product-image.zoom_remove:after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; z-index: 999; }
.product-view{position:relative;width:40%;float:left;}
.product-view .product-image{position:relative;border:1px solid #ddd;}
.product-view .product-image img{position:relative;width:100%;}
.product-view .image-additional{position:relative;width:90%;margin:20px auto;overflow:hidden;}	
.product-view .image-additional li{position:relative;width:100%;width:25%;float: left;}
.product-view .image-additional li.single{ display:none;}	
.product-view .image-additional li img{position:relative;width:90%;margin:0 5%;border:1px solid #ccc;padding:1px;}	
.product-view .image-additional li a{position:relative;}	
.product-view .image-additional li.current img{border:2px solid #02417E;padding: 0; }
.product-view .image-additional img.popup{display:none;}
.ad_prompt{position:absolute;display:block;top:50%;left:0;width:100%;line-height:40px;margin:-20px 0 0;text-align:center;color:#ff6f00;font-size:20px;-webkit-animation:twinkling 1s infinite ease-in-out;animation:twinkling 1s infinite ease-in-out;display:none;}
.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets{ display:none;}
.product-view .swiper-button-next,.product-view .swiper-button-prev {width:30px;height:30px;margin-top:-15px;opacity:1;line-height: 30px;font-size: 28px;-webkit-transform: scale(0.65,1);-ms-transform: scale(0.65,1);-o-transform: scale(0.65,1);transform: scale(0.65,1);}
.product-view .swiper-button-prev,.product-view .swiper-container-rtl .swiper-button-next {left:-5px;}
.product-view .swiper-button-next,.product-view .swiper-container-rtl .swiper-button-prev {right:-5px;}

.product-view .swiper-button-next::after,.product-view .swiper-button-prev::after{
    font-size: 24px;
}
/*product summary*/
.product-summary { position:relative; width:58%; float:right; padding:10px 0; }
.product-summary .product-meta { line-height:25px; }
.product-summary .product-meta h3 { margin:0 0 10px; font-size:16px; }
.product-summary .product-meta li{width: 100%;display: table;font-size: 12px;padding: 2px 0;}
.product-summary .product-meta li em{display: table-cell;width: 135px;color: #aaa;}
.product-btn-wrap { position:relative; margin:20px 0 0; }
.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy { position:relative; display:inline-block;  *display:inline;
 *zoom:1;vertical-align:top; line-height:32px; padding:0 20px;font-size:14px;border-radius:3px; background:#13adeb; border:2px solid #13adeb; color:#FFF; margin:0 15px 10px 0; }
.product-btn-wrap .buy { text-transform:uppercase; font-size:18px; padding:0 30px; }
.product-btn-wrap .email:hover, .product-btn-wrap .pdf:hover, .product-btn-wrap .buy:hover { background:none; color:#13adeb;}
.product-summary .share-this { margin:30px 0 0; }
/* product detail */
.product-detail { position:relative; overflow:visible; margin:30px 0 0; }
.detail-tabs { position:relative; }
.detail-tabs .title { position:relative; display:inline-block; vertical-align:top;  *display:inline;*zoom:1; line-height:32px; padding:0 20px; cursor:pointer; margin:0 10px 0 0; font-weight:bold; font-size:14px;background-color: #02417E;border:1px solid #02417E; color:#fff; }
.detail-tabs .title.current { color:#FFF;background:#02417E;border-color: #02417E; }
.product-detail .tab-panel-content { padding:10px 0; display:block; overflow:hidden }
.product-detail .disabled { display:none; }
/*like product*/
.goods-may-like{position: relative;overflow: hidden;}
.goods-may-like .title{ font-size:26px; margin:50px 0 20px;}
.goods-may-like .product_item{width: 25%; margin:0; padding:0;}
.goods-may-like .swiper-control{position: absolute;right: 0;top: 70px; width:100px}
/*.goods-may-like .swiper-button-prev, .goods-may-like .swiper-button-next{position: static;}*/
.goods-may-like .swiper-button-next::after,.goods-may-like .swiper-button-prev::after{
    font-size: 26px;
}
.goods-may-like figure{
    margin: 0;
}
.goods-may-like .swiper-button-next{margin-right: 0;}
.goods-may-like .swiper-button-next.swiper-button-disabled,.goods-may-like .swiper-button-prev.swiper-button-disabled{opacity: 0.3;filter: alpha(opacity=30);}
.goods-may-like .swiper-slide{width: 25%;overflow: visible;}
.goods-may-like .product_item{padding-bottom: 0px;margin-right: 0;}
.goods-may-like .product_item .item_title{padding-bottom: 0;}
.goods-may-like .product_item .item_title a{max-width: 90%;height:1.6em;}
.goods-may-like .product_item .item_img {margin:0 1px 0 0;}





/*transition*/
a{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}



@media only screen and (max-width:768px){
.inquiry-form .form-btn-wrapx .form-btn-submitx{top:0 !important;}
}


@media only screen and (max-width:1680px){
/*layout*/
body{min-width: 1280px;}
/* .layout{width: 1280px;} */
}
@media only screen and (max-width:1500px){
}

@media only screen and (max-width:1366px){
/*layout*/
body{min-width: 1200px;}
/* .layout{width: 1200px;} */
/*list*/
.items_list .product_item{-webkit-box-flex:0 0 33.33333333%;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%;width:33.33333333%}
}
@media only screen and (max-width:1280px){
/*layout*/
body{min-width: 1100px;}
/* .layout{width: 1100px;} */
/*header*/
.web_head .head_layer .layout{display: block;text-align: center;padding-top: 10px;position: relative;}
.web_head .logo{display: inline-block;padding: 10px 0;background: none;}
.web_head .nav_wrap{float: none;}
.nav_wrap .head_nav>li{margin: 0 3%;}
.head_right{position: absolute;right: 0;top: 25px;}
.head_right .change-language .change-language-cont{right: -15px;}
/*index*/
.index_news .layout{width: auto;}
/*list*/
.items_list .product_item{-webkit-box-flex:0 0 50%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;width:50%;}
}
@media only screen and (max-width:1200px){
/*layout*/
body{min-width:inherit;}
.layout{width: 92%;}
/*index*/
.index_promote .layout{width: auto;}
.index_ad .ad_items{margin: 0 -1.5%;}
.index_ad .ad_item{padding-left: 1.5%;padding-right: 1.5%;}
.index_news .news_item .item_desc{display: none;}
/*footer*/
.foot_nav_bar {text-align: center;}
.foot_nav_bar .foot_nav{float: none;text-align: center;}
.foot_nav_bar .head-search{display: inline-block;float: none;margin-top: 5px;}
.foot_contact_list{width: 100%;float: none;}
.foot_sns{width: 100%;float: none;text-align: left;padding-top: 20px;}
}
@media only screen and (max-width:1024px){
/*list*/
.sys_sub_head .head_title h1{font-size:42px;}
.items_list{width:100%;}
.items_list ul{margin:0 -10px;}
.items_list .product_item figure{margin:10px;}
}

@media only screen and (max-width:950px){

.inquiryWrap .btn::after{
    right: 35%;
}

/* index */
.slider_banner .index-swiper-buttons{display: none;}

/* aside */
.aside{display:none;}
/* .side-widget{margin-bottom:35px;} */
.side-product-items .items_content{margin-top:10px;padding-top:0;padding-bottom:0;}
.side-product-items .btn-prev,.side-product-items .btn-next{display:none;}
.side-product-items .side_slider{padding-top:0;padding-bottom:0;max-height:inherit;}
.side-product-items .side_slider ul:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.side-product-items .side_slider .swiper-wrapper{width:auto;display:block;margin:0 -5px;}
.side-product-items .side_product_item{display:block;width:50%;height:auto!important;float:left;;text-align:center;}
.side-product-items .side_product_item:nth-child(2n+1){clear:left;}
.side-product-items .side_product_item figure{display:block;width:auto;border:1px solid #eee;padding:3px;margin:5px;}
.side-product-items .side_product_item .item-img{display:block;width:100%;float:none;border:0;}
.side-product-items .side_product_item .item-img img{width:100%;height:auto;border:0;}
.side-product-items .side_product_item figcaption{width:auto;display:block;padding:8px;}
.side-product-items .side_product_item figcaption .item_title{height:auto;font-size:12px;text-transform:none;}
/* main */
.page_main{padding-top:25px;}
.main{width:100%;float:none;margin:0 auto;}
.product-item{width:33.333%;}
.product-item .item-wrap{margin:8px;}
.page_bar{margin-top:20px;text-align:center;}
.main_hd{display: block;}
.main_hd .page_title{float: none;}
.main_hd .share_this{float: none;}
.main_hd .page_title+.share_this{padding-top: 10px;}
/* list */
.items_list ul{padding-top:0;}
.items_list .product_item{-webkit-box-flex:0 0 33.33333333%;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%;width:33.33333333%}
/* product intro */
.page_title{line-height:1.1;border-bottom:0;}
.video_close{display:none }
.image-additional li.image-item.current img{border:none;}
.product-view{width:100%;float:none;margin:0 auto 30px;}
.product-view .product-image, .single_product_items{display:none }
.image-additional-wrap{display:block;}
.product-view .image-additional{width:100%;margin:0;}
.product-view .image-additional ul{width:100%;}
.product-view .image-additional li{width:100%;margin:0;}
.product-view .image-additional li a{padding:0;margin:0;border:0;}
.product-view .image-additional li img{border: 0;padding: 0;}
.product-view .image-additional li.current img{border-color:inherit;}
.product-view .image-additional li.single{display:block }
.product-view .image-additional li.current a:before,.product-view .image-additional li.current a:after{display:none;}
.product-view .swiper-button-next, .product-view .swiper-button-prev{background:rgba(0,0,0,.8);color:#fff;}
.product-view .swiper-button-next{right:5px;}
.product-view .swiper-button-prev{left:5px;}

/* product summary */
.product-summary{position:relative;width:100%;float:none;}
.product-summary .share-this{float:none;margin:30px 0;}
.product-summary .product-meta li{display:block;}
.product-summary .product-meta li em{display:inline;color:#333;padding-right:15px;font-weight:bold;}
.product-btn-wrap{text-align:left;}
.product-btn-wrap a{margin:0 0 10px !important;}
.product-summary .share-this{text-align:left;}
/* product detail  */ 
.detail-tabs{padding-right: 0;}
.product-detail .share-this{position: static;padding-bottom: 30px;}
.tab-panel-wrap{padding:10px 0 0;}
.goods-may-like{padding-bottom:50px}
.goods-may-like .title{margin-top:50px;margin-bottom:50px;}
.goods-may-like .product_item{
    width: 50%;
}

}



@media only screen and (max-width:640px){
/* list */
.sys_sub_head .head_title h1{font-size:30px;}
.items_list .product_item{-webkit-box-flex:0 0 50%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;width:50%}
}


@media only screen and (max-width:480px){
    
    
    
.mobile-hide{display:none!important;}
.gotop{display:none !important;}
.service_item{width:100%;}
.blog-item .item-img{width:150px;}
.table_wrap{overflow-x:scroll;}
/* layout */
/* .layout,.index_promote .layout, .index_news .index_bd{width:auto;padding: 0 10px;} */
/*header*/
.head_top{font-size:12px;}
/*.web_head .logo img{max-height:50px;}*/
/*footer*/
.web_footer .foot_logo img{max-height: 50px;width: auto;}
.foot_items .layout{display:block;}
.web_footer .foot_item .title{font-size: 16px;}
.foot_txt_list li{font-size:14px;}
.foot_sns li img{max-height:30px;}
.foot_bar{font-size:14px;}
.foot_contact_list .contact_item .contact_val{font-size:16px;}
/* aside */
.side-widget{margin:0 0 30px;}
.side-tit-bar .side-tit{font-size:16px;text-transform:none;}
.side-cate li li{line-height:20px;}
.side-cate li li a{padding:0 15px;}

.side-product-items .side_product_item{width:100%;float:none;}
.side-product-items .side_product_item figure{margin-left:10px;margin-right:10px;}
.side_product_item .add-friend{right: 10px;bottom: 5px;}
/* footer */
.foot_contact_list .contact_ico{-webkit-transform: scale(.85);-ms-transform: scale(.85);-o-transform: scale(.85);transform: scale(.85);}
/* index */
.sys_btn{padding: .4em 1.2em;}
.index_hd{padding-bottom: 25px;}
.index_hd .hd_title{font-size: 24px;}
.index_swiper_control{padding-bottom: 0;}
.slider_banner{margin-bottom: 50px;}
/*main*/
.path_bar li{font-size:14px;padding-right:10px;}
.path_bar li:after{height:1px;padding-left:8px;}
/*list*/
.sub_head_intro{font-size:16px;}
.main_banner .swiper-pagination-bullet{width:8px;height:8px;}
.product_item .item_img a:after{display:none;}
.items_list ul{margin:0 -2px;}
.items_list .product_item{padding:0;}
.items_list .product_item figure{margin:2px;padding:1px;}
.items_list .product_item figcaption{padding-top: 10px;}
.items_list .product_item .item_img{border-width:1px;}
.items_list .product_item .item_title{font-size:12px;}
.items_list .product_item .item_title a{padding:0;}
.page_bar {line-height: 22px;font-size: 12px;}
.page_bar a,.page_bar span{min-width: 2em;padding: 0 5px;margin: 0 2px;border-radius: 2px;}
/*blog*/
.blog-item{padding:30px 5px;}
.blog-item .item-img{width:auto;max-width:70%;float:none;margin-right:0;border:1px solid #ddd;-webkit-box-sizing:border-box;box-sizing:border-box;}
.blog-item .item-info .item-title{line-height:1.2;font-family:'MyriadProBold';font-weight:normal;}
.blog-item .item-info{padding-top:15px;}
.blog-item .item-info .item-title{height:auto;font-size:22px;}
.blog-item .item-info .item-detail{max-height:9em;line-height:1.5em;overflow:hidden;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical;}
.blog-item .item-info .item-more{float:none;}
.blog-item .item-info time{font-size:14px;color:#888;}
/* product */
.items_list .share_this{position:static;text-align:left;padding-bottom:15px;float:none;}
.page_main{padding-top:15px;}
.product-intro{overflow:visible;}
.product-view{width:auto;margin-left:-10px;margin-right:-10px;}
.product-view .image-additional li a{margin-left:0;margin-right:0;}
.product-view .image-additional li a:before,.product-view .image-additional li a:after{display:none;}
.product-view .swiper-button-prev,.product-view .swiper-button-next{width:27px;height:40px;line-height:40px;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;font-size:18px;opacity:.8;}
.product-view .swiper-button-prev{left:0;border-radius:0 3px 3px 0;padding-right:2px;}
.product-view .swiper-button-next{right:0;border-radius:3px 0 0 3px;padding-left:2px;}
.product-view .swiper-button-prev:before,.product-view .swiper-button-next:before{display:inline-block;-webkit-transform:scale(.7,1);-ms-transform:scale(.7,1);-o-transform:scale(.7,1);transform:scale(.7,1);}
.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy{padding-top:6px;padding-bottom:6px;}
.goods-may-like .title{text-transform:none;}
.page_title{font-weight:normal;font-size:20px;margin-bottom:10px;}
.product-summary{padding-top:0;}
.product-summary .page_title{font-size:24px;}
.product-summary .product-meta h3{font-size: 24px;}
.product-summary .product-meta{font-size:14px;}
.product-summary .product-meta p{font-size:15px;}
.product-summary .product-meta h3{line-height:1.3;font-size:16px;}
.product-summary .product-meta li{font-size:13px;}
.product-summary .share-this{text-align:left;margin:20px 0 0;}
/*.product-btn-wrap{padding-top:30px;}*/
.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy{font-size:14px;padding:2px 10px;}
.product-detail{margin-top:40px;}
.detail-tabs .title{font-size:14px;padding:1px 15px;}
.tab-panel-wrap{padding:20px 0;border:0;}
.goods-may-like .title{margin-top:40px;margin-bottom:30px;font-size:20px;}
.goods-may-like .layer-bd{position:relative;padding:0;}
.goods-may-like .swiper-slider{position:relative;}
.goods-may-like .product_item .item_title{font-size:14px;}
.goods-may-like .product_item .item_title a{padding-left:0;padding-right:0;}
.goods-may-like .swiper-control{position:static;}
.goods-may-like .swiper-button-prev, .goods-may-like .swiper-button-next{width:30px;height:30px;line-height:30px;margin-left:0;margin-right:0;margin-top:-15px;background-color:rgba(0,0,0,.7);position:absolute;}
.goods-may-like .layer-bd .swiper-button-prev{left:5px;}
.goods-may-like .layer-bd .swiper-button-next{right:5px;}
}

@media only screen and (max-width:320px){
.side_product_item{width:100%;}
}
/*-------------------------------
			font start
			----------------------------------*/
@font-face{
 font-family:'fontawesome';
 src:url("fonts/Font-Awesome/fontawesome-webfont.eot@v=4.5.0");
src:url("fonts/Font-Awesome/fontawesome-webfont.eot@#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/Font-Awesome/fontawesome-webfont.woff2@v=4.5.0") format("woff2"), url("fonts/Font-Awesome/fontawesome-webfont.woff@v=4.5.0") format("woff"), url("fonts/Font-Awesome/fontawesome-webfont.ttf@v=4.5.0") format("truetype"), url("fonts/Font-Awesome/fontawesome-webfont.svg@v=4.5.0#fontawesomeregular") format("svg");
font-weight:normal;
font-style:normal;
font-display:fallback;
}
@font-face{
 font-family:'SourceSansPro';
 src:url("fonts/SourceSansPro/SourceSansPro-Regular.eot@v=4.5.0");
src:url("fonts/SourceSansPro/SourceSansPro-Regular.eot@#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/SourceSansPro/SourceSansPro-Regular.woff2@v=4.5.0") format("woff2"), url("fonts/SourceSansPro/SourceSansPro-Regular.woff@v=4.5.0") format("woff"), url("fonts/SourceSansPro/SourceSansPro-Regular.ttf@v=4.5.0") format("truetype"), url("fonts/SourceSansPro/SourceSansPro-Regular.svg") format("svg");
font-weight:normal;
font-style:normal;
}
@font-face{
 font-family:'AkzidenzGrotesk-Regular';
 src:url("fonts/AkzidenzGrotesk/AkzidenzGrotesk-Regular.eot@v=4.5.0");
src:url("fonts/AkzidenzGrotesk/AkzidenzGrotesk-Regular.eot@#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/AkzidenzGrotesk/AkzidenzGrotesk-Regular.woff2@v=4.5.0") format("woff2"), url("fonts/AkzidenzGrotesk/AkzidenzGrotesk-Regular.woff@v=4.5.0") format("woff"), url("fonts/AkzidenzGrotesk/AkzidenzGrotesk-Regular.ttf@v=4.5.0") format("truetype"), url("fonts/AkzidenzGrotesk/AkzidenzGrotesk-Regular.svg") format("svg");
font-weight:normal;
font-style:normal;
}


/*-------------------------------
			entry-table start
			----------------------------------*/	
.entry{padding:15px 0;}
/*.entry{color:#666;}*/
/*.entry a{color:#0030FF;}*/
.entry p{margin-bottom:8px ;line-height:1.8;}
.entry table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:20px;}
.entry th, .entry td{height:30px;border:1px solid #ccc;text-align:left;line-height:1.5;font-size:12px;color:#666;background:#fbfbfb;padding:0 15px;}
.entry th{font-size:12px;background:#eee;}
.entry td p, .entry th p, .pd-panel .entry td p, .pd-panel .entry th p{margin:0;padding:5px;color:#666;font-size:12px;line-height:1.3;}
.entry td.amts{color:#cb2027;}
.entry th#cartDelete{text-align:center;}
.entry .button{margin:15px 10px 0 0;background:#dfdfdf;padding:8px 15px;border:0;cursor:pointer;line-height:1.2;color:#777;font-weight:bold;text-transform:Capitalize;}
.entry .button:hover{background:#cb2027;color:#fff;}
.entry .deletecartitem{width:50px;text-align:center;}
.entry .deletecartitem label{display:none;}
.entry .stotal td.amts{font-size:18px;font-weight:bold;}
.entry img.alignleft{float:left;margin:20px 15px 0 0;}
.entry img.alignright{float:right;margin:20px 0 0 15px;}
.entry img.alignleftnopad{float:left;margin-left:0;}
.entry img.alignrightnopad{float:right;margin-right:0;}
.entry img.aligncenter{text-align:center;display:block;margin:20px auto 0 auto;}
.entry img{max-width:100%;}
.cartitem a{color:#292929;font-weight:bold;}
.inquiry-form ul li{background:none;}
.entry .inquiry-form-wrap{margin:20px 0 0;}
.table_wrap{position:relative;display:block;}
.main table{position:relative;border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:0 !important;}
.main table th, .main table td{height:30px;border:1px solid #ccc;text-align:left;line-height:1.5;font-size:12px;color:#666;background:#fbfbfb;padding:0 15px;}
.main table th{font-size:13px;background:#eee;font-weight: normal;}
.main table td p, .main table th p, table td p, table th p{margin:0;padding:5px;color:#666;font-size:12px;line-height:1.3;}
.main table td.amts{color:#cb2027;}
.main table th#cartDelete{text-align:center;}
/*-------------------------------
			entry-table end
			----------------------------------*/








/*inquiry*/
.inquiry-pop-bd{position:fixed;left:50%;top:50%;margin:-300px 0 0 -275px;width:550px;height:650px;background:#FFF;box-shadow:0 0 10px rgba(255, 255, 255, .5);display:none;z-index:2000;}
.inquiry-pop-bd:before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0, 0, 0, .7);z-index:-1;}
.inquiry-pop-bd .inquiry-pop {position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;background:#FFF;-webkit-animation: fadeInDownA .4s ease;-o-animation: fadeInDownA .4s ease;animation: fadeInDownA .4s ease;}
.inquiry-pop-bd .inquiry-pop .ico-close-pop{position:absolute;right:-10px;top:-10px;width:30px;height:30px;background:url(img/custom_service/fancy_close.png) no-repeat center center;cursor:pointer;z-index:1;}
.inquiry-form-wrap{position:relative;height:680px;width:100.5%;}
.ad_prompt{position:absolute;display:block;top:50%;left:0;width:100%;line-height:40px;margin:-20px 0 0;text-align:center;color:#ff6f00;font-size:20px;-webkit-animation:twinkling 1s infinite ease-in-out;animation:twinkling 1s infinite ease-in-out;display:none;}
@media screen and (max-width:550px){
.inquiry-pop-bd{width:auto;left:10px;right:10px;top:10px;bottom:10px;margin:auto;}
.inquiry-pop-bd .inquiry-pop{padding:10px;}
.scrollsidebar{display:none;}
}

/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo{display:none;font-family:Arial, Helvetica, sans-serif;}
.mobile-head-language .prisna-wp-translate-seo,.change-language .prisna-wp-translate-seo{display:block}
.change-language .change-language-title, .change-language .change-language-title a{font-size:10pt;}
.change-language .change-language-title a:after{font-family:'fontawesome';content:"\f0d7";font-size:12px;display:inline-block;padding-left:2px;}
.change-language:hover .change-language-title a:after{-moz-transform:rotate(-360deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);}
.change-language .change-language-cont{position:absolute;top:36px;right:0;width:360px;background:#FFF;padding:20px 10px 20px 20px;transform:scale3d(0.9, 0.9, 1);opacity:0;visibility:hidden;z-index:999;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border:1px solid #ccc;border-radius:5px;overflow-y:scroll;max-height:80vh;}
.change-language:hover .change-language-cont{transform:scale3d(1, 1, 1);opacity:1;visibility:visible;}
.change-language .change-language-cont li{display:inline-block;vertical-align:top;width:30%;margin:0 0 10px;font-size:10pt;overflow:hidden;}
.change-language .change-language-cont li a:hover{color:#ff781a;}
.change-language .change-language-cont .lang-item-hide{display:none !important;}
.change-language .change-language-cont .lang-more{position:relative;display:block;text-align:center;cursor:pointer;line-height:30px;}
.change-language .change-language-cont .more-active{font-size:20px;}
.language-flag span{position:relative;display:inline-block;vertical-align:top; white-space:nowrap;padding:0 0 0 33px;overflow:hidden;}
.change-language ::-webkit-scrollbar{width:5px;}
.change-language ::-webkit-scrollbar-track{background-color:#fff;}
.change-language ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px;}
.change-language .language-cont:hover::-webkit-scrollbar-thumb{display:block}
.language-flag .country-flag{position:absolute;left:0;top:50%;display:inline-block;vertical-align:top; 
background-repeat:no-repeat;background-image:url(img/all-m.gif);width:22px;height:16px;margin:-8px 5px 0;}
li.language-flag a{position:relative; color:#000 !important}
.language-flag-af .country-flag{background-position:0 0 !important;}
.language-flag-sq .country-flag{background-position:0 -16px !important;}
.language-flag-ar .country-flag{background-position:0 -32px !important;}
.language-flag-hy .country-flag{background-position:0 -48px !important;}
.language-flag-az .country-flag{background-position:0 -64px !important;}
.language-flag-eu .country-flag{background-position:0 -80px !important;}
.language-flag-be .country-flag{background-position:0 -96px !important;}
.language-flag-bg .country-flag{background-position:0 -112px !important;}
.language-flag-ca .country-flag{background-position:0 -128px !important;}
.language-flag-zh .country-flag{background-position:0 -144px !important;}
.language-flag-zh-TW .country-flag{background-position:0 -160px !important;}
.language-flag-hr .country-flag{background-position:0 -176px !important;}
.language-flag-cs .country-flag{background-position:0 -192px !important;}
.language-flag-da .country-flag{background-position:0 -208px !important;}
.language-flag-nl .country-flag{background-position:0 -240px !important;}
.language-flag-en .country-flag{background-position:0 -256px !important;}
.language-flag-et .country-flag{background-position:0 -272px !important;}
.language-flag-tl .country-flag{background-position:0 -288px !important;}
.language-flag-fi .country-flag{background-position:0 -304px !important;}
.language-flag-fr .country-flag{background-position:0 -320px !important;}
.language-flag-gl .country-flag{background-position:0 -336px !important;}
.language-flag-ka .country-flag{background-position:0 -352px !important;}
.language-flag-de .country-flag{background-position:0 -368px !important;}
.language-flag-el .country-flag{background-position:0 -384px !important;}
.language-flag-ht .country-flag{background-position:0 -400px !important;}
.language-flag-iw .country-flag{background-position:0 -416px !important;}
.language-flag-hi .country-flag, .language-flag-te .country-flag, .language-flag-kn .country-flag, .language-flag-ta .country-flag, .language-flag-gu .country-flag{background-position:0 -432px !important;}
.language-flag-hu .country-flag{background-position:0 -448px !important;}
.language-flag-is .country-flag{background-position:0 -464px !important;}
.language-flag-id .country-flag{background-position:0 -480px !important;}
.language-flag-ga .country-flag{background-position:0 -496px !important;}
.language-flag-it .country-flag{background-position:0 -512px !important;}
.language-flag-ja .country-flag{background-position:0 -528px !important;}
.language-flag-ko .country-flag{background-position:0 -544px !important;}
.language-flag-la .country-flag{background-position:0 -560px !important;}
.language-flag-lv .country-flag{background-position:0 -576px !important;}
.language-flag-lt .country-flag{background-position:0 -592px !important;}
.language-flag-mk .country-flag{background-position:0 -608px !important;}
.language-flag-ms .country-flag{background-position:0 -624px !important;}
.language-flag-mt .country-flag{background-position:0 -640px !important;}
.language-flag-no .country-flag{background-position:0 -656px !important;}
.language-flag-fa .country-flag{background-position:0 -672px !important;}
.language-flag-pl .country-flag{background-position:0 -688px !important;}
.language-flag-pt .country-flag{background-position:0 -704px !important;}
.language-flag-ro .country-flag{background-position:0 -720px !important;}
.language-flag-ru .country-flag{background-position:0 -736px !important;}
.language-flag-sr .country-flag{background-position:0 -752px !important;}
.language-flag-sk .country-flag{background-position:0 -768px !important;}
.language-flag-sl .country-flag{background-position:0 -784px !important;}
.language-flag-es .country-flag{background-position:0 -800px !important;}
.language-flag-sw .country-flag{background-position:0 -816px !important;}
.language-flag-sv .country-flag{background-position:0 -832px !important;}
.language-flag-th .country-flag{background-position:0 -848px !important;}
.language-flag-tr .country-flag{background-position:0 -864px !important;}
.language-flag-uk .country-flag{background-position:0 -880px !important;}
.language-flag-ur .country-flag{background-position:0 -896px !important;}
.language-flag-vi .country-flag{background-position:0 -912px !important;}
.language-flag-cy .country-flag{background-position:0 -928px !important;}
.language-flag-yi .country-flag{background-position:0 -944px !important;}
.language-flag-bn .country-flag{background-position:0 -960px !important;}
.language-flag-eo .country-flag{background-position:0 -976px !important;}
.language-flag.language-flag-custom-afghanistan .country-flag{background-position:0 -992px !important;}
.language-flag.language-flag-custom-albania .country-flag{background-position:0 -1008px !important;}
.language-flag.language-flag-custom-algeria .country-flag{background-position:0 -1024px !important;}
.language-flag.language-flag-custom-argentina .country-flag{background-position:0 -1040px !important;}
.language-flag.language-flag-custom-australia .country-flag{background-position:0 -1056px !important;}
.language-flag.language-flag-custom-austria .country-flag{background-position:0 -1072px !important;}
.language-flag.language-flag-custom-belgium .country-flag{background-position:0 -1088px !important;}
.language-flag.language-flag-custom-brazil .country-flag{background-position:0 -1104px !important;}
.language-flag.language-flag-custom-canada .country-flag{background-position:0 -1120px !important;}
.language-flag.language-flag-custom-chile .country-flag{background-position:0 -1136px !important;}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag{background-position:0 -1152px !important;}
.language-flag.language-flag-custom-ecuador .country-flag{background-position:0 -1168px !important;}
.language-flag.language-flag-custom-egypt .country-flag{background-position:0 -1184px !important;}
.language-flag.language-flag-custom-england .country-flag{background-position:0 -1200px !important;}
.language-flag.language-flag-custom-luxembourg .country-flag{background-position:0 -1216px !important;}
.language-flag.language-flag-custom-malaysia .country-flag{background-position:0 -1232px !important;}
.language-flag.language-flag-custom-mexico .country-flag{background-position:0 -1248px !important;}
.language-flag.language-flag-custom-new-zealand .country-flag{background-position:0 -1264px !important;}
.language-flag.language-flag-custom-oman .country-flag{background-position:0 -1280px !important;}
.language-flag.language-flag-custom-qatar .country-flag{background-position:0 -1296px !important;}
.language-flag.language-flag-custom-saudi-arabia .country-flag{background-position:0 -1312px !important;}
.language-flag.language-flag-custom-singapore .country-flag{background-position:0 -1328px !important;}
.language-flag.language-flag-custom-south-africa .country-flag{background-position:0 0 !important;}
.language-flag.language-flag-custom-switzerland .country-flag{background-position:0 -1344px !important;}
.language-flag.language-flag-custom-syria .country-flag{background-position:0 -1360px !important;}
.language-flag.language-flag-custom-united-arab-emirates .country-flag{background-position:0 -1376px !important;}
.language-flag.language-flag-custom-united-states-of-america .country-flag{background-position:0 -1392px !important;}
.language-flag-hy .country-flag{background-position:0 -1408px;}
.language-flag-bs .country-flag{background-position:0 -1424px;}
.language-flag-ceb .country-flag{background-position:0 -1440px;}
.language-flag-ny .country-flag{background-position:0 -1456px;}
.language-flag-ha .country-flag{background-position:0 -1472px;}
.language-flag-hmn .country-flag{background-position:0 -1488px;}
.language-flag-ig .country-flag{background-position:0 -1504px;}
.language-flag-jw .country-flag{background-position:0 -1520px;}
.language-flag-kk .country-flag{background-position:0 -1536px;}
.language-flag-km .country-flag{background-position:0 -1552px;}
.language-flag-lo .country-flag{background-position:0 -1568px;}
.language-flag-la .country-flag{background-position:0 -1584px;}
.language-flag-mg .country-flag{background-position:0 -1600px;}
.language-flag-ml .country-flag{background-position:0 -1616px;}
.language-flag-mi .country-flag{background-position:0 -1632px;}
.language-flag-mr .country-flag{background-position:0 -1648px;}
.language-flag-mn .country-flag{background-position:0 -1664px;}
.language-flag-my .country-flag{background-position:0 -1680px;}
.language-flag-ne .country-flag{background-position:0 -1696px;}
.language-flag-pa .country-flag{background-position:0 -1712px;}
.language-flag-st .country-flag{background-position:0 -1728px;}
.language-flag-si .country-flag{background-position:0 -1744px;}
.language-flag-so .country-flag{background-position:0 -1760px;}
.language-flag-su .country-flag{background-position:0 -1776px;}
.language-flag-tg .country-flag{background-position:0 -1792px;}
.language-flag-uz .country-flag{background-position:0 -1808px;}
.language-flag-yo .country-flag{background-position:0 -1824px;}
.language-flag-zu .country-flag{background-position:0 -1840px;}
/*-------------------------------
			language  end
			----------------------------------*/
/*-------------------------------
			animation  start
			----------------------------------*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes fadeInLeftA{0%{opacity:0;-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInLeftA{0%{opacity:0;-webkit-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInLeftA{-webkit-animation-name:fadeInLeftA;animation-name:fadeInLeftA}
@-webkit-keyframes fadeInUpA{0%{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInUpA{0%{opacity:0;-webkit-transform:translate3d(0,30%,0);-ms-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInUpA{-webkit-animation-name:fadeInUpA;animation-name:fadeInUpA}
@-webkit-keyframes fadeInRightA{0%{opacity:0;-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInRightA{0%{opacity:0;-webkit-transform:translate3d(30%,0,0);-ms-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInRightA{-webkit-animation-name:fadeInRightA;animation-name:fadeInRightA}
@-webkit-keyframes twinkling{0%{opacity:0;}100%{opacity:1;}}
@-webkit-keyframes OrangePulse{from{background-color:rgba(210,174,109,.2);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}50%{background-color:rgba(210,174,109,1);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}to{background-color:rgba(210,174,109,.2);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}}
@-webkit-keyframes swing{20%{-webkit-transform:rotate(40deg);transform:rotate(40deg)}40%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}60%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}40%{-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}60%{-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes jump{0%{-webkit-transform:translateY(0);}25%{-webkit-transform:translateY(-20%);}50%{-webkit-transform:translateY(0);}75%{-webkit-transform:translateY(-10%);}100%{-webkit-transform:translateY(0);}}
@keyframes jump{0%{transform:translateY(0);}25%{transform:translateY(-20%);}50%{transform:translateY(0);}75%{transform:translateY(-10%);}100%{transform:translateY(0);}}
@-webkit-keyframes bounceInA{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
@keyframes bounceInA{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
.bounceInA{-webkit-animation-name:bounceInA;animation-name:bounceInA;-webkit-animation-duration:.75s;animation-duration:.75s}
@-webkit-keyframes fadeInDownA{0%{opacity:0;-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInDownA{0%{opacity:0;-webkit-transform:translate3d(0,-20%,0);-ms-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInDownA{-webkit-animation-name:fadeInDownA;animation-name:fadeInDownA}
@keyframes fadeInA{0%{opacity:0;}100%{opacity:1;}}
.fadeInA{-webkit-animation-name:fadeInA;animation-name:fadeInA}
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
/* animate.css */
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}
@-webkit-keyframes zoomInA{0%{opacity:0;-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}50%{opacity:1}}@keyframes zoomInA{0%{opacity:0;-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}50%{opacity:1}}.zoomInA{-webkit-animation-name:zoomInA;animation-name:zoomInA}
/*-------------------------------
			animation  end
			----------------------------------*/