body {
    font-size: 16px;
    line-height: 1.42857143;
    color: #281600;
    background-color: #fff;
    font-weight: 300;
    
}
body::-webkit-scrollbar{ 
    width:0px;
    display: none;
}

body {
    font-family: 'Noto Sans TC', sans-serif;
}
a{
    color: #fff;;
}
a:hover{
    text-decoration: none;
}

.section {
    position: relative;
    -ms-overflow-style: none;
}
.container {
    position: relative;
    text-align: center;
    padding-bottom: 3%;
}

.container img {
    max-width: 100%;
    height: auto;
}


/* 導覽列 */
.navbar{
    background: rgba(255,255,255,1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}
.navbar-brand{
    text-align: center;
}
.navbar-collapse {
    position: relative;
}


.navbar-collapse:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background:#999;
}
.navbar-nav{
    padding-top: 20px;;
}
.navbar-nav li{
    font-size: 18px;
    line-height: 40px;;
    text-align: center;
}
.navbar-nav li a{
    color: #aaa;
}
.navbar-nav li a:hover{
    color: #fff;
}

.navbar .navbar-brand {
    position: relative;
    height: 60px;
    width: 150px;
    padding: 0;
    line-height: inherit;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../images/logo.png') no-repeat;
    background-position: center center;
    background-size: contain;
    }

.social_wrapper{
    margin: 0 auto;
}
.social_wrapper a {
    color: #aaa;
    margin: 0 16px;
}
.social_wrapper a:hover {
    color: #000;
}
.social_wrapper span{
    text-align: right;
    display: inline-block;
    width: 60px;
    height: 60px;
    transform:translate(0px,6px) scale(0.8) ;
    overflow: hidden;
}
.social_wrapper span:hover{
    background-position: 0px -60px;
}
.social_btn_1{
    background-image:url('../images/social_1.png');
}
.social_btn_2{
    background-image:url('../images/social_2.png');
}
.social_btn_3{
    background-image:url('../images/social_3.png');
}
.social_btn_4{
    background-image:url('../images/social_4.png');
}
.social_btn_5{
    background-image:url('../images/social_5.png');
}

/* logo */

.logo {
    position: relative;
    left: 0rem;
    top: 4rem;
    z-index: 1;
}
.logo img {
    position: absolute;
    left: 10%;
    top: 4%;
}

/* 背景 BG */

.bg{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);   
    display: block;
    bottom: 0px;;
    min-height: 100%;
}
.section-1 .bg img.light1{
    animation: bglight 2.5s ease-in-out infinite;
}


.section .bg{
    background-color: #000;
}

@keyframes bglight{
    0%{
        opacity: 0;
}
    50%{
        opacity: 1;
}
    100%{
        opacity: 0;
    }
}
.nav_wrapper{
    position: fixed;
    z-index: 100;
}


/* 側欄選單 */
.side_nav{
    position: fixed;
    right: 40px;
    top: 50%;
    width: 225px;
    transform: translateY(-50%);
    list-style: none;
    color: #FFF;
    z-index: 99;
}

/* .side_nav::before{
    content: '';
    position: absolute;
    left: 0px;
    top: -5%;
    width: 120%;
    height: 110%;
    background: url('../images/side_bg.png') no-repeat center center;
    z-index: -1;
} */


.side_nav li{
    color: #fff;
    font-size: 22px;;
    line-height: 38px;
    vertical-align: middle;
    text-align: right;
    text-shadow: 0 0 3px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1);
    z-index: 1;
    margin-bottom: 8px;
}

/* .side_nav li::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 36px;
    right: -15%;
    z-index: 2;
    opacity: 0;
    transform: translate(0,3px);
    transition: 1.2s all;
    -webkit-filter:blur(3px);  
    background-image: url(../images/side_on.png);
} */

/* .side_nav li:hover::before{
    
    opacity: 1;
    transition: .3s all;
    -webkit-filter:blur(0px);
} */


