body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  word-break: break-word;
  font-size: 16px;
  color: #858594;
  line-height: 1.5;
  font-family: 'Arial','Microsoft JhengHei';
}

a {
  text-decoration: none;
  color: #858594;
}
a:focus, a:hover, a:visited {
  text-decoration: none;
}

.color-main-1 {
  color: #292950;
}

.color-main-2 {
  color: #dddddd;
}

.color-main-3 {
  color: #858594;
}

.color-main-4 {
  color: #bbbbbb;
}

.color-sub-1 {
  color: #0a65cd;
}

.color-sub-2 {
  color: #f62f50;
}

.color-sub-3 {
  color: #efba00;
}

.color-sub-4 {
  color: #1b7ae6;
}

.color-sub-5 {
  color: #fb5c76;
}

.color-sub-6 {
  color: #f9d451;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

#page-container {
  overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
}
.btn:hover:hover, .btn:hover:active, .btn:hover:focus, .btn:active:hover, .btn:active:active, .btn:active:focus, .btn:focus:hover, .btn:focus:active, .btn:focus:focus {
  box-shadow: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

.owl-carousel {
  visibility: hidden;
}
.owl-carousel.owl-loaded {
  visibility: visible;
}

.invisible {
  visibility: hidden !important;
}

.a-acceky {
  position: absolute;
  display: none;
  top: 0px;
  left: -10px;
  color: #d7d7d7;
  font-size: 14px;
}
.a-acceky:focus, .a-acceky:hover, .a-acceky:visited {
  color: #d7d7d7;
}
@media screen and (min-width: 992px) {
  .a-acceky {
    display: inline-block;
  }
}

.container, #index-news-area {
  position: relative;
}

#index-news-area #main {
  top: 3px;
  left: -18px;
}

#sitemap_center_area {
  top: 0px;
  left: -15px;
}

#breadcrumbs #main {
  top: 8px;
  left: 0px;
}

#foot_area {
  top: 37px;
  left: -1px;
}

footer.eng #foot_area {
  top: 45px;
  left: -1px;
}

.news-search-area .search-box:after, .list-area .media-list.type-2 .list-box:after, .list-area .media-list.type-2:after, .vcode-area:after, .page-bottom-btn-area .page-btn-area .share-box:after, .page-bottom-btn-area .page-btn-area:after, .page-top-area:after, .page-area:after, div.sidebar-content .website-btn-area:after, .header-nav:after, header.website .lg-header-area .right-area .right-top-area:after, header.website .lg-header-area:after {
  content: "";
  display: block;
  clear: both;
}

.product-desc-area, .article-area, #tinymce {
  font-size: 15px;
  color: #858594;
}
.product-desc-area iframe, .article-area iframe, #tinymce iframe {
  max-width: 100%;
  border: 0;
}
.product-desc-area img, .article-area img, #tinymce img {
  height: auto;
  max-width: 100%;
}
.product-desc-area h3, .article-area h3, #tinymce h3 {
  color: #1b7ae6;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: italic;
}
.product-desc-area h4, .article-area h4, #tinymce h4 {
  color: #fb5c76;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.product-desc-area h5, .article-area h5, #tinymce h5 {
  color: #fb5c76;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
.product-desc-area p, .article-area p, #tinymce p {
  /*line-height: 1.6;*/
}
.product-desc-area a, .article-area a, #tinymce a {
  font-size: 16px;
  color: #1b7ae6;
}
.product-desc-area a:hover, .article-area a:hover, #tinymce a:hover {
  text-decoration: underline;
}
.product-desc-area ul, .article-area ul, #tinymce ul {
  padding: 0;
  list-style: none !important;
}
.product-desc-area ul > li, .article-area ul > li, #tinymce ul > li {
  padding-left: 22px;
  position: relative;
}
.product-desc-area ul > li:before, .article-area ul > li:before, #tinymce ul > li:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: url("../img/page/ul_2x.png") center no-repeat;
  background-size: 100%;
}
.product-desc-area ol, .article-area ol, #tinymce ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
}
.product-desc-area ol > li, .article-area ol > li, #tinymce ol > li {
  display: block;
  padding-left: 22px;
  position: relative;
}
.product-desc-area ol > li:before, .article-area ol > li:before, #tinymce ol > li:before {
  position: absolute;
  text-align: right;
  left: -2px;
  top: 0;
  content: counter(ol-item) ".";
  counter-increment: ol-item;
  font-size: 16px;
  color: #fb5c76;
  display: inline-block;
  min-width: 22px;
}
.product-desc-area table, .article-area table, #tinymce table {
  max-width: 100%;
  border-collapse: collapse;
}
.product-desc-area table tr th, .article-area table tr th, #tinymce table tr th, .product-desc-area table tr td, .article-area table tr td, #tinymce table tr td {
  border: #ebe9e9 solid 1px;
  font-size: 15px;
  padding: 5px 5px;
  font-weight: normal;
  text-align: left;
  line-height: 1.7;
}
@media screen and (min-width: 400px) {
  .product-desc-area table tr th, .article-area table tr th, #tinymce table tr th, .product-desc-area table tr td, .article-area table tr td, #tinymce table tr td {
    padding: 10px 30px 10px 10px;
  }
}
.product-desc-area table tr th, .article-area table tr th, #tinymce table tr th {
  color: #292950;
  text-align: left;
}
.product-desc-area table tr td, .article-area table tr td, #tinymce table tr td {
  color: #858594;
  text-align: left;
}

.breadcrumbs {
  font-size: 15px;
  margin: 8px 0px 10px 0px;
  color: #bbbbbb;
}
@media screen and (min-width: 992px) {
  .breadcrumbs {
    margin: 10px 0px 27px 0px;
  }
}
.breadcrumbs a {
  color: #bbbbbb;
}
.breadcrumbs span {
  color: #1b7ae6;
}

.page_list {
  text-align: center;
  margin: 8px 0 12px 0;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .page_list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page_list {
    margin-top: 60px;
  }
}
.page_list .arr {
  position: relative;
}
.page_list ul {
  margin: 0;
}
.page_list ul li {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
}
.page_list ul li + li {
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .page_list ul li + li {
    margin-left: 15px;
  }
}
.page_list ul li.first i {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/list/icon_previous_off_2x.png") no-repeat center;
  background-size: 100%;
  margin: auto;
  margin-top: 4px;
}
.page_list ul li.first:hover i, .page_list ul li.first:focus i {
  background: url("../img/list/icon_previous_on_2x.png") no-repeat center;
  background-size: 100%;
}
.page_list ul li.last i {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/list/icon_rewind_off_2x.png") no-repeat center;
  background-size: 100%;
  margin: auto;
  margin-top: 4px;
}
.page_list ul li.last:hover i, .page_list ul li.last:focus i {
  background: url("../img/list/icon_rewind_on_2x.png") no-repeat center;
  background-size: 100%;
}
.page_list ul li > span, .page_list ul li > a {
  position: relative;
  background: none;
  border: none;
  font-size: 15px;
  color: #858594;
  padding: 6px 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
}
.page_list ul li > span i, .page_list ul li > a i {
  font-size: 22px;
  color: #858594;
  position: relative;
  bottom: 1px;
}
.page_list ul li > span.selected, .page_list ul li > span:hover, .page_list ul li > span:focus, .page_list ul li > a.selected, .page_list ul li > a:hover, .page_list ul li > a:focus {
  color: #fff;
  background-color: #292950;
}
.page_list ul li > span.selected i, .page_list ul li > span:hover i, .page_list ul li > span:focus i, .page_list ul li > a.selected i, .page_list ul li > a:hover i, .page_list ul li > a:focus i {
  color: #fff;
}
.page_list ul .page-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 20px;
}

