.container{
    max-width: 1140px;
    margin: 0 auto;
}


/*-- CONTENT --*/
.bx-bSide {
    min-height: 200px !important;
    padding: 0;
}
.item-thumb:nth-of-type(1) .bx-bSide{
    min-height: 400px !important;
}

/*-- WEBBOARD --*/
.ct-left {
    width: 50%;
}
.ct-right {
    width: 50%;
}

/*-- TIME LINE --*/
[class^='col-md-8'] [class^='col-md-4'].post-img {
    height: 110px;
}
[class^='col-md-8'] [class^='col-md-6'].post-img {
    height: 150px;
}
[class^='col-md-8'] [class^='col-md-12'].post-img {
    height: 220px;
}

/*-- NAV --*/
#sidebar-menu ul li {
    width: auto;
}
#sidebar-menu > ul > li > a {
    padding: 0 10px;
}

.nav-wrap {
    position: relative;
    padding: 0;
}

#sidebar-menu {
    position: relative;
    line-height: 1;
    width: 100%;
    float: left;
    border-radius: 0;
    padding: 0px 225px 0 0;
    margin: 0;
    display: block;
}

#sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    border-radius: 0;
    right: 0;
    position: relative;
}

.header-bottom {
    height: 51px;
}

.header-bottom {
    top: 49px;
}

.header-loGo {
    position: fixed;
    z-index: 51;
    width: 200px;
    height: auto;
    /* margin: 50px 5px 0 -20px; */
    top:50px;
    margin-left:-20px;
}

.h-logo {
    width: 100px;
    height: 45px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.form_header>button {
    width: 45px;
    position: absolute;
    top: 8px;
    right: 0;
    height: 35px;
    border: 0;
    line-height: 35px;
    border-left: 3px solid #000000;
    border-right: 1px solid #464646;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    outline: none;
    background-color: #464646;
}

.form_header>input {
    width: 100%;
    height: 35px;
    line-height: 50px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0 55px 0 10px;
    background-color: #464646;
    z-index: 5;
}

.time {
    float: left;
    width: 20%;
    padding: 0 10px;
    font-size: 12px;
}





.navmenu-item:hover{
    color: #8dc63f
}
.navmenu-item:focus {
    color: #8dc63f;
}

.hover\:navmenu-item:hover{
    background-color: #8dc63f
}



.AdsBannerContent{
    width: 100%;
    height:130px;
}

.AdsBannerContent > img{
    margin-bottom: 15px;
    width: 100%;
    height: 130px;
}

.AdsBannerFull{
    width: 100%;
    height:130px;
}

.AdsBannerFull > img{
    margin-bottom: 15px;
    width: 100%;
    /* height: 130px; */
}

.AdsBannerRight{
    width: 100%;
    height:380px;
}

.AdsBannerRight > img{
    width:100%;
    margin-bottom: 15px;
}




.AdsBannerFloat{
    /* background-color: blue; */
    z-index:99999;
    top:10%;
}

.content-detail-box > p > img{
    width:100% !important;
}

.navbarSubmenu{
    display: none;
    opacity: 0;
}

.navbarmenu:hover .navbarSubmenu{
    display: block !important; 
    opacity: 1 !important;
    cursor:pointer;
}

.nav-spas li {
    min-width: 50px;
    margin: 0;
    width: 50%;
}


.ad-float-bottom {
    width: 828px;
    margin: 0 auto;
    float: none;
}

.close-ad {
    right: 0;
    top: -30px;
    padding: 2px 6px;
    border: 1px solid #8dc63f;
    width: 30px;
    height: 30px;
    background-color: rgba(45, 55, 72, 0.8);
    color: #fff;
    font-size: 2rem;
    line-height: 1.5rem;
    border-radius: 0;
}

/* Banner */
.close-ad {
    right: 0;
    top: -30px;
    padding: 2px 6px;
    border: 1px solid #8dc63f;
    width: 30px;
    height: 30px;
    background-color: rgba(45, 55, 72, 0.8);
    color: #fff;
    font-size: 2rem;
    line-height: 1.5rem;
    border-radius: 0;
}
.ad-float-bottom {
    width: 828px;
    margin: 0 auto;
    float: none;
}

.banner-box {
    display: inline-block;
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 5px;
}
.centered {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-text1 {
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #fdd964;
    width: 100%;
}
.banner-text2 {
    display: block;
    font-size: 54px;
    line-height: 54px;
    font-weight: bold;
    width: 100%;
}
.banner-text2-left {
    display: block;
    font-size: 42px;
    line-height: 54px;
    font-weight: bold;
    width: 100%;
}