@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}

// Reveal on scroll
.revealOnScroll { opacity: 0; }

.container-index {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1920px){
.container-index {
    width: 100%;
    padding: 0px 150px;
}
}
@media (max-width: 1300px){
.container-index {
    width: 100%;
    padding: 0px 100px;
}
}
@media (max-width: 999px) {
.container-index {
    width: 100%;
    padding: 0px 30px;
}
}
@media (max-width: 550px) {
.container-index {
    width: 100%;
    padding: 0px 15px;
}
}
#toTop {
    position: fixed;
    bottom: 20px;
    right: 5px;
    cursor: pointer;
    display: none;
	z-index: 999;
}
.delate {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
a {
    color: inherit;
    text-decoration: none;
}
p {
    margin: 0 0 25px;
    line-height: 25px;
}
.bar {
	text-align: center;
	padding: 10px 0;
}
.txt-w {
	color: #fff;
}
.txt-blue {
	color: #2186c2;
}
.txt-bk {
	color: #000;
}
.txt-green {
	color: rgba(96,173,40,1.00);
}
.bg-blue {
	background-color: #36a4b6;
}
.bg-w {
	background-color: #fff;
}
.bg-bk {
	background-color: #000;
}
.bg-bk-50 {
	background-color:rgba(0,0,0,0.59);
}

.opacity-50 {
	opacity: 0.5;
}
.section-txt {
	padding: 50px 0 0 0;
	display: block;
}
.section-txt h1 {
	font-size: 56px;
    text-align: center;
}
.section-txt h4 {
	font-size: 25px;
    text-align: center;
}
.hk {
	background: url("../images/hk-bg.jpg") no-repeat center center fixed;
	background-size:cover;
	padding: 50px 0;
}
.footer{
	padding: 30px 0;
	display: block;
	text-align:center;
}
.section-video {
	background: url("../images/video-bg.jpg") no-repeat center center;
	background-size: cover ;
	width:100%;
	height: auto;	
}
#section-1 {
	background: url("../images/index-bg-2.jpg") no-repeat center center fixed;
	background-size: cover ;
	padding-bottom: 30px;
}
#section-2 {
	background: #fff;
}
@media only screen and (max-width: 768px) {
.section-txt h1 {
	font-size: 46px;
    text-align: center;
}
.section-txt h4 {
	font-size: 21px;
    text-align: center;
}
}

/* --------  full nav -------  */


.cd-primary-nav {
    color: #fff;
	display: none;
}
.cd-primary-nav li {
    font-size: 21px;
	font-weight:normal;
    /* font-size: 1.875rem; */
    line-height: 16px;
}
.cd-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    color: #ffffff;
}
.cd-primary-nav .cd-label {
    font-size: 14px;
	font-weight:normal;
    /* font-size: 1rem; */
}

@media only screen and (min-width: 1170px) {
	.cd-header.menu-is-open {
   background-color: transparent;
}
.cd-primary-nav .cd-label {
    font-size: 14px;
	font-weight:normal;
    /* font-size: 1rem; */
}
.cd-primary-nav li {
    font-size: 24px;
	font-weight:normal;
    /* font-size: 1.875rem; */
    line-height: 20px;
}
}
.cd-header {
    height: 80px;
    background: transparent;
    box-shadow: none;
    margin-top: 20px;
}
.cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 100px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	display: none;
}
.cd-secondary-nav {
    right: 100px;
	/*right: 220px;*/
}
.cd-logo {
    left: 100px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width: 170px;
	height: 77px;
}
.no-touch .cd-primary-nav a:hover {
    background-color: #5cdaff;
    color: #fff;
}
.cd-secondary-nav a {
    display: inline-block;
    color: black;
    text-transform: uppercase;
    font-weight: normal;
}

.cd-header.is-fixed {
    position: fixed;
    top:0px;
    background-color: rgba(255, 255, 255, 1.00);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
	margin-top: 0px;
	height: 50px;
}
.is-fixed .cd-logo {
	background-image:url(../images/logo-m.png);
	background-repeat:no-repeat;
	width: 260px;
	height: 48px;
}
@media only screen and (min-width: 1170px) {
.cd-header.is-visible {
    -webkit-transform: translate3d(0, 0, 0); 
    -moz-transform: translate3d(0,0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0px;
    margin-top: 0px;
}
}

@media only screen and (max-width: 1200px) {
.cd-header {
    height: 80px;
    background: transparent;
    box-shadow: none;
    margin-top: 20px;
}
.cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 20px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-secondary-nav {
    right: 20px;
	/*right: 160px;*/
}
.cd-logo {
    left: 20px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width: 170px;
	height: 77px;
}
}

@media only screen and (max-width: 768px) {
	.cd-header {
    height: 80px;
    background: transparent;
    box-shadow: none;
    margin-top: 0px;
}
.cd-logo {
    left: 20px;
	background-image:url(../images/logo-m.png);
	background-repeat:no-repeat;
	width: 260px;
	height: 48px;
}
.cd-header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1.00);
    height: 50px;
    width: 100%;
    z-index: 3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-primary-nav-trigger {
    position: absolute;
    right: 0;
    /*top: 0;*/
    height: 100%;
    width: 50px;
    background-color: #5cdaff;
	display: inline-block;
}
.cd-primary-nav {
	display: block;
}
}

/* ----------- end full nav ------------ */

.cd-intro {
    position: relative;
    height: 100%;
    background:  url("../images/index-bg.jpg") no-repeat center center;
    background-size: cover;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-inro-types-1 {
    top: 20%;
    widows: auto;
    height: 100%;
    position: absolute;
    bottom: 50%;
    right: 150px;
}
.index-inro-types-2 {
    position: absolute;
    bottom: 20px;
    right: 100px;
}
.index-enter {
	margin-left:auto;
	margin-right:auto;
	width: 60px;
	height: 60px;
	border: #fff solid 1px;
	border-radius: 60px ;
	color: #fff;	
	padding: 15px 19px;
}

.index-enter:hover {
	margin-left:auto;
	margin-right:auto;
	width: 60px;
	height: 60px;
	border: #fff solid 1px;
	border-radius: 60px ;
	color: #fff;	
	padding: 15px 19px;
	background-color: rgba(255,255,255,0.39);
}

@media only screen and (max-width: 1700px) {
	.index-inro-types-1 {
    top: 20%;
    widows: auto;
	width: 500px;
    height: 100%;
    position: absolute;
    bottom: 50%;
    right: 100px;
}
}
@media only screen and (max-width: 999px) {
	.index-inro-types-1 {
    top: 20%;
    width: 50%;
    bottom: auto;
    right: 50px;
}
.index-inro-types-2 {
    right: 50px;
}
}
@media only screen and (max-width: 768px) {
	.index-inro-types-1 {
    top: 20%;
    width: 70%;
    bottom: auto;
    right: 15%;
}
.index-inro-types-2 {
    width: 50%;
    bottom: 20px;
    right: 25%;
}
}


@media only screen and (max-width: 550px) {
	.index-inro-types-2 {
    width: 60%;
    bottom: 20px;
    right: 20%;
}
}
@media only screen and (max-width: 400px) {
	.index-inro-types-1 {
    top: 20%;
    width: 80%;
    bottom: auto;
    left: 10%;
    right: auto;
}
.index-inro-types-2 {
    width: 80%;
    bottom: 20px;
    right: 10%;
}
}