body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

.share-img5 {
    max-width: 100%;
}

img {
    vertical-align: top;
}

a {
    color: #0099DC;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.banner-container .banner-wrapper2 a:hover {
    opacity: 1;
    text-decoration: none;
}

.blue-bg {
    background-color: #E3F2FB;
}

.video-desktop {
    display: block !important;
}

.video-mobile {
    display: none !important;
}

.top-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;

    width: 100%;
    border-top: 13px solid #00356B;
    /* -webkit-box-shadow: 0px 5px 5px 0px rgba(226,226,226,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(226,226,226,1);
    box-shadow: 0px 5px 5px 0px rgba(226,226,226,1); */
    -webkit-box-shadow: 0px 3px 5px 0px #E2E2E2;
    -moz-box-shadow: 0px 3px 5px 0px #E2E2E2;
    box-shadow: 0px 3px 5px 0px #E2E2E2;
}

.main-container {
    display: block;
    margin: 0px auto;
    max-width: 1920px;
    width: 100%;
}

.top2-container {
    display: block;
    margin: 0px auto;
    max-width: 1440px;
    width: 100%;
    position: relative;
}

a.top2-container-logo-link:hover{
    opacity:1 !important;
}

.logo {
    margin: 30px 0px;
    vertical-align: top;
}

.logo-line {
    margin-top: 45px;
    margin-right: 17px;
    margin-left: 25px;
    vertical-align: top;
}

.logo-letter {
    display: inline-block;
    vertical-align: top;
    margin-top: 63px;
    color: #2C4D7F;
    font-size: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.menu-container {
    float: right;
    text-align: right;
}

.news-event-list-title{
    font-size: 20px;
    color: #262E53;
    /* font-family: 'Ibarra Real Nova', serif; */
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 7px;
}

.menu1 {
    margin-top: 42px;
    list-style: none;
    padding-left: 0px;
}

.menu1>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}

.menu1>li>a {
    color: #00346B;
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    text-decoration: none;
}

.search-img {
    margin-top: 3px;
}

.menu2 {
    margin-top: 34px;
    list-style: none;
    padding-left: 0px;
}

.menu2>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 44px;
    position: relative;
}

.menu2>li:first-child {
    margin-left: 0px;
}

.menu2>li>a {
    color: #00346B;
    font-size: 20px;
    font-family: 'Ibarra Real Nova', serif;
    text-decoration: none;
    font-weight: 600;
}

.menu2-submenu-div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 20px;
    transform: translateY(100%);
    z-index: 99;
    display: none;
}

.menu2-submenu-div-real {

    width: 250px;
    padding: 20px;
    background-color: #E3F2FB;
}

.menu2-submenu-ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu2-submenu-ul>li {
    margin-top: 15px;
    text-align: left;
}

.menu2-submenu-ul>li:first-child {
    margin-top: 0px;
}

.menu2-submenu-ul>li>a {
    color: #00346B;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    text-decoration: none;
}

.banner-container {
    width: 100%;
    /* width:1920px; */
    display: block;
    /* height:580px; */
    max-width: 1920px;
    position: relative;
    transform-origin: top left;
}

.banner-con {
    transform-origin: top left;
    padding-top: 36px;
}

.banner-container2 {
    width: 100%;
    display: block;
    max-width: 1920px;
    position: relative;
}

.banner-container3 {
    display: none;
    width: 100%;
}

.black-div {
    /* width:1590px; */
    width: 1583px;
    height: 500px;
    background-color: #00356B;
    /* margin-top:36px; */
    margin-left: 90px;
    padding-top: 130px;
    padding-left: 145px;
}

.black-div-letter0 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Ibarra Real Nova', serif;
    border-bottom: 1px solid #FFF;
    display: inline-block;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}

.black-div-letter1 {
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 70px;
    font-family: 'Ibarra Real Nova', serif;
    line-height: 1;
    font-weight: 600;
    /* width:585px; */
    /* max-width:585px; */
    display: inline-block;
}

.black-div-letter2 {
    font-family: 'Assistant', sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    width: 585px;
    letter-spacing: 1.2px;
    line-height: 1.5;
    margin-top: 10px;
}

.grey-div {
    width: 577px;
    height: 39px;
    background-color: #808285;
    margin-left: 90px;
}

