@media screen and (min-width: 900px) {
    .top-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #00a4e3;
        color: #ffffff;
        z-index: 99;
    }

    .top-header-container {
        width: 80%;
        max-width: 1080px;
        margin: 0 auto;
        height: 60px;
        line-height: 60px;
    }

    .top-header-left {
        float: left;
    }

    .top-header-left h1 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 60px;
        font-weight: 500;
        color: #fff;
    }

    .top-header-right {
        float: right;
        font-size: 16px;
    }

    .header {
        position: absolute;
        width: 100%;
        height: 80px;
        top: 70px;
        left: 0;
        z-index: 99;
    }

    .header2 {
        display: none;
    }

    .header-container {
        width: 80%;
        max-width: 1080px;
        margin: 0 auto;
        height: 80px;
    }

    .header-left {
        float: left;
    }

    .logo {
        display: block;
        width: 150px;
        height: 50px;
        margin-top: 15px;
    }

    .logo img {
        width: 150px;
        height: 50px;
    }

    .header-right {
        float: right;
    }

    .tab-container {
        height: 80px;
        line-height: 80px;
    }

    .tab-item {
        display: inline-block;
        font-size: 18px;
        padding-right: 25px;
        word-wrap: break-word;
        color: #ffffff;
        transition: color 1s ease;
        cursor: pointer;

    }

    .tab-item:hover {
        color: #1d7894;
    }

    .tab-item a {
        padding-bottom: 33px;
        font-weight: 600;
    }

    .video-container {
        margin-top: 60px;
        width: 100%;
        position: relative;
    }

    .video-container video {
        width: 100%;
        height: calc(100vh - 80px);
        object-fit: cover;
    }

    .video-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 70px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        z-index: 99;

    }

    .services-list-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .services-item {
        width: 50%;
        position: relative;
        display: block;
    }

    .team-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .team-item {
        width: 40%;
        margin-bottom: 50px;
    }

    .position {
        text-align: center;
        color: #666;
        line-height: 1.7em;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .team-title-btn {
        display: flex;
        justify-content: space-between;
        height: 60px;
        width: 100%;
        padding: 20px 30px;
        cursor: pointer;
    }

    .team-text {
        padding: 20px 30px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.7em;
        color: #666;
    }

    .news-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news-item {
        width: 32%;
        background-color: #bfd8ee;
        margin-bottom: 20px;
        color: black;
        padding: 28px;
        transition: all 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .address-img {
        width: 50%;
        display: block;
        margin: 20px auto 100px;
    }

    .form-group {
        display: flex;
        align-items: center;
    }

    .form-group input {
        width: 48%;
    }

    #email {
        margin-left: 2%;
    }

    .bg06 {
        background-image: url("../img/job.png");
    }

    .bg07 {
        background-image: url("../img/news.png");
    }

    .bg08 {
        background-image: url("../img/contact.png");
    }
}

