/* TABLE OF CONTENT 
- Reset CSS
- MAIN STYLES
- BACKS
    - Background Images
    - Back Styles
- CONTENT STYLES
    - Header
    - Sections
    - Video Containers
    - Miscellaneous
    - Slider
    - Slick Promo Slider
    - Mouse Scroller
    - Carousel
    - Info Boxes
    - Testimonials
    - Price Packs
    - Timeline
    - Gallery
    - Blog
    - Contact Form
    - Buttons
    - Isotype
- RESPONSIVE STYLES
*/

/* Reset CSS
 * --------------------------------------- */
body, html{
    width: 100%;
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
a:hover {
	text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
table {
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
    opacity: .9;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}


/*------ MAIN STYLES -----*/
body {
	font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,"Montserrat",Arial,SimHei,sans-serif;
	color: #3f382e;
	font-weight: 300;
    text-rendering: optimizeLegibility;
}
html {
  scroll-behavior: smooth;
}
.display {
	font-size: 70px;
    color: #ffffff;
    width: 100%;
    line-height: 1.1em;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 50px;
}
h1 {
    display: block;
    font-size: 58px;
    line-height: 1.1em;
    margin: 40px 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
    font-weight: inline-block;;
}
h2 {
	font-size: 40px;
    color: #333333;
    width: 100%;
    margin: 20px 0 10px 0;
    line-height: 1.2em;
    font-weight: 500;
    display: inline-block;;
}
h3 {
	font-size: 24px;
    line-height: 1.6em;
    color: #333333;
    width: 100%;
    margin: 10px 0;
    display: inline-block;;
}
h4 {
	font-size: 20px;
    color: #333333;
    width: 100%;
    margin: 20px 0 10px 0;
    display: inline-block;
}
h5 {
	font-size: 12px;
    color: #3f382e;
    letter-spacing: 4px;
	font-weight: 500;
    width: 100%;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    display: block;
}
h6 {
	font-size: 18px;
    color: #3f382e;
	font-weight: 200;
    margin: 10px 0;
    line-height: 1.8em;
    width: 100%;
}
p {
	font-size: 16px;
    line-height: 1.8em;
    width: 100%;
	color: #404040;
	font-weight:300;
    margin-bottom: 20px;
    display: inline-block;
}
.text-over {
    overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
}

blockquote .quote{
    font-family: 'Playfair Display', serif;
   }
blockquote .author{
    font-family: 'Montserrat', serif;
   }
p.subhead::first-letter {
    font-family: 'Playfair Display', serif;
   }
.ft-word {
    font-family: 'Playfair Display', serif;
    font-style: italic;
   }
a i{
	font-size: 11px;
}

.ma5 {	
	-webkit-transition:all .5s;
	transition:all .5s;
}
.ma3 {
	-webkit-transition:all .3s;
	transition:all .3s;
}
.ma2 {
	-webkit-transition:all .2s;
	transition:all .2s;
}

/*------ BACKS -----*/
/* Background Images */
.back{
    background-size:cover;
    background-position: bottom;
}
.back.one{
    background-image:url("../assets/img/backs/back01.jpg");
}
/*------ CONTENT STYLES -----*/
/* Header*/
header{
    width: 100%;
    /*overflow-x: hidden;*/
    position: fixed;
    z-index: 9999;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    top: 0;
}

html:not([data-scroll='0']) header {
    /*background: #202838;
    box-shadow: 0 10px 100px 0 rgba(0,0,0,0.1);
    border-bottom: 1px solid #d9d9d9;*/
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
	.navbar {
		padding: 1rem 0 1rem 1rem;
	}
	.fix .navbar {
		padding: 0.4rem 0 0.5rem 1rem;
	}
	.otherpage .navbar {
		padding: 1.5rem 0 1.5rem 1rem;
	}
	.otherpage .fix .navbar {
		padding: 1rem 0 1rem 1rem;
	}
	.navbar .nav-item:last-child {
		display: none;
	}
	header.fix {
		border-bottom: 1px solid #202838;
		/*box-shadow: 0px 1px 2px rgba(0,0,0,0.9);*/
	}
	.otherpage header {
		background-color: rgba(255,255,255,0.9);
		border-bottom: 1px solid #FFFFFF;
		box-shadow:0px 0px 20px 0px rgba(119,143,188,0.2);
	}
	.otherpage header.fix {
		box-shadow:0px 0px 10px 0px rgba(119,143,188,0.2);
	}
	.fix .navbar-collapse {
	    transform: translateY(-2px);
	}
	header .container {
    		max-width: 1400px;
	}
}
@media only screen and (min-width: 1200px) {
	.nav-item.lang.CN {
		margin-left: 80px;
	}
	.en-nav .nav-item.lang.CN {
		margin-left: 50px;
	}
}
@media only screen and (min-width: 1500px) {
	.nav-item.lang.CN,
	.en-nav .nav-item.lang.CN {
		margin-left: 250px;
	} 
}
@media only screen and (min-width: 1700px) {
	.nav-item.lang.CN,
	.en-nav .nav-item.lang.CN {
		margin-left: 380px;
	}
}
@media only screen and (min-width: 1900px) {
	.nav-item.lang.CN,
	.en-nav .nav-item.lang.CN {
		margin-left: 500px;
	}
}

.nav-item.lang .nav-link {
	padding-left:0!important;
	padding-right: 0!important;
}
.nav-item a {
	color: white;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
}
.nav-item a i{
    font-size: 20px;
    margin-top: -2px;
}
.navbar-collapse {
	padding-top: 1rem;
}

@media only screen and (min-width:992px ) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-left: 18px;
	    padding-right: 18px;
	}
	#navbarSupportedContent a.nav-link:focus::before,
	#navbarSupportedContent a.nav-link:hover::before,
	.otherpage #navbarSupportedContent .active.nav-link::before {
		left: 18px;
		right: 18px;
	}
	.en-nav .nav-item a {
		letter-spacing: 0;
	}
	.navbar-expand-lg .en-nav.navbar-nav .nav-link {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	#navbarSupportedContent .en-nav a.nav-link:focus::before,
	#navbarSupportedContent .en-nav a.nav-link:hover::before,
	.otherpage #navbarSupportedContent .en-nav .active.nav-link::before {
		left: 10px;
		right: 10px;
	}
	.nav-item span.on {
		background-color: #747C8B;
		color: #FFFFFF;
	}
	.otherpage .nav-item span.on {
		background-color: #778FBC;
	}
	.nav-item span {
		display: inline-block;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    border-radius: 100%;
	    text-align: center;
	    margin-top: -18px;
	}
	.nav-item span {
		display: inline-block;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    border-radius: 100%;
	    text-align: center;
	    margin-top: -18px;
	}
	/*nav*/
	li.nav-item .nav-link-child-list{
		display: none;
		z-index: 10001;
		position: absolute;
		margin-top: -1px;
	}

	li.nav-item:hover .nav-link-child-list{
		display: block;
		z-index: 10001;
		position: absolute;
		margin-top: -1px;
	}

	li.nav-item .nav-link-child-list .nav-link-child{
		left: 0;
		top: 0;
		padding: 8px;
		line-height: normal;
		border: 1px solid #EEEEEE;
		background: #FFF;
	}

	li.nav-item .nav-link-child-list .nav-link-child a{
		display: block;
		padding: 0 5px;
		line-height: 28px;
		white-space: nowrap;
		color: #6C6C6C;
		font-size: 12px;
	}

	.navbar-brand{
		/*height: 95px;*/
	}

	footer .container{
		line-height: 0;
	}
}