/* 選定狀態(JS控制加入active 樣式) */
/* .side_nav .active li:hover{
    color: #4fb000;
} */
.side_nav .active li:before{
    left: 0%;
    opacity: 1;
    transition: 0.3s all;
    -webkit-filter:blur(0px);
}
/* .side_nav a:nth-of-type(1).active li::before{
    background-image: url(../images/side_1_h.png);
}
.side_nav a:nth-of-type(2).active li::before{
    background-image: url(../images/side_2_h.png);
}
.side_nav a:nth-of-type(3).active li::before{
    background-image: url(../images/side_3_h.png);
}
.side_nav a:nth-of-type(4).active li::before{
    background-image: url(../images/side_4_h.png);
}
.side_nav a:nth-of-type(5).active li::before{
    background-image: url(../images/side_5_h.png);
} */
.closeSide a{
    background: url("../images/side_arrow_right.png") center top no-repeat;
    width: 38px;
    height: 57px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
}
.hide2{
    right: -226px;
    transition: 1s ease-in-out;
}
.hide3{
    transform: rotate(180deg);
    transition: 0.5s;
}

/* download */
.iconBox{
    position: relative;
}
.iconBox .btns{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-55%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconBox .btns a {
    display: inline-block;
    color: #767676;
    font-weight: bolder;
    line-height: 90px;
    margin-top: 20px;
    height: 50%;
    display: flex;
    align-items: center;
}
.iconBox .btns a:nth-child(1) {
    width: 25%;
    background:url('../images/kv_btn_1.png')no-repeat center;
    text-indent: -99999px;
    background-size: auto 70%;
}
.iconBox .btns a:nth-child(1):hover {
    background:url('../images/kv_btn_1_on.png')no-repeat center;
    background-size: auto 70%;
}
.iconBox .btns a:nth-child(2) {
    width: 10%;
    background:url('../images/kv_btn_2.png')no-repeat center;
    text-indent: -99999px;
    background-size: auto 70%;
}
.iconBox .btns a:nth-child(2):hover {
    background:url('../images/kv_btn_2_on.png')no-repeat center;
    background-size: auto 70%;
}
.iconBox .btns a:nth-child(3) {
    width: 25%;
    background:url('../images/kv_btn_3.png')no-repeat center;
    text-indent: -99999px;
    background-size: auto 70%;
}
.iconBox .btns a:nth-child(3):hover {
    background:url('../images/kv_btn_3_on.png')no-repeat center;
    background-size: auto 70%;
}
.iconBox .btns a:hover {
    color: #281600;
    font-weight: 700;
}


/* 段落 section */
.section .row{
    /* padding: 0px 15px; */
}
.section p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 1.5px;
    padding: 15px 0px;
    margin: 0px;
}
.section-1 {
    min-height: 100vh;
}

.canvas{
    height: 100%;
    position: absolute;
    z-index: 9999;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.section-1 .container .row:nth-of-type(1){
    padding-top: 370px;
    animation-delay: 0.3s;
}
.section-1 .container .row:nth-of-type(2){
    /* padding-top: 30px; */
    animation-delay: 0.6s;
    position: relative;
}
.section-1 .container .row:nth-of-type(2) .col-12{
    transform: translateY(-35px);
}

.section-1 .container .row:nth-of-type(3){
    pointer-events:none;
    padding-top: 0px;
    animation-delay: 0.9s;
}
.section-1 .container .row:nth-of-type(3) .col-12{
    transform: translateY(-30px);
}
.section-1 .container .row:nth-of-type(4){
    bottom: 0px;
    animation-delay: 1.2s;
}

.section-1 .container .row:nth-of-type(5){
    padding-top: 70px;
}

.swing{
    position: relative;
    /* left: -18%; */
    animation: scroll 2s infinite 1.3s;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255,255, 255, 1));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1))
}
@keyframes scroll{
    0%{
        transform: translate(0%,-20px);
    }
    50%{
        transform: translate(0%,0);
    }
    100%{
        transform: translate(0%,-20px);
    }
}
.section-1 .particles{
    position: absolute;
    top: 0px;
    pointer-events: none;
}
.gotop {
    width: 100%;
    max-width: 70px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
}
.goTopBtn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.gotop:hover {
    bottom: 50px;
    -webkit-filter: brightness(130%);
        filter: brightness(130%);
    animation: backtop 2s infinite;
}
@keyframes backtop{
    0%{
        transform: translate(0%,-20px);
    }
    50%{
        transform: translate(0%,0);
    }
    100%{
        transform: translate(0%,-20px);
    }
}
#space {
    pointer-events:none;
    position: absolute;
    top: 0;
    left: 0;
}

