@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300&display=swap');
:root {
	--primary: #151515;
	--red: #9f1f14;
	--redHover: #e72e2d;
	--pink: #fcf0f0;
	--white: #fff;
	--darkGrey: #231f20;
	--grey: #3d3d3d;
	--lightGrey: #646464;
	--green: #008239;
	--orange: #f69d1c;
	--orangeHover: #ffbc5e;
	--blue: #5d62b6;
	--lightBlue: #64beea;
	--black: #000000;
	--cap: uppercase;
	--latoregular: 'latoregular', sans-serif;
	--latolight: 'latolight', sans-serif;
	--latobold: 'latobold', sans-serif;
	--latosemibold: 'latosemibold';
	--latomedium: 'latomedium' sans-serif;
	--letterSpace: 6px;
	--fontSize10: 10px;
	--fontSize12: 12px;
	--fontSize14: 14px;
	--fontSize15: 15px;
	--fontSize16: 16px;
	--fontSize18: 18px;
	--fontSize19: 19px;
	--fontSize20: 20px;
	--fontSize21: 21px;
	--fontSize22: 22px;
	--fontSize24: 24px;
	--fontSize26: 26px;
	--fontSize28: 28px;
	--fontSize30: 30px;
	--fontSize32: 32px;
	--fontSize34: 34px;
	--fontSize36: 36px;
	--fontSize38: 38px;
	--fontSize40: 40px;
	--fontSize42: 42px;
	--fontSize44: 44px;
	--fontSize46: 46px;
	--fontSize48: 48px;
	--fontSize50: 50px;
	--fontSize52: 52px;
	--fontSize54: 54px;
	--fontSize60: 60px;
	--fontSize62: 62px;
	--fontSize72: 72px;
	--fontSize76: 76px;
	--fontSize80: 80px;
	--fontSize120: 120px;
	--font100: 100;
	--font200: 200;
	--font300: 300;
	--font400: 400;
	--font500: 500;
	--font600: 600;
	--font700: 700;
	--font800: 800;
	--font900: 900;
}
html,
body {
	height: 100%;
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 18px;
	width: 100%;
	font-weight: var(--font400);
	color: var(--primary);
}
body {
	overflow-x: hidden;
}
.cn strong {
	font-weight: 700;
}
.content {
	color: var(--lightGrey);
	padding-top: 86px;
}
#age-verification {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 1);
	-webkit-transition: 500ms;
	transition: 500ms;
	z-index: 90000001;
	display: none;
}
#age-verification .mylogo {
	padding: 20px 0;
}
.age-verification-main {
	background-color: var(--white);
	color: var(--primary);
	font-size: 13pt;
	text-align: center;
	padding: 25px;
	position: relative;
	top: 10px;
	width: 500px;
	max-width: 80%;
	margin: 0 auto;
	-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-height: 400px) {
	.age-verification-main {
		top: 30%;
	}
}
.age-title {
	display: block;
	margin-bottom: 1rem;
}
.age-title {
	font-size: 24pt;
	margin-bottom: 1.0em;
}
.age-button {
	-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.3);
}
.age-button {
	border: none;
	font-size: 16pt;
	display: inline-block;
	width: 150px;
	padding: 10px;
	margin: 5px 10px;
}
.age-yes,
.age-no:hover {
	background: #b38a6f;
	color: var(--white);
}
.age-no {
	background: #e1e1e1;
	color: var(--black);
}
.pls-drink {
	color: #b38a6f;
	padding: 20px 0;
}

.header {
	background: #9f1f14;
	/* background: linear-gradient(45deg, #9f1f14 0%, rgba(255, 0, 0, 0.6853116246) 100%); */
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	position: absolute;
	z-index: 100;
	width: 100%;
}
.home .header {
	background: rgba(159, 31, 20, 0.5);
}
.home .content {
	background: transparent;
	padding-top: 0;
}
.thumb-content {
	padding: 15px 0;
	font-size: var(--fontSize14);
	color: var(--black);
}
.thumb-content span {
	display: block;
}
.item.video {
	position: relative;
	height: 100vh;
	background-position: ;
}
#video {
	position: relative;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	/* display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%); */
}

.hambergur {
	width: 1.6rem;
	padding-top: 10px;
	cursor: pointer;
	float: right;
}
.hambergur div {
	width: 1.6rem;
	height: 2px;
	border: 1px solid #fff;
	margin-bottom: 8px;
	border-radius: 8px;
	cursor: pointer;
}
.hambergur div:nth-child(2) {
	width: 1.3rem;
	background: #fff;
}
.language {
	width: 105px;
}
.language .inner {
	padding-top: 8px;
	float: left;
}
.language .inner a {
	color: var(--white);
}

@media (min-width: 720px) {
	.container {
		padding: 0.5rem 2rem;
	}
}

