/*
Template Name:  News & Magazine Template
Author: yaminncco

Colors:
	Body 		: #2C2C2C
	Headers 	: #07090C
	Primary 	: #EF233C
	Dark 		: #07090C #222
	Grey 		: #DDD

Fonts: Open Sans Lato

Table OF Contents
------------------------------------
1 > General
2 > Header
3 > Section
4 > Article
5 > Widget
6 > Article Post
7 > Footer
8 > Owl Theme
9 > Responsive
10 > Back to Top
------------------------------------*/

/*=========================================================
	GENERAL
===========================================================*/
/*----------------------------*\
	typography
\*----------------------------*/
body {
	font-family: 'Lato', sans-serif;
	color:#2C2C2C;
	font-size:15px;
	font-weight:300;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	color: #07090C;
	font-weight:700;
}

h1 {
	font-size:31.104px;
}

h2 {
	font-size:25.92px;
}

h3 {
	font-size:21.6px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:15px;
}

a {
	font-weight:400;
	color: #07090c;
}

a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}

/**  font  **/
/*  KozukaGothic */
@font-face{
	font-family: "KozukaGo";
	font-weight: normal;
	src: url(./fonts/KozGoPr6rN-Regular.woff) format("woff");
}
@font-face{
	font-family: "KozukaGo";
	font-weight: normal;
	src: url(./fonts/KozGoPr6rN-Medium.woff) format("woff");
}
@font-face{
	font-family: "KozukaGo";
	font-weight: bold;
	src: url(./fonts/KozGoPr6rN-Bold.woff) format("woff");
}
@font-face{
	font-family: "KozukaGo";
	font-weight: normal;
	src: url(./fonts/KozGoPr6rN-Light.woff) format("woff");
}

/* Yumincho */
@font-face{
	font-family: "Yumin";
	src: url(./fonts/yumin.eot) format("eot"),
	 	 url(./fonts/yumin.ttf) format("ttf"),
		 url(./fonts/yumin.woff) format("woff");
}
@font-face{
	font-family: "Yumin";
	font-weight: normal;
	src: url(./fonts/yumindb.eot) format("eot"),
	 	 url(./fonts/yumindb.ttf) format("ttf"),
	 	 url(./fonts/yumindb.ttf) format("woff");
}
@font-face{
	font-family: "YuGothic";
	font-weight: normal;
	src: url(./fonts/YuGothM.eot) format("eot"),
		 url(./fonts/YuGothM.ttc) format("truetype"),
		 url(./fonts/YuGothM.woff) format("woff");
}
@font-face{
	font-family: "YuGothic";
	font-weight: bold;
	src: url(./fonts/YuGothB.eot) format("eot"),
		 url(./fonts/YuGothB.ttc) format("truetype"),
		 url(./fonts/YuGothB.woff) format("woff");
}





/*----------------------------*\
	input
\*----------------------------*/
.input {
	width:100%;
	height:40px;
	padding:0px 15px;
	border:1px solid #DDD;
	background-color:transparent;
}

textarea.input {
	padding:15px;
}

.input-btn {
	display: inline-block;
	padding: 12px 30px;
	color: #FFF;
	background-color: #EF233C;
	border: none;
	text-transform: uppercase;
	opacity: 1;
	font-size: 12.5px;
	font-weight: 400;
}

.input-btn:hover {
	opacity:0.8;
}

/* VIEW MORE */
.col-md-12 .button-viewmore{
	margin-top: 30px;
}

.col-md-12 .viewmore-box{
	text-align: center;
}

.input-btn-02 {
	display: inline-block;
	width: 260px;
	height: 55px;
	padding: 12px 30px;
	color: #FFF;
	background-color: #a176e1;
	font-family: Yumin;
	border: none;
	opacity: 1;
	font-size: 18px;
}
.input-btn-02:hover {
	opacity:0.8;
}



/*=========================================================
	HEADER
===========================================================*/
/*----------------------------*\
	Top Header
\*----------------------------*/
#header #top-header {
	border-bottom: 1px solid #DDD;
}

.header-links {
	float:left;
}

.header-links ul li {
	display: inline-block;
	border-left: 1px solid #DDD;
}

.header-links  ul li:last-child {
	border-right:1px solid #DDD;
}

.header-links ul li a {
	display: block;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	color: #222;
	font-size: 12.5px;
	text-align: center;
	text-transform: uppercase;
}

.header-links ul li a:hover  {
	color:#EF233C;
}

.header-social {
	float:right;
}

.header-social ul li {
	display: inline-block;
	border-left: 1px solid #DDD;
}

.header-social ul li:last-child {
	border-right:1px solid #DDD;
}

.header-social ul li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #222;
	text-align: center;
}

.header-social ul li a:hover {
	color:#EF233C;
}

/*----------------------------*\
	Center Header
\*----------------------------*/
#header #center-header {
	padding-top:20px;
	padding-bottom:20px;
}

.header-logo {
	float:left;
}

