@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900");
@import url("https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400&display=swap");
/*------------ basic ------------*/
.container {
  width: 1300px;
}
body {
  color: #4d4d4d;
  font-family: "Saira", sans-serif;
}
.wrapper {
  background: #f6f6f6;
}
.editor {
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.content-nav-menu {
  display: none;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #d90d0d;
  color: #444;
}
.header-sheet .container {
  width: auto;
}
.header-sheet .close-ontop {
  color: #000;
}
.header-sheet a {
  color: #d90d0d;
}
.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
  transition: all 0.2s;
  background: transparent;
  font-size: 13px;
  width: 142px;
  height: 34px;
  line-height: 34px;
  border-radius: 25px;
  border: 1px solid #e50027;
  color: #e50027;
}
.btn.back {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn.back:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #e8283a;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: all 500ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 500ms cubic-bezier(0.385, 0.01, 0, 1);
}
.btn.back:hover:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.btn.back i,
.btn.back:before {
  content: "\f053";
  font-size: 12px;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0px 0;
}
.btn.back:hover {
  /* background: #e50027; */
  color: #fff;
}
/*--- fb-btn ---*/
.ibtn.fb {
  transition: all 0.3s ease;
  width: 109px;
  height: 109px;
  background: url("../../../images/layout06/tw/fb.jpg");
}
.ibtn.fb:hover {
  opacity: 0.7;
}
/*--- style01-btn ---*/

.btn.style01 {
  transition: all 0.2s;
  line-height: 36px;
  border-radius: 25px;
  background: transparent;
  color: #e60a36;
  border: 1px solid #e60a36;
  font-size: 16px;
  padding: 0 35px;
  margin: 0 20px 15px;
  position: relative;
}
.btn.style01 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn.style01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #e8283a;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: all 500ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 500ms cubic-bezier(0.385, 0.01, 0, 1);
}

