#banner,
.pager {
    /*height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;*/
}
@media (max-width: 600px) {
#banner,
.pager {
        height: 60vh;
    }
}


.cuts-navbar .abc {
    background: #AC1618;
}

.cuts-navbar .nav-item .active {
    /* color: #fff!important; */
    font-weight: bold !important;
}
.seeing-tab a{
    color: #e1e1e1;
    font-size: 14px;
    text-decoration: underline;
    padding: 20px 10px;
}
.footer-section,
.center-box {
    width: 100vw;
}

.cuts-navbar ul li a {
    line-height: 50px !important;
}
.cuts-navbar ul li a.dropdown-item{
    line-height: 40px !important;
}
.page-container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
}

.page-container .center-box {
    position: relative;
    flex: 1;
    background-color: #FFF9F4;
    justify-content: center;
    padding: 115px 10% 50px;
}

.page-container .center-box .center-top-img {
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top: 66px;
    width: 100vw;
    height: 215px;
}

.content-layout {
    position: relative;
    z-index: 2;
}

.content-layout .loaction {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.content-layout .clum-title {
    font-weight: 800;
    font-size: 42px;
    color: #FFFFFF;
    margin: 10px 0 20px 0;
}

.content-layout .left-box {
    padding: 10px 20px;
}

.content-layout .left-box,
.content-layout .right-box {
    background: #FFFFFF;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.content-layout .right-box {
    font-size: 18px;
    color: #666666;
    padding: 16px;
}

.content-layout .right-box .content {
    border: 3px solid #F2BFBF;
    padding: 60px 60px 45px 60px;
    position: relative;
    min-height: 600px;
}

.content-layout .right-box .content-top {
    min-height: 550px;
}

.content-layout .right-box .book-content {
    padding: 50px 60px 20px 60px;
}

.right-box .content .content-icon {
    position: absolute;

    width: 100px;
    height: 100px;
}

.content .t-l {
    top: 12px;
    left: 12px;
}

.content .t-r {
    right: 12px;
    top: 12px;
    transform: scaleY(1) rotate(90deg);

}

.content .b-l {
    bottom: 12px;
    left: 12px;
    transform: scaleY(1) rotate(-90deg);
}

.content .b-r {
    bottom: 12px;
    right: 12px;
    transform: scaleY(-1) rotate(90deg);
}

.content-layout .left-box ul li {
    font-size: 20px;
    color: #666666;

}

.content-layout .left-box ul li.col-box {
    cursor: pointer;
    padding: 12px 10px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-layout .left-box ul li.col-box:last-child {
    border-bottom: none;
}

.content-layout .left-box ul li.col-box.active {
    color: #AC1618;
    font-weight: bold;
}

.content-layout .left-box ul li.col-box .arrow-right {
    display: none;
}

.content-layout .left-box ul li.col-box.active .arrow-right {
    display: inline-block;
}
.Attachment-download{
    display: flex;
    align-items: center;
    text-indent: 2em;
    color: #CC0001;
    font-size: 1rem;
    padding-bottom: 4rem;
    flex-wrap: wrap;
}
.Attachment-download img{
    width: 1.6rem;
}
.Attachment-download a{
    text-indent: 0;
    text-decoration: underline;
    color: #CC0001;
    padding-right: 0.5rem;
}
@media (max-width: 600px) {
.Attachment-download {
    font-size: 0.6rem;
    }
.Attachment-download img {
    width: 1rem;
}
}
