/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
@include POS(475px,75px);
@include css3(transition,all 1s ease);
@include css3(box-shadow,0px 0px 14px #ffffff);
@include css3(border-radius,$radius);
border: 2px solid #6d4b00;
left: calc(50% - 82.5px);
@include linear-gradient(#db3542, #bc2741);
@include range-width-in(0,0){}
@include ellipsistext();
@include linear-gradient($top, $bottom);
@include no-select();

.btn-face{
    @include btn_style_face($dark_main ,65px ,30px,$radius);
    @include hover_light();
}
.tablebox{
    @include table_style();
}

.gridbox li{
    height: 100px;
    @include grid( 5, 5%);
    background: #000;
    img{
        width: 100%;
    }
}
@media screen and (min-width: 0px) and (max-width:768px) {}
@media screen and (min-width: 769px) and (max-width:1280px) {}
@media screen and (min-width: 1281px) and (max-width:2000px) {}
//mobile range-width-in(0,768px)
//pad    range-width-in(769px,1280px)
//pc     range-width-in(1280px)

*********animation*********
@include css3(transition,all 1s ease);
@include css3(animation,opacitylight 2s infinite linear);
@include keyframes(opacitylight) {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
*/
body {
  line-height: normal;
}

.rowbox {
  display: flex;
  align-items: center;
}

.box-spacing {
  padding-top: 8px;
}
.box-spacing:first-child {
  padding-top: 0;
}

.title.box-spacing {
  padding: 3% 0 1% 0;
}

.stitle.box-spacing {
  padding: 1% 0 0.5% 0;
}

.box-padding-row {
  padding-right: 0px;
  padding-left: 16px;
}
.box-padding-row:first-child {
  padding-left: 0;
}

.box-padding-column {
  padding-top: 16px;
  padding-bottom: 0px;
}
.box-padding-column:first-child {
  padding-top: 0;
}

.box-margin-row {
  margin-right: 0px;
  margin-left: 16px;
}
.box-margin-row:first-child {
  margin-left: 0;
}

.box-margin-column {
  padding-top: 16px;
  padding-bottom: 0px;
}
.box-margin-column:first-child {
  padding-top: 0;
}

.box-col-24 {
  width: 100%;
}

.box-col-18 {
  width: 75%;
}

.box-col-16 {
  width: 66.66666667%;
}

.box-col-12 {
  width: 50%;
}

.box-col-8 {
  width: 33.33333333%;
}

.box-col-6 {
  width: 25%;
}

.pic img {
  max-width: 100%;
}

.wrapper_in {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}
@media screen and (min-width: 0) and (max-width: 1280px) {
  .wrapper_in {
    padding: 0 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .wrapper_in {
    padding: 0 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .wrapper_in {
    padding: 0 12px;
  }
}

.wrapper_in_for_nav {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}
@media screen and (min-width: 0) and (max-width: 1280px) {
  .wrapper_in_for_nav {
    padding: 0 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .wrapper_in_for_nav {
    padding: 0 30px;
  }
}

.btn {
  margin: 0 2px;
  font-size: 14px;
  border-radius: 4px;
  border: solid 0 #0b0306;
  background-color: #00afb8;
  color: #fff;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  padding: 6px 0;
  line-height: 20px;
  min-width: 120px;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: #00b8c2;
  color: #fff;
}

.btn-white {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #00afb8;
  background-color: #FFF;
  color: #00afb8 !important;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  padding: 6px 0;
  line-height: 20px;
  min-width: 90px;
  transition: all 0.2s ease;
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/loader.gif) center no-repeat #fff;
}

.colorlib-nav {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .colorlib-nav {
    margin: 0;
  }
}
.colorlib-nav .top-menu {
  box-shadow: 2.1px 4.5px 31.8px 11.2px rgba(134, 148, 161, 0.16);
  min-height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.colorlib-nav .top-menu .rowbox {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .colorlib-nav .top-menu {
    min-height: 58px;
    padding: 12px 0;
  }
}
.logo_Group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_Group .nav-block {
  border: 1px solid #dddddd;
  height: 24px;
  margin-left: 16px;
}

.colorlib-nav .nav-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.colorlib-nav .nav-logo img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .colorlib-nav .nav-logo {
    margin-left: 20px;
    width: 188px;
  }
}

.colorlib-nav .nav-logo a {
  position: relative;
  color: #fff;
}

.colorlib-nav .nav-logo a i {
  color: #fff;
  display: block;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .colorlib-nav .menu-1 {
    display: none;
  }
}
.colorlib-nav ul {
  padding: 0;
  margin: 0;
  margin-left: 100px;
  display: flex;
  align-items: center;
}

.colorlib-nav ul li {
  padding: 8px 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}

.colorlib-nav ul > li, .colorlib-nav ul > a {
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .colorlib-nav ul > li, .colorlib-nav ul > a {
    margin-left: 10px;
  }
}

.colorlib-nav ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 4px;
  margin-bottom: 2px;
  color: #484848;
  font-family: "Microsoft JhengHei", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}

.colorlib-nav ul li a:hover {
  color: #00afb8;
}

.colorlib-nav ul li.has-dropdown {
  position: relative;
}

.colorlib-nav ul li.has-dropdown .dropdown {
  width: 140px;
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}

.colorlib-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}

.colorlib-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 0px;
}

.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}

.colorlib-nav ul li.btn-cta a {
  color: #fff;
  background: #4aca85;
  padding: 10px 15px;
  border-radius: 100px;
  transition: 0.3s;
}

.colorlib-nav ul li.btn-cta a:hover {
  -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active > a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.colorlib-nav ul li.active > a:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  color: #fff;
  background: #1a1a1a;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(-270px);
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #colorlib-offcanvas {
    display: block;
  }
}
.offcanvas #colorlib-offcanvas {
  transform: translateX(0px);
}