.btn.style01.bgb {
  color: #eee;
  background: #000;
}
.btn.style01 i {
  font-size: 11px;
  margin: 0 0 0px 15px;
  display: inline-block;
  vertical-align: middle;
}
.btn.style01.arrowL i {
  margin: 0 15px 0px 0;
  transition: all 0.2s;
}
.btn.style01:hover {
  /* background: #e60a36; */
  color: #fff;
}
.btn.style01:hover:before {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.btn.style01:hover i {
  color: #fff;
  transition: all 0.2s;
}
/*--- style02-btn ---*/
.btn.style02 {
  transition: all 0.2s;
  background: transparent;
  color: #e60a36;
  line-height: 36px;
  text-decoration: none;
  padding: 0 20px;
  font-size: 16px;
  margin: 10px auto 15px;
  max-width: 200px;
  border-radius: 25px;
  border: 1px solid #e60a36;
}
.btn.style02 i,
.btn.style02:before {
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e1004";
  font-size: 16px;
  margin: -1px 6px 4px 0;
}
.btn.style02 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn.style02::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #e8283a;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: all 500ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 500ms cubic-bezier(0.385, 0.01, 0, 1);
}
.btn.style02:hover:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.btn.style02:hover {
  /* background: #e71137; */
  color: #fff;
}
/*------------ / btn ------------*/
.banner .container {
  max-width: inherit;
  padding: 0;
  width: auto;
}
/*------------ site_header ------------*/
.site-header {
  text-align: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea433e+0,e60a36+50,eb4f40+100 */
background: rgb(234,67,62); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,67,62,1) 0%, rgba(230,10,54,1) 50%, rgba(235,79,64,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(234,67,62,1) 0%,rgba(230,10,54,1) 50%,rgba(235,79,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(234,67,62,1) 0%,rgba(230,10,54,1) 50%,rgba(235,79,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea433e', endColorstr='#eb4f40',GradientType=0 ); /* IE6-9 */

  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.site-header::before {
  background-size: contain;
  content: "";
  background: url(../../../images/layout06/common/header-bg.png);
  height: 100px;
  width: 1267px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
}*/
.header-fixed .site-header::before {
/*  height: 68px;*/
}
.wrapper {
  padding-top: 95px;
}
.site-title {
  padding: 28px 0px 27px 0px;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
  background: #fff;
}
.site-title::before {
    content: '';
    position: absolute;
    width: 118px;
    height: 100%;
    background: #fff;
    background: url(../../../images/layout06/common/header-bg.png) 0% 100% no-repeat;
    background-size: contain;
    top: 0;
    left: calc(100% - 0px);
    transition: all 0.3s ease;
    /*animation: width_1920 .7s ease-in-out forwards;*/
    z-index: -1;
}
.site-title::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 100%;
    background: #fff;
    top: 0;
    right: calc(100% - 0px);
    transition: all 0.3s ease;
    /*animation: width_1920 .7s ease-in-out forwards;*/
    z-index: -1;
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout06/common/logo.png) 100% 100% no-repeat;
  background-size: contain;
  width: 346px;
  height: 44px;
  
  transition: all 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
}
/*------------ top-nav ------------*/
.top-nav {
  position: absolute;
  right: 23px;
  z-index: 35;
  top: 6px;
}
/*詢價車*/
.func-menu > li.gocart .toggleBtn .num {
  color: #fff;
  background: #e60a36;
  background: -moz-linear-gradient(right, #e60a36 0%, #eb4f40 100%);
  background: -webkit-linear-gradient(right, #e60a36 0%, #eb4f40 100%);
  background: linear-gradient(to right, #e60a36 0%, #eb4f40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
}
.func-menu > li.gocart .price {
  color: #f2856c;
  letter-spacing: 0.035em;
}
.func-menu .cart-box {
  border: 2px solid #e72033;
  background: #fff;
}
.func-menu .cart-box .btn {
  background: #e72033;
  color: #fff;
}
.func-menu .cart-box .btn:hover {
  background: #9a7f64;
}
.func-menu .cart-list li + li {
  border-top: 1px dashed #bbb;
}
.func-menu .cart-list li:hover .box {
  background: #fafafa;
}
.func-menu .cart-list .qty {
  color: #f2856c;
}
/*數量icon*/
.qty-box {
  position: relative;
  display: inline-block;
  width: 100px;
  max-width: none;
  padding: 0 29px;
  box-sizing: border-box;
}
.qty-box .less {
  left: 0;
}
.qty-box .add {
  right: 0;
}
.qty-box .form-control {
  position: relative;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #777;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}
.qty-box .form-control:focus {
  border-color: #e60f35;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 19px;
  color: #666;
  border: 1px solid #ddd;
  position: absolute !important;
  z-index: 0;
  top: 0;
}
.qty-box .btn:hover {
  border-color: #e60f35;
  background: #eee;
}
.products-intro .pd-intro .btn-group .btn.addcart {
  background: #e81f34;
  color: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
  background: #9a7f64;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
  float: left;
}
.site-header .language .btn {
  transition: all 0.2s;
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #6c6c6c;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  background: url(../../../images/layout06/common/lang_ic.png) 8px center no-repeat rgba(255,255,255,1);
  border: solid 1px #cecece;
  border-radius: 0px;
  width: 160px;
  text-align: left;
  padding: 0 10px 0 30px;
  font-family: "Saira",sans-serif;
  text-transform: uppercase;
}
.site-header .language .btn:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #cecece;
  display: block;
  position: absolute;
  top: 6px;
  right: 30px;
}
.site-header .language .btn i {
  width: 9px;
  height: 5px;
  display: inline-block;
  float: right;
  background: url("../../../images/layout06/common/arrow.png");
  margin: 14px 0 0 0;
}
.site-header .language ul {
  line-height: 1.2;
  display: none;
  margin: 0 0 0 0;
  position: relative;
  z-index: 35;
  border: solid 1px #d3d3d3;
}
.site-header .language ul li {
  margin: 0 0 0px;
  background: #ffffff;
}
.site-header .language li a {
  transition: all 0.2s;
  text-align: center;
  display: block;
  color: #222222;
  font-family: "Saira", "微軟正黑體", 'Source Sans Pro', Arial,
    "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",
    "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 14px;
  padding: 8px 5px;
  border-bottom: solid 1px #d3d3d3;
  background: #ffffff;
}
.site-header .language ul li a:hover {
  color: #fff;
  background: #717171;
}
/*---- search-box ----*/
.none {
  display: none;
}
.site-header .search-box {
  position: relative;
  width: 170px;
  float: left;
  box-sizing: border-box;
  margin: 0 25px 0 0;
  border-bottom: 2px solid #ef647d;
}
.site-header .search-box .form-control {
  height: 32px;
  margin: 0;
  border-radius: 0;
  border: 0;
  line-height: 50px;
  background: transparent;
  transition: all 0.1s;
  padding: 0 30px 0 1px;
  color: #fff;
}
.site-header .search-box .form-control:focus {
  outline: none;
  border: 0;
}
.search-box .search {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: 0;
  top: 1px;
}
.search-box:after {
  position: absolute;
  content: "\e901";
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  right: 0px;
  top: 0;
  font-size: 24px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
.search-box:hover:after {
  color: #ff889d;
}
/*------------site-nav ------------*/
.site-nav {
  float: right;
  margin: 52px 0px 0 0;
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-nav .menu {
  display: inline-block;
}
.site-nav .menu li {
  position: relative;
  width: 85px;
}
.site-nav .menu > li:nth-last-child(-n) {
  display: none;
}
.site-nav .menu > li > a {
  transition: all 0.2s;
  text-align: center;
  display: block;
  color: #fff;
  text-shadow: 0 0 3px rgba(80,0,0,0.9);
  letter-spacing: 2px;
  padding: 4px 3px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}
.site-nav .menu > li.active > a,
.site-nav .menu > li.active2 > a,
.site-nav .menu > li:hover > a {
  top: -5px;
}
.site-nav .menu > li > a:before {
  content: "";
  display: block;
  height: 0px;
  width: 1px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transition: all 0.3s ease;
  background: #f8bdc4;
}
.site-nav .menu > li.active > a:before,
.site-nav .menu > li.active2 > a:before,
.site-nav .menu > li:hover > a:before {
  height: 15px;
}
.header-fixed .site-nav .menu > li:hover > a:before {
  bottom: -20px;
}

.site-nav .menu li ul {
  display: none;
  position: absolute;
}
.site-nav .menu > li > ul {
  z-index: 600;
  width: 190px;
  top: 100%;
  left: 50%;
  box-sizing: border-box;
  text-align: left;
  margin: 5px 0 0 -95px;
  /* background: #fff; */
}
.site-nav .menu > li ul {
  background: #fff;
  
}
.site-nav .menu > li ul li ul {
  border: none !important;
}
.site-nav .menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  background: transparent;
  height: 5px;
  width: 100%;
}
.site-nav .menu li ul li {
  margin: 0 0 0px 0;
  padding: 0px 0 0 0;
  width: auto;
  text-align: center;
  border-bottom: solid 1px #dcdcdc;
}
.site-nav .menu li ul li:last-child {
  border-bottom: none;
}
.site-nav .menu ul li a {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  padding: 10.5px 15px;
  position: relative;
  font-size: 15px;
  transition: all 0.2s;
  color: #444444;
  background: #fff;
}
.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  background: #e60a36;
  background: -moz-linear-gradient(right, #e60a36 0%, #eb4f40 100%);
  background: -webkit-linear-gradient(right, #e60a36 0%, #eb4f40 100%);
  background: linear-gradient(to right, #e60a36 0%, #eb4f40 100%);
  color: #ffffff;
}
.site-nav .menu ul ul {
  margin: 0 0 0 2px;
  width: 100%;
  top: 0px;
  left: 100%;
  box-sizing: border-box;
}
.site-nav .menu ul ul:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 100%;
  right: 100%;
  top: 0;
  background: transparent;
}
/*滿版清單*/
.site-nav .menu .full_menu ul a {
  padding: 6.5px 15px;
}
.site-nav .menu .full_menu ul ul ul {
  padding-left: 30px;
}
.site-nav .menu .full_menu > ul {
  height: auto;
}
.site-nav .menu li.full_menu ul ul {
  padding: 0px 30px 0px !important;
}
.site-nav .menu li.full_menu ul ul li a {
  background: rgba(255, 255, 255, 0.08);
  padding: 5px 10px;
  margin: 6px 3px;
  border:1px solid transparent;
}
.site-nav .menu li.full_menu ul ul ul li a {
  background: rgba(255, 255, 255, 0.18);
}
.site-nav .menu li.full_menu ul ul li:hover > a,
.site-nav .menu li.full_menu ul ul li.active > a,
.site-nav .menu li.full_menu ul ul li.active2 > a {
  border: 1px solid #e85896;
  background: #fdecee;
  color: #e50027;
}
.site-nav .menu li.full_menu > ul > li > a:before {
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 5px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.site-nav .menu .full_menu ul > li.active > a,
.site-nav .menu .full_menu ul > li.active2 > a,
.site-nav .menu .full_menu ul > li > a:hover {
  background: none;
  color: #e50027;
}
.site-nav > .menu > li:nth-child(n + 9) {
  display: none;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
  display: inline-block;
  margin: 0 4px;
}
.share .btn {
  font-size: 0;
  transition: all 0.2s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #b4b4b4;
}
.share .btn i {
  font-size: 16px;
}
.share .btn i,
.share .btn i:before {
  color: #fff;
  transition: all 0.3s ease;
}
.share .btn i {
  line-height: 28px;
  display: block;
}
/* .share .btn:hover i,.share .btn:hover i:before{
    background: -webkit-linear-gradient(top,#E60A36 0,#F17D29 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.share .btn:hover {
  background: #e50027;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* overflow:hidden; */
}
.header-fixed .site-title {
  padding: 15px 0;
}
.header-fixed .site-title .logo {
  width: 250px;
  height: 32px;
}
.header-fixed .top-nav {
  display: none;
}
.header-fixed .site-nav {
  margin: 15px -15px 0 0;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
  padding: 10px 0 0px 0;
  text-align: right;
  margin-bottom: 55px;
}
.main-top .main-title {
  display: none;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 0 0 120px;
}
.main-content .container {
  display: flex;
  width: 100%;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
  padding: 0 40px 90px;
}
.content-title {
  text-align: center;
  color: #383838;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 45px 0 18px 0;
  margin: 0 0 22px 0;
  font-weight: normal;
}
.search-title h1 {
  color: #383838;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
}
.search-title:before {
  content: "\f105";
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
/* .site-footer:after{
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(left, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(left, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(to right, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
} */
.site-footer {
  padding: 0px 0 50px;
  position: relative;
  background: #f2f2f2;
}

.site-footer .col {
  float: left;
}
.site-footer .tit {
  padding: 0 0 10px;
  margin: 0 0 20px;
  color: #b4b4b4;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.site-footer .tit::before,
.site-map .tit::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background-color: #dcdcdc;
  top: 31%;
}
.site-info .tit::before {
  right: 47px;
}
.site-map .tit {
  text-align: center;
}
.site-map .tit::before {
  right: 0;
}
.site-map .tit::after {
  left: 0;
}
.site-info {
  width: 27%;
  font-size: 14px;
  color: #8b8b8b;
}
.site-info li .tel a {
  line-height: 1;
  color: #717171;
  font-size: 26px;
  margin-bottom: 3px;
  font-family: "Roboto";
}
.site-info li {
  position: relative;
  color: #dedede;
}
.site-info li span,
.site-info li a {
  color: #8b8b8b;
}
.site-info li .txt-t,
.site-info i:before {
  color: #717171;
  font-weight: 550;
}

.site-info li + li {
  margin: 22px 0 0;
}
.site-info i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #dedede;
  margin: -5px 10px 0;
}
.site-info i:before {
  content: "\f105";
  display: block;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-info li a,
.site-info span {
  display: inline-block;
}
.site-map {
  line-height: 1.2;
  width: 38%;
  color: #8b8b8b;
  font-size: 14px;
  transition: all 0.3s ease;
}
.site-map ul {
  box-sizing: border-box;
  float: left;
}
.site-map ul + ul {
  margin: 0 0 0 45px;
}
.site-map li + li {
  margin-top: 20px;
}
.site-map ul a:hover {
  color: #e50026;
}
.site-footer .fllow {
  float: right;
  width: 35%;
  text-align: right;
  padding: 34px 0 0 0;
}
.fllow .share {
  margin: 20px 0px 0px 0px;
  vertical-align: bottom;
  display: block;
  text-align: right;
}
.fllow * {
  display: inline-block;
  vertical-align: middle;
}
.fllow p {
  display: block;
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #aaa;
}
.fllow .qr-inner {
  margin: 0 15px 0 0;
}
.copy_box {
  text-align: right;
  font-size: 12px;
  color: #aaa;
  margin: 10px 0;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  width: 100%;
  margin-bottom: 35px;
}
.floating .gotop {
  width: 100%;
  height: 58px;
  text-align: center;
  position: relative;
  text-indent: 0;
  font-size: 0;
}

/* .floating .gotop:after{
    content: 'PAGE\ATOP';
    white-space: pre;
    color: #997F64;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height:1.4;
    box-sizing: border-box;
    text-align: center;
    border:solid 1px #4B4B4B;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Arial';
    transition: all .3s ease;
    background: #242415;
    position: relative;
    z-index: 2;
    padding-top: 12px;
}
.floating .gotop:hover:after{
    color: #C3C3C3;
    border-color: #C3C3C3;
} */

/* .floating .gotop{
    width: 100%;
    height: 58px;
    text-align: center;
    position: relative;
    text-indent: 0;
    font-size: 0;
    background: radial-gradient(circle at center,#D02222, #fff0 );
}

.floating .gotop:after{
    content: 'PAGE TOP';
    color: #fff;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Arial';
    transition: all .3s ease;
    position: relative;
    z-index: 2;
} */

/* ======= */
.footer_top .container {
  padding-top: 100px;
}
.floating,
.floating.fancybox-margin {
  position: absolute;
  top: 0;
  width: 200%;
  height: 62px;
  left: 50%;
  margin-left: -100%;
}
.floating .gotop {
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  position: relative;
  text-indent: 0;
  text-indent: inherit !important;
  font-family: "Jura", sans-serif;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
}
.floating .gotop:before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s ease;
  background: linear-gradient(
    to right,
    rgba(208, 34, 34, 0) 0%,
    rgba(208, 34, 34, 1) 50%,
    rgba(208, 34, 34, 0) 100%
  );
}
.floating .gotop:hover:before {
  left: 0%;
  right: 0%;
  width: 100%;
}
.floating .gotop:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: -2;
  background: linear-gradient(
    to right,
    rgba(114, 114, 114, 0) 0%,
    rgba(114, 114, 114, 1) 50%,
    rgba(114, 114, 114, 0) 100%
  );
  opacity: 1;
  transition: all 0.5s ease;
}
.floating .gotop:hover:after {
  opacity: 0;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  color: #888;
  font-size: 13px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.2s;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb li + li:before {
  content: "/";
  margin: 0px 2px;
}
.products-breadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  border: solid #aaaaaa;
  border-width: 0 1px;
  white-space: nowrap;
  margin: 0 0 15px;
}
.products-breadcrumb li:first-child a span {
  display: inline-block;
}
.products-breadcrumb li:first-child a:before {
  content: "";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
  width: 265px;
  box-sizing: border-box;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0 0 0;
}
.content:before {
  content: "";
  display: block;
  width: 100%;
  background: url(../../../images/layout06/common/shadow.png) center bottom
    no-repeat;
  height: 12px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
.content {
  position: relative;
  background: #ffffff;
  border: solid 1px #dddddd;
}
.has-side .content {
  width: calc(100% - 260px);
  box-sizing: border-box;
  padding: 0 50px 40px;
  display: table-cell;
}
.side_logo {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  display: none;
}
.side_logo span {
  display: block;
  font-weight: 400;
}
.side .title {
  letter-spacing: 2px;
  font-size: 20px;
  box-sizing: border-box;
  color: #ffffff;
  padding: 97px 20px 0;
  font-weight: 550;
  text-align: left;
  margin: 0 0 5px 0;
  background: url(../../../images/layout06/common/side_bg.png);
  width: 220px;
  height: 130px;
  text-align: center;
}
.side-nav > li > a {
  position: relative;
}
.side-nav > li > a::before {
  content: "";
  background: url(../../../images/layout06/common/nav-item-dec.png);
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  position: absolute;
  left: -15px;
  top: calc(50% - 5px);
  display: none;
  transition: all 0.3s;
  background-size: contain;
  background-position: 50%;
}
.side-nav > li:hover > a::before,
.side-nav > li.active > a::before,
.side-nav > li.active2 > a::before {
  display: block;
}
.side-nav {
  max-width: 220px;
  background: #fff;
  border: 1px solid #e8e8e8;
}

.side-nav li a {
  position: relative;
  display: block;
  transition: all 0.2s;
  line-height: 1.2;
}
.side-nav > li > a {
  padding: 12px 30px;
  font-size: 15px;
  color: #000000;
  border-bottom: #e8e8e8 solid 1px;
  position: relative;
}
.side-nav > li:last-child > a {
  border-color: transparent;
}
.side-nav > li:last-child > a:after {
  display: none;
}
.side-nav > li:hover > a,
.side-nav > li.active > a,
.side-nav > li.active2 > a {
  border: 1px solid #e85896;
  background: #fdecee;
  color: #e50027;
  border-left-width: 20px;
  border-color: #e50027;
}
.side-nav > li:first-child:hover > a,
.side-nav > li:first-child.active > a,
.side-nav > li:first-child.active2 > a {
  margin-top: 0px;
}
.side-nav > li > a {
  border: 1px solid transparent;
}
.side-nav > li.active > a:after,
.side-nav > li.active2 > a:after,
.side-nav > li:hover > a:after {
  opacity: 0;
}
.side-nav ul {
  font-size: 15px;
  display: none;
  margin: 0px 0;
  background: #fff;
}
.side-nav ul li a {
  padding: 12px 25px 12px 40px;
  color: #727272;
  font-size: 14px;
  transition: all 0.3s ease;
}
.side-nav ul li a:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #737373;
  display: block;
  position: absolute;
  top: 19px;
  left: 32px;
  transition: all 0.3s ease;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  /* color: #E81D34; */
  padding: 12px 25px 12px 50px;
}
.side-nav ul li:hover > a:before,
.side-nav ul li.active > a:before,
.side-nav ul li.active2 > a:before {
  background: #e81d34;
  width: 12px;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav > li.active2 > ul {
  display: block;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
  color: #999999;
  font-family: "Open Sans", sans-serif;
}
.pagination li a:hover,
.pagination li.active a {
  color: #e71137;
  text-decoration: underline;
}
.pagination li a.controls {
  color: #fff;
  background: #e71137;
  
  font-size: 0;
}
.pagination li a.controls i {
  font-size: 16px;
  line-height: 23px;
}
.pagination li a.controls:hover {
  background: #ccc;
}
.page-info .form-control {
  color: #999;
  border: 1px solid #ddd;
}
.page-info .form-control:focus {
  border-color: #777777;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
  text-align: center;
  margin: 0 0 45px 0;
}
.reminder b {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px 0;
  width: 5px;
  height: 5px;
  border: 2px solid #e71137;
  border-radius: 5px;
}
/*-----form-detail-----*/
.form-control {
  color: #666666;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.form-control:focus {
  border: 1px solid #ccc;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: 90px;
}
/*-----form-static-control-----*/
.static-control {
  color: #5946a5;
  line-height: inherit;
  font-weight: bold;
  margin: 5px 0 0 5px;
  font-size: 13px;
  line-height: 1.6;
}
/*-----form-wrap-----*/
.form-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.contact-form {
  border: solid 3px rgba(154, 127, 100, 0.3);
  background: #fff;
  padding: 40px 60px 60px;
  margin-top: 60px;
}
.form-wrap.has-bg:before,
.form-wrap.has-bg:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 275px;
  height: 216px;
  z-index: -1;
  pointer-events: none;
}
.form-wrap.has-bg:before {
  top: 0;
  left: 0;
}
.form-wrap.has-bg:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.form-box {
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 880px;
  padding: 30px 30px 10px;
  box-sizing: border-box;
  z-index: 15;
}
.form-box .row {
  margin: 0 -24px;
  display: block;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
}
/*-----form-required-----*/
.form-box .required {
  position: relative;
}
.form-box .required:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 2px 0;
  width: 5px;
  height: 5px;
  border: 2px solid #e71137;
  border-radius: 5px;
}
.form-box .captcha .form-control {
  max-width: 245px;
}
/*----- success-box -----*/
.success-box {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0 0 0;
}
.success-box .msg {
  color: #202020;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 15px;
}
.success-box .msg i {
  background: #e71137;
  width: 35px;
  height: 35px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 10px;
}
.success-box .msg i:before {
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 18px;
  height: 14px;
  margin: 0px auto;
  background: url("../../../images/layout06/common/contact/ic.png");
}
/*------------ lightbox ------------*/
body .fancybox-close {
  background: url(../../../images/layout06/common/lightbox_close.png) no-repeat;
  width: 46px;
  height: 46px;
  right: 0;
  top: -56px;
}
body .fancybox-close:hover {
  background-position: 0 100%;
}
body .fancybox-skin {
  background: #fff;
  border-radius: 0;
  margin-top: 60px;
  border-radius: 0;
}
body .fancybox-inner {
  background: #eee;
  border-radius: 0;
  overflow: hidden !important;
}
.lightbox-wrapper {
  padding: 40px;
  max-width: 100%;
  box-sizing: border-box;
}
.login-box {
  padding: 30px;
}
.lightbox-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.lightbox-title span {
  display: block;
  font-size: 32px;
}
.lightbox-title .icon {
  background: url("../../../images/layout06/common/title_ic.png") no-repeat 0 -240px;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
}
.login-box .form-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
.lightbox-wrapper .form-group {
  padding: 5px 0;
}
.lightbox-wrapper .control-label {
  display: none;
}
body .fancybox-close {
  background: rgba(0, 0, 0, 0.6)
    url("../../../images/layout06/common/album/close.png") no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px 50px;
  top: 0;
  right: 0;
  position: absolute;
}
body .fancybox-nav span {
  visibility: visible;
  width: 35px;
  height: 37.5px;
  background: url("../../../images/layout06/common/album/arrow.png");
  background-repeat: no-repeat;
  background-position: center 0;
  left: -35px;
}
body .fancybox-next span {
  left: auto;
  right: -35px;
  transform: rotate(180deg);
}
body .fancybox-nav span:hover {
  background-position: center 100%;
}
.photo-title {
  background: #f9f7fb;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 15px 0;
}
.photo-intro {
  background: #f9f7fb;
  color: #666666;
  font-size: 13px;
  line-height: 1.75;
  padding: 15px;
}
.photo-pager {
  color: #fff;
  text-align: left;
  top: -30px;
  font-size: 16px;
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.photo-pager b {
  color: #e60a36;
}
/*------------ / lightbox ------------*/
.form-radio:before {
  background-image: url("../../../images/layout06/common/form_radio.png");
  margin: 0 3px 4px 0;
}
.form-checkbox:before {
  background-image: url("../../../images/layout06/common/form_checkbox.png");
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #e60a36;
}
.mmenu-show #mobile-fixed li {
  background: #e60a36;
}
.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #e72033;
}
.mmenu-show #mobile-menu .language-menu {
  background: #e72033;
  color: #fff;
}
.mmenu-show #mobile-menu .share .btn {
  font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn {
  font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn i {
  font-size: 28px;
}
.mmenu-show #mobile-fixed .m-go-home {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-go-home i {
  font-size: 28px;
}
.mmenu-show #mobile-menu .share-menu {
  background: #fff;
}
.mmenu-show #mobile-search {
  background: #d8d8d8;
}
.mmenu-show #mobile-fixed .m-contact {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
  font-size: 28px;
}
.no-svg .mmenu-show #mobile-search .ibtn.search,
.mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../../images/layout06/common/mobile_search_btn.png) ;

}
/*------------ / mobile_menu ------------*/
.contact-title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
}
.contit b {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin: 0 0px 0 0;
  color: #e71137;
  display: block;
  text-transform: uppercase;
}
.reminder {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
@media screen and (max-width: 1600px) {
  .site-header::before {

  }
}
@media screen and (max-width: 1440px) {
  .site-header::before {
    
  }
}
@media screen and (max-width: 1280px) {
  .top-nav {
    right: 30px;
    top: 10px;
  }
  .header-fixed .site-nav {
    margin: 15px 0px 0 0;
  }
  .site-nav {
    float: right;
    margin: 57px 30px 0 0;
  }
  /* .site-title .logo {
    width: 220px;
    height: 33px;
  }
  .site-title{
    padding: 29px 0;
  } */

  .site-title .logo {
    width: 240px;
    height: 38px;
  }
  .header-fixed .site-title .logo{
    width: 240px;
  }
  .header-fixed .site-title::before {
    left: calc(100% - 20px);
  }
  .header-fixed .site-title::after {
      right: calc(0% + 20px);
  }
  .site-nav {
    margin: 55px 0px 0 0;
  }
  .site-title{
    padding: 29px 0px 29px 0px;
    background: transparent;
  }
  .site-title::before{
    left: calc(100% - 35px);
  }
  .site-title::after{
    right: calc(0% + 34px);
  }
  .site-nav .menu li {
    width: 85px;
  }
  .site-nav .menu li a {
    font-size: 15px;
    
  }
  .site-map ul + ul {
    margin: 0 0 0 15px;
  }
  .container {
    width: auto;
  }
  .site-header::before {
    
  }
}
@media screen and (max-width: 1100px) {
  body .fancybox-nav span {
    left: 0px;
  }
  body .fancybox-next span {
    right: 0px;
  }

}
@media screen and (max-width: 1024px) {
  .site-nav .menu li {
    width: 82px;
  }
  .site-header::before {

  }
  /* .site-title .logo {
    width: 220px ;
  } */
  .banner {
    height: auto !important;
  }
  .service-sect .editor {
    width: 53% !important;
  }
}
@media screen and (max-width: 1000px) {
  .site-header::before {
    display: none;
  }
  .wrapper {
    padding-top: 40px;
  }
  .content:before {
    display: none;
  }
  .site-footer .tit {
    display: none;
  }

  .btn.style01 {
    max-width: 40%;
    font-size: 12px;
    padding: 0 15px;
    margin: 0 5px 15px;
  }
  .main-top {
    margin-bottom: 10px;
  }
  .has-side .content,
  .content {
    padding: 20px 15px 30px;
  }
  .btn-box {
    padding-top: 5px;
  }
  /*------------ site_header 1000 ------------*/
  .site-header,
  .header-fixed .site-header {
    position: relative;
    width: 100%;
    z-index: 600;
    background: #fff;
  }
  .site-title,
  .header-fixed .site-title {
    float: none;
    padding: 20px 0;
  }
  .site-title .logo,
  .header-fixed .site-title .logo {
    width: 126px;
    height: 60px;
  }
  .site-title .logo {
    width: 280px;
    height: 36px;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ site-footer 1000 ------------*/
  .site-footer {
    padding: 30px 0 30px;
  }
  .site-map,
  .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    width: auto;
    text-align: center;
  }
  .site-info li,
  .site-info p {
    display: inline-block;
  }
  .site-info p {
    margin: 0 0 0 10px;
  }
  .site-info li + li {
    margin: 0 0 0 20px;
  }
  .site-footer .fllow {
    padding: 20px 0 0 10px;
  }
  .footer_top .container {
    padding-top: 0;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  /*------------ / site-footer 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .gotop {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../../images/layout06/common/mobile_gotop.png) 50% 50%
      no-repeat;
  }
  .floating .gotop:before,
  .floating .gotop:after {
    display: none;
  }
  /*------------ / floating 1000 ------------*/
  .contact-title .reminder {
    margin: 0 45px;
  }
  .contact-title {
    margin: 0 5px 15px;
  }
  .contact-title .reminder {
    margin: 0;
  }
  .reminder {
    margin-bottom: 25px;
  }
  .form-box,
  .form-wrap.has-bg {
    padding: 20px 15px;
  }
  .form-wrap.has-bg {
    background: none;
  }
  .form-box {
    background: none;
  }
  .copy_box {
    text-align: center;
  }
  .contact-form {
    padding: 20px 10px 30px;
    margin-top: 40px;
  }
  .site-title:before,
  .site-title:after{
    display: none;
  }
}
@media screen and (max-width: 900px) {
  body .fancybox-nav span {
    left: 0;
  }
  body .fancybox-next span {
    left: calc(100% - 35px);
  }
}
@media screen and (max-width: 768px) {
  /* .floating {
        display: none !important;
    } */
  .footer_top .container {
    padding-top: 35px;
  }
  .about-sect {
    padding: 20px 0 0px 0px !important;
  }
  .about-sect .col.pic {
    height: 440px !important;
  }
  .about-sect .txt-box {
    background: transparent !important;
    border: 0 !important;
  }
  .about-sect .txt-box:before,
  .about-sect .txt-box:after {
    display: none !important;
  }
  .about-title {
    justify-content: center !important;
  }

  /*------------ site-main 768 ------------*/
  .site-header::before {
    display: none;
  }
  .main-content {
    padding: 0 0 0px;
  }
  .main-top {
    padding: 5px 0;
  }
  .content-title {
    padding: 12px 0 12px 0;
    margin: 0 0 25px 0;
  }
  /*------------ / site-main 767 ------------*/
  /*------------ site-footer 767 ------------*/
  .site-info li {
    display: block;
  }
  .site-info li + li {
    margin: 0;
  }
  /*------------ / site-footer 767 ------------*/
  
  .site-footer .fllow {
    padding: 20px 0 0 0px;
  }
}
@media screen and (max-width: 480px) {
  .content {
    border: 0 !important;
  }
  .has-side .content {
    padding: 15px !important;
  }
  .info-block {
    padding: 0px 0px 10px;
    border: 0;
  }
  .info-block::before {
    height: 29px;
    top: -25px;
  }
  .article-region .title span {
    font-size: 35px;
  }
  .article-region .title h2 {
    font-size: 18px;
    margin: 0px 10px;
  }
}
