@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,600,800");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,600,800");





#load {
  pointer-events: none;
  position: fixed;
  background-color: white;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.load {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.load:after {
  position: absolute;
  right: 20px;
  top: 22px;
  /* content: attr(data-progress-text); modify:2019/4/30 */
  font-size: 20px;
  color: #fff;
}

.logo_w {
  position: relative;
  width: 100%;
  max-width: 375px;
  height: 100px;
  opacity: 0;
}

.logo_w .graybar {
  position: absolute;
  width: 91%;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.logo_w .mask1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 50%;
  height: 130%;
  background-color: #fff;
}

.logo_w .mask2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 130%;
  background-color: #fff;
}

.logo_w .linearbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#8e488f), color-stop(34%, #2c519f), color-stop(71%, #ecb731), to(#15957b));
  background: -webkit-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -o-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: linear-gradient(to right, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  /* transform: translateX(-50%); */
}

.logo_w .bgword {
  position: absolute;
  left: 20px;
  top: 21px;
  width: 45%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.tilter {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hoverbox {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.page_contentwarp {
  position: relative;
  padding-bottom: 140px;
}

p {
  color: #515151;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 1.6em;
}

a {
  color: #1f1f1f;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

br {
  font-family: sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.ui-widget {
  font-family: "Lato", Myriad Pro, Myriad, Microsoft JhengHei, Aria, sans-serif;
}

html {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  font-family: "Lato", Myriad Pro, Myriad, Microsoft JhengHei, Aria, sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

body.white {
  background-color: white;
}

input, textarea {
  color: #696061;
  letter-spacing: 1px;
  font-size: 14.44px;
  font-family: "Lato", Myriad Pro, Myriad, Microsoft JhengHei, Aria, sans-serif;
}

.page_content {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* padding-top: 210px; */
  margin-top: 40px;
  max-width: 1140px;
  width: 100%;
  /* padding: 0 15px; */
}

.page_content ol {list-style:decimal; padding-left: 25px; line-height: 2; padding-bottom: 20px;}
.page_content ul, .products-list-section ul {list-style:disc; padding-left: 25px; padding-bottom: 20px; line-height: 2;}
.page_content .grid ul{list-style: none;}
.content {
  position: relative;
  background-color: #f3f3f3;
}

.clear::after {
  display: block;
  clear: both;
  content: '';
}

.more_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px solid #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.more_button span {
  position: relative;
  z-index: 2;
  color: #000;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.more_button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e488f;
  background: -moz-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8e488f), color-stop(34%, #2c519f), color-stop(71%, #ecb731), color-stop(100%, #15957b));
  background: -webkit-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -o-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -ms-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#8e488f), color-stop(34%, #2c519f), color-stop(71%, #ecb731), to(#15957b));
  background: linear-gradient(to right, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  content: '';
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.color_border .line {
  position: absolute;
  z-index: 5;
}

.color_border .t {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #8e488f;
  background: -moz-linear-gradient(left, #8e488f 0%, #2764a9 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8e488f), color-stop(100%, #2764a9));
  background: -webkit-linear-gradient(left, #8e488f 0%, #2764a9 100%);
  background: -o-linear-gradient(left, #8e488f 0%, #2764a9 100%);
  background: -ms-linear-gradient(left, #8e488f 0%, #2764a9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#8e488f), to(#2764a9));
  background: linear-gradient(to right, #8e488f 0%, #2764a9 100%);
}

.color_border .r {
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #2764a9;
  background: -moz-linear-gradient(top, #2764a9 0%, #ecb732 38%, #15957b 99%, #15957b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2764a9), color-stop(38%, #ecb732), color-stop(99%, #15957b), color-stop(100%, #15957b));
  background: -webkit-linear-gradient(top, #2764a9 0%, #ecb732 38%, #15957b 99%, #15957b 100%);
  background: -o-linear-gradient(top, #2764a9 0%, #ecb732 38%, #15957b 99%, #15957b 100%);
  background: -ms-linear-gradient(top, #2764a9 0%, #ecb732 38%, #15957b 99%, #15957b 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2764a9), color-stop(38%, #ecb732), color-stop(99%, #15957b), to(#15957b));
  background: linear-gradient(to bottom, #2764a9 0%, #ecb732 38%, #15957b 99%, #15957b 100%);
}

.color_border .b {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #9b9663;
  background: -moz-linear-gradient(left, #9b9663 0%, #ecb732 23%, #15957b 99%, #15957b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #9b9663), color-stop(23%, #ecb732), color-stop(99%, #15957b), color-stop(100%, #15957b));
  background: -webkit-linear-gradient(left, #9b9663 0%, #ecb732 23%, #15957b 99%, #15957b 100%);
  background: -o-linear-gradient(left, #9b9663 0%, #ecb732 23%, #15957b 99%, #15957b 100%);
  background: -ms-linear-gradient(left, #9b9663 0%, #ecb732 23%, #15957b 99%, #15957b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#9b9663), color-stop(23%, #ecb732), color-stop(99%, #15957b), to(#15957b));
  background: linear-gradient(to right, #9b9663 0%, #ecb732 23%, #15957b 99%, #15957b 100%);
}

.color_border .l {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #ad5797;
  background: -moz-linear-gradient(top, #ad5797 0%, #2961a9 60%, #ecb732 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ad5797), color-stop(60%, #2961a9), color-stop(100%, #ecb732));
  background: -webkit-linear-gradient(top, #ad5797 0%, #2961a9 60%, #ecb732 100%);
  background: -o-linear-gradient(top, #ad5797 0%, #2961a9 60%, #ecb732 100%);
  background: -ms-linear-gradient(top, #ad5797 0%, #2961a9 60%, #ecb732 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ad5797), color-stop(60%, #2961a9), to(#ecb732));
  background: linear-gradient(to bottom, #ad5797 0%, #2961a9 60%, #ecb732 100%);
}

#right_btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  overflow: hidden;
  width: 50px;
  height: 270px;
  border: 2px solid #202020;
  border-right: 0;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

#right_btn .contact_form {
  position: relative;
  display: block;
  width: 100%;
  height: 209px;
  background-image: url("../images/mail.png");
  background-position: 52% 89%;
  background-size: 23px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#right_btn .contact_form span{display: none;}
#right_btn {
  height: 121px;
}
#right_btn .contact_form { 
  height: 60px;
  background-position: 52% 54%;
}
#right_btn .contact_form span {
  position: absolute;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 12px;
  font-family: "Lato", Myriad Pro, Myriad, Microsoft JhengHei, Aria, sans-serif;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 7PX 24px;
  -ms-transform-origin: 7PX 24px;
  transform-origin: 7PX 24px;
}

#right_btn .arrow {
  position: relative;
  width: 100%;
  height: 57px;
  background-color: #202020;
  background-image: url("../images/top.png");
  background-position: 51% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*---------------------------------------------------------------------*/
/*  infinite loading
/*---------------------------------------------------------------------*/
.sk-fading-circle {
  position: relative;
  margin: 30px auto;
  width: 30px;
  height: 30px;
}

.sk-fading-circle .sk-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sk-fading-circle .sk-circle:before {
  display: block;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3b3c3b;
  content: '';
  -webkit-animation: sk-circleFadeDelay 0.8s infinite ease-in-out both;
  animation: sk-circleFadeDelay 0.8s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .more_button:hover {
    border: 2px solid #fff;
  }

  .more_button:hover:before {
    opacity: 1;
  }

  #right_btn .arrow:hover {
    background-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .page_content {
    padding-top: 0px;
    margin-top: 60px;
  }
  #right_btn {
    height: 109px;
  }

  #right_btn .contact_form {
    height: 50px;
    background-position: 50% 50%;
  }

  #right_btn .contact_form span {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .page_content {
    /* padding-top: 90px; 
    margin-top: 90px;*/margin-top: 35px;
  }
}

/*# sourceMappingURL=style.css.map */

.path {max-width: 1556px; margin: auto; padding: 20px 33px; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.path li {position: relative;}
.path li a {color: #b4b4b4;}
.path li::after {content: '/'; padding: 0 10px;}
.path li:last-child::after {content: none;}
/*.path li:last-child::before {content: ''; width: 100%; height: 2px; background-color: #063972; line-height: 0; font-size: 0; position: absolute; left: 0px; bottom: -8px;}*/

.table_2 {width: 100%;}
.flex_2 { display: flex; flex-flow: wrap;}
.flex_2 > div { width: 48.5%; margin: 0 3% 10px 0; text-align: center;}
.flex_2 > div:nth-child(2n+2) { margin: 0 0 10px 0;}
.flex_2 > div .pic { }
.flex_2 > div .text { padding: 10px;}
@media only screen and (max-width: 768px) {
	.table_2 tr {display: flex; flex-wrap: wrap;}
	.table_2 td {width: 100%; text-align: center;}
	.flex_2 > div { width: 100%!important; margin: 0 0 10px 0!important;}
}
