h3 a{
	text-decoration: none;
	color: #333;
    transition: 0.5s all ease;
}
.categories li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    float: left;
    font-size: 14px;
    padding: 8px 10px;
    margin: 5px 1px;
    transition: 0.5s all ease;
}
.categories h2 {
    float: left;
    font-weight: normal;
}
.categories h2 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    float: left;
    font-size: 14px;
    padding: 8px 10px;
    margin: 5px 1px;
    transition: 0.5s all ease;
}
.categories li a:hover{
    color: #008de8;
}
.right_center_news_son .time {
    font-size: 14px;
    color: #999;
}
.right_center_news_son .time i{
    width: 60px;
    text-align: center;
    margin:8px 0 0 0;
    font-size: 5px;
    float: left;
}
.right_center_news_son .time span {
    float: left;
}
.active_categories{
	background: #0072bc;
	color: white !important;
    border-radius: 5px;
}
.top_news_hot_left {
    width: 525px;
    float: left;
}
.top_news_hot_left img,.top_news_hot_right img{
	width: 100%;
	max-height: 100%;
	object-fit: cover;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.top_news_hot_right_img {
    display: block;
    height: auto;
    overflow: hidden;
}
.top_left_content {
    position: relative;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dedede;
}
.top_news_hot_right ul li:hover a,.top_news_hot_left h3 a:hover{
    color: #00a1f1;
}
.top_news_hot_right {
    width: calc(100% - 540px);
    width: -webkit-calc(100% - 540px);
    width: -moz-calc(100% - 540px);
    float: right;
    position: relative;
}
.top_news_hot_right ul li h3 {
    font-weight: normal;
    font-size: 1.002em;
    color: #333;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
}
.top_news_hot_left h3 {
    margin: 10px 0;
}
.top_news_hot_left p {
    font-size: 0.9683em;
    color: #484848;
}
.top_news_hot_left img{
    max-height:290px;
}
.top_news_hot_right img{
    max-height: 140px;
}
.top_news_hot_right ul li:last-child h3{
    border:none;
}
.title_right_content {
    font-size: 22px;
    color: #676767;
    margin: 0px 10px 10px 10px;
}
.box_right_content:not(:first-child){
    margin:20px 0 0 0;
}
.top_news_hot_right ul li:first-child a{
    font-weight: bold;
    font-size: 20px;
}
.contact_my p {
    font-size: 0.9073em;
    color: #333;
    margin: 10px 0 0 30px;
}
.contact_my p i {
    width: 20px;
    text-align: center;
}
.box_right_content .btn_service_right_content {
    text-decoration: none;
    color: white;
    background: #ff6000;
    padding: 10px 0;
    margin: 15px 10px;
    border-radius: 5px;
    text-align: center;
}
.service_sidebar ul li {
    border-bottom:1px solid #f5f5f5;
    position: relative;
}
.service_sidebar ul li:last-child{
    border:none;
}
.service_sidebar ul li a {
    text-decoration: none;
    color: #6f6f6f;
    padding: 15px 0 15px 30px;
    display: block;
    font-size: 0.9348em;
    transition: 0.5s all ease;
}
.service_sidebar ul li a:hover,.active_sidebar a{
    color:white !important;
    background: #163651 !important;
}
.service_sidebar ul li a i {
    position: absolute;
    right: 20px;
}
.center_news_son {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}
.left_content .center_news_son:last-child{
    border:none;
}
.info_post {
    color: #808080;
    font-size: 0.99384em;
}
.info_post p{
    float: left;
    padding:0px !important;
}
.info_post i {
    float: left;
    margin: 8px 10px 0 10px;
    font-size: 0.7em;
    color: #0072bc;
}
.left_center_news_son {
    position: relative;
    float: left;
    width: 230px;
    overflow: hidden;
    box-sizing: border-box;
}
.right_center_news_son h3 a {
    font-size: 20px;
    line-height: 1.5em;
}
.left_center_news_son img{
	width: 100%;
    height: auto;
	object-fit: cover;
}
.right_center_news_son {
    position: relative;
    float: right;
    width: calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
}
.right_center_news_son h3 {
    font-size: 1.08341em;
    font-weight: 700;
    color: #333;
}
.right_center_news_son p {
    font-size: 15px;
    line-height: 1.5em;
    margin: 3px 0 0 0;
    color: #333;
}
.right_center_news_son h3 a:hover,.box_right_content ul li a:hover{
     color: #0275da
 }
/*--- CSS Tags ---*/
.tags{
    position: relative;
    margin:10px 0;
}
.posttags li {
    float: left;
    position: relative;
}
.posttags li a{
    text-decoration: none;
    color: #969696;
    padding:7px;
    transition: 0.2s all ease;
    border:1px solid #cccccc;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    border-radius: 5px;
    margin:0 5px;
}
.posttags li a:hover{
    color: #4267b2;
    border: 1px solid #4267b2;
}
.admin_answer {
    color: #0072bc;
    display: inline-block;
}
.title_news {
    font-size: 35px;
    color: #525252;
    margin:10px 0 0 0;
}
.center_content .time_detail {
    padding: 5px 0 5px 10px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    color: #505050;
    margin:30px 0 0 0;
}
.center_content .time_detail span,.center_content .time_detail i{
    float: left;
}
.center_content .time_detail i{
    width: 30px;
    text-align: center;
    font-size: 9px;
    margin:3px 0 0 0;
    margin-left: 20px;
}
.title_tag {
    font-size: 22px;
    margin: 10px 0 0 0;
    color: #424242;
}
.popup_email_end_post {
    position: relative;
    background: #0088e1;
    -webkit-box-shadow: 0px 0px 13px -4px rgb(0, 114, 188);
    width: 100%;
    -moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px -4px rgb(0, 114, 188);
    margin: 10px auto;
}
.bottom_popup_box {
    text-align: center;
    background: #0072bc;
    padding:20px 0;
}
.top_email_image p:nth-of-type(1) {
    font-size: 26px;
    padding: 5px 0 10px 0;
    text-align: center;
    color: #fff;
}
.top_email_image p:nth-of-type(2) {
    width: 70%;
    color: #fff;
    text-align: center;
    line-height:1.5em;
    margin: 0 auto;
}
.input_subcribe_post {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    margin: 10px;
    float: left;
    color: #fff;
    position: relative;
    background: #00436e;
    z-index:10;
    outline: none;
    box-sizing: border-box;
}
.form_subcribe_email img{
    margin: 0 !important;
}
.form_subcribe_email button {
    padding: 10px 10px;
    border: none;
    margin:10px;
    background: #00ae02;
    color: #fff;
    border-radius: 3px;
    position: relative;
    z-index:10;
    cursor: pointer;
}
.top_email_image {
    padding: 20px 0;
    position: relative;
    -webkit-box-shadow: 0px 5px 10px -6px rgba(0,67,110,1);
    -moz-box-shadow: 0px 5px 10px -6px rgba(0,67,110,1);
    box-shadow: 0px 5px 10px -6px rgba(0,67,110,1);
}
.form_subcribe_email {
    width: 70%;
    margin: 0 auto;
}
.popup_email_end_post:before {
    content: "";
    z-index: 9;
    width: 98%;
    height: 93%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px dashed #e4e4e4;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}