.banner-wrapper {
    position: absolute;
    top: -36px;
    right: 0px;

}

.banner-wrapper2 {
    position: relative;
    width: 953px;
    height: 490px;
    overflow: hidden;
}

.banner-pic1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.footer-container {
    background-color: #00356B;
    width: 100%;
}

.footer-container2 {
    max-width: 1440px;
    width: 100%;
    display: flex;
    margin: 0px auto;
    padding: 40px 0px;
}

.footer-left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 775px);
}

.footer-right {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #9FB3C7;
    width: 775px;
}

.footer-img1, .footer-img2, .footer-img3 {
    max-width: 100%;
}

.footer-left-logo1 {
    display: inline-block;
    vertical-align: top;
    padding-right: 28px;
    border-right: 1px solid #9FB3C7;
    max-width: 120px;
}

.footer-left-logo2 {
    display: inline-block;
    vertical-align: top;
    padding-left: 28px;
    padding-right: 28px;
    max-width: 130px;
    border-right: 1px solid #9FB3C7;
}

.footer-left-logo3 {
    max-width: 380px;
    display: inline-block;
    vertical-align: top;
    padding-left: 28px;
    padding-right: 28px;
}

.footer-contact-table th {
    padding-bottom: 20px;
    width: 88px;
    color: #FFF;
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
    text-align: left;
    vertical-align: top;
}

.footer-contact-table td {
    padding-bottom: 20px;
    font-family: 'Assistant', sans-serif;
    color: #FFF;
    font-size: 17px;
    vertical-align: top;
    line-height: 25px;
}

.footer-contact-table1 {
    margin-left: 70px;
    display: inline-block;
    vertical-align: top;
}

.footer-contact-table2 {
    margin-left: 110px;
    display: inline-block;
    vertical-align: top;
}

.footer-copyright {
    text-align: right;
    color: #FFF;
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    padding-top: 30px;
}

.rbutton-container {
    float: right;
    margin-top: 65px;
    margin-right: 50px;
    display: none;
}

.rbutton {
    /* width:35px; */
    width: 30px;
    cursor: pointer;
}

.rbutton:hover {
    opacity: 0.8;
}

.rbutton-line {
    width: 100%;
    height: 3px;
    background-color: #00356B;
    border-radius: 10px;
}

.rbutton-1 {
    margin-bottom: 9px;
    transform-origin: top left;
    transition: transform 0.5s, width 0.5s;
}

.rbutton-2 {
    margin-bottom: 9px;
    transition: opacity 0.5s;
}

.rbutton-3 {
    transform-origin: bottom left;
    transition: transform 0.5s;
}

.rbutton-1-ani {
    transform: rotate(45deg);
    width: 35px;
}

.rbutton-2-ani {
    opacity: 0;
}

.rbutton-3-ani {
    transform: rotate(-45deg);
    width: 35px;
}

.rmenu-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 200;
}

.rmenu-container {
    position: fixed;
    top: 0;
    /* bottom: 0; */
    left: -100%;
    /* right: 30%; */
    /* transform: translateX(-100%); */
    background-color: #E3F2FB;
    transition: left 0.5s;
    z-index: 203;
    height: 100%;
    width: 70%;
    overflow: auto;
}

.rmenu-container-ani {
    /* transform: translateX(0%); */
    left: 0;
}

.rmenu {
    background-color: #E3F2FB;
    width: 100%;
    border-top: 13px solid #00356B;
    padding: 34px;
}

.rmenu-seach-div {
    text-align: right;
    margin-top: 20px;
}

.rmenu-ul1 {
    list-style: none;
    padding-left: 0px;
    margin-top: 65px;
}

.rmenu-ul1>li {
    margin-top: 70px;
    color: #00346B;
    font-size: 42px;
    font-family: 'Ibarra Real Nova', serif;
    font-weight: 600;
}

.rmenu-ul1>li>a {
    color: #00346B;
    text-decoration: none;
}

.rmenu-ul1>li:first-child {
    margin-top: 0px;
}

.rmenu-submenu-ul {
    padding-left: 30px;
    margin: 0px;
    /* margin-top:35px; */
    margin-top: 18px;
    list-style: none;
    display: none;
}

.rmenu-submenu-ul>li {
    margin-top: 10px;
    color: #00619F;
    font-size: 36px;
    font-family: 'Assistant', sans-serif;
}