.tag {
  display: inline-block;
  min-height: 22px;
  line-height: 22px;
  border-radius: 22px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  margin-right: 4px;
  padding: 0 19px;
  vertical-align: middle;
}
.tag.static-tag {
  text-align: center;
  width: 80px;
  padding: 0;
}
.tag.static-tag.two-word {
  letter-spacing: 10px;
  padding-left: 12px;
}

#to-top {
  width: 40px;
  height: 40px;
  font-size: 0;
  background: rgba(27, 122, 230, 0.85) url("../img/index/arrow_right_2x.png") center no-repeat;
  background-size: 15px auto;
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 3;
  text-align: center;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 40px;
  border-radius: 5px;
}
#to-top:hover {
  background-color: #1b7ae6;
}
@media screen and (min-width: 992px) {
  #to-top {
    right: calc(50% - 970px/2);
  }
}
@media screen and (min-width: 1200px) {
  #to-top {
    right: calc(50% - 1200px/2);
  }
}
@media screen and (min-width: 1550px) {
  #to-top {
    right: calc(50% - 1200px/2 - 152px);
  }
}

.modal-dialog {
  margin: 0;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

input:focus, select:focus {
  box-shadow: 0 0 0px 2px rgba(102, 175, 233, 0.6) !important;
  outline: none !important;
  position: relative;
}

a:focus, button:focus {
  outline: none !important;
}

.alert-red, .alert-text {
  color: red;
}

.acart-proportion-box {
  height: 0;
  position: relative;
}
.acart-proportion-box > .proportion-item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.acart-proportion-box > iframe.proportion-item {
  width: 100%;
  height: 100%;
}
.acart-proportion-box.proportion-3-4 {
  padding-bottom: 133.3333333333%;
}
.acart-proportion-box.proportion-4-3 {
  padding-bottom: 75%;
}
.acart-proportion-box.proportion-16-9 {
  padding-bottom: 56.25%;
}
.acart-proportion-box.proportion-5-4 {
  padding-bottom: 80%;
}
.acart-proportion-box.proportion-4-5 {
  padding-bottom: 125%;
}
.acart-proportion-box.proportion-1-1 {
  padding-bottom: 100%;
}

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
.fixed-height.is-sticky {
  z-index: 99 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .fixed-height.is-sticky {
    height: 60px !important;
  }
}
.fixed-height.is-sticky .logo-area {
  margin-top: 5px !important;
}
.fixed-height.is-sticky .logo-area img {
  height: 50px !important;
  width: auto !important;
}
.fixed-height.is-sticky .right-area {
  margin-top: 0 !important;
}
.fixed-height.is-sticky .right-top-area {
  display: none;
}
.fixed-height.is-sticky .header-nav > li > a {
  padding: 18px 12px 18px 12px !important;
}
@media screen and (min-width: 992px) {
  .fixed-height.is-sticky .header-nav > li > a {
    padding: 18px 15px 18px 15px !important;
  }
}

.fixed-height {
  height: 52px;
}
.fixed-height .container {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .fixed-height {
    height: 120px;
  }
}

header.website {
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  position: relative;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
  header.website {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
}
header.website h1 {
  margin: 0;
}
header.website .lg-header-area {
  position: relative;
  height: 100%;
  width: 100%;
}
header.website .lg-header-area .logo-area {
  float: left;
  margin-top: 30px;
}
header.website .lg-header-area .logo-area img {
  width: 330px;
}
@media screen and (min-width: 1200px) {
  header.website .lg-header-area .logo-area img {
    width: 392px;
  }
}
header.website .lg-header-area .right-area {
  margin-top: 15px;
  float: right;
}
header.website .lg-header-area .right-area .right-top-area {
  text-align: right;
  margin-bottom: 15px;
  font-size: 0;
  padding-right: 10px;
}
header.website .lg-header-area nav {
  float: right;
}
header.website .lg-header-area .header-link-btn-area {
  display: inline-block;
  vertical-align: top;
}
header.website .lg-header-area .header-link-btn-area .link-btn {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/header/icon_fb_2x.png") center no-repeat;
  background-size: 100%;
}
header.website .lg-header-area .search-form-area {
  display: inline-block;
  margin-right: 30px;
}
header.website .lg-header-area .search-form-area .search-area {
  margin-left: 10px;
  width: 200px;
  height: 23px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
}
@media screen and (min-width: 1200px) {
  header.website .lg-header-area .search-form-area .search-area {
    width: 200px;
  }
}
header.website .lg-header-area .search-form-area .search-area input {
  background: transparent;
  color: #ababab;
  font-size: 15px;
  border: none;
  width: 100%;
  height: 100%;
  padding: 1px 40px 8px 0px;
  border-bottom: 1px solid #bbbbbb;
}
header.website .lg-header-area .search-form-area .search-area input::-webkit-input-placeholder {
  color: #ababab;
  font-size: 14px;
}
header.website .lg-header-area .search-form-area .search-area input:-moz-placeholder {
  color: #ababab;
  font-size: 14px;
}
header.website .lg-header-area .search-form-area .search-area input::-moz-placeholder {
  color: #ababab;
  font-size: 14px;
}
header.website .lg-header-area .search-form-area .search-area input:-ms-input-placeholder {
  color: #ababab;
  font-size: 14px;
}
header.website .lg-header-area .search-form-area .search-area .btn {
  color: transparent;
  overflow: hidden;
  width: 40px;
}
header.website .lg-header-area .search-form-area .search-area input, header.website .lg-header-area .search-form-area .search-area .btn {
  height: 100%;
}
header.website .lg-header-area .search-form-area .search-area .btn {
  position: absolute;
  right: 0;
  top: -4px;
  border: none;
  background: url("../img/header/icon_search_2x.png") center right 10px no-repeat;
  background-size: 20px auto;
}

.header-nav {
  list-style: none;
  padding: 0px 0 0 0;
  margin: 0;
  height: 100%;
}
.header-nav .header-nav2 {
  display: none;
  padding: 0px;
  list-style: none;
}
.header-nav > li {
  float: left;
  position: relative;
  height: 100%;
}
.header-nav > li > a {
  font-size: 16px;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #292950;
  display: block;
  padding: 10px 12px 24px 12px;
}
.header-nav > li > a:focus ~ .header-nav2 {
  display: block;
}
.header-nav > li.open .header-nav2 {
  display: block;
}
@media screen and (min-width: 1200px) {
  .header-nav > li > a {
    padding: 10px 15px 24px 15px;
  }
}
.header-nav > li.open > a, .header-nav > li:hover > a, .header-nav > li.active > a {
  color: #fff;
  background-color: #0a65cd;
}
.header-nav > li.open > a:before, .header-nav > li:hover > a:before, .header-nav > li.active > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1C7BE7;
  width: 100%;
  height: 3px;
}
.header-nav > li:hover .header-nav2 {
  display: block;
}
.header-nav .header-nav2 {
  width: 100%;
  position: absolute;
  top: 100%;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  left: 0;
  background: #292950;
  width: 300px;
  padding: 16px 0;
}
.header-nav .header-nav2 > li > a {
  position: relative;
  font-size: 15px;
  padding: 6px 30px;
  display: block;
  color: #fff;
  transition: all 0.5s;
}
.header-nav .header-nav2 > li > a:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  left: 30px;
  top: 13px;
  transition: all 0.5s;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #f9d451;
  border-width: 4px 0 4px 4px;
}
.header-nav .header-nav2 > li > a:hover {
  color: #f9d451;
  padding-left: 43px;
}
.header-nav .header-nav2 > li > a:hover:after {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .header-nav .header-nav2 > li > a {
    font-size: 15px;
  }
}

