@charset "UTF-8";


body{
    padding-bottom: 0px;
}


/************************************* adContainer *************************************/


.adContainer .container .oneAd {
    margin-bottom: 0px;
}

/************************************* adContainer2 *************************************/

/*
.adContainer2  a .oneAd {
    margin-bottom: 15px;
}
*/



/************************************* header *************************************/


.headerD {
    /*    height: 85px;*/
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
}


.headerD .container a .logo {
    /*
    position: absolute;
    left: 15px;
    top: 15px;
*/
}
.headerD .container a:hover .logo {
    opacity: 0.8;
}

.headerD .navs {
    text-align: center;
    padding-left: 0px;
    margin-bottom: 0px;
    /*
    position: relative;
    top:3px;
*/
    margin-bottom: -13px;
}

.headerD .navs li {
    display: inline-block;
    margin-right: 13px;
    margin-left: 13px;
    margin-bottom: 13px;
/*    border: 1px solid red;*/
    white-space:inherit;
}

.headerD .navs li:first-child {
    margin-left: 0px;
}

.headerD .navs li:last-child {
    margin-right: 0px;
}

.headerD .navs li a.active,
.headerD .navs li a:hover {
    color: #F38200;
}





/************************************* bannerD *************************************/



#bannerD {
    text-align: center;
    position: relative;
    height: 410px;
    width: 100%;
    overflow-x: hidden;
}

#bannerD .oneBanner {
    width: 732px;
    height: 410px;
    background-size: cover;
    background-image: url(../img/poster169/poster1.jpg);
    cursor: pointer;
}


#bannerD .oneBanner.banner1,
#bannerD .oneBanner.banner2,
#bannerD .oneBanner.banner4,
#bannerD .oneBanner.banner5 {
    opacity: 0.5;
}

#bannerD .oneBanner.banner3 {
    position: absolute;
    left: 50%;
    margin-left: -366px;
}

#bannerD .oneBanner.banner1 {
    position: absolute;
    left: 50%;
    margin-left: -1890px;
    cursor: w-resize;
}

#bannerD .oneBanner.banner2 {
    position: absolute;
    left: 50%;
    margin-left: -1128px;
    cursor: w-resize;
}

#bannerD .oneBanner.banner4 {
    position: absolute;
    left: 50%;
    margin-left: 396px;
    cursor: e-resize;
}

#bannerD .oneBanner.banner5 {
    position: absolute;
    left: 50%;
    margin-left: 1158px;
    cursor: e-resize;
}





/************************************* horizontallyArea *************************************/

.horizontallyAreaD {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.horizontallyAreaD h2 {
    font-size: 34px;
    font-weight: bold;
}

.horizontallyAreaD h2 span {
    margin-left: 8px;
    font-size: 16px;
    font-weight: bold;
}

/************************************* .horizontallyArea .oneIssue *************************************/


a .oneIssue,
a .oneIssue.square,
.oneIssue.square {
    /*    width: 350px;*/
    width: 100%;
    float: inherit;
    margin-right: 0px;
}

a .oneIssue.square .title,
.oneIssue.square a .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: inherit;
}

a:hover .oneIssue {
    opacity: inherit;
}

a:hover .oneIssue.square {
    opacity: 0.8;
}

a:hover .oneIssue img {
    filter: brightness(35%);
}

a:hover .oneIssue.square img {
    filter: brightness(100%);
}

/* 
a:hover .oneIssue.square img {
    border-radius: 999px;
}
*/
/************************************* .horizontallyArea .oneIssue .rollOverArea *************************************/

a .oneIssue .rollOverArea,
.oneIssue .rollOverArea{
    display: none;
    z-index: 10;
    position: absolute;
    margin: 40px;
    color: white;
    font-size: 15px;
    line-height: 1.5;
}

a .oneIssue .rollOverArea p,
.oneIssue .rollOverArea p{
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1200px) {
    a .oneIssue .rollOverArea,
    .oneIssue .rollOverArea {
        margin: 60px;
        margin-top: 55px;
    }

    a .oneIssue .rollOverArea p,
    .oneIssue .rollOverArea p{
        height: 90px;
    }
}



a:hover .oneIssue .rollOverArea{
    display: inherit;
}

/************************************* .horizontallyArea .oneIssue .rollOverArea *************************************/



.leftArrow,
.rightArrow {
    outline: 0;
    position: absolute;
    width: 46px;
    height: 46px;
    left: -8px;
    top: 60px;
    z-index: 10;
    cursor: pointer;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
}

@media (min-width: 1200px) {

    .leftArrow,
    .rightArrow {
        top: 75px;
    }
}


.leftArrow.forNews,
.rightArrow.forNews,
.leftArrow.forArticles,
.rightArrow.forArticles {
    top: 85px;
}

@media (min-width: 1200px) {

    .leftArrow.forNews,
    .rightArrow.forNews,
    .leftArrow.forArticles,
    .rightArrow.forArticles {
        top: 102px;
    }
}

.rightArrow {
    left: inherit;
    right: -8px;

}

/************************************* footer *************************************/
footer .nav li a {
    padding-left: 15px;
    padding-right: 15px;
}

footer .fb{
    height: 250px;
}

.footerBottom ul {
   
    margin-bottom: 0px;
}



/************************************* followMe *************************************/
.followMe{
    bottom:inherit;
    right:0px;
    width:50px;
    height: 275px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    padding-right:0px;
    padding-left: 0px;
    top:50%;
    margin-top: -165px;
}
.followMe .oneFollowMe {
    float: inherit;
    display: block;
    width: 100%;
    height: 20%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.followMeClose{
    cursor: pointer;
    width:50px;
    height: 55px;
    z-index: 1000;
    background-image: url(../img/icon/followMeClose.svg);
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    right:0px;
    top:50%;
    margin-top: 110px;      
}
.followMeClose:hover{
    opacity: 0.7;
}


/************************************* oneEvent *************************************/

.oneEventDetail .navBar {
    font-size: 18px;
}


.oneEventDetail .navBar {
    text-align: center;
    
}
.oneEventDetail .navBar a {
    margin-left: 70px;
    margin-right: 70px;
}


/************************************* articles *************************************/

#bannerArticlesD .description{
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    height: 350px;
    width:220px;
    padding: 15px;
    z-index: 1;
    text-align: left;
    top:30px;
    left:30px;
    
/*
    margin: 30px inherit 30px 30px;
    background-color: rgba(255,255,255,0.5);
*/
}




#bannerArticlesD .carousel-indicators,
#bannerArticlesD .carousel-indicators {
    margin-bottom: 5px;
}

#bannerArticlesD .carousel-indicators li,
#bannerArticlesD .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
}

/************************************* author *************************************/

.person {
  -ms-flex-align: center !important;
  align-items: center !important;
    margin-bottom: 30px;
}

.person h2{
    font-size: 32px;
    font-weight: bold;
}