@media only screen and (min-width:1200px ) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	#navbarSupportedContent a.nav-link:focus::before,
	#navbarSupportedContent a.nav-link:hover::before,
	.otherpage #navbarSupportedContent .active.nav-link::before {
		left: 20px;
		right: 20px;
	}
	.navbar-expand-lg,.otherpage .navbar {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	.fix .navbar-expand-lg,.otherpage .fix .navbar {
		padding: 0.4rem 3rem 0.5rem 3rem;
	}
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-decoration: none;
    color: #FFFFFF;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
	color: #FFFFFF!important;
	font-weight: bold;
}
.fix .navbar-expand-lg .navbar-nav .nav-link {
	color: #FFFFFF!important;
}
/**二级页面菜单字体**/
@media only screen and (min-width: 992px) {
	.otherpage .navbar-expand-lg .navbar-nav .nav-link.active,
	.otherpage .navbar-expand-lg .navbar-nav .nav-link,
	.otherpage .fix .navbar-expand-lg .navbar-nav .nav-link {
		color: #333333!important;
	}
}

.navbar-toggler{
    border: none;
} 
.navbar-toggler:focus {
  outline: none;
}
header.fix {
	background-color: rgba(32,40,56,0.65);
}
@media only screen and (min-width: 992px) {
	.otherpage header.fix {
		background-color: rgba(255,255,255,0.82);
	}
}
@media only screen and (max-width: 992px) {
	.navbar-light .navbar-toggler {
	    color: rgba(255,255,255, 1);
	}
	.animated-icon span {
		background-color: #FFFFFF;
	}
	header .logo {
		background: url(../img/logo-top@3x.png) no-repeat center;
		background-size: 100% auto;
		height: 20px;
		width: 95px;
		margin-top: 5px;
	}
	header .logo img {
		opacity: 0;
	}
}
@media only screen and (min-width:992px) {
	#navbarSupportedContent a.nav-link {
	    position: relative;
    		white-space: nowrap;
	}
	.navbar-nav .nav-link:focus, 
	.navbar-light .navbar-nav .nav-link:hover {
	    color: rgba(255, 255, 255, 1);
	    text-shadow: 0px 1px 5px rgba(255,255,255,.7);
	}
	.otherpage .navbar-nav .nav-link:focus, 
	.otherpage .navbar-light .navbar-nav .nav-link:hover {
	    text-shadow: 0px 1px 5px rgba(0,0,0,.15);
	}
	#navbarSupportedContent a.nav-link::before {
		position: absolute;
		left: 50%;
		right: 50%;
		bottom: 0;
		height: 2px;
		border-radius: 2px;
		content: "";
		background: rgba(255,255,255,0);
		-webkit-transition:all .4s;
		transition:all .4s;
	}
	#navbarSupportedContent a.nav-link:focus::before,
	#navbarSupportedContent a.nav-link:hover::before,
	.otherpage #navbarSupportedContent .active.nav-link::before {
		background: rgba(255,255,255,0.85);
	}
	.otherpage #navbarSupportedContent a.nav-link::before,
	.otherpage #navbarSupportedContent a.nav-link::hover {
		background: rgba(0,0,0,0);
	}
	.otherpage #navbarSupportedContent .active.nav-link::before,
	.otherpage #navbarSupportedContent a.nav-link:focus::before,
	.otherpage #navbarSupportedContent a.nav-link:hover::before {
		background: rgba(0,0,0,.8);
	}
}
span.animated-icon{
  display: block;
}
.animated-icon{
width: 25px;
height: 20px;
position: relative;
margin: 8px 0 0 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon span{
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon span {
background: #010101;
}

.animated-icon span:nth-child(1) {
top: 0px;
}

.animated-icon span:nth-child(2) {
top: 7px;
}

.animated-icon span:nth-child(3) {
top: 14px;
}

.animated-icon.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

header .logo img {
    width: 152px;
}
@media only screen and (max-width: 768px) {
	header .logo img {
	    width: 150px;
	}
}
header .logo {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Cormorant', serif;
    float: left;
}
header .logo a{
    text-decoration: none;
    color: #f9f9f9;
}

header .menu {
    height: 20px;
    width: 50%;
    float: left;
}
header .primary-btn, header .primary-line-btn{
    margin: 0;
}
/* Footer*/
footer {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    background: #20252C;
    color: #747C8B;
}
/*footer img.linkicon {
	width: 40px;
}*/
footer .copyright{
    opacity: .9;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
}
footer h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
footer hr {
	border-top: 1px solid rgb(102,102,102,1);
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
	opacity: 0.2;
}
@media only screen and (max-width:992px ) {
	footer hr {
		margin-top: 0.8rem;
		margin-bottom: 0.7rem;
	}
	footer .copyright {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	footer hr:nth-last-child(3) {
		margin-bottom: 0;
	}
	footer {
		padding-bottom: 10px;
	}
}
.bottom-logo {
	max-height: 50px;
	max-width: 100%;
}
.bottom-menu {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 400;
}
ul.bottom-menu li {
	display: inline-block;
	margin: 0 15px;
}
ul.bottom-menu > li:last-child {
	margin-right: 0;
}

ul.bottom-menu a {
	color: #747C8B;
}
ul.bottom-menu a:hover {
	color: #FFFFFF;
}
.bottom-contact {
	color: #FFFFFF;
}
.bottom-contact >font {
	color: #747C8B;
}
.bottom-contact ul {
	opacity: 1;
	display: inline-block;
}
.bottom-contact ul>li:nth-child(2) {
	font-size: 14px;
}
.bottom-contact ul>li:not(:first-child) {
	margin-top: 15px;
}
.bottom-contact .tel {
	font-size: 24px;
	font-weight: 400;
	font-family: Helvetica;
}
.bottom-contact .orBox {
	position: relative;
}
.bottom-contact .orBox ol {
	position: absolute;
	right: 15px;
	top: -30px;
	text-align: center;
	font-size: 14px;
}
.bottom-contact .orBox img {
	width: 100px;
	height: 100px;
	border: 6px #31363F solid;
	margin-top: 15px;
}

.bottom-contact-sm {
	color: #747C8B;
	font-size: 0.78rem;
	margin-bottom: 0;
}
@media only screen and (max-width:992px ) {
	.hidden-for-medium-down {
		display: none!important;
	}
	footer {
		height: 144px;
	    padding: 15px 0 10px 0;
	}
	footer .bottom-logo {
		height: 1.4rem;
	}
	.bottom-contact {
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.bottom-contact >span {
		padding-right: 10px;
	}
	.bottom-contact >img {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	footer .copyright {
	    text-align: left;
	}
}
@media only screen and (min-width:992px ) {
	footer {
		height: 252px;
	    padding: 30px 0 15px 0;
	}
	.hidden-for-medium-up {
		display: none!important;
	}
	.bottom-contact {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.bottom-contact >span {
		padding-right: 50px;
	}
	.bottom-contact >img {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	} 
}

/* Sections*/
.section{
    width: 100%;
    padding: 80px 0;
}
.section:nth-last-of-type(1) {
	padding-bottom: 100px;
}
.section.main {
	padding-top: 180px;
}
@media only screen and (max-width: 992px) {
	.section:nth-last-of-type(1) {
		padding-bottom: 30px;
	}
	.section.main {
		padding-top: 3.5rem;
	}
}

@media only screen and (max-width: 480px) {
    header .logo{
    max-width: 180px;
    }
    header .logo img{
    width: 130px;
    }
}
@media only screen and (max-width: 992px) {
	.section {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}
.content .btn.btn-primary {
	padding: 0 1rem;
	height: 50px;
	line-height: 50px;
	min-width: 11.6rem;
}
.btn-primary .moreLink {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
}
.btn.btn-primary span,
.btn.btn-primary img {
	-webkit-transition:all .5s;
	transition:all .5s;
}
.btn.btn-primary:hover span,
.btn.btn-primary:hover img {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

@media only screen and (max-width: 992px) {
	.content .btn.btn-primary {
		height: 30px;
		line-height: 26px;
		min-width: 7rem;
	}
	.btn-primary .moreLink {
		width: 2rem;
	}
}
.intro-title {
	position: relative;
	text-align: center;
	height: 70px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.intro-title h3,
.intro-title sub {
	width: 100%;
	position: absolute;
	left: 0;
	height: 70px;
	line-height: 70px;
	letter-spacing: 2px;
	top: 0;
}
.intro-title h3 {
	margin: 0;
	font-size: 30px;
	z-index: 2;
}
.intro-title sub {
	font-size: 70px;
	font-weight: 900;
	color: #FBFBFB;
	text-transform:uppercase;
	z-index: 1;
}
@media only screen and (max-width:992px ) {
	.intro-title {
		margin-bottom: 15px;
		height: 40px;
	}
}
/*header  .navbar-brand.logo img.img-fluid {
	display: none;
} 
header:not(.fix) .navbar-brand.logo .img-fluid.off {
	display: inline;
}
header.fix .navbar-brand.logo .img-fluid.on {
	display: inline;
}*/
.otherpage {
	background:rgba(251,251,251,1);
}