div.mb-header {
  position: relative;
  z-index: 1000;
  padding-right: 60px;
  height: 100%;
}
div.mb-header .mb-logo-area {
  padding-top: 8px;
  display: inline-block;
  padding-left: 16px;
}
div.mb-header .mb-logo-area img {
  vertical-align: middle;
  width: 205px;
  max-width: 100%;
  height: auto;
}
div.mb-header .button-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
div.mb-header div.xs-menu {
  display: inline-block;
  height: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background-size: 100%;
  background-position: 5px 50%;
  position: relative;
  background: #0a65cd;
  width: 52px;
}
div.mb-header div.xs-menu .icon-wrapper {
  display: inline-block;
  margin: 18px 0 0 0;
  width: 100%;
  height: 14px;
  position: relative;
}
div.mb-header div.xs-menu .icon-wrapper span {
  display: block;
  position: absolute;
  height: 2px;
  width: 16px;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 19px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(1) {
  top: 0;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(2) {
  top: 6px;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
  top: 6px;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(4) {
  top: 12px;
}
div.mb-header div.xs-menu.active span:nth-child(1) {
  width: 0%;
  left: 50%;
}
div.mb-header div.xs-menu.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.mb-header div.xs-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
div.mb-header div.xs-menu.active span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

header .main-area-quick-link {
  position: absolute;
  left: 15px;
  opacity: 0;
  color: #000;
}
header .main-area-quick-link:focus {
  opacity: 1;
}

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
  background: #292950;
  padding-bottom: 20px;
}
div#mb-sidebar .slimScrollDiv {
  width: 100%;
}
div#mb-sidebar.hidden-sidebar {
  display: block;
  top: -100%;
  -webkit-animation-name: hiddensidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: hiddensidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
div#mb-sidebar.show-sidebar {
  display: block;
  top: 50px;
  height: calc(100vh - 50px);
  -webkit-animation-name: showsidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: showsidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
@media screen and (min-width: 992px) {
  div#mb-sidebar {
    display: none;
  }
  div#mb-sidebar.show-sidebar {
    display: none;
  }
}
div#mb-sidebar .sidebar-top.english .dropdown {
  width: 100%;
}
div#mb-sidebar .sidebar-top.english .share-box {
  display: none;
}