.section-2 {
    height: 100%;
}
.section-2 .bg {
    background:url('../images/section1_bg.jpg')no-repeat;
    background-position-x: 30%;
}

.section-2 .container .row:nth-of-type(1){
    padding-top: 90px;
}
.section-2 .container .row:nth-of-type(2){
    padding-top: 60px;
}
.section-2 .container .row:nth-of-type(2) P{
    margin-left: 8.333333%;
}
.section-2 .container .row:nth-of-type(3){
    padding-top: 50px;
}
.section-2 .container .row:nth-of-type(4){
    margin-top: 50px;
}


.section-3 {
    height: initial;
    position: relative;
}
.section-3 .bg {
    background:url('../images/section2_bg.jpg')no-repeat;
    background-size: cover;
}
.section-6 .bg .light2{
    animation: bg3light 3s ease-in-out infinite;
}

.section-3 .container .wrap{
    display:flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
}

.section-3 .container .wrap img {
    margin-bottom: 20px;
}

@keyframes bg3light {
    0%{
        opacity: 0;
}
    50%{
        opacity: 0.5;
}
    100%{
        opacity: 0;
    }
}
.nav_wrapper{
    position: fixed;
    z-index: 100;
}
.section-3 .container .row:nth-of-type(1){
    padding-top: 90px;
    position: relative;
    z-index: 2;
}
.section-3 .container .row:nth-of-type(2){
    padding: 40px 0 60px 0;
    position: relative;
    z-index: 2;
}
.section-3 .container{
    position:static;
}



.section-4{
    overflow: hidden;
}
.section-4 .bg {
    background:url('../images/section3_bg.jpg')no-repeat bottom;
    background-size: cover;
}
.section-4 .container .row:nth-of-type(1){
    padding-top: 90px;
}
.section-4 .container .row:nth-of-type(2){
    padding: 40px 0 20px 0;
}
.section-4 .container .row:nth-of-type(2) div{
    margin-bottom:40px ;
}
.section-4 .container .row div:nth-of-type(even){
    transform: translateY(60px);
}
.section-4 .container .row div:nth-of-type(3),
.section-4 .container .row div:nth-of-type(4){
    /* text-align: left; */
}



.section-5 .bg {
    background:url('../images/section4_bg.jpg')no-repeat;
    background-size: cover;
    background-position: center;
}

.section-5 .tab_container .tab_content .note{
    font-size: 16px;
    color: #fff9;
}
.section-5 .tab_container #tabB5 p{
    padding: 5px;
}

.section-5 .container .wrap{
    display:flex;
    justify-content:space-evenly;
    margin-bottom: 70px;
    gap:10px;
}
.section-5 .container .wrap img{
    width: 100%;
}

.section-5 .container .row:nth-of-type(1){
    padding-top: 90px;
}
.section-5 .container .row:nth-of-type(2){
    padding: 40px 0 40px 0;
}