#colorlib-offcanvas a {
  color: #fff;
}

#colorlib-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  justify-content: center;
}

#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#colorlib-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  transform: rotate(-180deg);
}

#colorlib-offcanvas ul li.btn-cta {
  margin-top: 5px;
}

#colorlib-offcanvas ul li.btn-cta a {
  border-bottom: 1px solid #4aca85;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #colorlib-offcanvas ul li {
    font-size: 16px;
    padding: 6px 4px 6px 16px;
  }
}
.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
  background: #303133;
}

.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white > i {
  color: #fff;
  background: #02afb8;
}

.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
  background: #02afb8;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
  background: #fff;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
  background: #fff;
}

.colorlib-nav-toggle {
  position: fixed;
  left: 12px;
  top: 2px;
  z-index: 2001;
  padding: 12px 0 0 0;
  margin: 0 auto;
  display: none;
  width: 25px;
  height: 36px;
  border-bottom: none;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .colorlib-nav-toggle {
    display: block;
  }
}
#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  min-height: 100vh;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

.bg-wrapper .page-bg {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-wrapper .page-bg img {
    max-width: 100%;
  }
}
.bg-wrapper .bg11 {
  bottom: 0;
  width: 100%;
  height: 189px;
  text-align: center;
  overflow: hidden;
}

.topbanner {
  position: relative;
  min-height: 470px;
  margin-top: 70px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner {
    margin-top: 58px;
  }
}
.topbanner .topbanner_info {
  justify-content: center;
  min-height: 470px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .topbanner .topbanner_info {
    margin-bottom: -100px;
  }
}
@media screen and (min-width: 361px) and (max-width: 576px) {
  .topbanner .topbanner_info {
    min-height: 440px;
    margin-top: -11px;
  }
}
.topbanner .topbanner_info .carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.topbanner .topbanner_info .carousel-cell {
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .topbanner .topbanner_info .carousel-cell {
    min-height: 300px;
    width: 100%;
  }
}
.topbanner .topbanner_info .carousel-cell img {
  width: 100%;
}
.topbanner .topbanner_info .flickity-page-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 15px;
}
.topbanner .topbanner_info .flickity-page-dots .dot {
  margin: 0 5px;
  background: white;
}
.topbanner .topbanner_info .flickity-page-dots .dot.is-selected {
  background: white;
  width: 22px;
  height: 8px;
  border-radius: 3px;
}
@media screen and (min-width: 577px) {
  .topbanner .topbanner_info .mb-show-for-top {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .topbanner .topbanner_info .pc-show-for-top {
    display: none !important;
  }
}

section .wrapper_in {
  padding-top: 70px;
  padding-bottom: 80px;
}

section .section_title {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: normal;
  color: #292929;
  padding-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  section .section_title {
    font-size: 22px;
    padding-bottom: 20px;
  }
}
section .section_title::after {
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  width: 72px;
  height: 4px;
  left: calc(50% - 36px);
  bottom: 0;
  background-color: #00afb8;
  border-radius: 2px;
}
section .section_title:hover::after {
  width: 100px;
  left: calc(50% - 50px);
}

.modal-dialog {
  margin: 50px auto 0;
}

.right-menu {
  position: fixed;
  top: 60%;
  right: 26px;
  box-shadow: 0 0 4px 0 rgba(181, 181, 181, 0.5);
  border-radius: 10px;
  background: #fff;
  padding: 0 15px;
  z-index: 999;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu {
    display: flex;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
  }
}
.right-menu .right-menu-item {
  display: flex;
}
.right-menu .right-menu-item + .right-menu-item {
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu .right-menu-item + .right-menu-item {
    border-top: none;
  }
}
.right-menu .totop {
  display: none;
}
.right-menu .totop.active {
  display: flex;
}
.right-menu .menu-li {
  margin: 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #00afb8;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu .menu-li {
    margin: 8px auto;
  }
}
.right-menu .menu-li .txt {
  margin-top: 6px;
}
.right-menu a {
  text-decoration: initial;
  outline: none;
}
.right-menu a:hover, .right-menu a:focus, .right-menu a:active, .right-menu a:visited {
  outline: none;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu a {
    flex-grow: 1;
    width: 50%;
  }
}

.footer {
  background-color: #292929;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 6px 24px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .footer {
    flex-direction: column;
    text-align: center;
    margin-bottom: 72px;
    padding: 16px 16px 8px;
  }
  .footer > * + * {
    margin-top: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) and (min-width: 0) and (max-width: 768px) {
  .footer > * + * {
    margin-top: 24px;
  }
}
.footer .footer_title {
  flex-shrink: 0;
  border-right: 1px solid #fff;
  padding-right: 16px;
  margin-right: 16px;
}
.footer .footer_title .security-icon {
  margin-left: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .footer .footer_title .phone-icon {
    display: none;
  }
  .footer .footer_title .security-icon {
    display: none;
  }
}
.footer a {
  color: #fff;
}
.footer ul {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .footer ul li + li {
    text-align: left;
  }
}

.i-top, .i-class {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.i-top::before {
  content: url(../images/scroll_icon02.svg);
}

.i-class::before {
  content: url(../images/scroll_icon01.svg);
}

.i-contact::before {
  content: url(../images/icon_contact.svg);
}

.i-free {
  margin-top: 5px;
}
.i-free::before {
  content: url(../images/icon-free.svg);
}

.i-unlimitedLearn::before {
  content: url(../images/icon_unlimitedLearn.svg);
}/*# sourceMappingURL=layout.css.map */