.rmenu-submenu-ul>li:first-child {
    margin-top: 0px;
}

.rmenu-submenu-ul>li>a {
    color: #00619F;
    text-decoration: none;
}

.rmenu-ul2 {
    list-style: none;
    padding-left: 0px;
    margin-top: 65px;
}

.rmenu-ul2>li {
    margin-top: 36px;
    color: #00346B;
    font-size: 36px;
    font-family: 'Assistant', sans-serif;
}

.rmenu-ul2>li:first-child {
    margin-top: 0px;
}

.rmenu-ul2>li>a {
    color: #00346B;
    font-family: 'Assistant', sans-serif;
    text-decoration: none;
}

.breadcrumb-container {
    color: #262D52;
    font-size: 16px;
    font-family: 'Ibarra Real Nova', serif;
    margin-bottom: 78px;
    text-align: right;
    margin: 0px auto;
    max-width: 1440px;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
}

.popup-overley {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    display: none;
}

.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #FFF;
    width: 75%;
    /* height: 80vh; */
    max-height: 80vh;
    z-index: 102;
    overflow-y: scroll;
    display: none;
}

.popup-cross {
    background-color: #0062A1;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.popup-cross:hover {
    opacity: 0.8;
}

.popup-cross>.text-txt {
    font-family: 'Assistant', sans-serif;
    transform: rotate(45deg);
    color: #FFF;
    font-size: 52px;
    position: relative;
    left: 1px;
}

.popup-text {
    padding: 120px 105px 92px 105px;
    color: #403F41;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    letter-spacing: 1px;
    line-height: 1.4;
}





.common-hline {
    margin-top: 4px;
    margin-bottom: 40px;
    display: block;
}

.common-img {
    width: 100%;
}

.common-img-m {
    width: 100%;
    display: none
}

.common-container {
    margin: 0px auto;
    max-width: 1440px;
    width: 100%;
    /* padding:80px 0px 94px 0px; */
    padding: 80px 0px 95px 0px;
}

.last {
    margin-bottom: 0px !important;
}

.active {
    color: #0064A0 !important;
}

.blue-bg {
    background-color: #E4F2FB;
}

.button {
    background-color: #0062A1;
    color: #FFF;
    text-align: center;
    padding: 7px 15px;
    font-size: 18px;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-family: 'Assistant', sans-serif;
}

.button:hover {
    opacity: 0.8;
}

.text {
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    color: #403F41;
    letter-spacing: 0.7px;
    line-height: 1.4;
}

/* share table, popup */

.share-td-div2 {
    background-color: #E3F2FB;
    width: 100%;
    height: 428px;
    padding: 58px 45px;
}

.share-td-div2-text1 {
    color: #262D52;
    font-size: 45px;
    font-family: 'Ibarra Real Nova', serif;
    font-weight: 600;
    line-height: 55px;
}

.share-td-div2-text2 {
    margin-top: 35px;
    color: #403F41;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    line-height: 1.5;
    letter-spacing: 1.2px;
}

.share-td-div2-img {
    margin-top: 5px;
}

.share-container {
    margin: 150px auto 105px auto;
}

.share-container2 {
    padding: 0px 52px;
    padding-bottom: 100px;
    display: none;
}

.share-table {
    width: 1760px;
    border-collapse: collapse;
    margin: 0px auto;
}

.share-table td {
    padding: 7px;
    position: relative;
}

.share-td-div1 {
    background-color: rgba(0, 53, 107, 0.7);
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    /* padding:35px 52px; */
    padding: 40px 40px;
    display: none;
    cursor: pointer;
}

.share-td-div1-comma1 {
    display: block;
    margin-bottom: 5px;
    opacity: 0.2;
}

.share-td-div1-text1 {
    color: #FFF;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 0px 11px;
}

.share-td-div1-comma2 {
    display: block;
    opacity: 0.2;
    margin: 5px 0px 5px auto;
}

.share-td-div1-text2 {
    color: #FFF;
    font-size: 27px;
    font-family: 'Ibarra Real Nova', serif;
    padding: 0px 11px;
}

.share-td-div1-text3 {
    color: #FFF;
    font-size: 18px;
    font-family: 'Ibarra Real Nova', serif;
    line-height: 24px;
    padding: 0px 11px;
}

