html {
  overflow-x: hidden;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
  font-size: 15px !important;
  line-height: 1.6;
  font-weight: 400;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  overflow-x: hidden;
}

* {
  font-family: -apple-system, BlinkMacSystemFont, Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serifn!important;
}

a, a:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  body {
    font-size: 14px !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto,
.col-five, .col-sm-five, .col-md-five, .col-lg-five, .col-xl-five {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

::-moz-selection {
  color: #000;
  background: #ececec;
}

::selection {
  color: #000;
  background: #ececec;
}

@media (min-width: 991px) {
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #999;
  }

  ::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 1px;
    border-color: #555;
    background-color: #777;
  }
}

::-webkit-scrollbar-track {
  border-left: solid 1px #dddddd;
}

::-webkit-scrollbar-track:hover {
  background-color: #eee;
}

input, button, textarea {
  font-family: -apple-system, BlinkMacSystemFont, Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

button:focus, input:focus, textarea:focus {
  outline: none;
}

p {
  font-family: -apple-system, BlinkMacSystemFont, Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
  color: #6f6f6f;
}

.standard-height {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 100px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1199px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  h5 {
    font-size: 18px;
  }

  h4 {
    font-size: 22px;
  }

  h3 {
    font-size: 24px;
  }

  h1 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  h4 {
    font-size: 20px;
  }

  h3 {
    font-size: 22px;
  }

  h1 {
    font-size: 26px;
  }
}

.row100 {
  width: 100%;
}

.column-box {
  padding: 25px;
  background-color: #f6f6f6;
}

@media (max-width: 991px) {
  .column-box {
    margin-bottom: 20px;
  }
}

.column-box p {
  color: #333333;
  font-size: 14px;
}

.list-title {
  font-size: 1em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  font-weight: 600;
}

.list-content {
  padding: 0;
  margin: 0;
}

.list-content li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.list-content li p {
  color: #333333;
  line-height: 1;
}

.list-content li:not(:last-child) {
  margin-bottom: 5px;
}

.list-content li:before {
  display: none;
}

.btn-custom {
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  border: none;
  color: #333333;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 15;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 1.4;
  cursor: pointer;
}

.btn-custom:hover {
  color: #f6f9fa;
}

.btn-custom:after {
  content: ' ';
  display: block;
  position: absolute;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
  height: 200px;
  width: 0;
  background-color: #00C1DE;
  top: calc(50% - 100px);
  left: 50%;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.btn-custom:hover:after {
  width: 110%;
  left: -5%;
}
