a:hover {
    color: #333;
}
div.news_column ul.related a:hover {
    color: #097eaf;
}
.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    background-color: #01546D;
    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: 50px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #01546D;
    height: 100vh;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
    display: none;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: #097eaf;
    width: 30px;
    height: 26px;
    position: absolute;
    top: 100px;
    right: 0;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 3px;
    display: none;
}

.mobile-menu-toggle-btn:hover {
    background-color: #245682;
}

.mobile-menu-toggle-btn i {
    color: #fff;
}

#hot-news img {
    max-width: 100%;
}
#hot-news .other-news a {
    display: inline-block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
#hot-news .other-news .content-box > a {
    border: 1px solid #D8D8D8;
}
#hot-news .other-news a>img {
    float: none;
    height: auto;
    border: none;
}

/* .open-menu-bg .mobile-menu-bg{
    display: block;
} */
#menu-site-default {
    border-color: transparent;
}
#menu-site-default>ul {
    background: #01546d url(../images/nav-bg.png) repeat-x;
    float: none;
    background-size: cover;
}
#menu-site-default>ul li a,
#menu-site-default>ul li a:link,
#menu-site-default>ul li a:visited {
    color: #d8f0f7;
    display: block;
    font-weight: 700;
    line-height: 33px;
    padding: 0px 9px;
    font-size: 15px;
    width: 100%;
}
#menu-site-default>ul ul {
    background-color: #01546d;
}

