/*
Theme Name: Liên Hoan Phát Thanh
Theme URI: https://chauthanh.info
Author: KhuongComputer
Author URI: https://chauthanh.info/
Description: A theme default with included all purposes
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: kpc
*/
*{
	font-family: "Roboto", sans-serif !important;
}
.navbar{
	padding-top: 20px;
}
.navbar.fixed-top{
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
}
.menu-empty-place-holder{
	height: 120px;
}
.menu-title{
	padding-left: 8px;
	border-bottom: 1px solid #eee;
}
.menu-item:hover .nav-link{
	color: rgb(255, 126, 0);
}
.menu-item.active .nav-link{
	color: rgb(255, 126, 0);
}
.menu-title h2{
	color: rgb(63, 156, 211);
	font-size: 1.4em;
	font-weight: 700;
}
.menu-title h5{
	font-size: 0.9em;
	font-weight: 400;
}
.navbar-toggler{
	border: none;
	text-align: right;
}
.main-pic{
	max-width: 100%;
	margin-bottom: 40px;
}
.container-fluid.main-pic-container{
	padding: 0;
}
.page-title{
	text-align: center;
	position: relative;
	font-size: 2em;
	margin: 20px 10px 40px;
	text-transform: uppercase;
}
.page-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background-color: rgb(255, 126, 0);
}
.page-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -23px;
    width: 20px;
    height: 20px;
    border: solid 6px #fff;
    background-color: rgb(255, 126, 0);
    transform: rotateY(0deg) rotate(45deg) translateX(-50%);
    transition: transform 2s;
}
.related-posts a{
	text-decoration: none;
}
.footer-container{
	margin-top: 30px;
	padding-top: 10px;
	border-top: 2px solid #eee;
}
.home-news-box{
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.2);
	padding: 10px;
}
.home-news-box a{
	text-decoration: none;
	color: rgba(0, 0, 0, 0.65)
}
.home-news-box h5{
	margin: 20px 10px;
	font-size: 1em;
	font-weight: 400;
}
.home-block .dvdh_img{
	margin: 10px;
	height: 100px;
}
.home-top-news{
	width: 100%;
}
.home-top-news .inner-img{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.3s ease;
}
.home-top-news .slide-img:hover .inner-img{
     transform: scale(1.1);
}
.home-top-news .slide-img{
	position: relative;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
}
.home-top-news .slide-img1{
	height: 450px;
}
.home-top-news .slide-img1 .info h4{
	font-size: 1em;
}
.home-top-news .slide-img2{
	height: 275px;

}
.home-top-news .slide-img2 .info h4{
	font-size: 1em;
}
.home-top-news .slide-img3{
	height: 175px;
}
.home-top-news .slide-img3 .info h4{
	font-size: 0.9em;
}
.home-top-news .info{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}
.home-top-news .slide-cat{
	display: inline;
	padding: 2px 10px;
	background: #222;
	color: #fff;
	margin-left: 15px;
	display: none;
}
.home-top-news .slide-img:hover .slide-cat{
	background: #4db2ec;
}
.home-top-news h4{
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	padding: 10px 15px 15px;
	margin-bottom: 0;
}
.home-top-news a{
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
.lien-hoan-item{
	display:inline-block;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
}
.lien-hoan-item h5, .lien-hoan-item a{
	text-decoration: none;
	font-size: 0.9em;
	color: rgb(255, 126, 0);
}
.home-post a, .home-post h6{
	text-decoration: none;
	font-weight: 400;
}
.home-post .date{
	font-size: 0.8em;
}
.home-post .description{
	font-size: 0.9em;
}
.site-main img{
	max-width: 100%;
}
.site-main .wp-caption{
	max-width: 100%;
}
.site-main .aligncenter{
	text-align: center;
}
@media only screen and (max-device-width: 768px) {
	.nav-link{
		padding-left: 42px;
	}
}