#carousel-main{
}
#carousel-main .carousel-inner .item{
    -webkit-transform: none;
    transform: none;
}
#carousel-main .carousel-inner .item .img-box{
    height: calc( 100vh - 90px );
    position: relative;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../design/default-slider.svg);
}
#carousel-main .carousel-inner .item .img-box img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
    max-width: none;
    min-width: 100%;
}
@media (max-width: 991px){
    #carousel-main .carousel-inner .item .img-box {
        height: 400px;
    }
}
#carousel-main .slider-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}


#carousel-main .carousel-caption{
    position: absolute;
    top: auto;
    bottom: 15%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0px;
    text-align: left;
}
#carousel-main .carousel-caption .name{
    font-family: Radikal-Bold, "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 1em;
}
#carousel-main .carousel-caption .intro{
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
#carousel-main .carousel-caption .btn{
    margin-top: 60px;
}
@media (max-width: 991px){
    #carousel-main .carousel-caption{
        bottom: 70px;
    }
    #carousel-main .carousel-caption .name{
        font-size: 30px;
        line-height: 38px;
    }
    #carousel-main .carousel-caption .intro{
        margin-top: 15px;
        font-size: 16px;
        line-height: 24px;
    }
    #carousel-main .carousel-caption .btn{
        margin-top: 20px;
    }
}

#carousel-main .carousel-dashboard{
    position: relative;
    z-index: 1;
}
#carousel-main .carousel-indicators{
    line-height:0;
    font-size:0;
    width: auto;
    margin: 0px;
    position: absolute;
    left: 0px;
    right: auto;
    bottom: -20px;
    z-index: 2;
}
#carousel-main .carousel-indicators li,
#carousel-main .carousel-indicators li.active{
    margin: 0px 18px 0px 0px;
    border: 0px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    transition: background 0.3s ease;
    background: #ccc;
}
#carousel-main .carousel-indicators li.active{
    background: #000;
}
@media (max-width: 991px){
    #carousel-main .carousel-indicators{
        bottom: -20px;
    }
}

#carousel-main .carousel-dashboard .pager-box{
    position: absolute;
    right: 70px;
    bottom: 82px;
    z-index: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    width: 50px;
    text-align: center;
}
#carousel-main .carousel-dashboard .pager-box .current,
#carousel-main .carousel-dashboard .pager-box .sep,
#carousel-main .carousel-dashboard .pager-box .max{
    display: inline-block;
}
#carousel-main .carousel-dashboard .pager-box .sep{
    margin: 0px 8px;
}

#carousel-main .arrow-button{
    position: absolute;
    bottom: 70px;
    top: auto;
    right: 0px;
    z-index: 2;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 0px;
    text-decoration: none;
    color: #fff;
    text-transform: lowercase;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease;
}
#carousel-main .arrow-button:hover{
    text-decoration: none;
    background: #fff;
    color: #ae8b00;
}
#carousel-main .arrow-button.left{
    margin-right: 140px;
}
#carousel-main .arrow-button.left:hover{
}
#carousel-main .arrow-button.right{
}
#carousel-main .arrow-button.right:hover{
    
}
@media (max-width:991px){
    #carousel-main .carousel-dashboard .pager-box{
        bottom: 25px;
        right: 60px;
        font-size: 14px;
    }
    #carousel-main .arrow-button{
        bottom: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    #carousel-main .arrow-button.left {
        margin-right: 130px;
    }
}