.header-logo .logo {
	display:inline-block;
}

.header-logo .logo > img {
	width: 100%;
	max-height: 90px;
	padding: 10px;
}

.header-ads {
	float:right;
}

.header-ads  ul{
	margin: 10px;
}

.header-ads .ads{
	margin-bottom: 5px;
	font-size: 14px;
	font-family: KozukaGo;
}

.header-ads > a:hover, a:focus{
	opacity: 0.8;
}


/*----------------------------*\
	Nav Header
\*----------------------------*/
#header #nav-header {
	background: #a176e1;
}

#nav-header .nav-logo {
	display:none;
	float:left;
}

#nav-header .nav-logo .logo {
	display:inline-block;
}

#nav-header .nav-logo .logo > img {
	width: 100%;
	max-height: 90px;
}

#nav-header.fixed {
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index:99;
}

#nav-header .nav-collapse .main-nav{
	display: block;
	text-align: center;
	float: left;
	overflow: hidden;
	padding: 0;
}
#main-nav .main-nav{
	display: flex;
	margin: 0;
}
.main-nav li{
	position: relative;
	list-style: none;
}
.main-nav li.active a{
	display: block;
	text-align: center;
	border-left: 1px solid #a176e1;
	color: #FFF;
	text-transform: uppercase;
	font-size: 24px;
	font-family: Yumin;
	font-weight: normal;
	box-sizing: border-box;
	padding: 27px 10px;
}
.main-nav li a.nav-link{
	display: block;
	text-align: center;
	border-left: 1px solid #a176e1;
	color: #FFF;
	text-transform: uppercase;
	font-size: 24px;
	font-family: Yumin;
	font-weight: normal;
	box-sizing: border-box;
	padding: 27px 8px;
}
.main-nav li.accordion a{
	display: block;
	text-align: center;
	border-left: 1px solid #a176e1;
	color: #FFF;
	text-transform: uppercase;
	font-size: 24px;
	font-family: Yumin;
	font-weight: normal;
	box-sizing: border-box;
	padding: 25px 8px;
}

.main-nav li.active {
	background-color:#8957d4 !important;
}
.main-nav li a:hover, .main-nav li a:focus {
	background-color:#8957d4;
}
.main-nav li li:hover a, .main-nav li li:focus a{
	background-color:#8957d4;
}

.nav-item.accordion .fas{
	color: #FFF;
	font-weight: ;
}


.main-nav li ul.open-toggle{
	overflow: visible;
	border: none;
	display: none;
}
.main-nav li ul.open-toggle li.open-item{
	transition: none;
}
.main-nav li ul.open-toggle li.open-item a{
	font-size: 18px;
	color: #FFF;
	background: #a176e1;
	font-weight: normal;
	border-top: 1px solid #FFF;
	width: 176px;
	white-space: nowrap;
}
.main-nav li ul.open-toggle li.open-item a:hover,
.main-nav li ul.open-toggle li.open-item a:focus{
	background-color: #8957d4;
}




.button-nav {
	position:relative;
	float:right;
}

/* nav language */
.button-nav > .language{
	padding: 25px 25px;
	border: none;
	line-height: 20px;
	background: #a176e1;
}
.language-select{
	border: 1px solid #FFF;
	background: transparent;
	font-family: YuGothic;
	color: #FFF;
	font-size: 16px;
}

.button-nav > button {
	padding: 25px 25px;
	border: none;
	line-height: 20px;
	background: transparent;
	color: #FFF;
}

.button-nav .search-collapse-btn.active {
	background: #EF233C;
}

.search-form {
	position: absolute;
	width: 250px;
	background: #07090c;
	padding: 20px;
	right: 0;
	border-top: 2px solid #EF233C;
	-webkit-box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.4);
	        box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.4);
	z-index: 22;
	-webkit-transform:translateY(15px);
	    -ms-transform:translateY(15px);
	        transform:translateY(15px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.search-form form .input {
	border:none;
	background-color:#FFF;
}

.search-form.search-collapse {
	-webkit-transform:translateY(0px);
	    -ms-transform:translateY(0px);
	        transform:translateY(0px);
	opacity:1;
	visibility:visible;
}

.button-nav .nav-collapse-btn {
	display:none;
}

/*----------------------------*\
	Responsive Header
\*----------------------------*/

@media only screen and (max-width: 1201px) {
	#header #center-header .header-logo , #header #center-header .header-ads {
		float: none;
		text-align: center;
	}

	#nav-header .navbar-toggle{
		display: block;
		float: left;
		color: #FFF;
		padding: 20px;
	}

	#nav-header .button-nav .nav-collapse-btn {
		display:inline-block;
	}
	.nav-collapse{
		display: none;
	}
	#nav-header .nav-collapse .main-nav{
		display: flex;
		flex-direction: column;
		width: 80%;
		margin-bottom: 30px;
		margin-top: 60px;
		overflow: auto;
	}
	.main-nav li{
		margin-bottom: 4px;
		border-bottom: 1px solid #FFF;
	}
	.main-nav li a {
		padding: 5px 15px;
		color: #FFF;
		font-size: 18px;
	}
	.main-nav li.active a{
		padding: 5px 15px;
		font-size: 18px;
		background-color:#8957d4;
	}

	.main-nav li:last-child{
		border-bottom: none;
	}
	.main-nav li a:hover, .main-nav li a:focus {
		background-color:#8957d4;
	}

	.main-nav li ul.open-toggle{
		overflow: visible;
		border: none;
		display: none;
	}
	.main-nav li ul.open-toggle li.open-item{
		transition: none;
	}
	.main-nav li ul.open-toggle li.open-item a{
		font-size: 18px;
		color: #FFF;
		background: #a176e1;
		font-weight: normal;
		border-top: 1px solid #FFF;
		width: 80%;
		margin: 0 auto;
		padding: 5px 15px;
	}

	.main-nav li.open-item{
		border: none;
	}

	.main-nav{
		display: block;
		padding: 0 15px;
		color: #FFF;
		font-size: 18px;
		margin-bottom: 4px;
		border-bottom: 1px solid #FFF;
		transition: 0.5s;
	}
	.main-nav input{
		display: none;
	}
	.main-nav .nav-open{
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}
	#navopen:checked + .nav-open{
		height: auto;
		opacity: 1;
	}


}

