/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');

body {
	font-family: 'Noto Sans SC', sans-serif;
}

#footer {
	font-family: 'Noto Sans SC', sans-serif;
}

ul.mainmenu > li > a{
	font-family: 'Noto Sans SC', sans-serif;
}

.float-nav a{
	font-family: 'Noto Sans SC', sans-serif;
}

.btn-square.black {
border-color: #000 !important;
background-color: #fff !important;
color: #000 !important;
transition: all ease .5s !important;
padding-right: 7.5px !important;
}

.btn-square.black:hover {
border-color: #000 !important;
background-color: #000 !important;
color: #fff !important;
padding: 10px 20px !important;
transition: .25s !important;
}

.btn-square.black:after {
content: "\f061" !important;
font-family: FontAwesome !important;
transition: all ease .5s !important;
position:relative !important;
opacity: 0 !important;
left: -10.5px !important;
}

.btn-square.black:hover:after {
content: "\f061" !important;
font-family: FontAwesome !important;
transition: all ease .5s !important;
opacity: 1 !important;
left: 10.5px !important;
}

.news-listing.v2 .tag-news-item .news-inner-img {
    border-radius: unset!important;
}

.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Roboto';
}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
}

@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	.banner-item .banner-caption{
	}

	/* banner number start from 0 */
	/* banner caption no 1 */
	.banner-item .banner-caption.id-0{
	}

	/* banner caption no 2 */
	.banner-item .banner-caption.id-1{
	}
}