/*
  Tina Fang 
  2019/06 
  V1
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
.section-hero-content {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1366px) {
  .section-hero-content {
    padding-bottom: 40px;
  }
}

.section-badges {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 0;
}

.section-badges .section-badge {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin: 0 20px;
  cursor: pointer;
}

.section-badges .section-badge:hover .section-badge-title {
  color: #f00;
}

.section-badges .section-badge-icon-vga {
  color: #fff;
  height: 110px;
}

.section-badges .section-badge-title {
  color: #fff;
  font-size: 16px;
  padding-top: 5px;
  line-height: 1.5;
  position: relative !important;
  top: auto  !important;
  left: auto !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 960px) {
  .section-badges {
    position: relative !important;
    display: block;
    bottom: auto !important;
  }
  .section-badges .section-badge {
    margin-bottom: 5px !important;
    width: 80px !important;
  }
  .section-badges .section-badge-icon-vga {
    height: 80px !important;
  }
  .section-badges .section-badge-icon-vga:before {
    font-size: 3em !important;
  }
}

@media (min-width: 992px) {
  .section-badges .section-badge-title {
    top: auto !important;
  }
}

.herobox {
  font-family: "Open Sans", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  padding-bottom: 110px !important;
}

.herobox img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

.herobox img.full {
  width: 100%;
}

.herobox .imgxs {
  display: none;
}

.herobox .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}

.herobox h2 {
  font-family: "Open Sans Condensed", "OpenSans-CondBold", Helvetica, Arial, sans-serif;
  font-size: 48px;
  color: #fff;
  margin: 0;
  padding: 10px 0px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}

.herobox p {
  line-height: 1.8;
}

.herobox .sp {
  padding: 4% 0 2%;
}

.herobox .center {
  text-align: center;
}

@media screen and (max-width: 1680px) {
  .herobox h2 {
    font-size: 38px;
  }
  .herobox p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 960px) {
  .herobox {
    padding-bottom: 20px !important;
  }
  .herobox .imglg {
    display: none;
  }
  .herobox .imgxs {
    display: block;
  }
  .herobox h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .herobox p {
    font-size: 18px;
  }
  .herobox .sp {
    padding-top: 8vh;
  }
}

.block {
  font-family: "Open Sans", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
}

.block img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

.block img.full {
  width: 100%;
}

.block .imgxs {
  display: none;
}

.block h2 {
  font-family: "Open Sans Condensed", "OpenSans-CondBold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #f00;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}

.block h2.w {
  color: #fff;
}

.block p {
  margin: 0;
  padding: 0 0 15px;
}

.block ul, .block li {
  list-style: none;
}

.block .note {
  font-size: 90%;
  color: #999;
  margin: 0;
  padding: 15px 0;
}

.block.center, .block .center {
  text-align: center;
}

.block .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}

.block .container-lg-full {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}

.block .container-lg {
  width: 90%;
  margin: 0 auto;
  max-width: 2200px;
}

.block .container-md {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

.block .dwbtbox {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  border: #f00 2px solid;
  background: #f00;
  color: #fff;
  padding: 40px;
  font-size: 16px;
  text-align: center;
}

.block .dwbtbox a {
  color: #fff;
  font-weight: bold;
}

.block .dwbtbox:hover {
  background: none;
}

.block .dwbtbox:hover a {
  color: #f00;
}

.block .dwbtbox:hover a:hover {
  text-decoration: underline;
}

.block.sp, .block .sp {
  padding: 3% 0;
}

.block.spbt, .block .spbt {
  padding-bottom: 3%;
}

.block.sptop, .block .sptop {
  padding-top: 3%;
}

.block.splg {
  padding: 5% 0;
}

.block.splgbt {
  padding-bottom: 5%;
}

.block.splgtop {
  padding-top: 5%;
}

@media screen and (max-width: 1920px) {
  .block {
    font-size: 18px;
  }
  .block h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1536px) {
  .block {
    font-size: 16px;
  }
  .block h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  .block {
    font-size: 18px;
  }
  .block h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .block .note {
    font-size: 14px;
    line-height: 1.3;
  }
  .block .imglg {
    display: none;
  }
  .block .imgxs {
    display: block;
  }
  .block.sp, .block .sp {
    padding: 6vh 0;
  }
  .block.spbt, .block .spbt {
    padding-bottom: 6vh;
  }
  .block.sptop, .block .sptop {
    padding-top: 6vh;
  }
  .block.splg {
    padding: 10vh 0;
  }
  .block.splgbt {
    padding-bottom: 10vh;
  }
  .block.splgtop {
    padding-top: 10vh;
  }
}

.boxsty1 .img {
  width: 70%;
  margin: 0 auto;
  max-width: auto;
  padding-top: 2.5rem;
}

.box-sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .box-sc {
    display: block;
  }
}

.box-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-sc,
.box-cc,
.box-s,
.box-c {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

@media screen and (max-width: 960px) {
  .box-sc.box-xs,
  .box-cc.box-xs,
  .box-s.box-xs,
  .box-c.box-xs {
    display: block;
  }
  .ulxs {
    counter-reset: li;
  }
  .ulxs li {
    position: relative;
    width: 100%;
    text-align: left !important;
    margin-left: 40px !important;
    padding: 10px 0 !important;
  }
  .ulxs li::before {
    content: counter(li);
    counter-increment: li;
    border-radius: 25px;
    display: inline-block;
    width: 14px;
    text-align: center;
    position: absolute;
    left: -40px;
    font-weight: bold;
    background: #f00;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.btsty, a.btsty {
  outline: none;
  border: #f00 2px solid;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f00;
  color: #fff;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.btsty:hover, a.btsty:hover {
  background: none;
}

@media screen and (max-width: 960px) {
  .btsty, a.btsty {
    margin: 0 auto;
  }
}

@-webkit-keyframes colorful {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg);
  }
}

@keyframes colorful {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg);
  }
}