@media only screen and (max-width: 768px) {
	#header #top-header {
		text-align:center;
	}

	.header-links, .header-social {
		float:none;
	}

	.header-links ul li {
		margin-right:-4px;
		border-bottom:1px solid #DDD;
	}

	.header-social {
		margin-top:-1px;
	}

	.header-social ul li {
		margin-right:-4px;
		border-top:1px solid #DDD;
	}

	#header #center-header {
		padding:0px;
	}

	.header-ads {
		display:none;
	}

	#nav-header .button-nav .nav-collapse-btn {
		display:inline-block;
	}

	#nav-header .nav-logo {
		display:block;
		float:none;
		text-align:center;
		margin-bottom:30px;
	}


	#nav-header .navbar-toggle{
		display: block;
		float: left;
		color: #FFF;
		padding: 8px;
	}
	.nav-collapse{
		display: none;
	}
	#main-nav {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		max-width: 300px;
		width:0%;
		padding-top:30px;
		overflow-x: hidden;
		overflow-y: auto;
		background: #07090c;
		-webkit-box-shadow: 5px 0px 6px -5px rgba(0, 0, 0, 0.4);
		        box-shadow: 5px 0px 6px -5px rgba(0, 0, 0, 0.4);
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-transition: 0.2s all;
		transition: 0.2s all;
		z-index: 99;
	}

	#main-nav.nav-collapse {
		width:100%;
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
	}

	.button-nav > .language{
		padding: 15px 15px;
		border: none;
		line-height: 16px;
		background: #a176e1;
	}
	.language-select{
		border: 1px solid #FFF;
		background: transparent;
		color: #FFF;
		font-size: 12px;
	}

	#nav-header .nav-collapse .main-nav{
		margin-top: 50px;
		margin-bottom: 20px;
		overflow: auto;
	}

	.main-nav li{
		margin-bottom: 0;
		border-bottom: 1px solid #FFF;
	}

	.main-nav li a.nav-link {
		padding: 5px 15px;
		color: #FFF;
		font-size: 18px;
	}
	.main-nav li.accordion a {
		padding: 5px 15px;
		color: #FFF;
		font-size: 18px;
	}
	.main-nav li.active a{
		padding: 5px 15px;
		color: #FFF;
		font-size: 18px;
		background-color:#8957d4;
	}
	.main-nav li a.nav-link:hover, .main-nav li.accordion a:hover{
		background-color:#8957d4;
	}

	.main-nav li:last-child{
		border-bottom: none;
	}
	.main-nav li a:hover, .main-nav li a:focus {
		background-color:#8957d4;
	}

	.main-nav li ul.open-toggle{
		overflow: visible;
		border: none;
		display: none;
	}
	.main-nav li ul.open-toggle li.open-item{
		transition: none;
	}
	.main-nav li ul.open-toggle li.open-item a{
		font-size: 16px;
		color: #FFF;
		background: #a176e1;
		border-top: 1px solid #FFF;
		width: 80%;
		margin: 0 auto;
		padding: 5px 15px;
	}


	.main-nav {
		margin:0px;
		max-height:400px;
		overflow-x:hidden;
		overflow-y:auto;
	}
	.navbar .nav li a{
		font-weight: bold;
		text-align: center;
		border-bottom: 1px solid #DDD;
		text-decoration: none;
	}

}
@media only screen and (max-width: 414px){
	#nav-header .nav-collapse .main-nav{
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: auto;
	}

}

/*=========================================================
	SECTION
===========================================================*/
.section {
	padding-top:30px;
	padding-bottom:30px;
}

