@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
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,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------通用設定------------------------*/
::-moz-selection {
  color: #fff;
  background: #0091cd;
}
::selection {
  color: #fff;
  background: #0091cd;
}

a {
  outline: none;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: initial;
}

*:focus {
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/*----------------------共用樣式------------------------*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.mpsrel {
  position: relative;
}

.bgcover {
  width: 100%;
  height: 0;
  background: center / cover;
}

.indent-paraf {
  text-indent: -20px;
  margin-left: 48px;
  font-size: 17px;        
}

/*----------------------編輯器------------------------*/
.editor_inner {
  color: black;
  font-weight: 400;
  line-height: 1.667;
}

@media all and (max-width: 575px) {
  .editor_inner {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 576px) {
  .editor_inner {
    font-size: 1.125rem;
  }
}

.editor_inner ul, .editor_inner ol {
  padding-left: 10px;
}

.editor_inner ol {
  list-style: decimal;
}

.editor_inner ul {
  list-style: disc;
}

.editor_inner img {
  max-width: 100%;
  height: auto !important;
}

.editor_inner b, .editor_inner strong {
  font-weight: bold;
  font-style: inherit;
}

.editor_inner em {
  font-style: italic;
}

.editor_inner a {
  text-decoration: underline;
  color: #0782C1;
}

.editor_inner iframe {
  max-width: 100%;
}

.editor_inner h1, .editor_inner h2, .editor_inner h3, .editor_inner h4, .editor_inner h5, .editor_inner h6 {
  margin: inherit;
}

.editor_inner blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  border-left: 5px solid #ccc;
  margin-left: 40px;
}

@media all and (max-width: 575px) {
  .editor_inner {
    line-height: 1.5625;
  }
}

@media all and (max-width: 768px) {
  .editor_inner.show-pc {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .editor_inner.show-mo {
    display: none;
  }
}

/*-------------------背景圖片 桌手機分開-----------------*/
@media all and (max-width: 575px) {
  .bgcover[data-src-lg] {
    content: attr(data-src-lg, url);
  }
}

@media all and (min-width: 576px) {
  .bgcover[data-src-sm] {
    content: attr(data-src-sm, url);
  }
}

#topBtn {
  text-align: center;
  display: block;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

#topBtn div {
  font-size: 1.125rem;
  color: #0091cd;
  font-weight: 600;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 0.9em;
}

#topBtn .line {
  width: 3px;
  height: 60px;
  background-color: #0091cd;
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

#topBtn .line:after {
  content: ' ';
  background-color: #db5325;
  border-radius: 99em;
  -webkit-transition: bottom 0.6s;
  transition: bottom 0.6s;
  position: absolute;
  bottom: 0;
  width: 13px;
  height: 13px;
  left: -5px;
}

#topBtn.open {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

@media all and (max-width: 575px) {
  #topBtn {
    position: fixed;
    right: 4px;
    bottom: 90px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media all and (min-width: 576px) {
  #topBtn {
    position: fixed;
    right: 16px;
    bottom: 80px;
  }
}

@media all and (min-width: 769px) {
  #topBtn:hover .line:after {
    bottom: calc(100% - 9px);
  }
}

.snbtn, .spbtn, .dwbtn {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #0091cd;
  z-index: 10;
}

.snbtn i, .spbtn i, .dwbtn i {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid white;
  border-left: 2px solid white;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  z-index: 10;
  width: 20px;
  height: 20px;
}

.snbtn:before, .spbtn:before, .dwbtn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: 0.6s opacity;
  transition: 0.6s opacity;
  z-index: 1;
}

.spbtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -45%) rotate(-45deg);
          transform: translate(-40%, -45%) rotate(-45deg);
}

.snbtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -45%) rotate(135deg);
          transform: translate(-70%, -45%) rotate(135deg);
}

/*---------------------video----------------------*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-responsive.embed-responsive-16by9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

/*---------------------page----------------------*/
.page {
  color: #db5325;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 575px) {
  .page {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 576px) {
  .page {
    font-size: 1.25rem;
  }
}

.page dt a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  padding-top: 10px;
}

.page dt a:before {
  display: block;
}

.page .ltbn a {
  padding-left: 15px;
}

.page .ltbn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent #db5325 transparent transparent;
}

.page .rtbn a {
  padding-left: 5px;
}

.page .rtbn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #db5325;
}

.page select {
  width: 56px;
  padding-bottom: 0.1em;
}

@media all and (max-width: 575px) {
  .page select {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 576px) {
  .page select {
    font-size: 1.25rem;
  }
}

.page .line {
  width: 1px;
  height: 1em;
  background-color: #e5e5e5;
  display: inline-block;
  margin: 0 1.5em 0 0.2em;
}

.page .active {
  color: #333333;
}

@media all and (max-width: 575px) {
  .page dd {
    margin: 0 12px;
  }
}

@media all and (min-width: 769px) {
  .page .ltbn a:hover {
    padding-left: 10px;
  }
  .page .ltbn a:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #333333 transparent transparent;
  }
  .page .rtbn a:hover {
    padding-left: 10px;
  }
  .page .rtbn a:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #333333;
  }
  .page dd {
    margin: 0 12px;
  }
}

header {
  z-index: 100;
  width: 100%;
  font-size: 1rem;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0%;
}

@media all and (max-width: 990px) {
  header {
    height: 50px;
  }
  header li a.hasmenu {
    position: relative;
  }
  header li a.hasmenu:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: no-repeat url(../images/arrow.png) right center/contain;
    width: 16px;
    height: 8px;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  header li.in-active a.hasmenu:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header li.in-active .subBox {
    max-height: 100px;
  }
}

@media all and (min-width: 991px) {
  header li:hover .subBox {
    visibility: visible;
    opacity: 1;
  }
}

header.navdown {
  background-color: white;
}

header .navBox {
  z-index: 10;
  height: 100%;
  width: 100%;
}

@media all and (max-width: 990px) {
  header .navBox {
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}

header .logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 12;
}

@media all and (max-width: 990px) {
  header .logo {
    left: 24px;
    width: 110px;
  }
}

@media all and (min-width: 991px) {
  header .logo {
    left: 40px;
    width: 182px;
  }
}

@media all and (min-width: 1440px) {
  header .logo {
    left: 80px;
  }
}

header .menuicon {
  position: fixed;
  right: 16px;
  z-index: 12;
}

header .menuicon .mpsrel {
  width: 40px;
  height: 40px;
}

header .menuicon .bar, header .menuicon .bar:after, header .menuicon .bar:before {
  -webkit-transition: all .25s;
  transition: all .25s;
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  height: 2px;
  width: 28px;
  background: #777777;
}

header .menuicon .bar {
  margin-top: 19px;
}

header .menuicon .bar:before {
  top: -10px;
}

header .menuicon .bar:after {
  top: 10px;
}

