@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&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,
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1.5;
}

ol, ul {
  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;
}

:link, :visited, ins {
  text-decoration: none;
}

:focus {
  outline: 0;
}

.clean::after, .container::after {
  display: block;
  clear: both;
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body.open {
  position: fixed;
}

body.modal-open {
  overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  /*淡淡的白*/
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
}

button {
  background-color: transparent;
}

strong {
  font-weight: bold;
}

.container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.row {
  height: 100%;
}

.row::after {
  display: block;
  clear: both;
  content: "";
}

.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.split-2,
.split-3,
.split-4,
.split-5 {
  float: left;
}

.split-5 {
  width: calc(100% / 5);
}

.split-4 {
  width: calc(100% / 4);
}

.split-3 {
  width: calc(100% / 3);
}

.split-2 {
  width: calc(100% / 2);
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.btn {
  font-weight: 400;
  cursor: pointer;
}

.btn:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-send {
  padding: 7px 30px;
  color: #EF5A24;
  border: 1px solid #EF5A24;
  border-radius: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn-send:hover {
  border-color: #EF5A24;
  background-color: #EF5A24;
  color: #fff;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.block {
  float: none;
  margin: 0 auto;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.15);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.15);
}

/* --------------
 * header
 ---------------- */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
  background-color: #000;
}

.header .container {
  padding: 8px 0;
  width: 90%;
}

.header .navbar_logo {
  display: inline-block;
  margin-top: 5px;
}

.header .navbar_logo img {
  width: 280px;
  height: 47px;
}

.header .dropdown {
  overflow: initial;
}

.header.scroll-to-fixed {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
}

.header .dropdown-content a,
.dropdown-content label {
  font-size: 16px;
  padding: 3px 10px;
}

/* --------------
 * nav
 ---------------- */
.navbar {
  float: right;
  vertical-align: middle;
  margin-right: 15%;
}