.section-title-new {
	position: relative;
	border-bottom: 2px solid #613e96;
	margin-bottom:30px;
}

.section-title-new .title-new{
	position:relative;
	margin-bottom:30px;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 45px;
	font-size: 24px;
	color: #222;
	font-family: Yumin;
}


.row.row-bottom{
	margin-bottom: 40px;
}


.list-box{
	margin-bottom: 20px;
}

.news-list .news-list-content{
	display: inline-flex;

	margin-bottom: 10px;
	height: 30px;
	font-size: 14px;
}
.news-list-content .datetime{
	display: inline-block;
	margin-right: 40px;
	font-family: KozukaGo;
	font-size: 15px;
	color: #644098;
}

.news-list-content .news-tag{
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 5px 15px;
	margin-right: 40px;
	height: 30px;
	background-color: #613e96;
	color: #FFF;
	font-family: Yumin;
	font-size: 14px;
}

.news-list-content .news-tag.project{
	background-color: #613e96;
	color: #FFF;
}
.news-list-content .news-tag.explanation{
	background: #139f00;
	color: #FFF;
}
.news-list-content .news-tag.event{
	background: #d47e03;
	color: #FFF;
}
.news-list-content .news-tag.news{
	background: #2e2eb0;
	color: #FFF;
}
.news-list-content .content{
	display: inline-block;
	font-family: YuGothic-B, san-serif;
	font-weight: bold;
}

/* Responsive */

@media screen and (max-width:768px){
	.list-box{
		margin-bottom: 50px;
	}
	.list-box .news-list{
		margin-bottom: 20px;
	}
	.news-list .news-list-content{
		display: flex;
		margin: 20px 10px 20px 10px;
		height: auto;
		border-bottom: 1px solid #613e96;
		font-size: 14px;
	}
	.news-list-content .datetime{
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 5px;
		font-family: KozukaGo;
		font-size: 15px;
		color: #644098;
	}
	.news-list-content .news-tag{
		display: block;
		width: 150px;
		text-align: center;
		padding: 5px 15px;
		margin-right: 40px;
		height: 30px;
		background-color: #613e96;
		color: #FFF;
		font-family: Yumin;
		font-size: 14px;
	}
	.news-list-content .content{
		font-family: YuGothic;
		font-weight: bold;
		margin: 5px;
		white-space: wrap;
	}
	.content span.br{
		display: block;
	}

	.row.row-bottom{
		margin-bottom: 0px;
	}


}
@media screen and (max-width:480px){
	.list-box{
		margin-bottom: 50px;
	}
	.list-box .news-list{
		margin-bottom: 20px;
	}
	.news-list .news-list-content{
		display: flex;
		margin: 20px 10px 20px 10px;
		height: auto;
		position: relative;
		border-bottom: 1px solid #613e96;
		font-size: 14px;
	}
	.news-list-content .datetime{
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 5px;
		font-family: KozukaGo;
		font-size: 15px;
		color: #644098;
	}
	.news-list-content .news-tag{
		display: block;
		width: 150px;
		text-align: center;
		padding: 5px 15px;
		margin-right: 40px;
		height: 30px;
		background-color: #613e96;
		color: #FFF;
		font-family: Yumin;
		font-size: 14px;
	}
	.news-list-content .content{
		font-family: YuGothic;
		font-weight: bold;
		margin: 5px;
	}
	.content span.br{
		display: block;
	}

	.row.row-bottom{
		margin-bottom: 0px;
	}

}


.section-content{
	font-family: YuGothic;
	font-weight: bold;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 50px;
	letter-spacing: -0.02em;
}





/*=========================================================
	ARTICLE
===========================================================*/
/*------------------------------------*\
	Default Article
\*------------------------------------*/
.article {
	position:relative;
	margin-bottom:30px;
}
.article .article-news{
	display: inline-block;
	margin-bottom: 5px;
}
.article .article-news > .news-item{

}
.article-news > time{
	font-size: 15px;
	color: #613e96;
}




.article .article-img > a {
	display:block;
}

.article .article-img > a:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: #222;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.article:hover .article-img > a:after {
	opacity:0.3;
}

.article .article-img {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}


.article .article-img img {
	width:100%;
	-webkit-transition:0.5s -webkit-transform;
	transition:0.5s -webkit-transform;
	transition:0.5s transform;
	transition:0.5s transform, 0.5s -webkit-transform;
}

.article:hover .article-img img {
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
}

.article .article-img  .article-info {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 22;
}

.article .article-body .article-info {
	margin-bottom: 15px;
}
.article .article-body .article-info.info-02{
	margin-bottom: 0;
}


.article .article-info li {
	display: inline-block;
	margin-right: -2px;
}

.article .article-info .article-type {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align:center;
	background: #222;
	color: #FFF;
	font-size: 12.5px;
}


.article .article-info .datetime-02{
	color:#FFF;
	font-family: KozukaGo;
	font-size: 14px;
}