/*
.section-6 .bg {
    background:url('../images/section5_bg.jpg')no-repeat bottom;
    background-size: cover;
}
.section-6 .container .row:nth-of-type(1){
    padding-top: 45px;
}
.section-6 .container .row:nth-of-type(2){
    padding-top: 60px;
    padding-bottom: 50px;
}
.section-6 .carousel-control-next, .carousel-control-prev{
    opacity: 1;
    top: 70px;
    background: #ffffff00;
    height: 100%;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
    transform: scale(0.8);
    transition: 0.4s;
}*/

.section-7{
    /* min-height: 800px; */
    overflow: hidden;
}
.section-7 .bg {
    background:url('../images/section6_bg.jpg')no-repeat bottom;
}
.section-7 .container .row:nth-of-type(1){
    padding-top: 45px;
}
.section-7 .container .row:nth-of-type(2){
    padding-top: 60px;
    padding-bottom: 50px;
}
.section-7 .container .row:nth-of-type(2) div:nth-child(1){
    position: relative;
    transform: scale(1.2);
    z-index: 2;
}
.section-7 .container .row:nth-of-type(2) div:nth-child(2){
    position: relative;
    transform: translateX(-5%) scale(1.2);
}
.section-7 .tab_container #tabC2 div:nth-of-type(2){
    margin-top: 50px;
    transition: .3s all;
}
.section-7 .tab_container #tabC2 div:nth-of-type(2):hover{
    transition: .3s all;
    filter: brightness(130%);
}
.section-6{
    overflow: hidden;
}
.section-6 .bg {
    background:url('../images/section5_bg.jpg')no-repeat bottom;
}
.section-6 .container .row{
    position: relative;    
    z-index: 3;
}
.section-6 .container::after{
    content: '';
    background:url('../images/chart_2.png')no-repeat;
    background-size: contain;
    position: absolute;
    width: 900px;
    height: 1024px;
    top: -15%;
    left: -51%;
}

/* 頁籤  tab*/

