@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');

.nivo-caption,
.hero-static-caption {
	background-color: transparent;
	bottom: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 43%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
}

/*-- Hero Video Content --*/
.hero-video-caption {
	background-color: rgba(240, 240, 240, 0.8);
	padding: 250px 0;
}

/*-- Slider Content --*/
.hero-slider-content {}

.slide-content {
	position: relative;
	display: table;
	margin: auto;
	padding: 20px !important;
	min-width: 700px;
	/* border: 10px solid rgba(162, 162, 162, 0.5); */
}

.sld-bdr-1 {
	position: absolute;
	display: block;
	left: 0;
	top: 40px;
	width: 2px;
	height: 226px;
	background: #f5ad12;
}

.sld-bdr-1::before {
	position: absolute;
	content: "";
	display: block;
	left: 2px;
	top: 0;
	width: 240px;
	height: 2px;
	background: #f5ad12;
}

.sld-bdr-1::after {
	position: absolute;
	content: "";
	display: block;
	left: 2px;
	bottom: 0;
	width: 265px;
	height: 2px;
	background: #f5ad12;
}

.sld-bdr-2 {
	position: absolute;
	display: block;
	right: 0;
	top: 40px;
	width: 2px;
	height: 226px;
	background: #f5ad12;
}

.sld-bdr-2::before {
	position: absolute;
	content: "";
	display: block;
	right: 2px;
	top: 0;
	width: 240px;
	height: 2px;
	background: #f5ad12;
}

.sld-bdr-2::after {
	position: absolute;
	content: "";
	display: block;
	right: 2px;
	bottom: 0;
	width: 265px;
	height: 2px;
	background: #f5ad12;
}

/*  */
.hero-slider-content h1 {
	color: #fff;
	font-size: 55px !important;
	line-height: 65px !important;
	font-weight: 600;
	margin-bottom: 10px !important;
	text-align: center !important;
	opacity: 0.9;
	letter-spacing: 2px;
	font-family: 'Anton', sans-serif;
}

.hero-slider-content p {
	color: #fff;
	background: #f5ad12;
	display: table;
	margin: 0 auto 20px !important;
	padding: 8px 20px !important;
	font-size: 14px !important;
	opacity: 0.9;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
}

.hero-slider-content .p-two {
	color: #fff;
	font-size: 18px !important;
	opacity: 0.9;
	clear: left;
}

/*
.hero-slider-content span.brdr{ height:2px; background:#f87805; width:50px; float:left;margin: 10px 0 15px;} */
.hero-slider-content a {
	min-width: 130px;
	font-weight: 600;
	display: table;
	padding: 10px 20px;
	margin: 30px auto 0 !important;
	color: #f5ad12 !important;
	border: 1px solid #f5ad12;
	border-radius: 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 1;
}

.hero-slider-content a:hover {
	background: #f5ad12 !important;
	color: #fff !important;
}

.hero-slider-content a::before {
	content: "";
	position: absolute;
	left: 0;
	top: -7px;
	width: 20px;
	height: 3px;
	background: #f5ad12;
	transition: 0.5s all ease;
}

.hero-slider-content a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -7px;
	width: 20px;
	height: 3px;
	background: #f5ad12;
	transition: 0.5s all ease;
}

.hero-slider-content a:hover:before {
	width: 100%;
}

.hero-slider-content a:hover:after {
	width: 100%;
}

/*-- Nivo Direction Nav --*/
.nivo-controlNav {
	left: 47%;
	right: 0;
	display: table;
	top: 81%;
}

.nivo-controlNav li {
	margin-left: 20px !important;
	margin-bottom: 0 !important;
	float: left;
}

.nivo-controlNav li a {
	width: 3px;
	height: 15px;

}

.nivo-controlNav a.active {
	background: #ffa800;
	width: 3px;
	height: 30px;
}

.nivo-directionNav {}

.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff !important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 80%;
	width: 58px;
}

.nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
}

.nivo-directionNav a i {
	display: block;
	font-size: 24px;
	line-height: 58px;
}

.nivo-prevNav {
	left: 40%;
}

.nivo-nextNav {
	right: 40%;
}

@media only screen and (min-width:320px) and (max-width:767px) {

	.nivo-controlNav {
		display: none;
	}

	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
		margin-bottom: 0 !important;
	}

	.hero-slider-content h1 {
		font-size: 22px !important;
		line-height: 28px !important;
		margin-bottom: 5px !important;
	}

	.hero-slider-content h1 br {
		display: none;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
		height: 1px;
	}

	.nivo-directionNav a i {
		display: none;
	}

	.nivo-directionNav a {
		display: none;
	}

	.hero-slider-content a {
		width: 100px;
		font-size: 12px;
		line-height: 20px;
		padding: 8px 10px !important;
		margin-top: 20px !important;
	}

	.nivoSlider {
		top: 1px;
		height: 220px !important;
	}

	.nivoSlider img {
		height: 220px !important;
	}

	.hero-slider-content .p-two {
		font-size: 15px !important;
	}

	.nivo-controlNav {
		top: 45%;
		right: 20px;
	}

	.nivo-caption,
	.hero-static-caption {
		top: 47%;
	}

	.sld-bdr-1 {
		height: 140px;
	}

	.sld-bdr-2 {
		height: 140px;
	}

	.sld-bdr-1::before {
		width: 40px;
	}

	.sld-bdr-1::after {
		width: 60px;
	}

	.sld-bdr-2::before {
		width: 40px;
	}

	.sld-bdr-2::after {
		width: 60px;
	}

	/*  */
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
	}

	.hero-slider-content h1 {
		font-size: 27px !important;
		line-height: 35px !important;
		margin-bottom: 10px !important;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
	}

	.hero-slider-content a {
		width: 120px;
		font-size: 13px;
		line-height: 20px;
		padding: 7px 10px !important;
		margin-top: 20px !important;
	}

	.sld-bdr-2 {
		height: 155px;
		right: 90px;
	}

	.sld-bdr-1 {
		height: 155px;
		left: 90px;
	}

	.sld-bdr-1::before {
		width: 150px;
	}

	.sld-bdr-1::after {
		width: 180px;
	}

	.sld-bdr-2::before {
		width: 150px;
	}

	.sld-bdr-2::after {
		width: 180px;
	}

	.nivo-directionNav a {
		height: 48px;
		width: 48px;
	}

	.nivo-directionNav a i {
		line-height: 48px;
	}

	.nivo-directionNav a {
		top: 89%;
	}

	.nivo-nextNav {
		right: 36%;
	}

	.nivo-prevNav {
		left: 39%;
	}

	.nivo-controlNav {
		left: 46%;
		top: 88%;
	}

	/*  */
}

@media only screen and (min-width:992px) and (max-width:1199px) {

	.sld-bdr-1 {
		height: 170px;
	}

	.sld-bdr-2 {
		height: 170px;
	}

	.hero-slider-content {
		margin-left: 70px;
	}

	.hero-slider-content .p-one {
		font-size: 13px !important;
		line-height: 22px;
	}

	.hero-slider-content h1 {
		font-size: 35px !important;
		line-height: 45px !important;

	}

	.hero-slider-content a {
		margin-top: 10px !important;
	}

	.nivo-controlNav {
		top: 87%;
		right: 0;
		left: 50%;
	}

	.nivo-directionNav a {
		top: 87%;
	}

	.nivo-prevNav {
		left: 44%;
	}

	.nivo-nextNav {
		right: 35%;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 6px 0 10px;
	}
}