.article .article-info .article-category > a {
	display:block;
	padding: 5px 15px;
	width: 150px;
	text-align: center;
	height: 30px;
	color: #FFF;
	text-transform: uppercase;
	font-family: Yumin;
	font-size: 14px;
	margin-bottom: 20px;
}
.article-category.project > a{
	color: #FFF;
	background: #613e96;
}
.article-category.explanation > a{
	color: #FFF;
	background: #139f00;
}
.article-category.event > a{
	color: #FFF;
	background: #d47e03;
}
.article-category.news > a{
	color: #FFF;
	background: #2e2eb0;
}


.article .article-info .article-category > a:hover {
	opacity:0.8;
}

.owl1-article-title{
	margin: 10px 0;
}
.owl1-article-title > a{
	text-transform: uppercase;
	margin-top:0px;
	font-family: YuGothic;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
}



.article .article-title {
	text-transform: uppercase;
	margin-top:0px;
	font-family: YuGothic;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
}

.article .article-title.smtitle {
	text-transform: uppercase;
	margin-top:0px;
	font-family: YuGothic;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}


.article .article-title-02{
	text-transform: uppercase;
	margin-top:0px;
	font-size: 18px;
	font-family: YuGothic;
}
.article .article-title-02.title-02{
	color: #FFF;
}

.article .article-title > a {
	font-weight:700;
}
.article .article-title > a:hover, .article .article-title > a:focus {
	opacity: 0.8;
}


.article .article-title-03{
	text-transform: uppercase;
	margin-top:5px;
	margin-bottom: 15px;
}
.article .article-title-03.title-03{
	font-family: Yumin;
	font-size: 18px;
	margin-bottom: 15px;
	color: #FFF;
}
.article .title-03 a{
	white-space: nowrap;
	font-weight: normal;
	color: #FFF;
}
.article .title-03 a:hover,
.article .title-03 a:focus{
	opacity: 0.8;
}
.article-title-item li{
	margin-bottom: 5px;
}


.article-title-item li a{
	color: #FFF;
	font-size: 14px;
	margin-bottom: 15px;
}
li > a:hover,
li > a:focus{
	opacity: 0.8;
}

.article .article-title-04 {
	margin-top:0px;
	font-weight: bold;
	font-size: 24px;
}



.article .article-title > a {
	font-weight:700;
}

.article .article-meta {
	margin-bottom: 10px;
	margin-top: 10px;
}

.article .article-meta .datetime-02{
	color: #707070;
	font-family: KozukaGo;
}
.article .article-meta .datetime-02 > .clock{
	color: #000;
}


.article .article-meta li {
	display:inline-block;
	color:#DDD;
	font-weight:400;
	font-size:12.5px;
	text-transform:uppercase;
}


.article-meta li.datetime-owl1{
	display: inline-block;
	font-family: KozukaGo;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
}


.article .article-meta .datetime{
	font-size: 14px;
	font-family: KozukaGo;
	color: #000;

}
.article .article-meta .meta-content{
	font-family: YuGothic;
	font-size: 18px;
	line-height: 1.5;
	color: #2c2c2c;
	text-transform: none;
	letter-spacing: -0.05em;
}

/*------------------------------------*\
	Thumb Article
\*------------------------------------*/
.article.thumb-article {
	margin-bottom:0px;
}

.article.thumb-article .article-img {
	margin-bottom:0px;
}

.article.thumb-article .article-img > img{
	height: 500px;
	min-width: 100%;
	max-width: none;
}


