@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');

@font-face {font-family: "AvenirNextW10-Bold"; src: url("../fonts/AvenirNextW10-Bold.eot"); src: url("../fonts/AvenirNextW10-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextW10-Bold.woff2") format("woff2"), url("../fonts/AvenirNextW10-Bold.woff") format("woff"), url("../fonts/AvenirNextW10-Bold.ttf") format("truetype"), url("../fonts/AvenirNextW10-Bold.svg#AvenirNextW10-Bold") format("svg"); }

@font-face {font-family: "AvenirNextLTPro-Medium"; src: url("../fonts/AvenirNextLTPro-Medium.eot"); src: url("../fonts/AvenirNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Medium.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Medium.woff") format("woff"), url("../fonts/AvenirNextLTPro-Medium.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium") format("svg"); }

@font-face {font-family: "AvenirNextW15-Demi"; src: url("../fonts/AvenirNextW15-Demi.eot"); src: url("../fonts/AvenirNextW15-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextW15-Demi.woff2") format("woff2"), url("../fonts/AvenirNextW15-Demi.woff") format("woff"), url("../fonts/AvenirNextW15-Demi.ttf") format("truetype"), url("../fonts/AvenirNextW10-Demi.svg#AvenirNextW15-Demi") format("svg"); }

/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/
@media (min-width: 576px) {
    .container {
        max-width:100%;
        padding: 0 48px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width:100%;
        padding: 0 24px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

}

@media (min-width: 1200px) {
    .container {
      max-width:880px;
    }

}

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}
ol{
  list-style: none;
}
.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

::selection {
    background: #3390ff;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #3390ff;
    /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #3390ff;
    /* Safari */
    color: #FFF;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}
.pt-6, .py-6{
padding-top: 4rem!important;
}
.pt-7, .py-7{
padding-top: 5rem!important;
}
.pt-8, .py-8{
padding-top: 6rem!important;
}
.pt-9, .py-9{
padding-top: 7rem!important;
}
.pt-10, .py-10{
padding-top: 8rem!important;
}
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
    color: #000;
    font-family: 'AvenirNextLTPro-Medium', sans-serif;
    background: #1e1e1e;
    font-size: 1em;
}
body.zh{
  font-family:  'Noto Sans SC', sans-serif;
}
a {
    text-decoration: none !important;
    color: #135ab2;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0;
    font-family: 'AvenirNextW10-Bold', sans-serif;
}
.zh h1,
.zh h2,
.zh h3,
.zh h4,
.zh h5,
.zh h6 {
    font-weight: 600;
    margin: 0;
    font-family: 'AvenirNextW10-Bold', sans-serif;
}
h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: bold;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px;
}
/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/
.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.nott {
    text-transform: none !important;
}

.tright {
    text-align: right !important;
}

.tleft {
    text-align: left !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.fnone {
    float: none !important;
}

.ohidden {
    position: relative;
    overflow: hidden !important;
}

.text-primary {
    color: #39b549 !important;
}
.text-secondary{
    color: #0094d4 !important;
}

.btn-block{
  display: block;
}
.btn{
  font-size: 1.6em;
  padding: 25px 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'AvenirNextW10-Bold', sans-serif;
  border-radius: 4px;
}
.zh .btn{
  font-family: 'Noto Sans SC', sans-serif !important;
  font-weight: 700;
}
.btn-primary{
  background: rgb(222,194,118);
  background: linear-gradient(180deg, rgba(222,194,118,1) 0%, rgba(197,155,78,1) 69%);
  color:#222222;
  border: none;
  font-size: 50px;
}

.btn-primary:hover{
  background: rgb(195,170,103);
  background: linear-gradient(180deg, rgba(195,170,103,1) 0%, rgba(177,140,71,1) 69%);
  color:#222222;
  border: none;
}


/*common*/
#wrapper {
    position: relative;
    float: none;
    margin: 0 auto;
}

#header {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  background: #fff;
}

.page_title{
  background:#1e1e1e url(../images/pagetitle.jpg) no-repeat center center;
  padding: 6em 0;
}
.page_title h1{
  font-weight: bold;
  font-size:40px;
  text-transform: uppercase;
  font-family: 'AvenirNextW10-Bold', sans-serif;
}
.page_title h2{
  font-size:26px;
  font-family: 'AvenirNextW15-Demi', sans-serif;
}
.section_a{
  background: #fff url(../images/bg_1.jpg) no-repeat right top ;
  background-size: cover;
}
.section_primary{
  background: #e9dedc url(../images/bg-primary.jpg) no-repeat center bottom ;
  background-size: cover;
}

.section_secondary{
  padding: 0;
  background: #202835 url(../images/bg-second.jpg) no-repeat center top ;
  background-size: contain;
  color: #fff;
}
.section_third{
  padding: 0;
  background: #f5f5f5 url(../images/bg-third.jpg)  no-repeat center top;
  background-size: contain;
}
.img_777{
  position:relative;
  z-index: 9;
  top: -10px;
}

.btn-code{
  width: 100%;
  display: block;
  color:#000000;
  background: #fff;
  font-weight: bold;
  text-align: center;
  border:solid 1px #39b549 ;
  font-size: 30px;
  padding: 12px 0;
  margin-bottom: 20px;
  border-radius: 4px;
}

.section_steps{
  background: #202020 url(../images/bg-step.jpg) no-repeat center top;
  background-size: contain;
  color:#fff;
}
.section_steps p a{
  color:#fff;
}

.ribbon{
  background: url(../images/ribbon_bkg.png) no-repeat center center;
  background-size:cover;
  font-size: 26px;
  padding: 4px 20px;
  margin: 0 0 30px 0;
}

ul.step{
  list-style: none;
}
ul.step li{
  margin: 0 0 16px 0;
  text-transform: uppercase;
  font-size:26px;
  font-family: 'AvenirNextW10-Bold', sans-serif;
}
ul.step li h2{
  color:#39b549;
  text-transform: uppercase;
  font-size:28px;
}

.divider{
  width: 100%;
  height: 0px;
  border-top:solid 1px #4c4c4c;
}


/*mobile*/
@media (min-width: 360px) and (max-width:768px) {
  body{
      font-size: 0.9em;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 20px;
  }
  .page_title h1 {
    font-size: 30px;
  }
  .page_title h2 {
    font-size: 20px;
  }
  .btn-code{
    font-size: 20px;
    padding: 6px 0;
    margin-bottom: 10px;
  }
  .ribbon {
    font-size: 20px;
    padding: 4px 20px;
    margin: 0 0 10px 0;
  }
  ul.step li {
    font-size: 16px;
  }
  ul.step li h2{
    font-size: 18px;
  }
  .btn-primary{
    font-size: 30px;
  }
}

#language{
  margin-top: 1em;
}
#language .btn{
  padding: 0;
  font-size: 1em;
}
#language .dropdown-menu{
  border-radius: 0!important;
  border:solid 1px #000;
}
#language .dropdown-menu a:hover{
  background: none;
  color:#39b549;
}
