body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #ececec;
}

h1 {
	font-size: 22px;
}

h2, h3 {
	font-size: 20px;
}

h4, h5 {
	font-size: 18px;
}

audio:focus {
	outline: none;
}

.icon__search {
	width: 25px;
	height: 25px;
	display: block;
	background: url('images/search.png') no-repeat center center;
	background-size: 25px 25px;
}

.icon__facebook {
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/facebook.svg') no-repeat center center;
	background-size: 30px 30px;
}

.icon__twitter {
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/twitter.svg') no-repeat center center;
	background-size: 30px 30px;
}

.icon__whatsapp {
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/whatsapp.svg') no-repeat center center;
	background-size: 30px 30px;
}

.icon__android {
	width: 20px;
	height: 20px;
	display: block;
	background: url('images/android.svg') no-repeat center center;
	background-size: 20px 20px;
}

.icon__apple {
	width: 20px;
	height: 20px;
	display: block;
	background: url('images/apple.svg') no-repeat center center;
	background-size: 20px 20px;
}

.icon__play {
	display: block;
	width: 60px;
	height: 60px;
	background: url('images/play.svg') no-repeat center center;
	background-size: 70px 70px;
}

.icon__pause {
	display: block;
	width: 60px;
	height: 60px;
	background: url('images/pause.svg') no-repeat center center;
	background-size: 70px 70px;
}

header .header__logo {
	max-width: 250px;
	height: auto;
}

header .navbar {
	background: #46769f;
}

header .navbar-light .navbar-toggler {
	background: #46769f;
}

header .navbar a.nav-link {
	color: #fff!important;
	font-weight: bold;
}

header .has-search .form-control {
    padding-left: 2.375rem;
}

header .has-search .form-control-feedback {
    position: absolute;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

header .dropdown-menu {
	min-width: 400px;
	background: #46769f;
}

header .dropdown-menu a {
	width: 50%;
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 7px 0px;
	color: #fff;
	font-weight: bold;
}

header .header__icon-search {
	width: 2.375rem;
    height: 2.375rem;
}

header a.navbar-brand {
	color: #fff!important;
	font-weight: bold;
}

#footer {
	background: #444;
	margin-top: 20px;
}

.footer__content {
	padding: 20px;
	color: #fff;
	width: 100%;
	display: block;
}

.footer__content a {
	color: #fff;
}

.footer__content p {
	margin-bottom: 5px;
}

.main__wrapper {
	margin-top: 20px;
}

.item img {
	width: 100%;
	height: 150px;
}

a.item {
	text-decoration: none;
}

.item-title {
	color: #46769f;
	text-decoration: none;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 5px;
	background: #fff;
	font-weight: bold;
}

.item-wrapper {
	margin-bottom: 30px;
	box-shadow: 1px 1px 4px #c2c2c2;
}

.player-box {
	min-height: 150px;
}

.single__player {
	padding: 10px 10px 5px 10px;
	border: 1px solid #c2c2c2;
	background: #46769f;
	color: #fff;
	width: calc(50% - 40px);
	position: absolute;
	left: calc(25% + 21px);
	z-index: 100;
}

.single__player img {
	max-width: 150px;
}

.single__player audio {
	width: 100%;
	margin-top: 10px;
}

.single-info {
	margin-top: 10px;
}

.single-views a {
	color: #fff;
	text-decoration: none;
}

.single-description {
	padding: 10px;
	margin: 20px 0px;
}

.single-description img {
	max-width: 100%;
	height: auto;
}

.single-social a {
	display: inline-block;
	margin-right: 5px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.page-item.active .page-link {
	background-color: #46769f;
	border-color: #46769f;
}

.page-link {
	color: #46769f;
}

.sidebar {
	padding-left: 20px;
	padding-right: 20px;
}

.sidebar__widget {
	width: 100%;
}

.widget__title {
	background: #46769f;
	color: #fff;
	padding: 10px;
	margin-bottom: 0;
}

.widget__ringtone {
	background: #fff;
	padding: 5px;
	height: 70px;
	border-bottom: 1px solid #ccc;
}

.widget__box-play {
	cursor: pointer;
	display: inline-block;
}

.widget__box-play span.icon__play, .widget__box-play span.icon__pause {
	background-size: 60px 60px;
}

.widget__box-info {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0px;
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 70px);;
}

.widget__box-info-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget__box-info a {
	text-decoration: none;
	color: #000;
}