.article.thumb-article .article-img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
	background: linear-gradient(to top, #222 0%, transparent 100%);
	opacity:0.5;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.article.thumb-article:hover .article-img:after {
	opacity:1;
}



.article.thumb-article .article-img-02 {
	margin-bottom:0px;
}

.article.thumb-article .article-img-02:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent))ß;
	background: linear-gradient(to top, #222 0%, transparent 100%);
	opacity:0.5;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.article.thumb-article:hover .article-img-02:after {
	opacity:1;
}



.article.thumb-article .article-body {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	padding: 15px 5%;
	z-index:20;
}

.article.thumb-article .article-body .article-title > a {
	color:#FFF;
}

.article.thumb-article .article-body .article-title > a:hover {
	color: #DDD;
}

/*------------------------------------*\
	Widget Article
\*------------------------------------*/
.article.widget-article:after {
	content:"";
	display:block;
	clear:both;
}

.article.widget-article .article-img {
	float:left;
	width:80px;
	margin-right:15px;
	margin-bottom:0px;
}

.article.widget-article .article-title {
	font-size:15px;
}

.article.widget-article-02 {
	display: inline-flex;
	margin-bottom: 30px;
}
.article.widget-article-02 .article-img{
	margin: 5px 15px;
}

.article.widget-article-02 .article-title{
	font-size: 16px;
	font-family: YuGothic;
	line-height: 1.3;
}




/*------------------------------------*\
	Row Article
\*------------------------------------*/
.article.row-article:after {
	content:"";
	display:block;
	clear:both;
}

.article.row-article .article-img {
	width:50%;
	float:left;
	margin-right:30px;
	margin-bottom:0px;
}

@media only screen and (max-width: 767px) {
	.article.row-article .article-img {
		width:180px;
	}

	.article.row-article .article-body p {
		display:none;
	}
}

@media only screen and (max-width: 480px) {
	.article.row-article .article-img {
		float:none;
		margin-bottom:15px;
	}
}

/*-- article pagination --*/
.article-pagination {
	margin-top:30px;
	margin-bottom:30px;
}

.article-pagination ul li {
	display:inline-block;
}

.article-pagination ul li a {
	display:block;
	padding:6px 15px;
	color:#DDD;
	border:1px solid #DDD;
	font-size:12.5px;
}
.article-pagination ul li a:hover {
	color:#EF233C;
	border-color:#EF233C;
}

.article-pagination ul li.active a {
	background-color:#EF233C;
	border-color:#EF233C;
	color:#FFF;
}

/*=========================================================
	WIDGET
===========================================================*/
.widget + .widget {
	margin-top:30px;
}

.widget .widget-title {
	margin-bottom:15px;
	text-align:center;
}

.widget .widget-title .title {
	font-size:15px;
	text-transform: uppercase;
	color:#DDD;
	margin-top:0px;
}

/*------------------------------------*\
	Social Widget
\*------------------------------------*/
.social-widget ul li {
	display:inline-block;
}

.social-widget ul li a {
	display:block;
	padding:6px 15px;
	font-size:12.5px;
	text-transform:uppercase;
	text-align:center;
}

.widget.social-widget ul li {
	width: 33.33%;
	padding: 3px;
	margin-right:-4px;
}

.social-widget ul li a.facebook {
	color:#FFF !important;
	background-color:#3b5999;
}

.social-widget ul li a.twitter {
	color:#FFF !important;
	background-color:#00aced;
}

.social-widget ul li a.google {
	color:#FFF !important;
	background-color:#d44332;
}

.social-widget ul li a.instagram {
	color:#FFF !important;
	background-color:#8A3AB9;
}

.social-widget ul li a.youtube {
	color:#FFF !important;
	background-color:#E31010;
}

.social-widget ul li a.rss {
	color:#FFF !important;
	background-color:#FE7E00;
}

.social-widget ul li a:hover {
	opacity:0.8;
}

/*------------------------------------*\
	Subscribe Widget
\*------------------------------------*/
.widget.subscribe-widget {
	padding:30px;
	background-color:#222;
}

.widget.subscribe-widget form input.input {
	background: #FFF;
	border:none;
}

.subscribe-widget form button.input-btn {
	margin-top:15px;
}

.widget.subscribe-widget form button.input-btn {
	display:block;
	width:100%;
}

.footer-widget.subscribe-widget form input.input {
	color:#DDD;
}

/*------------------------------------*\
	Galery Widget
\*------------------------------------*/
.galery-widget ul li {
	display:inline-block;
	width: 25%;
	padding: 3px;
	margin-right: -4px;
	margin-top: -4px;
}

.galery-widget ul li a {
	display:block;
	position:relative;
	overflow:hidden;
}

.galery-widget ul li a:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:#222;
	opacity:0;
	z-index:1;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.galery-widget ul li a:after {
	content:"\f030";
	font-family:FontAwesome;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50% , -50%);
	    -ms-transform:translate(-50% , -50%);
	        transform:translate(-50% , -50%);
	color:#FFF;
	opacity:0;
	z-index:2;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.galery-widget ul li a img {
	width:100%;
	-webkit-transition:0.5s -webkit-transform;
	transition:0.5s -webkit-transform;
	transition:0.5s transform;
	transition:0.5s transform, 0.5s -webkit-transform;
}

.galery-widget ul li a:hover:before {
	opacity:0.5;
}

.galery-widget ul li a:hover:after {
	opacity:1;
}

.galery-widget ul li a:hover img {
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
}



.tweets-widget .tweet .tweet-body a {
	text-decoration:underline;
}


/*=========================================================
	ARTICLE POST
===========================================================*/
.article-post .article-main-img {
	margin-bottom:15px;
}

.article-post .article-main-img img {
	width:100%;
}

/*------------------------------------*\
	Breadcrumb
\*------------------------------------*/
.article-breadcrumb {
	margin-bottom: 15px;
}

.article-breadcrumb > li {
	display:inline-block;
	font-size:12.5px;
	text-transform:uppercase;
	color: #DDD;
}

.article-breadcrumb > li + li:before {
	content: "/\00a0";
    padding: 0px 3px;
    color: #DDD;
}


/*------------------------------------*\
	Article Comments
\*------------------------------------*/
.article-comments {
	margin-top:30px;
	margin-bottom:30px;
}


.article-comments .media {
	position:relative;
}

.article-comments .media:after {
	content:"";
	position:absolute;
	left:22.5px;
	top:60px;
	bottom:15px;
	width:1px;
	background-color:#DDD;
}

.article-comments > .media {
	margin-top:30px;
	margin-bottom:30px;
}

.article-comments > .media .media {
	margin-top:30px;
	margin-left:45px;
}

.article-comments .media .media-left {
	padding-right:30px;
}

.article-comments .media .media-left img {
	border-radius:50%;
	width:45px;
}

.article-comments .media .media-body .media-heading h5 {
	margin-top:0px;
}

.article-comments .media .media-body .reply-time {
    color: #DDD;
    font-size: 12.5px;
    font-weight: 400;
    margin-left: 10px;
}

.article-comments .media .media-body .reply-btn {
	font-size:12.5px;
	text-transform:uppercase;
}

/*------------------------------------*\
	Reply Form
\*------------------------------------*/
.article-reply-form {
	margin-top:30px;
	margin-bottom:30px;
}

.article-reply-form form input.input {
	width:calc(33.33% - 10px);
}

.article-reply-form form input.input +  input.input {
	margin-left: 12px;
}

.article-reply-form form textarea.input {
	height:90px;
	margin-top:15px;
}

.article-reply-form form button.input-btn {
	margin-top:15px;
}



/* section6 */
.image-link{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin:30px 150px 70px 150px;
}

.image-link .sec6{
	align-items: center;
}

.sec6 > a:hover, .sec6 > a:focus{
	opacity: 0.8;
}

/* Responsive */
@media screen and (max-width:767px){
	.image-link{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 10px 5px;
	}
	.image-link > .sec6{
		margin-bottom: 15px;
	}
	.sec6 > a > img{
		width: 100%;
	}
}
@media screen and (max-width:480px){
	.image-link{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 10px 5px;
	}
	.image-link >.sec6{
		margin-bottom: 15px;
	}
	.sec6 > a > img{
		width: 100%;
	}
}


/*=========================================================
	FOOTER
===========================================================*/
#footer {
	background-color: #07090C;
}