@-webkit-keyframes hiddensidebar {
  0% {
    top: 50px;
  }
  100% {
    top: -100%;
  }
}
@-moz-keyframes hiddensidebar {
  0% {
    top: 50px;
  }
  100% {
    top: -100%;
  }
}
@-ms-keyframes hiddensidebar {
  0% {
    top: 50px;
  }
  100% {
    top: -100%;
  }
}
@keyframes hiddensidebar {
  0% {
    top: 50px;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 50px;
  }
}
@-moz-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 50px;
  }
}
@-ms-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 50px;
  }
}
@keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 50px;
  }
}
div.sidebar-content {
  padding-bottom: 50px;
}
div.sidebar-content .search-area {
  padding: 17px 15px;
  background-color: #0a65cd;
}
div.sidebar-content .search-area .input-group {
  width: 100%;
  height: 32px;
}
div.sidebar-content .search-area .input-group input {
  padding: 0 50px 0 8px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #ebd2c8;
  border-radius: 5px;
}
div.sidebar-content .search-area .input-group .btn {
  width: 50px;
}
div.sidebar-content .search-area .input-group input, div.sidebar-content .search-area .input-group .btn {
  height: 100%;
}
div.sidebar-content .search-area .input-group .btn {
  color: transparent;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: url("../img/header/icon_search_2x.png") center no-repeat;
  background-size: 20px;
}
div.sidebar-content .website-btn-area {
  background-color: #fff;
}
div.sidebar-content .website-btn-area .website-btn {
  width: calc((100% - 4px) / 3);
  background-color: #5BAF85;
  float: left;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 14px 0;
}
div.sidebar-content .website-btn-area .website-btn.main {
  background-color: #5BAF85;
}
div.sidebar-content .website-btn-area .website-btn.kids {
  background-color: #F3941A;
}
div.sidebar-content .website-btn-area .website-btn.youth {
  background-color: #1E94A0;
}
div.sidebar-content .website-btn-area .website-btn.parents {
  background-color: #a87762;
}
div.sidebar-content .website-btn-area .website-btn + .website-btn {
  margin-left: 2px;
}
div.sidebar-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
div.sidebar-content ul li a {
  display: block;
  padding: 13px 20px;
}
div.sidebar-content ul li a .sidebar-nav-icon {
  float: right;
  font-size: 22px;
  transition: all 0.5s;
  margin-top: 8px;
  transform: rotate(-90deg);
}
div.sidebar-content ul li a .sidebar-nav-icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url("../img/sidebar/arrow_white_2x.png") no-repeat center;
  background-size: 100%;
}
div.sidebar-content ul li a.open .sidebar-nav-icon {
  transform: rotate(0deg);
}
div.sidebar-content ul li a.open .sidebar-nav-icon:before {
  background: url("../img/sidebar/arrow_yellow_2x.png") no-repeat center;
  background-size: 100%;
}
div.sidebar-content ul li a.active ~ ul {
  display: block;
}
div.sidebar-content ul li.link-btn {
  position: relative;
}
div.sidebar-content ul li.link-btn a {
  padding-left: 70px;
}
div.sidebar-content ul li.link-btn.facebook:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 8px;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/header/icon_fb_2x.png") center no-repeat;
  background-size: 100% auto;
}
div.sidebar-content ul.layer-1 > li {
  position: relative;
}
div.sidebar-content ul.layer-1 > li:last-child {
  border-bottom: 1px solid #3C3B63;
}
div.sidebar-content ul.layer-2 > li {
  position: relative;
}
div.sidebar-content ul.layer-2 > li > a {
  position: relative;
}
div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 17px;
  transform-origin: center;
}
div.sidebar-content ul.layer-3 > li {
  position: relative;
}
div.sidebar-content ul.layer-3 > li > a {
  padding-left: 35px;
}
div.sidebar-content ul.layer-3 > li > a.active {
  color: #f9d451;
}
div.sidebar-content ul.layer-4 > li {
  position: relative;
}
div.sidebar-content ul.layer-4 > li > a {
  padding-left: 50px;
}
div.sidebar-content ul.layer-4 > li > a.active {
  color: #f9d451;
}
div.sidebar-content ul.layer-1 > li > a {
  font-size: 16px;
  background: #292950;
  color: #fff;
}
div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
  color: #fff;
}
div.sidebar-content ul.layer-1 > li > a:hover, div.sidebar-content ul.layer-1 > li > a.open {
  background: #292950;
  color: #f9d451;
}
div.sidebar-content ul.layer-1 > li > a:hover .sidebar-nav-icon, div.sidebar-content ul.layer-1 > li > a.open .sidebar-nav-icon {
  color: #f9d451;
}
div.sidebar-content ul.layer-1 > li:not(.search-area) {
  border-top: 1px solid #3C3B63;
}
div.sidebar-content ul.layer-2 > li > a {
  font-size: 16px;
  background: #1b7ae6;
  color: #fff;
}
div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
  color: #f3964b;
}
div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
  background: #1b7ae6;
  color: #f9d451;
}
div.sidebar-content ul.layer-2 > li:not(.search-area) {
  border-top: 1px solid #2D8BE5;
}
div.sidebar-content ul.layer-3 > li > a {
  font-size: 16px;
  background: #1b7ae6;
  color: #fff;
}
div.sidebar-content ul.layer-3 > li > a .sidebar-nav-icon {
  color: #2D8BE5;
}
div.sidebar-content ul.layer-3 > li > a:hover, div.sidebar-content ul.layer-3 > li > a.open {
  background: #1b7ae6;
  color: #f9d451;
}
div.sidebar-content ul.layer-3 > li:not(.search-area) {
  border-top: 1px solid #2D8BE5;
}
div.sidebar-content ul.layer-4 > li > a {
  font-size: 16px;
  background: #1b7ae6;
  color: #fff;
}
div.sidebar-content ul.layer-4 > li > a .sidebar-nav-icon {
  color: #2D8BE5;
}
div.sidebar-content ul.layer-4 > li > a:hover, div.sidebar-content ul.layer-4 > li > a.open {
  background: #1b7ae6;
  color: #f9d451;
}
div.sidebar-content ul.layer-4 > li:not(.search-area) {
  border-top: 1px solid #2D8BE5;
}
div.sidebar-content > ul {
  display: block;
}

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer.website {
  position: relative;
}
footer.website .top-area {
  padding: 35px 0 25px 0;
  background-color: #0a65cd;
}
footer.website .top-area .row [class*=col]:nth-child(1), footer.website .top-area .row [class*=col]:nth-child(2) {
  margin-bottom: 34px;
}
@media screen and (min-width: 992px) {
  footer.website .top-area .row [class*=col]:nth-child(1), footer.website .top-area .row [class*=col]:nth-child(2) {
    margin-bottom: 0;
  }
}
footer.website .top-area .icon-box {
  width: 120px;
  height: 120px;
  display: block;
  border: 2px solid #1b7ae6;
  background-color: #085ec0;
  border-radius: 50%;
  text-align: center;
  padding-top: 25px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  footer.website .top-area .icon-box {
    width: 148px;
    height: 148px;
    padding-top: 29px;
  }
}
footer.website .top-area .icon-box.capability {
  padding-top: 31px;
}
@media screen and (min-width: 992px) {
  footer.website .top-area .icon-box.capability {
    padding-top: 35px;
  }
}
footer.website .top-area .icon-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 14px;
  opacity: 0.8;
}
footer.website .top-area img.footer-top-icon {
  width: 60px;
}
@media screen and (min-width: 992px) {
  footer.website .top-area img.footer-top-icon {
    width: 81px;
  }
}
@media screen and (min-width: 992px) {
  footer.website .top-area {
    height: 348px;
    padding: 84px 0 0 0;
  }
}
footer.website .middle-area {
  line-height: 1.5;
  background-color: #151543;
  padding: 40px 0;
}
footer.website .middle-area .middle-title {
  font-size: 18px;
  color: #dadada;
  margin-bottom: 12px;
}
footer.website .middle-area .info-area {
  font-size: 15px;
  color: #fff;
  opacity: 0.35;
}
footer.website .middle-area .products-title {
  color: #6aa3e5;
  position: relative;
  padding-left: 23px;
  margin-bottom: 3px;
}
footer.website .middle-area .products-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url("../img/footer/icon_pic_2x.png") no-repeat center;
  background-size: 100%;
}
footer.website .middle-area .footer-box:nth-child(1) {
  padding-bottom: 30px;
}
footer.website .middle-area .footer-box:nth-child(2) {
  border-top: 1px solid #2d2d56;
  padding-top: 22px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  footer.website .middle-area .left-area {
    display: inline-block;
    width: 570px;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  footer.website .middle-area .right-area {
    display: inline-block;
    vertical-align: top;
    margin-left: 55px;
  }
}
@media screen and (min-width: 992px) {
  footer.website .middle-area {
    padding: 58px 0 40px 0;
  }
}
footer.website .bottom-area {
  background-color: #060627;
  color: #565675;
  font-size: 14px;
  text-align: center;
  padding: 14px 0;
}
@media screen and (min-width: 992px) {
  footer.website .bottom-area {
    padding: 9px 0;
  }
}
footer.website .bottom-area .copyright-area {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  footer.website .bottom-area .copyright-area {
    float: left;
    margin-bottom: 0;
  }
}
footer.website .bottom-area .a-cart a {
  color: #757598;
}
@media screen and (min-width: 992px) {
  footer.website .bottom-area .a-cart {
    float: right;
  }
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.btn {
  font-size: 15px;
  border-radius: 10px;
  color: #fff;
}
.btn.btn-blue {
  width: 100%;
  background-color: #0a65cd;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  background-color: #095bba;
  color: #fff;
}
.btn.btn-heavy-blue {
  width: 100%;
  background-color: #292950;
}
.btn.btn-heavy-blue:hover, .btn.btn-heavy-blue:focus {
  background-color: #1e1e41;
  color: #fff;
}
.btn.btn-gray {
  width: 100%;
  background-color: #bbbbbb;
}
.btn.btn-gray:hover, .btn.btn-gray:focus {
  background-color: #929292;
  color: #fff;
}
.btn.btn-yellow {
  width: 100%;
  background-color: transparent;
  border: 2px solid #efba00;
  color: #efba00;
}
.btn.btn-yellow:hover, .btn.btn-yellow:focus {
  background-color: #efba00;
  color: #fff;
}

.page-area {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .page-area {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 60px;
  }
}
.page-area .page-left-area {
  display: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-area .page-left-area {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    padding-right: 30px;
  }
}
.page-area .page-right-area {
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-area .page-right-area {
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }
}

.page-banner-area {
  position: relative;
  background-color: #0a65cd;
  height: 120px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-banner-area {
    height: 200px;
  }
}
.page-banner-area .dots {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/list/banner_bg_dot.png") repeat-x left 0 bottom 0;
  background-size: 1249px auto;
}
.page-banner-area .line {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/list/banner_bg_line.png") no-repeat center bottom 0;
  background-size: 1800px auto;
}
@media screen and (min-width: 992px) {
  .page-banner-area .line {
    background-size: 3000px auto;
  }
}
.page-banner-area .circle {
  position: absolute;
  right: -140px;
  bottom: -17px;
  width: 336px;
  height: 182.4px;
  background: url("../img/list/banner_bg_pic.png") no-repeat center bottom 0;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .page-banner-area .circle {
    width: 560px;
    height: 304px;
    right: calc(50% - 653px);
    bottom: 0;
  }
}
.page-banner-area .page-banner-text-area {
  color: #fff;
  font-size: 24px;
  margin-top: 44px;
}
@media screen and (min-width: 992px) {
  .page-banner-area .page-banner-text-area {
    margin-top: 75px;
    font-size: 36px;
  }
}

.article-area, #tinymce {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
  min-height: 100px;
}
@media screen and (min-width: 992px) {
  .article-area, #tinymce {
    min-height: 300px;
  }
}