@media screen and (max-width: 900px) {
    .top-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #00a4e3;
        color: #ffffff;
        z-index: 99;
    }

    .top-header-container {
        width: 80%;
        max-width: 1080px;
        margin: 0 auto;
        height: 60px;
        line-height: 60px;
    }

    .top-header-left {
        width: 100%;
    }

    .top-header-left h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 60px;
        font-weight: 500;
        color: #fff;
    }

    .top-header-right {
        display: none;
    }

    .header {
        display: none;
    }

    .header2 {
        position: absolute;
        width: 100%;
        height: 80px;
        top: 70px;
        left: 0;
        z-index: 99;
    }

    .header-container {
        width: 80%;
        max-width: 1080px;
        margin: 0 auto;
        height: 80px;
    }

    .header-left {
        float: left;
    }

    .logo {
        display: block;
        width: 150px;
        height: 50px;
        margin-top: 15px;
    }

    .logo img {
        width: 150px;
        height: 50px;
    }

    .header-right {
        float: right;
    }

    .menu {
        display: block;
        width: 25px;
        height: 25px;
        margin: 25px 20px;
        cursor: pointer;
    }

    .menu-container {
        float: left;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: all 0.5s ease-in-out;

    }

    .tab-container {
        float: left;
        width: 100%;
        border-top: 3px solid #00a4e3;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        padding: 5%;
    }

    .tab-items {
        display: block;
        font-size: 18px;
        word-wrap: break-word;
        color: #ffffff;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
    }

    .tab-items:hover {
        color: #1d7894;
        background-color: rgba(0, 0, 0, .1);
    }


    .tab-items a {
        font-weight: 600;
    }

    .video-container {
        margin-top: 60px;
        width: 100%;
        position: relative;
    }

    .video-container video {
        width: 100%;
        height: calc(100vh - 80px);
        object-fit: cover;
    }

    .video-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        z-index: 99;

    }

    .services-list-container {
        width: 100%;
    }

    .services-item {
        width: 100%;
        position: relative;
        display: block;
    }

    .team-container {
        width: 100%;
        margin-top: 20px;
    }

    .team-item {
        width: 100%;
        margin-bottom: 50px;
    }

    .position {
        text-align: center;
        color: #666;
        line-height: 1.7em;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .team-title-btn {
        display: flex;
        justify-content: space-between;
        height: 60px;
        width: 100%;
        padding: 20px 20px;
        cursor: pointer;
    }

    .team-text {
        padding: 10px 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.7em;
        color: #666;
    }

    .news-content {
        width: 100%;
    }

    .news-item {
        width: 100%;
        background-color: #bfd8ee;
        margin-bottom: 20px;
        color: black;
        padding: 28px;
        transition: all 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .address-img {
        width: 90%;
        display: block;
        margin: 20px auto 100px;
    }

    .form-group {
        width: 100%;
    }

    .form-group input {
        width: 98%;
    }

    .bg06 {
        background-image: url("../img/job02.png");
    }

    .bg07 {
        background-image: url("../img/news02.png");
    }

    .bg08 {
        background-image: url("../img/contact02.png");
    }
}

.container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

.about {
    width: 100%;
    padding: 120px 0 0;
    background-color: #ffffff;
}

.about-container {
    padding: 27px 0 100px;
}

.about-container h1 {
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.about-text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9em;
    color: rgb(102, 102, 102);
}

.services {
    width: 100%;
    padding: 120px 0 0;
    background-color: #f2f2f2;
}

.services-container {
    padding: 27px 0 100px;

}

.services-container h1 {
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.services-list {
    padding: 54px 0;
}



.services-item img {
    width: 100%;
    height: 100%;
}

.et_overlay {
    background-color: rgba(64, 182, 228, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;

}

.services-item:hover .et_overlay {
    opacity: 1;
}

.et_overlay:before {
    color: #fff;
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    background-color: #00a4e3;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.rollingImages {
    position: relative;

}

.services-container2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100vw 100vh;
    /* background-size: cover; */
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.services-container2 img {
    width: 100%;
    height: auto;
}

.services-title {
    position: absolute;
    left: 0;
    top: 205px;
    z-index: 99;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 40px;
    padding: 0 30px;

}


.bg01 {
    background-image: url("../img/political.png");

}

.bg02 {
    background-image: url("../img/risk.png");
}

.bg03 {
    background-image: url("../img/policy.png");
}

.bg04 {
    background-image: url("../img/market.png");
}

.bg05 {
    background-image: url("../img/public.png");
}




.services-text {
    padding: 50px 0 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9em;
    color: rgb(102, 102, 102);
}

.team-title {
    padding: 27px 0;
}

.team-title h1 {
    font-size: 40px;
    text-align: center;
}



.name {
    font-size: 20px;
    text-align: center;
}



.team-text-container {
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    height: 60px;
    background-color: #f4f4f4;
    transition: all 0.5s ease-in-out;
}


.team-title-btn h5 {
    font-size: 16px;
    color: #666;
    position: relative;
    padding: 0 50px 0 0;
}

.team-btn {
    font-size: 16px;
    background-color: #ccc;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}



.joinUs {
    width: 100%;
    background-color: #ffffff;
}

.job-container {
    padding: 100px 0 100px;
}

.job-container h2 {
    line-height: 2.5em;
    font-size: 26px;
}

.job-container h3 {
    line-height: 2.2em;
    font-size: 22px;
}

.job-container p {
    padding-bottom: 1em;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
}

.job-container ul {
    padding-left: 20px;
    list-style-type: disc;
}

.job-container ul li {
    padding-bottom: 1em;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
}

.news-container {
    padding: 120px 0 0;
}



.news-img {
    width: 100%;
    height: 230px;
    margin-bottom: 16px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 230px;
    transition: all 0.3s ease-in-out;
}

.news-img:hover img {
    transform: scale(1.1);
}

.news-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    text-decoration: dotted;
    display: inline;
}

.news-time {
    margin: 16px 0;
}

.news-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-link {
    font-weight: 600;
    margin: 10px 0;
}

.contact-container {
    padding: 120px 0 100px;
    text-align: center;
}

.address {
    padding-bottom: 1em;
    color: #666666;
}


.contact-form h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
}

.contact-form h3 {
    color: #ff9191;
    font-weight: 300;
    font-size: 25px;
    line-height: 27px;
    text-align: left;

}




input {
    height: 30px;
    margin: 0px 0px 20px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 0;
}

input:focus {
    outline: 1px solid #EBEBEB;
    background-color: #e9f5fc;
    border: 1px solid rgba(0, 0, 0, .08);


}

.subject {
    width: 98%;
}

.message {
    width: 98%;
    height: 150px;
    font-size: 18px;
    margin: 0px 1% 20px 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 0;
    padding: 10px;
}

textarea:focus {
    outline: 1px solid rgba(0, 0, 0, .08);
    background-color: #e9f5fc;
    border: 1px solid rgba(0, 0, 0, .08);

}

.btn {
    width: 150px;
    height: 35px;
    border: none;
    line-height: 35px;
    float: left;
    color: #ffffff;
    background-color: #295eaf;
    cursor: pointer;
}


.footer {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #00a4e3;
    color: #ffffff;
}