#footer-02 {
	background-color: #613e96;
}


#footer p {
	color:#DDD;
}

#footer a {
	color:#DDD;
}


.col-md-2.partition{
	border-left: 1px solid #FFF;
	height: 210px;
}


/*------------------------------------*\
	Top Footer
\*------------------------------------*/
.footer-widget  {
	margin-top:30px;
	margin-bottom:30px;
}

.footer-widget .widget-title {
	margin-bottom:15px;
}

.footer-widget .widget-title .title {
	font-size:15px;
	text-transform:uppercase;
	color:#FFF;
	margin-top:10px;
}

.footer-widget-02  {
	margin-bottom:30px;
}

.footer-widget-02 .widget-title {
	margin-bottom:15px;
}

.footer-widget-02 .widget-title .title {
	font-size:15px;
	text-transform:uppercase;
	color:#FFF;
	margin-top:10px;
}

.article-title-item .footer-title-item{
	color: #FFF;
}
.fotter-title-item a:hover,
.fotter-title-item a:focus{
	opacity: 0.8;
}

.footer-logo{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 60px 20px 0;
}
.footer-logo .footer-title{
	margin-top: 10px;
}
.footer-title > a:hover, .footer-title > a:focus{
	opacity: 0.8;
}

.footer-widget .footer-logo .logo {
	display:inline-block;
	margin-bottom:15px;
}

.footer-widget .footer-logo .logo  > img {
	width: 100%;
	max-height: 90px;
}

/*------------------------------------*\
	Bottom Footer
\*------------------------------------*/
.bottom-footer{
	background-color: #1c0044;
	text-align: center;
}

.footer-links {
	text-align:right;
}

.footer-links li {
	display:inline-block;
}

.footer-links li a {
	display: block;
	padding: 0px 10px;
	color: #DDD;
	font-size: 12.5px;
	text-align: center;
	text-transform: uppercase;
}

.footer-copyright {
	color: #DDD;
}

.footer-copyright-02 {
	color: #cbc8d0;
}


/*=========================================================
	OWL THEME
===========================================================*/
/*------------------------------------*\
	Owl Custom nav
\*------------------------------------*/
#owl-carousel-1{
	height: 500px;
	margin-bottom: 30px;
}

.custom-owl-nav > div {
	position:relative;
	height: 45px;
	width: 45px;
	line-height: 45px;
	display: inline-block;
	border:1px solid #613e96;
	background-color:#DDD;
	text-align: center;
	cursor:pointer;
	z-index:2;
}

.custom-owl-nav > div:not(.disabled):hover {
	background-color:#8957d4;
	border-color: #8957d4;
	color:#FFF;
}

.custom-owl-nav > div.disabled {
	border-color: rgba(221, 221, 221, 0.5);
	color: rgba(221, 221, 221, 0.5);
	cursor:not-allowed;
}

.custom-owl-nav .owl-prev{
	border-right: none;
}