@media all and (max-width: 990px) {
  header .menuicon {
    top: 6px;
  }
}

@media all and (min-width: 991px) {
  header .menuicon {
    display: none;
  }
}

header.menu-expanded .menuicon .bar {
  background: rgba(0, 0, 0, 0);
}

header.menu-expanded .menuicon .bar:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
  background: #777777;
}

header.menu-expanded .menuicon .bar:after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 30px;
  background: #777777;
}

header ul.mmenu {
  background-color: white;
}

@media all and (max-width: 990px) {
  header ul.mmenu {
    padding-top: 60px;
    -webkit-box-shadow: 0px 1px 6px 0.5px rgba(34, 24, 21, 0.25);
            box-shadow: 0px 1px 6px 0.5px rgba(34, 24, 21, 0.25);
  }
}

@media all and (min-width: 991px) {
  header ul.mmenu {
    text-align: right;
    padding: 22px 0 22px;
    padding-right: 10px;
  }
}

@media all and (min-width: 1440px) {
  header ul.mmenu {
    padding-right: 20px;
  }
}

header ul.mmenu > li {
  position: relative;
}

header ul.mmenu > li > a {
  display: block;
  position: relative;
  font-size: 1rem;
  color: black;
  font-weight: 400;
  line-height: 1.5;
}

@media all and (max-width: 990px) {
  header ul.mmenu > li a {
    padding: 14px 40px;
  }
}

@media all and (min-width: 991px) {
  header ul.mmenu > li {
    display: inline-block;
    margin: 0 16px;
  }

  header ul.mmenu > li.btn-block1 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  header ul.mmenu > li span {
    padding: 16px;
    display: block;
  }
  header ul.mmenu > li span:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #0091cd;
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  header ul.mmenu > li:hover > a, header ul.mmenu > li.active > a {
    color: #0091cd;
  }
  header ul.mmenu > li:hover > a span::before, header ul.mmenu > li.active > a span::before {
    opacity: 1;
  }
}

header ul.mmenu li.btngroup {
  text-align: center;
  vertical-align: 3px;
}

@media all and (max-width: 990px) {
  header ul.mmenu li.btngroup {
    padding: 2em 0 3em;
  }
}

@media all and (min-width: 991px) {
  header ul.mmenu li.btngroup {
    padding-left: 125px;
  }
}

header ul.subBox {
  text-align: left;
  background-color: #0091cd;
}

header ul.subBox a {
  display: block;
  color: white;
}

