/*==================== GOOGLE FONTS ====================*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600&display=swap');

/*==================== BASE ====================*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    background-color: #232323;
    color: hsl(255, 8%, 45%);
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#body , .menu-left {
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

ol, ul, .h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    color: hsl(255, 8%, 15%);
    font-weight: 600;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}


#section-02 {
    height: 820px;
    background: url('../images/bg-02.jpg') top center no-repeat;
    background-size: 100%;
}

footer {
    height: 162px;
    background: url('../images/footer.jpg') top center no-repeat;
    background-size: 100%;
}

/* menu-left-content */

.menu-left-content {
    position: fixed;
    width: 105px;
    text-transform: uppercase;
    z-index: 200;
    top: 50px;
    left: 18px;
    /* left: -891px; */
}

.menu-left-content>div a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-left-content a {
    color: #ffea57;
}

.menu-left .trang-chu-number {
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #ffea57;
    border: 3px solid #ffea57;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    margin: 10px 0;
    background: #013601;
}

.menu-left .active {
    background-color: #258f14;
}

.menu-left .trang-chu-number span {
    font-size: 22px;
}

.menu-left-content .number-content {
    margin-bottom: 20px;
    text-align: center;
}

.menu-left-content .separator {
    position: absolute;
    height: 23px;
    width: 1px;
    bottom: -5px;
    left: 50%;
    transform: translateY(33%);
    border-right: 1px solid #ffea57;
}

.menu-left .icon-top {
    background-image: url(../images/icon-menuleft-top.png);
    background-size: cover;
    width: 17px;
    height: 80px;
    position: fixed;
    top: -33px;
    left: 61px;
    z-index: 200;
}

.menu-left .icon-bottom {
    background-image: url(../images/icon-menuleft-bottom.png);
    background-size: cover;
    width: 26px;
    height: 139px;
    position: fixed;
    left: 58px;
    bottom: -48px;
    z-index: 200;
}

.left-nav {
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}


.left-nav {
    background: url("../images/bg-left-menu.jpg") no-repeat top left;
    height: 980px;
    position: fixed;
    opacity: 0.89;
    width: 139px;
    z-index: 1;
}

.left-nav>li {
    width: 80%;
    margin: 0 auto;
}

.left-nav li {
    list-style-type: none;
    text-align: center;
    padding-top: 26px;
    position: relative;
}

.left-nav li:first-child {
    padding-top: 89px;
}

.left-nav li:last-child {
    padding-top: 26px;
}

.left-nav li a {
    width: 52px;
    display: block;
    height: 52px;
    overflow: hidden;
    left: 50%;
    transform: translatex(-46%);
    position: relative;
    margin-bottom: 3px;
}

.left-nav li a img {
    position: relative;
}

.left-nav li a:hover img {
    top: -52px;
}

.nav-text {
    color: #ffea57;
    font-weight: bold;
}

.active {
    top: -52px !important;
}


/*==================== SECTION-01 ====================*/
#section-01 {
    height: 980px;
    background: url('../images/bg-01-2.jpg') top center no-repeat;
    background-size: 100%;
}

#section-01 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 597px;
}

#section-01 .top-content {
    display: flex;
    justify-content: center;
    padding-top: 136px;
}


#section-01 .top-content .left {
    margin-right: 32px;
}

#section-01 .top-content .left .logo {
    display: block;
    width: 245px;
    height: 209px;
    background: url('../images/logo.png') top center no-repeat;
}

#section-01 .top-content .left .navbar {
    width: 271px;
    height: 35px;
    background: url(../images/bg-narbar.png) top center no-repeat;
    display: flex;
    justify-content: space-around;
    padding-top: 7px;
    padding-right: 16px;
}

#section-01 .top-content .left .navbar a {
    display: inline-block;
    color: #fff;
}

#section-01 .top-content .left .navbar a:hover {
    display: inline-block;
    color: #ffcb00;
}

#section-01 .top-content .right {
    padding-top: 156px;
}

#section-01 .top-content .right .btn-play-video {
    display: block;
    width: 93px;
    height: 93px;
    background: url(../images/btn-play.png) top center no-repeat;
}

#section-01 .bottom-content {
    padding-top: 16px;
}

#section-01 .bottom-content .banner {
    width: 672px;
    height: 185px;
    background: url(../images/banner.png) top center no-repeat;
    margin-bottom: 20px;
}

#section-01 .bottom-content .cta-narbar {
    width: 620px;
    height: 130px;
    background: url(../images/bg-cta.png) top center no-repeat;
    display: flex;
    padding: 6px 37px 18px 82px;
}

#section-01 .bottom-content .cta-narbar a {
    margin-right: 5px;
}

#section-01 .bottom-content .cta-narbar .btn-now-dl {
    display: block;
    width: 140px;
    height: 118px;
    background: url(../images/btn-cta.png) top left no-repeat;
}

#section-01 .bottom-content .cta-narbar .btn-mini-dl {
    display: block;
    width: 140px;
    height: 118px;
    background: url(../images/btn-cta.png) top right no-repeat;
}

#section-01 .bottom-content .cta-narbar .btn-full-dl {
    display: block;
    width: 140px;
    height: 118px;
    background: url(../images/btn-cta.png) top center no-repeat;
}