@media only screen and (max-width: 410px){
	.custom-owl-nav > div{
		height: 45px;
		position: absolute;
		width: 45px;
		cursor: pointer;
		margin-top: 220px;
		background-color:transparent;
		text-align: cener;
		color: #DDD;
		border: none;
	}

	.custom-owl-nav > div:not(.disabled):hover {
		background-color:transparent;
		border-color: #8957d4;
		color:#FFF;
	}

	.custom-owl-nav > div.disabled {
		border-color: rgba(221, 221, 221, 0.5);
		color: rgba(221, 221, 221, 0.5);
		cursor:not-allowed;
	}


	.custom-owl-nav .owl-prev{
		left: 0px;
	}
	.custom-owl-nav .owl-next {
	    right: 0px;
	}
}


/*------------------------------------*\
	Owl Center nav
\*------------------------------------*/
.owl-theme.center-owl-nav .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: none;
    background: #222;
    color: #FFF;
  	padding: 0px;
  	width: 45px;
  	height: 45px;
  	line-height: 45px;
	border-radius:0;
  	margin: 0;
}

.owl-theme.center-owl-nav .owl-prev {
    left: 0px;
}

.owl-theme.center-owl-nav .owl-next {
    right: 0px;
}

.owl-theme.center-owl-nav .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
}



/*=========================================================
	RESPONSIVE
===========================================================*/
@media only screen and (max-width: 1201px) {
	.footer-logo{
		display: flex;
		align-items: center;
		margin: 0 10px 20px 10px;
	}
	.footer-logo .footer-title > img{
		width: 90%;
		align-items: center;
	}
	.footer-logo .footer-title a > img{
		width: 100%;
	}

	#bottom-footer .footer-links {
		text-align:center;
	}

	#bottom-footer .footer-copyright {
		text-align:center;
		margin-top:15px;
	}
}

@media only screen and (max-width: 991px) {
	.section-title .tab-nav {
		float:none !important;
	}

	.section-title .custom-owl-nav {
		float:none !important;
	}



	.row.top-footer{
		display: flex;
		flex-wrap: wrap;
	}

	.row.top-footer .col-md-6.col-sm-12{
		order: 2;
	}
	.row.top-footer .col-md-2.col-sm-4.partition{
		order: 1;
	}


	.footer-logo{
		align-items: center;
		margin-top: 20px;
		margin-bottom: 0;
		width: 100%;
	}
	.footer-logo .footer-title > a > img{
		align-items: center;
	}
	.footer-logo .footer-title > img{
		align-items: center;
		margin-top: 10px;
	}



	#bottom-footer .footer-links {
		text-align:center;
	}

	#bottom-footer .footer-copyright {
		text-align:center;
		margin-top:15px;
	}
}

@media only screen and (max-width: 768px) {
	.article-share {
		top:15px;
		left:15px;
	}

	.row.top-footer{
		display: flex;
		flex-wrap: wrap;
	}

	.row.top-footer .col-md-6.col-sm-12{
		order: 2;
	}
	.row.top-footer .col-md-2.col-sm-4.partition{
		order: 1;
	}


	.footer-logo{
		align-items: center;
		margin-top: 20px;
		margin-bottom: 0;
		width: 100%;
	}
	.footer-logo .footer-title > a > img{
		align-items: center;
	}
	.footer-logo .footer-title > img{
		align-items: center;
		margin-top: 10px;
	}




}

@media only screen and (max-width: 480px) {
	.row.top-footer{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.row.top-footer .col-md-6.col-sm-12{
		order: 2;
	}
	.row.top-footer .col-md-2.col-sm-4.partition{
		order: 1;
	}
	.footer-logo{
		display: flex;
		align-items: center;
		margin: 20px 10px;
	}
	.footer-logo .footer-title > img{
		width: 80%;
		align-items: center;
	}
	.footer-logo .footer-title a > img{
		width: 90%;
		margin-bottom: 10px;
	}
	.col-sm-4.partition{
		border: none;
	}
	.col-md-2.partition{
		height: auto;
	}





	.article-comments .media:after  {
		display:none;
	}

	.article-comments > .media .media {
		margin-left:15px;
	}

	.article-reply-form form input.input  {
		width:100%;
	}

	.article-reply-form form input.input +  input.input {
		margin-left: 0px;
		margin-top: 15px;
	}
}

/*=========================================================
	Back to Top
===========================================================*/
#back-to-top {
	position:fixed;
	right:15px;
	bottom:15px;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	background-color:#222;
	color:#FFF;
	z-index:20;
	cursor:pointer;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(15px);
	    -ms-transform:translateY(15px);
	        transform:translateY(15px);
	-webkit-transition:0.5s all;
	transition:0.5s all;
}

#back-to-top:after {
	content:"\f106";
	font-family:FontAwesome;
}

#back-to-top:hover {
	background-color:#EF233C;
}

#back-to-top.active {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	    -ms-transform:translateY(0px);
	        transform:translateY(0px);
}