@charset "UTF-8";
.header-container {
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.conn-container {
    width: 90%;
    margin: 0 auto;
}

.full-width-section {
    width: 100%;
    padding-top: 5.5%;
    height: 56vw;
}

.full-width-section .conn-container {
    max-width: 1600px;
}

.header-container {
    display: -webkit-box; /* Safari 6.1+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Standard */
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.header-container h1 {
    margin: 0;
}

.mpao nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box; /* Safari 6.1+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Standard */
}

.mpao nav ul li {
    margin-left: 1rem;
}

.mpao nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.mpao nav ul li a:hover {
    color: #007bff;
}

.mpao .nav-tabs {
    border-bottom: none;
}

.mpao .nav-tabs .nav-item {
    width: 18.5%;
    margin: 0 6%;
    text-align: center;
    border: none;
}

.mpao .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    color: #666;
    display: inline-block;
    /* width: 100%; */
    padding: 8px 0;
    border-bottom: 0.3vw solid #AAA;
    letter-spacing: 0.5vw;
    font-size: 1.5vw;
    white-space: nowrap;
    padding-left: 0.32vw;
}

.mpao .nav-tabs .nav-link:focus {
    outline: none;
    box-shadow: none;
}

/*.nav-tabs .nav-item.show .nav-link,*/
.mpao .nav-tabs .nav-link:hover,
.mpao .nav-tabs .nav-link.active {
    color: #555 !important;
    background-color: unset;
    font-weight: 600;
    border: none;
    padding: 8px 0;
    border-bottom: 0.3vw solid #555;
    letter-spacing: 0.5vw;
    font-size: 1.5vw;
    padding-left: 0.35vw;
}

.mpao .tab-content {
    /* border: 1px solid #dee2e6; */
    border-top: none;
}

.tabsbig {
    width: 100%;
    text-align: center;
    position: relative;
}

.tabtext {
    width: 36%;
    text-align: center;
    position: absolute;
    top: 14vw;
    z-index: 100;
}

.tabvideo {
    width: 72%;
    position: absolute;
    top: 7vw;
    left: 18%;
    z-index: 90;
}

.mytops {
    margin-top: 1.2vw;
}

.tab-pane .right-content {
    display: -webkit-box; /* Safari 6.1+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Standard */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 12vw;
}

.tab-pane h4 {
    width: 100%;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 2.4vw;
    letter-spacing: 0.22vw;
    color: #333;
}

.tab-pane .border-white {
    /* text-shadow: 1px 1px 1px #fff; */
}

.tab-pane .underlined {
    width: 28%;
    line-height: 3.2vw;
    margin: 0 auto;
    margin-bottom: 1vw;
    border-bottom: 0.2vw solid #333;
}

.tab-pane .ulwhite{
    /* box-shadow: 0px 1px 0px #fff; */
}

.tab-pane p {
    width: 100%;
    font-size: 0.96vw;
    font-weight: 500;
}

.tab-pane .col-md-7 {
    padding-top: 7%;
}

.tab-pane .col-md-7 .col-5 {
    display: -webkit-box; /* Safari 6.1+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Standard */
    flex-direction: column;
    align-items: center;
    padding-right: 0px;
    padding-left: 0px;
}

.tab-pane .col-md-7 .paodw {
    position: relative;
}

.tab-pane .col-md-7 .col-5 .pao01 {
    width: 85%;
    position: absolute;
    right: -6%;
    z-index: 999;
}

.tab-pane .col-md-7 .col-5 .pao03 {
    width: 50%;
    position: absolute;
    left: 5%;
    margin-top: 14.5vw;
}

.tab-pane .col-md-7 .col-5 .pao04 {
    width: 68%;
    position: absolute;
    margin-top: 21.3vw;
    right: -6%;
    z-index: 999;
}

.tab-pane .col-md-7 .col-2 .xg {
    width: 100%;
    position: absolute;
    top: -17%;
}

.tab-pane .col-md-7 .col-5 .pao02 {
    width: 56%;
    position: absolute;
    left: -5%;
    top: 5.5%;
}

.tab-pane .col-md-7 .col-5 .pao05 {
    width: 100%;
    position: absolute;
    margin-top: 12.3vw;
    left: -5%;
}

.tab-pane .col-md-7 .col-5 .pao06 {
    width: 42%;
    position: absolute;
    margin-top: 30vw;
    left: -5%;
}

.tab-pane .col-md-7 img {
    max-width: 100%;
    height: auto;
}

.tab-pane .col-md-7 .col-2 {
    display: -webkit-box; /* Safari 6.1+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Standard */
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    padding-left: 0px;
}

.pao01,
.pao03,
.pao05 {
    animation: float 6s ease-in-out infinite;
}

.pao02,
.pao04,
.pao06 {
    animation: float-reverse 7s ease-in-out infinite;
}

.pao01 {
    animation-delay: 0s;
}

.pao02 {
    animation-delay: 1s;
}

.pao03 {
    animation-delay: 2s;
}

.pao04 {
    animation-delay: 3s;
}

.pao05 {
    animation-delay: 1s;
}

.pao06 {
    animation-delay: 3s;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-21px);
        transform: translateX(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float-reverse {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateX(8px);
        transform: translateY(21px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 992px) {
    .m-tabs {
        width: 100%;
        position: relative;
    }

    .m-tabs img {
        width: 100%;
    }

    .m-tabs-lf {
        position: absolute;
        top: 9.5%;
        left: 13%;
    }

    .m-tabs-ce {
        position: absolute;
        top: -4%;
        right: 13%;
    }

    .m-tabs-rt {
        position: absolute;
        top: 1.9%;
        left: 13%;
    }

    .m-tabs-title1 {
        font-size: 4.9vw;
        color: #333;
        letter-spacing: 0.5vw;
    }

    .m-tabs-title2 {
        font-size: 4.9vw;
        color: #333;
        letter-spacing: 0.5vw;
        border-bottom: 0.2vw solid #333;
        margin-bottom: 1vw;
        line-height: 9.2vw;
        margin-top: -2vw;
    }

    .m-tabs-bu {
        margin-top: 2.8vw;
        padding: 0.4vw 4vw;
        font-size: 2.5vw;
        height: 6.8vw;
        color: #666;
        border: 1px solid #ccc;
        border-radius: 1.2vw;
        letter-spacing: 0.8vw;
        background-color: transparent;
    }

}


