@charset "utf-8";
@import url('themify-icons.css');

   /*         @font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}*/
            
/* ===================================================================
 *  01. reset  
 *  normalize.css v5.0.0 | MIT License | 
 *  github.com/necolas/normalize.css
 * ------------------------------------------------------------------- */
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,pre,label {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 110%;	
	
	vertical-align: baseline;
	color:#333;
	position: relative;
	
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: unset;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-rendering: auto;
    text-rendering: optimizeSpeed;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    text-rendering: inherit;
	
}

.en,:lang(en) {font-family: 'Baloo 2', cursive!important;}
:lang(zh), .zh,.zh * { font-family: '宋體', 'simsun', "Helvetica Neue","Apple SD Gothic Neo", Helvetica, Arial, "sans-serif";  }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	position: relative;
}
@media all and (min-width:321px){
html,body
{
	font-size: 16px;
}
	}
@media all and (max-width:320px){
html,body
{
	font-size: 13px;
}
	}
html
{
	
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;

}
body
{
	background-color: #fff;
	
	font-weight: normal;
	height: auto;
		min-height: 100vh;
	line-height: 1.15;
	margin: 0;	
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	padding: 0;
	position: relative;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	width: 100%;
		letter-spacing: -.5px;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {

  font-size: 1em;
}


:focus,img:focus {
outline: none;
 } 
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
 
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}
button
{
	background-color: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 13px;
	font-weight: 300;
	vertical-align: middle;
}
button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
	resize: none
}
textarea:focus
{
	background-color: ivory;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-input-placeholder {color:#666 !important;}
input:-moz-placeholder {color:#666 !important;}
input::-moz-placeholder {color:#666 !important;}
input:-ms-input-placeholder {color:#666 !important;}


details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}





/* ===================================================================
 *  02. basic/base setup styles - (_basic.scss)
 *
 * ------------------------------------------------------------------- */

*,
*::before,
*::after {
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   
}


::-webkit-input-placeholder { /* Edge */
  color: darkgray;
	font-style: italic
}
::-moz-input-placeholder { /* Firefox */
  color: darkgray;
	font-style: italic
}
:-ms-input-placeholder { /* Internet Explorer */
  color: darkgray;
	font-style: italic
}

::placeholder {
  color: darkgray;
	font-style: italic
}

::-moz-selection {
   background: #f00;
   color: #fff;
}

::selection {
   background: #f00;
   color: #fff;
}
body,
input,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}


/* ------------------------------------------------------------------- 
 * Media - (_basic.scss)
 * ------------------------------------------------------------------- */

img,
video {
  max-width: 100%;

}
img, iframe, object, embed, video {

    max-width: 100%;
}

/* ------------------------------------------------------------------- 
 * Typography resets - (_basic.scss)
 * ------------------------------------------------------------------- */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
	
}

th,td
{
	font-size: 0.96em;
	line-height: 130%;
}
td li
{
	padding: .5rem;
	font-size: 0.96em;
	line-height: 130%;
}
h1, h2, h3, h4, h5, h6 {
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
	font-weight: bold;
	position: relative;
}




em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold!important;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}






/* ------------------------------------------------------------------- 
 * inputs - (_basic.scss)
 * ------------------------------------------------------------------- */

fieldset {
  margin: 0;
  padding: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="button"]
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
	line-height: 120%!important;
	padding: 0.5rem;
}




fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}


input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
 
}

 textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}


input:focus,
textarea:focus {
  outline: 0;
 
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}


/*form*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute!important;
    left: -9999px!important;
}
 [type="radio"]:checked + label,
 [type="radio"]:not(:checked) + label
{
    position: relative!important;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666!important;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media  only screen and (min-width: 768px) {
label  [type="checkbox"]   {
  display: inline-block;
  margin: 0;
  cursor: pointer;
color:#666;
	position: relative;
	  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  
}

label:before [type="checkbox"] {
 
}

label   [type="checkbox"]:before{
  content: "";
  border: 0.1em solid #666;
  border-radius: 0.2rem;
  display: inline-block;
  width: 1em!important;
  height: 1em!important;
  padding-left: 0.2rem;
  padding-bottom: 0.3rem;
  margin-right: 0.5rem;
  vertical-align: bottom;
  color:rgba(255,255,255,1.00);
  transition: .2s;
}

label  [type="checkbox"]:checked:before  {
  content: "\e64c";
 font-family: 'themify';
  border: 0.1em solid #666;
  border-radius: 0.2rem;
  display: inline-block;
  width: 1em!important;
  height: 1em!important;
  padding-left: 0.2rem;
  padding-bottom: 0.3rem;
  margin-right: 0.5rem;
  vertical-align: bottom;
  background-color: #fff;
  color:rgba(5,5,5,1.00);
  transition: .2s;
}

label [type="checkbox"]:active:before {
  transform: scale(0);
}

label  [type="checkbox"]:checked:before{
  background-color: tomato;
  border-color: tomato;
  color: #fff;
}

label [type="checkbox"]:disabled:before {
  transform: scale(1);
  border-color: #aaa;
}

label[type="checkbox"]:checked:disabled:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

}
.table-bordered2 
{
	border-color:#dee2e6!important;
	border-style:solid;
	border-width: 1px 0!important;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.5em 0;
    font-size: 12px;
    display: none;
}
.browserupgrade  a{
    font-weight: bold;
}



  .vimeo-wrapper {
   position:relative;
   top: 0;
   left: 0;
   width: 100%;

   z-index:0;
   pointer-events: none;
   overflow: hidden;
  }
  @media all and (min-width:768px){
  .vimeo-wrapper {

   height: 100vh;
 
}
    .vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
  }
      @media all and (max-width:768px){
  .vimeo-wrapper {

   height:32vh;
    overflow:hidden
 
}
        .vimeo-wrapper iframe {
   width: 100vw;
   height:56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 50vh;
   min-width: 100%; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
  }