/* 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 {
}
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*********************/


.header {
	background: #fe001a;
	text-align: center;
}
.main-logo {
	padding: 50px 0;
}
.main-video img {
	width: 100%;
}
.you-may {
	background: #d5d3d2;
	padding: 40px 0;
}
.ym-hd {
	font-size: 38px;
	font-family:OpenSans-Semibold;
	color: #fe001a;
	text-align: center;
}




.y-may-video-in {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

.frame {
	padding: 25px 0;
}

.frame .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
  float: left;
  transform: translateZ(0px) translateX(0px);
}

.frame .slidee li {
  float: left;
  padding: 0 10px;
  width: 500px;
  /*width: 25%;*/
  height: 100%;
}
.frame .slidee li img {
	width: 100%;
}
.scrollbar {
 background: #9b9690;
  height: 25px;
  padding: 2px;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #fe001a;
}
.see-all-div {
	padding: 60px 0;
	text-align: center;
}
.see-btn {
	margin: 0 0 60px;
	text-align: center;
}
.see-btn a {
	background: #fe001a;
	display: inline-block;
	color: #fff;
	font-size: 42px;
	font-family:OpenSans-Semibold;
	padding: 35px 120px;
	border-radius: 30px;
}
.see-btn a:hover {
	color: #fff;
}
.see-txt {
	color: #626262;
	font-size: 39px;
	font-family:OpenSans-Regular;
}
.see-txt a, .see-txt a:hover {
	color: #fe001a;
}
.footer {
	background: #8b8b8b;
	padding: 40px;
	text-align: center;
	position: relative;
	z-index: 9;
}
.ftr {
	color: #fff;
	font-size: 36px;
	font-family:Montserrat-Regular;
}
.accordion-section-content {
	display: none;
}
.sr-dv {
}
.sr-dv a {
	background: #ec1b22;
}
.video-list {
	background: #636363;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.list-txt {
	color: #fff;
	font-size: 52px;
	font-family:OpenSans-Semibold;
	text-transform: uppercase;
}
.back-btn {
	position: absolute;
	left: 22px;
	top: 30px;
}
.back-btn a {
	color: #fff;
	font-family:OpenSans-Regular;
	font-size: 31px;
}
.back-btn a:hover {
	color: #fff;
}
.back-btn a span {
	margin-left: 10px;
}
.vd-l-icn {
	float: left;
	padding: 40px;
	border-right: 1px solid #fff;
}
.vd-hd {
	float: left;
	padding: 30px;
	color: #fff;
	font-family:OpenSans-Regular;
	font-size: 52px;
}
.vd-r-icn {
	float: right;
	padding: 40px;
}
.video-head {
	background: #ed1c24;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.video-div {
	margin: 0 0 5px;
}
.video-div:nth-child(3) .video-head {
	background: #9e0b0f url("../images/shd.png") no-repeat right center;
}
.video-div:nth-child(4) .video-head {
	background: #790000 url("../images/shd.png") no-repeat right center;
}
.oil-div {
	background: #fff;
	position: fixed;
	height: 100%;
	overflow: auto;
	right: 0;
	top: 0;
	width: 80%;
	box-shadow: 0 0 40px #333333;
	display: none;
}
.oil-div.open {
	display: block;
}
.lst-hd-div {
	background: #790000;
}
.close-div {
	background: #636363;
	display: inline-block;
	vertical-align: top;
	font-size: 70px;
	font-family:OpenSans-Semibold;
	text-transform: uppercase;
	width: 150px;
	text-align: center;
	color: #fff;
	line-height: normal;
	padding: 15px;
	cursor: pointer;
}
.lst-hd {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 52px;
	font-family:OpenSans-Semibold;
	text-transform: uppercase;
	padding: 25px 0;
	line-height: normal;
	width: calc(100% - 155px);
	text-align: center;
}
.oil-list {
	padding: 50px;
}
.oil-list li {
	width: 49%;
	max-height: 320px;
	font-size: 12px;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	padding: 0 10px;
	margin: 0 0 20px;
	text-align: center;
}
.oil-list li img {
	width: 100%;
}
.video-div-in {
	padding: 0 0 130px;
}



.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%;
}

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

.video_title h3
{
    margin-bottom: 0px;
}