.mango_tab {
    width: 100%;
}
.mango_tab .tabs {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.mango_tab .tabs li {
    position: relative;
    display: inline-block;
    width: 186px;
    height: 60px;
    /* margin: 10px -4px; */
}
.mango_tab .tabs li a {
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    color: #888;
    text-shadow: 0 0 5px rgba(0,0,0,1),0 0 5px rgba(0,0,0,1);
    transition: 0.3s all;
}
.section-4 .mango_tab .tabs li a::before{
    content: '';
    position: absolute;
    left:0px;
    height: 60px;
    width: 100%;
    
    background-size:auto 100%;
    opacity: 0;
}
.section-4 .mango_tab .tabs li:nth-of-type(1) a::before{
    background: url('../images/s3_tab1_on.png') no-repeat center;
    background-size: contain;
}
.section-4 .mango_tab .tabs li:nth-of-type(2) a::before{
    background: url('../images/s3_tab2_on.png') no-repeat center;
    background-size: contain;
}
.section-4 .mango_tab .tabs li:nth-of-type(3) a::before{
    background: url('../images/s3_tab3_on.png') no-repeat center;
    background-size: contain;
}
.section-4 .mango_tab .tabs li:nth-of-type(4) a::before{
    background: url('../images/s3_tab4_on.png') no-repeat center;
    background-size: contain;
}
.section-4 .mango_tab .tabs li:nth-of-type(5) a::before{
    background: url('../images/s3_tab5_on.png') no-repeat center;
    background-size: contain;
}


.section-4 .mango_tab .tabs li a:hover::before ,.mango_tab .tabs li.active a::before{
    opacity: 1;
    transition: 0.3s all;

}


.section-5 .mango_tab.mango_tab2 .tab_container {
    width: 100%;
    margin-top: 45px;
}
.section-5 .mango_tab .tabs li a {
    font-size: 24px;
}
.section-5 .mango_tab .tabs li a::before{
    content: '';
    position: absolute;
    left:0px;
    height: 52px;
    width: 190px;
    background-size:auto 100%;
    opacity: 0;
}

.section-5 .mango_tab .tabs li:nth-of-type(1) a::before{
    background: url('../images/s4_tab1_on.png') no-repeat center;
    background-size: contain;
}
.section-5 .mango_tab .tabs li:nth-of-type(2) a::before{
    background: url('../images/s4_tab2_on.png') no-repeat center;
    background-size: contain;
}
.section-5 .mango_tab .tabs li:nth-of-type(3) a::before{
    background: url('../images/s4_tab3_on.png') no-repeat center;
    background-size: contain;
}
.section-5 .mango_tab .tabs li:nth-of-type(4) a::before{
    background: url('../images/s4_tab4_on.png') no-repeat center;
    background-size: contain;
}
.section-5 .mango_tab .tabs li:nth-of-type(5) a::before{
    background: url('../images/s4_tab5_on.png') no-repeat center;
    background-size: contain;
}
.section-5 .mango_tab .tabs li:nth-of-type(6) a::before{
    background: url('../images/s4_tab6_on.png') no-repeat center;
    background-size: contain;
}


.section-6 .container .row:nth-of-type(1){
    padding-top: 80px;
    padding-bottom: 40px;
}
.section-6 .mango_tab.mango_tab2 .tab_container {
    width: 100%;
    margin-top: 45px;
}
.section-6 .mango_tab .tabs li{
    width: 266px;
    height: 77px;
    margin-top: 10px;
}

.section-6 .mango_tab .tabs li:nth-of-type(1) a {
    background: url(../images/s5_tab1.png) no-repeat center;
    background-size: contain;
}

.section-6 .mango_tab .tabs li:nth-of-type(2) a {
    background: url(../images/s5_tab2.png) no-repeat center;
    background-size: contain;
}

.section-6 .mango_tab .tabs li:nth-of-type(3) a {
    background: url(../images/s5_tab3.png) no-repeat center;
    background-size: contain;
}
.section-6 .mango_tab .tabs li a::before{
    content: '';
    position: absolute;
    left:0px;
    height:77px;
    width: 266px;
    background-size:auto 100%;
    opacity: 0;
}
.section-6 .mango_tab .tabs li:nth-of-type(1) a::before{
    background: url('../images/s5_tab1_on.png') no-repeat center;
    background-size: contain;
    width: 100%;
}
.section-6 .mango_tab .tabs li:nth-of-type(2) a::before{
    background: url('../images/s5_tab2_on.png') no-repeat center;
    background-size: contain;
    width: 100%;
}
.section-6 .mango_tab .tabs li:nth-of-type(3) a::before{
    background: url('../images/s5_tab3_on.png') no-repeat center;
    background-size: contain;
    width: 100%;
}
.section-6 .mango_tab .tabs li:nth-of-type(4) a::before{
    background: url('../images/s7_tab4_on.png') no-repeat center;
    background-size: contain;
}

.mango_tab .tabs li a:hover::before ,.mango_tab .tabs li.active a::before{
    opacity: 1;
    transition: 0.3s all;
}


/* footer */
.footer{
    background-color: #000;
}
.footer .container {
    padding-bottom: 0;
}
.footer .container p{
    text-align: left;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    font-weight: 500;
}
.footer .container .row{
    height: 100%;
}
.footer .container p{
    margin: 0px;;
    letter-spacing:0px;
}
.footer .container .row img{
    height: auto;
    padding-right: 5px;
}
.footer .container .row div{
    padding: 15px 15px;
}
.footer .container .row .row{
    margin: 0px;
    height: initial;
}


@media (min-width: 992px){
    /* PC版本把文字選單藏起，只顯示圖示 */
    .navbar-collapse {
        position:absolute;
        top:-60px;
    }
}
@media screen and (max-width:1200px) {
    .section-2 {
        min-height: auto;
    }
    .section3-word::after{
        width: 700px;
        height: 854px;
        top: -8%;
        left: -12%;
    }

}
@media (max-width: 992px){
    .bg img {
        transform: translateX(-33%);
    }

    .social_wrapper{
        display: none;
    }

    .section-1 .container .row:nth-of-type(1){
        padding-top: 700px;
    }
    
    .side_nav{
        width: 100vw;
        height: 80px;
        top: auto;
        bottom: 0px;
        right: unset;
        background-color:rgba(255,255,255,0.8);
        transform: translateY(0);
        box-shadow: 0px -3px 2px rgba(0,0,0,0.3);
        text-align: center;
        display: none;
    }
    .side_nav li{
        position: relative;
        display: inline-block;
        width: 32%;
        font-size: 12px;
        line-height: 33px;
        text-align: center;
    }
    .side_nav li::before{
        background-size: 100% 40px;
        background-position: center;
        height: 40px;
        width: 100%;
        transform: translateX(-7%);
    }
    
    .section p{
        font-size: 14px;
        line-height: 24px;
        font-weight: 100;
        letter-spacing: 0.5px;
    }
    .mango_tab .tabs{
        background: none;
    }
    .mango_tab .tabs li a{
        font-size: 20px;
    }
    .mango_tab .tabs li a::before{
        /* top: -16px; */
    }
    .char{
        display: none;
    }
    .side_nav li img{
        display: none;
    }
    .side_nav a:nth-of-type(1) li:hover::before
    ,.side_nav a:nth-of-type(2) li:hover::before
    ,.side_nav a:nth-of-type(3) li:hover::before
    ,.side_nav a:nth-of-type(4) li:hover::before
    ,.side_nav a:nth-of-type(5) li:hover::before{
        background: none;
    }
    .side_nav li::before{
        display: none;
    }
    
    .side_nav a li:after{white-space:nowrap;}
    .side_nav a:nth-of-type(1) li::after{content: 'TOP';}
    .side_nav a:nth-of-type(2) li::after{content: '等級解放';}
    .side_nav a:nth-of-type(3) li::after{content: '黃金進階核心';}
    .side_nav a:nth-of-type(4) li::after{content: '拼圖優化';}
    .side_nav a:nth-of-type(5) li::after{content: '船艦艾比蓋納號 修羅';}
    .side_nav a:nth-of-type(6) li::after{content: '4周年慶祝活動';}
    
    .section3-word::after{
        width: 630px;
        height: 734px;
        top: -12%;
        left: -14%;
    }

    .section-4 .bg {
        background-position-x: 60%;
    }

    .section-5 .container .wrap {
        flex-wrap: wrap;
    }
    
    .section-7 .container .row:nth-of-type(2) div:nth-child(1){
        transform: translate(-27%,22%) scale(1.8);
    }
    .section-7 .container .row:nth-of-type(2) div:nth-child(2){
        transform: translateX(-5%) scale(1.8);
    }
    .section-8 .container::after{
        content: '';
        width: 804px;
        height: 980px;
        top: -18%;
        left: -61%;
    }
    .footer .container{
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .bg img {
        transform: translateX(-33%);
    }
    .section-1 .container .row:nth-of-type(1){
        padding-top: 500px;
    }

    .section-2 .container {
        padding-bottom: 90px;
    }

    .section-6 .container .row:nth-of-type(1) {
        padding-bottom: 20px;
    }

    .section-6 .mango_tab.mango_tab2 .tab_container {
        margin-top: 20px;
    }
   
    .gotop {
        bottom: 90px;
    }
    .gotop:hover {
        bottom: 80px;
        -webkit-filter: brightness(130%);
            filter: brightness(130%);
        animation: backtop 2s infinite;
    }
    .section-2 .container .row:nth-of-type(2) P{
        margin-left: 0%;
    }
    .section-3 .article{
        bottom: -70px;
    }
    .section-3 .article img{
        width: 100px;
    }
    .section-3 .article p{
        font-size: 14px;
        line-height: 16px;;
    }
    .section3-word::after{
        content: '';
        display: none;
    }
    .mango_tab .tabs li {
        position: relative;
        display: inline-block;
        width: 186px;
        height: 60px;
    }
    .section-4 .mango_tab .tabs li a::before {
        left: 0px;
        height: 45px;
        width: 100%;
    }
    .section-5 .mango_tab .tabs li a {
        font-size: 20px;
    }
    .section-5 .mango_tab .tabs li a::before {
        height: 45px;
        width: 100%;
    }
    .section-7{
        overflow: hidden;
    }
    .section-7 .container .row:nth-of-type(2) div:nth-child(1){
        transform: translate(-0%,0%) scale(1.2);
    }
    .section-7 .container .row:nth-of-type(2) div:nth-child(2){
        transform: translateX(0%) scale(1.4);
    }
    .section-8 .mango_tab.mango_tab2 .tab_container {
        width: 100%;
        margin-top: 0px;
    }
    .section-8 .container::after{
        content: '';
        display: none;
    }
    .section-8 .mango_tab .tabs li{
        padding-left: 0px;
    }
    .section-8 .mango_tab .tabs li a {
        font-size: 20px;
        /* line-height: 45px; */
    }
    .section-8 .mango_tab .tabs li a::before{
        width: 100%;
        top: 0px;
    }

    .footer .container p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .h-100vh{
        height: 100vh;
    }
    .bg img {
        transform: translate(-35%,5%);
    }
    .section-1 .container .row:nth-of-type(2) .col-12 {
        transform: translateY(0px);
    }
    .section-1 .row div{
        padding: 0px;
    }
    .section-1 .container .row:nth-of-type(1){
        padding-top: 420px;
    }
    .section-1 .container .row:nth-of-type(3){
        padding-top: 40px;
    }
    .section .row {
        padding: 0px;
    }
    /* .section-2 {
        min-height: 100vh;
    } */

    .section-2 .container .row:nth-of-type(2){
        padding-top: 30px;
    }
    .section-2 .container .row:nth-of-type(3){
        padding-top: 20px;
    }
    .section-2 .container .row:nth-of-type(4){
        margin-top: 20px;
    }
    .section-2 .bg {
        background-position-x: 80%;
    }

    .section-3 .article p{
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
    }
    .section-3 .container .row:nth-of-type(2){
        /* padding-top: 80px; */
    }
    .section-3 .carousel-inner{
        overflow: hidden;
        padding-bottom: 100px;
    }
    .section-3 .article img{
        width: 70px;
    }

    .section-4 .container .row:nth-of-type(2){
        padding: 40px 15px 60px;
    }
    .section-4 .container .row:nth-of-type(2) div{
        margin-bottom: 0px;
    }
    .section-4 .container .row div:nth-of-type(even){
        transform: unset;
    }
    .section-4 .bg {
        background-position-x: 10%;
    }

    .mango_tab .tabs li {
        margin: 10px 0px;
        height: 30px;
    }
    .mango_tab .tabs li a {
        font-size: 16px;
        line-height: 30px;
    }
    .section-5 .mango_tab .tabs li {
        margin: 20px 0px;
    }
    .section-5 .mango_tab .tabs li a::before{
        font-size: 12px;;
    }
    
    .section-5 .container .row:nth-of-type(2) p{
        font-size: 14px;
    }
    .section-5 .tab_container .tab_content .g_title{
        font-size: 16px;
    }
    .section-5 .tab_container .tab_content .note{
        font-size: 12px;
    }

    .section-6 .tab_container .tab_content img {
        width: 95%;
    }
    .footer .container p{
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }
    
} 

@media (max-width: 375px) {
    .section-1 .container .row:nth-of-type(1) {
        padding-top: 300px;
    }
    .bg img {
        transform: translate(-35%,20%);
    }
}