.home-wrap{
    padding: 120px 75px 0px;
}
@media (min-width: 1500px){
    .home-wrap{
        width: 1470px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 1199px){
    .home-wrap{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 767px){
    .home-wrap{
        padding-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.home-label{
    font-weight: 200;
    font-size: 32px;
    line-height: 40px;
    color: #4d4d4f;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin: 0px 0px 10px;
}
@media (max-width: 767px){
    .home-label{
        font-size: 24px;
        line-height: 30px;
        margin: 0px 0px 10px;
        overflow: hidden;
    }
}
.exhibition-wrap{
    margin: 0px 0px 90px;
    padding: 10px;
    border: 1px solid #dcddde;
}
@media (max-width: 991px){
    .exhibition-wrap{
        margin-bottom: 70px;
        padding: 0px;
        border: 0px;
    }
}
.exhibition-wrap .row{
    margin-left: -10px;
    margin-right: -10px;
}
.exhibition-wrap .row > div[class*="col-"]{
    padding-left: 10px;
    padding-right: 10px;
}
.exhibition-wrap .box{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 120%;
}
@media (max-width: 991px){
    .exhibition-wrap .box{
        padding-bottom: 83.3%;
    }
    .exhibition-wrap .box:not(.last){
        margin-bottom: 20px;
    }
}
.exhibition-wrap .box .img{
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../design/default-sm.svg);
}
@media (min-width: 992px){
    .exhibition-wrap .box{
        overflow: hidden;
    }
    .exhibition-wrap .box .img{
        transition: transform-origin 0.3s ease;
        will-change: transform;
        transform: scale(1.05);
        transform-origin: 0% 0%;
    }
    .exhibition-wrap .box:hover .img{
        transform-origin: 100% 100%;
    }
}
.exhibition-wrap .box .name{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 20px;
}
.exhibition-wrap .box .name i{
    font-style: normal;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 1199px){
    .exhibition-wrap .box .name{
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width: 767px){
    .exhibition-wrap .box .name{
        font-size: 14px;
        line-height: 16px;
        padding-left: 30px;
        padding-bottom: 10px;
    }
    .exhibition-wrap .box .name i{
        height: auto;
        display: block;
    }
}
.exhibition-wrap .box::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    z-index: 1;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.exhibition-wrap .box::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 40px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 40px auto;
}
@media (max-width: 767px){
    .exhibition-wrap .box::before{
        height: 80px;
    }
    .exhibition-wrap .box::after{
        width: 20px;
        height: 40px;
        background-size: 20px auto;
    }
}
.exhibition-wrap .box.icon-1::after{
    background-image: url(../design/icon-1.svg);
}
.exhibition-wrap .box.icon-2::after{
    background-image: url(../design/icon-2.svg);
}
.exhibition-wrap .box.icon-3::after{
    background-image: url(../design/icon-3.svg);
}
.exhibition-wrap .box.icon-4::after{
    background-image: url(../design/icon-4.svg);
}
.exhibition-wrap .box.icon-5::after{
    background-image: url(../design/icon-5.svg);
}



.news-wrap{
    padding: 10px;
    border: 1px solid #dcddde;
    position: relative;
    height: 640px;
    padding-bottom: 41px;
}
.news-wrap .img-box{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.news-wrap .img-box .img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f2f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news-wrap .img-box.icon{
    position: relative;
}
.news-wrap .img-box.icon::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 30px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 30px auto;
}
.news-wrap .img-box.icon-1::after{
    background-image: url(../design/icon-1.svg);
}
.news-wrap .img-box.icon-2::after{
    background-image: url(../design/icon-2.svg);
}
.news-wrap .img-box.icon-3::after{
    background-image: url(../design/icon-3.svg);
}
.news-wrap .img-box.icon-4::after{
    background-image: url(../design/icon-4.svg);
}
.news-wrap .img-box.icon-5::after{
    background-image: url(../design/icon-5.svg);
}
@media (min-width: 992px){
    .news-wrap a.img-box{
        overflow: hidden;
    }
    .news-wrap a.img-box .img{
        transition: transform-origin 0.3s ease;
        will-change: transform;
        transform: scale(1.05);
        transform-origin: 0% 0%;
    }
    .news-wrap a.img-box:hover .img{
        transform-origin: 100% 100%;
    }
}
.news-wrap .box{
    position: relative;
}
.news-wrap .box.main{
    padding-left: 30px;
}
.news-wrap .box.sub{
    padding-left: 140px;
    margin-top: 28px;
}
.news-wrap .box .date{
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 14px;
    border-radius: 15px;
    background: #e6e7e8;
    color: #4d4d4f;
    letter-spacing: -0.03em;
}
.news-wrap .box.main .date{
    margin-bottom: 10px;
}
@media (min-width: 1440px){
    .news-wrap .box.sub {
        padding-right: 15%;
    }
}
@media (min-width: 992px){
    .news-wrap .box.sub .date{
        position: absolute;
        top: -3px;
        left: 0px;
    }
}
.news-wrap .box .name{
    margin: 0;
    font-weight: 700;
    display: block;
}
.news-wrap .box.main .name{
    font-size: 28px;
    line-height: 32px;
    max-height: 160px;
    overflow: hidden;
}
.news-wrap .box.sub .name{
    font-size: 20px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}

.news-wrap .box a.name{
    display: block;
    color: #4d4d4f;
    text-decoration: none;
}
.news-wrap .box a.name:focus, 
.news-wrap .box a.name:hover {
    color: #ae8b00;
    text-decoration: none;
}
.news-wrap .box a.name .bi{
    display: inline;
    color: #ae8b00;
    margin-left: 5px;
}
.news-wrap .box a.name.icon::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    float: left;
    margin-top: 4px;
    margin-right: 9px;
}
.news-wrap .box a.name.icon-1::before{
    background: #f07c0b;
}
.news-wrap .box a.name.icon-2::before{
    background: #5dbfbc;
}
.news-wrap .box a.name.icon-3::before{
    background: #4bb3d9;
}
.news-wrap .box a.name.icon-4::before{
    background: #e2ac07;
}
.news-wrap .box a.name.icon-5::before{
    background: #adb2b8;
}
.news-wrap .box .intro{
    font-weight: 300;
    font-size: 16px;
}
.news-wrap .box.main .intro{
    display: none;
    line-height: 25px;
    margin-top: 11px;
    max-height: 50px;
    overflow: hidden;
}
.news-wrap .box.sub .intro{
    line-height: 23px;
    margin-top: 5px;
    max-height: 46px;
    overflow: hidden;
}
.news-wrap .btn-box{
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
@media (max-width: 1200px){
    .news-wrap .box.main .name{
        font-size: 24px;
        line-height: 30px;
        max-height: 150px;
    }
}
@media (max-width: 991px){
    .news-wrap{
        height: auto;
        margin-bottom: 40px;
        padding: 0 0 60px;
        border: 0;
    }
    .news-wrap .img-box{
        height: 0px;
        padding-bottom: 66.67%;
        margin-bottom: 15px;
    }
    .news-wrap .box.main{
        padding-left: 0px;
    }
    .news-wrap .box.sub {
        padding-left: 0px;
        margin-top: 30px;
    }
    .news-wrap .box .date {
        font-size: 14px;
        line-height: 28px;
    }
    .news-wrap .box.main .date,
    .news-wrap .box.sub .date{
        margin-bottom: 10px;
    }
    .news-wrap .box.main .name{
        font-size: 18px;
        line-height: 23px;
        max-height: none;
    }
    .news-wrap .box.sub .name{
        font-size: 16px;
        line-height: 20px;
        max-height: none;
    }
    .news-wrap .box .intro {
        font-weight: 300;
        font-size: 14px;
    }
    .news-wrap .box.main .intro{
        line-height: 20px;
        margin-top: 10px;
        max-height: 60px;
    }
    .news-wrap .box.sub .intro{
        line-height: 20px;
        max-height: 60px;
    }
    .news-wrap .btn-box{
        left: 0px;
    }
}


.program-wrap{
    margin-bottom: 40px;
    padding: 19px 20px;
    border: 1px solid #dcddde;
    background: #f1f2f2;
}
.program-cont{
    height: 330px;
    position: relative;
    padding-bottom: 40px;
}
.program-wrap .box{
    position: relative;
}
.program-wrap .box:not(:first-child){
    margin-top: 30px;
}
.program-wrap .box .date{
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    padding: 0px 14px;
    border-radius: 15px;
    background: #fff;
    color: #4d4d4f;
    letter-spacing: -0.03em;
    border: 1px solid #d1d3d4;
    margin-bottom: 10px;
}
.program-wrap .box .name{
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}
.program-wrap .box a.name{
    display: block;
    color: #4d4d4f;
    text-decoration: none;
}
.program-wrap .box a.name:focus, 
.program-wrap .box a.name:hover {
    color: #ae8b00;
    text-decoration: none;
}
.program-wrap .box a.name .bi{
    display: inline;
    color: #ae8b00;
    margin-left: 5px;
}
.program-wrap .box a.name.icon::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}
.program-wrap .box a.name.icon-1::before{
    background: #f07c0b;
}
.program-wrap .box a.name.icon-2::before{
    background: #5dbfbc;
}
.program-wrap .box a.name.icon-3::before{
    background: #4bb3d9;
}
.program-wrap .box a.name.icon-4::before{
    background: #e2ac07;
}
.program-wrap .box a.name.icon-5::before{
    background: #adb2b8;
}
.program-wrap .box .place{
    margin-top: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    max-height: 25px;
    overflow: hidden;
}
.program-wrap .btn-box{
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 991px){
    .program-wrap{
        margin-bottom: 60px;
    }
    .program-cont {
        height: auto;
    }
    .program-wrap .box .name{
        font-size: 18px;
        line-height: 24px;
        max-height: none;
        overflow: visible;
    }
    .program-wrap .box a.name.icon::before {
        width: 12px;
        height: 12px;
        margin-top: 6px;
    }
    .program-wrap .box .place {
        font-size: 14px;
        line-height: 20px;
        max-height: none;
        overflow: visible;
    }
}


.info-wrap{
    padding: 58px 30px 20px 150px;
    border: 1px solid #dcddde;
    text-align: right;
    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: 5% 60%;
    background-image: url(../design/home-i-i.svg);
}
.info-wrap .title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    height: 60px;
    overflow: hidden;
}
.info-wrap .btn-box{
    font-size: 0;
    line-height: 0;
    position: relative;
    height: 40px;
}
.info-wrap .btn-box .btn{
    text-align: right;
}
@media (min-width: 992px){
    .info-wrap .btn-box .btn{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (min-width: 1200px){
    .info-wrap{
        padding-left: 180px;
        background-size: 180px auto;
    }
}
@media (max-width: 991px){
    .info-wrap{
        padding: 10px 15px 80px 15px;
        text-align: left;
        background-size: 160px auto;
        background-position: bottom 0 right 10px;
        text-shadow: 0px 1px 0px #fff;
    }
    .info-wrap .title {
        font-size: 20px;
        line-height: 25px;
        height: auto;
    }
    .info-wrap .btn-box{
        height: 20px;
        margin-top: 10px;
    }
    .info-wrap .btn-box .btn{
        text-align: left;
    }
}

.m-a-wrap{
    margin-top: 100px;
}
@media (max-width: 991px){
    .m-a-wrap {
        margin-top: 60px;
    }
}
.museum-wrap{
    padding: 38px 30px 30px 110px;
    border: 1px solid #dcddde;
    text-align: right;
    background-repeat: no-repeat;
    background-size: 180px auto;
    background-position: center left 10px;
    background-image: url(../design/home-i-m.svg);
}
.museum-wrap .title{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    height: 75px;
    overflow: hidden;
}
.museum-wrap .btn-box{
    font-size: 0;
    line-height: 0;
    margin-top: 35px;
}
@media (min-width: 1440px){
    .museum-wrap{
        padding-top: 28px;
        padding-bottom: 20px;
        padding-left: 200px;
        background-size: 200px auto;
    }
    .museum-wrap .title{
        font-size: 24px;
        line-height: 30px;
        height: 90px;
    }
    .museum-wrap .btn-box{
        margin-top: 20px;
    }
}
@media (max-width: 991px){
    .museum-wrap{
        margin-bottom: 60px;
        padding: 10px 15px 100px 15px;
        text-align: left;
        background-size: 180px auto;
        background-position: bottom 0 right 10px;
        text-shadow: 0px 1px 0px #fff;
    }
    .museum-wrap .title {
        font-size: 20px;
        line-height: 25px;
        height: auto;
    }
    .museum-wrap .btn-box{
        margin-top: 10px;
    }
}

.archeology-wrap{
    padding: 9px 15px 9px 260px;
    border: 1px solid #dcddde;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 230px auto;
    background-position: bottom 0 left 10px;
    background-image: url(../design/home-i-a.png);
}
.archeology-wrap .box{
    display: block;
    width: 100%;
}
.archeology-wrap .title{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    max-height: 50px;
    overflow: hidden;
}
.archeology-wrap .btn-box{
    font-size: 0;
    line-height: 0;
}
@media (min-width: 992px){
    .archeology-wrap .box{
        height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (min-width: 1440px){
    .archeology-wrap .box{
        height: 80px;
    }
    .archeology-wrap .title{
        font-size: 24px;
        line-height: 30px;
        max-height: 30px;
    }
}
@media (max-width: 991px){
    .archeology-wrap{
        padding: 10px 15px 80px 15px;
        background-size: 180px auto;
        background-position: bottom 0 right 10px;
        text-shadow: 0px 1px 0px #fff;
    }
    .archeology-wrap .box:not(:first-child){
        margin-top: 15px;
    }
    .archeology-wrap .title{
        font-size: 20px;
        line-height: 25px;
        height: auto;
        max-height: none;
    }
    .archeology-wrap .btn-box {
        margin-top: 5px;
        height: auto;
        max-height: none;
    }
}


.social-wrap{
    padding: 24px 30px;
    border: 1px solid #dcddde;
    margin-top: 70px;
}
.social-wrap .left .title{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    float: left;
    padding: 20px 0px;
}
.social-wrap .left .icon{
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}
.social-wrap .left .icon img{
	width: 50px;
    height: 50px;
}
.social-wrap .right{
    text-align: right;
    font-size: 22px;
    line-height: 35px;
}
.social-wrap .right .txt-1{
    font-weight: 300;
}
.social-wrap .right .txt-2{
    font-weight: 700;
}
@media (min-width: 1440px){
    .social-wrap .right{
        font-size: 28px;
        line-height: 35px;
    }
}
@media (max-width: 991px){
    .social-wrap{
        padding: 15px 15px;
        margin-top: 60px;
    }
    .social-wrap .left{
        margin-bottom: 15px;
    }
    .social-wrap .left .title{
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        padding: 5px 0px;
    }
    .social-wrap .right {
        text-align: left;
        font-size: 20px;
        line-height: 28px;
    }
    .social-wrap .left .icon{
        margin-top: 0px;
        margin-left: 20px;
    }
    .social-wrap .left .icon img {
		width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px){
    .social-wrap .right {
        font-size: 16px;
        line-height: 25px;
    }
    .social-wrap .right .txt-2{
        font-size: 16px;
    }
}