/*
Theme Name: IClient
Author: the DEV team
Version: 1.7
License: GNU General Public License v2 or later
*/

.box-website{
	background-color: #fff;
    max-width: 1000px;
    border: 1px solid #ccc;
    margin: 3px auto 0;
    padding: 0;
    margin-top: 65px;
}
body{
	background-color: #7e80e4;
    font-family: arial;
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin: 0 auto 0 auto;
}
.container{
	padding: 0px .25rem !important;
}
.section-menu-primary{
	    background: url(images/nav.jpg) #A62125;
    padding:0;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background-size: contain;
}
.right-menu-template{
	padding: 5px;
    text-align: center;
    margin: 1px 0 10px;
    color: #30318B;
    background: #eee;
}
.sidebar-template{
	border-left: 1px;
    border-left-style: dotted;
    border-left-color: #ccc;
}
.list-info-content-loop{
    padding: 0px 10px !important;
}
.row10{
    margin: 0px -10px !important;
}
a.title-item-post{
font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #030095 !important;
    display: block;
    max-height: 54px;
    overflow: hidden;
}
.description-info-post{
    font-size: 13px;
}
.pagination-template{
    margin-top: 20px;
}
@media (max-width: 1000px){
.box-website{
	margin-top: 0px;
}
.lef-menu-template{
	display: none;
}
}
.slicknav_menu ul li{
	text-align: left;
}