/*Your custom css*/
/*new color: #0539b3*/

#secondary .widget iframe{
	width:100%;
}

#dnn_BindMENU1 .icon, .icon.icon-angle-down{
	display:none;
}

#Search .search-submit {
    top: 0;
    right: 0;
	background: transparent url(images/search.gif) no-repeat center center;
    border: 0;
    display: inline-block;
    font-size: 0;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 30px;
}

#MenuH .submenu, #MenuV .submenu{
	min-width: 180px; 
	position: absolute;
}

#dnn_BindMENU1 li:hover .submenu{
	display:block;
}

.widget-area .ContentContainer > div > .menu li{
	padding: 15px 20px 0;
	padding-left:0;
    margin: 15px 0 0;
    list-style: none;
    border-top: 1px solid #dbd9d9;
}
.widget-area .ContentContainer > div > .menu li a{
    color: #471a00;
    text-transform: none;
    font-family: 'Roboto Slab Bold';
    line-height: 1.2;
}

.widget.widget_media_image{
	padding:0;
}

.widget.widget_media_image img{ width:100%; }

.widget.widget_media_image .widget-title{
	display:none;
}

body.category{
	width:100%;
}

.HueCIT_NoTitle_Content_Detail .news_list_chuyenmuc > ul li a.news_link_bold{
	max-height: 40px;
	height:40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.HueCIT_NoTitle_Content_Detail .news_list_chuyenmuc > ul li .news_summary{
	max-height: 60px;
	height:60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.navigation.pagination{
	float: left;
    width: 100%;
    text-align: right;
	display:block;
}

.navigation.pagination .screen-reader-text{
	display:none;
}
.navigation.pagination .page-numbers .icon{
	width:11px;
	height:11px;
	color: #fff;
	fill:#fff;
}
.navigation.pagination .page-numbers{
	background: #6c7c93;
    color: #fff;
    padding: 5px 10px;
	position:relative;
}

.navigation.pagination .page-numbers:after{
	position:absolute;
	top:45%;
	left:50%;
	transform:translate(-50%,-50%)
}

.navigation.pagination .page-numbers.next:after{
	content:"»";
}

.navigation.pagination .page-numbers.prev:after{
	content:"«";
}

.navigation.pagination .page-numbers.current{
	background: #fefefc;
    color: #000;
    border: 1px solid #6c7c93
}

.wpcf7-form label{
	width:100%;
}.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit){
	width:100%;
}

h1.entry-title{
    font-family: 'Roboto Slab bold';
    color: #0539b3;
    font-size: 18px;
    text-transform: uppercase;
}
.post-related{ padding-top:30px; }

.list-photos .photo-item{
	margin-bottom:20px;
}

#MenuH .menu>.mi>.txt {
    font-size: 13px;
}

#MenuH .menu>.mi:first-child .txt {
    font-size: 0px;
    position: relative;
    width: 34px;
    padding: 10px 9px;
}

#MenuH .menu>.mi:first-child .txt:after {
    content: "\f015";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    position: absolute;
}
#MenuH .menu>.mi:first-child:hover .txt:after, #MenuH .menu .current-menu-item .txt:after {
    color: #000 !important;
}

#MenuH .menu .current-menu-item .txt{
    color: #2a2929;
    background: #fff;
}

.owl-nav button{
	position:relative;
	width:36px;
	height:36px;
	background: #0539b3 !important;
	outline:none;
}
.owl-nav button:after{
	font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
	text-align:center;
}
.owl-nav .owl-prev:after{
	content: "\f053";
}
.owl-nav .owl-next:after{
	content: "\f054";
}
.col-left .owl-theme .owl-nav [class*="owl-"]{
	position: absolute;
	top: 40%;
}.col-left .owl-theme .owl-nav .owl-next{
	right:-17px;
}.col-left .owl-theme .owl-nav .owl-prev{
	left:-17px;
}



.logo-wap {
    position: relative;
}

.logo-wap .logo {
    position: relative;
}

.logo-wap .logo img.imglogo {
    position: absolute;
    z-index: 999;
    max-width: 300px;
    top: 5px;
    left: 5px;
}

@media (max-width:500px){
	.logo-wap .logo img.imglogo {
		position: unset;
		max-width: 100%;
		width: 100%;
	}

	.logo-wap {
		text-align: center;
		background: white;
		padding: 10px;
	}
}