.widget__box-info-title:hover {
	color: #46769f;
}

.widget__box-info a:active, .widget__box-info a:visited {
	color: #000;
}

.widget__box-info-detail {
	margin-top: 7px;
	color: #888;
	font-size: 12px;
}

.widget__detail-item {
	margin-right: 10px;
}

.widget__categories {
	background: #fff;
}

.widget__category, .widget__tag {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	margin: 0px 5px;
	display: flex;
	justify-content: flex-start;
}

.widget__category::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	background: url('images/radio.svg') no-repeat center center;
	background-size: 19px 19px;
}

.widget__category a, .widget__tag a {
	text-decoration: none;
	color: #46769f;
}

.widget__category a:hover, .widget__tag a:hover {
	color: #2194a3;
}

.widget__category a:active, .widget__category a:visited, .widget__tag a:active, .widget__tag a:visited {
	color: #46769f;
}

.widget__new-ringtone-title {
	display: flex;
	justify-content: flex-start;
}

.widget__new-ringtone-title::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url('images/time.svg') no-repeat center center;
	background-size: 25px 25px;
}

.widget__best-ringtone-title {
	display: flex;
	justify-content: flex-start;
}

.widget__best-ringtone-title::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url('images/medal.svg') no-repeat center center;
	background-size: 25px 25px;
}

.widget__category-title {
	display: flex;
	justify-content: flex-start;
}

.widget__category-title::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url('images/category.svg') no-repeat center center;
	background-size: 25px 25px;
}

.top-item {
	background: #fff;
	padding: 10px;
	border-bottom: 1px dashed #c2c2c2;
}

.top-item:last-child {
	border: none;
}

.top-item a {
	color: #46769f;
	text-decoration: none;
}

.top-item-img {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.top-item-title {
	display: inline-block;
	font-weight: bold;
	padding-left: 10px;
}

.pagination {
	justify-content: center;
}

.page-item span, .page-item span:hover {
	background: #46769f;
	color: #fff;
}

.website a {
	color: #fff;
	text-decoration: none;
}

.view-more-city, .view-more-cats {
	padding: 10px;
	text-align: center;
}

.view-more-city a, .view-more-cats a {
	color: #46769f;
	text-decoration: none;
}

.box {
	background: #fff;
	padding: 10px;
	margin-top: 15px;
}

.breadcrumb {
	font-size: 14px;
	font-style: italic;
}

.search-mobile {
	margin: 0 auto!important;
}

.schedule {
	text-transform: lowercase;
}

.schedule:first-letter {
    text-transform: uppercase;
}

.program {
	text-transform: uppercase;
}

.presenter {
	text-transform: capitalize;
}

.search-pc {
	position: relative;
}
.auto-complete {
	display: none;
	background:#fff;
	width: 100%;
	position: absolute;
	top: 38px;
	z-index: 9;
}
.auto-complete-m {
	display: none;
	width: 100%;
	background: #fff;
}
.search-item, .search-item-m {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-item a, .search-item-m a {
	color: #646566;
}
.search-m {
	margin-bottom: 0;
}
.search-item img, .search-item-m img {
	width: 30px;
	height: 30px;
	display: inline-block;
}
.si-title, .si-title-m {
	padding-left: 5px;
	display: inline-block;
}


.item-news img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    transition: transform .2s;
	border-radius:5px;
	
}
}

