@charset "UTF-8";

body {
  font-family: 'Microsoft YaHei','微软雅黑','sans,-serif'; 
}
/* INDEX */
::-moz-selection {
  background-color: #fff;
  color: #231815 !important;
}

::selection {
  background-color: #fff;
  color: #231815 !important;
}

::-moz-selection {
  background-color: #fff;
  color: #231815 !important;
}

::selection, ::-moz-selection {
  background-color: #333;
  color: #fff;
}
footer .footer-info .ft-bottom .social-icon li a, footer .footer-info .ft-bottom .social-icon, footer .footer-info .ft-bottom, footer .footer-info .ft-top .ft-menu, footer .footer-info .ft-top, .contact .ctContent, .news .news-info .news-item .news-body .news-links, .news .news-content .news-item .news-body .news-links, .agent .ag-info .ag-img, .agent .ag-info .ag-content .ag-txt ul, .about .ag-brand, .about .ab-cert ul, .about .ab-vision ul, .about .ab-txt-cont .abRight, .about .ab-txt-cont, .about .about-row, .section.eight .ed-content .bottom .items ul, .section.six ul, .section.three ul, .coffee .section.threethree ul, .section.two .ed-content, .indexResult .re-content ul .count-number-wrapper, .indexResult .re-content ul, .indexLinks ul, .indexNews .news-info .news-item .news-body .news-top .news-links .news-meta p, .indexNews .news-info .news-item .news-body .news-top .news-links, .indexAbout .ab-txt-cont, .indexAbout .about-row, .readMore a, .readMore label, .readMore button, .readMore2 a, .readMore2 label, .readMore2 button, .readMore3 a, .readMore3 label, .readMore3 button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* BUTTON */
.readMore, .readMore2, .readMore3 {
  position: relative;
  display: block;
  width: auto;
  max-width: 142px;
  bottom: 0px;
  margin: auto;
}
.readMore a, .readMore label, .readMore button, .readMore2 a, .readMore2 label, .readMore2 button, .readMore3 a, .readMore3 label, .readMore3 button {
  width: 100%;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 20px;
  background: #1A6E78;
}
.readMore a input, .readMore a span, .readMore label input, .readMore label span, .readMore button input, .readMore button span, .readMore2 a input, .readMore2 a span, .readMore2 label input, .readMore2 label span, .readMore2 button input, .readMore2 button span, .readMore3 a input, .readMore3 a span, .readMore3 label input, .readMore3 label span, .readMore3 button input, .readMore3 button span {
  color: #fff;
  min-width: fit-content;
  padding: 0 10px;
}
.readMore a svg, .readMore label svg, .readMore button svg, .readMore2 a svg, .readMore2 label svg, .readMore2 button svg, .readMore3 a svg, .readMore3 label svg, .readMore3 button svg {
  width: 125px;
  max-width: 125px;
}
@media (min-width: 768px) {
  .readMore, .readMore2, .readMore3 {
    margin: unset;
  }
}

.hamb-mob-icon {
  padding: 11px 10px;
}
@media (min-width: 768px) {
  .hamb-mob-icon {
    padding: 19px 15px 18px 15px;
  }
}
.cd-header-buttons {
  right: 114px;
}
@media (min-width: 768px) {
  .cd-header-buttons {
    top: 16px;
  }
}
@media (min-width: 1025px) {
  .cd-header-buttons {
    top: 27px;
    right: 80px;
  }
}

.cd-header-buttons .cd-search-trigger.search-is-visible {
  right: -80px;
}
@media (min-width: 1025px) {
  .cd-header-buttons .cd-search-trigger.search-is-visible {
    right: -54px;
  }
}
.cd-header-buttons .cd-search-trigger.search-is-visible:hover svg {
  fill: transparent;
}

.cd-search {
  height: 54px;
}
@media (min-width: 768px) {
  .cd-search {
    height: 69px;
  }
}
@media (min-width: 1200px) {
  .cd-search {
    height: 90px;
  }
}
.cd-search input::placeholder, .cd-search input::-webkit-input-placeholder, .cd-search input::-moz-placeholder {
  color: #303236;
  opacity: 1;
}
.cd-search input:-ms-input-placeholder, .cd-search input::-ms-input-placeholder {
  color: #303236;
  opacity: 1;
}
.cd-search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #1A6E78 inset;
}

.container-p-75-2 {
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 480px) {
  .container-p-75-2 {
    padding: 0 75px;
  }
}

.main-title {
  position: relative;
  display: block;
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  color: #00EAFC;
  margin-top: 0;
  margin-bottom: 20px;
}
.main-title.ed {
  color: #F79DA4;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.main-title.cf {
  color: #303236;
  font-weight: bold;
  line-height: 1.25;
}
.main-title.left {
  text-align: left;
  width: 100%;
}
.main-title.right {
  text-align: right;
  width: 100%;
}

.wht {
  color: #fff !important;
}
header {
  background-color: #1A6E78;
}
header .logo-2 a {
  display: flex;
  align-items: center;
}
header .logo-txt {
  color: #00EAFC;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0px;
  padding-left: 0px;
  padding-right: 65px;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  header .logo-txt {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  header .logo-txt {
    padding-right: 0;
    font-size: 27px;
    letter-spacing: 4px;
  }
}
@media (min-width: 1025px) {
  header .logo-txt {
    font-size: 23px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  header .logo-txt {
    font-size: 27px;
    letter-spacing: 4px;
  }
}
header .logo-txt span {
  display: block;
}
header .logo-txt span.en {
  font-size: 16px;
  font-stretch: semi-condensed;
  letter-spacing: -0.8px;
  padding-left: 2px;
  max-width: 235px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  header .logo-txt span.en {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  header .logo-txt span.en {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  header .logo-txt span.en {
    font-size: 15px;
  }
}
header #main-menu .navbar .nav .megamenu .title {
  color: #00EAFC;
  font-weight: bold;
  margin-top: 0;
}
header #main-menu .navbar .nav .megamenu .title >a{
  color: #00EAFC;
    padding: 0;
    margin: 0;
}
header #main-menu .navbar .nav .megamenu .sub {
  padding: 10px;
}
@media (min-width: 1025px) {
  header #main-menu .navbar .nav .megamenu .sub {
    padding: 30px;
  }
}
header .member-icon, header .cd-header-buttons, header .lang {
  position: absolute;
  top: 0px;
  right: 45px;
  display: inline-block;
  width: 50px;
  height: 54px;
  list-style: none;
  padding: 0;
  z-index: 27;
}
header .member-icon a, header .cd-header-buttons a, header .lang a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  color: #00EAFC;
  font-size: 21px;
}
header .member-icon a svg, header .cd-header-buttons a svg, header .lang a svg {
  width: 35px;
  height: 100%;
  fill: #fff;
  fill-rule: evenodd;
  transition: fill 0.3s linear;
}
header .member-icon a:hover, header .cd-header-buttons a:hover, header .lang a:hover {
  color: #00EAFC;
  background-color: #1A6E78;
}
header .member-icon a:hover svg, header .cd-header-buttons a:hover svg, header .lang a:hover svg {
  fill: #00EAFC;
}
header .member-icon {
  right: 125px;
}
header .cd-header-buttons {
  right: 85px;
  z-index: 29;
}
header .cd-header-buttons a span:before, header .cd-header-buttons a span::after {
  width: 25px;
}
header .cd-header-buttons a svg {
  width: 27px;
}
header .cd-header-buttons a:hover {
  color: unset;
  background-color: unset;
}
header .lang:hover {
  background-color: #1A6E78;
}
header .lang:hover > a {
  color: #00EAFC;
}
@media (min-width: 768px) {
  header .lang {
    height: 90px;
  }
}
@media (min-width: 1025px) {
  header .lang {
    right: 24px;
  }
}
header .lang ul {
  position: relative;
  left: 0;
  top: 0px;
  display: inline-block;
  width: 50px;
  margin-bottom: 0;
}
header .lang ul li {
  text-align: center;
  margin-top: 7px;
}
header .lang ul li a {
  display: inline-block;
  height: auto;
  width: 100%;
  font-size: 15px;
  color: #1A6E78;
  padding: 5px 0px;
  border-radius: 20px;
  text-align: center;
  background-color: #00EAFC;
}
@media (min-width: 1025px) {
  header .lang ul li a {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  header .member-icon, header .cd-header-buttons, header .lang {
    height: 69px;
  }
  header .member-icon {
    right: 155px;
  }
  header .cd-header-buttons {
    right: 105px;
  }
  header .lang {
    right: 55px;
  }
}
@media (min-width: 1025px) {
  header #main-menu .navbar .nav.navbar-nav {
    margin-right: 75px;
  }
  header .member-icon, header .cd-header-buttons, header .lang {
    height: 80px;
  }
  header .member-icon a, header .cd-header-buttons a, header .lang a {
    padding-top: 8px;
    padding-bottom: 2px;
  }
  header .member-icon {
    right: 70px;
  }
  header .cd-header-buttons {
    right: 35px;
  }
  header .lang {
    right: 0px;
  }
}
@media (min-width: 1200px) {
  header #main-menu .navbar .nav.navbar-nav {
    margin-right: 150px;
  }
  header .member-icon, header .cd-header-buttons, header .lang {
    height: 90px;
  }
  header .member-icon {
    right: 135px;
  }
  header .cd-header-buttons {
    right: 85px;
  }
  header .lang {
    right: 35px;
  }
}
.affix #main-menu .navbar .nav li:hover {
  cursor: pointer;
}
.affix #main-menu .navbar .nav li:hover > a {
  color: #00EAFC;
}
.affix .member-icon a, .affix .cd-header-buttons a, .affix .lang a {
  color: #fff;
  font-size: 21px;
}
.affix .member-icon a svg, .affix .cd-header-buttons a svg, .affix .lang a svg {
  fill: #fff;
}
.affix .member-icon a:hover, .affix .cd-header-buttons a:hover, .affix .lang a:hover {
  color: #00EAFC;
  background-color: #1A6E78;
}
.affix .cd-header-buttons a:hover {
  background-color: unset;
}
.affix .cd-header-buttons a:hover svg {
  fill: #1A6E78;
}
.logo-img {
  height: 40px;
}
@media (min-width: 768px) {
  .logo-img {
    height: 55px;
  }
}
@media (min-width: 1025px) {
  .logo-img {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .logo-img {
    height: 50px;
  }
}

#main-menu .navbar .nav li a {
  display: flex;
  color: #fff;
  padding: 17px 7px 17px 7px;
  margin: 7px 0px;
}
@media (min-width: 1025px) {
  #main-menu .navbar .nav li a {
    padding: 29px 3px 17px 3px;
  }
}
@media (min-width: 1200px) {
  #main-menu .navbar .nav li a {
    padding: 35px 6px 32px 6px;
    margin: 2px 2px;
  }
}
@media (min-width: 1440px) {
  #main-menu .navbar .nav li a {
    padding: 38px 15px 28px 15px;
  }
}
#main-menu .navbar .nav li a span {
  color: #1A6E78;
  font-size: 13px;
  letter-spacing: 0px;
  padding-left: 10px;
}
#main-menu .navbar .nav li a span.open-sub::before {
  color: #fff;
  padding-top: 10px;
}
@media (min-width: 1025px) {
  #main-menu .navbar .nav li a span {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  #main-menu .navbar .nav li a {
    display: inline-block;
  }
}
#main-menu .navbar .nav li:hover {
  cursor: pointer;
}
#main-menu .navbar .nav li:hover > a {
  color: #00EAFC;
}
#main-menu .navbar .nav li .sub a {
  color: #fff;
  padding: 7px 0px;
}
#main-menu .navbar .nav li .sub li .menu-sub-container {
  display: flex;
  flex-direction: column;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box {
  width: 100%;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box .title, #main-menu .navbar .nav li .sub li .menu-sub-container .box .service-list-group {
  padding: 0 10px;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box .title {
  font-size: 17px;
  padding-bottom: 10px;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box .open-sub::before {
  color: #00EAFC;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box.b-info {
  min-width: 350px;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box.b-info .title {
  text-align: left;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box.b-info .service-list-group .service-list {
  padding: 10px 0px;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box.b-info .service-list-group .service-list p, #main-menu .navbar .nav li .sub li .menu-sub-container .box.b-info .service-list-group .service-list a {
  color: #00EAFC;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 1025px) {
  #main-menu .navbar .nav li .sub li .menu-sub-container .box.b-info .service-list-group .service-list p {
    margin-bottom: 10px;
  }
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box.b-info .service-list-group .service-list a:hover {
  color: #fff;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box.closed.active .service-list-group {
  flex-wrap: wrap;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box.closed.active .service-list-group .service-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: transparent;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box.closed.active .service-list-group .service-list li p, #main-menu .navbar .nav li .sub li .menu-sub-container .box.closed.active .service-list-group .service-list li a {
  padding: 7px 7px 7px 30px;
}
#main-menu .navbar .nav li .sub li .menu-sub-container .box.closed.active .service-list-group .service-list li a:hover, #main-menu .navbar .nav li .sub li .menu-sub-container .box.closed.active .service-list-group .service-list li a:focus {
  background-color: #231815;
}
@media (min-width: 1025px) {
  #main-menu .navbar .nav li .sub li .menu-sub-container {
    flex-direction: row;
  }
  #main-menu .navbar .nav li .sub li .menu-sub-container .box {
    width: 16.6666666667%;
  }
  #main-menu .navbar .nav li .sub li .menu-sub-container .box .title {
    font-size: 18px;
  }
  #main-menu .navbar .nav li .sub li .menu-sub-container.b-info .title {
    text-align: center;
  }
}
#main-menu .navbar .nav li .sub .service-list-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
#main-menu .navbar .nav li .sub .service-list-group .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-menu .navbar .nav li .sub .service-list-group .service-list li a {
  min-width: unset;
  margin: 3px 0;
}
@media (min-width: 1025px) {
  #main-menu .navbar .nav li .sub .service-list-group .service-list li a {
    margin: 7px 0;
  }
}
#main-menu .navbar .nav li .sub .service-list-group.two-columns {
  flex-direction: row;
}
#main-menu .navbar .nav li .sub .service-list-group.two-columns .service-list {
  flex: 1 1 50%;
  min-width: 0;
}
@media (max-width: 768px) {
  #main-menu .navbar .nav li .sub .service-list-group.two-columns {
    flex-direction: column;
  }
  #main-menu .navbar .nav li .sub .service-list-group.two-columns .service-list {
    flex: 1 1 100%;
  }
}
@media (min-width: 1025px) {
  #main-menu .navbar .nav li .sub {
    min-height: 360px;
  }
  #main-menu .navbar .nav li .sub a:hover {
    padding-left: 3px;
    color: #00EAFC;
  }
}