.share-container {
    width: 1920px;
    display: block;
    max-width: 1920px;
    transform-origin: top left;
}

.popup-container2 {
    display: none;

}

.popup-white-div {
    background-color: #FFF;
    height: 642px;
    position: relative;
    width: 100%;
}

.popup-deepblue-div {
    margin-top: -578px;
    width: 100%;
    background-color: #00356B;
    padding: 42px 50px 76px 50px;
    position: relative;
}

.popup-lightblue-div {
    background-color: #E4F2FB;
    width: 100%;
    padding: 54px;
}

.popup-img2 {
    width: 376px;
}

/*end*/

.ad-info-container {
    text-align: center;
}

.ad-info {
    display: inline-block;
    vertical-align: top;
    width: 303px;
    position: relative;
}

.ad-info-b {
    display: inline-block;
    vertical-align: top;
    width: 343px;
    position: relative;
}

.ad-info-bg {
    width: 100%;
}


.ad-info-icon {
    position: absolute;
    left: 50%;
    top: 86px;
    transform: translateX(-50%);
}

.ad-info-b .ad-info-icon {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}

.ad-info-margin {
    margin-left: 70px;
    margin-right: 70px;
}

.ad-info-title {
    position: absolute;
    top: 195px;
    width: 100%;
    text-align: center;
    font-size: 33px;
    color: #0061A2;
    font-weight: 600;
    font-family: 'Ibarra Real Nova', serif;
}

.ad-info-content {
    position: absolute;
    top: 230px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #424045;
    font-family: 'Assistant', sans-serif;
}

.ad-info-text {
    position: absolute;
    top: 168px;
    height: 78px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    color: #00356B;
    font-weight: 600;
    font-family: 'Ibarra Real Nova', serif;
}

.ex-ad-container>br {
    display: none;
}

.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.polyon {
    cursor: pointer;
}

.polyon-div {
    position: relative;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    width: 55px;
    height: 49px;
    background-image: url(../images/polyon.png);
}

.polyon-text {
    display: inline-block;
    vertical-align: top;
    color: #403F41;
    padding-top: 12px;
    padding-left: 25px;
    padding-right: 5px;
    letter-spacing: 1px;
    font-size: 18px;
    white-space: nowrap;
}

.polyon-text-div {

    position: relative;
    left: -20px;
    border-top: 2px solid #D1D2D3;
    border-bottom: 2px solid #D1D2D3;
    height: 47px;
    background-color: #FFF;
    margin-top: 1px;
    display: none;
    white-space: nowrap;
}

.polyon-text-main-div {
    display: inline-block;
    height: 47px;
    vertical-align: top;
}

.polyon_tail {
    margin-top: -2px;
    position: absolute;
    ;
    right: -15px;
}

.polyon {
    position: absolute;
    right: 70px;
    z-index: 3;
}

.polyon-div .text {
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    color: #403F41;
    font-weight: 600;
    letter-spacing: 2px;
}

.text_plus {
    transform: rotate(45deg);
    font-family: 'Assistant', sans-serif;
    color: #FFF;
    font-size: 52px;
    position: relative;
    left: 1px;
    top: -1px;
}

.common-title {
    color: #262D52;
    font-size: 45px;
    font-family: 'Ibarra Real Nova', serif;
    font-weight: 600;
    position: relative;
    margin-bottom: 34px;
}