.page-title-area.mb-20 {
  margin-bottom: 20px;
}

h2.page-title {
  font-size: 22px;
  color: #292950;
  margin: 0;
}

.page-top-area {
  position: relative;
  border-bottom: 1px solid #ebe9e9;
  padding-bottom: 20px;
}
.page-top-area .date {
  font-size: 18px;
  color: #0a65cd;
  margin-bottom: 4px;
}

.page-media-area {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.page-media-area img {
  max-width: 100%;
}

.page-bottom-btn-area {
  padding-top: 20px;
  text-align: right;
}
.page-bottom-btn-area .page-btn-area .back-btn {
  width: auto;
  border-radius: 10px;
  font-size: 16px;
  width: calc((100% - 10px) / 2);
  height: 40px;
  padding-top: 9px;
  margin-right: 5px;
}
@media screen and (min-width: 500px) {
  .page-bottom-btn-area .page-btn-area .back-btn {
    width: 150px;
    margin-right: 15px;
  }
}
.page-bottom-btn-area .page-btn-area .share-box {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 500px) {
  .page-bottom-btn-area .page-btn-area .share-box {
    width: auto;
  }
}
.page-bottom-btn-area .page-btn-area .share-box .share-btn {
  border-radius: 10px;
  background-color: #0a65cd;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 10px 0 0 0px;
}
@media screen and (min-width: 500px) {
  .page-bottom-btn-area .page-btn-area .share-box .share-btn {
    width: 150px;
  }
}
.page-bottom-btn-area .page-btn-area .share-box .share-btn.facebook span {
  position: relative;
  padding-left: 35px;
}
.page-bottom-btn-area .page-btn-area .share-box .share-btn.facebook span:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0px;
  width: 26px;
  height: 26px;
  background-image: url("../img/page/icon_fb_2x.png");
  background-size: 100%;
}
.page-bottom-btn-area .page-btn-area .share-box .share-btn.facebook:hover {
  background-color: #095bba;
}

.jump-page-box {
  margin-top: 50px;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .jump-page-box {
    margin-top: 76px;
  }
}
.jump-page-box .img-area img {
  margin: 0 auto;
  width: 308px;
  height: auto;
  max-width: 100%;
}
.jump-page-box .img-area.page-success img {
  width: 424px;
}
.jump-page-box .text-area {
  text-align: center;
  margin-top: 22px;
}
.jump-page-box .text-area .en {
  font-size: 24px;
  font-family: "Arial";
  color: #858594;
}
.jump-page-box .text-area #error-time {
  color: #dddddd;
  font-size: 26px;
}

.page404-btn-area {
  margin-top: 40px;
}
.page404-btn-area .btn {
  width: calc((100% - 10px) / 2);
  height: 40px;
  padding-top: 8px;
}
@media screen and (min-width: 500px) {
  .page404-btn-area .btn {
    width: 160px;
  }
}
.page404-btn-area .btn + .btn {
  margin-left: 5px;
}
@media screen and (min-width: 500px) {
  .page404-btn-area .btn + .btn {
    margin-left: 20px;
  }
}

.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}
.gsc-control-cse .gsc-input-box {
  border: 0;
  border-radius: 0;
}
.gsc-control-cse form.gsc-search-box {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  background: #ddd;
  margin: 0;
  padding: 8px 12px;
}
.gsc-control-cse form.gsc-search-box td {
  padding: 0;
}
.gsc-control-cse form.gsc-search-box * {
  background: #ddd;
}
.gsc-control-cse form.gsc-search-box input {
  padding-left: 15px !important;
  height: 33px !important;
  background-position: left 15px center !important;
}
.gsc-control-cse form.gsc-search-box .gsc-search-button-v2 {
  background-color: #0a65cd;
  border: #0a65cd;
  border-radius: 0;
  height: 33px;
  padding: 6px 27px;
  margin: 0;
}
.gsc-control-cse form.gsc-search-box .gsc-search-button-v2 * {
  background-color: #0a65cd;
}
.gsc-control-cse form.gsc-search-box .gsc-search-button-v2:hover {
  background-color: #095bba;
}
.gsc-control-cse form.gsc-search-box .gsc-search-button-v2:hover * {
  background-color: #095bba;
}
.gsc-control-cse .gsc-orderby {
  white-space: nowrap;
}