.navbar-item {
  position: relative;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbar-item:not(.dropdown) {
  padding: 17px 20px;
}

.navbar-item.dropdown .dropbtn {
  padding: 17px 20px;
}

.dropdown {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.dropbtn {
  display: inline-block;
}

.navbar-item,
.dropbtn {
  color: #fff;
  cursor: pointer;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: #F15A24;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding: 20px 16px;
  min-width: 30vw;
  text-align: left;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #F15A24;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #969697;
  padding: 6px 10px;
  display: block;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.dropdown-content a:hover {
  color: #F15A24;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.dropdown-content label {
  padding: 6px 10px;
  color: #F15A24;
  font-weight: 600;
}

.dropdown:hover .dropdown-content {
  display: block;
  -webkit-animation: fadeEffect .6s;
  animation: fadeEffect .6s;
}

.dropdown:hover .dropdown-content::before {
  position: absolute;
  top: -10px;
  left: 50px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 6px 8px;
  border-color: transparent transparent #F15A24 transparent;
}

.nav-control {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 100;
}

.nav-control .show {
  display: block;
}

.menu-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.menu-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #F15A24;
  top: 50%;
  left: 50%;
  right: 50%;
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

.menu-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #F15A24;
  top: 50%;
  left: 50%;
  right: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn > span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #F15A24;
}

.menu-btn > span:nth-child(1) {
  width: 28px;
  top: 5px;
  -webkit-transition: width .3s ease .5s,background .7s ease 1s;
  transition: width .3s ease .5s,background .7s ease 1s;
}

.menu-btn > span:nth-child(2) {
  top: 12px;
  -webkit-transition: width .3s ease .4s,background .7s ease 1s;
  transition: width .3s ease .4s,background .7s ease 1s;
}

.menu-btn > span:nth-child(3) {
  width: 12px;
  top: 19px;
  -webkit-transition: width .3s ease .3s,background .7s ease 1s;
  transition: width .3s ease .3s,background .7s ease 1s;
}

.menu-btn.close-btn {
  z-index: 100;
}

.menu-btn.close-btn:before {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
  width: auto;
  background: #fff;
}

.menu-btn.close-btn:after {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .4s;
  transition: all .3s ease .4s;
  background: #fff;
}

.menu-btn.close-btn span {
  background: #F15A24;
  width: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn.scroll span {
  background: #F15A24;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.open {
  top: 0;
  opacity: 1;
  display: table;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
}

nav {
  display: none;
  position: absolute;
  top: 60px;
  opacity: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  overflow: hidden;
}

nav > ul {
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
}

.rwdnav .item {
  display: inline-block;
  padding: 3vh 0;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all .2s ease .2s;
  transition: all .2s ease .2s;
}

.rwdnav .item:last-of-type {
  border-bottom: none;
}

.rwdnav .item a {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 200;
}

.rwdnav .item > a {
  padding-left: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}

.rwdnav .sub a {
  border-radius: 30px;
  padding: 2px 15px;
}

.rwdnav .sub a:hover {
  text-decoration: underline;
}

/* --------------
 * footer
 ---------------- */
.footer {
  position: relative;
  padding: 5vh 0;
  background-color: #F6F5F8;
  text-align: center;
}

.footer .container {
  width: 80%;
}

.footer .footer-logo {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 40%;
  text-align: center;
}

.footer .footer-logo img {
  display: inline-block;
  width: 100%;
  max-width: 330px;
}

.footer .footer-link {
  display: inline-block;
  vertical-align: middle;
  width: 59%;
  text-align: left;
}

.footer .footer-link .category,
.footer .footer-link .category a {
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}

.footer .footer-link a.link {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  color: #000;
  font-size: 15px;
}

.footer .link-block {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.footer .link-block.max-width {
  width: 66%;
}

.footer .category + .category {
  margin-top: 10px;
}

.footer .copyright {
  margin-top: 3vw;
  font-size: 12px;
  color: #a9a9aa;
}

/* font-size */
.menu a {
  font-size: 18px;
}

/* contact us form */
.contact .form {
  text-align: left;
}

.contact .form .input-group {
  float: left;
  width: 50%;
  padding-right: 6%;
  margin-bottom: 3vh;
}

.contact .form .input-group:focus-within label {
  color: #6d97f2;
}

.contact .form .input-group:focus-within input,
.contact .form .input-group:focus-within textarea {
  border-color: #6d97f2;
}

.contact .form .input-group label {
  color: #7b8286;
}

.contact .form .input-group input,
.contact .form .input-group textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
  background-color: transparent;
  color: #666;
}

.contact .form .input-group input {
  font-weight: 500;
  line-height: 25px;
  padding: 0 8px;
  border: none;
  border-bottom: 1px solid rgba(103, 108, 112, 0.5);
}

.contact .form .input-group textarea {
  padding: 8px;
  border: 1px solid rgba(103, 108, 112, 0.5);
}

.contact .trends-row > div {
  width: calc(100% / 6);
  padding: 10px;
}

.contact .trends-row .icon {
  padding: 0;
  width: 11vw;
  height: 11vw;
  max-width: 170px;
  max-height: 170px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
}

.contact .trends-row .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact .trends-row .icon:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.contact .form input,
.contact .form textarea {
  font-size: 16px;
}

.content-step {
  padding-top: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.progress-bar {
  position: relative;
  margin-top: 20px;
  background-color: rgba(147, 147, 148, 0.5);
  height: 5px;
}

.progress-bar-avtive {
  background-color: #dc76ff;
  height: 5px;
}

.progress-bar-text,
.progress-bar-back {
  position: absolute;
  top: -15px;
  color: rgba(147, 147, 148, 0.5);
}

.progress-bar-back {
  left: -40px;
  top: -10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.step-form-back {
  display: inline-block;
  margin-top: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.step-form-back svg,
.progress-bar-back svg {
  fill: #dc76ff;
}

.step-form-back:hover svg,
.progress-bar-back:hover svg {
  fill: #dfa6f7;
}

.progress-bar-text {
  right: -65px;
}

.step-row {
  margin-top: 10vh;
  display: none;
}

.step-row.step-form {
  margin-top: 4vh;
}

.step-row form {
  width: 83%;
}

.step-row.active {
  display: block;
}

.step-row .step-option {
  position: relative;
  margin: 0 10px;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #939394;
  border-radius: 15px;
}

.step-row .step-option:hover {
  opacity: 1;
  border-color: #dc76ff;
}

.step-row .step-option:hover .label {
  color: #dc76ff;
}

.step-row .step-option:hover svg {
  fill: #dc76ff;
}

.step-row .icon {
  padding-top: 20px;
  margin-bottom: 10px;
}

.step-row svg {
  display: inline-block;
  margin-bottom: 5px;
  width: 65px;
  fill: #939394;
}

.step-row .label {
  margin: 0 auto;
  color: #939394;
  padding-bottom: 20px;
  height: 50px;
  line-height: 25px;
}

.step-row .option-inner {
  border: 10px solid #fff;
  width: calc(100% - 40px);
  margin: -5px auto;
}

.step-form {
  padding-bottom: 3vh;
}

.step-form input,
.step-form select,
.step-form textarea {
  width: 90%;
  padding: 10px 7px;
  margin-bottom: 15px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(147, 147, 148, 0.5);
  color: #939394;
}

.step-form textarea {
  max-width: 90%;
  min-width: 90%;
  border: 1px solid rgba(147, 147, 148, 0.5);
}

.content-step .step-after {
  display: none;
}

.content-step.success .step-after {
  display: block;
}

.content-step.success .step-before {
  display: none;
}

.step-row,
.step-form input,
.step-form select,
.step-form textarea {
  font-size: 18px;
}

/* imagePhoto layer */
.imagePhoto {
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: inline-block;
}

.imagePhoto.imagePhotoFull.mobi {
  display: none;
  text-align: center;
}

.imagePhoto.mobi img {
  display: inline-block;
  max-width: 500px;
}

.imagePhoto.imagePhotoFull {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}

.imagePhoto img {
  width: 100%;
  display: block;
}

.imagePhoto .layer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

/* --------------
 * toTop
 ---------------- */
#toTop {
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 1%;
  overflow: hidden;
  width: 55px;
  height: 55px;
  border: none;
  text-indent: -9999px;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 9;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.backtop {
  position: absolute;
  bottom: 160px;
  right: 1%;
  width: 55px;
  height: 55px;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 9;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.backtop:hover {
  background-image: url(../images/top_h.png);
  bottom: 165px;
}

.backtop::after {
  content: "";
  display: none;
}

#toTop:hover {
  bottom: 25px;
  background-image: url(../images/top_h.png);
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

#toTop:active, #toTop:focus {
  outline: none;
}

/* content */
.content {
  position: relative;
  z-index: 1;
  padding: 30px 0 50px 0;
}

.content .container {
  width: 80%;
}

.content .container-mid {
  width: 70%;
}

.content .title {
  margin-top: 3vh;
  margin-bottom: 6vh;
  text-align: center;
  color: #002e3d;
  font-weight: 700;
  letter-spacing: 2px;
}

.content .title span {
  display: inline-block;
  position: relative;
}

.content .title.thin {
  font-weight: 200;
}

.content .title > span {
  display: inline-block;
}

/* font-size */
.content .title {
  font-size: 40px;
  line-height: 45px;
}

body,
p,
.btn {
  font-size: 20px;
  line-height: 1.5;
}

p > strong {
  font-size: 21px;
}

p.smaller {
  font-size: 17px;
}

.smallTitle {
  letter-spacing: 2px;
  font-weight: 200;
  margin-bottom: 15px;
}

.smallTitle.italic {
  font-style: italic;
}

.smallTitle {
  font-size: 24px;
}

.subTitle {
  font-weight: 700;
  line-height: 1.2;
}

.subTitle.number {
  position: relative;
  display: inline-block;
  margin-left: 45px;
  margin-bottom: 40px;
  font-weight: 800;
  border-bottom: 2px solid #002e3d;
}

.subTitle.number::before {
  content: "";
  position: absolute;
  background-image: url(../images/others/title-bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 130px;
  height: 130px;
  background-size: 100% auto;
  top: -30px;
  left: -45px;
}

.subTitle .thin {
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

.subTitle .space-left {
  margin-left: -5vw;
}

/* font-size */
.subTitle {
  font-size: 48px;
}

.subTitle.bigger {
  font-size: 55px;
}

.subTitle.smaller {
  font-size: 35px;
  font-weight: 500;
}

.subTitle .thin {
  font-size: 22px;
  color: #2F6CF8;
}

/* modal */
.modal {
  z-index: 999;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 5vh 17px;
  outline: 0;
  max-width: 600px;
  width: 90%;
  border-radius: 5px;
  overflow: hidden;
}

.modal-content p {
  position: relative;
  margin-bottom: 4vh;
  color: #666;
  margin-left: 15px;
}

.modal-content p::after {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  top: 10%;
  width: 5px;
  height: 80%;
  background-color: #0066ff;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  cursor: pointer;
}

.modal-close:hover {
  color: #0066ff;
}

.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

/* loading */
.loading-frame {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #ecf0f1;
}

.loading {
  margin: 50% calc(50% - 50px);
  width: 100px;
}

.loading img {
  width: 100%;
  display: block;
}

.after-loading {
  display: none;
}

.input-group {
  margin-bottom: 10px;
}

.input-group .form-control {
  padding: 0 10px;
  width: 100%;
  background-color: #FAFAFA;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.input-group .form-control:focus {
  border-color: #EF5A24;
}

.input-group textarea.form-control {
  line-height: 1.5;
  max-width: 100%;
  height: 300px;
}

.checkbox-item {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-item:hover input ~ .checkmark {
  border-color: #F15A24;
}

.checkbox-item input:checked ~ .checkmark {
  border-color: #F15A24;
  background-color: #F15A24;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 3px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-item input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-item .checkmark:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1600px) {
  body,
  p,
  p > strong,
  .btn,
  .input-group .form-control {
    font-size: 18px;
  }
}

@media (max-width: 1367px) {
  .content .container {
    width: 85%;
  }
  p.smaller {
    font-size: 15px;
  }
  .header {
    height: 65px;
  }
  .header .navbar a {
    font-size: 17px;
  }
  .header .navbar_logo {
    height: 35px;
  }
  .header .navbar_logo img {
    width: 210px;
    height: 35px;
  }
  .navbar-item:not(.dropdown),
  .navbar-item.dropdown .dropbtn {
    padding: 12px 20px;
  }
  .nav-control {
    top: 20px;
  }
  .step-row,
  .step-form input,
  .step-form select,
  .step-form textarea {
    font-size: 17px;
  }
  /* font-size */
  .subTitle {
    font-size: 32px;
  }
  .subTitle.smaller {
    font-size: 20px;
  }
  .subTitle .thin {
    font-size: 20px;
  }
  .footer .footer-logo {
    display: block;
    width: 250px;
  }
  .footer .footer-link {
    margin-top: 15px;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .content .container {
    width: 94%;
  }
  .navbar {
    margin-right: 5%;
  }
  .navbar-item {
    margin-left: 10px;
  }
}

@media (max-width: 1025px) {
  .header {
    height: 55px;
  }
  .header .container {
    width: 96%;
  }
  .header .navbar_logo {
    height: 25px;
  }
  .header .navbar_logo img {
    width: 150px;
    height: 25px;
  }
  .navbar {
    margin-right: 50px;
  }
  .navbar-item:not(.dropdown), .navbar-item.dropdown .dropbtn {
    padding: 8px 5px;
  }
  .nav-control {
    top: 15px;
  }
  .content .container {
    width: 90%;
  }
  .menu {
    margin-left: 4%;
  }
  .menu > .menu-item {
    margin-left: 20px;
    letter-spacing: 1px;
  }
  /* font-size */
  body,
  p,
  p > strong,
  .btn,
  .input-group .form-control {
    font-size: 16px;
  }
  .content .title {
    font-size: 32px;
  }
  .smallTitle {
    font-size: 18px;
  }
  .subTitle {
    font-size: 32px;
  }
  .subTitle.smaller {
    font-size: 22px;
  }
  .subTitle .thin {
    font-size: 24px;
  }
  .footer .link-block {
    width: 100%;
  }
  .footer .link-block.max-width {
    width: 100%;
  }
  .footer .footer-link .category {
    display: inline-block;
    margin-right: 15px;
  }
}

@media (max-width: 980px) {
  .content {
    padding: 25px 0;
  }
  .content .container {
    width: 100%;
    padding: 0 4%;
  }
  .content .title {
    margin-bottom: 15px;
  }
  .step-row form {
    width: 100%;
  }
  .subTitle {
    margin-bottom: 10px;
  }
  /* font-size */
  .header .navbar a {
    font-size: 15px;
  }
  .content .title {
    font-size: 26px;
    line-height: 28px;
  }
  p.smaller {
    font-size: 14px;
  }
  .step-row,
  .step-form input,
  .step-form select,
  .step-form textarea {
    font-size: 16px;
  }
  .subTitle {
    font-size: 26px;
  }
  .subTitle .thin {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .navbar {
    display: none;
  }
  .menu {
    display: none;
  }
  .header.scroll-to-fixed .navbar_logo {
    height: 40px;
    margin-top: 8px;
  }
  .header.scroll-to-fixed .nav-control {
    top: 15px;
  }
  .footer-logo img {
    width: 55px;
  }
  /* font-size */
  body,
  p,
  p > strong,
  .btn,
  .input-group .form-control {
    font-size: 15px;
  }
  body, p, .btn {
    line-height: 1.2;
  }
  .subTitle {
    font-size: 18px;
  }
  .pull-left,
  .pull-right {
    float: none;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .footer-logo {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer .link-block.max-width .category {
    margin-top: 15px;
  }
  .footer .footer-link .category {
    margin: 0 10px;
  }
  .footer .footer-link .category,
  .footer .footer-link .category a {
    font-size: 16px;
  }
  .footer .link-block {
    text-align: center;
  }
  .footer .link-block.max-width .category {
    margin-bottom: 5px;
  }
  .footer .footer-link a.link {
    width: 100%;
    margin-bottom: 5px;
  }
  .checkbox-item {
    line-height: 25px;
  }
}

@media (max-width: 569px) {
  .rwdnav .item {
    width: 100%;
    padding: 0;
  }
  .rwdnav .item > a {
    margin-bottom: 10px;
  }
  .footer .link-block {
    width: 100%;
    margin: 0;
  }
  .footer-link {
    padding-bottom: 50px;
  }
  .content {
    padding: 15px 0;
  }
  /* font-size */
  body,
  p,
  p > strong,
  .btn,
  .input-group .form-control {
    font-size: 14px;
  }
  .content .title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .contact .form input,
  .contact .form textarea {
    font-size: 14px;
  }
  .subTitle {
    font-size: 20px;
  }
  .subTitle .thin {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .split-2, .split-3, .split-4, .split-5 {
    width: 50%;
    margin-bottom: 2%;
  }
  .subTitle {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .footer .link-block a.link {
    font-size: 12px;
  }
  .footer .footer-link .category,
  .footer .footer-link .category a,
  .footer .link-block .category {
    font-size: 13px;
  }
}

/* animate */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes move-right {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  51% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes move-right {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  51% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

.anim-pluse-2000 {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