#section-01 .bottom-content .cta-narbar .btn-now-dl:hover {
    background: url(../images/btn-cta.png) bottom left no-repeat;
}

#section-01 .bottom-content .cta-narbar .btn-mini-dl:hover {
    background: url(../images/btn-cta.png) bottom right no-repeat;
}

#section-01 .bottom-content .cta-narbar .btn-full-dl:hover {
    background: url(../images/btn-cta.png) bottom center no-repeat;
}

/*==================== SECTION-02 ====================*/
#section-02 .content {
    display: flex;
    justify-content: center;
    padding-top: 150px;
    padding-left: 185px;
    flex-direction: row;
    gap: 40px;
}

#section-02 .content .item {
    width: 569px;
    height: 75px;
    background: url(../images/bg-content-02.png) top right no-repeat;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

#section-02 .content .item.event {
    margin: 15px 0 15px 54px;
}

#section-02 .content .item .number {
    border: solid 3px #ffea57;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 33px;
    margin: 10px 14px;
    font-size: 22px;
    background-color: #ffea57;
    color: #154334;
    font-weight: bold;
    text-align: center;
}

#section-02 .content .item .text {
    color: #ffea57;
    font-weight: bold;
    font-size: 16px;
    max-width: 458px;
}

/*==================== SECTION-03 ====================*/
#section-03 {
    height: 799px;
    background: url('../images/bg-03.jpg') top center no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    padding-left: 74px;
    padding-top: 211px;
}

#section-03 .content {
    display: flex;
    padding-left: 140px;
    width: 1457px;
    height: 502px;
    background: url(../images/bg-content-03.png) top center no-repeat;
    flex-direction: column;
    gap: 195px;
    line-height: 25px;
    color: #0f254f;
    font-weight: bold;
    font-size: 16px;
}

#section-03 .content .dot {
    border: solid 3px #0f254f;
    height: 7px;
    width: 7px;
    background-color: #0f254f;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 1px;
}

#section-03 .content .row-01 {
    display: flex;
}

#section-03 .content .row-01>div:nth-child(1) {
    margin-top: 78px;
    margin-right: 217px;
}

#section-03 .content .row-01>div:nth-child(2) {
    margin-top: 94px;
    margin-right: 265px;
}

#section-03 .content .row-01>div:nth-child(3) {
    margin-top: 66px;
}

#section-03 .content .row-02 {
    display: flex;
}

#section-03 .content .row-02>div:nth-child(1) {
    margin-right: 248px;
}

#section-03 .content .row-02>div:nth-child(2) {
    margin-top: -11px;
    margin-right: 341px;
}

#section-03 .content .row-02>div:nth-child(3) {
    margin-top: -35px;
}

/*==================== SECTION-04 ====================*/
#section-04 {
    height: 724px;
    background: url('../images/bg-04.jpg') top center no-repeat;
    background-size: 100%;
}

#section-04 .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 600px;
}

#section-04 .content li {
    border: solid 2px rgba(0, 0, 0, 0.3);
    margin: 10px 0;
    width: 1065px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #463f1b;
    background-color: rgba(238, 230, 180, 0.6);
    display: flex;

}

#section-04 .content li span {
    border: solid 3px #463f1b;
    height: 7px;
    width: 7px;
    background-color: #463f1b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
}

/*==================== SECTION-05 ====================*/
#section-05 {
    height: 895px;
    background: url('../images/bg-05.jpg') top center no-repeat;
    background-size: 100%;
}

/*==================== SECTION-06 ====================*/
#section-06 {
    height: 556px;
    background: url('../images/bg-06.jpg') top center no-repeat;
    background-size: 100%;
}

#section-06 .content {
    display: flex;
    padding-top: 294px;
    padding-left: 280px;
}

#section-06 .content .number-dl {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 93px;
    width: 100px;
    text-align: center;
}

#section-06 .content .list-btn-dl {
    margin-top: -69px;
}

#section-06 .content .list-btn-dl .btn-full-dl {
    display: block;
    width: 213px;
    height: 85px;
    background: url('../images/btn-dl-06.png') top center no-repeat;
}

#section-06 .content .list-btn-dl .btn-mini-dl {
    display: block;
    width: 213px;
    height: 85px;
    background: url('../images/btn-dl-06.png') bottom center no-repeat;
}

/*==================== SECTION-07 ====================*/
#section-07 {
    height: 519px;
    background: url('../images/bg-07.jpg') top center no-repeat;
    background-size: 100%;
}

#section-07 .content {
    display: flex;
    padding-top: 222px;
    padding-left: 334px;
}
#section-07 .content a {
    display: block;
    width: 443px;
    height: 185px;
    margin-right: 35px;
}

#section-07 .content a.call {
    background: url('../images/btn-support.png') left no-repeat;
}

#section-07 .content a.call:hover {
    background: url('../images/btn-support.png') left no-repeat;
    filter: saturate(3);
}

#section-07 .content a.fanpage {
    background: url('../images/btn-support.png') center no-repeat;
}
#section-07 .content a.fanpage:hover {
    background: url('../images/btn-support.png') center no-repeat;
    filter: saturate(3);
}

#section-07 .content a.group {
    background: url('../images/btn-support.png') right no-repeat;
}
#section-07 .content a.group:hover{
    background: url('../images/btn-support.png') right no-repeat;
    filter: saturate(3);
}