@media all and (max-width: 990px) {
  header ul.subBox {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

@media all and (min-width: 991px) {
  header ul.subBox {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    position: fixed;
    top: 76px;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    border-radius: 10px;
    padding: 10px 0;
  }
  header ul.subBox a {
    padding: 10px 20px;
  }
  header ul.subBox a:hover {
    opacity: 0.5;
  }
}

header .olink, .indx .section2 .intro-link .olink, .pri .intro-link .olink {
  text-align: center;
  border-radius: 99em;
}

header .olink .svg {
  margin-right: 0.6em;
  width: 1em;
  height: 1em;
  fill: white;
  vertical-align: -2px;
}

header .olink.btn2 .svg {
  margin-right: 0.3em !important;
  width: 1.5em !important;
  height: 1.5em !important;
  vertical-align: -6px !important;
}

header .olink.btn1 {
  color: white;
  background-color: #0091cd;
  border: 1px solid #0091cd;
}

header .olink.btn2, .indx .section2 .intro-link .olink.btn2, .pri .intro-link .olink.btn2{
  color: white;
  background-color: #db5325;
  border: 1px solid #db5325;
  display: inline-block;
}

@media all and (max-width: 990px) {
  header .olink.btn1 {
    width: 110px;
    padding: 6px 0px;
    display: inline-block;
    margin: 12px 0 12px 12px;
  }
  .indx .section2 .intro-link .olink.btn2, .pri .intro-link .olink.btn2 {
    padding: 20px 5px;
    line-height: 1;
  }

  .indx .section2 .intro-link-q {
    font-size: 22px;
    margin-top: 50px;
  }

  header .olink.btn2 {
    width: 200px;
    padding: 6px 0px;
  }
}

@media all and (min-width: 991px) {
  header .olink.btn2 {
    width: 200px;
  }
  header .olink.btn1 {
    width: 110px;
    padding: 6px 0px;
    z-index: 8;
    display: inline-block;
    -webkit-transition: color 0.6s,background 0.6s;
    transition: color 0.6s,background 0.6s;
  }
  header .olink.btn1:hover {
    background-color: white;
    color: #0091cd;
  }
  header .olink.btn1:hover .svg {
    fill: #0091cd;
  }
  header .olink.btn2 {
    width: 200px;
    padding: 6px 0px;
  }

  .indx .section2 .intro-link .olink.btn2, .pri .intro-link .olink.btn2  {
    padding: 20px 5px;
    line-height: 1;
  }

  .indx .section2 .intro-link .enroll-link {
    margin-left: 20px;
  }

  .indx .section2 .intro-link-q {
    font-size: 28px;
    line-height: 1.3;
  }

  header .olink.btn2:hover, .indx .section2 .intro-link .olink.btn2:hover, .pri .intro-link .olink.btn2:hover {
    background-color: white;
    color: #db5325;
  }
  header .olink.btn2:hover .svg {
    fill: #db5325;
    stroke: white;
  }
}

.req_btn {
  display: block;
  position: fixed;
  right: 0;
  z-index: 100;
  background: #ff6151;
}

.req_btn div {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: white;
}

@media all and (max-width: 575px) {
  .req_btn {
    padding: 15px 6px 15px 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 18vh;
    min-height: 11em;
  }
  .req_btn img {
    width: 24px;
    margin-bottom: 0.8em;
  }
}

@media all and (min-width: 576px) {
  .req_btn {
    padding: 20px 12px 20px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    top: 28vh;
    min-height: 180px;
  }
  .req_btn img {
    width: 28px;
    margin-bottom: 0.8em;
  }
  .req_btn div {
    margin-left: 2px;
  }
  .req_btn:hover {
    background: #fd7263;
  }
}

footer {
  background-color: white;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding: 40px 0;
}

footer .f333 {
  color: #333;
  display: inline-block;
}

footer .f777 {
  color: #777;
}

@media all and (max-width: 575px) {
  footer i {
    display: block;
  }
}

@media all and (max-width: 990px) {
  footer .flogo {
    width: 120px;
  }
  footer i {
    display: block;
  }
  footer .f333 {
    margin: 0.6em 0em 0.6em;
  }
  footer .appbtn a {
    display: inline-block;
    margin: 1em 2px 0;
  }
  footer .appbtn a img {
    width: 120px;
  }
}

@media all and (min-width: 991px) {
  footer .flogo {
    width: 220px;
  }
  footer .f333 {
    margin: 1em 0.5em;
  }
  footer .appbtn a {
    display: inline-block;
    margin: 2em 4px 0;
  }
}

/*----------------------theme------------------------*/
body {
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  visibility: hidden;
  opacity: 0;
  font-family: "Montserrat", sans-serif;
}

@media all and (max-width: 575px) {
  body {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 576px) {
  body {
    font-size: 1rem;
  }
}

body.fade-in {
  opacity: 1;
  -webkit-transition: opacity  2s ease;
  transition: opacity  2s ease;
  visibility: visible;
}

#Wapper {
  overflow: hidden;
}

.row {
  position: relative;
}

@media all and (max-width: 768px) {
  .row.col {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media all and (min-width: 769px) {
  .row {
    margin: 0 auto;
  }
  .row.col {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row:not(.col) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 769px) and (max-width: 990px) {
  .row:not(.w100) {
    max-width: 80%;
  }
}

@media all and (min-width: 991px) {
  .row {
    width: 1200px;
    max-width: 90%;
  }
  .row.col-10 {
    max-width: calc(1264px * 0.8333);
    padding-left: 16px;
    padding-right: 16px;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pgkv {
  display: block;
  position: relative;
  text-align: center;
}

.pgkv .mtitle {
  color: #333;
  font-weight: 700;
  line-height: 1;
}

@media all and (max-width: 575px) {
  .pgkv .mtitle {
    font-size: 2rem;
  }
}

@media all and (min-width: 576px) {
  .pgkv .mtitle {
    font-size: 3rem;
  }
}

.pgkv .bgcolor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media all and (max-width: 768px) {
  .pgkv {
    margin-top: 8em;
    padding: 0 24px 4em;
  }
  .pgkv .mtitle {
    margin-bottom: 1em;
  }
  .pgkv .bgcolor {
    height: 50%;
  }
}

@media all and (min-width: 769px) {
  .pgkv {
    margin-top: 180px;
    padding: 0 40px 30px;
  }
  .pgkv .mtitle {
    margin-bottom: 30px;
  }
  .pgkv .bgcolor {
    height: calc(50% + 100px - 1em - 72px);
  }
}

@media all and (max-width: 990px) {
  .pgkv .pc_use {
    display: none;
  }
}

@media all and (min-width: 991px) {
  .pgkv .mo_use {
    display: none;
  }
}

h2 {
  color: #333;
  font-weight: 600;
  line-height: 1.5;
}

@media all and (max-width: 575px) {
  h2 {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 576px) {
  h2 {
    font-size: 2.25rem;
  }
}

h4 {
  font-weight: 600;
  line-height: 1.6;
}

@media all and (max-width: 575px) {
  h4 {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 576px) {
  h4 {
    font-size: 1.875rem;
  }
}

h4.fcolor1 {
  color: #0091cd;
}

h4.fcolor2 {
  color: #db5325;
}

h4.fcolor3 {
  color: #333333;
}

@media all and (max-width: 575px) {
  .txt {
    line-height: 1.6;
  }
}

@media all and (min-width: 576px) {
  .txt {
    line-height: 1.875;
  }
}

.bdradius {
  background-color: white;
}

@media all and (max-width: 768px) {
  .bdradius {
    border-radius: 10px;
  }
}

@media all and (min-width: 769px) {
  .bdradius {
    border-radius: 20px;
  }
}

.img-radius {
  overflow: hidden;
}

.txt-justify {
  color: black;
  font-weight: 400;
  line-height: 1.667;
}

@media all and (max-width: 575px) {
  .txt-justify {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 576px) {
  .txt-justify {
    font-size: 1.125rem;
  }
}

.back {
  display: inline-block;
  color: black;
  font-weight: 400;
  line-height: 1.5;
}

@media all and (max-width: 575px) {
  .back {
    font-size: 0.9375rem;
  }
}

@media all and (min-width: 576px) {
  .back {
    font-size: 1.5rem;
  }
}

.back i {
  display: inline-block;
  width: 28px;
  height: 10px;
  border-bottom: 1px solid black;
  position: relative;
}

.back i::before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background: black;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media all and (max-width: 575px) {
  .back {
    margin-top: 30px;
  }
  .back i {
    width: 20px;
    margin-right: 4px;
    vertical-align: 3px;
  }
  .back i::before {
    width: 6px;
  }
}

@media all and (min-width: 576px) {
  .back {
    margin-top: 100px;
  }
  .back i {
    vertical-align: 5px;
    margin-right: 8px;
  }
  .back:hover {
    color: #0091cd;
  }
  .back:hover i {
    border-color: #0091cd;
  }
  .back:hover i:before {
    background-color: #0091cd;
  }
}

@media all and (min-width: 1200px) {
  .back {
    margin-left: -40px;
  }
}

.btn {
  text-align: center;
  display: inline-block;
  color: white;
  font-weight: 500;
  line-height: 1;
  position: relative;
  background-color: #0091cd;
  border: 1px solid #0091cd;
  width: 220px;
  padding: 20px 0;
  border-radius: 30px;
}

@media all and (max-width: 575px) {
  .btn {
    font-size: 1rem;
  }
}

@media all and (min-width: 576px) {
  .btn {
    font-size: 1.125rem;
  }
}

.btn i {
  width: 30px;
  height: 1px;
  background-color: white;
  display: inline-block;
  position: relative;
  margin-left: 0.8em;
  vertical-align: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn i:after {
  width: 8px;
  height: 8px;
  border-radius: 99em;
  content: "";
  background-color: white;
  position: absolute;
  top: -4px;
  left: 0%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media all and (min-width: 769px) {
  .btn:hover {
    color: #0091cd;
    background-color: white;
  }
  .btn:hover i {
    background-color: #0091cd;
  }
  .btn:hover i:after {
    background-color: #0091cd;
    left: 100%;
  }
}

.faq .bgcolor {
  background-color: #eefaff;
}

.faq .faq_bd {
  overflow: hidden;
}

.faq .faq_bd:nth-child(odd) a {
  background-color: #06a1b3;
}

.faq .faq_bd:nth-child(odd) .plusbtn i:after, .faq .faq_bd:nth-child(odd) .plusbtn i::before {
  background-color: #06a1b3;
}

.faq .faq_bd:nth-child(even) a {
  background-color: #5abcc7;
}

.faq .faq_bd:nth-child(even) .plusbtn i:after, .faq .faq_bd:nth-child(even) .plusbtn i::before {
  background-color: #5abcc7;
}

.faq .faq_bd.active .plusbtn i:after {
  opacity: 0;
}

.faq .faq_bd a {
  position: relative;
  color: white;
  display: block;
  font-weight: 600;
  line-height: 1.3;
}

@media all and (max-width: 575px) {
  .faq .faq_bd a {
    font-size: 1.125rem;
  }
}

@media all and (min-width: 576px) {
  .faq .faq_bd a {
    font-size: 1.5rem;
  }
}

.faq .faq_bd a::before {
  content: "Q.";
}

@media all and (max-width: 575px) {
  .faq .faq_bd a::before {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 576px) {
  .faq .faq_bd a::before {
    font-size: 2.25rem;
  }
}

.faq .faq_bd .txt {
  color: #333;
  background-color: white;
  display: none;
  line-height: 1.5;
}

.faq .faq_bd .txt::before {
  content: "A.";
  font-weight: 600;
}

@media all and (max-width: 575px) {
  .faq .faq_bd .txt::before {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 576px) {
  .faq .faq_bd .txt::before {
    font-size: 2.25rem;
  }
}

.faq .faq_bd a, .faq .faq_bd .txt {
  position: relative;
}

.faq .faq_bd .plusbtn {
  background-color: white;
  width: 30px;
  height: 30px;
  border-radius: 99em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq .faq_bd .plusbtn i:before, .faq .faq_bd .plusbtn i:after {
  -webkit-transition: all .25s;
  transition: all .25s;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq .faq_bd .plusbtn i:before {
  height: 1px;
  width: 12px;
}

.faq .faq_bd .plusbtn i:after {
  height: 12px;
  width: 1px;
}

@media all and (max-width: 768px) {
  .faq .container {
    padding-bottom: 45px;
  }
  .faq .faq_bd {
    margin-bottom: 1.5em;
    border-radius: 15px;
  }
  .faq .faq_bd a::before, .faq .faq_bd .txt::before {
    position: absolute;
    top: 0.2em;
    left: 0.8em;
  }
  .faq .faq_bd a {
    padding: 1.2em 3em 1.2em 3.5em;
  }
  .faq .faq_bd .txt {
    padding: 1.6em 1.5em 1.6em 4.5em;
  }
  .faq .plusbtn {
    right: 1em;
  }
}

@media all and (min-width: 769px) {
  .faq .container {
    padding-bottom: 90px;
  }
  .faq .faq_bd {
    margin-bottom: 30px;
    border-radius: 30px;
  }
  .faq .faq_bd a::before, .faq .faq_bd .txt::before {
    position: absolute;
    top: 10px;
    left: 36px;
  }
  .faq .faq_bd a {
    padding: 20px 50px 20px 90px;
  }
  .faq .txt {
    padding: 30px 50px 30px 90px;
  }
  .faq .plusbtn {
    right: 36px;
  }
}

.pri .bgcolor {
  background-color: #f7f7f7;
}

.pri .pname {
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 3px solid #f7f7f7;
}

@media all and (max-width: 575px) {
  .pri .pname {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 576px) {
  .pri .pname {
    font-size: 1.875rem;
  }
}

.pri .imgbx img {
  width: 60%;
}

.pri .price {
  position: relative;
}

.pri .price span {
  font-weight: 600;
  color: #db5325;
}

@media all and (max-width: 575px) {
  .pri .price span {
    font-size: 3rem;
  }
}

@media all and (min-width: 576px) {
  .pri .price span {
    font-size: 3.75rem;
  }
}

.pri .price span:before {
  content: "$";
}

@media all and (max-width: 575px) {
  .pri .price span:before {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 576px) {
  .pri .price span:before {
    font-size: 1.875rem;
  }
}

@media all and (max-width: 768px) {
  .pri .row {
    padding-bottom: 45px;
  }
  .pri .col {
    max-width: 480px;
    width: calc(100% - 80px);
    margin: 0 auto 2em;
    padding-bottom: 3em;
  }
  .pri h2 {
    margin-bottom: 1em;
  }
  .pri .pname {
    padding: 1.3em 16px;
  }
  .pri .imgbx {
    padding: 4em 0;
  }
  .pri .price i {
    width: 5em;
    position: absolute;
    top: -4em;
    right: 1.5em;
  }
}

@media all and (min-width: 769px) {
  .pri .row {
    padding: 0 16px;
  }
  .pri h2 {
    margin-bottom: 72px;
  }
  .pri .pname {
    padding: 40px 12px;
  }
  .pri .imgbx {
    padding: 53px 0;
  }
  .pri .price i {
    width: 80px;
    position: absolute;
    top: -60px;
    right: 40px;
  }
}

@media all and (min-width: 769px) and (max-width: 990px) {
  .pri .col {
    max-width: calc((100% - 36px) / 2);
    -webkit-box-flex: calc((100% - 36px) / 2);
        -ms-flex: calc((100% - 36px) / 2);
            flex: calc((100% - 36px) / 2);
    margin-bottom: 100px;
    padding-bottom: 50px;
  }
  .pri .col:nth-child(2n+2) {
    margin-left: 36px;
  }
}

@media all and (min-width: 991px) and (max-width: 1279px) {
  .pri .pname i {
    display: block;
  }
}

@media all and (max-width: 990px) {
  .pri .quote-desc {
    width: 50%;
  }
}

@media all and (min-width: 991px) {
  .pri .col {
    max-width: calc((100% - 72px) / 3);
    -webkit-box-flex: calc((100% - 72px) / 3);
        -ms-flex: calc((100% - 72px) / 3);
            flex: calc((100% - 72px) / 3);
    margin-bottom: 100px;
    padding-bottom: 50px;
  }
  .pri .col:nth-child(3n+2) {
    margin-left: 36px;
    margin-right: 36px;
  }

  .pri .quote-desc {
    width: 40%;
  }
}

.abo .bgcolor {
  background-color: #f5f5f5;
}

.abo .pgkv {
  z-index: 1;
}

.abo .pgkv .mimg {
  position: relative;
  z-index: 1;
}

.abo .des {
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 35em;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 575px) {
  .abo .des {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 576px) {
  .abo .des {
    font-size: 1.875rem;
  }
}

.abo .section0 {
  line-height: 1.5;
}

.abo .section1 {
  position: relative;
  z-index: 1;
}

.abo .section1 h4 {
  white-space: nowrap;
}

.abo .section1 .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.abo .section1 .col.bdradius {
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
}

.abo .section1 .leader-block {
  padding: 20px 200px 0px 200px;
}

.abo .section2 {
  color: white;
}

.abo .section2 .bgcover {
  background-image: url(../images/about/img1.jpg);
}

.abo .section3 h4.fcolor1 {
  max-width: 32em;
  padding: 0 24px;
}

.abo .section3 .bgcover {
  background-image: url(../images/index/b_img.jpg);
}

@media all and (max-width: 768px) {
  .abo .madrs {
    position: absolute;
    right: 5%;
    bottom: -80%;
    z-index: -1;
    width: 90%;
  }
  .abo h2 {
    margin: 1em 0;
  }

  .abo .section0 {
    margin: 0 15% 0 5%; 
  }

  .abo .section1 {
    padding: 0 24px;
  }
  .abo .section1 h4 {
    margin-bottom: 0.5em;
  }
  .abo .section1 .col.bdradius {
    padding: 2em 1.5em;
    margin-bottom: 1.5em;
  }
  .abo .section1 .col.w100 {
    padding-bottom: 2em;
  }
  .abo .section1 .imgbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 8px;
  }
  .abo .section1 .txtbx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1.5em;
  }
  .abo .section1 .leader-block {
    padding: 20px 0px 0px 0px;
  }
  .abo .section2 {
    padding: 3em 0 6em;
    background: no-repeat url(../images/about/bg_mb.jpg) #0080d9 left top/100% auto;
  }
  .abo .section2 h4 {
    margin: 1.5em 0 0.8em;
  }
  .abo .section2 .img-radius {
    border-top-left-radius: 30px;
    width: 100%;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  .abo .section2 .bgcover {
    height: 215px;
  }
  .abo .section3 .row.p1 {
    margin: -3em auto 0;
    padding-top: 2em;
    max-width: calc(100% - 48px);
  }
  .abo .section3 .p2 {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#eefaff), to(#fff));
    background: linear-gradient(to top, #eefaff, #fff);
    padding-bottom: 4em;
  }
  .abo .section3 .imgbx {
    margin: 4em auto 3em;
  }
  .abo .section3 .img-radius {
    border-top-right-radius: 30px;
    width: 100%;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
    margin: 3em 0 2em;
  }
  .abo .section3 .bgcover {
    height: 215px;
  }
  .abo .section3 .bgimg {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .abo .madrs {
    position: absolute;
    right: 0;
    bottom: -85%;
    z-index: -1;
    width: 35.31vw;
  }
  .abo h2 {
    margin: 60px 0;
  }

  .abo .section0 {
    margin: 0 margin;
  }

  .abo .section1 h4 {
    margin-bottom: 24px;
  }
  .abo .section1 .col {
    padding: 50px;
  }
  .abo .section1 .imgbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    width: 110px;
  }
  .abo .section1 .txtbx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 60px;
  }

  .abo .section2 {
    padding: 90px 0 165px;
    background: no-repeat url(../images/about/bg.jpg) #0080d9 left top/auto 100%;
  }
  .abo .section2 h4 {
    margin-bottom: 32px;
  }
  .abo .section3 .row.p1 {
    margin-top: -60px;
    padding: 60px 16px 0;
  }
  .abo .section3 .p2 {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#eefaff), to(#fff));
    background: linear-gradient(to top, #eefaff, #fff);
    padding-bottom: 90px;
  }
  .abo .section3 h4.fcolor1 {
    margin: 0 auto 72px;
  }
  .abo .section3 .txt {
    padding: 0 48px;
  }
  .abo .section3 .bgimg {
    width: 20vw;
    position: absolute;
    right: 8vw;
    bottom: 0;
  }
}

@media all and (min-width: 769px) and (max-width: 990px) {
  .abo .section1 .col.bdradius:nth-child(1) {
    margin-bottom: 50px;
  }
  .abo .section1 .leader-block {
    padding: 20px 0px 0px 0px;
  }
  .abo .section2 .img-radius {
    border-top-left-radius: 60px;
    width: 100%;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
    margin-bottom: 60px;
  }
  .abo .section2 .bgcover {
    height: 300px;
  }
  .abo .section3 .imgbx {
    width: 70%;
    margin: 0 auto 70px;
  }
  .abo .section3 .img-radius {
    border-top-right-radius: 60px;
    width: 100%;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
    margin: 40px 0;
  }
  .abo .section3 .bgcover {
    height: 300px;
  }
}

@media all and (min-width: 991px) {
  .abo .section1 .col:not(.w100) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 32px) / 2);
            flex: 0 0 calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
    margin: 0 8px;
  }
  .abo .section1 .col.w100 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .abo .section2 .col-6 {
    width: 600px;
    max-width: 50%;
  }
  .abo .section2 .img-radius {
    border-top-left-radius: 60px;
    width: 44.8vw;
    position: absolute;
    top: 0px;
    left: 58%;
  }
  .abo .section2 .bgcover {
    height: 430px;
  }
  .abo .section3 .imgbx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 50px;
  }
  .abo .section3 .txt.fleft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 600px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .abo .section3 .txt.fright {
    padding-top: 100px;
    margin-bottom: 40px;
  }
  .abo .section3 .img-radius {
    border-top-right-radius: 60px;
    width: 80%;
    -webkit-transform: translate(-20%, 60px);
            transform: translate(-20%, 60px);
  }
  .abo .section3 .bgcover {
    height: 430px;
  }
}

@media all and (min-width: 1200px) {
  .abo .section3 .img-radius {
    border-top-right-radius: 60px;
    width: 47.3vw;
    position: absolute;
    top: 0px;
    right: 54%;
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }
  .abo .section3 .txt.fright {
    float: right;
    max-width: 600px;
    width: 50%;
  }
}

@media all and (min-width: 1440px) {
  .abo .section1 {
    padding: 0 48px;
  }
}

.asj.fade {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
}

.asj.fade.animated {
  opacity: 1;
}

.asj.fade-up {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 2s,-webkit-transform 1.5s;
  transition: opacity 2s,-webkit-transform 1.5s;
  transition: opacity 2s,transform 1.5s;
  transition: opacity 2s,transform 1.5s,-webkit-transform 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.asj.fade-up.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.asj[data-delay="100"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.asj[data-delay="200"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.asj[data-delay="300"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.asj[data-delay="500"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.formtable input, .formtable select, .formtable textarea {
  background: #f6f6f6;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 100%;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: black;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  vertical-align: middle;
  padding: 11px 18px 9px;
}

.formtable input:focus, .formtable select:focus, .formtable textarea:focus {
  outline: none;
}

.formtable .ero input, .formtable .ero select, .formtable .ero textarea {
  border: 1px solid #db5325;
}

.formtable textarea {
  border-radius: 12px;
}

.formtable ::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}

.formtable :-moz-placeholder {
  color: #999999;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}

.formtable ::-moz-placeholder {
  color: #999999;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}

.formtable :-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}

.formtable label {
  position: relative;
  display: block;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.2em 0;
}

@media all and (max-width: 575px) {
  .formtable label {
    font-size: 1rem;
  }
}

@media all and (min-width: 576px) {
  .formtable label {
    font-size: 1.25rem;
  }
}

.formtable label.requ::before {
  content: "*";
  color: #db5325;
  vertical-align: 4px;
}

.formtable .with-errors {
  font-size: 0.875rem;
  color: #db5325;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  max-width: 100%;
  min-height: 1.5em;
  margin: 4px 0;
}

.formtable .file-upload {
  position: relative;
  margin-bottom: 20px;
}

.formtable .file-upload .controls {
  display: none;
}

.formtable .file-upload .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formtable .file-upload .mpath {
  display: inline-block;
  font-size: 0.875rem;
  color: #333333;
  margin-left: 16px;
}

.formtable .file-upload .mpath i {
  opacity: 0.5;
}

.formtable .file-upload .file-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact {
  background: #eefaff;
}

.contact .pgkv {
  background-color: white;
}

.contact .pgkv .bgcolor2 {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
}

.contact .pgkv .mimg {
  z-index: 2;
  position: relative;
}

.contact .pgkv .addr {
  text-align: center;
}

.contact .pgkv .addr a {
  color: white;
  line-height: 1.75;
  font-weight: 600;
}

.contact .pgkv h2 {
  margin-bottom: 0;
}

.contact .form-group {
  margin-bottom: 1em;
}

.contact .form-group .btn {
  margin-top: 2em;
}

.contact h2.fwhite {
  color: white;
}

.contact h2.fcolor1 {
  color: #0091cd;
  border-bottom: 3px solid #eefaff;
}

.contact .row-bdr {
  border-radius: 10px;
  background-color: white;
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
}

.contact .bgcolor {
  padding: 0 16px;
  position: relative;
  z-index: 2;
}

.contact .bgimg {
  padding: 0 16px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#eefaff), color-stop(30%, #fff));
  background: linear-gradient(to top, #eefaff 0%, #fff 30%);
}

.contact .bgimg::before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  height: 10vw;
  background-color: white;
}

.contact .bgimg .madrs {
  z-index: 2;
}

.contact .bgimg .row {
  z-index: 5;
}

.contact .triger {
  width: 100%;
  height: 1px;
}

.contact .pname {
  position: fixed;
  right: 85vw;
  bottom: 0%;
}

.contact .delbtn {
  width: 1.2em;
  height: 1.2em;
  background-color: black;
  display: none;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 99em;
}

.contact .delbtn i:before, .contact .delbtn i:after {
  -webkit-transition: all .25s;
  transition: all .25s;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  height: 1px;
  width: 0.8em;
  background-color: white;
}

.contact .delbtn i:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact .delbtn i:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact .block-link {
  text-decoration: underline;
  font-size: 2rem;
  color: #0091cd;
}

@media all and (max-width: 768px) {
  .contact .pname {
    display: none;
  }
  .contact .pgkv {
    margin-top: 0;
    padding: 8em 24px 220px;
  }
  .contact .pgkv .bgcolor2 {
    background: no-repeat url(../images/contact/bg_mb.jpg) center/cover;
    padding-top: 110px;
    height: 320px;
  }
  .contact .pgkv .addr i {
    display: block;
    width: 30px;
    margin: 1em auto;
  }
  .contact .pgkv .addr a {
    width: 20em;
    display: block;
    margin: 0 auto;
  }
  .contact .triger {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .contact h2 {
    padding: 0.5em 0;
    margin-bottom: 1em;
  }
  .contact .row-bdr {
    padding: 0 24px;
  }
  .contact .bgcolor {
    padding-top: 10vw;
  }
  .contact .bgimg {
    padding-top: 20vw;
    padding-bottom: 3em;
  }
  .contact .bgimg .madrs {
    width: 70%;
    max-width: 400px;
    position: absolute;
    top: 0vw;
    right: 6vw;
  }
  .contact .bgimg .madrs .pc_use {
    display: none;
  }
  .contact .bgimg .row {
    padding: 0 24px;
  }
  .contact .upload-group {
    margin-top: 10px;
  }
  .contact .upload-group .file-btn img {
    width: 40px;
  }
}

@media all and (min-width: 769px) {
  .contact .pgkv {
    padding-bottom: 240px;
    padding-top: 180px;
    margin-top: 0;
  }
  .contact .pgkv .bgcolor2 {
    background: no-repeat url(../images/contact/bg.jpg) center/cover;
    padding-top: 150px;
    height: 360px;
  }
  .contact .pgkv .addr i {
    display: inline-block;
    width: 45px;
    margin-right: 1em;
  }
  .contact .triger {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  .contact h2 {
    padding: 24px 0;
  }
  .contact .bgcolor {
    padding-top: 100px;
  }
  .contact .bgimg {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .contact .bgimg .row {
    display: block;
  }
  .contact .bgimg .madrs {
    width: 30vw;
    position: absolute;
    top: -4vw;
    right: 0;
  }
  .contact .bgimg .madrs .mo_use {
    display: none;
  }
  .contact .upload-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
  .contact .upload-group .file-upload {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    padding-right: 20px;
  }
  .contact .upload-group .file-btn img {
    width: 56px;
  }
}

@media all and (min-width: 769px) and (max-width: 990px) {
  .contact .row-bdr, .contact .bgimg .row {
    max-width: 70%;
    padding: 0 24px;
  }
}

@media all and (min-width: 991px) {
  .contact .formtable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 60px 80px 0;
  }
  .contact .formtable .form-group:not(.w100) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 25px);
            flex: 0 0 calc(50% - 25px);
    width: calc(50% - 25px);
  }
  .contact .formtable .form-group.w100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.indx .indx-banner h2 {
  font-weight: 700;
  color: #565656;
}

.indx .section2 .bgcover {
  background-image: url(../images/index/a_banner1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.indx .section2 .bgimg {
  display: none;
}

.indx .section2 .intro-link-q {
  margin-bottom: 20px;
}

.indx .section2 .intro-link, .pri .intro-link {
  text-align: center;
}

.indx .section3 h2 {
  color: white;
  text-align: center;
  padding: 0 24px;
}

.indx .section3 h6 {
  font-weight: 600;
}

@media all and (max-width: 575px) {
  .indx .section3 h6 {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 576px) {
  .indx .section3 h6 {
    font-size: 1.875rem;
  }
}

.indx .section3 .txt {
  font-weight: 500;
  color: #333333;
}

.indx .section3 .triangle {
  opacity: 0;
  -webkit-transition: opacity 0.6s,-webkit-transform 0.4s;
  transition: opacity 0.6s,-webkit-transform 0.4s;
  transition: transform 0.4s,opacity 0.6s;
  transition: transform 0.4s,opacity 0.6s,-webkit-transform 0.4s;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
}

.indx .section3 .more {
  color: white;
  border-radius: 99em;
  display: none;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  position: relative;
}

.indx .section3 .more .svg {
  width: 15px;
  fill: white;
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.indx .section3 .more:hover {
  background-color: rgba(255, 255, 255, 0) !important;
}

.indx .section3 .more:hover .svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.indx .section3 .col {
  border-radius: 20px;
  background-color: white;
}

.indx .section3 .col.active {
  background-color: rgba(255, 255, 255, 0.9);
}

.indx .section3 .col.active .svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.indx .section3 .col.active .triangle {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.indx .section3 .col.active .more {
  background-color: rgba(255, 255, 255, 0) !important;
}

.indx .section3 .col:nth-child(1) h6 {
  color: #00adbb;
}

.indx .section3 .col:nth-child(1) .more {
  border: 1px solid #00adbb;
  background-color: #00adbb;
}

.indx .section3 .col:nth-child(1).active .more {
  color: #00adbb;
}

.indx .section3 .col:nth-child(1).active .more .svg {
  fill: #00adbb;
}

.indx .section3 .col:nth-child(1) .more:hover {
  color: #00adbb;
}

.indx .section3 .col:nth-child(1) .more:hover .svg {
  fill: #00adbb;
}

.indx .section3 .col:nth-child(2) h6 {
  color: #ed7784;
}

.indx .section3 .col:nth-child(2) .more {
  border: 1px solid #ed7784;
  background-color: #ed7784;
}

.indx .section3 .col:nth-child(2).active .more {
  color: #ed7784;
}

.indx .section3 .col:nth-child(2).active .more .svg {
  fill: #ed7784;
}

.indx .section3 .col:nth-child(2) .more:hover {
  color: #ed7784;
}

.indx .section3 .col:nth-child(2) .more:hover .svg {
  fill: #ed7784;
}

.indx .section3 .col:nth-child(3) h6 {
  color: #3152b2;
}

.indx .section3 .col:nth-child(3) .more {
  border: 1px solid #3152b2;
  background-color: #3152b2;
}

.indx .section3 .col:nth-child(3).active .more {
  background-color: white;
  color: #3152b2;
}

.indx .section3 .col:nth-child(3).active .more .svg {
  fill: #3152b2;
}

.indx .section3 .col:nth-child(3) .more:hover {
  color: #3152b2;
}

.indx .section3 .col:nth-child(3) .more:hover .svg {
  fill: #3152b2;
}

.indx .section3 .mCSB_scrollTools {
  opacity: 1;
}

.indx .section3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #db5325 !important;
  height: 5px;
}

.indx .section3 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 11px;
}

.indx .section3 .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.5);
  height: 3px;
}

.indx .section3 .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}

.indx .section3 .swiper-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 24px;
}

.indx .section4 h4 {
  margin-bottom: 1em;
}

.indx .section4 h4:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  border-radius: 99em;
  margin-right: 0.5em;
  vertical-align: -0.4em;
}

.indx .section4 h4.icon1:before {
  background: no-repeat url(../images/index/icon1.png) center/contain;
}

.indx .section4 h4.icon2:before {
  background: no-repeat url(../images/index/icon2.png) center/contain;
}

.indx .section4 .txt {
  margin-bottom: 4em;
}

.indx .section4 .scolor1 h4 {
  color: #00adbb;
}

.indx .section4 .scolor1 h4:before {
  background-color: #00adbb;
}

.indx .section4 .scolor2 h4 {
  color: #ed7784;
}

.indx .section4 .scolor2 h4:before {
  background-color: #ed7784;
}

.indx .section4 .scolor3 h4 {
  color: #3152b2;
}

.indx .section4 .scolor3 h4:before {
  background-color: #3152b2;
}

.indx .section2-1 .img-wrapper {
  width: 45vw;
  border: 3px solid #0091cd;
  border-radius: 5px;
  padding: 5px 5px 0px 5px;
  display: inline-block;
  vertical-align: top;
  overflow: auto;
}

.indx .section2-1 .img-wrapper:not(:first-child){
  margin-left: 1vw;
}

@media all and (max-width: 990px) {
  .indx .section2-1 .img-wrapper {
    width: 90vw;
  }

  .indx .section2-1 .img-wrapper:not(:first-child){
    margin-top: 2vh;
    margin-left: 0;
  }
}

.indx .section2-1 .img-wrapper img.sch-logo {
  float: left;
  height: 5em;
  margin-right: 10px;
}

.indx .section2-1 .img-wrapper .rating-block img{
  height: 1em;
}

.indx .section2-1 .sch-title{
  font-size: 1.3em;
  font-weight: 600;
}

.indx .section2-1 .sch-title1{
  font-size: 1.1em;
}

.indx .formlink a {
  display: block;
  text-align: center;
}

.indx .formlink a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  z-index: 1;
  mix-blend-mode: multiply;
}

.indx .formlink a.fleft::before {
  background-color: #d98031;
}

.indx .formlink a.fright::before {
  background-color: #2b9ad1;
}

.indx .formlink .txt {
  white-space: nowrap;
  color: white;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media all and (max-width: 575px) {
  .indx .formlink .txt {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 576px) {
  .indx .formlink .txt {
    font-size: 1.875rem;
  }
}

@media all and (min-width: 1200px) and (max-width: 1439px) {
  .indx .formlink .txt {
    font-size: 1.5rem;
  }
}

.indx .formlink .txt img {
  width: 2em;
}

@media all and (max-width: 768px) {
  .indx .pc_use {
    display: none;
  }
  .indx .indx-banner {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .indx .indx-banner h2 {
    padding: 3vh 24px 1vh;
    line-height: 1.4;
  }

  .indx .indx-banner h2 .top-word div:not(:last-child) {
    font-size: 18px;
  }
  .indx .indx-banner h2 .top-word div:last-child {
    font-size: 18px;
    color: #f05620;
  }

  .indx .indx-banner .img-radius {
    border-top-left-radius: 30px;
    width: 90vw;
  }
  .indx .indx-banner .madrs {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -1;
    width: 90%;
    max-width: 500px;
  }
  .indx .section2 .img-radius {
    border-top-right-radius: 30px;
    width: 85vw;
  }

  .indx .section2 .bgcover {
    height: 37vh;
  }
  .indx .section2 h4 {
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  .indx .section2 .txt {
    padding: 3em 24px;
  }
  .indx .section2 .btn {
    margin-top: 1em;
  }
  .indx .section3 {
    line-height: 1.6;
    padding: 3em 0 0;
    background: no-repeat url(../images/index/c_bg_mb.jpg) #0080d9 left top/100% auto;
  }
  .indx .section3 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 1.5em;
  }
  .indx .section3 h2 {
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .indx .section3 .col {
    width: 20em;
    padding: 1.2em 1.5em 1.2em;
    margin: 0 8px 3em;
  }
  .indx .section3 .imgbx {
    width: 6em;
    position: absolute;
    right: 1.2em;
    bottom: 1.2em;
  }
  .indx .section3 .more {
    margin-top: 1em;
    padding: 6px 0;
  }
  .indx .section3 .triangle {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 1em solid white;
    border-left: 1em dashed transparent;
    border-right: 1em dashed transparent;
    position: absolute;
    bottom: -3.2em;
    left: 50%;
  }
  .indx .section4 .row {
    padding-top: 3em;
  }
  .indx .section4 .imgbx {
    margin-bottom: 1.5em;
  }
  .indx .formlink a {
    height: 42vw;
  }
  .indx .formlink a img {
    max-width: initial;
    height: 100%;
    -webkit-transform: translateX(-4%);
            transform: translateX(-4%);
    position: relative;
  }
  .indx .formlink .txt img {
    margin-bottom: 0.8em;
  }

  .indx  .nx-diff-img {
    /*height: 20vh;
    max-width: 95vw;*/
  }

  .indx  .nx-diff-img img {
    width: 80%;
    margin-right: 5%;
  }
}

@media all and (min-width: 769px) and (max-width: 990px) {
  .indx .pc_use {
    display: none;
  }
  .indx .indx-banner {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .indx .indx-banner h2 {
    padding: 3vh 24px 3vh;
    margin: 0 auto;
    width: 19em;
  }

  .indx .indx-banner h2 .top-word div:not(:last-child) {
    font-size: 26px;
  }
  .indx .indx-banner h2 .top-word div:last-child {
    font-size: 26px;
    color: #f05620;
  }

  .indx .indx-banner .img-radius {
    border-top-left-radius: 60px;
    width: 90vw;
  }

  .indx .indx-banner .madrs {
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: -1;
    width: 60%;
  }
  .indx .section2 .img-radius {
    border-top-right-radius: 60px;
    width: 85vw;
  }

  .indx .section2 .bgcover {
    height: 37vh;
  }
  .indx .section2 .txt {
    padding: 5vw 0 7vw;
    max-width: 38em;
  }
  .indx .section2 h4 {
    margin-bottom: 0.5em;
  }
  .indx .section2 .btn {
    margin-top: 24px;
  }
  .indx .section3 {
    line-height: 1.6;
    padding: 100px 0 0;
    background: no-repeat url(../images/index/c_bg.jpg) #0080d9 left top/auto 100%;
  }
  .indx .section3 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 50px;
  }
  .indx .section3 .col {
    width: 20em;
    padding: 25px 30px 0px 30px;
    margin: 0 16px 100px;
  }
  .indx .section3 .imgbx {
    position: absolute;
    right: 25px;
    bottom: 16px;
    width: 30%;
  }
  .indx .section3 h2 {
    margin-bottom: 2em;
  }
  .indx .section3 .txt {
    margin-bottom: 1em;
  }
  .indx .section3 .triangle {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 25px solid white;
    border-left: 25px dashed transparent;
    border-right: 25px dashed transparent;
    position: absolute;
    bottom: -100px;
    left: 50%;
  }
  .indx .section4 .row {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .indx .section4 .imgbx {
    margin-bottom: 40px;
  }
  .indx .formlink .txt img {
    margin-bottom: 1em;
  }

  .indx  .nx-diff-img {
    /*height: 50vh;
    max-width: 90vw;*/
  }

  .indx  .nx-diff-img img {
    width: 40%;
  }
}

@media all and (min-width: 991px) {
  .indx .mo_use {
    display: none;
  }
  .indx .indx-banner {
    margin-top: 106px;
  }
  .indx .indx-banner h2 {
    position: absolute;
    top: 40%;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50vw;
  }

  .indx .indx-banner h2 .top-word div:not(:last-child) {
    font-size: 30px;
  }
  .indx .indx-banner h2 .top-word div:last-child {
    font-size: 30px;
    color: #f05620;
  }

  .indx .indx-banner .img-radius {
    border-top-left-radius: 60px;
    width: 30vw;
    margin-left: 55vw;
  }
  .indx .indx-banner .madrs {
    position: absolute;
    top: 3%;
    right: 56%;
    z-index: -1;
    width: 44vw;
  }

  .indx .section2 {
    margin-top: 5vw;
  }

  .indx .section2 .img-radius {
    border-top-right-radius: 60px;
    width: 45.7vw;
    position: absolute;
    right: 54%;
    bottom: 0%;
    top: 8%;
  }

  .indx .section2 .bgcover {
    /*height: 60vh;*/
    min-height: 400px;
  }
  .indx .section2 .row.fend {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 60vh;
  }
  .indx .section2 .txt {
    padding: 4vw 0;
    max-width: 42em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
  }
  .indx .section2 h4 {
    margin-bottom: 20px;
  }
  .indx .section2 .btn {
    margin-top: 24px;
  }
  .indx .section2 .bgimg {
    display: block;
    width: 20vw;
    position: absolute;
    right: 4vw;
    bottom: 0;
  }
  .indx .section3 {
    line-height: 1.6;
    padding: 100px 0 0;
    background: no-repeat url(../images/index/c_bg.jpg) #0080d9 left top/auto 100%;
  }
  .indx .section3 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 50px;
  }
  .indx .section3 .col {
    width: 365px;
    padding: 25px 30px 0px 30px;
    margin: 0 16px;
    margin: 0 16px 100px;
  }
  .indx .section3 .imgbx {
    position: absolute;
    right: 40px;
    bottom: 16px;
  }
  .indx .section3 .txt {
    margin-bottom: 1em;
  }

  .indx .section3 h2 {
    margin-bottom: 2em;
  }
  .indx .section3 .triangle {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 25px solid white;
    border-left: 25px dashed transparent;
    border-right: 25px dashed transparent;
    position: absolute;
    bottom: -100px;
    left: 50%;
  }
  .indx .section4 .row {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .indx .section4 .timg {
    position: relative;
  }
  .indx .section4 .timg .imgbx {
    max-width: 45%;
    position: absolute;
    top: -70px;
    right: 0%;
  }
  .indx .section4 .timg .txt {
    width: 50%;
  }
  .indx .formlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .indx .formlink a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    position: relative;
  }
  .indx .formlink a.fleft:hover:before {
    background-color: #d5d5d5;
  }
  .indx .formlink a.fright:hover:before {
    background-color: #d5d5d5;
  }

  .indx  .nx-diff-img {
    /*height: 50vh;
    max-width: 900px;*/
  }

  .indx  .nx-diff-img img {
    width: 40%;
  }
}

@media all and (min-width: 1239px) {
  .indx .section3 .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 100%;
  }
}

@media all and (min-width: 1440px) {
  .indx .indx-banner h2 {
    right: 44.5%;
  }
}

.nx-diff-img {
  text-align: center;
  margin-top: 5vw;
}

.link-text {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #337ab7;
}

/*.nx-diff-img {
    margin-top: 5vh;
    padding: 0 24px;
}

.nx-diff-img table tr td:not(:first-child){
    text-align: center;
}

.nx-diff-img table tr:first-child td{
    color: white;
    background-color: gray;
}

.nx-diff-img table tr:nth-child(even) {
  background-color: lightgray;
}

.nx-diff-img table tr:not(:first-child):nth-child(odd) {
  background-color: #f8f8f8;
}

.nx-diff-img table td {
  padding: 3px 5px;
}*/

/*# sourceMappingURL=main.css.map */