.common-sub-title {
    font-size: 35px;
    color: #0062A1;
    font-family: 'Ibarra Real Nova', serif;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

.common-title:after {
    content: '';
    height: 2px;
    width: 100px;
    background: #00356b;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 1;
}

.common-content {
    color: #403F41;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    /* margin-bottom: 46px; */
}

.common-table {
    border-spacing: 5px;
    border-collapse: separate;
    width: 100%;
    margin-left: -5px;
}

.common-table tr:nth-child(1) td:nth-child(1) {
    background-color: #A8D5F2;
    font-size: 22px;
    text-align: center;
    color: #003468;
}

.common-table tr:nth-child(1) td {
    background-color: #00356B;
    color: #FFF;
    padding: 15px 0px;
    letter-spacing: 0.8px;
    font-size: 23px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
}


.common-table tr td {
    background-color: #E4F2FB;
    color: #262E52;
    font-size: 22px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    padding: 35px 20px;
}

.common-table tr td:nth-child(1) {
    background-color: #0062A1;
    color: #FFF;
    font-size: 22px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
}




.common-table2 {
    border-spacing: 5px;
    border-collapse: separate;
    width: 100%;
    margin-left: -5px;
}

.common-table2 tr:nth-child(1) td:nth-child(1) {
    background-color: #A8D5F2;
    font-size: 22px;
    text-align: center;
    color: #003468;
}

.common-table2 tr:nth-child(1) td {
    background-color: #00356B;
    color: #FFF;
    padding: 15px 0px;
    letter-spacing: 0.8px;
    font-size: 23px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
}


.common-table2 tr td {
    background-color: #fff;
    color: #262E52;
    font-size: 22px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    padding: 35px 20px;
}

.common-table2 tr td:nth-child(1) {
    background-color: #0062A1;
    color: #FFF;
    font-size: 22px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
}


.common-ul {
    margin: 0px;
    padding-left: 20px;
}


.common-ul>li {
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #4C4C4C;
    margin-bottom: 20px;
}



.common-subject-a {
    margin-bottom: 0px;
    min-height: 84px;
}

.digi {
    font-size: 40px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    font-weight: 100;
}

.common-button2 {
    background-color: #0062A1;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 7px 50px;
    font-size: 19px;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'Assistant', sans-serif;
}

.common-button2:hover {
    text-decoration: none;
}

.slider-container .swiper-button-next.swiper-button-disabled, .slider-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}


@media only screen and (max-width: 1900px) {


    .black-div-letter1 {
        /* width:386px; */
        /* font-size:50px; */
        font-size: 55px;
    }

    .black-div-letter2 {
        /* width:386px; */
        font-size: 20px;
    }
}

@media only screen and (max-width: 1600px) {
    .black-div-letter1 {
        font-size: 50px;
    }
}


.logo {
    /* margin-left: 60px; */
    width: 170px;
}


