/* CSS Document */
@import "fontface.css";
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff;
}
/***************************reset*********************/
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 {
	border: 0;
	font-size: 100%;/*font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
body ul {
	list-style: none;
	margin: 0px;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	border: none;
}
a {
	outline: 0;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a img {
	border: 0px;
	text-decoration: none;
}
.clr {
	clear: both;
}
.container {
}

.main-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.main-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slidee {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.slidee iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


a:hover, a:focus {
	text-decoration: none !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
}
::-moz-placeholder { /* Firefox 19+ */
}
:-ms-input-placeholder { /* IE 10+ */
}
:-moz-placeholder { /* Firefox 18- */
}
/***********************end reset*********************/


body {
	background: url("../images/backfull-img.png") no-repeat center center / cover;
	position: relative;
}
.main-wrapper::after {
	background: url("../images/gh.png") no-repeat top center;
	position: absolute;
	content: "";
	min-width: 100%;
	min-height: 601px;
	display: inline-block;
	top: 0;
	z-index: -1;
}
.header {
	text-align: center;
}
.main-logo {
	background: #e30018;
	padding: 20px 50px;
	display: inline-block;
}
.ctl {
	text-align: center;
	padding: 70px 0 40px;
}
.select-lg {
	background: url("../images/fm-bk-img.png") no-repeat scroll center center / auto 100%;
	text-align: center;
	padding: 200px 0;
}
.select-lg-in {
	margin: 300px auto 0;
	width: 475px;
}
.select-lg h2 {
	color: #fff;
	margin: 0 0 15px;
	font-size: 45px;
	font-family:OpenSans-Bold;
}
.select-lg select {
	background: #fff;
	font-size: 39px;
	color: #353535;
	font-family:OpenSans-Regular;
	border: none;
	min-width: 100%;
	text-align: center;
	padding: 5px;
	margin: 0 0 70px;
}
.nx-btn a {
	background: #434143;
	color: #fff;
	font-family:OpenSans-Regular;
	font-size: 48px;
	padding: 10px 70px;
	border-radius: 20px;
	line-height: normal;
	display: inline-block;
}
.nx-btn a:hover {
	color: #fff;
}
.r-bk {
	margin: -100px 0 0;
    position: relative;
    text-align: center;
    z-index: -1;
}
.r-bk img {
	position: relative;
	z-index: -1;
	left: 0;
	width: 100%;
}
.footer {
	/*background: url(../images/f-back.png) no-repeat center center / 100% 100%;*/
	padding: 30px 0;
	position: relative;
	/*z-index: 9;*/
}
.footer::after {
    background: url("../images/f-back.png") no-repeat scroll center center / 100% 100%;
    bottom: 0;
    content: "";
    height: 270px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.ftr-copy {
	text-align: center;
	color: #fff;
	font-family:Montserrat-Regular;
	font-size: 23px;
}
.f-b-tp {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	bottom: 0;
}
.f-b-tp img {
	width: 100%;
}

.download-head {
	color: #e30018;
	font-size: 64px;
	line-height: normal;
	text-align: center;
	padding: 50px 0;
}
.mdl-slid-img {
	text-align: center;
}
.mdl-slider {
	padding: 0 0 35px;
}
.mdl-slider .owl-buttons {
	display: none;
}
.download-txt {
	position: relative;
	text-align: center;
	padding: 80px 50px 200px;
}
.download-txt::after {
	background: url(../images/d-back.png) no-repeat center center / cover;
	top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.download-p {
	font-size: 39px;
	color: #626262;
	font-family:OpenSans-Regular;
	line-height: normal;
	padding: 0 0 100px;
}
.download-p b {
	font-family:OpenSans-Bold;
}
.download-hhd p {
	color: #fe001a;
	font-size: 45px;
	font-family:OpenSans-Regular;
	margin: 0 0 25px;
}
.download-hhd ul li {
	display: inline-block;
	margin: 0 5px;
}
.main-video {
}
.main-see {
	background: #d5d3d2;
	margin: 25px 0 0;
	padding: 0 0 200px;
}
.main-video img {
    width: 100%;
}
.you-may {
    padding: 40px 0;
    margin: 0 0 40px;
}
.y-may-video-in {
    margin: 0 auto;
    padding: 0;
    width: 80%;
}
.frame {
    padding: 25px 0;
}
.frame .slidee {
    float: left;
    height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    transform: translateZ(0px) translateX(0px);
}
.frame .slidee li {
    float: left;
    height: 100%;
    padding: 0 10px;
    width: 500px;
    /*width: 33%;*/
}
.frame .slidee li img {
    width: 100%;
}
.scrollbar {
    background: #9b9690;
    height: 25px;
    padding: 2px;
}
.scrollbar .handle {
    background: #fe001a;
    height: 100%;
    width: 100px;
}
.ym-hd {
    color: #fe001a;
    font-family: OpenSans-Semibold;
    font-size: 38px;
    text-align: center;
}
.see-txt {
    color: #626262;
    font-family: OpenSans-Regular;
    font-size: 39px;
    text-align: center;
}
.see-txt a, .see-txt a:hover {
    color: #fe001a;
}
.contact-page {
	padding: 80px 0 300px;
}
.cont-in {
	background: #fff;
	width: 85%;
	margin: 0 auto;
	padding: 50px;
	border-radius: 30px;
}
.cont-head {
	font-size: 64px;
	color: #e30018;
	font-family: OpenSans-Semibold;
	text-align: center;
	margin: 0 0 30px;
}
.cont-form {
	text-align: center;
}
.cont-form form input {
	color: #626262;
	font-size: 42px;
	font-family: OpenSans-Regular;
	border: none;
	border-bottom: 2px solid #626262;
	padding: 10px 0;
	width: 100%;
}
.cont-form form input[type="submit"] {
	width: 30%;
	font-size: 48px;
	color: #fff;
	border: none;
	background: #9b9690;
	border-radius: 20px;
	cursor: pointer;
	margin: 350px 15px 0;
}
.cont-form form input[type="submit"]:nth-child(2) {
	background: #fe021b;
}
.otw {
	color: #626262;
	font-size: 39px;
	text-align: center;
	font-family: OpenSans-Semibold;
	margin: 35px 0 0;
}

.video_title
{
    text-align: center;
    padding: 10px 0px 0px 0px;
    color: #626262;
}