.product-search-area {
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
}
.product-search-area:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #eaeaea;
}
@media screen and (min-width: 992px) {
  .product-search-area {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .product-search-area:before {
    display: none;
  }
}
.product-search-area .product-search-box {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: relative;
}
.product-search-area input {
  height: 100%;
  border: none;
  width: 100%;
  padding-right: 40px;
  border-radius: 5px;
  padding-left: 15px;
}
.product-search-area input::-webkit-input-placeholder {
  color: #ababab;
  font-size: 16px;
}
.product-search-area input:-moz-placeholder {
  color: #ababab;
  font-size: 16px;
}
.product-search-area input::-moz-placeholder {
  color: #ababab;
  font-size: 16px;
}
.product-search-area input:-ms-input-placeholder {
  color: #ababab;
  font-size: 16px;
}
.product-search-area .search-btn {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 11px;
  right: 13px;
  background: url("../img/header/icon_search_2x.png") center no-repeat;
  background-size: 20px;
  border: none;
}

.left-menu-area {
  width: 270px;
}
.left-menu-area ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.left-menu-area ul.layer-1 > li > a {
  display: block;
  background-color: #C8C8C8;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 15px;
  color: #fff;
}
.left-menu-area ul.layer-1 > li > a.active, .left-menu-area ul.layer-1 > li > a:hover {
  background-color: #0a65cd;
}
.left-menu-area ul.layer-1 > li + li {
  margin-top: 10px;
}
.left-menu-area ul.layer-2 {
  padding-left: 12px;
}
.left-menu-area ul.layer-2 > li > a {
  position: relative;
  padding: 8px 0 8px 20px;
  display: block;
  border-bottom: #ebe9e9 solid 1px;
  font-size: 15px;
  color: #858594;
}
.left-menu-area ul.layer-2 > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: url("../img/list/left_menu_icon_01-1.png") center no-repeat;
  background-size: 100%;
}
.left-menu-area ul.layer-2 > li > a.active, .left-menu-area ul.layer-2 > li > a:hover {
  color: #1b7ae6;
}
.left-menu-area ul.layer-2 > li > a.active:before, .left-menu-area ul.layer-2 > li > a:hover:before {
  background: url("../img/list/left_menu_icon_01-2.png") center no-repeat;
  background-size: 100%;
}
.left-menu-area ul.layer-3 {
  padding-left: 15px;
}
.left-menu-area ul.layer-3 > li > a {
  position: relative;
  padding: 8px 0 8px 20px;
  font-size: 15px;
  display: block;
  color: #858594;
  border-bottom: #ebe9e9 solid 1px;
}
.left-menu-area ul.layer-3 > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: url("../img/list/left_menu_icon_02-1.png") center no-repeat;
  background-size: 100%;
}
.left-menu-area ul.layer-3 > li > a.active, .left-menu-area ul.layer-3 > li > a:hover {
  color: #1b7ae6;
}
.left-menu-area ul.layer-3 > li > a.active:before, .left-menu-area ul.layer-3 > li > a:hover:before {
  background: url("../img/list/left_menu_icon_02-2.png") center no-repeat;
  background-size: 100%;
}
.left-menu-area ul.layer-2 > li:last-child > a {
  border-bottom: none;
}
.left-menu-area ul.layer-2 > li:last-child ul.layer-3 > li:last-child > a {
  border-bottom: none;
}
.left-menu-area ul.layer-2 > li.active a {
  border-bottom: #ebe9e9 solid 1px;
}
.left-menu-area ul.layer-2 > li.active a.no-border {
  border-bottom: none;
}
.left-menu-area .layer-2, .left-menu-area .layer-3 {
  display: none;
}
.left-menu-area .layer-1 > li.active .layer-2 {
  display: block;
}
.left-menu-area .layer-2 > li.active .layer-3 {
  display: block;
}

.product-img-area {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #EAEAEA;
  border-radius: 0 5px 5px 5px;
  padding: 30px 0;
}
.product-img-area:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 60px;
  height: 4px;
  background-color: #1b7ae6;
}
.product-img-area .img-box {
  width: 100%;
  margin: auto;
  max-width: 340px;
}
.product-img-area .img-box img {
  width: auto;
}

.page-bottom-area .desc-area {
  font-size: 15px;
  padding: 10px 0;
}

.download-area .download-title {
  color: #1b7ae6;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  font-style: italic;
}
.download-area .download-box {
  background: #F1EFF0;
  border-radius: 10px;
  margin-top: 15px;
  padding: 10px 15px;
}
.download-area .download-info {
  display: block;
  padding: 10px 0 10px 54px;
  color: #858594;
  position: relative;
}
.download-area .download-info + .download-info {
  border-top: 1px solid #E2E0E1;
}
.download-area .download-info:hover {
  color: #0a65cd;
}
.download-area .download-info:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/page/icon_download_2x.png") center no-repeat;
  background-size: 100%;
}

.owl-carousel.carousel-nav1 button.owl-prev, .owl-carousel.carousel-nav1 button.owl-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 24px;
  height: 40px;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .owl-carousel.carousel-nav1 button.owl-prev, .owl-carousel.carousel-nav1 button.owl-next {
    width: 30px;
    height: 50px;
    top: calc(50% - 25px);
  }
}
.owl-carousel.carousel-nav1 button.owl-prev:before, .owl-carousel.carousel-nav1 button.owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 6px;
  width: 12px;
  height: 18.4px;
}
@media screen and (min-width: 768px) {
  .owl-carousel.carousel-nav1 button.owl-prev:before, .owl-carousel.carousel-nav1 button.owl-next:before {
    width: 15px;
    height: 23px;
    top: 13px;
    left: 8px;
  }
}
.owl-carousel.carousel-nav1 button.owl-prev:hover, .owl-carousel.carousel-nav1 button.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel.carousel-nav1 .owl-prev {
  left: 10px;
}
@media screen and (min-width: 768px) {
  .owl-carousel.carousel-nav1 .owl-prev {
    left: 30px;
  }
}
.owl-carousel.carousel-nav1 .owl-prev:before {
  background: url("../img/index/arrow_left_2x.png") center no-repeat;
  background-size: 100%;
}
.owl-carousel.carousel-nav1 .owl-next {
  right: 10px;
}
@media screen and (min-width: 768px) {
  .owl-carousel.carousel-nav1 .owl-next {
    right: 30px;
  }
}
.owl-carousel.carousel-nav1 .owl-next:before {
  background: url("../img/index/arrow_right_2x.png") center no-repeat;
  background-size: 100%;
}

#product-carousel {
  padding: 0 80px;
}

.form-area .form-control {
  border: 1px solid #dddddd;
  box-shadow: none;
}
.form-area input.form-control {
  height: 40px;
}
.form-area label {
  display: block;
  font-weight: normal;
  color: #858594;
}
@media screen and (min-width: 992px) {
  .form-area label {
    text-align: right;
    padding-top: 9px;
  }
}

.vcode-area input {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  .vcode-area input {
    margin-bottom: 0;
    width: calc(100% - 10px - 120px - 10px - 40px);
  }
}
.vcode-area .auth_code {
  float: left;
  width: 120px;
  height: 40px;
}
@media screen and (min-width: 500px) {
  .vcode-area .auth_code {
    margin-left: 10px;
  }
}
.vcode-area .refresh_code {
  float: left;
  width: 40px;
  height: 40px;
  color: #FF9122;
  margin-left: 10px;
  background-color: #1b7ae6;
  border-radius: 4px;
}
.vcode-area .refresh_code i {
  color: #DAEFFF;
  font-size: 20px;
  padding-top: 12px;
  padding-left: 11px;
}

.form-btn-area {
  margin-top: 40px;
}
.form-btn-area .btn {
  display: inline-block;
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 500px) {
  .form-btn-area .btn {
    width: 150px;
  }
}
.form-btn-area .btn + .btn {
  margin-left: 5px;
}
@media screen and (min-width: 500px) {
  .form-btn-area .btn + .btn {
    margin-left: 15px;
  }
}