.fullscreen {
	-webkit-clip-path: circle(0% at 96.5% 4%);
	clip-path: circle(0% at 96.5% 4%);
	position: fixed;
	/* background: #1e1f25; */
	background: #1e1f25 url('../images/menu-bg.jpg') no-repeat center bottom;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}
.fullscreen ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
}
.fullscreen ul li {
	padding: 0.5rem 1rem;
}
.fullscreen ul li a {
	font-size: 1.5rem;
	/* background: -webkit-linear-gradient(45deg, #b68fd5 0%, rgba(255, 174, 174, 0.6853116246) 100%); */
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	color: var(--white);
	font-size: var(--fontSize48);
	font-weight: var(--font700);
}
.fullscreen ul li a:hover,
.fullscreen ul li a.active {
	color: var(--red);
}
.fullscreen .close {
	position: absolute;
	top: 1.3rem;
	right: 2.355rem;
	width: 2rem;
	height: 2rem;
	transform: rotate(45deg);
	cursor: pointer;
}
.fullscreen .close div {
	width: 32px;
	height: 32px;
	overflow: hidden;
}
.fullscreen .close div:before,
.fullscreen .close div:after {
	content: "";
	width: 2rem;
	height: 2px;
	border: 1px solid var(--white);
	position: absolute;
	border-radius: 5px;
}
.fullscreen .close div:after {
	transform: rotate(90deg);
	background: var(--white);
}
.fullscreen.active {
	-webkit-clip-path: circle(140% at 96.5% 4%);
	clip-path: circle(140% at 96.5% 4%);
	transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
	z-index: 1000;
}
.fullscreen.active ul > li {
	-webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
	animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
	text-transform: uppercase;
}
.fullscreen.reverse_anim {
	-webkit-clip-path: circle(0% at 96.5% 4%);
	clip-path: circle(0% at 96.5% 4%);
	opacity: 0.6;
	transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

@-webkit-keyframes animateIn {
	0% {
		opacity: 0;
		transform: translateX(10px) rotate(2deg);
	}
	100% {
		opacity: 1;
	}
}

@keyframes animateIn {
	0% {
		opacity: 0;
		transform: translateX(10px) rotate(2deg);
	}
	100% {
		opacity: 1;
	}
}
.logo a {
	color: #fff;
	font-size: 1.2rem;
}
.logo img {
	height: 50px;
}
.navbar {
	display: inline;
}
.navbar ul li {
	list-style: none;
}

.top-header {
	background: var(--red);
	padding: 5px 0;
	width: 100%;
	letter-spacing: 2.25px;
}
.top-header:hover {
	opacity: 0.8;
	display: block;
	cursor: pointer;
}
.top-header svg {
	width: 20px;
	height: 20px;
	color: var(--white);
	margin: 0 20px;
}
.loading-spinner {
	animation: loading-spinner 5s linear infinite;
}
@keyframes loading-spinner {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.top-header a,
.top-header a:hover {
	color: var(--white);
}
strong {
	font-weight: var(--font600);
	font-family: var(--latobold);
}
a {
	color: var(--red);
}
a:hover {
	color: var(--redHover);
}

.header-container {
	width: 100%;
	background: var(--white);
	padding: 27px 20px;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
	z-index: 1;
}
.header-container.header-fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-inner {
	max-width: 1400px;
	margin: 0 auto;
}
.hamburger {
	position: relative;
	width: 40px;
	height: 30px;
	cursor: pointer;
	border: 5px solid transparent;
	float: right;
	display: none;
}
.hamburger span {
	width: 100%;
	height: 2px;
	background: #08509e;
	display: block;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hamburger span.h-top {
	top: 0;
}
.hamburger span.h-bottom {
	bottom: 0;
	width: 27px;
}
.hamburger span.h-middle {
	top: 50%;
	margin-top: -1px;
	width: 25px;
}
.hamburger.h-active span {
	width: 100%;
}
.hamburger.h-active span.h-top {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -1px;
}
.hamburger.h-active span.h-middle {
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.hamburger.h-active span.h-bottom {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -1px;
}
.bottombar {
	background-color: #08509e;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-nav ul li a.active {
	color: var(--red);
}
.main-nav ul li a {
	letter-spacing: 3px;
}

.language-content {
	margin: 20px 0;
}
.language-content a {
	border: 1px solid #c4c4c4;
	padding: 5px 25px;
	border-radius: 50px;
	color: var(--red);
}
#cn .language-content a {
	font-family: var(--latoregular);
}
.language-content a:hover {
	background: var(--red);
	border: 1px solid var(--red);
	color: var(--white);
}
.main-nav > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-nav > ul > li {
	display: inline-block;
	position: relative;
	margin-left: -4px;
	padding-right: 15px;
}
.main-nav > ul > li + li {
	padding: 0 15px;
}
.main-nav > ul > li > a {
	display: block;
	text-decoration: none;
	color: var(--primary);
	line-height: 45px;
	font-size: 16px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
}
.main-nav > ul > li:hover > a {
	color: var(--red);
}
.submenu {
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	min-width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 15px;
	background: var(--white);
	border: 1px solid #f7f7f7;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	-webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.submenu > li {
	display: block;
	margin: 0 -15px;
}
.submenu > li a {
	display: block;
	padding: 10px 15px;
	color: #666;
	line-height: 1;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.submenu > li a:hover {
	background: #f7f7f7;
	color: var(--red);
}
.main-nav .fl {
	width: 30px;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-style: normal;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 999;
	display: none;
}
.main-nav .fl:before {
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}
.main-nav > ul > li + li .submenu {
	left: 15px;
}
.main-nav > ul > li:hover .submenu {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.content-block {
	padding: 70px 0;
	position: relative;
}
.slideInUp {
	visibility: hidden;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-o-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.is-active .slideInUp {
	visibility: visible;
	opacity: 1;
	-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);
}
.slideInUp2 {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.first-column-home {
	align-items: center;
	padding-right: 0;
}
.second-column-home h1 {
	font-size: var(--fontSize36);
	font-weight: var(--fon300);
}
.second-column-home {
	padding: 6rem 2rem;
	background: var(--red);
}
.second-column-home a {
	color: var(--primary);
	font-size: var(--fontSize16);
	background: var(--white);
	padding: 10px 20px;
	display: inline-block;
}

.degrees {
	background-image: url(../images/land_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}
.degrees-inner {
	margin-top: -50px;
}
.course_card {
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	background-clip: border-box;
	transition: 0.25s ease-in-out;
}
.course_card_img .icon {
	width: 113px;
	height: 97px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -48.5px;
	margin-left: -56.5px;
}
.course_card_img .icon img {
	width: 47px;
	height: 99px;
}
.course_card_img .icon img.sunlight {
	width: 72px;
	height: 84px;
}
.course_card_img .icon img.temperature {
	width: 86px;
	height: 48px;
}
.course_card_img .icon img.sun {
	width: 86px;
	height: 73px;
}
.course_card_content .description {
	font-weight: var(--font300);
	font-size: var(--fontSize18);
	padding: 20px 0;
}
.course_card_content .url a {
	background-color: var(--red);
	font-size: var(--fontSize16);
	padding: 10px 20px;
	color: var(--white);
}
.course_card_content .url a:hover {
	background-color: var(--redHover);
	color: var(--white);
}
.course_card_img {
	max-height: 100%;
	max-width: 100%;
	position: relative;
}
.course_card_img img {
	height: 531px;
	width: 291px;
	transition: 0.25s all;
}
.course_card_img img:hover {
	transform: translateY(-3%);
}
.course_card_content {
	padding: 50px 5px;
	text-align: center;
	min-height: 225px;
}
.course_card_content h3 {
	font-size: var(--fontSize36);
	font-weight: var(--font600);
}
.course_card_content h3 span {
	display: block;
}
.course_card:hover {
	transform: scale(1.025);
	/* border-radius: 0.375rem;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25); */
}
.course_card:hover .course_card_img img {
	/* border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem; */
}
.age {
	background-color: var(--pink);
	padding: 20px;
	font-size: var(--fontSize18);
	font-weight: var(--font300);
}
.age li:first-child {
	font-weight: var(--font700);
}
.talk-to-us a {
	background-color: var(--red);
	color: var(--white);
	padding: 10px 20px;
}
.talk-to-us a:hover {
	background-color: var(--redHover);
}
.title-home h1 {
	padding-top: 25px;
	font-weight: var(--font400);
	font-size: var(--fontSize24);
}
.title-home {
	color: rgb(94, 94, 94);
	font-weight: var(--font300);
}
.title-history {
	color: var(--red);
	font-weight: var(--font300);
	font-size: var(--fontSize18);
}

.title-sub {
	font-weight: var(--font400);
	font-size: var(--fontSize18);
	color: var(--red);
	white-space: 3px;
}
.title-contact {
	font-weight: var(--font300);
	font-size: var(--fontSize24);
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1340px;
}
.altitude h1 {
	font-weight: var(--font400);
	font-size: var(--fontSize36);
	padding: 20px 0;
}
.raw {
	position: relative;
}
.raw1 {
	position: absolute;
	top: 25%;
	left: 72%;
	border-radius: 25px;
	background: var(--white);
	padding: 5px 10px;
	font-size: var(--fontSize18);
	width: 200px;
}
.raw2 {
	position: absolute;
	top: 48%;
	left: 40%;
	border-radius: 25px;
	background: var(--white);
	padding: 5px 10px;
	font-size: var(--fontSize18);
}
.raw3 {
	position: absolute;
	top: 70%;
	left: 36%;
	border-radius: 25px;
	background: var(--white);
	padding: 5px 10px;
	font-size: var(--fontSize18);
}

/* Contact Info */

.contact-info {
	margin: 0 auto;
	max-width: 750px;
}
.contact-info .inner {
	margin: 0 auto;
	max-width: 550px;
}
.contact-info .btn-submit {
	width: 200px;
	letter-spacing: 3px;
	font-weight: var(--font700);
}
.contact-info .btn-submit .fa {
	padding-left: 20px;
}
.add-on .input-group-btn > .btn {
	border-left-width: 0;
	left: -2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #cccccc;
}
/* enable absolute positioning */
.inner-addon {
	position: relative;
}
/* style glyph */
.inner-addon .fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}

/* align glyph */
.left-addon .fa {
	left: 0px;
	top: 30px;
}

/* add padding  */
.left-addon input,
.left-addon textarea {
	padding-left: 30px;
}
.left-addon textarea {
	height: 200px;
}
.successfully {
	font-size: var(--fontSize120);
	color: var(--green);
}
.protected {
	font-weight: var(--font300);
	font-size: var(--fontSize14);
}
.bottom-info {
	padding: 50px 0;
}
.bottom-info .bottom-info h1 {
	font-weight: var(--font400);
	font-size: var(--fontSize24);
	letter-spacing: 3px;
}
.bottom-info .intraco {
	font-weight: var(--font300);
}
.bottom-info {
	color: rgb(94, 94, 94);
}

/* Banner Home */
.caption,
.slick-slide::before,
.slick-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slick-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-slider {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 8vw;
	opacity: 0;
	visibility: hidden;
	transition: all 1.2s ease;
}
.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}
.home-bottom-name {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	color: var(--white);
	position: absolute;
	bottom: 0;
}
.home-bottom-name a {
	color: var(--white);
}
.item.last .home-bottom-name {
	display: none;
	opacity: 0;
}
.slick-slide {
	position: relative;
	height: 100%;
}
.slick-slide video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}
.slick-slide iframe {
	position: relative;
	pointer-events: none;
}
.slick-slide figure {
	position: relative;
	height: 100%;
	margin: 0;
}
.slick-slide .slide-image {
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
	opacity: 1;
}

.slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
}
.slick-slide .slide-media {
	-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
	z-index: 1;
}
.slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.caption {
	position: absolute;
	top: 17%;
	left: 15%;
	padding: 20px;
	color: #fff;
	margin: 0;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	transform: translateY(100px);
}
.caption .title-one {
	font-family: var(--latosemibold);
	color: var(--lightBlue);
	font-size: var(--fontSize72);
	line-height: 70px;
}
.caption .title-two {
	font-family: var(--latobold);
	color: var(--blue);
	font-size: var(--fontSize72);
	line-height: 82px;
}
.caption .typed-cursor {
	display: none;
}
.banner-logo {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.banner-logo img {
	max-width: 850px;
}
.slick-dots {
	text-align: center;
	padding-top: 0;
	bottom: 20px;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots li button:before {
	top: -2px;
	left: -1px;
	content: '';
	color: var(--red);
}
.slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 0 transparent;
	vertical-align: middle;
	color: #fff;
	background-color: #fff;
	transition: all 0.3s ease;
	opacity: 0.4;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover {
	opacity: 1;
}
.slick-dots li.slick-active button {
	border-color: var(--red);
	opacity: 1;
}
@-webkit-keyframes slideIn {
	from {
		filter: blur(-o-transition-delay);
	}
	to {
		filter: blur(0);
	}
}

@keyframes slideIn {
	from {
		filter: blur(15opx);
	}
	to {
		filter: blur(0);
	}
}
@-webkit-keyframes slideOut {
	from {
		filter: blur(0);
	}
	to {
		filter: blur(-o-transition);
	}
}
@keyframes slideOut {
	from {
		filter: blur(0);
	}
	to {
		filter: blur(0);
	}
}

.home-subpage-section h1 {
	color: var(--red);
	font-family: var(--latolight);
	font-size: var(--fontSize48);
}
.home-subpage-section h1.title-blue {
	color: var(--blue);
	font-family: var(--latolight);
	font-size: var(--fontSize46);
	letter-spacing: 5px;
}
.home .home-subpage-section h1.title-blue {
	letter-spacing: 0;
}
.home-subpage-section h1 span {
	font-family: var(--latobold);
}
.bottom-divider {
	margin: 0 auto;
	max-width: 112px;
}
.home-line {
	border-top: 2px solid var(--lightGrey);
	width: 110px;
	margin: 20px 0;
	text-align: center;
}
p.first-text {
	font-size: var(--fontSize30);
	font-family: var(--latobold);
}
p.first-text span {
	font-size: var(--fontSize20);
	font-family: var(--latolight);
	display: block;
}

.butn:link,
.butn:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--fontSize20);
	text-transform: var(--cap);
	text-decoration: none;
	background-color: var(--red);
	background-image: linear-gradient(90deg, #da2928, #e22f2e);
	padding: 8px 20px;
	margin-right: 13px;
	border-radius: 4px;
	border: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	margin-top: 30px;
}
.butn__new::before {
	left: -50%;
}
.butn__new::after {
	left: -100%;
}
.butn:hover,
.butn:active {
	transform: translateY(-3px);
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn span {
	z-index: 20;
}
.home-portfolio-section {
	background: var(--darkGrey);
}
.portfolio-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -57px;
}

.portfolio-list li:nth-child(1) {
	padding: 0;
	background: transparent;
}
/* .portfolio-list li:nth-child(1) {
	padding: 20px;
	background: rgb(243, 146, 29);
	background: linear-gradient(274deg, rgba(243, 146, 29, 1) 0%, rgba(221, 49, 39, 1) 100%);
} */
.portfolio-list li:nth-child(1) h1 {
	font-size: var(--fontSize48);
	font-family: var(--latobold);
	color: var(--white);
}
.portfolio-list li:nth-child(1) h1 span {
	font-family: var(--latolight);
	display: block;
}

.portfolio-list li {
	width: 50%;
	float: left;
}
.property-home .images {
	position: relative;
	height: auto;
}
.property-home .images .title {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	left: 0;
	top: 0;
}
.property-home .images a .title h1 {
	font-size: 22px;
	font-family: var(--latosemibold);
	color: var(--white);
}
.property-home .images a .title span {
	font-size: var(--fontSize16);
	font-family: var(--latolight);
	color: var(--white);
}
.property-home .images .title .inner {
	position: absolute;
	bottom: 0;
	padding: 15px;
}
.property-home .images:hover .title {
	background: rgba(0, 0, 0, 0.6);
	color: var(--white);
}
.property-home .images img {
	max-height: 410px;
}
.property-home .images:hover {
	transform: scale(1.05);
	transition: .5s ease;
}
.property-home .slick-prev {
	top: 108%;
	left: 0;
}
.property-home .slick-prev {
	left: 0;
	border: 1px solid var(--blue);
	border-radius: 100%;
	text-align: center;
	width: 40px;
	height: 40px;
}
.property-home .slick-next {
	left: 55px;
	right: 0;
	top: 108%;
	border: 1px solid var(--blue);
	border-radius: 100%;
	text-align: center;
	width: 40px;
	height: 40px;
}
.property-home .slick-prev::before {
	content: "\f104";
}
.property-home .slick-next::before {
	content: "\f105";
}
.property-home .slick-arrow {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
}
.property-home .slick-prev:before {
	width: 36px !important;
}
.property-home .slick-prev:before,
.property-home .slick-next:before {
	font: normal normal normal 14px/1 FontAwesome;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 26px;
	color: var(--blue);
	opacity: 1;
}
.property-home .slick-prev:hover:before,
.property-home .slick-next:hover:before {
	color: var(--white);
}
.property-home .slick-arrow:hover {
	background: var(--blue);
	transition: 0.5s;
	color: var(--white);
}
.home-subpage-section.home-ir {
	background: url('../images/bg-home-ir.png') no-repeat 0 bottom;
}
.home-ar-content {
	width: 100%;
}
.home-ar-content .left {
	float: left;
	width: 60%;
}
.home-ar-content .right {
	float: left;
	width: 40%;
	margin: 170px 0 0 -20px;
}
.home-ar-content .right h2 {
	font-size: var(--fontSize30);
	font-weight: var(--latobold);
}
.home-ar-content .right h2 span {
	color: var(--red);
}
.content-ar {
	display: flex;
	align-items: center;
	align-self: center;
	padding-top: 15px;
	float: left;
}
.content-ar {
	font-size: var(--fontSize20);
}
.content-ar a {
	color: var(--orange);
	font-family: var(--latomedium);
}
.content-ar .left-in {
	display: flex;
	padding-right: 10px;
}
.content-ar .right-in {
	display: flex;
}
.content-ar .right-in .size {
	display: block;
}
.content-ar .ar img {
	height: 48px;
}
.home-news-content h2 {
	font-family: var(--latolight);
	font-size: var(--fontSize36);
	text-transform: var(--cap);
	color: var(--orange);
}
.home-news-content h2 span {
	font-family: var(--latobold);
	font-size: var(--fontSize36);
}
.home-news {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
}
.home-news li {
	padding-bottom: 25px;
}
.home-news li .date {
	font-size: var(--fontSize16);
	color: #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 0 0 8px 0;
}
.home-news li .detail a {
	font-size: var(--fontSize18);
	color: #333333;
	margin-top: 5px;
	display: inline-block;
}
.subscribe {
	background: url('../images/bg-subscribe.png') no-repeat;
}
.home-email .form-group {
	margin: 50px auto;
	max-width: 630px;
}
.home-email input {
	border-radius: 0;
	border: 0;
	background: var(--white);
	padding: 10px;
	height: 38px;
	width: 70%;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
.home-email button {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	border: 0;
	background: var(--red);
	width: 30%;
	height: 38px;
	line-height: 22px;
	padding: 0;
	color: var(--white);
}
.form-group {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
.home-email .invalid-feedback {
	text-align: left;
}
.home-email .home-email-input {
	width: 70%;
	float: left;
}
.home-email .home-email-button {
	width: 30%;
	float: left;
}
.home-email .home-email-button button {
	border-radius: 0;
	border: 0;
	background: #b6862d;
	width: 100%;
	height: 38px;
	line-height: 20px;
}
.home-email .home-email-button button:hover {
	transition: 0.5s;
	background: #eeb140;
}
.home-email .btn-primary:not(:disabled):not(.disabled):active,
.home-email .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #b6862d;
	border-color: #ca9635;
}
.home-email .btn-primary:not(:disabled):not(.disabled):active:focus,
.home-email .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(212, 188, 143, 0.5);
}
.home-email .form-control:focus {
	color: #d4bc8f;
	background-color: #fff;
	border-color: #d4bc8f;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(212, 188, 143, 0.5);
}
.btn-submit {
	background: var(--red);
	padding: 10px 30px;
	border: 0;
	color: var(--white);
	border-radius: 4px;
}
.btn-submit:hover {
	background: var(--redHover);
	color: var(--white);
}
.footer-copyright {
	font-size: var(--fontSize10);
	padding: 15px 0;
	color: rgb(89, 89, 89);
	letter-spacing: 3px;
}

.video {
	width: 100%;
	height: auto;
	position: relative;
}

.content-wrapper {
	margin: 0 auto;
	max-width: 1600px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 50px 0;
}

.news-card {
	margin: 0;
	position: relative;
	height: auto;
	overflow: hidden;
	flex: 1;
	min-width: 290px;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {
	.news-card {
		height: auto;
	}
}

.news-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
	z-index: 0;
}

.news-card__card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.news-card__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: -1;
}

.news-card__text-wrapper {
	position: absolute;
	bottom: 0rem;
	padding: 1rem;
	color: white;
	transition: background-color 1.5s ease;
}

.news-card__title {
	transition: color 1s ease;
	margin-bottom: .5rem;
	font-size: 1.5rem;
}
.news-card__details-wrapper {
	max-height: 0;
	opacity: 0;
	transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
	.news-card:hover .news-card__details-wrapper {
		max-height: 20rem;
		opacity: 1;
	}
	.news-card:hover .news-card__text-wrapper {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.news-card:hover .news-card__title {
		color: var(--white);
	}
	.news-card:hover .news-card__image {
		transform: scale(1.2);
		z-index: -1;
	}
}

.news-card__excerpt {
	font-weight: 300;
}

.news-card__read-more {
	background: black;
	color: #bbb;
	display: block;
	padding: 0.4rem 0.6rem;
	border-radius: 0.3rem;
	margin-top: 1rem;
	border: 1px solid #444;
	font-size: 0.8rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	width: 7rem;
	margin-left: auto;
	position: relative;
	z-index: 5;
}
a.news-card__read-more {
	color: var(--white);
}
.news-card__read-more i {
	position: relative;
	left: 0.2rem;
	color: #888;
	transition: left 0.5s ease, color 0.6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.news-card__read-more:hover i {
	left: 0.5rem;
	color: var(--white);
}

.land {
	background: url(../images/liang_bg1.png) center bottom no-repeat #efefef;
}
.logo1 {
	background: url(../images/land_1.jpeg) center top no-repeat;
	width: 58px;
	height: 221px;
	margin: 0 auto;
}
.logo2 {
	text-align: center;
}
.logo2 img {
	margin-top: -221px;
}
.land {
	color: var(--lightGrey);
}
.land .water {
	font-size: var(--fontSize24);
	font-weight: var(--font500);
}
.land h1 {
	font-size: var(--fontSize36);
	font-weight: var(--font500);
	color: var(--primary);
	padding: 10px 0 20px 0;
}
.land h2 {
	padding: 15px 0;
}
.land .water i:first-child {
	background: url(../images/land_14.png) no-repeat center center;
	left: -53px;
	top: 0;
}
.land .water:last-child i:last-child {
	background: url(../images/land_15.png) no-repeat center center;
	right: -27px;
	top: 30px;
}
.land .water:last-child {
	margin-top: 32px;
	width: 680px;
	position: relative;
	margin: 34px auto 0px;
}
.land .water:last-child i {
	position: absolute;
	display: block;
	width: 26px;
	height: 22px;
}

/* Jiao */
.jiao {
	background: #ecf3f3;
}
.jiao .course_card_img img {
	transition: inherit;
}
.jiao .course_card_img img:hover,
.jiao .course_card:hover {
	transform: none;
}
.jiao.course_card {
	transition: inherit;
}
.jiao .course_card_img.line-one {
	border-bottom: 5px solid #e19722;
}
.jiao .course_card_img.line-two {
	border-top: 5px solid #bc3500;
	margin-top: 146px;
}
.jiao .course_card_img.line-three {
	border-bottom: 5px solid #b66c29;
}
.jiao .course_card_img.line-four {
	border-top: 5px solid #342015;
	margin-top: 146px;
}
.jiao .icon {
	color: var(--white);
	font-size: var(--fontSize28);
}
.jiao .course_card_img .icon div {
	margin-left: -87px;
	width: 287px;
	padding: 0 10px;
}
.jiao .course_card_img .icon img {
	width: 120px;
	height: 120px;
}

/* Technique */
.technique {
	width: 100%;
	padding: 130px 0 50px 0;
	background: url(../images/craft_bg01.jpeg) center top no-repeat #f2ece3;
}
.swiper-button-next {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 50%;
	margin-top: -75px;
	width: 60px;
	height: 150px;
	background: url(../images/hisSwiper_arrowRight.png) center center no-repeat #777468;
}
.swiper-button-prev {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 50%;
	margin-top: -75px;
	width: 60px;
	height: 150px;
	background: url(../images/hisSwiper_arrowLeft.png) center center no-repeat #777468;
}
.swiper-slide .text {
	color: #646464;
	background: var(--white);
	border-radius: 20px;
	font-size: var(--fontSize14);
	padding: 8px;
	max-width: 100px;
	margin: 0 auto;
}
.p-2-slide {
	height: 360px;
	width: 100%;
	position: relative;
}
/* .swiper-container {
	max-width: 80%;
	margin: 0 auto;
	overflow: hidden;
	height: auto !important;
} */

.in-1324 h2 {
	display: inline-block;
	width: 196px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #080707;
	font-size: var(--fontSize24);
	margin: 25px 0;
}
.technique-bottom {
	background: url(../images/20190705143207_0758.png) no-repeat #f2ece3;
	width: 100%;
	height: 540px;
}
.yeast-bottom {
	background: #ecf3f3;
}
.yeast-bottom.jiao .course_card_img.line-one {
	border-bottom: 5px solid #e19722;
}
.yeast-bottom .qu_rect {
	width: 997px;
	height: 525px;
	position: absolute;
	left: 10%;
	top: 62%;
	z-index: 400;
}
.set-relation {
	position: relative;
}
/* .age-no {
	pointer-events: none;
} */
.yeast-china {
	padding-top: 250px;
}
.yeast-china ul {
	margin: 0;
	padding: 0;
}
.yeast-china ul li {
	list-style: none;
	float: left;
}
.yeast-china ul li img {
	height: 600px;
	width: 100%;
}
.yeast-china ul li:first-child {
	width: 40%;
}
.yeast-china ul li:nth-child(2) {
	width: 60%;
	position: relative;
}
.yeast-china ul li .jiao-part-qu-txt {
	position: absolute;
	top: 178px;
	left: 42px;
	border: 1px solid #82807e;
	padding: 24px 40px;
	color: var(--white);
	font-size: var(--fontSize40);
}
.yeast-china ul li .jiao-part-qu-txt em {
	display: block;
	width: 114px;
	height: 1px;
	background: #740a05;
	margin: 20px 0;
}

.till-now ul {
	margin: 0;
	padding: 0;
}
.till-now ul li {
	list-style: none;
	float: left;
}
.till-now ul li img {
	height: 600px;
	width: 100%;
}
.till-now ul li:first-child {
	width: 60%;
}
.till-now ul li:nth-child(2) {
	width: 40%;
	position: relative;
}
.till-now ul li .jiao-part-qu-txt {
	position: absolute;
	top: 178px;
	left: 42px;
	border: 1px solid #82807e;
	padding: 24px 40px;
	color: var(--white);
	font-size: var(--fontSize40);
}
.till-now ul li .jiao-part-qu-txt em {
	display: block;
	width: 114px;
	height: 1px;
	background: #740a05;
	margin: 20px 0;
}
.till-now ul li:first-child {
	background: url(../images/qu_img9.jpeg) no-repeat;
	height: 600px;
	padding: 50px;
	background-size: cover;
}
.till-now ul li:nth-child(2) {
	background: url(../images/qu_img10.jpeg) no-repeat;
	height: 600px;
	padding: 50px;
	background-size: cover;
	color: var(--white);
}
.till-now ul li:nth-child(2) .yeast-txt span {
	display: block;
	width: 194px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid var(--white);
	color: var(--white);
	font-size: 24px;
	margin-bottom: 30px;
}
.till-now ul li .yeast-txt span {
	display: block;
	width: 194px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #000000;
	color: #646464;
	font-size: 24px;
	margin-bottom: 30px;
}
.till-now ul li .yeast-txt p {
	font-size: 18px;
	line-height: 30px;
}
.red-border {
	border: 1px solid red;
}

.form-optional {
	font-style: italic;
	font-size: var(--fontSize12);
	position: absolute;
	top: 15px;
	right: 8px;
	background: #333;
	padding: 2px 8px;
	border-radius: 5px;
	color: white;
}
/* Water */
.land.water {
	background: url(../images/water_img1.jpeg) no-repeat center center;
	min-height: 1118px;
	width: 100%;
	background-size: cover;
}
.water-bottom {
	background: url(../images/water_img2.jpeg) no-repeat center center;
	min-height: 1904px;
	width: 100%;
	background-size: cover;
}
.body-water .container {
	max-width: 1540px;
}
.water-one {
	padding: 50px;
	margin: 100px 100px 0 0;
}
.water-one.myvideo {
	margin: 0;
}
.water-one h1 {
	font-size: var(--fontSize36);
}
.water-one p {
	margin: 40px 0;
}
.water-two {
	padding: 50px;
	margin: 100px 0 0 100px;
}

.modal button.close {
	right: 0;
	outline: 0;
}
#gallery-lightbox img {
	height: auto;
	object-fit: cover;
	cursor: pointer;
}
#gallery-lightbox img:hover {
	opacity: 0.9;
	transition: 0.5s ease-out;
}

.grain {
	background: url(../images/liang_part3-en.png) no-repeat top center;
	height: 1056px;
}
.cn .grain {
	background: url(../images/liang_part3-cn.png) no-repeat top center;
	height: 1056px;
}
.grain-content {
	margin-top: 50px;
	color: var(--white);
}
.grain2 {
	background: url(../images/liang_bg2.png) no-repeat center center;
	height: 1140px;
}
.grain-pic {
	padding-top: 145px;
}
.land.grain2 {
	background: url(../images/liang_bg3.png) no-repeat center center;
	height: 789px;
}
.land.grain2 .logo1 {
	background: url(../images/liang_red.jpeg) no-repeat;
	width: 58px;
	height: 221px;
	margin: 0 0 0 178px;
}
.land.grain2 .container {
	padding: 0 2rem;
}
.land.grain2 .logo2 {
	text-align: left;
}
.starch {
	margin-top: 140px;
}
.chart {
	font-size: var(--fontSize14);
}
.chart p.last {
	max-width: 404px;
}

.table-grains tr th {
	color: var(--black);
	background: #f2efe7;
	font-size: var(--fontSize24);
}
.table-grains tr td {
	font-size: var(--fontSize18);
}
.table-grains tr th,
.table-grains tr td {
	border: 1px solid #af9a7f;
	padding: 15px;
}

.cave-content {
	width: 100%;
	position: relative;
}
.cave-content .slick--left {
	width: 50%;
	padding: 30px 160px 30px 30px;
	float: left;
	position: absolute;
	left: 100px;
	top: 0;
	color: var(--white);
	z-index: 0;
	background: url(../images/cavity_img1.jpeg) no-repeat;
	height: 445px;
	font-size: var(--fontSize18);
}
.cave-content .slick--left h3 {
	font-size: var(--fontSize36);
	margin-top: 60px;
}
.cave-content .slick--right {
	float: right;
	width: 50%;
	padding: 50px 0;
}
.cave-content .slick--right img {
	height: 483px;
}
.cave-content .slick--left h3 {
	font-family: var(--oswaldRegular);
	font-size: var(--fontSize26);
}
.cave-bg {
	background: #ecf3f3;
}
ul.schematic {
	list-style: none;
	font-size: var(--fontSize14);
	margin: 10px 0 10px 0;
	padding: 0;
	max-width: 320px;
}
ul.schematic li {
	float: left;
	padding-left: 20px;
}
ul.schematic li:first-child,
ul.schematic li:nth-child(3) {
	padding-left: 0;
}
.chart .con {
	padding-top: 10px;
}
.chart .line {
	display: block;
	width: 76px;
	height: 1px;
	background: #e6000c;
	margin: 5px 0 20px 0;
}
.cave-bottom {
	background: url(../images/cavity_img5.jpeg) no-repeat;
	background-size: cover;
	min-height: 905px;
}
.cave-content {
	padding-top: 200px;
	color: var(--white);
}
.cave-bt-two .one,
.cave-bt-two .two {
	background: var(--white);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
}

.schematic li:first-child::before {
	content: "\2022"; /* Adds the bullet */
	padding-right: 10px; /* creates the space between bullet, list item */
	color: #aed895; /* changes the bullet color*/
}
.schematic li:nth-child(2)::before {
	content: "\2022"; /* Adds the bullet */
	padding-right: 10px; /* creates the space between bullet, list item */
	color: #a7c3e7; /* changes the bullet color*/
}
.schematic li:nth-child(3)::before {
	content: "\2022"; /* Adds the bullet */
	padding-right: 10px; /* creates the space between bullet, list item */
	color: #e48043; /* changes the bullet color*/
}

.chinese-baijiu {
	background: url(../images/CgAH6F8ULWeAMcSXAAEEq9C24FY204.jpeg) no-repeat;
	min-height: 540px;
}
.cn .chinese-baijiu {
	background: url(../images/CgAH6F8ULWeAMcSXAAEEq9C24FY204-cn.jpg) no-repeat;
	min-height: 540px;
}
.chinese-baijiu .inner {
	max-width: 475px;
	position: absolute;
	top: 10%;
	right: -8%;
	background: rgba(0, 0, 0, 0.7);
	padding: 30px;
	color: var(--white);
}
.what-is-chinese-baijiu {
	max-width: 475px;
	position: absolute;
	top: 50%;
	left: 2%;
	font-size: var(--fontSize38);
	font-family: Arial;
	font-weight: var(--font700);
}
.what-is-chinese-baijiu span {
	color: var(--white);
}

.reserve-history {
	background: url(../images/CgAH6F8b4jeAb5k4ABVsf_U9R5I470.png) no-repeat center center;
	min-height: 531px;
	position: relative;
	margin-top: 50px;
}
.reserve-history .inner {
	max-width: 475px;
	position: absolute;
	top: 10%;
	left: -2%;
	background: rgba(0, 0, 0, 0.7);
	padding: 30px;
	color: var(--white);
}
/* .reserve-history .container {
	padding: 0;
} */

.reserve-history h2 {
	font-size: var(--fontSize38);
	font-weight: var(--font700);
}
.GUOJIAO-1573 {
	background: url(../images/CgAH6F8UMzaAD6RJAAHLNzqe444751.jpeg) no-repeat center center;
	height: auto;
	position: relative;
	background-size: cover;
	padding: 8px 20px;
}
.my-url a {
	background: #28a745;
	border-radius: 20px;
	padding: 5px 25px;
	display: inline-block;
	margin: 10px 0;
	color: var(--white);
}
.my-url a:hover {
	background: #41d062;
}

.thumb-main {
	background: var(--white);
	padding: 10px;
}
.thumb-main:hover {
	opacity: 0.7;
}
.GUOJIAO-1573-collection {
	background: url(../images/CgAH6F8UMzaAD6RJAAHLNzqe444751.jpeg) no-repeat center center;
	height: auto;
	position: relative;
	background-size: cover;
}
.swiper-slide.main-left .main-content {
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	color: var(--white);
	font-size: var(--fontSize16);
	min-height: 460px;
	width: 100%;
}
.price {
	background: var(--white);
	display: inline-block;
	border-radius: 20px;
	color: var(--primary);
	padding: 5px 20px;
}
.price2 {
	background: var(--white);
	display: inline-block;
	border-radius: 20px;
	color: var(--primary);
	padding: 5px 20px !important;
	font-size: var(--fontSize14);
}
video[poster] {
	height: 592px;
}
.swiper-slide.main-left .see-more {
	text-align: right;
}
.swiper-slide.main-left .see-more a {
	color: var(--primary);
	background: var(--white);
	display: inline-block;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: var(--fontSize14);
}
.swiper-slide.main-left {
	padding-top: 50px;
}
/* .GUOJIAO-1573-collection .swiper-container.swiper-thumbnails {
	position: absolute !important;
	width: 33%;
	bottom: 15%;
	right: 15%;
	z-index: 1000;
} */
.GUOJIAO-1573-collection .swiper-container.swiper-gallery {
	position: relative;
}
.top-title .line {
	width: 55px;
	height: 2px;
	text-align: right;
	background-color: #ba896b;
	display: inline-block;
}
.top-title h1 {
	font-size: var(--fontSize36);
	font-weight: var(--font700);
	color: #3f3f49;
}
.top-title h2 {
	font-size: var(--fontSize24);
	font-weight: var(--font400);
	color: #3f3f49;
}
.top-title .main {
	text-align: right;
}
.swiper-slide.main-left img {
	padding-top: 120px;
}
.GUOJIAO-1573-collection .swiper-button-prev {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 50%;
	margin-top: -75px;
	width: 60px;
	height: 150px;
	background: url(../images/LCgAH518ClgOABMJEAAAE6oObsHs026.png) center center no-repeat;
}
.GUOJIAO-1573-collection .swiper-button-next {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 50%;
	margin-top: -75px;
	width: 60px;
	height: 150px;
	background: url(../images/RCgAH518ClnOALmsYAAAE7KBN_98676.png) center center no-repeat;
}
.swiper-wrapper.thumb-img img {
	background: var(--white);
}
.luzhou-laojiao-collection.upk-xnac-slide-wrapper {
	background: url(../images/CgAH6F8UOWmABcnLAAakcYWTNUs126.jpeg) no-repeat center center;
	height: 845px;
	position: relative;
}
.mythumbMain.swiper-container {
	max-width: 100%;
}

.swiper-thumbnails,
.swiper-thumbnails-luzhou,
.swiper-thumbnails-international,
.swiper-thumbnails-wine {
	box-sizing: border-box;
	padding: 10px 0;
	height: 15%;
}
.swiper-thumbnails .swiper-slide,
.swiper-thumbnails-luzhou .swiper-slide,
.swiper-thumbnails-international .swiper-slide,
.swiper-thumbnails-wine .swiper-slide {
	background-size: cover;
	background-position: center;
	cursor: pointer;
	opacity: 0.7;
	height: 100%;
}
.swiper-thumbnails .swiper-slide-thumb-active,
.swiper-thumbnails-luzhou .swiper-slide-thumb-active,
.swiper-thumbnails-international .swiper-slide-thumb-active,
.swiper-thumbnails-wine .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-button-white {
	bottom: 0px;
	cursor: pointer;
}

.luzhou-laojiao-collection .top-title .main {
	text-align: left;
	color: var(--white);
}
.luzhou-laojiao-collection {
	background: url(../images/CgAH6F8UOWmABcnLAAakcYWTNUs126.jpeg) no-repeat center center;
	height: auto;
	position: relative;
	background-size: cover;
}
.luzhou-laojiao-collection .top-title h1,
.luzhou-laojiao-collection .top-title h2 {
	color: var(--white);
}
.luzhou-laojiao-collection .top-title .line {
	background-color: var(--white);
}
.luzhou-laojiao-collection .swiper-button-prev-luzhou {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 50%;
	margin-top: -75px;
	width: 60px;
	height: 150px;
	background: url(../images/LCgAH518ClgOABMJEAAAE6oObsHs026.png) center center no-repeat;
	border: 1px solid red;
}
.luzhou-laojiao-collection .swiper-button-next-luzhou {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 50%;
	margin-top: -75px;
	width: 60px;
	height: 150px;
	background: url(../images/RCgAH518ClnOALmsYAAAE7KBN_98676.png) center center no-repeat;
	border: 1px solid red;
}

.international-baijiu-collection {
	background: url(../images/CgAH6F8UOY6AOpEHAAO1WdNEPaw774.jpeg) no-repeat center center;
	height: auto;
	position: relative;
	background-size: cover;
}
.international-baijiu-collection .top-title h1,
.international-baijiu-collection .top-title h2 {
	color: var(--white);
}
.wine-collection {
	background: url(../images/CgAH6F9oi4GAbHz7AAVVeURAnDE808.jpeg) no-repeat center center;
	height: auto;
	position: relative;
	background-size: cover;
}

.swiper-slide.main-left .wine-content img {
	padding-top: 0;
	background: var(--black);
	width: 162px;
	text-align: right;
}
.wine-collection .top-title .container {
	padding: 0 0 10px 0;
}
.wine-collection .top-title .main {
	text-align: left;
}
.wine-collection .top-title h1 {
	color: var(--white);
}
.wine-collection .top-title h2 {
	color: var(--white);
}
.wine-collection .top-title .line {
	background-color: var(--white);
}

/* .spirit-of-china .container {
	max-width: 100%;
} */

.spirit-of-china {
	background: #2a2c2f;
	color: var(--white);
	min-height: 500px;
	position: relative;
}
.free-delivery {
	font-style: italic;
	font-size: var(--fontSize14);
	padding: 10px 0;
	color: var(--red);
}
.drink-arrow-left {
	top: 50%;
	left: 2%;
	position: absolute;
}
.drink-arrow-right {
	top: 50%;
	right: 2%;
	position: absolute;
}
.spirit-of-china p {
	padding: 10px 0;
	line-height: 28px;
}
.container.top-menu {
	padding: 0;
}
.spirit-of-china .btn-order {
	background: #28a745;
	display: block;
	max-width: 380px;
	margin: 0 auto;
	color: var(--white);
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	padding: 10px 50px;
}
.spirit-of-china .btn-order:hover {
	background: #41d062;
}
form label {
	font-size: var(--fontSize14);
	margin: 15px 0 5px 0;
}
#map {
	width: 100%;
	height: 400px;
	z-index: 0;
}
.longEnough {
	max-height: 220px;
	width: 350px;
	overflow: auto;
}
.leaflet-popup-content {
	font-size: var(--fontSize11);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.news-card.one {
	background: url(../images/index_img_01.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.news-card.two {
	background: url(../images/index_img_02.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.news-card.three {
	background: url(../images/index_img_03.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.news-card.four {
	background: url(../images/index_img_04.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.news-card.five {
	background: url(../images/index_img_05.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.news-card.six {
	background: url(../images/index_img_06.png) no-repeat right;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.news-card.seven {
	background: url(../images/index_img_07.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.bottom-video video {
	height: auto;
	width: 100%;
}
.home-read {
	background: #c0392b; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #8e44ad, #c0392b); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(
		to right,
		#8e44ad,
		#c0392b
	); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	width: 100%;
	min-height: 200px;
	padding-top: 70px;
}

.home-read .buy a {
	display: inline-block;
	background: var(--white);
	padding: 6px 30px;
	border-radius: 100px;
	font-size: var(--fontSize36);
	text-transform: uppercase;
}
.home-read .buy a:hover {
	display: inline-block;
	background: var(--black);
	padding: 6px 30px;
	color: var(--white);
}

.spirit-of-china p.one-carton,
.home-carton {
	font-size: var(--fontSize14);
	margin-top: 0;
	padding-top: 0;
	line-height: 0;
}

/* Banner Home */
.caption,
.slick-slide::before,
.slick-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slick-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-slider {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 8vw;
	opacity: 0;
	visibility: hidden;
	transition: all 1.2s ease;
}
.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}
.slick-slide {
	position: relative;
	height: 100%;
}
.slick-slide video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}
.slick-slide iframe {
	position: relative;
	pointer-events: none;
}
.slick-slide figure {
	position: relative;
	height: 100%;
	margin: 0;
}
.slick-slide .slide-image {
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
	opacity: 1;
}

.slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
}
.slick-slide .slide-media {
	-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
	z-index: 1;
}
.slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.caption {
	position: absolute;
	top: 17%;
	left: 15%;
	padding: 20px;
	color: #fff;
	margin: 0;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	transform: translateY(100px);
}
.caption .title-one {
	font-family: var(--latosemibold);
	color: var(--lightBlue);
	font-size: var(--fontSize72);
	line-height: 70px;
}
.caption .title-two {
	font-family: var(--latobold);
	color: var(--blue);
	font-size: var(--fontSize72);
	line-height: 82px;
}
.caption .typed-cursor {
	display: none;
}
.banner-logo {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.banner-logo img {
	max-width: 850px;
}
.slick-dots {
	text-align: center;
	padding-top: 15px;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 0 transparent;
	vertical-align: middle;
	color: #fff;
	background-color: #fff;
	transition: all 0.3s ease;
	opacity: 0.9;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover {
	opacity: 1;
}
.slick-dots li.slick-active button {
	background: var(--red);
	opacity: 1;
}
@-webkit-keyframes slideIn {
	from {
		filter: blur(-o-transition-delay);
	}
	to {
		filter: blur(0);
	}
}

@keyframes slideIn {
	from {
		filter: blur(15opx);
	}
	to {
		filter: blur(0);
	}
}
@-webkit-keyframes slideOut {
	from {
		filter: blur(0);
	}
	to {
		filter: blur(-o-transition);
	}
}
@keyframes slideOut {
	from {
		filter: blur(0);
	}
	to {
		filter: blur(0);
	}
}

.home-subpage-section h1 {
	color: var(--red);
	font-family: var(--latolight);
	font-size: var(--fontSize48);
}
.home-subpage-section h1.title-blue {
	color: var(--blue);
	font-family: var(--latolight);
	font-size: var(--fontSize46);
	letter-spacing: 5px;
}
.home .home-subpage-section h1.title-blue {
	letter-spacing: 0;
}
.home-subpage-section h1 span {
	font-family: var(--latobold);
}
.bottom-divider {
	margin: 0 auto;
	max-width: 112px;
}
.home-line {
	border-top: 2px solid var(--lightGrey);
	width: 110px;
	margin: 20px 0;
	text-align: center;
}
p.first-text {
	font-size: var(--fontSize30);
	font-family: var(--latobold);
}
p.first-text span {
	font-size: var(--fontSize20);
	font-family: var(--latolight);
	display: block;
}

@media (max-width: 900px) {
	.master {
		display: none;
	}
}

@media (max-width: 1600px) {
	.video {
		height: 100%;
	}
}
@media (max-width: 1449px) {
}

@media (max-width: 1440px) {
	.yeast-bottom .qu_rect {
		display: none;
	}
	.drink-arrow-left {
		left: 0;
	}
	.drink-arrow-right {
		right: 0;
	}
	.chinese-baijiu .inner {
		right: 0;
	}
}

@media (max-width: 1439px) {
	.fullscreen ul li a {
		font-size: var(--fontSize28);
	}
}

@media (max-width: 1199px) {
}

@media (max-width: 1155px) {
}

@media (max-width: 1024px) {
	.what-is-chinese-baijiu {
		top: 0;
	}
	table {
		border: 0;
	}

	table caption {
		font-size: 1.3em;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table tr {
		border-bottom: 1px solid #af9a7f;
		display: block;
		margin-bottom: 0.625em;
	}

	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 0.8em;
		text-align: right;
		margin-top: 20px;
	}

	table td::before {
		/*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table td:last-child {
		border-bottom: 0;
	}
	.land.grain2 {
		background: url(../images/liang_bg3.png) no-repeat center center;
		height: auto;
		background-size: cover;
	}
	.land.grain2 .container {
		padding: 0 0.5rem;
	}
}

@media (max-width: 991px) {
	.swiper-button-prev,
	.swiper-button-next {
		width: 25px;
		height: 25px;
		padding: 20px;
	}
	.p-2-slide {
		height: auto;
		width: 100%;
		position: relative;
	}
	.water-one {
		padding: 10px;
		margin: 50px 50px 0 0;
	}
	.water-two {
		padding: 10px;
		margin: 50px 0 0 50px;
	}
	.cave-content .slick--left {
		width: 100%;
		left: 0;
		padding: 30px 60px 30px 30px;
	}
	.cave-content .slick--right {
		float: left;
		width: 100%;
		padding: 50px 0;
	}
	.chinese-baijiu .inner {
		position: inherit;
		max-width: 100%;
	}
	.main-slider img.image-entity {
		height: auto;
		width: 100%;
		padding-top: 86px;
	}
	.home .header {
		background: rgba(159, 31, 20, 0.9);
	}
	.main-slider .slide-image.slide-media:nth-child(1) {
		background-position: 20%;
	}
	.main-slider .slide-image.slide-media:nth-child(2) {
		background-position: 20%;
	}
}

@media (max-width: 767px) {
	.yeast-china ul li:first-child {
		width: 50%;
	}
	.yeast-china ul li:nth-child(2) {
		width: 50%;
	}
	.what-is-chinese-baijiu {
		font-size: var(--fontSize26);
		color: var(--white);
		left: 20px;
		top: 52px;
	}
	.chinese-baijiu {
		margin: 0 0 0 0;
		padding-top: 50px;
		background: url(../images/CgAH6F8ULWeAMcSXAAEEq9C24FY204.jpeg) no-repeat -24px;
	}
	.chinese-baijiu .inner {
		font-size: var(--fontSize16);
		position: inherit;
		padding: 20px 10px 20px 10px;
		font-size: var(--fontSize14);
	}
	.reserve-history .inner {
		position: initial;
	}
	.GUOJIAO-1573-collection .swiper-button-prev,
	.GUOJIAO-1573-collection .swiper-button-next {
		top: 23%;
	}
	.swiper-container.swiper-thumbnails {
		display: none;
	}
	.content-wrapper {
		padding: 0;
	}
	.fullscreen ul li a {
		font-size: var(--fontSize18);
	}
	.fullscreen ul {
		align-items: flex-start;
		list-style: none;
	}
	.spirit-of-china h1 {
		font-size: var(--fontSize38);
	}
	.land .water:last-child {
		width: 100%;
		padding: 20px;
	}
	.raw1,
	.raw2,
	.raw3 {
		font-size: var(--fontSize14);
	}
	.course_card_img {
		text-align: center;
	}
	.land .water i:first-child,
	.land .water:last-child i:last-child {
		display: none;
	}
	.yeast-china ul li:first-child,
	.yeast-china ul li:nth-child(2) {
		width: 100%;
	}
	.jiao .course_card_img.line-two {
		margin-top: 0;
	}
	.yeast-china {
		padding-top: 50px;
	}
	.yeast-china ul li .jiao-part-qu-txt {
		left: 0;
	}
	.water-one {
		padding: 5px;
		margin: 25px 25px 0 0;
	}
	.water-two {
		padding: 5px;
		margin: 25px 0 0 25px;
	}
	.cave-content .slick--left {
		padding: 30px 15px 30px 15px;
		font-size: var(--fontSize18);
	}
	.home-read .buy a {
		padding: 6px 20px;
		font-size: var(--fontSize24);
	}
	.home-read {
		min-height: 120px;
		padding-top: 34px;
	}
	.home-bottom-name {
		background: rgba(0, 0, 0, 0.9);
		padding: 10px 0;
		color: var(--white);
		position: inherit;
		bottom: 0;
	}
	.slick-dots {
		bottom: 50px;
	}
}
@media (max-width: 550px) {
	.cave-content .slick--left {
		padding: 15px 15px 30px 15px;
		font-size: var(--fontSize18);
	}
}

@media (max-width: 425px) {
	.water-one {
		margin: 5px 5px 0 0;
	}
	.water-two {
		margin: 5px 0 0 5px;
	}
	.cave-content .slick--left {
		font-size: var(--fontSize14);
	}
}

@media (max-width: 400px) {
}

@media (max-width: 375px) {
}
