.page1{
    height: 100vh;
    background: url(/frontend/images/home/bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    display: block !important;
}
.page1:before{
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    background: url(/frontend/images/home/may.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nam-nu{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
    pointer-events: none;
    max-width: 135%;
}
.btn-play{
    position: absolute;
    display: block;
    width: 111px;
    height: 115px;
    top: 30%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.btn-play img{
    -webkit-animation: zoominoutsinglefeatured 0.5s infinite;
    animation: zoominoutsinglefeatured 0.5s infinite;
}

@-webkit-keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}
.slogan{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 0);
    pointer-events: none;
    max-width: 90%;
}
.box-download{
    padding: 7px;
    position: absolute;
    bottom: 25%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, 0);
    background: url(/frontend/images/home/bg-download.png) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
}
.box-download-mb{
    max-width: 135px;
}
.page2ton{
    background: url(/frontend/images/home/bg-bot.png) no-repeat center top;
}
.page2{
    padding: 100px 0 0px;
}
.news-slider{
    width: 1140px;
    height: 765px;
    margin: 0 auto;
    background: url(/frontend/images/home/bg2-content1.png) no-repeat center center;
    padding: 75px 45px 320px;
}
.st__tintuc-title{
    border-bottom: 2px solid #005591;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.st__tintuc-title a{
    color: #193d78;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 5px;
    padding: 5px 15px;
    margin-right: 15px;
}
.st__tintuc-title-active,.st__tintuc-title a:hover{
    color: white!important;
    background: #183466!important;
    text-decoration: none;
}
.st__tintuc-blog{
    height: 280px;
    overflow: auto;
}
.st__tintuc-blog::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.st__tintuc-blog::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

.st__tintuc-blog::-webkit-scrollbar-thumb
{
    background-color: #005591;
}
.st__tintuc-blog p{
    border-bottom: 1px solid #92b5d6;
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.st__tintuc-blog p a{
    color: #005591!important;
    font-weight: bold;
    font-size: 13px;
}
.read-more{
    color: #005591!important;
    font-weight: bold;
}
.list-slider{
    width: 1140px;
    padding: 0 0 50px;
    margin: 0 auto;
}
.list-slider .row{
    margin: 0 0;
}
.list-slider__dots{
    height: 875px;
    background: url(/frontend/images/home/bg-dot.png) no-repeat left top;
}
.dots-content{
    width: 168px;
    height: 657px;
}
.dot3{
    margin-right: -45px;
}
.dot1,.dot5{
    margin-right: 100px;
}
.dots-content a{
    width: 101px;
    height: 101px;
}
.dots-content a.active,.dots-content a:hover{
    background-position-x: 100px;
}
.list-slider__content{
    width: 100%;
    height: 875px;
    position: relative;
}
.lstab-content-container{
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.lstab{
    width: 100%;
    height: 590px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lstab-content{
    margin-top: 20px;
    padding: 20px 0;
    width: 100%;
    border: 6px solid #3e8da6;
    border-radius: 19px;
}
.lstab-slider{
    padding: 30px 0;
}
.lstab-slider-prev,.lstab-slider-next{
    width: 46px;
    height: 42px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.lstab-slider-prev:hover,.lstab-slider-next:hover{
    -webkit-filter: brightness(150%);
}
.lstab-slider-prev{
    background: url("/frontend/images/home/canh-back.png");
    left: 35%;
}
.lstab-slider-next{
    background: url("/frontend/images/home/canh-next.png");
    right: 35%;
}
.lstab-desc__content{
    border: 3px solid #3e8da6;
    border-radius: 19px;
    height: 100%;
}
.lsbtab-desc__cotntent-text{
    color: #0f4975;
}
.list-slider__content-title-bot{
    max-width: 90%;
}
@media only screen and (max-width: 767px) {
    .slogan{
        bottom: 5%;
    }
    .news-slider{
        width: 100%;
        background: transparent;
        height: auto;
        padding: 15px 15px;
        overflow: hidden;
    }
    .st__tintuc-blog{
        height: 250px;
    }
    .news{
        margin-bottom: 15px;
    }
    .list-slider{
        width: 100%;
        margin-top: 20px;
        padding: 15px;
    }
    .lstab{
        height: auto;
    }
    .list-slider__content-title-top{
        display: none;
    }
    .list-slider__dots{
        height: auto;
        background: transparent;
    }
    .dots-content{
        width: 100%;
        flex-direction: row!important;
        height: auto;
    }
    .dots-content a{
        display: inline-block;
    }
    .dots-content_item{
        margin: 0;
    }
}
@media only screen and (max-width: 580px) {
    .dots-content a{
        width: 75px;
        height: 75px;
        background-size: cover;
    }
    .dots-content a.active, .dots-content a:hover {
        background-position-x: 75px;
    }
    .list-slider__content{
        height: 735px;
    }
}
@media only screen and (max-width: 414px) {
    .dots-content a{
        width: 55px;
        height: 55px;
        background-size: cover;
    }
    .dots-content a.active, .dots-content a:hover {
        background-position-x: 55px;
    }
    .footer__content .text-format{
        font-size: 12px;
    }
    .page2{
        padding-top: 30px;
    }
    .lstab-slider-next{
        right: 30%;
    }
    .lstab-slider-prev{
        left: 30%;
    }
}