h3.faq-title {
	background:#46769f;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
}
.item-news img {
    width: 200px;
    height: 200px;
    object-fit: cover;
	transition: transform .2s;
	border-radius:5px;
	transform: scale(1);
	transition: all 0.5s;
}
.item-news img:hover {
		transform: scale(1.2);
}
.item-news h2.title-news {
    transform: translateX(-5%);
    color: #333333;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    margin: 0 10px;
	width: 200px;
	text-align: left;
    font-size: 16px;
	padding:5px;
	position: relative;
    top: -10px;

}
a.image-item-news {
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.item-new h1.entry-title {
    font-style: italic;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #333;
    background-color: #f5f5f5;
	text-align:center;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.content-new-item.content {
    background-color: #f2f2f2;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.content.content-new-item img{
	width: 100%;
    height: auto;
    object-fit: cover;
	border: 1px solid #ccc;
	margin: 10px 0;
}

.main-post a {
	display:inline-block;
	width:100%;
	height:500px;
}

.contain-img {
	overflow:hidden;
}

img.main-post-img{
	width:100%;
	height:500px;
	transform: scale(1);
	transition: all 0.5s;
	border-radius:3px;
	border-radius:5px;
}
.main-post-img:hover {
	transform: scale(1.2);
	
}

h2.main-post-title {
    color: #333333;
    font-weight: 600;
    font-size: 26px;
    cursor: pointer;
    margin-bottom: 10px;
}
.main-post {
    border-bottom: 1px solid #f17928;
    margin-bottom: 15px;
}
.blog-new {
	background-color: #ff8524;
    color: white;
    padding: 5px 10px;
    width: 100px !important;
    display: inline-block;
    margin: 0 auto;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.15)
}
p.date-time {
    opacity: 0.8;
    font-size: 14px;
}
	.show-mobile{
		display:none;
	}
	.show-pc{
		display:block;
	}
@media screen and (min-width: 991px) {
	.search-mobile {
		display: none;
	}


}

@media screen and (max-width: 1220px) {
	.search-mobile {
		display: none;
	}
	.content.content-new-item img {
		height: auto;
		object-fit: cover;
		border: 1px solid #ccc;
	}

}
@media screen and (max-width: 991px) {
	.show-mobile{
		display:block;
	}
	.show-pc{
		display:none;
	}
	.form-inline .form-control, .has-search {
		width: 100%;
	}

	header .dropdown-menu {
		min-width: auto;
		width: 100%;
	}
	
	.search-pc {
		display: none;
	}
	
	.single__player {
		width: 100%;
		position: static;
		margin: 15px auto;
	}
	
	.content-none {
		display: none;
	}
	.item-news h2.title-news {
		transform: translateX(-5%);
		font-weight: 600;
		text-align: center;
		background-color: #fff;
		margin: 0px 6px;
		width: 9rem;
		text-align: left;
		font-size: 12px;
	}
	.content.content-new-item img {
		height: auto;
		object-fit: cover;
		border: 1px solid #ccc;
	}
	.item-news img {
    width: 9rem;
    height: 9rem;
    object-fit: cover;
    transition: transform .2s;
}
	a.image-item-news {
    display: inline-block;
    width: 9rem;
    height: 9rem;
    overflow: hidden;
}
	img.main-post-img{
	width:100%;
	height:300px;
	transform: scale(1);
	transition: all 0.5s;
	border-radius:3px;
	border-radius:5px;
}
	.main-post a {
	display:inline-block;
	width:100%;
	height:300px;
}

}

@media screen and (max-width: 575px) {
	header .dropdown-menu a {
		width: 100%;
	}

	.single__player img {
		display: block;
		margin: 0 auto;
	}
	
	.item-related img, .item img {
		height: 100px;
	}
}

@media screen and (max-width: 250px) {
	header .header__logo {
		width: 100%;
	}
	.content.content-new-item img{
	width: 10.5em;
    height: auto;
    object-fit: cover;
	border: 1px solid #ccc;
	}
}

.card-header {
	padding: 3px;
}
.card-body {
	color: #565656;
}
button.btn-link {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}
button.btn-link:hover {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}
.card-header {
	position: relative;
}
.card-header i.fas {
	position: absolute;
	top: 30%;
	right: 4px;
}
@media only screen and (max-width: 768px) {
	.last-card {
		border-bottom: none;
	}
	.content.content-new-item img{
    height: auto;
    object-fit: cover;
	border: 1px solid #ccc;
	}
	.main-post {
		display:none;
	}
	.col-4.mb-4.new {
    max-width: 100% !important;
    flex: none;
	display:flex;
	align-items:start;
    border-bottom: 1px solid #c3c3c3;
    padding: 15px 10px;
	margin:0 !important;
}
	.col-4.mb-4.new:last-child{
		margin-bottom: 10px !important;
	}
	a.image-item-news {
    display: inline-block;
    width: 11rem;
    height: 11rem;
    overflow: hidden;
}

.item-news h2.title-news {
    font-weight: 600;
    text-align: center;
    text-align: left;
    background: none;
    width: calc(100% - 7rem);
    padding: 0 0 0 20px;
    font-size: 14px;
    margin-top: 15px;
}
	.item-news img {
    width: 6rem;
    height:6rem;
	border-radius:0;

}
	a.image-item-news {
    display: inline-block;
    width: 6rem;
    height:6rem

}
		p.date-time {
    position: absolute;
    left: 145px;
    bottom: 0;
    font-size: 12px;
    opacity: 0.8;
}
}





