*{
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    line-height: 1.42857143;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
img {
    vertical-align: middle
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],html input[disabled] {
    cursor: default
}

@font-face {
    font-family: 'Prague-Regular';
    font-display: swap;
    src: url('../fonts/Prague-Regular.eot');
    src: url('../fonts/Prague-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Prague-Regular.woff') format('woff'),
    url('../fonts/Prague-Regular.ttf') format('truetype'),
    url('../fonts/Prague-Regular.svg#Prague-Regular') format('svg');
}
@font-face {
    font-family: 'Montserrat-Regular';
    font-display: swap;
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}


html,body{
    font-size: 62.5%;
    font-family: 'Montserrat-Regular',sans-serif;
}
dl,dt,dd,ul,li,input,form,a,p,textarea,button,label,tr,td,th{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat-Regular',sans-serif;
    font-weight: normal;
    outline: none;
    font-size: 15px;
    line-height: 2;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family: 'Prague-Regular';
    font-weight: normal;
    outline: none;
}
.services-container p,.services-container ul,.services-container li,.services-container a,.services-container table tr,.services-container table td{
    font-family: 'Montserrat-Regular',sans-serif;
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    zoom: 1;

}
.clear:after{
    display: block;
    clear: both;
    content:"";
    height: 0;

}
.clearfix{
    overflow: hidden;
}

img{
    border: none;
    outline: none;
}
a{color:#536C57;}
a:hover{color:#2562b5;text-decoration: none;}
/*img{ max-width:100%; height:auto;}*/

input::-webkit-input-placeholder {
    color: #C1C1C1;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat-Regular',sans-serif;
}
input:-moz-placeholder {
    color: #C1C1C1;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat-Regular',sans-serif;
}
input::-moz-placeholder {
    color: #C1C1C1;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat-Regular',sans-serif;
}
input::-ms-input-placeholder {
    color: #C1C1C1;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat-Regular',sans-serif;
}

textarea::-webkit-input-placeholder {
    color: #C1C1C1;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat-Regular',sans-serif;
}
textarea:-moz-placeholder {
    color: #C1C1C1;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat-Regular',sans-serif;
}
textarea::-moz-placeholder {
    color: #C1C1C1;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat-Regular',sans-serif;
}
textarea::-ms-input-placeholder {
    color: #C1C1C1;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat-Regular',sans-serif;
}
　　 a:active { text-decoration:none !important;}
　　 a:hover { text-decoration:none !important;}
　　 a:visited { text-decoration: none !important;}

a:focus{
    color: indianred;
}
.imgbox img{
    transition: all .5s;
}
.imgbox img:hover{
    transform: scale(1.1);
}

.less{
    width: 420px;
    height: 400px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-transform .2s;
}
.less:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}


.gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.navli>ul>li>.downnav::-webkit-scrollbar {
    width: 0px;
    /*height: 2px;*/
    background: #1e1e1e;
}
.navli>ul>li>.downnav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #ab7525;
    background: #1e1e1e;
    width: 0px;
    height: 4px;
}
.navli>ul>li>.downnav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #1e1e1e;
    border-radius: 10px;
    background: #fff;
}


.text-dealsss{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}


@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?1yetvw');
    src:  url('../fonts/icomoon.eot?1yetvw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1yetvw') format('truetype'),
    url('../fonts/icomoon.woff?1yetvw') format('woff'),
    url('../fonts/icomoon.svg?1yetvw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
    content: "\e945";
}
.icon-twitter:before {
    content: "\e9a7";
}
.icon-linkedin:before {
    content: "\e94b";
}
.icon-blog:before {
    content: "\e942";
}
.icon-arrow-up:before {
    content: "\e96f";
}
.icon-check:before {
    content: "\e98d";
}
.icon-location:before {
    content: "\e907";
}
.icon-phone:before {
    content: "\e90a";
}
.icon-email:before {
    content: "\e91d";
}
.icon-img-inquiry:before {
    content: "\e912";
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}
.fa,
.fas {
    font-weight: 900
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-search:before {
    content: "\f002"
}
.fa-map-marker-alt:before {
    content: "\f3c5"
}
.fa-phone-alt:before {
    content: "\f879"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-arrow-right:before {
    content: "\f061";
}

.maincon{
    width: 1200px;
    height: auto;
    margin: auto;
}
p{
    color: #5f5f5f;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 15px;
}
p a{
    color: #33B48C;
    font-size: 15px;
}
p a:hover{
    color: #72B8FE;
}
.font-head{
    font-family: 'Montserrat-Medium';
    font-weight: normal;
    display: block;
}
.thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    max-width: none;
    height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}
.carousel-indicators{
    display: none;
}
.carousel-control{
    height: 35px;
    width: 35px;
    opacity: 1;
    border-radius: 100px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    background: url(../images/carousel-right.svg) no-repeat center center/100% #3f73cf !important;
}
.carousel-control:hover{
    opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/100% #2e9cd4 !important;
}
.carousel-control:focus{
    opacity: 1;
}
.carousel-control.right{
    right: 1%;
    transform: translateY(0%);
}
.carousel-control.left{
    left: 1%;
    right: auto;
    transform: rotate(180deg);
}
.carousel-inner>.item{
    height: 800px;
}
.carousel-inner>.item .pic{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.carousel-inner>.item:nth-child(2):before{
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(59.1% 109.68% at 68.97% 103.72%, #0071D9 8.85%, #003796 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 60%;
}
.carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin: 0px 3px;
    background: #fff;
    border: none;
}
.carousel-indicators .active{
    background: #c5e050;
    margin: 0px 3px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
}
.bannertext{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 0% 0px 0%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
}
.bannertext h1,.bannertext h2{
    text-align: left;
    font-size: 46px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 80px;
    /*text-shadow: 1px 1px 2px #000;*/
    opacity: 0;
    transform: translateY(-15px);
    -webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
    max-width: 900px;
}
.bannertext p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0px;
    white-space: normal;
    display: block;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
    text-align: left;
    /*text-shadow: 1px 1px 2px #000;*/
    padding-left: 50px;
    position: relative;
    max-width: 900px;
}
.bannertext p:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 35px;
    height: 2px;
    background: #fff;
}
.learnmore{
    padding: 10px 30px;
    border-radius: 0px;
    color: #fff;
    background: #f97425;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    transition: 400ms;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 15px;
    line-height: 24px;
    border-radius: 100px;
    text-transform: capitalize;
}
.learnmore:before{
    font-size: 15px;
    margin-left: 12px;
}
.learnmore:hover{
    background: #09479e;
    color: #fff;
}
.bannertext .learnmore{
    opacity: 0;
    transform: translateY(-15px);
    -webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 1.2s;
    margin-top: 50px;
    padding: 10px 30px;
    height: auto;
    background: #f97425;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    border-radius: 100px;
    text-transform: capitalize;
}
.bannertext .learnmore:hover{
    background: #09479e;
    color: #fff;
}
@-webkit-keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.toper{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 225;
    background: #fff;
    padding: 15px 0px;
}
.toper.fixed{
    background: #fff;
    box-shadow: 1px 2px 5px #d5d5d5;
}
.toper .maincon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1400px;
}
.topnav{
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}
.logos{
    width: auto;
    height: 100%;
}
.logos img{
    width: auto;
    height: 70px;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#0071D9;width:25px;height:2px;position:absolute;left:0px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.navs{
    width: auto;
    height: 100%;
    position: relative;
    margin-top: 0;
}
.navs a{
    font-size: 16px;
    color: #000;
}
.navs a:first-child{
    margin-left: 0px;
}
.navs a:hover{
    color: #fcc10e;
}
.navs a.shows{
    color: #fcc10e;
}
.navs>ul>li{
    width: auto;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 25px;
    position: relative;
    padding: 0px 0px 20px;
}
.navs>ul>li>a{
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 16px;
    color: #09479e;
}
.navs>ul>li:first-child{
    margin-left: 0px;
}
.navs>ul>li:after{
    /*content: '';*/
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff;
    bottom: 10px;
    transition: all 0.3s;
    left: 50%;
    transform: translateX(-50%);
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #09479e;
    font-size: 14px;
    transition: all 0.3s;
}
.navs>ul>li>span::before{
    content: '\e968';
    font-family: 'icomoon';
    right: 0;
    top: 0;
}
.navs>ul>li>a.actives{
    color: #09479e;
}
.navs>ul>li>span.act::before{
    color: #09479e;
}
.navs>ul>li:hover:after{
    width: 100%;
}
.navs>ul>li:hover>a{
    color: #f97425;
}
.navs>ul>li:hover>span{
    color: #f97425;
}
.navs>ul>li:hover:after{
    background: #f97425;
}
.navs ul li ul li{
    width: 100%;
    height: auto;
    padding: 10px 15px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul>li:last-child{
    border-bottom: none;
}
.navs ul li ul li span{
    top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.navs ul li ul li span::before{
    content: '\e968';
    font-family: 'icomoon';
    color: #555;
    font-weight: normal;
    font-size: 15px;
    transform: rotate(-90deg);
}
.navs ul li ul li a{
    font-size: 15px;
    line-height: 20px;
    color: #555;
    display: inline-block;
    max-width: calc(100% - 22px);
    transition: all .1s ease-out;
    font-weight: normal;
}
.navs ul li ul li:hover{
    /*background: #062134;*/
    /*border-bottom: 1px solid #062134;*/
}
.navs ul li ul li:hover>a{
    color: #09479e;
}
.navs ul li ul li:hover>span::before{
    color: #09479e;
}
.navs ul li ul li a.shows{
    color: #09479e;
}
.navs ul li ul li img{
    height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
}
.navs ul li ul li img.down{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
}
.navs>ul>li>ul{
    position: absolute;
    left: 0px;
    top: 100%;
    background: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    width: 330px;
    height: auto;
    display: none;
    border-radius: 5px;
    z-index: 6;
}
.navs ul li ul li ul{
    position: absolute;
    left: 100%;
    top: 0px;
    background: #fff;
    width: 100%;
    height: auto;
    display: none;
    border-radius: 0px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.navs>ul>li>ul>li>ul{
    overflow: auto;
    max-height: 500px;
}
.navs>ul>li>ul>li>ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}
.navs>ul>li>ul>li>ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3ae1d8;
    width: 5px;
}
.navs>ul>li>ul>li>ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
    background: #fff;
}
.navs>ul>li:last-child>ul{
    width: 280px;
}
.navs>ul>li:last-child>ul>li>span{
    display: none !important;
}
.navs>ul>li:last-child>ul>li>ul{
    display: none !important;
}
.delighter.f-bottom-1 {
    transform: translatey(50px);
    opacity: 0;
    transition: all .5s ease-out;
}
.delighter.f-bottom-1.started, .delighter.f-bottom-2.started {
    transform: none;
    opacity: 1;
}
.toper .share-icon a{
    color: #000000;
    font-size: 18px;
    margin-left: 18px;
}
.toper .share-icon a:first-child{
    margin-left: 0px;
}
.toper .share-icon a:hover{
    color: #0071D9;
}
.nav-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.searchicon {
    width: 40px;
    height: 40px;
    display: flex;
    background: #09479e;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.searchicon img{
    width: 46%;
    height: auto;
}
.searchicon:hover{
    background: #f97425;
}