#menu-site-default>ul>li>a,
#menu-site-default>ul>li>a:hover,
#menu-site-default>ul ul>li>a:hover {
    background-color: transparent;
    color: #fff;
}
#menu-site-default>ul>li:hover .dropdown-menu {
    display: block;
}
div.news_column .sub-list-icon >li.hidden-xs a {
    line-height: 34px;
    color: #097eaf;
    font-weight: 600;
}
div.news_column .sub-list-icon >li.hidden-xs a:hover {
    color: #063b70;
}
.silver .ddsmoothmenu-v ul li {
    z-index: 1 !important;
}
.silver .ddsmoothmenu-v ul li a {
    padding: 5px 10px 5px 17px !important;
}
.silver .ddsmoothmenu-v ul li ul {
    padding-left: 0;
    margin-top: 0;
}
.dropdown-submenu,
.dropdown-submenu>a{
    position: relative;
}
#menu-site-default ul.dropdown-menu>li>a,
#menu-site-default ul.dropdown-menu>li>ul>li>a{
    font-size: 13px;
}
.dropdown-submenu:hover > ul {
    display: block;
    top: 1px;
    left: auto;
    right: calc(50% - 239px);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#hot-news ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
}
#hot-news ul.other-news li {
    float: none;
    width: 100%;
}
#hot-news ul.other-news.clearfix::before,
#hot-news ul.other-news.clearfix::after {
    content: "";
    display: none;
}
#logo {
    display: block;
}
#logo a img {
    padding-left: 21px;
}
.title-edit li h3{
    display: unset;
}
.box.silver .block_content>ul>li {
    margin-bottom: 5px;
}
.box.silver .ddsmoothmenu-v ul li a:link, 
.box.silver .ddsmoothmenu-v ul li a:visited, 
.box.silver .ddsmoothmenu-v ul li a:active {   
    background: none;
}
.box.silver .ddsmoothmenu-v ul li.has_sub>a:link, 
.box.silver .ddsmoothmenu-v ul li.has_sub>a:visited, 
.box.silver .ddsmoothmenu-v ul li.has_sub>a:active {    
    color: #036;
	background:url(../images/ddsmoothmenu/bullet1.png) no-repeat scroll 99% 5px transparent;	
	padding-left: 17px;	
}
.box.silver .ddsmoothmenu-v ul li.has_sub a:hover,
.box.silver .ddsmoothmenu-v ul li a:hover {
    color: #e63707;
    background: url(../images/ddsmoothmenu/vertical_menu_bg.jpg) left top no-repeat scroll transparent;
}
@media (min-width: 992px) {
    .ddcss3support #hot-news .other-news a>img {
        width: 100%;
    }
}
@media (max-width: 980px) {
    #logo a img {
        padding-top: 12px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 18px;
    }
}
@media (max-width: 799px) {
    .navbar .navbar-collapse {
        position: static;
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 768px) {
    .second-nav .navbar-default .navbar-toggle{
        display: none;
    }
    .second-nav .navbar-default {
        background-color: #01546D;
        border-color: #01546d;
    }
    .mobile-menu-toggle-btn {
        display: block;
        border-color: #01546D;
        margin-right: 10px;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        z-index: 1000;
        width: auto;
        height: auto;
    }
    .mobile-menu-toggle-btn:hover{
        background-color: #01546D;
    }

    .custom-mobile .metismenu .sidebar-nav ul ul ul a{
        padding: 10px 40px;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
    #hot-news ul.other-news li {
        float: none;
        width: 100%;
    }
    #hot-news img.s-border.small{
        width: 100%;
    }
    #hot-news>.box-border>.content-box{
        text-align: justify;
    }
    #hot-news>.box-border>.content-box>a{
        display: inline-block;
        width: 100%;
    }
    #hot-news>.box-border>.content-box>a>img{
        width: 100%;
    }

    .navbar-default .navbar-brand{
        float: right;
        display: none;
    }
    .menu-form-right,
    #sitemodal{
        display: none;
    }
    #footer > div{
        margin-bottom: 10px;
    }
    #footer > .fl:nth-of-type(1){
        width: 30%;
    }
    #footer > .fl:nth-of-type(2){
        width: 70%;
        text-align: right;
    }
    #footer > .fl br{
        display: none;
    }
    #footer > .fr{
        float: left;
    }
    #footer > .fr p{
        text-align: left !important;
    }
    .open-menu .menu-collapser{
        display: none;
    }
    .open-menu ul.slimmenu.collapsed{
        display: block !important;
    }
    .open-menu .menu .silver{
        background: transparent;
    }
    .open-menu ul.slimmenu li .sub-collapser{
        background: transparent;
    }
    .open-menu ul.slimmenu.collapsed li .sub-collapser > i{
        margin-top: 24px;
    }
    .open-menu ul.slimmenu.collapsed li a{
        background: #01546D !important;
        border-bottom: none;
    }
    .open-menu ul.slimmenu.collapsed li a:hover{
        color: #ff0;
    }
    .ddcss3support .navbar .lateral-left {
        left: auto;
        right: -100px;
        animation: slide-out-right 200ms forwards;
        z-index: 9999;
    }
    .ddcss3support .navbar .lateral-left.open {
        animation: slide-in-right 200ms forwards;
    }
    #hot-news .other-news a {
        height: auto;
        font-size: 13px;
    }
    #hot-news .other-news .content-box > a {
        height: 100px;
        border: none;
    }
    .custom-mobile .metismenu {
        background-color: transparent;
        box-shadow: none;
        border: none;
    }
    .custom-mobile .metismenu .sidebar-nav {
        background: #01546D;
        border-bottom: none;
    }
    .custom-mobile .metismenu .sidebar-nav ul a,
    .custom-mobile .metismenu .sidebar-nav ul a:hover {
        box-shadow: none;
        background-color: #01546D;
    }
    .menu-res .collapse.navbar-collapse .nav.navbar-nav{
        display: none;
    }
    .menu-res .collapse.navbar-collapse{
        background: none;
    }
}
@media (max-width: 380px) {
    #hot-news .other-news .content-box > a {
        height: auto;
    }
}
@media (max-width: 360px) {
    #footer > div,
    #footer > .fl:nth-of-type(1),
    #footer > .fl:nth-of-type(2){
        float: none;
        width: 100%;
        text-align: left;
    }
    #footer > .fl:nth-of-type(2){
        margin-top: 10px;
    }
    #footer > .fl .footer{
        padding: 0;
    }
}