.home-banner-area {
  background-color: #ddd;
}
.home-banner-area #home-banner-carousel {
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel .owl-box {
    position: relative;
    overflow: hidden;
    height: 34vw;
  }
}
@media screen and (min-width: 1170px) {
  .home-banner-area #home-banner-carousel .owl-box {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
  }
}
.home-banner-area #home-banner-carousel .owl-box a {
  display: block;
}
.home-banner-area #home-banner-carousel .banner-img {
  width: 100%;
  height: auto;
}
.home-banner-area #home-banner-carousel .banner-img.for-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel .banner-img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-banner-area #home-banner-carousel .banner-img.for-xs {
    display: none;
  }
  .home-banner-area #home-banner-carousel .banner-img.for-sm {
    display: block;
  }
}
.home-banner-area #home-banner-carousel .owl-nav {
  display: none;
}
.home-banner-area #home-banner-carousel .owl-dots {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel .owl-dots {
    bottom: 3px;
  }
}
.home-banner-area #home-banner-carousel .owl-dots .owl-dot {
  background: none;
  border: 0;
  padding: 0;
}
.home-banner-area #home-banner-carousel .owl-dots .owl-dot span {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background-color: #fff;
  opacity: 0.5;
}
.home-banner-area #home-banner-carousel .owl-dots .owl-dot.active span, .home-banner-area #home-banner-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
}

.index-area {
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  .index-area {
    margin-top: 60px;
  }
}
.index-area.product {
  background: url("../img/index/product_bg.png") center bottom no-repeat #ebe9e9;
  background-size: 3000px auto;
  padding: 65px 0;
}
@media screen and (min-width: 992px) {
  .index-area.product {
    background: url("../img/index/product_bg.png") center bottom no-repeat #ebe9e9;
    background-size: 3000px auto;
    padding: 70px 0 80px 0;
  }
}
.index-area.news {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .index-area.news {
    padding-bottom: 76px;
  }
}
.index-area.news .index-more-area {
  margin-top: 0;
}

.index-title-area {
  position: relative;
  padding-left: 20px;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .index-title-area {
    margin-bottom: 46px;
  }
}
.index-title-area .line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #0a65cd;
}
.index-title-area .main-title {
  font-size: 22px;
  color: #292950;
}
.index-title-area .sub-title {
  font-size: 18px;
  color: #0a65cd;
}

.index-more-area {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .index-more-area {
    margin-top: 45px;
  }
}
.index-more-area .more-btn {
  width: 150px;
  height: 40px;
  padding-top: 8px;
}

.index-about-desc {
  margin-bottom: 45px;
}

.about-img-area {
  position: relative;
  margin-top: 15px;
}
.about-img-area .about-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a65cd url("../img/index/about_bg_2x.png") center repeat-y;
  background-size: 1170px auto;
}
@media screen and (min-width: 768px) {
  .about-img-area .about-img-bg {
    background: #0a65cd url("../img/index/about_bg_2x.png") center no-repeat;
    background-size: 1170px auto;
  }
}
.about-img-area .about-img-row {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-img-area .about-img-row {
    display: table;
    width: 100%;
  }
}
.about-img-area .about-img-row .about-img-box {
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  padding: 20px 0 18px;
  display: block;
}
@media screen and (min-width: 768px) {
  .about-img-area .about-img-row .about-img-box {
    display: table-cell;
    width: 25%;
  }
}
.about-img-area .about-img-row .about-img-box:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.about-img-area .about-icon {
  width: 175px;
}
.about-img-area .icon-text {
  color: #fff;
  font-size: 15px;
  margin-top: 4px;
}

.index-product-area.list-area .media-list.type-2 {
  background-color: #fff;
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.1);
  border: none;
}
.index-product-area.list-area .media-list.type-2 .list-box {
  height: 470px;
  padding: 25px;
}
@media screen and (min-width: 992px) {
  .index-product-area.list-area .media-list.type-2 .list-box {
    height: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .index-product-area.list-area .media-list.type-2 .list-box {
    height: 470px;
  }
}
.index-product-area.list-area .media-list.type-2 .media-area {
  float: none;
  width: 100%;
  max-width: 250px;
  margin: auto;
}
.index-product-area.list-area .media-list.type-2 .content-area {
  margin-top: 10px;
  padding-left: 0;
}
.index-product-area.list-area .media-list.type-2 .content-area .title-area {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .index-product-area.list-area .media-list.type-2 a:hover .more-area {
    opacity: 1;
    transition-delay: 2s;
    transition: all 0.5s;
  }
  .index-product-area.list-area .media-list.type-2 a:hover .more-area img {
    display: inline;
  }
  .index-product-area.list-area .media-list.type-2 a:hover .cover.yellow {
    top: -81%;
    left: -200%;
  }
}

#home-product-carousel {
  padding-left: 10px;
  padding-right: 10px;
}
#home-product-carousel .owl-stage-outer {
  overflow: visible;
}
@media screen and (min-width: 360px) {
  #home-product-carousel {
    padding-left: calc((100vw - 340px) / 2);
    padding-right: calc((100vw - 340px) / 2);
  }
}
@media screen and (min-width: 992px) {
  #home-product-carousel {
    padding-left: calc((100vw - 17px - 970px) / 2);
    padding-right: calc((100vw - 17px - 970px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  #home-product-carousel {
    padding-left: calc((100vw - 17px - 1170px) / 2);
    padding-right: calc((100vw - 17px - 1170px) / 2);
  }
}
#home-product-carousel .owl-nav {
  margin: 0;
}
#home-product-carousel .owl-prev {
  left: 5px;
}
@media screen and (min-width: 992px) {
  #home-product-carousel .owl-prev {
    left: calc(50% - 499px);
  }
}
@media screen and (min-width: 1200px) {
  #home-product-carousel .owl-prev {
    left: calc(50% - 599px);
  }
}
#home-product-carousel .owl-next {
  right: 5px;
}
@media screen and (min-width: 992px) {
  #home-product-carousel .owl-next {
    right: calc(50% - 499px);
  }
}
@media screen and (min-width: 1200px) {
  #home-product-carousel .owl-next {
    right: calc(50% - 599px);
  }
}

.index-news-list-area.list-area .row [class*=col] {
  float: none;
  margin: auto;
  margin-bottom: 25px !important;
  max-width: 800px;
}
@media screen and (min-width: 992px) {
  .index-news-list-area.list-area .row [class*=col] {
    float: left;
    margin-bottom: 40px !important;
  }
}

.ellipsis-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-area.line-1 {
  -webkit-line-clamp: 1;
}
.ellipsis-area.line-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-area.line-3 {
  -webkit-line-clamp: 3;
}
.ellipsis-area.line-4 {
  -webkit-line-clamp: 4;
}

.no-data {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .main-right-area .list-area {
    min-height: 200px;
  }
}