.top-search{
    width: 100%;
    height: auto;
    padding: 10px 0px;
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    z-index: 5;
}
.top-search .maincon{
    position: relative;
}
#search-form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    box-shadow: none;
    height: 44px;
    width: 100%;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
}
#search-form input{
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid #000;
    color: #000;
}

#search-form button:hover{
    color: #fff;
    background: #f97425;
}



.maintitle{
    text-align: center;
    margin-bottom: 60px;
}
.maintitle h2{
    color: #09479e;
    display: inline-flex;
    padding: 0px 0px;
    position: relative;
    align-items: center;
}
.maintitle h2:before{
    content: '';
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #09479e;
    margin-right: 25px;
}
.maintitle h2:after{
    content: '';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #09479e;
    margin-left: 25px;
}
.maintitle h1{
    color: #000;
    display: inline-flex;
    padding: 0px 0px;
    position: relative;
    align-items: center;
}
.maintitle h1:before{
    content: '';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #000;
    margin-right: 25px;
}
.maintitle h1:after{
    content: '';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #000;
    margin-left: 25px;
}
.title{
    color: #09479e;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}
.mainsection1{
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background-image: url(../images/index-icon1.svg);
    background-size: 250px auto;
    background-repeat: no-repeat;
    background-position: -50px -50px;
    background-color: #F5F5F5;
}
.mainsection1-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.mainsection1-list .list-item{
    width: 31%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 21%);
    border-radius: 5px;
    background: #09479e;
    padding: 0px 0px 50px;
}
.mainsection1-list .list-item .pic{
    width: 100%;
    height: 250px;
    margin-bottom: 35px;
    overflow: hidden;
}
.mainsection1-list .list-item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.mainsection1-list .list-item:hover .pic img{
    transform: scale(1.2);
}
.mainsection1-list .list-item .text{
    text-align: center;
    padding: 0px 25px;
}
.mainsection1-list .list-item .text h3{
    margin-bottom: 0px;
    color: #fff;
    font-size: 22px;
    line-height: 1.6;
}
.mainsection1-list .list-item .text p{
    margin-bottom: 0px;
    margin-top: 25px;
    color: #fff;
}
.mainsection1-list .list-item:hover h3{
    color: #fff;
    text-decoration: underline;
}
.mainsection1-list .list-item:hover p{
    color: #fff;
}
.mainsection2{
    width: 100%;
    height: auto;
    padding: 130px 0px 90px;
    overflow: hidden;
}
.mainsection2-info{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.mainsection2-info.align-center{
    align-items: center;
}
.mainsection2-info .pic{
    width: 45%;
    height: auto;
    position: relative;
}
.mainsection2-info .pic img{
    width: 100%;
    height: auto;
}
.mainsection2-info .pic img.pic1{
    opacity: .3;
}
.mainsection2-info .pic img.pic2{
    width: 100%;
    height: auto;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 3;
}
.mainsection2-info .pic .bgcolor{
    width: 1920px;
    height: calc(100% + 80px);
    content: '';
    right: 40%;
    bottom: -30px;
    background: #F5F5F5;
    position: absolute;
    z-index: -1;
}
.mainsection2-info .text{
    width: 45%;
}
.mainsection2-info .text p{
    margin-top: 40px;
    margin-bottom: 30px;
}

.mainsection3{
    width: 100%;
    height: auto;
    padding: 90px 0px 130px;
    overflow: hidden;
}
.mainsection3-info{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.mainsection3-info.align-center{
    align-items: center;
}
.mainsection3-info .pic{
    width: 45%;
    height: auto;
    position: relative;
}
.mainsection3-info .pic img{
    width: 100%;
    height: auto;
}
.mainsection3-info .pic img.pic1{
    opacity: .3;
}
.mainsection3-info .pic img.pic2{
    width: 100%;
    height: auto;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 3;
}
.mainsection3-info .pic .bgcolor{
    width: 1920px;
    height: calc(100% + 80px);
    content: '';
    left: 40%;
    bottom: -30px;
    background: #F5F5F5;
    position: absolute;
    z-index: -1;
}
.mainsection3-info .text{
    width: 45%;
}
.mainsection3-info .text p{
    margin-top: 40px;
    margin-bottom: 30px;
}

.mainsection4{
    width: 100%;
    height: auto;
    padding: 100px 0px 100px;
    background-image: url(../images/index-icon2.svg);
    background-size: 250px auto;
    background-repeat: no-repeat;
    background-position: calc(100% + 50px) -50px;
    background-color: #F5F5F5;
}
.mainsection4-info{
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.mainsection4-info .pic{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.mainsection4-info .pic .pic-list{
    width: 25%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.mainsection4-info .pic .pic-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.mainsection4-info .pic .pic-list:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 2;
}
.mainsection4-info .pic .pic-list.shows:before{
    background: rgba(0,0,0,.1);
}
.mainsection4-info .pic .pic-list:hover img{
    transform: scale(1.2);
}
.mainsection4-info .pic .pic-list h3{
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 4;
    padding: 0px 15px;
    line-height: 1.4;
    text-shadow: 1px 2px 2px rgba(0,0,0,.5);
}
.mainsection4-info .pic .pic-list h3 a{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family:inherit;
}
.mainsection4-info .pic .pic-list h3:after{
    content: '';
    height: 1px;
    width: 0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
    display: inline-block;
}
.mainsection4-info .pic .pic-list.shows h3{
    color: #f97425;
    text-shadow: 1px 1px 2px rgba(0,0,0,0);
}
.mainsection4-info .pic .pic-list.shows h3:after{
    background-color: #f97425;
}
.mainsection4-info .pic .pic-list h3:hover{
    padding-bottom: 10px;
}
.mainsection4-info .pic .pic-list h3:hover:after{
    width: 70px;
    opacity: 1;
}
.mainsection4-info .text{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    width: 100%;
    height: auto;
}
.mainsection4-info .text .text-list{
    position: absolute;
    left: -110%;
    top: 0%;
    width: 100%;
    height: auto;
    padding: 0px 5%;
    transition: all .7s ease-in-out;
    margin-top: 10%;
    z-index: 3;
}
.mainsection4-info .text .text-list.shows{
    left: 0%;
}
.mainsection4-info .text .text-list h3{
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.6;
}
.mainsection4-info .text .text-list p{
    color: #fff;
    margin-bottom: 30px;
}
.mainsection4-info .text .text-list a{
    color: #FFCE00;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0s ease-in-out;
}
.mainsection4-info .text .text-list a:before{
    content: '\e981';
    font-family: 'icomoon';
    border: 1px solid #FFCE00;
    border-radius: 50%;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0s ease-in-out;
}
.mainsection4-info .text .text-list a:hover{
    color: #fff;
}
.mainsection4-info .text .text-list a:hover:before{
    border: 1px solid #fff;
}

.mainsection5{
    width: 100%;
    height: auto;
    background-image: url(../images/foot-bg.jpg);
    background-image: -webkit-image-set(url(../images/foot-bg.webp) 1x);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 60px;
}
.mainsection5:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(to right, rgba(219,239,252,.5),rgba(255,255,255,.8));
}
.mainsection5 .icon{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    top: -2px;
}
.mainsection5 .icon img{
    width: 100%;
    height: auto;
}
.mainsection5-info{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 60px;
}
.mainsection5-info .pic{
    flex-shrink: 0;
    margin-right: 100px;
}
.mainsection5-info .pic img{
    width: auto;
    height: 100px;
}
.mainsection5-info .text h3{
    margin-bottom: 25px;
    font-size: 45px;
}
.mainsection5-info .text h2{
    margin-bottom: 25px;
}
.mainsection5-info .text p{
    margin-bottom: 30px;
}

.footer{
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(../images/index-icon4.svg);
    background-size: 250px auto;
    background-repeat: no-repeat;
    background-position: calc(100% + 50px) calc(100% + 50px);
    background-color: #fbfdff;
}
.footer h3{
    font-size: 18px;
    margin-bottom: 25px;
    color: #000;
    text-transform: uppercase;
}
.footer .foot-head{
    color: #09479e;
    /*text-transform: uppercase;*/
    font-family: 'Prague-Regular';
    font-size: 17px;
    margin-bottom: 25px;
}
.footer p{
    color: #5f5f5f;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}
.footer a{
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.5;
}
.footer a:hover{
    color: #09479e;
}
.foot-nav{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}
.foot-nav .navlist{
    margin-right: 30px;
}
.foot-info{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}
.foot-logo{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.foot-logo img{
    width: auto;
    height: 60px;
    margin-right: 80px;
}
.foot-contact h3{
    color: #000;
}
.foot-contact p{
    margin-bottom: 5px;
}
.foot-contact p:last-child{
    margin-bottom: 0px;
}
.foot-contact .foot-contact-title{
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.foot-contact .foot-contact-title2{
    font-size: 15px;
    color: #5f5f5f;
    display: block;
    margin-bottom: 3px;
}
.foot-share-icon a{
    color: #09479e;
    margin-right: 30px;
    font-size: 20px;
}
.foot-share-icon a:last-child{
    margin-right: 0px;
}
.foot-share-icon a:hover{
    color: #f97425;
}
.fixed-discount {
    position: fixed;
    z-index: 99999999;
    width: 100px;
    right: 0;
    top: 45%
}
.fixed-discount .big {
    display: none;
    width: 0;
    height: auto;
    transition: all ease-out .5s
}

.fixed-discount .small {
    width: 100px;
    height: auto;
    transition: all ease-out .5s
}

.fixed-discount.active {
    width: 240px
}

.fixed-discount.active .big {
    width: 100%;
    display: block
}

.fixed-discount.active .small {
    width: 0;
    display: none
}

.contact-info-title{
    font-size: 16px;
    color: #5f5f5f;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-info-title2{
    font-size: 15px;
    color: #5f5f5f;
    display: block;
    margin-bottom: 5px;
}
.pagebanner{
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: 90px;
}
.pagebanner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,32,75,.3);
}
.pagebanner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagebanner .text{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    transform: translateY(-50%);
}
.pagebanner h1{
    font-size: 35px;
    line-height: 140%;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
}
.pagebanner p{
    color: #fff;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
.crumbnav{
    width: 100%;
    height: auto;
    padding: 10px 0px;
    text-align: left;
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 3;
}
.crumbnav ul{
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 15px;
    color: #fff;
}
.crumbnav ul li{
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}
.crumbnav ul li a{
    font-size: 13px;
    color: #fff;
    display: inline-block;
}
.crumbnav ul li a:hover{
    color: #0071D9;
}
.crumbnav ul li:first-child{
    padding-left: 22px;
    background: url(../images/icon-home.svg) no-repeat 0px 7px/16px 13px;
}
.crumbnav ul li::before{
    content: "/";
    color: #fff;
    margin-right: 7px
}
.crumbnav ul li:first-child::before{
    content: "";
    margin-right: 0px;
}
.page-section {
    width: 100%;
    height: auto;
    padding: 100px 0px 85px;
    background-image: url(../images/index-icon5.svg);
    background-size: 250px auto;
    background-repeat: no-repeat;
    background-position: -30px -30px;
    background-color: #F5F5F5;
}
.page-section .maintitle p{
    font-size: 20px;
    margin-top: 10px;
    color: #606060;
}
.page-section .maintitle{
    margin-bottom: 30px;
}
.page-section .text{
    text-align: center;
    max-width: 900px;
    margin: auto;
}
.page-foot{
    width: 100%;
    height: auto;
    background: url(../images/foot-bg.jpg) no-repeat center center/cover;
    position: relative;
    padding-bottom: 50px;
}
.page-foot:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(to right, rgba(219,239,252,.8),#fff);
}
.page-foot .icon{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    top: -2px;
}
.page-foot .icon img{
    width: 100%;
    height: auto;
}

.contact-section1{
    width: 100%;
    height: auto;
    padding: 100px 0px;
}
.contact-section1 .maincon{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.contact-section1 .contact-info{
    width: 40%;
    background: #EBEFF2;
    padding: 80px 30px;
}
.contact-section1 .maps{
    width: 60%;
}
.contact-section1 .maps iframe{
    width: 100%;
    height: 100%;
}
.contact-section1 .contact-info img{
    height: 55px;
    margin-bottom: 25px;
}
.contact-section1 .contact-info p{
    margin-bottom: 5px;
    line-height: 1.6;
}
.contact-section1 .contact-info p a{
    color: #445979;
    font-size: inherit;
}
.contact-section1 .contact-info p a:hover{
    color: #0071D9;
}
.contact-section1 .contact-info .contact-share-icon{
    margin-top: 35px;
}
.contact-section1 .contact-info .contact-share-icon a{
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #16488C;
    border: 2px solid #16488C;
    border-radius: 4px;
}
.contact-section1 .contact-info .contact-share-icon a:hover{
    color: #0071D9;
    border: 2px solid #0071D9;
}
.contact-section2{
    width: 100%;
    height: auto;
    padding: 50px 0px 10px;
    background: #EBEFF2;
}
.forms .form_control {
    width: 100%;
    height: 42px;
    border: none;
    padding: 0px 10px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #000;
    box-shadow: none;
    border-radius: 0px;
    background: #fff;
}
.forms textarea.form_control{
    height: 140px;
    padding: 10px 10px;
}
.forms textarea.form_control.title{
    height: 42px;
    padding: 8px 10px 0px;
    font-weight: normal;
}
.forms .inquiry-quantity{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forms .inquiry-quantity input.form_control{
    border: 1px solid #e5e5e5;
    color: #000;
    width: calc(100% - 110px);
}
.forms .inquiry-quantity select.form_control {
    width: 100px;
    border: 1px solid #CED4DA;
    background-color: #2F4D83;
    font-size: 16px;
    color: #fff;
}
.forms label{
    margin-bottom: 2px;
    margin-left: 0px;
    font-size: 15px;
    color: rgba(3,38,72,.8);
}
.forms img.verification{
    height: 42px;
    cursor: pointer;
    width: auto;
    margin-bottom: 30px;
    margin-top: 40px;
}
.forms .main-btn{
    display: inline-block;
    padding: 10px 100px;
    border-radius: 0px 20px 0px 20px;
    color: #fff;
    font-size: 18px;
    background: #09479e;
    position: relative;
    overflow: hidden;
    border: none;
    margin-top: 10px;
}
.forms .main-btn:hover{
    color: #fff;
    background: #f97425;
}
.form-title{
    text-align: center;
    margin-bottom: 45px;
}
.form-title .title{
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-family: "Prague-Regular";
    color: #09479e;
    font-weight: bold;
    line-height: 2;
}
.form-title .title:before{
    content: '';
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #f97425;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.resource-title .title{
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-family: "Prague-Regular";
    color: #09479e;
    font-weight: bold;
    line-height: 2;
}
.resource-title .title:before{
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #f97425;
    position: absolute;
    left: 42%;
    top: 25px;
    transform: translateX(-50%);
}

.resource-title .title:after{
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #f97425;
    position: absolute;
    right: 38%;
    top: 25px;
    transform: translateX(-50%);
}


.Join-section1{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Join-section1 .pic{
    width: 320px;
    height: auto;
    position: relative;
    margin-right: 100px;
    flex-shrink: 0;
}
.Join-section1 .pic img{
    width: 100%;
    height: auto;
}
.Join-section1 .pic img.pic1{
    opacity: .3;
}
.Join-section1 .pic img.pic2{
    width: 100%;
    height: auto;
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 3;
}
.Join-section1 .text{
    text-align: left;
}
.Join-section1 .text h2{
    margin-bottom: 35px;
}
.Join-section1 .text p{
    margin-bottom: 0px;
}
.Join-section2{
    width: 100%;
    height: auto;
    padding: 100px 0px;
}
.Join-section2-info{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.Join-section2-info .text{
    width: 55%;
}
.Join-section2-info .text h3{
    font-size: 18px;
    margin-bottom: 15px;
}
.Join-section2-info .Join-form{
    width: 35%;
    background: #EBEFF2;
    padding: 40px 30px;
}
.Join-form-title{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    text-align: center;
}
.Join-form-title p{
    color: #ECBC53;
    margin-bottom: 5px;
    font-size: 15px;
}
.Join-form-title h3{
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
}
.Join-form-title h3:before{
    content: '';
    width: 70px;
    height: 2px;
    display: inline-block;
    background: #ECBC53;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.Join-section2-info .Join-form .forms .row>div{
    width: 100%;
}
.Join-section2-info .Join-form .forms label{
    margin-bottom: 5px;
    font-size: 15px;
}
.Join-section2-info .Join-form .forms .form_control{
    margin-bottom: 15px;
}
.Join-section2-info .Join-form .forms .inputfile{
    padding-top: 7px;
}
.Join-section2-info .Join-form .forms textarea.form_control{
    height: 90px;
}
.Join-section2-info .Join-form .forms img.verification{
    margin-top: 0px;
}
.Join-section2-info .Join-form .forms .main-btn{
    width: 100%;
}
.Join-section3{
    width: 100%;
    height: auto;
    padding: 100px 0px 20px;
    background: #F5F5F5;
}
.Join-section3-info1{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 35px;
}
.Join-section3-info1 img{
    width: 75%;
    height: auto;
}
.Join-section3-info1 .text{
    width: 60%;
    height: auto;
    text-align: center;
    padding: 30px 40px;
    background: #fff;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.Join-section3-info1 .text h3{
    font-size: 20px;
    margin-bottom: 15px;
}
.Join-section3-info1 .text h4{
    font-size: 16px;
    margin-bottom: 10px;
}
.Join-section3-info1 .text p:last-child{
    margin-bottom: 0px;
}
.Join-section3-info1:before{
    content: '';
    width: 26px;
    height: 26px;
    display: inline-block;
    background: rgba(245,44,152,.38);
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 3;
}
.Join-section3-info1:after{
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    background: rgba(12,162,208,.38);
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 4;
}
.Join-section3-info2{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Join-section3-info2 .pic{
    width: 35%;
    height: auto;
    flex-shrink: 0;
    margin-right: 100px;
}
.Join-section3-info2 .pic img{
    width: 100%;
    height: auto;
}
.Join-section3-info2 .text{
    width: 55%;
}
.Join-section3-info2 .text h3{
    font-size: 25px;
    margin-bottom: 25px;
}
.Join-section3-info2 .text h4{
    font-size: 16px;
    margin-bottom: 25px;
}
.Join-section3-info2 .text p:last-child{
    margin-bottom: 0px;
}
.inquiry-section{
    width: 100%;
    height: auto;
    padding: 100px 0px 20px;
}
.inquiry-section .inquiry-section-form{
    background: #EBEFF2;
    padding: 40px 30px;
}
.page-section .mainsection4-info{
    margin-bottom: 70px;
}
.page-section .mainsection4-info .text .text-list{
    text-align: left;
}
.platform-section2{
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background: linear-gradient(to right, #91DAD3,#5F8BA4,#789FC8,#959EE3);
}
.platform-section2-info{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.platform-section2-info .pic{
    width: 450px;
    height: auto;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    margin-right: 60px;
    flex-shrink: 0;
}
.platform-section2-info .pic img{
    width: 100%;
    height: auto;
}
.platform-section2-info .text h3{
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.platform-section2-info .text h2{
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
.platform-section2-info .text p{
    color: #fff;
}
.platform-section2-info .text a{
    background: #fff;
    display: inline-block;
    padding: 4px 40px;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
}
.platform-section2-info .text a:hover{
    background: #0071D9;
    color: #fff;
}
.services-section2{
    width: 100%;
    height: auto;
    padding: 100px 0px 65px;
    background: url(../images/Services-pic2.jpg) no-repeat center center/cover;
    position: relative;
}
.services-section2:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(to right, rgba(226,240,249,.29),#F1F8FC,#F4FAFD,rgba(255,255,255,.58));
}
.services-section2-list{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 25px;
    flex-wrap: wrap;
}
.services-container .services-section2-list a{
    display: inline-block;
    padding: 8px 15px;
    width: calc(20% - 20px);
    margin-bottom: 25px;
    background: #2792CD;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.services-container .services-section2-list a:hover{
    background: #0071D9;
    color: #fff;
}
.services-section3{
    width: 100%;
    height: auto;
    padding: 100px 0px 10px;
}
.services-section3-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}
.services-section3-list .text{
    width: 50%;
}
.services-section3-list .text p{
    margin-bottom: 8px;
}
.services-section3-list .text h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.services-section3-list .text .pic{
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}
.services-section3-list .text .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-section3-list .text .text-item{
    display: none;
}
.services-section3-list .text .text-item.shows{
    display: block;
}
.services-section3-list .title-list{
    width: 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.services-section3-list .title-list a{
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #A7A7A7;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}
.services-section3-list .title-list a:hover{
    color: #2792CD;
}
.services-section3-list .title-list a:hover:before{
    content: '';
    width: 60px;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background: #2792CD;
}
.services-section3-list .title-list.text-right a{
    text-align: right;
}
.services-section3-list .title-list.text-right a:hover:before{
    left: auto;
    right: 0px;
}
.services-section3-list .title-list p{
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 28px;
    border-bottom: 1px solid #A7A7A7;
    position: relative;
    cursor: default;
    font-size: 15px;
    line-height: 22px;
}
.services-section3-list .title-list.text-right p{
    text-align: right;
}
.services-section3-title{
    text-align: center;
    margin-bottom: 60px;
}
.services-section3-title h2{
    margin-bottom: 15px;
}
.pagecontent{
    padding: 60px 0px 50px;
}
.service-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.leftnav{
    width: 100%;
}
.rightcon{
    width: 100%;
}
.sidenav{
    width: 100%;
    height: auto;
    box-shadow: 1px 3px 10px #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}
.leftnavli{
    width: 100%;
    height: auto;
    padding: 0px 15px 0px;
}
.leftnavli>ul{
    width: 100%;
    height: auto;
    margin-bottom: 0px !important;
}
.leftnavli ul li a{
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    display: inline-block;
    max-width: 90%;

}
.leftnavli ul li a:hover{
    color: #05AAAD;
}
/*.leftnavli>ul>li>a:before{
	content: "\e96e";
	font-family: 'icomoon' !important;
	font-size: 14px;
    margin-right: 10px;
}*/
.leftnavli ul{
    margin-top: 0px;
    margin-bottom: 7px;
}
.leftnavli ul li{
    width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    /*border-bottom: 1px solid #f3f3f3;*/
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li ul li:last-child{
    border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 10px 0px 0px;
}
.leftnavli>ul>li:last-child{
    border-bottom: 0px solid #8cc7b5;
    margin-bottom: 0px;
}
.leftnavli ul li span{
    float: right;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    font-size: 18px;
}
.leftnavli ul li span::before{
    content: '\e968';
    font-family: 'icomoon';
    color: #062134;
    cursor: pointer;
    transition: all .5s;
    font-size: 18px;
    transform: rotate(-90deg);
}
.leftnavli ul li span.down::before{
    color: #05AAAD;
    transform: rotate(0deg);
}
.leftnavli ul li ul{
    display: none;
    padding-left: 14px;
    margin-top: 10px;
}
.leftnavli>ul>li{
    padding: 15px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}
.leftnavli ul li ul li{
    padding: 10px 0px 6px;
    margin-bottom: 0px;
}
.leftnavli>ul>li>ul{
    border-top: 1px solid #e6e6e6;
    padding-left: 10px;
}
.page-title{
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page-title h2{
    padding-bottom: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 22px;
    margin-top: 0px;
    text-align: left;
    color: #0071D9;
    position: relative;
}
.page-title h1{
    padding-bottom: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
    position: relative;
    font-size: 28px;
    color: #09479e;
    font-weight: bold;
}
.page-title .to_inquiry {
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 20px;
    background: #f97425;
    flex-shrink: 0;
    margin-left: 25px;
    font-weight: bold;
}
.page-title .to_inquiry:hover{
    background: #09479e;
}
.side-inquiry{
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
    background: #EBEFF2;
    padding: 15px 5px;
}
.side-inquiry h3{
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    display: block;
    position: relative;
    padding: 30px 0px 15px;
    text-align: center;
}
.side-inquiry h3:before{
    content: '';
    width: 80px;
    height: 2px;
    display: inline-block;
    background: #ECBC53;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.side-inquiry .forms{
    padding: 30px 15px;
}
.side-inquiry .forms label{
    font-size: 15px;
    margin-bottom: 5px;
}
.forms .form_control{
    height: 38px;
    margin-bottom: 15px;
    font-size: 15px;
}
.verification-box{
    position: relative;
}
.verification-box i{
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 20px;
}
.side-inquiry .forms .row>div{
    width: 100%;
}
.side-inquiry .forms textarea.form_control.title{
    height: 100px;
}
.side-inquiry .forms textarea.form_control{
    height: 100px;
}
.side-inquiry .forms img.verification{
    margin-top: 5px;
}
.side-inquiry .forms .main-btn{
    font-size: 16px;
    line-height: 20px;
    width: auto;
    padding: 8px 60px;
}
.notice{
    color: #666 !important;
    font-size: 14px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.notice:before{
    content: '* ';
}
.side-text{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.side-text img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.side-text h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.job-opportunities{
    width: 100%;
    height: auto;
    padding: 100px 0px 10px;
    background: #F5F5F5;
}
.job-opportunities .job-title{
    text-align: center;
    margin-bottom: 60px;
}
.job-opportunities .job-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 3.5%;
}
.job-opportunities .job-list .list-item{
    width: 31%;
    margin-bottom: 30px;
    background: #fff;
}
.job-opportunities .job-list .list-item .pic{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.job-opportunities .job-list .list-item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.job-opportunities .job-list .list-item:hover .pic img{
    transform: scale(1.1);
}
.job-opportunities .job-list .list-item .text{
    width: 100%;
    height: auto;
    padding: 30px 20px 20px;
}
.job-opportunities .job-list .list-item .text p{
    font-weight: bold;
    font-size: 18px;
    color: #444;
}
.job-opportunities .job-list .list-item:hover .text p{
    color: #0071D9;
}
.row.center{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



.E404 img {
    display: block;
    max-width: 100%;
    height: auto;
}
.E404 {
    width: 570px;
    margin: 10px auto auto auto;
    border: 0;
}
.E404 .Etit {
    font-size: 25px;
    line-height: 35px;
    color: #525151;
}
.E404 .content {
    color: #767676;
}
.E404 a {
    color: #525151;
    text-decoration: none;
}
.E404 .btn {
    border: 1px solid #dddddd;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    background-color: #efefef;
}
.E404 .btn:hover {
    background-color: #005caa;
    color: #ffffff;
}
.go_top{
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 4px;
    background-image: url(../images/top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    background-color: #09479e;
    position: fixed;
    right: 5px;
    bottom: 120px;
    opacity: 0;
    z-index: 222;
}
.go_top:hover{
    background-color: #f97425;
}
.index-banner{
    width: 100%;
    height: 800px;
    position: relative;
}
.index-banner .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bannertext:before{
    content: '';
    width: 100%;
    height: 100%;
    /*background: radial-gradient(59.1% 109.68% at 68.97% 103.72%, #0071D9 8.85%, #003796 100%);*/
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: .6;
    z-index: 0;
}

.page-services-content-tabs .content-tabs-navs {
    overflow: hidden;
    margin-bottom: 25px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 0px 0px;
}
.page-services-content-tabs .content-tabs-navs li {
    float: left;
    display: inline-block;
    padding: 7px 5px;
    border: 0;
    border-right: 1px solid #ddd;
    width: 190px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 0;
    background-color: #fff;
    font-family: 'OpenSans' !important;
    font-weight: bold !important;
}
.page-services-content-tabs .content-tabs-navs li.active {
    background-color: #1d4577;
    color: #fff
}
.page-services-content-tabs .content-tabs-navs li:last-child {
    border-right: 0
}
.page-services-content-tabs .content-tabs-list .content-tabs-text {
    display: none;
}
.page-services-content-tabs .content-tabs-list .content-tabs-text.active{
    display: block;
}
.resource-content{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.resource-content .resource-side{
    width: 300px;
    height: auto;
    /*position: sticky;*/
    /*top: 100px;*/
}
.resource-content .resource-side .side-list{
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all ease-out .3s;
}
.resource-content .resource-side .side-list .list-title{
    width: 100%;
    height: auto;
    padding: 15px 20px;
    font-size: 18px;
    color: #09479e;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
}
.resource-content .resource-side .side-list .list{
    width: 100%;
    height: auto;
    padding: 20px 15px 5px;
    max-height: 420px;
    overflow-y: auto;
}
.resource-content .resource-side .side-list .list p{
    cursor: pointer;
    padding: 5px 5px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.3;
}
.resource-content .resource-side .side-list .list p:hover{
    background: #f3f4f5;
}
.resource-content .side-related {
    background-image: url(../images/related-ser.png);
    background-repeat: no-repeat;
    padding: 0;
}
.resource-content .side-related p,.resource-content .side-related ul li,.resource-content .side-related ul li a{
    color: #ffffff;
    list-style: disc;
}
.resource-content .side-related p{
    font-family: 'Prague-Regular';
    padding: 20px 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.resource-content .side-related ul {
    padding: 0 0 20px 45px ;
}
.resource-content .side-related p:after{
    background-color: #ec5909;
    content: "";
    display: block;
    height: 2px;
    margin-top: .5rem;
    width: 45px;
}
.resource-content .side-related ul li a:hover{color:#ec5909;}
.resource-content .resource-info{
    width: calc(100% - 350px);
}



@media screen and (max-width:1480px){



    .index-banner{
        height: 600px;
    }
    .go_top{
        width: 42px;
        height: 42px;
        right: 10px;
    }
    .navs>ul>li{
        margin-left: 20px;
    }
    .navs>ul>li>a{
        font-size: 16px;
    }
    .toper .maincon{
        width: 100%;
        padding: 0px 30px;
    }
    .mainsection4-info .text .text-list h3{
        font-size: 30px;
    }
    .carousel-inner>.item {
        height: 600px;
    }
    .bannertext h1, .bannertext h2{
        font-size: 38px;
    }
    .maincon {
        width: 100%;
        padding: 0px 6%;
    }

}



@media screen and (min-width:1200px){



    .navs{
        position: static;
    }
    .navs>ul>li.spread-nav{
        position: static;
    }
    .navs>ul>li.spread-nav:after{
        content: none;
    }
    .navs>ul>li.spread-nav>ul{
        width: 1600px;
        max-width: 100%;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 20px 20px;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        flex-wrap: wrap;
        top: 135px;
        align-items: stretch;
    }
    .navs>ul>li.spread-nav>ul::-webkit-scrollbar {
        width: 5px;
        background: #1e1e1e;
    }
    .navs>ul>li.spread-nav>ul::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 0px #ab7525;
        background: #0071D9;
        width: 5px;
        height: 5px;
    }
    .navs>ul>li.spread-nav>ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px #1e1e1e;
        border-radius: 0px;
        background: #fff;
    }

    .navs>ul>li.spread-nav>ul .navbox-level1{
        width: 300px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li{
        float: none;
        border-bottom: none;
        padding: 10px 10px;
        position: relative;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li>a{
        font-weight: bold;
        color: #555;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li.act {
        background: #F4F8FD;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li.act>a {
        color: #f97425;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li.act>span:before {
        color: #f97425;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li:after{
        content: '';
        width: 3px;
        height: 0px;
        background: #f97425;
        position: absolute;
        right: -2px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li.act:after{
        height: 100%;
    }

    .navs>ul>li.spread-nav>ul .navbox-level2{
        width: calc(100% - 300px);
        border-left: 1px solid #d2d7da;
        padding-left: 40px;
        display: block;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li{
        display: none;
        float: none;
        border-bottom: none;
        padding: 0px 0px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li.shows{
        display: block;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2 ul{
        display: block;
        position: static;
        box-shadow: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul{
        display: flex;
        flex-wrap: wrap;
        column-gap: 2%;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li{
        width: 32%;
        float: none;
        border-bottom: none;
        padding: 0px 0px;
        margin-bottom: 12px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>a{
        color: #555;
        font-weight: bold;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2 a:hover{
        color: #f97425;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>span{
        display: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul{
        padding-left: 5px;
        padding-top: 5px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li{
        padding: 4px 0px;
        border-bottom: none;
        float: none;
    }





}



@media screen and (max-width:1200px){



    .mainsection1-list .list-item .text h3{
        font-size: 18px;
    }
    .go_top{
        width: 36px;
        height: 36px;
        right: 5px;
    }
    .nav-right{
        position: absolute;
        right: 100px;
    }
    .side-text img{
        max-width: 500px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    .service-content{
        flex-wrap: wrap;
    }
    .rightcon {
        width: 100%;
        margin-top: 0px;
    }
    .leftnav {
        width: 100%;
    }
    .platform-section2-info .text h2{
        font-size: 24px;
    }
    .Join-section3-info2 .text{
        width: 100%;
    }
    .Join-section3-info2 .text h3{
        font-size: 20px;
    }
    .Join-section3-info2 .pic{
        margin-bottom: 30px;
        margin-right: 0px;
        width: 300px;
        max-width: 100%;
    }
    .Join-section3-info2{
        flex-wrap: wrap;
        justify-content: center;
    }
    .Join-section3-info1 img{
        width: 100%;
    }
    .Join-section3-info1{
        flex-wrap: wrap;
    }
    .Join-section3-info1 .text{
        position: static;
        width: 100%;
        transform: none;
    }
    .pagebanner h1{
        font-size: 28px;
    }
    .pagebanner{
        margin-top: 70px;
    }
    .mainsection5-info .pic img {
        height: 80px;
    }
    .mainsection5-info .pic {
        margin-right: 30px;
    }
    .mainsection1-list .list-item .pic{
        height: 200px;
    }
    .title{
        font-size: 28px;
    }
    .logos img {
        height: 40px;
    }
    .sp_nav {
        display: flex;
        margin-left: 0px;
        margin-top: 0px;
        margin: 10px 0;
        /* position: relative; */
        right: 0;
    }
    .navs {
        width: 100%;
        height: auto;
        position: absolute;
        top: 100%;
        margin-top: 0px;
        right: 0px;
        bottom: auto;
        background: #0071D9;
        padding-top: 0px;
        padding-left: 0px;
        z-index: 999;
        transition: .15s ease-in-out;
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        opacity: 0;
        visibility: hidden;
        max-height: calc(100vh - 120px);
        overflow: auto;
    }
    .navs a{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #d8d8d8;
        line-height: 50px;
        line-height: 50px;
        display: block;
        margin-left: 0px;
        z-index: 999;
        padding: 0px 20px;
        float: left;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .navs.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1; visibility: visible;}
    .navs>ul{
        width: 100%;
        height: auto;
    }
    .toper.fixed .navs a{
        color: #fff;
    }
    .navs ul li a{
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0px;
        color: #fff;
        display: inline-block;
        width: auto;
        text-align: left;
        border-bottom: none;
    }
    .navs ul{
        margin-top: 0px;
    }
    .navs ul li{
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 15px;
        margin-bottom: 0px;
        position: relative;
        margin-left: 0px;
        line-height: 40px;
        border-bottom: 1px solid #c6c6c6;
        display: inline-block;
    }
    .navs ul li:last-child{
        margin-bottom: 0px;
    }
    .navs>ul>li:last-child{
        border-bottom: 1px solid #c6c6c6;
        margin-bottom: 0px;
    }
    .navs ul li img{
        height: 8px;
        cursor: pointer;
        transition: all 0.3s;
        line-height: 12px;
        top: 15px;
        position: absolute;
        right: 20px;
    }
    .navs ul li ul li img{
        height: 8px;
        cursor: pointer;
        transition: all 0.3s;
        line-height: 12px;
        top: 20px;
        position: absolute;
        right: 20px;
    }
    .navs ul li img.down{
        transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -moz-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
    }
    .navs ul li ul{
        display: none;
        padding-left: 10px;
        overflow: hidden;
    }
    .navs ul li ul li{
        padding: 0px 0px;
    }
    .navs ul li ul li:last-child{
        border-bottom: none;
    }
    .navs ul li ul li a{
        line-height: 24px;
        padding: 10px 0px;
    }
    .navs>ul>li>ul{
        position: static;
        width: 100%;
        padding-left: 20px;
        background: none;
        box-shadow: none;
    }
    .navs ul li ul li ul{
        position: static;
    }
    .navs ul li ul li ul {
        position: static;
        width: 100%;
    }
    .navs>ul>li:hover{
        padding-bottom: 0px;
    }
    .navs>ul>li>ul>li>a{
        color: #fff;
    }
    .navs>ul>li>ul>li>ul>li>a{
        color: #fff;
    }
    .navs>ul>li>ul>li>ul>li>ul>li>a{
        color: #fff;
    }
    .navs>ul>li>ul>li>ul>li>ul>li>ul>li>a{
        color: #fff;
    }
    .navs>ul li span{
        float: right;
        margin-right: 15px;
        font-size: 18px;
    }
    .navs ul li span::before{
        color: #fff;
        content: "+";
        font-weight: bold;
    }
    .navs ul li span.down::before{
        color: #fff;
        content: "-";
        font-weight: bold;
    }
    .navs>ul>li:hover {
        background: none;
        border-bottom: 1px solid #c6c6c6;
    }
    .navs ul li ul li span::before{
        color: #fff;
        content: "+";
        font-size: 16px;
        font-weight: bold;
    }
    .navs ul li ul li span.down::before{
        content: "-";
        transform: none;
    }
    .navs ul li ul li:hover>span::before{
        color: #fff;
    }
    .navs ul li ul li{
        border-bottom: 1px solid #c6c6c6;
    }
    .navs ul li ul li:hover {
        background: none;
        border-bottom: 1px solid #c6c6c6;
    }
    .navs>ul>li:after{
        content: none;
    }
    .navs ul li ul li ul{
        background: none;
        padding-left: 20px;
        box-shadow: none;
    }
    .navs ul li ul li span{
        top: 18px;
    }
    .navs a:hover{
        color: #fff;
    }
    .navs>ul>li:hover>a{
        color: #fff;
    }
    .navs ul li ul li:hover>a{
        color: #fff;
    }

}

@media screen and (max-width:1000px){



    .resource-content .resource-info {
        width: 100%;
    }
    .resource-content .resource-side{
        width: 100%;
        margin-bottom: 10px;
        /*position: static;*/
    }
    .resource-content{
        flex-wrap: wrap;
    }
    .go_top{
        width: 30px;
        height: 30px;
        right: 0px;
    }
    .E404 {
        width: 90%;
        margin: 0 auto auto auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bannertext .learnmore{
        height: 46px;
        padding: 0px 30px;
        font-size: 16px;
    }
    p,.footer p,.footer a,.learnmore{
        font-size: 16px;
    }
    .page-title{
        flex-wrap: wrap;
    }
    .page-title h2{
        width: 100%;
        margin-bottom: 15px;
    }
    .page-title h1{
        width: 100%;
        margin-bottom: 15px;
    }
    .page-title .to_inquiry{
        margin-left: 0px;
    }
    .row.center{
        display: block;
    }
    .services-section3-list .title-list.text-right p.shows:before {
        left: 0px;
        right: auto;
    }
    .services-section3-list .title-list.text-right p {
        text-align: left;
    }
    .services-section3-list.reverse{
        flex-direction: column-reverse;
    }
    .services-section3-list{
        flex-wrap: wrap;
    }
    .services-section3-list .text {
        width: 100%;
    }
    .services-section3-list .title-list{
        width: 100%;
        margin-bottom: 30px;
    }
    .services-section2-list{
        column-gap: 0px;
        justify-content: space-between;
    }
    .services-section2-list a{
        width: 48%;
    }
    .platform-section2-info .text a{
        padding: 4px 20px;
    }
    .platform-section2{
        padding: 50px 0px;
    }
    .platform-section2-info .pic{
        max-width: 100%;
        margin-bottom: 30px;
        margin-right: 0px;
    }
    .platform-section2-info{
        flex-wrap: wrap;
    }
    .Join-section2-info .Join-form{
        width: 100%;
    }
    .Join-section2-info .text {
        width: 100%;
        margin-bottom: 30px;
    }
    .Join-section2-info{
        flex-wrap: wrap;
    }
    .Join-section1 .text h2{
        margin-bottom: 20px;
    }
    .Join-section1 .text{
        width: 100%;
    }
    .Join-section1 .pic{
        margin-right: 0px;
        margin-bottom: 40px;
        max-width: 100%;
    }
    .Join-section1{
        flex-wrap: wrap;
    }
    .contact-section2 {
        padding: 50px 0px 20px;
    }
    .contact-section1 .contact-info{
        width: 100%;
        padding: 40px 15px;
    }
    .contact-section1 .maps{
        width: 100%;
        height: 350px;
    }
    .contact-section1 .maincon{
        flex-wrap: wrap;
    }
    .pagebanner h1{
        font-size: 24px;
    }
    .mainsection5-info .text h3{
        font-size: 18px;
    }
    .mainsection5-info .text h2{
        font-size: 18px;
    }
    .mainsection5-info .pic {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .mainsection5-info{
        flex-wrap: wrap;
    }
    .mainsection4-info .text .text-list{
        top: 40px;
        margin-top: 0px;
    }
    .mainsection4-info{
        height: 500px;
    }
    .mainsection4-info .text .text-list h3 {
        font-size: 25px;
    }
    .mainsection4-info .pic .pic-list h3{
        font-size: 16px;
    }
    .mainsection2{
        padding: 90px 0px 40px;
    }
    .mainsection3{
        padding: 40px 0px 90px;
    }
    .mainsection3-info .pic{
        width: 400px;
        max-width: 100%;
        margin-top: 90px;
    }
    .mainsection3-info .text {
        width: 100%;
    }
    .mainsection3-info .text p{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mainsection3-info{
        flex-wrap: wrap;
    }

    .mainsection2-info .pic{
        width: 400px;
        max-width: 100%;
        margin-bottom: 60px;
    }
    .mainsection2-info .text {
        width: 100%;
    }
    .mainsection2-info .text p{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mainsection2-info{
        flex-wrap: wrap;
    }
    .maintitle {
        margin-bottom: 40px;
    }
    .mainsection1{
        padding: 60px 0px 20px;
    }
    .mainsection1-list .list-item{
        width: 100%;
        margin-bottom: 40px;
    }
    .mainsection1-list{
        flex-wrap: wrap;
    }
    .bannertext p{
        font-size: 16px;
    }
    .bannertext h1, .bannertext h2{
        font-size: 28px;
    }
    .maincon {
        padding: 0px 30px;
    }

}

@media screen and (max-width:800px){



    .toper .maincon{
        padding: 0px 15px;
    }
    .job-opportunities{
        padding: 50px 0px 10px;
    }
    .job-opportunities .job-list{
        flex-wrap: wrap;
        column-gap: 0px;
    }
    .job-opportunities .job-list .list-item{
        width: 100%;
    }
    .side-inquiry{
        padding: 15px 0px;
    }
    .services-section2-list a{
        width: 100%;
        margin-bottom: 20px;
    }
    .platform-section2-info .text h2{
        font-size: 20px;
    }
    .pagebanner h1{
        font-size: 22px;
    }
    .foot-contact{
        margin-bottom: 25px;
    }
    .foot-logo img{
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .foot-logo{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .foot-info{
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .foot-nav{
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .foot-nav .navlist{
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0px;
    }
    .mainsection4-info .text .text-list h3{
        color: #808080;
    }
    .mainsection4-info .text .text-list p{
        color: #808080;
    }
    .mainsection4-info .text .text-list.shows{
        display: block;
    }
    .mainsection4-info .text .text-list{
        position: static;
        display: none;
        padding: 0px 0px;
    }
    .mainsection4-info .text{
        position: static;
        margin-bottom: 30px;
    }
    .mainsection4-info {
        height: auto;
    }
    .mainsection4-info .pic .pic-list{
        width: 50%;
    }
    .mainsection4-info .pic{
        flex-wrap: wrap;
    }
    .mainsection1-list .list-item .text h3{
        font-size: 18px;
    }
    .title{
        font-size: 22px;
    }
    .bannertext h1, .bannertext h2{
        font-size: 24px;
    }
    .maincon {
        padding: 0px 15px;
    }

}

@media screen and (max-width:600px){




    .nav-right{
        right: 70px;
    }
    .inquiry-section .inquiry-section-form{
        padding: 40px 15px;
    }
    .Join-section2-info .Join-form{
        padding: 40px 15px;
    }
    .Join-section3-info2{
        padding: 50px 15px;
    }
    .Join-section3-info1 .text{
        padding: 40px 15px;
    }
    .mainsection4-info .pic .pic-list h3{
        bottom: 20px;
    }
    .mainsection4-info .pic .pic-list {
        width: 100%;
        height: 220px;
    }
    .mainsection4-info .text .text-list h3 {
        font-size: 22px;
    }
    .maintitle h2:before{
        width: 30px;
        margin-right: 15px;
    }
    .maintitle h2:after{
        width: 30px;
        margin-left: 15px;
    }
    .maintitle h1:before{
        width: 30px;
        margin-right: 15px;
    }
    .maintitle h1:after{
        width: 30px;
        margin-left: 15px;
    }
    .toper .share-icon a {
        margin-left: 10px;
    }

}

.search-list-tab{
    width: 100%;
    height: auto;
}
.search-list-tab .search-list-title{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 20px;
    border-bottom: 1px solid #005c87;
}
.search-list-tab .search-list-title p{
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #005c87;
    border: 1px solid #005c87;
    border-bottom: none;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    cursor: pointer;
}
.search-list-tab .search-list-title p.shows{
    color: #fff;
    background: #005c87;
}
.search-list-tab .search-list-title p:hover{
    color: #fff;
    background: #005c87;
}
.search-list-tab .search-list-box{
    width: 100%;
    height: auto;
}
.search-list-tab .search-list-box .list-item{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.search-list-tab .search-list-box .list-item h2{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #005c87;
}
.search-list-tab .search-list-box .list-item h2 a{
    font-size: inherit;
    color: inherit;
    transition: all 0s;
}
.search-list-tab .search-list-box .list-item h2 a span{
    color: #005c87 !important;
}
.search-list-tab .search-list-box .list-item h2 a:hover{
    color: #0eb0fc;
    transition: all 0s;
}
.search-list-tab .search-list-box .list-item h2 a:hover span{
    color: #0eb0fc !important;
}
.search-list-tab .search-list-box .list-item p{
    margin-top: 0px;
    margin-bottom: 15px;
}

.section-banner {
    width: 100%;
    height: 800px;
    position: relative;
}

.section-banner .carousel {
    width: 100%;
    height: 800px;
}

.section-banner .text-info {
    width: 950px;
    max-width: 100%;
    margin: auto;
}

.section-banner .carousel-inner {
    height: 100%
}

.section-banner .carousel-inner .item {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom
}
.section-banner .carousel-inner .carousel-caption{
    bottom: inherit;
    top: 30%;
    right:0;
    left:0;
}
.section-banner .carousel-inner .item.promotion .carousel-caption{
    top:23%;
}

.section-banner .carousel-inner .item.promotion {
    background-position: center top;
    background-image: url(../images/2024-christmas-bg.jpg)
}

@supports(background-image: url("../images/2024-christmas-bg.webp")) {
    .section-banner .carousel-inner .item.promotion {
        background-image:url("../images/2024-christmas-bg.webp")
    }
}

.section-banner .carousel-inner .item.first {
    background-image: url(../images/banner.jpg)
}

@supports(background-image: url("../images/banner.webp")) {
    .section-banner .carousel-inner .item.first {
        background-image:url("../images/banner.webp")
    }
}

.section-banner .carousel-inner .item h1,
.section-banner .carousel-inner .item h2 {
    text-align: left;
    font-size: 46px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 80px;
    /* text-shadow: 1px 1px 2px #000; */
    opacity: 0;
    transform: translateY(-15px);
    -webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
    max-width: 900px;
}

.section-banner .carousel-inner .item h1 a,
.section-banner .carousel-inner .item h2 a {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
}

.section-banner .carousel-inner .item h1 a:hover,
.section-banner .carousel-inner .item h2 a:hover {
    color: #89c900
}

.section-banner .carousel-inner .item p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0px;
    white-space: normal;
    display: block;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
    text-align: left;
    /* text-shadow: 1px 1px 2px #000; */
    padding-left: 50px;
    position: relative;
    max-width: 900px;
}

@media (max-width: 767px) {
    .section-banner .carousel-inner .item.promotion {
        background: #4c1609;
    }

    .section-banner .carousel-inner .item.first {
        background-image: url(../images/banner.jpg)
    }

    @supports(background-image: url("../images/banner.webp")) {
        .section-banner .carousel-inner .item.first {
            background-image:url("../images/banner.webp")
        }
    }
}

.section-banner .carousel-indicators{
    bottom:120px;
}
.section-banner .carousel-indicators li{
    margin-right: 10px;
}

/*resources-page*/
.card-list {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.card-list .list-title {
    width: 100%;
    height: auto;
    /*box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);*/
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    margin: 0 auto 50px auto;
}

.card-list .list-title h3 {
    font-size: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #000;
    background: #fff;
    padding: 20px 0px;
    width: 50%;
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
}

.card-list .list-title h3.shows {
    color: #f97425;
    border-bottom: 2px solid #f97425;
}

/*list-item-fliter*/
.filter-menu a {
    color: #09479e;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    border-radius: 100px;
    background: #e6e6e6;
    flex-shrink: 0;
    margin-left: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.filter-menu a.active {
    color: #ffffff;
    background: #f97425;
}

.filter-menu {
    padding-bottom: 40px;
    text-align: center;
}

.resource p.type {
    position: absolute;
    top: 0px;
    padding: 5px 10px;
    background: #000000a3;
    color: white;
    font-size: 13px;
    margin: 0 0 20px;
}

.resources #resourcelist .resource {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    overflow: hidden;
}

#resourcelist .resource {
    display: block;
}

.resource-wrapper {
    overflow: hidden;
    position: relative !important;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .resource {
        width: 100%;
    }
}

.resource .resource-bg {
    background: linear-gradient(180deg, #09479e, transparent);
    height: 150px;
    overflow: hidden;
}

.resource img {
    position: relative;
    object-fit: cover;
    overflow: hidden;
    width: -webkit-fill-available;
    height: inherit;
}

@media (max-width: 768px) {
    #resourcelist .resource {
        width: 100%;
    }

    .resource .resource-bg {
        height: 150px
    }

    .resource img {
        position: relative;
        max-width: 100%;
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
}

.resource h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    height: 100px;
    /*display: flex;*/
    /*align-items: center;*/
    transition: all ease .4s;
    text-align: left;
    padding: 20px 10px;
}

@media (max-width: 1200px) {
    .resource h2 {
        height: 80px;
        font-size: 1.2rem;
    }
}

.resource a .res-more {
    display: inline-block;
    padding: 10px 40px;
    background: #09479e;
    color: #fff;
    border-radius: 30px;
    font-size: .9em;
    line-height: 1.45em;
    margin-bottom: 10px;
    transition: all ease .4s;
}

.resource a .res-more:hover {
    background: #f97425;
}

.pdf-link-form {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    display: none;
}

.pdf-link-form .pdf-link-form-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}

.pdf-link-form .pdf-link-form-box {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    background: #fff;
    padding: 40px 40px 40px;
    width: 100%;
}

.pdf-link-form .pdf-link-form-box .pdf-link-form-content {
    margin: 0px 0px;
    width: 100%;
}

.pdf-link-form .pdf-link-form-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    cursor: pointer;
}

.pdf-link-form .pdf-link-form-close:before {
    content: '\2716';
    font-size: 20px;
    font-weight: bold;
}

.pdf-link-form .pdf-link-form-close:hover {
    color: #ec7700;
}

.pdf_form .form-control {
    height: 42px;
    padding: 0px 12px;
}

.pdf-link-form-content .forms .form_control {
    color: #000000;
}

.pdf-link-form-content .forms input {
    border: 1px solid #a9a9a9;
}

.pdf-link-form-content .pdf_form_title {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bolder;
}

.pdf-link-form-content .forms .form_button {
    text-align: center;
}

/*replace-toper-css*/

@media screen and (max-width: 1200px) {
    .logos img {
        height: 50px;
    }
}

.toper {
    width: 100%;
}

.toper .maincon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}

.submit_search {
    font-size: 20px;
    cursor: pointer;
    padding: 5px 0;
    border-radius: 0;
}

#searchbox {
    position: relative;
}


#searchbox {
    position: relative;
}

#searchbox>input {
    padding: 12px 119px 12px 20px;
    margin: 5px 0
}

.searchinput-box,.search-choice-nav {
    width: 670px;
}

#searchbox>button {
    position: absolute;
    right: 0;
    margin: 5px 0;
    border: 0;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    background: #005b88;
    color: white;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

#searchbox>.icon {
    font-size: 20px;
    cursor: pointer;
}

#searchbox>button:hover {
    background: #f97425;
}


.top_search {
    font-size: 13px;
    line-height: 20px;
}
.submit_search {
    font-size: 20px;
    cursor: pointer;
    padding: 5px 0;
    border-radius: 0;
}

.fixed {
    position: fixed
}

.fixed .menu>ul {
    margin-top: 0
}

.fixed .logo {
    width: 220px;
    height: 54px;
    margin: 16px 0 11px;
}

@media (max-width: 1200px) {
    .toper .maincon{
        width:100%;
    }
    .logo {
        width:100%;
        text-align: center;
        margin: 10px 0 0;
    }
    .logos, .top {
        margin-bottom: 10px;
    }
    #searchbox>button{
        width: auto;
        padding:0 20px;
    }
    .toper{
        padding: 15px 0 0px;
    }

    .toper .nav-bar {
        background: #005b88;
    }

    .toper .nav-bar .sp_nav{
        margin: 10px 0;
    }

    .toper .nav-bar .sp_nav span{
        background: #ffffff;
    }

    .logo img {
        width: 220px
    }

    #searchbox>input {
        width: 100%;
        padding: 12px 119px 12px 20px;
    }
}

.form-flex{
    display: flex;
}

.form-flex input{
    width: 15px;
    height: 15px;
    margin-right: 15px;
    margin-top: 7px;
}

.form-flex p{
    padding-bottom:0px;
    margin-bottom: 20px;
}

/*service-page related resources */
.course-item {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    margin: 0 0 30px;
}
.course-img {
    position: relative;
}
.course-img img {
    max-width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.course-content {
    padding: 30px 30px 25px;
}
.course-content h3 a {
    margin-top: 0px;
    color: #222;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.widget-categories-box {
    background: rgba(36, 136, 242, 0.8);
    padding: 42px 40px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: none;
}

.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid rgb(255 255 255 / 44%);
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
    padding-left: 10px;
    color: #fff;
}

.categories-title.service h4{
    border-bottom: 2px solid rgba(36, 136, 242, 1);
    color: rgba(36, 136, 242, 1);
    margin-top:50px;
}
.categories-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 24px;
    width: 3px;
    background: #2488f2;
}
.pdf-button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2488f2;
    padding: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.pdf-button a h5 {
    height: 60px;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
.pdf-button a:hover>h5 {
    color: #000000;
}
.pdf-button a img {
    float: right;
    font-size: 20px;
    margin-top: 2px;
    width: 20px;
}

.sidber-widget-recent-post {
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.recent-widget-thumb {
    float: left;
    margin-right: 25px;
    object-fit: cover;
}
.recent-widget-thumb img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    object-fit: cover;
}
.sidber-widget-recent-post .recent-widget-content a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 26px;
    transition: .5s;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidber-widget-recent-post:hover a {
    color: #f97425;
}
.sidber-widget-recent-post:hover .right {
    background: #f9742540;
    color: #f97425;
}
.course-content h3:hover a {
    color: #f97425;
}
.sidber-widget-recent-post {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #E6E8E9;
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 20px auto;
    grid-template-columns: 1fr auto;
    padding: 20px 25px;
    height: 95px;
}
.article .course-inner{
    height: 325px;
}
.article .right{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #CDE0FF;
    text-align: center;
    line-height: 38px;
    color: #0866ff;
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.article-item{
    border-radius: 8px;
    background: #fff;
    border: 1px solid #D9DDDE;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
}
.course-content span{
    padding-left: 20px;
}