.sm-video-bg {
  background-position: 50% 50%;
  background-size: cover;
}
.sm-video-bg .sm-content-cont .sm-video-wrapper .sm-video {
  display: none;
}
.sm-video-bg .sm-content-cont .sm-cont-middle {
  padding-bottom: 50px;
}
.sm-video-bg .sm-content-cont .sm-cont-middle .sm-title {
  font-size: 32px;
  font-weight: bold;
  color: #00EAFC;
  margin-bottom: 5px;
}
.sm-video-bg .sm-content-cont .sm-cont-middle .sm-txt {
  font-size: 17px;
  color: #fff;
  margin-bottom: 30px;
}
.sm-video-bg .sm-content-cont .sm-cont-middle .sm-btn {
  text-align: center;
}
.sm-video-bg .sm-content-cont .sm-cont-middle .sm-btn a {
  position: relative;
  display: inline-block;
  margin: auto;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 40px;
  background-color: #1A6E78;
  border-radius: 40px;
}
.sm-video-bg .sm-content-cont .sm-cont-middle .sm-btn a:hover {
  color: #303236;
  background-color: #00EAFC;
  transition-delay: unset !important;
}
@media (min-width: 768px) {
  .sm-video-bg .sm-content-cont .sm-cont-middle .sm-btn {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .sm-video-bg .sm-content-cont .sm-video-wrapper .sm-video {
    display: block;
  }
  .sm-video-bg .sm-content-cont .sm-cont-middle .sm-title {
    font-size: 50px;
  }
  .sm-video-bg .sm-content-cont .sm-cont-middle .sm-txt {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .sm-video-bg .sm-content-cont .sm-cont-middle .sm-btn a {
    font-size: 27px;
    padding: 10px 50px;
    border-radius: 40px;
  }
}

.page-title-cont .page-title {
  text-align: left;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .page-title-cont .page-title {
    text-align: center;
  }
}
.page-title-cont .breadcrumbs {
  position: relative;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
  margin-top: 0;
}
.page-title-cont .breadcrumbs a {
  color: #fff;
}
.page-title-cont .breadcrumbs a:hover {
  color: #1A6E78;
}
.page-title-cont .breadcrumbs a, .page-title-cont .breadcrumbs span {
  padding: 0 5px;
}
.page-title-cont .breadcrumbs .bread-current {
  color: #fff;
}
.page-title-cont .breadcrumbs::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 50%;
  width: 150px;
  height: 1px;
  background-color: #1A6E78;
  transform: translateX(-50%);
}
.page-title-cont::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.leftside {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .leftside {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.leftside .sidebar {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .leftside .sidebar {
    margin-right: -15px;
  }
}
.leftside .sidebar .widget {
  margin-bottom: 0;
}
.leftside .sidebar .widget .widget-title {
  font-size: 17px;
  margin: 0;
}
.leftside .sidebar .widget .widget-title a {
  display: block;
  width: 100%;
  height: 100%;
}
.leftside .sidebar .widget .widget-title a:hover {
  background: #1A6E78;
}
@media (min-width: 992px) {
  .leftside .sidebar .widget .widget-title a:hover {
    background: #4B4E53;
  }
}
.leftside .sidebar .widget:last-child {
  padding-bottom: 0;
}
.leftside .sidebar.sidebar-shop {
  position: relative;
  background-color: #4B4E53;
  padding: 0px 0 10px 20px;
}
.leftside .sidebar.sidebar-shop .widget {
  margin-bottom: 0px;
  transition: all 0.3s linear;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible {
  position: relative;
  border-top: solid 1px #fff;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title {
  line-height: 1.5;
  margin: 0 0;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title a, .leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button {
  position: relative;
  display: block;
  color: #231815;
  transition: all 0.3s ease-in-out;
  z-index: 19;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title a {
  text-decoration: none;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title a + a:after {
  position: absolute;
  top: -45px;
  color: #1C3860;
  content: "\e200";
  display: block;
  font-family: "linea-icons";
  font-size: 17px;
  line-height: 2;
  width: 35px;
  height: 38px;
  right: 0;
  margin-top: 0;
  text-align: center;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title a:hover + a:after {
  color: #00EAFC;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button {
  width: 100%;
  font-size: 16px;
  border: 0;
  text-align: left;
  z-index: 19;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button + a:after {
  position: absolute;
  top: 0;
  color: #1C3860;
  content: "\e200";
  display: block;
  font-family: "linea-icons";
  font-size: 17px;
  line-height: 2;
  width: 35px;
  height: 38px;
  right: 0;
  margin-top: -38px;
  text-align: center;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button:hover {
  cursor: pointer;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title:hover a, .leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title:hover button {
  color: #00EAFC;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body {
  transition: all 0.3s linear;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-item {
  position: relative;
  padding-top: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-item a {
  position: relative;
  display: block;
  padding-left: 30px;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-item a + a:after {
  position: absolute;
  top: 0;
  color: #231815;
  content: "\e83b";
  display: block;
  font-size: 17px;
  line-height: 2.5;
  width: 35px;
  height: 44px;
  right: 0;
  margin-top: -44px;
  text-align: center;
  padding-right: 15px;
  color: #fff;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-item a:hover {
  color: #1A6E78;
}
@media (min-width: 1200px) {
  .leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-item a {
    padding-left: 50px;
  }
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-item a::before {
  content: "";
  position: relative;
  background-color: #00EAFC;
  display: inline-block;
  width: 5px;
  height: 5px;
  top: -3px;
  left: -10px;
  border-radius: 50%;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-item:hover a {
  color: #1A6E78;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-item.active {
  background-color: #1A6E78;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-item.active a {
  color: #fff;
  background-color: #00EAFC;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible:last-child {
  margin-bottom: 0;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible:hover button {
  background-color: #4B4E53;
}
.leftside .sidebar.sidebar-shop .widget:hover a {
  transition: all 0.3s linear;
}
.leftside .sidebar.sidebar-shop .widget:hover button {
  color: #231815;
}
.leftside .sidebar.sidebar-shop .widget:first-child {
  border-top: unset;
}
.leftside .sidebar.sidebar-shop .widget:last-child {
  border-bottom-color: transparent;
}
.leftside .sidebar.sidebar-shop .widget.active a {
  color: #231815;
}
.leftside .sidebar.sidebar-shop .widget.active button {
  color: #231815;
}
.leftside .sidebar.sidebar-shop a:not([data-toggle=collapse]), .leftside .sidebar.sidebar-shop button:not([data-toggle=collapse]) {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 0;
  text-align: left;
  padding: 15px 10px 15px 15px;
  background-color: transparent;
  transition: color 0.3s ease;
}
.leftside .sqare {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 150%;
  background-color: #4B4E53;
  z-index: -1;
}
.leftside .sqare.one, .leftside .sqare.two {
  top: 0;
  height: calc(100% + 20px);
}
.leftside .sqare.two {
  top: 9px;
  background-color: unset;
  z-index: 9;
}
@media (min-width: 992px) {
  .leftside .sqare.two {
    top: -25px;
    height: 135%;
  }
}

.indexAbout, .indexTopic, .indexLinks {
  background-color: #303236;
}

.indexAbout {
  padding: 50px 0;
}
.indexAbout .main-title {
  font-size: 32px;
}
.indexAbout p {
  color: #fff;
}
.indexAbout .about-row {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .indexAbout .about-row {
    flex-direction: row;
  }
}
.indexAbout .ab-txt-cont {
  flex-wrap: wrap;
  align-items: flex-start;
}
.indexAbout .ab-txt-cont .abLeft {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-right: 30px;
}
.indexAbout .ab-txt-cont .abLeft .main-title {
  color: #00EAFC;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}
.indexAbout .ab-txt-cont .abLeft .main-title::after {
  content: unset;
}
.indexAbout .ab-txt-cont .abLeft span {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  color: #00EAFC;
}
.indexAbout .ab-txt-cont .abLeft span::after {
  position: absolute;
  left: 0px;
  bottom: -10px;
  content: "";
  width: 85px;
  height: 1px;
  background-color: #00EAFC;
}
.indexAbout .ab-txt-cont .abRight {
  width: 100%;
}
@media (min-width: 768px) {
  .indexAbout .ab-txt-cont .abLeft {
    width: 200px;
    padding-bottom: 0px;
  }
  .indexAbout .ab-txt-cont .abRight {
    width: calc(100% - 230px);
  }
}
.indexAbout .ab-txt-cont button {
  color: #fff;
  background-color: #00EAFC;
  padding: 5px 20px;
}
.indexAbout .ab-txt-cont button:hover {
  background-color: #1A6E78;
  color: #231815;
}
@media (min-width: 992px) {
  .indexAbout {
    padding: 50px 0 30px;
  }
  .indexAbout .main-title {
    font-size: 37px;
  }
}
.indexEditor {
  background: #303236 65% 50%/cover url("/uploads/others/images/G-Outlet商城.png");
}
.indexEditor .ed-content {
  padding: 450px 20px 30px;
  margin: auto 0px;
}
.indexEditor .main-title,
.section.fivefive .main-title {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0px;
}
.indexEditor .sub-title {
  color: #00EAFC;
  font-size: 21px;
  font-weight: 300;
  margin: 0px 0 10px 0;
}
@media (min-width: 992px) {
  .indexEditor {
    background-position: center;
  }
  .indexEditor .main-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .indexEditor .ed-content {
    padding: 280px 80px 30px;
    width: 900px;
    margin: auto 50px;
  }
}
@media (min-width: 1025px) {
  .indexEditor .sub-title {
    font-size: 21px;
    margin: 26px 0 16px 0;
  }
}
.indexTopic {
  padding-bottom: 20px;
}
.indexTopic .port-grid.port-grid-2 .port-item {
  position: relative;
  width: 100%;
  padding: 5px;
}
@media (min-width: 768px) {
  .indexTopic .port-grid.port-grid-2 .port-item {
    width: 50%;
    padding: 5px;
  }
}
.indexTopic .port-grid li .port-overlay-cont {
  padding: 50px 30px;
  padding-top: 20%;
}
.indexTopic .port-grid li h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
.indexTopic .port-grid li h3 a {
  color: #fff;
  font-weight: bold;
}
.indexTopic .port-grid li span a {
  color: #fff;
  font-size: 17px;
}
.indexTopic .port-grid li .port-btn-cont a {
  font-size: 17px;
  color: #00EAFC;
}
.indexTopic .port-grid li .port-btn-cont a i {
  margin-left: 5px;
}
.indexTopic .port-grid li:first-child h3 a {
  color: #231815;
}
.indexTopic .port-grid li:first-child span a {
  color: #231815;
  font-size: 17px;
}
.indexTopic .port-grid li:first-child .port-btn-cont a {
  color: #231815;
}
.indexTopic .port-grid li:hover .port-main-img {
  transform: scale(1.2);
}
@media (min-width: 480px) {
  .indexTopic .port-grid li .port-overlay-cont {
    padding-top: 26%;
  }
  .indexTopic .port-grid li h3 {
    font-size: 27px;
  }
  .indexTopic .port-grid li .port-btn-cont a {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .indexTopic .port-grid li .port-overlay-cont {
    padding-top: 22%;
  }
  .indexTopic .port-grid li h3 {
    font-size: 21px;
  }
  .indexTopic .port-grid li span a {
    font-size: 15px;
  }
  .indexTopic .port-grid li .port-btn-cont a {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .indexTopic .port-grid li .port-overlay-cont {
    padding-top: 30%;
  }
}
@media (min-width: 1200px) {
  .indexTopic .port-grid li .port-overlay-cont {
    padding: 50px;
    padding-top: 33%;
  }
  .indexTopic .port-grid li h3 {
    font-size: 32px;
  }
  .indexTopic .port-grid li span a {
    font-size: 17px;
  }
  .indexTopic .port-grid li .port-btn-cont a {
    font-size: 23px;
  }
}
.indexNews {
  padding: 50px 0;
  background: #00EAFC;
}
@media (min-width: 992px) {
  .indexNews {
    padding: 80px 0 50px;
  }
}
.indexNews .main-title {
  color: #4B4E53;
  margin-top: 0;
}
.indexNews .news-info .news-item {
  padding: 10px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
@media (min-width: 992px) {
  .indexNews .news-info .news-item {
    padding: 20px 0 0;
  }
}
.indexNews .news-info .news-item:last-child {
  border-bottom: unset;
}
.indexNews .news-info .news-item .news-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 992px) {
  .indexNews .news-info .news-item .news-body {
    padding: 10px 10px 0;
  }
}
.indexNews .news-info .news-item .news-body .news-top .news-title {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.indexNews .news-info .news-item .news-body .news-top .news-title a {
  color: #fff;
  font-weight: 300;
}
.indexNews .news-info .news-item .news-body .news-top .news-title a:hover {
  color: #1A6E78;
  text-decoration: underline;
}
.indexNews .news-info .news-item .news-body .news-top .news-links {
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 5px 0px;
}
.indexNews .news-info .news-item .news-body .news-top .news-links .news-meta {
  width: 100%;
  max-width: 100px;
  margin-right: 5px;
}
.indexNews .news-info .news-item .news-body .news-top .news-links .news-meta p {
  justify-content: flex-start;
  align-items: center;
  padding: 2px 0px;
  padding-right: 0px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #1A6E78;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1;
}
.indexNews .news-info .news-item .news-body .news-top .news-links .news-meta p span {
  font-size: 17px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .indexNews .news-info .news-item .news-body .news-top .news-links .news-meta {
    max-width: 90px;
  }
}
.indexNews .news-info .news-item .news-body .news-top .news-links .news-cats {
  display: inline-block;
  width: auto;
}
@media (min-width: 992px) {
  .indexNews .news-info .news-item .news-body .news-top .news-links .news-cats {
    width: calc(100% - 110px);
    margin-top: 0px;
  }
}
.indexNews .news-info .news-item .news-body .news-top .news-links .news-cats a {
  display: inline-block;
  color: #1A6E78;
  padding: 0px 5px;
}
.indexNews .news-info .news-item .news-body .news-top .news-links .news-cats a:hover {
  background-color: #1A6E78;
  color: #303236;
}
.indexNews .news-info .news-item .news-body .news-content {
  width: 100%;
  padding-left: 0;
  border-left: solid 1px #1A6E78;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .indexNews .news-info .news-item .news-body .news-content {
    padding-left: 15px;
  }
}
.indexNews .news-info .news-item .news-body .news-content p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0;
}

.indexLinks {
  padding: 50px 0;
}
.indexLinks ul {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 0;
}
.indexLinks ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.indexLinks ul li h3, .indexLinks ul li p, .indexLinks ul li a {
  text-align: center;
}
.indexLinks ul li h3 {
  font-size: 27px;
  font-weight: bold;
  color: #00EAFC;
  margin: 0;
}
.indexLinks ul li p {
  color: #fff;
  font-size: 17px;
}
.indexLinks ul li a {
  display: block;
  color: #00EAFC;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.indexLinks ul li a i {
  margin-left: 10px;
}
.indexLinks ul li a:hover {
  color: #1A6E78 !important;
  transition-delay: 0s !important;
}
.indexLinks ul li:first-child {
  padding-left: 0;
}
.indexLinks ul li:last-child {
  border: unset;
  padding-right: 0;
}
.indexLinks ul li .lk-img {
  display: flex;
  margin: auto;
  justify-content: center;
}
.indexLinks ul li .lk-img img {
  max-width: 110%;
}
@media (min-width: 768px) {
  .indexLinks ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .indexLinks ul li {
    border-right: solid 1px #1A6E78;
    margin-bottom: 0;
  }
  .indexLinks ul li h3 {
    font-size: 21px;
  }
}
@media (min-width: 1025px) {
  .indexLinks ul li h3 {
    font-size: 27px;
  }
}
.indexResult {
  position: relative;
  min-height: 650px;
  margin-bottom: -10px;
  overflow: hidden;
}
.indexResult .main-title {
  font-size: 32px;
  font-weight: bold;
}
.indexResult video {
  height: 100%;
  /*max-width: fit-content;*/
}
.indexResult .re-content {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.indexResult .re-content ul {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 10px;
}
.indexResult .re-content ul .rs-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 20px);
  padding: 20px;
  margin: 0 10px 20px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.35);
  min-height: 190px;
}
.indexResult .re-content ul .count-number-wrapper {
  align-items: center;
  justify-content: flex-start;
}
.indexResult .re-content ul .odometer,
.indexResult .re-content ul .count-number {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
}
.indexResult .re-content ul .unit-text, .indexResult .re-content ul .re-unit {
  display: block;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  transition: opacity 0.5s ease;
}
.indexResult .re-content ul .unit-text {
  font-size: 32px;
  font-weight: bold;
  padding-left: 5px;
}
.indexResult .re-content ul .count-descr {
  text-align: left;
  padding-top: 10px;
}
.indexResult .re-content ul .count-descr .count-title {
  color: #00EAFC;
  font-size: 16px;
  font-weight: bold;
}
.indexResult .re-content .more {
  position: relative;
  display: inline-block;
  margin: auto;
  left: 50%;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  padding: 10px 50px;
  background-color: #1A6E78;
  border-radius: 40px;
  transform: translateX(-50%);
}
.indexResult .re-content .more:hover {
  color: #303236;
  background-color: #00EAFC;
  transition-delay: unset !important;
}
@media (min-width: 480px) {
  .indexResult .re-content {
    width: 80%;
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .indexResult {
    min-height: auto;
  }
  .indexResult .main-title {
    font-size: 60px;
    font-weight: 700;
  }
  .indexResult .re-content ul {
    padding: 50px 0 20px;
  }
  .indexResult .re-content ul .rs-item {
    min-height: 230px;
  }
  .indexResult .re-content ul .odometer,
  .indexResult .re-content ul .count-number {
    font-size: 45px;
  }
  .indexResult .re-content ul .unit-text, .indexResult .re-content ul .re-unit {
    font-size: 27px;
  }
  .indexResult .re-content ul .count-descr {
    text-align: left;
    padding-top: 20px;
  }
  .indexResult .re-content ul .count-descr .count-title {
    font-size: 19px;
  }
}
@media (min-width: 1025px) {
  .indexResult .re-content {
    width: 800px;
    max-width: unset;
  }
  .indexResult .re-content ul {
    flex-wrap: nowrap;
  }
  .indexResult .re-content ul .rs-item {
    min-width: 200px;
    min-height: 235px;
  }
}
@media (min-width: 1200px) {
  .indexResult .re-content {
    width: 1000px;
  }
  .indexResult .re-content video {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .indexResult .re-content ul .rs-item {
    padding: 30px 30px;
  }
  .indexResult .re-content ul .count-descr .count-title {
    font-size: 21px;
  }
}
.indexBrand {
  padding: 50px 0;
}
.indexBrand::before {
  position: absolute;
  top: -0.5px;
  content: "";
  display: inline-block;
  background: #00EAFC;
  width: 100%;
  height: 5%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
@media (min-width: 768px) {
  .indexBrand::before {
    height: 20%;
  }
}
.indexBrand .bd-img {
  width: 100%;
  padding: 20px 20px 0;
}
.indexBrand .bd-img img {
  display: block;
  width: 100%;
  margin: auto;
  border: solid 1px transparent;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .indexBrand .bd-img {
    padding: 20px 30px 0;
  }
}
@media (min-width: 1025px) {
  .indexBrand .bd-img {
    padding: 20px 40px 0;
  }
}
.indexBrand .f-carousel {
  padding: 1px 0px;
}
.indexBrand .f-carousel .f-carousel__slide {
  width: 50%;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.indexBrand .f-carousel .f-carousel__slide img {
  width: 100%;
}
@media (min-width: 768px) {
  .indexBrand .f-carousel .f-carousel__slide {
    width: 25%;
  }
}
.indexBrand .f-carousel .f-carousel__slide h3 {
  font-size: 19px;
  font-weight: bold;
  color: #231815;
  margin: 5px 0;
  text-align: center;
}
.indexBrand .f-carousel .f-carousel__slide:hover .bd-img img {
  border: solid 1px transparent;
}
.indexBrand .f-carousel .f-carousel__nav button svg {
  stroke: #303236;
  stroke-width: 1px;
  width: 42px;
  height: 42px;
  transition: all 0.3s linear;
}
.indexBrand .f-carousel .f-carousel__nav button.is-next {
  right: 0px;
}
@media (min-width: 768px) {
  .indexBrand .f-carousel .f-carousel__nav button.is-next {
    right: -30px;
  }
}
.indexBrand .f-carousel .f-carousel__nav button.is-prev {
  left: 0px;
}
@media (min-width: 768px) {
  .indexBrand .f-carousel .f-carousel__nav button.is-prev {
    left: -30px;
  }
}
.indexBrand .f-carousel .f-carousel__nav button[disabled] svg {
  stroke: #4B4E53;
}
.indexBrand .f-carousel .f-carousel__nav button:hover[disabled] svg {
  stroke: #4B4E53;
}
@media (min-width: 768px) {
  .indexBrand .f-carousel {
    padding: 1px 20px;
  }
}
@media (min-width: 992px) {
  .indexBrand {
    padding: 80px 0;
  }
}
@media (min-width: 1025px) {
  .indexBrand {
    padding: 100px 0 60px;
  }
}


//Editor
.scrollmagic-pin-spacer {
  background-color: #303236;
}
.section.one {
  position: relative;
  padding-top: 54px;
  overflow: hidden;
  background-image: url("../images/editor/圖001.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.section.one .on-left, .section.one .on-right {
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.section.one .on-left {
  left: 13%;
  bottom: 15%;
}
.section.one .on-right {
  left: 0;
}
@media (min-width: 768px) {
  .section.one {
    padding-top: 69px;
  }
}
@media (min-width: 1025px) {
  .section.one {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .section.one {
    padding-top: 90px;
  }
}
.section.one#start {
  position: relative;
  height: calc(100vh - 90px);
  overflow: hidden;
}
.section.one#start .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.section.one#start #intro {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.one#start #intro .on-img img,
.section.one#start #intro .on-txt img {
  position: absolute;
}
.section.one#start #intro .on-img img {
  filter: drop-shadow(-2px 7px 8px rgba(0, 0, 0, 0.65));
}
.section.one#start #intro .on-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.section.one#start #intro .on-txt h3, .section.one#start #intro .on-txt p {
  position: relative;
  opacity: 0;
  color: #fff;
}
.section.one#start #intro .on-txt .slogan {
  font-size: 23px;
  text-align: center;
  opacity: 0;
  width: max-content;
}
.section.one#start #intro .on-txt .content {
  text-align: left;
}
.section.one#start #intro .on-txt .main-logo {
  max-width: 300px;
  bottom: -300%;
  left: 50%;
  transform: translateX(-50%);
}
.section.one#start #intro .on-txt .final-w {
  max-width: 300px;
  bottom: -800px;
  opacity: 0;
}
.section.one#start #intro .earth {
  max-width: 230%;
  bottom: -1100px;
  left: 0%;
  transform: translateX(-50%);
}
@media (min-width: 480px) {
  .section.one#start #intro .on-txt .slogan {
    display: block;
    width: 100%;
    font-size: 30px;
    top: -500px;
  }
  .section.one#start #intro .earth {
    bottom: -1200px;
    left: 10%;
  }
}
@media (min-width: 480px) {
  .section.one#start #intro .earth {
    max-width: 180%;
    left: 12%;
  }
}
@media (min-width: 768px) {
  .section.one#start #intro .on-txt .slogan {
    font-size: 30px;
    top: -500px;
  }
  .section.one#start #intro .on-txt .main-logo {
    bottom: -335%;
  }
  .section.one#start #intro .earth {
    max-width: 150%;
    left: 40%;
  }
}
@media (min-width: 992px) {
  .section.one#start #intro .on-txt .main-logo {
    bottom: -360%;
  }
}
@media (min-width: 1200px) {
  .section.one#start {
    height: 720px;
  }
  .section.one#start .bg-img {
    height: 720px;
  }
  .section.one#start #intro .on-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .section.one#start #intro .on-txt h3, .section.one#start #intro .on-txt p {
    position: relative;
    opacity: 0;
    color: #fff;
  }
  .section.one#start #intro .on-txt .slogan {
    font-size: 37px;
    top: -500px;
    opacity: 0;
  }
  .section.one#start #intro .on-txt .content {
    font-size: 19px;
  }
  .section.one#start #intro .on-txt .main-logo {
    max-width: unset;
    bottom: -372%;
  }
  .section.one#start #intro .on-txt .final-w {
    max-width: unset;
    bottom: -800px;
    opacity: 0;
  }
  .section.one#start #intro .earth {
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section.two, .section.three, .section.four, .section.five, .section.six, .section.secen, .section.eight {
  background-color: #303236;
}
.section.two p, .section.three p, .section.four p, .section.five p, .section.six p, .section.secen p, .section.eight p {
  color: #fff;
}
.section.two p span, .section.three p span, .section.four p span, .section.five p span, .section.six p span, .section.secen p span, .section.eight p span {
  color: #F79DA4;
  font-weight: bold;
  font-size: 19px;
}
.section.two {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.section.two .ed-content {
  flex-wrap: wrap;
  justify-content: center;
}
.section.two .ed-content .left img {
  width: 450px;
}
@media (min-width: 768px) {
  .section.two {
    padding-bottom: 0;
    margin-bottom: -50px;
  }
  .section.two .ed-content {
    flex-wrap: nowrap;
  }
}
.section.three {
  padding-top: 30px;
}
.section.three .main-title.ed {
  margin-bottom: 0;
}
.section.three ul,
.coffee .section.threethree ul {
  flex-wrap: wrap;
  margin-top: 50px;
}
.section.three ul li {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.section.three ul li .info-img {
  position: relative;
  display: inline-block;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  overflow: hidden;
}
.section.three ul li .info-img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  -webkit-width: auto;
  -moz-width: auto;
  -o-width: auto;
  height: 185px;
  max-width: fit-content;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .section.three {
    padding-top: 0;
  }
  .section.three ul,
.coffee .section.threethree ul {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 30px;
  }
  .section.three ul li {
    border-left: solid 1px #5DF703;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .section.three ul li:first-child {
    border-left: unset;
  }
}
.section.four {
  padding: 50px 0;
}
.section.four .ed-content,
.section.fourfour .ed-content {
  position: relative;
  z-index: 1;
}
.section.four img {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 50%;
  z-index: 0;
}
@media (min-width: 480px) {
  .section.four img {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .section.four {
    padding: 120px 0;
  }
  .section.four img {
    width: auto;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .section.four img {
    right: 15%;
    max-width: unset;
  }
}
.section.five {
  position: relative;
  background: #303236 50% 50%/cover url("/uploads/others/images/圖007.JPG") !important;
}
.section.five::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
}
.section.five .ed-content,
.section.fivefive .ed-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 600px;
}
.section.five .ed-content .info-txt {
  position: absolute;
  top: 20%;
  right: 0;
  width: fit-content;
  padding: 0 20px;
}
.section.five .ed-content .info-txt img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  margin-bottom: 0px;
}
.section.five .ed-content .info-txt p {
  display: inline;
  color: #00EAFC;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section.five::before {
    content: unset;
  }
  .section.five .ed-content .info-txt {
    top: 25%;
  }
  .section.five .ed-content .info-txt p {
    display: block;
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .section.five {
    background-position: 65% 50% !important;
  }
  .section.five .ed-content .info-txt {
    top: 30%;
    right: 10%;
    padding: 0;
    min-height: 720px;
  }
}
.section.six {
  text-align: center;
  padding: 30px 0 80px;
}
.section.six ul {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 0;
}
.section.six ul li {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.section.six ul li h3, .section.six ul li p, .section.six ul li a {
  text-align: center;
}
.section.six ul li h3 {
  font-size: 27px;
  font-weight: bold;
  color: #00EAFC;
  margin: 0;
}
.section.six ul li p {
  color: #fff;
  font-size: 17px;
}
.section.six ul li a {
  display: block;
  color: #00EAFC;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.section.six ul li a i {
  margin-left: 10px;
}
.section.six ul li a:hover {
  color: #1A6E78 !important;
  transition-delay: 0s !important;
}
.section.six ul li:first-child {
  padding-left: 0;
}
.section.six ul li:last-child {
  border: unset;
  padding-right: 0;
}
.section.six ul li .lk-img {
  display: flex;
  margin: auto;
  justify-content: center;
}
.section.six ul li .lk-img img {
  max-width: 110%;
}
.section.six .ed-content .info-txt p span {
  color: #E48371;
}
@media (min-width: 768px) {
  .section.six ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .section.six ul li {
    border-right: solid 1px #1A6E78;
    margin-bottom: 0;
  }
  .section.six ul li h3 {
    font-size: 21px;
  }
}
@media (min-width: 1025px) {
  .section.six ul li h3 {
    font-size: 27px;
  }
}
.section.seven {
  position: relative;
  min-height: 650px;
  margin-bottom: -10px;
  overflow: hidden;
}
.section.seven .section-background-video {
  max-width: unset;
  margin-bottom: -10px;
  height: 100%;
  max-width: fit-content;
}
.section.seven .sv-items {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.section.seven .sv-items li {
  position: absolute;
}
.section.seven .sv-items li p {
  color: #fff;
  font-size: 21px;
}
.section.seven .sv-items li:first-child {
  /*top: 31%;*/
  top: 35%;
  right: 0;
}
.section.seven .sv-items li:first-child img {
  display: block;
  margin: auto;
  max-width: 80%;
}
.section.seven .sv-items li:nth-child(2) {
  top: 5%;
  left: 37%;
}
.section.seven .sv-items li:nth-child(2) img {
  max-width: 185px;
}
.section.seven .sv-items li:nth-child(3) {
  top: 20%;
  left: 14%;
}
.section.seven .sv-items li:nth-child(3) img {
  max-width: 50px;
}
.section.seven .sv-items li:nth-child(4) {
  top: 27.5%;
  left: 14.5%;
}
.section.seven .sv-items li:nth-child(4) img {
  max-width: 45px;
}
.section.seven .sv-items li:nth-child(5) {
  bottom: 10%;
  left: 14.5%;
}
.section.seven .sv-items li:nth-child(5) img {
  max-width: 45px;
}
.section.seven .sv-items li:nth-child(6) {
  bottom: 20%;
  left: 14%;
}
.section.seven .sv-items li:nth-child(6) img {
  max-width: 50px;
}
.section.seven .sv-items li:nth-child(7) {
  top: 20%;
  left: 27%;
}
.section.seven .sv-items li:nth-child(8) {
  top: 27%;
  left: 27%;
}
.section.seven .sv-items li:nth-child(9) {
  bottom: 20%;
  left: 27%;
}
.section.seven .sv-items li:nth-child(10) {
  bottom: 9%;
  left: 27%;
}
.section.seven .sv-items li:nth-child(11) {
  top: 4.5%;
  left: 19%;
}
.section.seven .sv-items li:nth-child(11) img {
  width: 56px;
}
.section.seven .sv-items li:nth-child(12) {
  top: 4%;
  left: calc(19% + 37px);
}
.section.seven .sv-items li:nth-child(12) img {
  width: 15px;
}
.section.seven .sv-items li:nth-child(13) {
  top: 4%;
  left: calc(19% + 54px);
}
.section.seven .sv-items li:nth-child(13) img {
  width: 19px;
}
.section.seven .sv-items li:nth-child(14) {
  top: 3%;
  left: calc(19% + 80px);
}
.section.seven .sv-items li:nth-child(14) img {
  width: 17px;
}
.section.seven .sv-items.scroll-animate li:nth-child(12) img, .section.seven .sv-items.scroll-animate li:nth-child(13) img, .section.seven .sv-items.scroll-animate li:nth-child(14) img {
  transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.section.seven .sv-items.scroll-animate.animate-in p {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
.section.seven .sv-items.scroll-animate.animate-in img {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.section.seven .sv-items.scroll-animate.animate-in li:nth-child(2) img {
  transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.section.seven .sv-items.scroll-animate.animate-in li:nth-child(11) img, .section.seven .sv-items.scroll-animate.animate-in li:nth-child(12) img, .section.seven .sv-items.scroll-animate.animate-in li:nth-child(13) img, .section.seven .sv-items.scroll-animate.animate-in li:nth-child(14) img {
  opacity: 1;
}
.section.seven .sv-items.scroll-animate.animate-in li:nth-child(11) img {
  transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.section.seven .sv-items.scroll-animate.animate-in li:nth-child(12) img {
  transform: translateX(0);
  transition-delay: 0.6s;
  -o-transform: translateX(0);
  -o-transition-delay: 0.6s;
  -ms-transform: translateX(0);
  -ms-transition-delay: 0.6s;
  -moz-transform: translateX(0);
  -moz-transition-delay: 0.6s;
  -webkit-transform: translateX(0);
  -webkit-transition-delay: 0.6s;
}
.section.seven .sv-items.scroll-animate.animate-in li:nth-child(13) img {
  transform: translateX(0);
  transition-delay: 0.8s;
  -o-transform: translateX(0);
  -o-transition-delay: 0.8s;
  -ms-transform: translateX(0);
  -ms-transition-delay: 0.8s;
  -moz-transform: translateX(0);
  -moz-transition-delay: 0.8s;
  -webkit-transform: translateX(0);
  -webkit-transition-delay: 0.8s;
}
.section.seven .sv-items.scroll-animate.animate-in li:nth-child(14) img {
  transform: translateX(0);
  transition-delay: 1s;
  -o-transform: translateX(0);
  -o-transition-delay: 1s;
  -ms-transform: translateX(0);
  -ms-transition-delay: 1s;
  -moz-transform: translateX(0);
  -moz-transition-delay: 1s;
  -webkit-transform: translateX(0);
  -webkit-transition-delay: 1s;
}
.section.seven .sv-border {
  position: absolute;
  bottom: -1px;
  width: 200%;
  left: 50%;
  transform: translateX(-33%);
}
@media (min-width: 480px) {
  .section.seven .sv-items li:first-child {
    right: 50%;
    transform: translateX(50%);
  }
  .section.seven .sv-items li:first-child img {
    max-width: 385px;
  }
}
@media (min-width: 480px) {
  .section.seven .sv-items li:nth-child(2) {
    left: 42%;
  }
  .section.seven .sv-items li:nth-child(3) {
    left: 24%;
  }
  .section.seven .sv-items li:nth-child(4) {
    left: 24.5%;
  }
  .section.seven .sv-items li:nth-child(5) {
    left: 24.5%;
  }
  .section.seven .sv-items li:nth-child(6) {
    left: 24%;
  }
  .section.seven .sv-items li:nth-child(7) {
    left: 36%;
  }
  .section.seven .sv-items li:nth-child(8) {
    left: 36%;
  }
  .section.seven .sv-items li:nth-child(9) {
    left: 36%;
  }
  .section.seven .sv-items li:nth-child(10) {
    left: 36%;
  }
  .section.seven .sv-items li:nth-child(11) {
    left: 33%;
  }
  .section.seven .sv-items li:nth-child(12) {
    left: calc(33% + 37px);
  }
  .section.seven .sv-items li:nth-child(13) {
    left: calc(33% + 54px);
  }
  .section.seven .sv-items li:nth-child(14) {
    left: calc(33% + 80px);
  }
}
@media (min-width: 768px) {
  .section.seven .sv-items li:first-child {
    top: 24%;
  }
  .section.seven .sv-items li:first-child img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
  .section.seven .sv-items li:nth-child(2) {
    top: 5%;
    left: 50%;
  }
  .section.seven .sv-items li:nth-child(2) img {
    max-width: 185px;
  }
  .section.seven .sv-items li:nth-child(3) {
    top: 22%;
    left: 25%;
  }
  .section.seven .sv-items li:nth-child(3) img {
    max-width: 50px;
  }
  .section.seven .sv-items li:nth-child(4) {
    top: 21%;
    left: unset;
    right: 28%;
  }
  .section.seven .sv-items li:nth-child(4) img {
    max-width: 45px;
  }
  .section.seven .sv-items li:nth-child(5) {
    bottom: 19%;
    left: 67.5%;
  }
  .section.seven .sv-items li:nth-child(5) img {
    max-width: 45px;
  }
  .section.seven .sv-items li:nth-child(6) {
    bottom: 20%;
    left: 25%;
  }
  .section.seven .sv-items li:nth-child(6) img {
    max-width: 50px;
  }
  .section.seven .sv-items li:nth-child(7) {
    top: 27%;
    left: 14%;
  }
  .section.seven .sv-items li:nth-child(8) {
    top: 27%;
    left: unset;
    right: 3%;
  }
  .section.seven .sv-items li:nth-child(9) {
    bottom: 27%;
    left: 7%;
  }
  .section.seven .sv-items li:nth-child(10) {
    bottom: 27%;
    left: 66%;
  }
  .section.seven .sv-items li:nth-child(11) {
    top: 4.5%;
    left: 40%;
  }
  .section.seven .sv-items li:nth-child(11) img {
    width: 56px;
  }
  .section.seven .sv-items li:nth-child(12) {
    top: 4%;
    left: calc(40% + 38px);
  }
  .section.seven .sv-items li:nth-child(12) img {
    width: 15px;
  }
  .section.seven .sv-items li:nth-child(13) {
    top: 4%;
    left: calc(40% + 54px);
  }
  .section.seven .sv-items li:nth-child(13) img {
    width: 19px;
  }
  .section.seven .sv-items li:nth-child(14) {
    top: 3%;
    left: calc(40% + 77px);
  }
  .section.seven .sv-items li:nth-child(14) img {
    width: 17px;
  }
  .section.seven .sv-border {
    bottom: -1px;
    width: 100%;
    left: unset;
    transform: unset;
  }
}
@media (min-width: 992px) {
  .section.seven .sv-items li:first-child {
    top: 20%;
  }
  .section.seven .sv-items li:nth-child(2) {
    left: 47%;
  }
  .section.seven .sv-border {
    bottom: -1px;
  }
  .section.seven .sv-border img {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .section.seven .sv-items li:first-child {
    top: 18%;
  }
}
@media (min-width: 1200px) {
  .section.seven {
    min-height: 510px;
  }
  .section.seven .section-background-video {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .section.seven .sv-items {
    transform: scale(0.6);
  }
  .section.seven .sv-items li {
    position: absolute;
  }
  .section.seven .sv-items li:first-child {
    top: -21%;
    right: -1%;
  }
  .section.seven .sv-items li:nth-child(2) {
    top: 28%;
    left: 10%;
  }
  .section.seven .sv-items li:nth-child(3) {
    top: -1%;
    left: 35%;
  }
  .section.seven .sv-items li:nth-child(4) {
    top: -2%;
    right: -5%;
  }
  .section.seven .sv-items li:nth-child(5) {
    bottom: 4.5%;
    right: -4%;
    left: unset;
  }
  .section.seven .sv-items li:nth-child(6) {
    bottom: 3%;
    left: 35%;
  }
  .section.seven .sv-items li:nth-child(7) {
    top: 13%;
    left: 32%;
  }
  .section.seven .sv-items li:nth-child(8) {
    top: 13%;
    right: -19%;
  }
  .section.seven .sv-items li:nth-child(9) {
    bottom: 21%;
    left: 30%;
  }
  .section.seven .sv-items li:nth-child(10) {
    bottom: 21%;
    right: -9%;
    left: unset;
  }
  .section.seven .sv-items li:nth-child(11) {
    top: 26%;
    left: -1%;
  }
  .section.seven .sv-items li:nth-child(12) {
    top: 25%;
    left: calc(-1% + 77px);
  }
  .section.seven .sv-items li:nth-child(13) {
    top: 25.5%;
    left: calc(-1% + 105px);
  }
  .section.seven .sv-items li:nth-child(14) {
    top: 24%;
    left: calc(-1% + 152px);
  }
  .section.seven .sv-items li img {
    width: unset !important;
    max-width: unset !important;
  }
  .section.seven .sv-items li:first-child {
    transform: unset;
  }
}
@media (min-width: 1440px) {
  .section.seven .sv-items {
    transform: scale(0.8);
  }
  .section.seven .sv-items li:first-child {
    top: -10%;
    right: 7%;
  }
  .section.seven .sv-items li:nth-child(2) {
    top: 28%;
    left: 18%;
  }
  .section.seven .sv-items li:nth-child(3) {
    top: 2%;
    left: 42%;
  }
  .section.seven .sv-items li:nth-child(4) {
    top: 0%;
    right: 6%;
  }
  .section.seven .sv-items li:nth-child(5) {
    bottom: 8.5%;
    right: 7%;
  }
  .section.seven .sv-items li:nth-child(6) {
    bottom: 7%;
    left: 42%;
  }
  .section.seven .sv-items li:nth-child(7) {
    top: 13%;
    left: 38%;
  }
  .section.seven .sv-items li:nth-child(8) {
    top: 13%;
    right: -8%;
  }
  .section.seven .sv-items li:nth-child(9) {
    bottom: 21%;
    left: 34%;
  }
  .section.seven .sv-items li:nth-child(10) {
    bottom: 21%;
    right: 0%;
  }
  .section.seven .sv-items li:nth-child(11) {
    top: 26%;
    left: 9%;
  }
  .section.seven .sv-items li:nth-child(12) {
    top: 25%;
    left: calc(9% + 77px);
  }
  .section.seven .sv-items li:nth-child(13) {
    top: 25.5%;
    left: calc(9% + 105px);
  }
  .section.seven .sv-items li:nth-child(14) {
    top: 24%;
    left: calc(9% + 152px);
  }
}
@media (min-width: 1600px) {
  .section.seven .sv-items {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .section.seven .sv-items li:first-child {
    top: 5%;
    right: 25%;
    /*right: 31%;*/
  }
  .section.seven .sv-items li:nth-child(2) {
    top: 35%;
    left: 18%;
  }
  .section.seven .sv-items li:nth-child(3) {
    top: 17%;
    left: 35%;
  }
  .section.seven .sv-items li:nth-child(4) {
    top: 15%;
    right: 25%;
  }
  .section.seven .sv-items li:nth-child(5) {
    bottom: 21.5%;
    right: 25%;
  }
  .section.seven .sv-items li:nth-child(6) {
    bottom: 22%;
    left: 35%;
  }
  .section.seven .sv-items li:nth-child(7) {
    top: 25%;
    left: 32%;
  }
  .section.seven .sv-items li:nth-child(8) {
    top: 25%;
    right: 15%;
  }
  .section.seven .sv-items li:nth-child(9) {
    bottom: 33%;
    left: 30%;
  }
  .section.seven .sv-items li:nth-child(10) {
    bottom: 32%;
    right: 21%;
  }
  .section.seven .sv-items li:nth-child(11) {
    top: 33%;
    left: 12%;
  }
  .section.seven .sv-items li:nth-child(12) {
    top: 32%;
    left: calc(12% + 77px);
  }
  .section.seven .sv-items li:nth-child(13) {
    top: 32.5%;
    left: calc(12% + 105px);
  }
  .section.seven .sv-items li:nth-child(14) {
    top: 31%;
    left: calc(12% + 152px);
  }
  .section.seven .sv-items li img {
    width: unset !important;
    max-width: unset !important;
  }
}

@media (min-width: 2560px) {
  .section.seven .sv-items li:first-child {
    top: 5%;
    right: 31%;
  }
}
.section.eight {
  padding: 0 0 80px;
}
.section.eight .ed-content {
  margin-top: 40px;
}
.section.eight .ed-content .top {
  padding: 0px 0 30px;
  border-bottom: solid 1px #5DF703;
}
.section.eight .ed-content .mid {
  position: relative;
  padding: 30px 0;
  z-index: 1;
}
.section.eight .ed-content .bottom {
  position: relative;
}
.section.eight .ed-content .bottom .arrow {
  position: relative;
  top: 0px;
  height: 300px;
  z-index: 9;
}
.section.eight .ed-content .bottom .arrow ul li {
  position: relative;
  padding: 5px 0;
  margin: 0 0;
  height: 60px;
}
.section.eight .ed-content .bottom .arrow ul li img {
  position: absolute;
  top: 115px;
  left: -10%;
  width: 85%;
  max-width: 300px;
}
.section.eight .ed-content .bottom .arrow ul li span {
  position: absolute;
  left: 50%;
  text-align: center;
  color: #fff;
  font-size: 27px;
  transform: translateX(-50%);
}
.section.eight .ed-content .bottom .arrow ul li span.en {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  bottom: -100%;
}
.section.eight .ed-content .bottom .arrow ul li:first-child img {
  transform: rotate(90deg);
}
.section.eight .ed-content .bottom .items {
  position: relative;
  top: 30px;
  z-index: 9;
}
.section.eight .ed-content .bottom .items ul {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0px;
}
.section.eight .ed-content .bottom .items ul li {
  overflow: hidden;
  border-radius: 5px;
  max-height: 200px;
}
.section.eight .ed-content .bottom .items ul li img {
  width: 100%;
  max-width: fit-content;
}
.section.eight .ed-content .bottom .items ul li:first-child, .section.eight .ed-content .bottom .items ul li:nth-child(2) {
  margin-bottom: 5px;
}
.section.eight .ed-content .bottom .items ul li:first-child, .section.eight .ed-content .bottom .items ul li:nth-child(2), .section.eight .ed-content .bottom .items ul li:last-child {
  width: 100%;
}
.section.eight .ed-content .bottom .bg {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  z-index: 0;
}
.section.eight .ed-content .bottom .bg img {
  width: 50%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .section.eight .ed-content .bottom .arrow ul li img {
    left: 0%;
  }
  .section.eight .ed-content .bottom .items ul {
    flex-wrap: nowrap;
  }
  .section.eight .ed-content .bottom .items ul li {
    max-height: unset;
  }
  .section.eight .ed-content .bottom .items ul li img {
    width: auto;
    height: 200px;
  }
  .section.eight .ed-content .bottom .items ul li:first-child {
    width: 220px;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .section.eight .ed-content .bottom .items ul li:nth-child(2) {
    width: 200px;
    overflow-x: clip;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .section.eight .ed-content .bottom .items ul li:last-child {
    width: 285px;
  }
}
@media (min-width: 768px) {
  .section.eight .ed-content .bottom .arrow {
    top: 30px;
    height: auto;
  }
  .section.eight .ed-content .bottom .arrow ul li {
    position: unset;
    padding: 0;
    height: unset;
  }
  .section.eight .ed-content .bottom .arrow ul li img {
    position: relative;
    top: unset;
    left: unset;
    width: 75%;
    max-width: fit-content;
  }
  .section.eight .ed-content .bottom .arrow ul li span {
    position: absolute;
    display: inline-block;
    text-align: unset;
    top: 50%;
    color: #fff;
    font-size: 17px;
    transform: translateY(-50%);
  }
  .section.eight .ed-content .bottom .arrow ul li span.en {
    font-size: 15px;
    bottom: unset;
  }
  .section.eight .ed-content .bottom .arrow ul li:first-child img {
    display: block;
    transform: unset;
  }
  .section.eight .ed-content .bottom .arrow ul li:first-child span {
    left: 3%;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(2) span {
    left: 18%;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(3) span {
    left: 33%;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(3) span.en {
    top: 10%;
    left: 34%;
    font-weight: 600;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(4) span {
    left: 48%;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(4) span.en {
    top: 10%;
    left: 45%;
    font-weight: 600;
  }
  .section.eight .ed-content .bottom .arrow ul li:last-child span {
    left: 63%;
  }
  .section.eight .ed-content .bottom .items ul {
    margin-right: 220px;
  }
  .section.eight .ed-content .bottom .items ul li img {
    height: 135px;
  }
  .section.eight .ed-content .bottom .bg {
    display: inline-block;
  }
  .section.eight .ed-content .bottom .bg img {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .section.eight .ed-content .top {
    padding: 0 0 80px;
  }
  .section.eight .ed-content .mid {
    padding: 80px 0;
  }
  .section.eight .ed-content .bottom .items ul {
    margin-right: 300px;
  }
  .section.eight .ed-content .bottom .items ul li img {
    height: 200px;
  }
  .section.eight .ed-content .bottom .bg {
    top: -28%;
    right: -2%;
  }
  .section.eight .ed-content .bottom .bg img {
    max-width: 450px;
  }
}
@media (min-width: 1025px) {
  .section.eight .ed-content .bottom .arrow {
    top: 30px;
  }
  .section.eight .ed-content .bottom .arrow ul li img {
    width: 85%;
  }
  .section.eight .ed-content .bottom .arrow ul li span {
    font-size: 27px;
  }
  .section.eight .ed-content .bottom .arrow ul li span.en {
    font-size: 27px;
  }
  .section.eight .ed-content .bottom .arrow ul li:first-child img {
    display: block;
    transform: unset;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(2) span {
    left: 20%;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(3) span {
    left: 37%;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(3) span.en {
    top: 10%;
    left: 36%;
    font-weight: 600;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(4) span {
    left: 54%;
  }
  .section.eight .ed-content .bottom .arrow ul li:nth-child(4) span.en {
    top: 10%;
    font-weight: 600;
  }
  .section.eight .ed-content .bottom .arrow ul li:last-child span {
    left: 71%;
  }
}
@media (min-width: 1440px) {
  .section.eight .ed-content {
    margin-top: -40px;
  }
  .section.eight .ed-content .bottom .bg {
    right: -12%;
  }
  .section.eight .ed-content .bottom .bg img {
    max-width: 500px;
  }
}

.bn-coffee .owl-carousel, .coffee .section.twotwo, .coffee .section.threethree, .coffee .section.fourfour, .coffee .section.fivefive, .coffee .section.sixsix {
  position: relative;
}
.bn-coffee .section.oneone, .coffee .section.twotwo .ed-content, .coffee .section.threethree .ed-content, .coffee .section.fourfour .ed-content, .coffee .section.fivefive .ed-content, .coffee .section.sixsix .ed-content{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 600px;
}
.bn-coffee .ed-content .cf-info, .coffee .section.twotwo .ed-content .cf-info, .coffee .section.threethree .ed-content .cf-info, .coffee .section.fourfour .ed-content .cf-info, .coffee .section.fivefive .ed-content .cf-info, .coffee .section.sixsix .ed-content .cf-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  max-width: 100%;
}
.bn-coffee .ed-content .cf-info.center, .coffee .section.twotwo .ed-content .cf-info.center, .coffee .section.threethree .ed-content .cf-info.center, .coffee .section.fourfour .ed-content .cf-info.center, .coffee .section.fivefive .ed-content .cf-info.center, .coffee .section.sixsix .ed-content .cf-info.center {
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .bn-coffee .ed-content .cf-info, .coffee .section.twotwo .ed-content .cf-info, .coffee .section.three .ed-content .cf-info, .coffee .section.fourfour .ed-content .cf-info, .coffee .section.fivefive .ed-content .cf-info, .coffee .section.sixsix .ed-content .cf-info {
    width: auto;
    max-width: 900px;
    padding: 0;
    text-align: left;
  }
  .bn-coffee .ed-content .cf-info.right, .coffee .section.twotwo .ed-content .cf-info.right, .coffee .section.threethree .ed-content .cf-info.right, .coffee .section.fourfour .ed-content .cf-info.right, .coffee .section.fivefive .ed-content .cf-info.right, .coffee .section.sixsix .ed-content .cf-info.right {
    right: 15%;
  }
  .bn-coffee .ed-content .cf-info.center, .coffee .section.twotwo .ed-content .cf-info.center, .coffee .section.threethree .ed-content .cf-info.center, .coffee .section.fourfour .ed-content .cf-info.center, .coffee .section.fivefive .ed-content .cf-info.center, .coffee .section.sixsix .ed-content .cf-info.center {
    left: 50%;
    transform: translateX(-50%);
  }
  .bn-coffee .ed-content .cf-info.left, .coffee .section.twotwo .ed-content .cf-info.left, .coffee .section.threethree .ed-content .cf-info.left, .coffee .section.fourfour .ed-content .cf-info.left, .coffee .section.fivefive .ed-content .cf-info.left, .coffee .section.sixsix .ed-content .cf-info.left {
    left: 15%;
  }
}
.bn-coffee .owl-carousel{
  padding-top: 0;
}
.bn-coffee .owl-carousel {
  /* 手機 (0–991px) 顯示 mobile，隱藏 laptop */
  /* 隱藏狀態 */
}
.bn-coffee .owl-carousel.owl-hidden {
  opacity: 0 !important;
  max-height: 0 !important;
  pointer-events: none;
  display: none !important;
}
.bn-coffee .owl-carousel .owl-controls {
    margin-top: 0px;
}
.bn-coffee .owl-carousel .owl-controls .owl-pagination {
  bottom: 0;
}
.bn-coffee .owl-carousel .owl-controls .owl-pagination .owl-page {
  padding: 10px;
}
.bn-coffee .owl-carousel .owl-controls .owl-pagination .owl-page span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, .7);
  margin: 0;
}
.bn-coffee .bn-content {
  position: absolute;
}
.bn-coffee .bn-content p {
  text-align: center;
max-width: 500px;
}
.bn-coffee .bn-content.right, .bn-coffee .bn-content.center, .bn-coffee .bn-content.left {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
}
@media (min-width: 992px) {
  .bn-coffee .owl-carousel .owl-controls .owl-pagination {
    bottom: 10px;
  }
  .bn-coffee .bn-content.right, .bn-coffee .bn-content.center, .bn-coffee .bn-content.left {
    transform: translate(0%, -40%);
    width: auto;
  }
  .bn-coffee .bn-content.right {
    left: unset;
    right: 10%;
  }
  .bn-coffee .bn-content.center {
    transform: translate(-50%, -40%);
  }
  .bn-coffee .bn-content.left {
    left: 10%;
  }
}
@media (min-width: 1025px) {
  .bn-coffee .owl-carousel{
    padding-top: 80px;
  }
  .bn-coffee .bn-content.right, .bn-coffee .bn-content.center, .bn-coffee .bn-content.left {
    transform: translateY(-35%);
  }
  .bn-coffee .bn-content.center {
    transform: translate(-50%, -35%);
  }
}
@media (min-width: 1200px) {
  .bn-coffee .owl-carousel{
     padding-top: 90px; 
  }
}
.coffee .section.twotwo {
  padding: 50px 0;
  margin-bottom: unset;
  background-color: #E5E5E5;
}
.coffee .section.twotwo ul {
  display: inline-flex;
  -o-display: inline-flex;
  -ms-display: inline-flex;
  -webkit-display: inline-flex;
}
.coffee .section.twotwo ul.bottom {
  flex-wrap: wrap;
}
.coffee .section.twotwo ul.bottom li {
  width: 50%;
  padding: 0 5px;
}
.coffee .section.twotwo ul.bottom li h3 {
  font-size: 23px;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .coffee .section.twotwo ul.bottom {
    flex-wrap: nowrap;
  }
  .coffee .section.twotwo ul.bottom li {
    width: auto;
    /*border-right: solid 1px #4B4E53;*/
  }
  .coffee .section.twotwo ul.bottom li:last-child {
    border-right: unset;
  }
}
@media (min-width: 992px) {
  .coffee .section.twotwo ul.bottom li h3 {
    font-size: 32px;
  }
}
.coffee .section.threethree ul {
  position: absolute;
  bottom: 10%;
  justify-content: center;
  margin: unset;
  width: 100%;
}
.coffee .section.threethree ul li {
  width: fit-content;
  margin: 5px 20px;
  border: unset;
}
.coffee .section.threethree ul li a {
  min-width: 220px;
  background-color: #303236;
  padding: 10px 20px;
}
.coffee .section.threethree ul li a:hover {
  background-color: #00EAFC;
}
@media (min-width: 992px) {
  .coffee .section.threethree ul li {
    margin: 0 20px;
  }
  .coffee .section.threethree ul li a {
    min-width: 250px;
    padding: 10px 40px;
  }
}
@media (min-width: 992px) {
  .coffee .section.fivefive .main-title {
    font-size: 37px;
  }
}
.coffee .section.sixsix .ed-content .cf-info {
  width: 100%;
}
@media (min-width: 768px) {
  .coffee .section.sixsix .ed-content .cf-info {
    width: auto;
  }
}

.sm-btn {
  text-align: center;
}
.sm-btn a {
  position: relative;
  display: inline-block;
  margin: auto;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 40px;
  background-color: #1A6E78;
  border-radius: 40px;
}
.sm-btn a:hover {
  color: #303236!important;
  background-color: #00EAFC!important;
  transition-delay: unset !important;
}
/*.sm-btn.cf a {
  background-color: #303236;
}*/
.sm-btn.cf a:hover {
  background-color: #00EAFC!important;
}
.sm-btn.left {
  text-align: left;
}
@media (min-width: 992px) {
  .sm-btn .sm-btn a {
    font-size: 27px;
    padding: 10px 50px;
    border-radius: 40px;
  }
}

.about {
  padding-bottom: 0;
}
.about .about-row {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .about .about-row {
    flex-direction: row;
  }
}
.about .ab-cont {
  position: relative;
}
.about .ab-cont .ab-img img {
  padding: 0px;
}
.about .ab-txt-cont {
  flex-wrap: wrap;
  align-items: flex-start;
}
.about .ab-txt-cont .abLeft {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.about .ab-txt-cont .abLeft .main-title {
  color: #00EAFC;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}
.about .ab-txt-cont .abLeft .main-title::after {
  content: unset;
}
.about .ab-txt-cont .abLeft span {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  color: #00EAFC;
}
.about .ab-txt-cont .abLeft span::after {
  position: absolute;
  left: 0px;
  bottom: -10px;
  content: "";
  width: 85px;
  height: 1px;
  background-color: #00EAFC;
}
.about .ab-txt-cont .abRight {
  flex-wrap: wrap;
  align-items: flex-start;
}
.about .ab-txt-cont .abRight .ch, .about .ab-txt-cont .abRight .en {
  width: 100%;
}
.about .ab-txt-cont .abRight .ch {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .about .ab-txt-cont .abLeft {
    width: 150px;
    padding-bottom: 0px;
    margin-right: 30px;
  }
  .about .ab-txt-cont .abRight {
    width: calc(100% - 180px);
  }
  .about .ab-txt-cont .abRight .ch, .about .ab-txt-cont .abRight .en {
    width: 50%;
  }
  .about .ab-txt-cont .abRight .ch {
    padding-right: 15px;
  }
  .about .ab-txt-cont .abRight .en {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .about .ab-txt-cont .abLeft {
    width: 200px;
  }
  .about .ab-txt-cont .abRight {
    width: calc(100% - 230px);
  }
}
.about .ab-txt-cont button {
  color: #fff;
  background-color: #00EAFC;
  padding: 5px 20px;
}
.about .ab-txt-cont button:hover {
  background-color: #1A6E78;
  color: #231815;
}
.about .ab-vision {
  margin-top: 50px;
}
.about .ab-vision ul {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 0;
}
.about .ab-vision ul li {
  width: 100%;
  padding: 5% 3%;
  background-color: #BCB29B;
}
.about .ab-vision ul li .ab-icon {
  position: relative;
  z-index: 2;
}
.about .ab-vision ul li .ab-icon svg {
  fill: #fff;
  width: 88px;
  padding-left: 15px;
}
.about .ab-vision ul li h3, .about .ab-vision ul li h4, .about .ab-vision ul li p {
  position: relative;
  color: #fff;
  z-index: 1;
}
.about .ab-vision ul li h4 {
  font-size: 88px;
  font-weight: bold;
  padding-bottom: 40px;
}
.about .ab-vision ul li h3 {
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 10px;
}
.about .ab-vision ul li p {
  padding-left: 15px;
  margin-bottom: 0;
  line-height: 2;
}
.about .ab-vision ul li p br {
  display: none;
}
.about .ab-vision ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
}
.about .ab-vision ul li:nth-child(2) {
  position: relative;
}
.about .ab-vision ul li:nth-child(2)::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.about .ab-vision ul li:nth-child(3) {
  position: relative;
}
.about .ab-vision ul li:nth-child(3)::before {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .about .ab-vision ul li {
    width: 33.3333333333%;
  }
  .about .ab-vision ul li p br {
    display: block;
  }
}
.about .ab-cert {
  background-color: #4B4E53;
  padding: 80px 0;
}
.about .ab-cert .abTop {
  margin-bottom: 30px;
}
.about .ab-cert .abTop h2 {
  position: relative;
  color: #00EAFC;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.about .ab-cert .abTop h2::after {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 85px;
  height: 1px;
  background-color: #1C3860;
}
.about .ab-cert p {
  text-align: center;
  margin-bottom: 0;
}
.about .ab-cert ul {
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 30px 0 30px;
}
.about .ab-cert ul li {
  position: relative;
  width: 50%;
  margin-bottom: 10px;
}
.about .ab-cert ul li h3 {
  color: #00EAFC;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  opacity: 1;
  z-index: 9;
}
@media (min-width: 768px) {
  .about .ab-cert ul li h3 {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 1.5;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
}
.about .ab-cert ul li .ab-img {
  position: relative;
  border-radius: 100%;
  padding: 10px;
  background-color: #fff;
  width: 135px;
  height: 135px;
  margin: 10px auto 5px;
  box-shadow: 0 0 0 0px #1A6E78;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  transition: all 0.3s ease;
}
.about .ab-cert ul li .ab-img img {
  transition: transform 0.7s;
}
.about .ab-cert ul li .ab-img::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
@media (min-width: 480px) {
  .about .ab-cert ul li .ab-img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .about .ab-cert ul li .ab-img {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .about .ab-cert ul li .ab-img {
    padding: 20px;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .about .ab-cert ul li .ab-img {
    width: 220px;
    height: 220px;
  }
}
.about .ab-cert ul li:hover .ab-img {
  cursor: pointer;
  box-shadow: 0 0 0 5px #1A6E78;
}
@media (min-width: 480px) {
  .about .ab-cert ul li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .about .ab-cert ul li:hover .ab-img img {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .about .ab-cert ul li:hover .ab-img::after {
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .about .ab-cert ul li:hover .ab-img ~ h3 {
    cursor: pointer;
    opacity: 1;
  }
}
.about .ag-brand {
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 0 30px;
}
.about .ag-brand .abTop {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.about .ag-brand .abTop h2 {
  position: relative;
  color: #00EAFC;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.about .ag-brand .abTop h2::after {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 85px;
  height: 1px;
  background-color: #1C3860;
}
.about .ag-brand .ag-item {
  width: 50%;
  margin-bottom: 50px;
}
.about .ag-brand .ag-item .bd-img {
  padding: 20px 20px 0;
}
.about .ag-brand .ag-item .bd-img img {
  width: 100%;
  margin: auto;
}
.about .ag-brand .ag-item h3 {
  font-size: 19px;
  font-weight: bold;
  color: #231815;
  margin: 5px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .about .ag-brand .ag-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .about .ag-brand .ag-item {
    padding: 20px 50px 0;
  }
}
.agent .ag-info {
  position: relative;
  display: block;
  padding: 80px 0;
}
.agent .ag-info .main-title h3 {
  margin: 0;
}
.agent .ag-info .ag-content {
  padding: 20px 0;
}
.agent .ag-info .ag-content .ag-logo {
  width: fit-content;
  min-width: 220px;
  max-width: 50%;
  text-align: center;
  margin: 0 auto 30px;
}
.agent .ag-info .ag-content .ag-txt p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.agent .ag-info .ag-content .ag-txt p br {
  display: none;
}
.agent .ag-info .ag-content .ag-txt .ag-link {
  text-align: center;
  margin-bottom: 30px;
}
.agent .ag-info .ag-content .ag-txt .ag-link a {
  color: #fff;
  background-color: #00EAFC;
  display: inline-flex;
  align-items: center;
  padding: 7px 30px;
}
.agent .ag-info .ag-content .ag-txt .ag-link a svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
}
.agent .ag-info .ag-content .ag-txt .ag-link a:hover {
  background-color: #1A6E78;
  color: #231815;
}
.agent .ag-info .ag-content .ag-txt .ag-link a:hover svg {
  fill: #231815;
}
.agent .ag-info .ag-content .ag-txt ul {
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}
.agent .ag-info .ag-content .ag-txt ul li {
  width: 50%;
}
.agent .ag-info .ag-content .ag-txt ul li:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .agent .ag-info .ag-content {
    padding: 20px 0 30px;
  }
  .agent .ag-info .ag-content .ag-txt {
    width: calc(100% - fit-content);
  }
  .agent .ag-info .ag-content .ag-txt p {
    margin-top: 0;
  }
  .agent .ag-info .ag-content .ag-txt p br {
    display: inline;
  }
}
.agent .ag-info .ag-img {
  width: 100%;
  padding: 0px;
  border: solid 1px #4B4E53;
}
.agent .ag-info:nth-child(odd) {
  padding: 100px 0;
}
.agent .ag-info:nth-child(odd)::before, .agent .ag-info:nth-child(odd)::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #4B4E53;
  width: 100%;
  height: 5%;
  z-index: 1;
}
@media (min-width: 768px) {
  .agent .ag-info:nth-child(odd)::before, .agent .ag-info:nth-child(odd)::after {
    height: 7%;
  }
}
.agent .ag-info:nth-child(odd)::before {
  bottom: -1px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.agent .ag-info:nth-child(odd)::after {
  top: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.agent .ag-info:nth-child(odd):first-child {
  padding-top: 80px;
}
.agent .ag-info:nth-child(odd):first-child::after {
  content: unset;
}
.agent .ag-info:nth-child(odd):last-child {
  padding-bottom: 80px;
}
.agent .ag-info:nth-child(odd):last-child::before {
  content: unset;
}
.agent .ag-info:nth-child(even) {
  background-color: #4B4E53;
  padding: 10px 0;
  margin: 0px 0;
}
.agent .ag-info:nth-child(even) .ag-content .ag-logo img {
  border-color: #fff;
}
.agent .ag-info:nth-child(even) .ag-img {
  background-color: #fff;
  border: solid 1px #fff;
}

.news {
  background: unset;
}
.news .sub-title {
  text-align: left;
  padding: 0 26px;
  font-size: 13px;
  color: #515151;
}
.news .news-info .news-item, .news .news-content .news-item {
  padding: 0px 0;
  margin-bottom: 35px;
  border: solid 1px #f2f2f2;
}
.news .news-info .news-item .news-media, .news .news-content .news-item .news-media {
  position: relative;
}
.news .news-info .news-item .news-media a, .news .news-content .news-item .news-media a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.news .news-info .news-item .news-media a::after, .news .news-content .news-item .news-media a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.3s linear;
}
.news .news-info .news-item .news-media a:hover::after, .news .news-content .news-item .news-media a:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.news .news-info .news-item .news-body, .news .news-content .news-item .news-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #4B4E53;
  padding: 20px 30px 30px;
}
.news .news-info .news-item .news-body .news-links, .news .news-content .news-item .news-body .news-links {
  justify-content: flex-start;
  width: 100%;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .news .news-info .news-item .news-body .news-links, .news .news-content .news-item .news-body .news-links {
    width: 220px;
  }
}
.news .news-info .news-item .news-body .news-links .news-meta, .news .news-info .news-item .news-body .news-links .news-cats, .news .news-content .news-item .news-body .news-links .news-meta, .news .news-content .news-item .news-body .news-links .news-cats {
  font-size: 15px;
}
.news .news-info .news-item .news-body .news-links .news-meta, .news .news-content .news-item .news-body .news-links .news-meta {
  min-width: 115px;
}
.news .news-info .news-item .news-body .news-links .news-meta span, .news .news-content .news-item .news-body .news-links .news-meta span {
  font-size: 15px;
  letter-spacing: 2px;
}
.news .news-info .news-item .news-body .news-links .news-cats, .news .news-content .news-item .news-body .news-links .news-cats {
  display: inline-block;
  margin-top: 0;
}
@media (min-width: 992px) {
  .news .news-info .news-item .news-body .news-links .news-cats, .news .news-content .news-item .news-body .news-links .news-cats {
    margin-top: 0px;
  }
}
.news .news-info .news-item .news-body .news-links .news-cats a, .news .news-content .news-item .news-body .news-links .news-cats a {
  display: inline-block;
  color: #231815;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  border-radius: 20px;
}
.news .news-info .news-item .news-body .news-links .news-cats a:hover, .news .news-content .news-item .news-body .news-links .news-cats a:hover {
  color: #00EAFC;
}
@media (min-width: 992px) {
  .news .news-info .news-item .news-body .news-links, .news .news-content .news-item .news-body .news-links {
    justify-content: flex-start;
  }
}
.news .news-info .news-item .news-body .news-top, .news .news-content .news-item .news-body .news-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.news .news-info .news-item .news-body .news-top .news-meta p, .news .news-content .news-item .news-body .news-top .news-meta p {
  font-family: "Source Sans Pro", "Inter";
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #DAB82D;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1;
}
.news .news-info .news-item .news-body .news-top .news-meta p span, .news .news-content .news-item .news-body .news-top .news-meta p span {
  font-size: 17px;
  padding-bottom: 0px;
}
.news .news-info .news-item .news-body .news-top .news-cats, .news .news-content .news-item .news-body .news-top .news-cats {
  padding-left: 3px;
}
.news .news-info .news-item .news-body .news-top .news-cats a, .news .news-content .news-item .news-body .news-top .news-cats a {
  display: inline-block;
  color: #DAB82D;
  height: 100%;
  padding: 2px 5px;
}
.news .news-info .news-item .news-body .news-mid .news-title, .news .news-content .news-item .news-body .news-mid .news-title {
  color: #231815;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news .news-info .news-item .news-body .news-mid p, .news .news-content .news-item .news-body .news-mid p {
  color: #231815;
}
.news .news-content .news-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.news .news-content .news-top .news-meta p {
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #DAB82D;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1;
}
.news .news-content .news-top .news-meta p span {
  font-size: 17px;
  padding-bottom: 0px;
}
.news .news-content .news-top .news-cats {
  padding-left: 7px;
}
.news .news-content .news-top .news-cats a {
  display: inline-block;
  color: #DAB82D;
  height: 100%;
  padding: 2px 5px;
}
.news .news-content .news-title {
  color: #231815;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
  margin: 0px 0 20px;
  border-bottom: solid 1px #4B4E53;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news .news-content .necessary {
  justify-content: space-between;
}
.news .news-content .necessary .news-pages {
  flex-grow: 0;
  display: block;
  margin: auto;
  margin-right: 0;
}
.news .news-content .necessary .news-prev, .news .news-content .necessary .news-next {
  padding-right: 20px;
  margin-right: 10px;
}
.news .news-content .necessary .news-prev {
  position: relative;
}
.news .news-content .necessary .news-prev::after {
  position: absolute;
  content: "|";
  top: -1px;
  right: 0;
  color: #1A6E78;
}
.product .container-m-30,
.product .container-p-75-2, .news .container-m-30,
.news .container-p-75-2 {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .product .container-m-30,
  .product .container-p-75-2, .news .container-m-30,
  .news .container-p-75-2 {
    padding: 0 100px;
  }
}
.product .container-m-30 .leftside,
.product .container-p-75-2 .leftside, .news .container-m-30 .leftside,
.news .container-p-75-2 .leftside {
  padding-right: 15px;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .product .container-m-30 .leftside,
  .product .container-p-75-2 .leftside, .news .container-m-30 .leftside,
  .news .container-p-75-2 .leftside {
    padding-right: 80px;
    margin-left: 100px;
  }
}
@media (min-width: 1200px) {
  .product .container-m-30 .leftside, .news .container-m-30 .leftside {
    margin-left: 80px;
  }
}
.product .main-title, .news .main-title {
  text-align: left;
}
.product .main-title::after, .news .main-title::after {
  left: 24px;
  transform: unset;
}

.product .sub-title {
  text-align: left;
  padding: 0 26px;
  font-size: 13px;
  color: #515151;
}
.product .pd-item {
  margin-bottom: 30px;
}
.product .pd-item .pd-head {
  position: relative;
  z-index: 1;
}
.product .pd-item .pd-head .pd-img {
  position: relative;
  padding: 10px;
  border: solid 1px #4B4E53;
}
.product .pd-item .pd-body {
  position: relative;
  z-index: 21;
}
.product .pd-item .pd-body .pd-title {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  margin: 10px 0 5px;
  transition: color 0.3s ease-in-out;
}
.product .pd-item .pd-body .top .pd-cf {
  display: inline-block;
  font-size: 13px;
  background-color: #00EAFC;
  color: #4B4E53;
  padding: 2px 5px;
  transition: all 0.3s ease-in-out;
}
.product .pd-item .pd-body .top .pd-cf:hover {
  background-color: #1A6E78;
}
@media (min-width: 1025px) {
  .product .pd-item:first-child, .product .pd-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .product .pd-item:first-child, .product .pd-item:nth-child(3n+1) {
    clear: unset;
  }
  .product .pd-item:first-child, .product .pd-item:nth-child(4n+1) {
    clear: both;
  }
}
.product .pd-item:hover .pd-body .pd-title {
  cursor: pointer;
}
.product .pdContent {
  margin-bottom: 30px;
}
.product .pdContent .pdDetails {
  margin-bottom: 50px;
}
.product .pdContent .pdDetails .pdIntro {
  padding-top: 10px;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .product .pdContent .pdDetails .pdIntro {
    padding-top: 0;
    padding-left: 50px;
  }
}
.product .pdContent .pdDetails .pdIntro .pd-title {
  color: #231815;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin: 10px 0 20px;
  transition: color 0.3s ease-in-out;
}
.product .pdContent .pdDetails .pdIntro .pd-head {
  margin: 10px;
}
.product .pdContent .pdDetails .pdIntro .pd-head .pd-cf {
  display: inline-block;
  margin-bottom: 20px;
}
.product .pdContent .pdDetails .pdIntro .pd-head .pd-cf a {
  font-size: 13px;
  background-color: #00EAFC;
  color: #4B4E53;
  padding: 2px 5px;
  transition: all 0.3s ease-in-out;
}
.product .pdContent .pdDetails .pdIntro .pd-head .pd-cf a:hover {
  background-color: #1A6E78;
}
.product .pdContent .pdDetails .pdIntro .pd-head .editor {
  border-left: solid 1px #1A6E78;
  padding-left: 18px;
  margin: 0 0;
}
@media (min-width: 480px) {
  .product .pdContent .pdDetails .pdIntro .pd-head .editor {
    margin: 0 30px 0 15px;
  }
}
.product .pdContent .pdDetails .pdIntro .pdBtn {
  margin-top: 30px;
  margin-bottom: 10px;
}
.product .pdContent .pdDetails .pdIntro .pdBtn button {
  color: #fff;
  background-color: #00EAFC;
  border: solid 1px #00EAFC;
  padding: 7px 30px;
}
.product .pdContent .pdDetails .pdIntro .pdBtn button:hover {
  color: #231815;
  background-color: #1A6E78;
  border-color: #1A6E78;
}
.product .pdContent .pdDetails .pdIntro .pdBrands a, .product .pdContent .pdDetails .pdIntro .pdBrands span,
.product .pdContent .pdDetails .pdIntro .pdTags a,
.product .pdContent .pdDetails .pdIntro .pdTags span {
  padding: 0 3px;
}
.product .pdContent .pdDetails .pdIntro .pdBrands a,
.product .pdContent .pdDetails .pdIntro .pdTags a {
  color: #303236;
}
.product .pdContent .pdDetails .pdIntro .pdBrands a::after,
.product .pdContent .pdDetails .pdIntro .pdTags a::after {
  content: ",";
}
.product .pdContent .pdDetails .pdIntro .pdBrands a:last-child::after,
.product .pdContent .pdDetails .pdIntro .pdTags a:last-child::after {
  content: unset;
}
.product .pdContent .pdDetails .pdIntro .pdBrands a:hover,
.product .pdContent .pdDetails .pdIntro .pdTags a:hover {
  color: #00EAFC;
}
.product .pdContent .pdDetails .f-carousel .f-carousel__nav button svg {
  stroke: #00EAFC;
  stroke-width: 1px;
  width: 42px;
  height: 42px;
  transition: all 0.3s linear;
}
.product .pdContent .pdDetails .f-carousel .f-carousel__nav button.is-next {
  right: 0;
}
@media (min-width: 768px) {
  .product .pdContent .pdDetails .f-carousel .f-carousel__nav button.is-next {
    right: 0px;
  }
}
.product .pdContent .pdDetails .f-carousel .f-carousel__nav button.is-prev {
  left: 0;
}
@media (min-width: 768px) {
  .product .pdContent .pdDetails .f-carousel .f-carousel__nav button.is-prev {
    left: 0px;
  }
}
.product .pdContent .pdDetails .f-carousel .f-carousel__nav button[disabled] svg {
  stroke: #4B4E53;
}
.product .pdContent .pdDetails .f-carousel .f-carousel__nav button:hover svg {
  stroke: #1A6E78;
}
.product .pdContent .pdDetails .f-carousel .f-carousel__nav button:hover[disabled] svg {
  stroke: #4B4E53;
}
.product .pdContent .pdDetails .f-carousel .f-carousel__dots {
  bottom: 10px;
}
.product .pdContent .pdDetails .f-carousel .f-carousel__dots li button {
  width: 30px;
  height: 30px;
}
.product .pdContent .pdDetails .f-carousel .f-carousel__dots li button span {
  width: 15px;
  height: 15px;
  background-color: #00EAFC;
}
.product .pdContent .pdDetails #productNavigation {
  padding-top: 0px;
  --f-carousel-slide-width: calc( (100% / 4) - 4px );
  --f-carousel-spacing: 5px;
}
.product .pdContent .pdDetails #productNavigation .f-carousel__slide.is-nav-selected {
  position: relative;
}
.product .pdContent .pdDetails #productNavigation .f-carousel__slide.is-nav-selected::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.55);
  width: 100%;
  height: 100%;
}
.product .pdContent .pdDetails #productNavigation .f-carousel__nav {
  display: none;
}
.product .relativeCase {
  background-color: #4B4E53;
  border-radius: 20px;
  border: solid 1px #4B4E53;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .product .relativeCase {
    padding: 15px 30px;
  }
}
@media (min-width: 992px) {
  .product .relativeCase {
    padding: 15px 50px;
  }
}
.product .relativeCase .reItem {
  padding: 5px 5px;
}
@media (min-width: 480px) {
  .product .relativeCase .reItem {
    padding: 10px 10px;
  }
}
.product .relativeCase .reItem .reImg {
  position: relative;
  border: solid 1px #4B4E53;
}
.product .relativeCase .reItem .reInfo {
  position: relative;
  z-index: 21;
}
.product .relativeCase .reItem .reInfo .reTitle a h3 {
  color: #231815;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin: 10px 0 5px;
  transition: color 0.3s ease-in-out;
}
.product .relativeCase .reItem .reInfo .reCf a {
  display: inline-block;
  font-size: 13px;
  background-color: #1C3860;
  color: #EFEFEF;
  padding: 2px 5px;
  transition: all 0.3s ease-in-out;
}
.product .relativeCase .reItem:hover .reInfo .reTitle a h3 {
  cursor: pointer;
}
.product .relativeCase .f-carousel .f-carousel__slide {
  width: 50%;
  border: solid 1px transparent;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.product .relativeCase .f-carousel .f-carousel__slide img {
  width: 100%;
}
@media (min-width: 1025px) {
  .product .relativeCase .f-carousel .f-carousel__slide {
    width: 33.3333333333%;
  }
}
.product .relativeCase .f-carousel .f-carousel__slide h3 {
  font-size: 19px;
  font-weight: bold;
  color: #231815;
  margin: 5px 0;
  text-align: center;
}
.product .relativeCase .f-carousel .f-carousel__nav button svg {
  stroke: #00EAFC;
  stroke-width: 1px;
  width: 42px;
  height: 42px;
  transition: all 0.3s linear;
}
.product .relativeCase .f-carousel .f-carousel__nav button.is-next {
  right: -20px;
}
@media (min-width: 768px) {
  .product .relativeCase .f-carousel .f-carousel__nav button.is-next {
    right: -28px;
  }
}
@media (min-width: 992px) {
  .product .relativeCase .f-carousel .f-carousel__nav button.is-next {
    right: -38px;
  }
}
.product .relativeCase .f-carousel .f-carousel__nav button.is-prev {
  left: -20px;
}
@media (min-width: 768px) {
  .product .relativeCase .f-carousel .f-carousel__nav button.is-prev {
    left: -28px;
  }
}
@media (min-width: 992px) {
  .product .relativeCase .f-carousel .f-carousel__nav button.is-prev {
    left: -38px;
  }
}
.product .relativeCase .f-carousel .f-carousel__nav button[disabled] svg {
  stroke: #4B4E53;
}
.product .relativeCase .f-carousel .f-carousel__nav button:hover svg {
  stroke: #1A6E78;
}
.product .relativeCase .f-carousel .f-carousel__nav button:hover[disabled] svg {
  stroke: #4B4E53;
}

.contact .ctContent {
  flex-wrap: wrap;
  align-items: stretch;
}
.contact .ctContent .ctInfo .main-title, .contact .ctContent .ctForm .main-title {
  font-size: 23px;
  font-weight: bold;
  color: #00EAFC;
  text-align: left;
}
.contact .ctContent .ctInfo .sub-title, .contact .ctContent .ctForm .sub-title {
  margin: 50px 0 0;
}
.contact .ctContent .ctInfo .main-title, .contact .ctContent .ctForm .main-title {
  text-align: left;
  margin-bottom: 30px;
}
.contact .ctContent .ctInfo .main-title::after, .contact .ctContent .ctForm .main-title::after {
  width: 100%;
  left: 0;
  transform: unset;
}
.contact .ctContent .ctInfo {
  width: 100%;
  padding: 30px 0px;
  border-radius: 20px;
}
.contact .ctContent .ctInfo ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .contact .ctContent .ctInfo ul {
    justify-content: flex-start;
  }
}
.contact .ctContent .ctInfo ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 17px;
  padding: 0 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contact .ctContent .ctInfo ul li {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.contact .ctContent .ctInfo ul li svg {
  width: 20px;
  fill: #00EAFC;
  margin-top: 2px;
}
@media (min-width: 992px) {
  .contact .ctContent .ctInfo ul li svg {
    width: 34px;
    margin-top: 0;
  }
}
.contact .ctContent .ctInfo ul li a {
  text-align: left;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .contact .ctContent .ctInfo ul li a {
    padding: 0 0;
  }
}
.contact .ctContent .ctInfo ul li a:hover {
  color: #1A6E78;
}
@media (min-width: 992px) {
  .contact .ctContent .ctInfo ul li p {
    display: block;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
.contact .ctContent .ctInfo ul li p:after {
  position: absolute;
  left: unset;
  right: 10px;
  bottom: 2px;
  text-align: center;
  content: "";
  display: inline-block;
  background-color: #DAB82D;
  width: 1px;
  height: 20px;
  transform: translateX(0);
}
@media (min-width: 992px) {
  .contact .ctContent .ctInfo ul li p:after {
    left: 50%;
    bottom: -10px;
    width: 30px;
    height: 1px;
    transform: translateX(-50%);
  }
}
.contact .ctContent .ctInfo ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact .ctContent .ctInfo {
    width: 45%;
    padding: 0px 10px;
  }
}
@media (min-width: 1200px) {
  .contact .ctContent .ctInfo {
    padding: 0px 0px;
    padding-left: 0;
    padding-right: 50px;
  }
}
.contact .ctContent .ctForm {
  width: 100%;
  padding-top: 30px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .contact .ctContent .ctForm {
    width: 55%;
    padding-left: 50px;
    padding-top: 0px;
  }
}
.contact .ctContent .ctForm form label {
  font-weight: normal;
  font-size: 14px;
  color: #303236;
}
.contact .ctContent .ctForm form label span {
  color: red;
}
.contact .ctContent .ctForm form input, .contact .ctContent .ctForm form textarea {
  border: solid 1px #efefef;
  padding: 5px 5px;
}
.contact .ctContent .ctForm form input:focus, .contact .ctContent .ctForm form textarea:focus {
  border-color: #1A6E78;
}
.contact .ctContent .ctForm form .btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  margin: 20px auto 0;
  color: #fff;
  background-color: #303236;
  transition: all 0.3s ease 0s;
}
.contact .ctContent .ctForm form .btn-contact:hover {
  background-color: #00EAFC;
}
.contact .ctContent .ctItem {
  position: relative;
  display: block;
  width: 100%;
  border: solid 2px #303236;
  padding: 20px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .contact .ctContent .ctItem {
    width: calc(50% - 20px);
  }
}
.contact .ctContent .ctItem h3, .contact .ctContent .ctItem h4 {
  margin: 0;
}
.contact .ctContent .ctItem h3 {
  font-size: 19px;
  font-weight: bold;
}
.contact .ctContent .ctItem h4 {
  font-size: 19px;
  font-weight: bold;
  margin: 10px 0;
}
.contact .ctContent .ctItem p {
  margin: 0;
  margin-top: 10px;
}
.contact .ctContent .ctItem h3, .contact .ctContent .ctItem h4, .contact .ctContent .ctItem p {
  line-height: 1.2;
  display: inline-block;
}
@media (min-width: 768px) {
  .contact .ctContent .ctItem h3, .contact .ctContent .ctItem h4, .contact .ctContent .ctItem p {
    display: block;
  }
}
.contact .ctContent .ctItem form {
  padding: 30px 0;
}
.contact .ctContent .ctItem form .checkbox .contact-privacy {
  font-size: 15px;
}
.contact .ctContent .ctItem form .checkbox .contact-privacy input {
  top: 2px;
}
.contact .ctContent .ctItem form .twrhps input {
  color: #fff;
  width: 145px;
  justify-content: center;
  font-size: 15px;
  padding: 5px 20px;
  border-radius: 20px;
  background: #54C3F1;
  border: unset;
  transition: all 0.3s ease 0s;
}
.contact .ctContent .ctItem form .twrhps input:hover {
  background: #00EAFC;
  padding-right: 25px;
}
.contact .ctContent .ctItem::before {
  position: absolute;
  display: inline-block;
  transform: scale(0.4);
  content: url("../images/icon/deco-y.svg");
  top: -35px;
  left: 12px;
  transform: rotate(180deg) scale(0.4);
}
.contact .ctContent .ctItem:hover {
  background-color: #f2f2f2;
}
.contact .ctContent .ctItem:nth-child(5) h3 {
  margin-bottom: 10px;
}
.contact .ctContent .ctItem:nth-child(5) a {
  color: #fff;
  width: 145px;
  justify-content: center;
  font-size: 19px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 20px;
  background: #54C3F1;
  border: unset;
  transition: all 0.3s ease 0s;
}
.contact .ctContent .ctItem:nth-child(5) a:hover {
  background: #00EAFC;
}

footer {
  background: #303236;
  padding-top: 40px;
}
footer .footer-info .ft-top {
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .footer-info .ft-top .ft-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
footer .footer-info .ft-top .ft-menu {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .footer-info .ft-top .ft-menu .ft-list{
 width: 50%;
text-align: center;
}
footer .footer-info .ft-top .ft-menu ul {
  /*width: 50%;*/
width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
footer .footer-info .ft-top .ft-menu h4,
footer .footer-info .ft-top .ft-menu ul h4,
footer .footer-info .ft-top .ft-menu h4 a,
footer .footer-info .ft-top .ft-menu ul h4 a {
  color: #00EAFC;
  margin: 0 0 10px;
}
footer .footer-info .ft-top .ft-menu h4 a:hover,
footer .footer-info .ft-top .ft-menu ul h4 a:hover {
  color: #1A6E78;
}
footer .footer-info .ft-top .ft-menu ul li {
  margin-bottom: 10px;
}
footer .footer-info .ft-top .ft-menu ul li a {
  color: #fff;
  font-size: 14px;
}
footer .footer-info .ft-top .ft-menu ul li a:hover {
  color: #1A6E78;
}
footer .footer-info .ft-top .ft-menu ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  footer .footer-info .ft-top {
    flex-wrap: nowrap;
  }
  footer .footer-info .ft-top .ft-logo {
    text-align: left;
    width: 180px;
    min-width: 180px;
    margin-bottom: 0;
  }
  footer .footer-info .ft-top .ft-menu {
    width: calc(100% - 180px);
    margin-left: 50px;
    flex-wrap: nowrap;
  }
footer .footer-info .ft-top .ft-menu .ft-list{
 width: fit-content;
}
  footer .footer-info .ft-top .ft-menu ul {
    width: fit-content;
    margin-bottom: 0;
    text-align: left;
  }
  footer .footer-info .ft-top .ft-menu ul li {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  footer .footer-info .ft-top .ft-logo {
    width: 250px;
    min-width: 250px;
  }
  footer .footer-info .ft-top .ft-menu {
    width: calc(100% - 250px);
  }
}
footer .footer-info .ft-bottom {
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-info .ft-bottom .info {
  text-align: center;
}
footer .footer-info .ft-bottom .info li {
  color: #00EAFC;
}
footer .footer-info .ft-bottom .info li h3, footer .footer-info .ft-bottom .info li a, footer .footer-info .ft-bottom .info li p {
  color: #00EAFC;
  font-size: 17px;
}
footer .footer-info .ft-bottom .info li h3 {
  font-size: 21px;
  margin-bottom: 0;
}
footer .footer-info .ft-bottom .info li a {
  font-weight: bold;
  text-decoration: underline;
}
footer .footer-info .ft-bottom .info li a:hover {
  color: #1A6E78;
}
footer .footer-info .ft-bottom .social-icon {
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-info .ft-bottom .social-icon li {
  margin: 0px 7px;
}
footer .footer-info .ft-bottom .social-icon li h4 {
  color: #00EAFC;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 10px;
}
footer .footer-info .ft-bottom .social-icon li a {
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  border: solid 1px #fff;
}
footer .footer-info .ft-bottom .social-icon li a i {
  font-size: 30px;
}
footer .footer-info .ft-bottom .social-icon li a svg {
  fill: #fff;
}
footer .footer-info .ft-bottom .social-icon li a:hover {
  border-color: #1A6E78;
}
footer .footer-info .ft-bottom .social-icon li a:hover svg {
  fill: #1A6E78;
}
footer .footer-info .ft-bottom .social-icon li:first-child {
  width: 100%;
}
footer .footer-info .ft-bottom .social-icon li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  footer .footer-info .ft-bottom {
    justify-content: space-between;
  }
  footer .footer-info .ft-bottom .info {
    text-align: left;
  }
  footer .footer-info .ft-bottom .social-icon li {
    margin: 0 7px 0 0;
  }
  footer .footer-info .ft-bottom .social-icon li h4 {
    text-align: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  footer .footer-info .ft-bottom .social-icon li:first-child {
    width: fit-content;
  }
}
footer .copyright {
  color: #fff;
  font-size: 13px;
  background: #090A0A;
  padding: 5px 0;
}
footer .copyright a {
  color: #fff;
}
footer .copyright a:hover {
  color: #1A6E78;
}
footer .copyright .eod {
  border-bottom: solid 1px #fff;
}
footer .copyright p {
  margin-bottom: 0;
}
footer .copyright .footer-privacy > p {
  display: block;
}
@media (min-width: 1025px) {
  footer .copyright .footer-privacy > p {
    display: inline-block;
  }
}

#back-top {
  bottom: 0px;
  right: 0;
}
#back-top a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#back-top a span, #back-top a i, #back-top a svg {
  transition: all 0.2s linear;
}
#back-top a span {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #231815;
}
#back-top a i {
  font-size: 30px;
  line-height: 0.5;
}
#back-top a svg {
  position: absolute;
  fill: #231815;
  width: 20px;
  height: 40px;
  transition: all 0.2s linear;
}
#back-top a:hover span {
  color: #00EAFC;
}
#back-top a:hover i {
  color: #1A6E78;
}
#back-top a:hover svg {
  fill: #00EAFC;
  filter: drop-shadow(5px 0px 3px rgba(0, 0, 0, 0.15));
}
@media (min-width: 480px) {
  #back-top {
    bottom: 0px;
  }
}

/*# sourceMappingURL=custom.css.map */

[data-sectiontag="Banner"] img {
  width:100%;
}

@media (max-width: 1920px) {
  .indexResult video {
    width: 1920px;
    height: 810px;
    max-width: fit-content;
  }
}