.list-area {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-area ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.list-area .date {
  font-size: 15px;
  color: #0a65cd;
}
.list-area .date .year {
  font-size: 14px;
  color: #fff;
}
.list-area .date .month {
  font-size: 13px;
  color: #fff;
}
.list-area .date .day {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.list-area .title-area {
  font-size: 16px;
  line-height: 1.2;
  color: #292950;
}
.list-area .desc-area {
  font-size: 15px;
  color: #858594;
  line-height: 1.7;
}
.list-area .acart-proportion-box {
  position: relative;
}
.list-area .acart-proportion-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: rgba(0, 0, 0, 0.05) 1px solid;
  z-index: 1;
}
.list-area .acart-proportion-box.no-border:before {
  display: none;
}
.list-area .row.type-1 {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .list-area .row.type-1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.list-area .row.type-1 [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .list-area .row.type-1 [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.list-area .media-list {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.list-area .media-list .news-cover-box {
  position: absolute;
  top: 0px;
  left: 5px;
  width: calc(100% - 10px);
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.list-area .media-list .cover {
  width: 777px;
  height: 777px;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 1;
  transition: all 0.5s;
}
.list-area .media-list .cover.blue {
  width: 777px;
  height: 777px;
  background: url("../img/list/news_cover.png") center no-repeat;
  background-size: 100%;
}
.list-area .media-list .cover.yellow {
  top: 100%;
  left: 100%;
  transform: translate(-443px, -422px);
  width: 1525px;
  height: 1525px;
  background: url("../img/list/product_cover.png") center no-repeat;
  background-size: 100%;
}
.list-area .media-list .more-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  z-index: 2;
}
.list-area .media-list .more-area .more-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.list-area .media-list .more-area .more-box img {
  width: 70px;
}
.list-area .media-list .more-area .more-box .text {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .list-area .media-list a:hover .more-area {
    opacity: 1;
    transition-delay: 2s;
    transition: all 0.5s;
  }
  .list-area .media-list a:hover .cover {
    top: -50%;
    left: -50%;
  }
  .list-area .media-list a:hover .cover.blue {
    top: -50%;
    left: -50%;
  }
  .list-area .media-list a:hover .cover.yellow {
    transform: translate(0px, 0px);
    top: -280%;
    left: -17%;
  }
}
.list-area .media-list.type-1 {
  padding: 0 5px;
  border-radius: 0 0 10px 10px;
}
.list-area .media-list.type-1 .media-area {
  position: relative;
}
.list-area .media-list.type-1 .media-area .date {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: -5px;
  text-align: center;
}
.list-area .media-list.type-1 .media-area .date .date-top-area {
  background-color: #efba00;
  padding: 10px 12px 6px 12px;
}
.list-area .media-list.type-1 .media-area .date .date-bottom-area {
  background-color: #292950;
  border-radius: 0 0 5px 5px;
  padding: 4px 0;
}
.list-area .media-list.type-1 .media-area img.top {
  position: absolute;
  top: 10px;
  right: 0;
  width: 52px;
  height: 52px;
  z-index: 3;
}
.list-area .media-list.type-1 .content-area {
  background-color: #F1EFF0;
  border-radius: 0 0 10px 10px;
  height: 105px;
  padding: 15px;
}
.list-area .media-list.type-2 {
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.list-area .media-list.type-2 .list-box {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 .list-box {
    padding: 25px;
  }
}
.list-area .media-list.type-2 .media-area {
  float: left;
  width: 135px;
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 .media-area {
    width: 170px;
  }
}
.list-area .media-list.type-2 .content-area {
  padding-left: 145px;
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 .content-area {
    padding-left: 190px;
  }
}
.list-area .media-list.type-2 .content-area .date {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 .content-area .date {
    font-size: 15px;
  }
}
.list-area .media-list.type-2 .content-area .title-area {
  font-size: 16px;
  margin: 3px 0 10px;
  color: #292950;
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 .content-area .title-area {
    font-size: 20px;
  }
}
.list-area .media-list.type-2 .content-area .desc-area {
  font-size: 14px;
  color: #858594;
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 .content-area .desc-area {
    font-size: 15px;
  }
}
.list-area .media-list.type-2 + .type-2 {
  margin-top: 20px;
}

.news-search-area {
  margin-bottom: 30px;
}
.news-search-area select {
  background: url("../img/list/icon_select_2x.png") center no-repeat;
  background-size: 12px auto;
  background-position: top 50% right 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.news-search-area select::-ms-expand {
  display: none;
  /*IE*/
}
.news-search-area select, .news-search-area input, .news-search-area button {
  border: 1px solid #ddd;
  box-shadow: none;
  height: 40px;
  color: #ababab;
  font-size: 16px;
}
.news-search-area select:focus, .news-search-area input:focus, .news-search-area button:focus {
  border-color: #ddd;
}
@media screen and (min-width: 992px) {
  .news-search-area select, .news-search-area input, .news-search-area button {
    height: 55px;
    border-radius: 10px;
  }
}
.news-search-area select::-webkit-input-placeholder, .news-search-area input::-webkit-input-placeholder, .news-search-area button::-webkit-input-placeholder {
  color: #ababab;
  font-size: 16px;
}
.news-search-area select:-moz-placeholder, .news-search-area input:-moz-placeholder, .news-search-area button:-moz-placeholder {
  color: #ababab;
  font-size: 16px;
}
.news-search-area select::-moz-placeholder, .news-search-area input::-moz-placeholder, .news-search-area button::-moz-placeholder {
  color: #ababab;
  font-size: 16px;
}
.news-search-area select:-ms-input-placeholder, .news-search-area input:-ms-input-placeholder, .news-search-area button:-ms-input-placeholder {
  color: #ababab;
  font-size: 16px;
}
.news-search-area .search-btn {
  border: none;
  color: #fff;
  position: relative;
}
.news-search-area .search-btn span {
  position: relative;
  padding-left: 24px;
}
.news-search-area .search-btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/list/news_search_2x.png") no-repeat center;
  background-size: 100%;
}
.news-search-area .search-box > div:nth-child(2), .news-search-area .search-box > div:nth-child(3) {
  margin-top: 7px;
}
@media screen and (min-width: 992px) {
  .news-search-area .search-box > div:nth-child(2), .news-search-area .search-box > div:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .news-search-area .search-box > div {
    float: left;
  }
  .news-search-area .search-box > div select {
    border-radius: 10px 0 0 10px;
  }
  .news-search-area .search-box > div input {
    border-radius: 0px;
    border-left: none;
  }
  .news-search-area .search-box > div .search-btn {
    border-radius: 0px 10px 10px 0px;
  }
  .news-search-area .search-box > div:nth-child(1) {
    width: 260px;
  }
  .news-search-area .search-box > div:nth-child(2) {
    width: 490px;
  }
  .news-search-area .search-box > div:nth-child(3) {
    width: calc(100% - 260px - 490px);
  }
}
@media screen and (min-width: 1200px) {
  .news-search-area .search-box > div:nth-child(1) {
    width: 370px;
  }
  .news-search-area .search-box > div:nth-child(2) {
    width: 600px;
  }
  .news-search-area .search-box > div:nth-child(3) {
    width: calc(100% - 370px - 600px);
  }
}

.product-desc-area {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 15px;
  color: #292950;
  background-color: #f1efef;
  border-radius: 0 5px 5px 5px;
  padding: 20px 25px;
}
.product-desc-area:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #1b7ae6;
}
.product-desc-area img {
  max-width: 100%;
}
/*# sourceMappingURL=maps/base.css.map */