@media only screen and (max-width: 1500px) {
    .breadcrumb-container {
        padding-right: 30px;

    }

    .black-div {
        /* padding-left: 70px; */
        padding-left: 8%;
        width: 85%;
        margin-left: 45px;
    }

    .black-div-letter1 {
        /* width:400px; */
        font-size: 45px;
    }

    .black-div-letter2 {
        /* width:400px; */
        font-size: 18px;
    }

    .grey-div {
        margin-left: 45px;
    }

    .logo {
        margin-left: 60px;
        width: 150px;
    }

    .logo-line {
        margin-top: 37px;
    }

    .logo-letter {
        font-size: 12px;
    }

    .menu1>li>a {
        font-size: 14px;
    }

    .menu2>li>a {
        font-size: 14px;
    }

    .menu2 {
        margin-top: 25px;
    }

    .menu2-submenu-ul>li>a {
        font-size: 15px;
    }

    .menu-container {
        margin-right: 30px;
    }

    .footer-contact-table1 {
        margin-left: 20px;
    }

    .footer-contact-table th {
        width: auto;
        padding-right: 10px;
    }

    .footer-contact-table2 {
        margin-left: 20px;
    }

    .footer-copyright {
        position: absolute;
        right: 20px;
        bottom: 0;
        padding-bottom: 20px;

    }

    .footer-container2 {
        padding: 40px 20px;
    }


    .footer-img1, .footer-img2, .footer-img3 {
        height: 55px;
    }

    .footer-left-logo1 {
        padding-right: 14px;
    }

    .footer-left-logo2 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .footer-left-logo3 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .footer-left {
        width: 450px;
    }

    .footer-right {
        width: calc(100% - 450px);
    }

    .common-container {
        /* padding: 70px 90px 106px 90px; */
        padding: 70px 90px 75px 90px;
    }

    .ad-info-b {
        width: 230px;
    }

    .ad-info-b .ad-info-icon {
        width: 60px;
        top: 35px;
    }

    .ad-info-text {
        top: 100px;
        font-size: 20px;
    }

    .ad-info-margin {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media only screen and (max-width: 1220px) {
    .black-div {
        padding-left: 5%;
    }

    .black-div-letter1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .common-table {
        width: 1440px;
    }

    .common-table2 {
        width: 1440px;
    }

    .black-div {
        padding-left: 5%;
    }

    .banner-container {
        width: 1024px;
    }

    .common-container {
        padding: 52px 52px 52px 52px;
        /* padding: 70px 52px 106px 52px; */
    }

    .top2-container {
        margin: 0px;
    }

    .popup-text {
        padding: 120px 50px 92px 50px;
    }

    .logo {
        margin-left: 50px;
        /* width: 80px; */
        width: 100px;
        margin-top: 40px;
    }

    .logo-letter {
        font-size: 9px;
    }

    .logo-line {
        margin-right: 9px;
        margin-left: 12px;
    }

    .menu2>li {
        margin-left: 10px;
    }

    .menu2>li>a {
        font-size: 11px;
    }

    .footer-container {
        padding-bottom: 20px;
    }

    .ad-info-b {
        width: 343px;
    }

    .ad-info-bg {
        width: 100%;
    }


    .ad-info-icon {
        top: 86px;
    }

    .ad-info-b .ad-info-icon {
        top: 50px;
        width: unset;
    }

    .ad-info-text {
        top: 168px;
        font-size: 25px;
    }

    .ad-info-margin {
        margin-left: 0px;
        margin-right: 0px;
    }

    .ad-info-b {
        display: inline-block;
    }

    .ad-info-b.ad-info1 {
        transform: translateX(-40%);
    }

    .ad-info-b.ad-info3 {
        margin-top: -142px;
        transform: translateX(-40%);
    }

    .ad-info-b.ad-info2 {
        transform: translateX(39%);
        margin-top: -137px;
    }

    .ex-ad-container>br {
        display: block;
    }
}


@media only screen and (max-width: 768px) {
    .video-mobile {
        display: block !important;
    }
    
    .video-desktop {
        display: none !important;
    }
    .footer-container2 {
        padding: 40px 52px;
        padding-bottom: 60px;
        display: block;
    }

    .footer-left-logo1 {
        /* padding-right: 25px; */
    }

    .footer-left-logo2 {
        /* padding-right: 0;
        padding-left: 25px;
        border-right: 0px; */
    }

    .footer-left-logo3 {
        padding-right: 0;
    }

    .footer-img1, .footer-img2, .footer-img3 {
        height: 63px;
    }

    .common-button2 {
        font-size: 30px;
        /* width: 100%; */
    }

    .ad-info-container {
        transform: scale(1.3);
        transform-origin: top center;
        height: 550px;
    }

    .ad-info-b {
        width: 230px;
    }

    .ad-info-b.ad-info3 {
        margin-top: -94px;
    }

    .ad-info-b.ad-info2 {
        margin-top: -93px;
    }

    .ad-info-b .ad-info-icon {
        top: 45px;
        width: 50px;
    }

    .ad-info-text {
        top: 96px;
        font-size: 20px;
    }

    .polyon-container {
        display: none;
    }



    .breadcrumb-container {
        display: none;
    }

    .top-container {
        border-top: 10px solid #00356B;
    }

    .logo {
        margin-left: 50px;
        /* width: 80px; */
        width: 100px;
        margin-top: 30px;
    }


    .logo-line {
        width: 3px;
        height: 38px;
        margin-left: 15px;
        margin-right: 8px;
        margin-top: 31px;
    }

    .logo-letter {
        font-size: 9px;
        margin-top: 44px;
    }

    .rbutton-container {
        margin-top: 37px;
        margin-right: 50px;
    }

    .menu-container {
        display: none;
    }

    .rbutton-container {
        display: block;
    }

    .rmenu {
        border-top: 10px solid #00356B;
    }

    .rmenu-ul1>li {
        margin-top: 40px;
        font-size: 30px;
    }

    .rmenu-ul2 {
        margin-top: 32px;
    }

    .rmenu-ul2>li {
        margin-top: 20px;
        font-size: 30px;    
    }

    .rmenu-submenu-ul>li {
        font-size: 30px;
        font-weight: 400;
    }

    .rmenu-seach-div {
        margin-top: -10px;
    }

    .rmenu-search-img {
        width: 40px;
    }

    .rmenu-ul1 {
        margin-top: 30px;
    }

    .footer-right {
        margin-top: 50px;
    }

    .footer-contact-table {
        display: none;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        text-align: right;
        border-left: none;
        position: relative;
        min-width: 461px;
        width: 100%;
    }

    .footer-copyright {
        right: 0;
        padding-bottom: 0px;
        bottom: -20px;
    }

    .footer-container {
        padding-bottom: 0px;
    }

    .popup-container {
        width: 90%;
        height: 80vh;
    }

    .popup-text {
        /* padding:120px 50px 92px 50px; */
        padding: 95px 50px 70px 50px;
        font-size: 25px;
    }

    .banner-con {
        padding-top: 0px;
    }

    .black-div-letter1 {
        width: 100%;
    }

    .banner-wrapper2 {
        width: 100%;
        height: auto;
        overflow: unset;
    }

    .banner-wrapper {
        position: inherit;
        display: block;
        width: 100%;
        height: auto;
        top: 0px;
    }

    .banner-container {
        width: 100%;
    }

    .banner-pic1 {
        position: inherit;
        display: block;
        width: 100%;
        height: auto;
        top: 0px;
        left: 0px;
        transform: translateX(0%) translateY(0%);
    }

    .grey-div {
        display: none;
    }

    .black-div {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 50px;
    }

    .black-div-letter1 {
        /* font-size:35px; */
        /* font-size: 50px; */
        /* line-height: 1.2; */
    }

    .black-div-letter2 {
        font-size: 20px;
        width: 100% !important;
    }

    .text {
        font-size: 20px;
    }

    .common-img {
        display: none;
    }

    .common-img-m {
        display: block;
    }

    .logo {
        /* width:93px; */
        width: 100px;
        margin-left: 60px;
        /* margin-top: 17px; */
        margin-bottom: 17px;
    }

    .common-sub-title {
        font-size: 40px;
    }

    .common-content {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    
    .footer-container2 {
        padding: 40px 20px;
    }

    .footer-left-logo1 {
        padding-right: 14px;
    }

    .footer-left-logo2 {
        padding-left: 14px;
    }

    .footer-right {
        margin-top: 35px;
    }

    .footer-copyright {
        position: inherit;
        right: 0;
        bottom: 0;
        padding-bottom: 0px;
        padding-top: 0px;
        text-align: left;
    }

    .footer-right {
        min-width: unset;
        width: 100%;
    }

    .popup-text {
        padding: 95px 30px 42px 30px;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 17px;
    }

    .ad-info-container {
        height: 300px;
        transform: scale(1.1);
    }

    .common-content {
        font-size: 20px;
    }

    .common-button2 {
        font-size: 18px;
        width: 100%;
        margin-right: 0;
    }

    .common-sub-title {
        font-size: 35px;
    }

    .rbutton-container {
        margin-top: 22px;
        margin-right: 20px;
    }

    .logo-letter {
        font-size: 9px;
        margin-top: 32px;
    }

    .logo-line {
        width: 3px;
        height: 38px;
        margin-left: 15px;
        margin-right: 8px;
        margin-top: 17px;
    }

    .logo {
        /* width:50px; */
        width: 60px;
        margin-left: 20px;
        margin-top: 22px;
        margin-bottom: 20px;
    }

    .text {
        font-size: 18px;
    }

    .ad-info-b {
        width: 150px;
    }

    .ad-info-b.ad-info3 {
        margin-top: -59px;
    }

    .ad-info-b.ad-info2 {
        margin-top: -59px;
    }

    .ad-info-b .ad-info-icon {
        top: 20px;
        width: 40px;
    }

    .ad-info-text {
        top: 50px;
        font-size: 15px;
    }

    .common-container {
        padding: 35px 25px 50px 25px;
        /* padding: 45px 25px 50px 25px; */
    }

    .common-title {
        font-size: 30px;
    }

/* 
    .rmenu-container {
        right: 20%;
    } */

    .rmenu-submenu-ul>li {
        font-size: 18px;
        margin-top: 10px;
    }

    .rmenu-ul1>li {
        font-size: 20px;
        margin-top: 30px;
    }

    .rmenu-ul2>li {
        font-size: 18px;
        margin-top: 10px;
    }



    .rmenu{
        padding-top: 30px;
    }

    .rmenu-search-img{
        width: 35px;
    }

    .rmenu-ul1{
        margin-top: 20px;
    }
    

    .black-div-letter0 {
        padding-bottom: 5px;
        margin-bottom: 20px;
        font-size: 16px;
    }



    .black-div-letter1 {
        font-size: 30px;
    }

    .black-div-letter2 {
        font-size: 16px;
    }

    .black-div {
        padding: 30px 25px;
    }

    .footer-img1, .footer-img2, .footer-img3 {
        height: 50px;
    }
}

@media only screen and (max-width: 450px) {
    .footer-left-logo2 {
        border-right: 0px;
    }
    .footer-left-logo3 {
        padding-right: 0;
        display: block;
        padding-top: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 400px) {
    .rmenu-container {
        right: 15%;
    }

    .rmenu{
        padding-top: 30px;
    }

    .rmenu-search-img{
        width: 35px;
    }

    .rmenu-ul1{
        margin-top: 20px;
    }
    

    .logo-letter {
        font-size: 7px;
    }

    .footer-img1 {
        height: 50px;
    }

    .footer-img2 {
        height: 50px;
    }

    .black-div {
        padding: 30px 25px;
    }

    .footer-container2 {
        padding-bottom: 35px;
    }
}







.common-ul2 {
    margin: 0px;
    margin-top: 8px;
    padding-left: 20px;
}

.common-ul2>li {
    font-size: 18px;
    font-family: 'Assistant', sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #4C4C4C;
    margin-top: 8px;
}

.common-ul2>li:first-child {
    margin-top: 0px;
}



@media only screen and (max-width: 768px) {

    .tips-ul>li {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {


    .tips-ul>li {
        font-size: 18px;
    }
}




.pb-0{
    padding-bottom:0;
}

.pt-0{
    padding-top:0;
}


.common-container p{
    font-family: 'Assistant', sans-serif;
    letter-spacing: 1px;
    color: #4C4C4C;
}

@media only screen and (max-width: 1700px) {
    .polyon {
        right: 30px;
    }
}

@media only screen and (max-width: 1620px) {
    .polyon-container {
        visibility: hidden;
    }
}

@media only screen and (max-width: 1500px) {
    .polyon-container {
        visibility: visible;
    }
}

@media only screen and (max-width: 1440px) {
    .polyon {
        right: 10px;
    }
}

@media only screen and (max-width: 1300px) {
    .polyon-container {
        visibility: hidden;
    }
}

@media only screen and (max-height: 680px) {
    .polyon-container {
        visibility: hidden;
    }

}


/* 
.editor-content{
    display: block;
    width: 100%;
}


.editor-content-left-text {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}

.editor-content-right-image {
    display: inline-block;
    vertical-align: top;
    width: calc(36% - 5px);
    position: relative;
}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1024px) {
    .editor-content-right-image {
        margin-top:40px;
        width: 100%;
        text-align: center;
    }

    .editor-content-left-text {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .editor-content-right-image {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .editor-content-right-image {
        margin-bottom: 20px;
    }
}


.editor-content-left-image {
    display: inline-block;
    vertical-align: top;
    width: calc(36% - 5px);
    position: relative;
}

.editor-content-right-text {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}

@media only screen and (max-width: 1024px) {
    .editor-content-right-text {
        width: 100%;
    }
    .editor-content-left-image {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .editor-content-right-text {
        margin-bottom: 40px;
    }

    .editor-content {
        padding: 44px 55px;
        padding-bottom:82px;
    }
}
@media only screen and (max-width: 600px) {
    .editor-content-right-text {
        margin-bottom: 20px;
    }
    .editor-content {
        padding: 21px 25px;
        padding-bottom: 40px;
    }
} */


/* 
.editor-content{
    display: block;
    width: 100%;

}

.editor-content-left-image {
    display: inline-block;
    vertical-align: top;
    width: calc(36% - 5px);
    position: relative;
}

.editor-content-right-text {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}

@media only screen and (max-width: 1024px) {
    .editor-content-right-text {
        width: 100%;
    }
    .editor-content-left-image {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .editor-content-right-text {
        margin-bottom: 40px;
    }

    .editor-content {
        padding: 44px 55px;
        padding-bottom:82px;
    }
}
@media only screen and (max-width: 600px) {
    .editor-content-right-text {
        margin-bottom: 20px;
    }

    .editor-content {
        padding: 21px 25px;
        padding-bottom: 40px;
    }
} */