body {
    background: url(../images/home/bg_body.jpg) repeat;
}

.scroll-page {
    height: 100vh;
    scroll-snap-align: start;
    display: flex;
}

.main .section-news {
    min-height: 500px;
    background: url(../images/home/bg_tintuc_back.png) no-repeat top center;
}

.main .txt-desc-vn {
    color: #fff;
    font-size: 16px;
}

.main .txt-desc-en {
    color: #d3bc7f;
    font-size: 15px;
}

.main .section-story {
    background: url(../images/home/bg_story_back.jpg) no-repeat top center;
}

.main .section-story .section-story-header {
    text-align: center;
    padding: 45px 0 25px;
}

.main .section-story .line-story {
    min-height: 420px;
    overflow: hidden;
    text-align: center;
}

.main .section-story .section-story-container .box-story-vn {
    margin-bottom: 15px;
}

.main .section-story .section-story-container .line-story-img {
    margin: 10px 0;
}

.main .section-char {
    min-height: 500px;
    background: url(../images/home/bg_citychar_back.jpg) no-repeat top center;
    padding: 30px 0;
}

.main .section-char .section-char-list-header {
    text-align: center;
    padding: 1px 0 10px;
}

.main .section-char .section-char-container ul.char-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main .section-char .section-char-container ul.char-list li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    width: 150px;
    height: 120px;
    cursor: pointer;
    margin-bottom: 5px;
}

.main .section-char .section-char-container ul.char-list li.active {
    padding-bottom: 22px;
    background: url(../images/home/icon_nhan_vat_pich.png) no-repeat bottom;
}

.main .section-char .section-char-container ul.char-list li div {
    background: none;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.main .section-char .section-char-container ul.char-list li.active div {
    border: 3px solid #d3bc7f;
    padding-top: 7px;
}

.main .section-char .section-char-container ul.char-list li p {
    color: #a132a6;
    margin: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.main .section-char .char-desc {
    display: none;
}

.main .section-char .char-desc.active {
    display: initial;
}

.main .section-char .section-char-container .slide-char .carousel-control-prev {
    left: -50px;
    width: 50px;
}

.main .section-char .section-char-container .slide-char .carousel-control-next {
    right: -50px;
    width: 50px;
}

.main .section-char .section-char-left {
    width: 60%;
}

.main .section-char .section-char-right {
    margin-left: 50px;
}

.main .section-char .section-char-header {
    color: #d3bc7f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.main .section-char .section-char-left p {
    margin-bottom: 10px;
}

.main .section-char .section-char-desc-vn {
    line-height: 24px;
    margin-bottom: 15px;
}

.main .section-video {
    min-height: 620px;
    padding-top: 50px;
    background: url(../images/home/bg_trailer_back.jpg) no-repeat top center;
    text-align: center;
}

.main .section-video .section-video-header {
    margin: 25px 0 10px;
}


.banner {
    display: none;
    position: fixed;
    flex-direction: column;
    top: 16px;
    width: 150px;
}

.banner a {
    width: 100%;
    flex: 1;
}

.banner img {
    width: 100%;
    max-width: 150px;
}

@media (min-width: 1366px) { 
    .banner {
        display: flex;
    }
}

@media (max-width: 1920px) { 
    .banner_left {
        left: calc(50% - 800px);
    }

    .banner_right {
        right: calc(50% - 800px);
    }
}

@media (max-width: 1600px) { 
    .banner {
        width: 120px;
    }

    .banner_left {
        left: calc(50% - 720px);
    }

    .banner_right {
        right: calc(50% - 720px);
    }
}

@media (max-width: 1450px) { 
    .banner {
        width: 100px;
    }

    .banner_left {
        left: calc(50% - 680px);
    }

    .banner_right {
        right: calc(50% - 680px);
    }
}