.banner-container {
    background-image: url("../Images/bg.jpg");
    background-attachment: fixed; 
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #1c1c1c7a;
    text-align: center;
    padding: 180px;
}

.banner-container h1 {
    color: #fff;
}

@media(max-width: 768px) {
    .banner-container {
        padding: 60px 25px;
    }
}

.tabs {
    width: 1000px;
    margin: 50px auto;
}

.tabs>input {
    display: none;
}

.tabs>label {
    display: block;
    float: left;
    color: #4a4c70;
    padding: 5px 5px;
    margin-right: 3px;
    margin-left: 6px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 19.5px;
    font-weight: 600;
}

.tabs> label:hover,
.tabs>input:checked + label {
    color: #f9ab00;
    border-bottom: 3px solid #f9ab00;
}

.tab {
    clear: both;
    perspective: 600px;
}

.tab>div {
    width: 1000px;
    position: absolute;
    -webkit-box-shadow: 0 10px 20px rgb(209, 205, 205);
    background-color: #fae2b2;
    border-radius: 8px;
    padding: 30px 30px;
    line-height: 1.4em;
    opacity: 0;
    transform: rotateX(-20deg);
    transform-origin: top center;
    transition: opacity 0.3s, transform 1s;
    z-index: 0;
}

.tab>div span {
    font-size: 23px;
    color: #4a4c70;
    font-weight: 700;
    padding-bottom: 3px;
    border-bottom: 3px solid #4a4c70;
}

.tab>div ul {
    margin-top: 15px;
}

.tab>div ul li {
    font-size: 19px;
    list-style-type: square;
    list-style-position: outside;
    margin-left: 1em;
    margin-right: 0;
}

#tab-nav-1:checked ~ .tab > div:nth-of-type(1),
#tab-nav-2:checked ~ .tab > div:nth-of-type(2),
#tab-nav-3:checked ~ .tab > div:nth-of-type(3),
#tab-nav-4:checked ~ .tab > div:nth-of-type(4),
#tab-nav-5:checked ~ .tab > div:nth-of-type(5),
#tab-nav-6:checked ~ .tab > div:nth-of-type(6) {
    transform: rotateX(0);
    opacity: 1;
    z-index: 1;
}

@media(max-width: 992px) {
    .tabs {
        width: 400px;
    }
    .tabs>label {
        display: none;
    }
    .tab>div {
        width: 400px;
        border: 0;
        opacity: 1;
        position: relative;
        transform: none;
        margin-bottom: 60px;
    }
    .tab > div span {
        border-bottom: 2px solid #4a4c70;
        padding-bottom: 0.2em;
    }
}

#thon {
    margin-top: 300px;
    padding: 0;
}

@media(max-width: 768px) {
    #thon {
        margin-top: 0;
    }
}

p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

p strong {
    font-size: 18px;
    margin-bottom: 0px;
}
