/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    01.COMMON css 
===========================*/
/* @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800"); */

html {
    scroll-behavior: smooth;
}

body {
    color: #fff;
    background-color: #4d83a1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

/* video::-webkit-media-controls {
  display: none !important
} */

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2B2A3D;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #5A5872;
    margin: 0px;
}

@media (min-width: 1200px) {
    .container {
        width: 1320px;
        max-width: 1320px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 1320px;
        max-width: 1320px;
    }
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0;
    padding: 0 40px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease-out 0s;
    background-color: #0c598f;
}

.main-btn:hover {
    background-color: #ff6b6b;
    color: #fff;
}

/*===== All Section Title Style =====*/
.section_title_fir {
    margin-bottom: 114px;
}

.section_title_fir .title {
    font-size: 40px;
    color: #fff;
}

.section_title_fir {
    font-size: 50px;
    line-height: 36px;
    font-weight: 800;
    text-align: left;
    color: #222;
}

.section_title_fir p {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin-top: 68px;
}

.section_title .title {
    font-size: 40px;
    line-height: 36px;
    font-weight: 800;
    text-align: left;
    color: #fff;
}

.section_title.section_title_2 .title,
.section_title.section_title_2 p {
    color: #fff;
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #0c598f #0c598f #F9F9F9;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #F9F9F9;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #F9F9F9;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes ytp-spinner-linspin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 15px 0;
}

.navbar {
    padding: 20px 0;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 150px;
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 130px;
    }
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #0c598f;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

.navbar-nav .nav-item {
    position: relative;
    margin-left: 78px;
}

/* .navbar-nav .nav-item.language {
  margin-left: 28px;
} */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

.navbar-nav .nav-item a {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #f2f1f1;
    /* line-height: 0px; */
    transition: all 0.3s ease-out 0s;
    padding-bottom: 9px;
    /* padding-bottom: 36px; */
    position: relative;
}

.navbar-nav .nav-item a::before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #222;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 20px 0;
        color: #222;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar-nav .nav-item a.active,
    .navbar-nav .nav-item a:hover {
        color: #0c598f;
    }
}

@media (max-width: 767px) {

    .navbar-nav .nav-item a.active,
    .navbar-nav .nav-item a:hover {
        color: #0c598f;
    }
}

.navbar-nav .nav-item a.active::before,
.navbar-nav .nav-item a:hover::before {
    width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #0c598f;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

/* .sticky .navbar-toggler .toggler-icon {
  background-color: #222;
} */

.sticky .navbar-nav .nav-item a {
    color: #222;
}

.sticky .navbar-nav .nav-item a::before {
    background-color: #0c598f;
}

.sticky .navbar-nav .nav-item a.active,
.sticky .navbar-nav .nav-item a:hover {
    color: #0c598f;
}

/*===== hero =====*/
.single_hero {
    height: 750px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single_hero::before {
    position: absolute;
    content: '';
    /* background-color: rgba(43, 42, 61, 0.7); */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}


/*===========================
description_area css
===========================*/
.description_area {
    font-size: 24px;
    line-height: 40px;
    font-weight: lighter;
    text-align: center;
    color: #fffefe;
    background: #073245;
    padding-top: 50px;
    padding-bottom: 50px;
}

.description_area.aboutus {
    padding: 88px 0;
    text-align: left;
}

.description_area.aboutus .row .wow {
    display: flex;
}

.description_area.aboutus .row .wow span {
    display: inline-block;
    font-size: 28px;
    line-height: 79px;
    font-weight: 800;
    color: #ffffff;
    padding-right: 70px;
    border-right: 2px solid #fff;
}

.description_area.aboutus .row .wow div:last-child {
    font-size: 28px;
    line-height: 45px;
    font-weight: 300;
    color: #fffefe;
    padding-right: 0;
    margin-left: 46px;
    border-right: none;
    display: flex;
    align-items: center;
}


/*===========================
      03.pipeline css 
===========================*/
.pipeline-table tr,
.pipeline-table td {
    border-width: 1px;
    border-color: #DAD9DD;
    border-right-color: transparent;
}

.pipeline-table tr:last-child,
.pipeline-table td:last-child {
    border-right-color: #DAD9DD;
}

.pipeline-table th {
    height: 24px;
    font-size: 24px;
    line-height: 53px;
    font-weight: 800;
    background: #0C598F;
    color: #fff;
    text-align: center;
}

.pipeline-table td {
    text-align: center;
    padding: 20px 0;
}

.pipeline-table tr td:nth-child(3) {
    padding: 0;
}

.single_pipeline i {
    font-size: 60px;
    line-height: 60px;
    color: #0c598f;
    transition: all 0.3s ease-out 0s;
}

.percentage-bg {
    display: flex;
    align-items: center;
}

.percentage-bg .percentage {
    background: #93BDDA;
    height: 20px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 22px solid #93BDDA;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent
}


.single_pipeline .pipeline_title {
    color: #0c598f;
    margin-top: 15px;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
}

.single_pipeline p {
    margin-top: 15px;
}

.single_pipeline:hover i {
    color: #0c598f;
}

/*===========================
      04.ABOUT css 
===========================*/
.about_area {
    background-color: #F9F9F9;
    position: relative;
}

.about_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.about_image .image_content {
    width: 185px;
    height: 185px;
    background-color: #0c598f;
    display: table;
    text-align: center;
    position: relative;
    left: -92px;
}

.about_image .image_content .experience {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

.about_image .image_content .experience span {
    font-size: 44px;
    font-weight: 700;
}

.about_content {
    padding-right: 50px;
}

.about_content .main-btn {
    margin-top: 30px;
}

/*===========================
      05.PORTFOLIO css 
===========================*/
/*===========================
      06.index css 
===========================*/
.index_area {
    /* background-color: #F9F9F9; */
    padding-top: 68px;
    /* padding-bottom: 135px; */
}

.index_titlt_line {
    width: 60px;
    height: 8px;
    margin-top: 22px;
    margin-bottom: 58px;
    background: #93bdda;
}

.single_index {
    cursor: pointer;
    background-image: url(../images/index-1.png);
    max-width: 554px;
    min-height: 520px;
    /* min-height: 616px; */
    padding-left: 30px;
    padding-right: 30px;
    background-size: cover;
}

.mian-btn {
    width: 146px;
    height: 47px;
    background: #0a4b71;
    margin-top: 16px;

    font-size: 20px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.mian-btn:hover {
    color: #D3D3D3;
}

.single_index .index_list {
    margin-top: 24px;
}


.single_index .index_line {
    width: 47px;
    height: 8px;
    margin-top: 46px;
    background: #8ab8d2;
}

.single_index.active .index_line {
    background: #073245;
}

.single_index .index_content_title {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    text-align: left;
    margin-top: 20px;
    color: #ffffff;
    letter-spacing: 0.22px;

    width: 100%;
}

.single_index .content_dec {
    display: flex;
    /* text-align: justify; */
}

.content_dec {
    margin-top: 24px;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.single_index .content_dec.content_italic {
    font-style: italic;
    text-align: left;
    letter-spacing: 0;
    margin-top: 12px;
}

/* div.content_dec {
  height: 74px;
} */

.single_index .index_list .dic {
    /* flex-shrink: 0; */
    width: 9px;
    height: 9px;
    margin-right: 28px;
    border-radius: 50%;
    background: #fff;
    /* position: relative;
    top: -4px; */
}

.single_index.active .index_list .dic {
    background: #073245;
}

.single_index .index_list li {
    margin-top: 15px;
}

.single_index.active {
    background-image: url(../images/index-2.png);
}

.single_index.active .index_title {
    color: #fff;
}

.single_index.active .index_content_title {
    color: #073245;
}

.single_index.active .content_dec,
.single_index.active .index_list li {
    color: #000;
}


/*===========================
        07.NEWS css 
===========================*/

/*===========================
     08.TESTIMONIAL css 
===========================*/
.testimonial_area {
    position: relative;
}

.testimonial_area .swiper {
    height: 100%;
}

.testimonial_area .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_area .swiper video {
    width: 100%;
    /* height: 100%; */
}

.single_testimonial img,
.single_testimonial video {
    max-height: 900px;
    width: 100%;
}

video {
    object-fit: contain;
}

video:focus {
    outline: none;
}

/* .testimonial_area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(43, 42, 61, 0.9);
} */

.testimonial_active_wrapper {
    position: relative;
    /* padding-bottom: 60px; */
}

.swiper-button-prev.index_prev {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    left: 64px;
}

.swiper-button-next.index_next {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    right: 64px;
}

.swiper-button-prev.index_prev:hover {
    background: #1381ef;
}

.swiper-button-next.index_next:hover {
    background: #1381ef;
    /* right: 61px; */
}

.swiper-button-next i,
.swiper-button-prev i {
    width: 100%;
    color: #00062A;
    font-size: 22px;
    position: relative;
    left: 0;
    transition: left 100ms;
}

.swiper-button-prev.index_prev::after,
.swiper-button-next.index_next::after {
    content: '';
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.swiper-button-prev:hover i {
    color: #fff;
    left: -2px;
}

.swiper-button-next:hover i {
    color: #fff;
    left: 2px;
}

/* .swiper-button-prev.index_prev {
  left: 64px;
}

.swiper-button-next.index_next {
  right: 64px;
} */

/* .swiper-button-prev.index_prev,
.swiper-button-next.index_next {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.6);
} */

/*===========================
    09.news css 
===========================*/
.news_area_title {
    position: relative;
}

.news_area_title h4 {
    display: inline-block;
}

.news_area_title a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    /* color: #0c598f; */
}

.news_area .left_single_news .news_content {
    padding-left: 12px;
    /* padding-bottom: 64px; */
    /* background: #F6F6F6; */
    color: #fff;
    max-width: 604px;
    margin-top: 10px;
}

.single_news .news_image img {
    width: 100%;
    max-width: 634px;
    max-height: 342px;
    border-radius: 8px 8px 0 0;
}

/* .single_news .news_content {
  padding-top: 25px;
} */

.single_news .news_content h3 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    /* text-align: justify;
    word-break: break-all; */
    color: #000000;
}

.single_news .news_content .news_title a {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}

.news_date {
    margin-top: 14px;
    display: flex;
    align-items: center;
}

.news_date span,
.news_date a.more {
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    text-align: left;
    color: #fff;
}

.news_date span:first-child {
    padding-right: 30px;
}

.news_date .date_line {
    display: inline-block;
    width: 1px;
    height: 24px;
    background: #fff;
}

.news_date a.more {
    /* color: #0c598f; */
    transition: all 0.3s ease-out 0s;
    margin-left: 22px;
}

.single_news .news_content .more:hover {
    color: #0c598f;
}

.single_news .news_content p {
    margin-top: 15px;
}

.single_news.news_2 {
    margin-top: 10px;
    padding-bottom: 15px;
    /* align-items: center; */
}

.single_news.news_2:first-child {
    margin-top: 0;
}

.single_news.news_2:first-child,
.single_news.news_2:nth-child(2) {
    border-bottom: 1px solid #DFDFDF;
}

.single_news.news_2 .news_content {
    margin-top: 0;
    padding-left: 20px;
}

.single_news.news_2 .news_content .news_title a {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}

.single_news .news_content .news_title a:hover {
    color: #0c598f;
}

.single_news.news_2 .news_content p {
    margin-top: 15px;
}

/*===========================
    10.CONTACT css 
===========================*/
.img_wrap {
    display: flex;
    position: relative;
}

.img_wrap .city_wrap {
    width: 262px;
    /* height: 188px; */
    height: 165px;
    position: absolute;
    padding: 0 10px;
    background-repeat: no-repeat;
}

.img_wrap .city_wrap div {
    font-size: 24px;
    line-height: 55px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.img_wrap .city_wrap .address {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}

.img_wrap .city_wrap .cir {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0C598F;
    position: absolute;
    bottom: -6px;
    left: 52%;
}

.img_wrap .city_wrap .cir.cir_sh {
    /* bottom: -5px; */
    bottom: -9px;
    left: 42.4%;
}

/* .img_wrap .city_wrap {
  background-image: url(../images/bubble_bj.png);
  right: 120px;
  top: 100px;
}

.img_wrap .city_wrap:last-child {
  background-image: url(../images/bubble_sh.png);
  right: -20px;
  top: 292px;
} */

.img_wrap .city_wrap:nth-child(3) {
    left: 75px;
    top: 52px;
}


.img_wrap .city_wrap {
    width: 320px;
    height: 184px;
    padding: 0 14px;
}

/* .en .img_wrap .city_wrap .cir {
  bottom: -1px;
  left: 50.5%;
}

.en .img_wrap .city_wrap .cir.cir_sh {
  bottom: -1px;
  left: 43%;
}
.en .img_wrap .city_wrap {
  background-image: url(../images/bubble_bjen.png);
  right: 88px;
  top: 86px;
}

.en .img_wrap .city_wrap:last-child {
  background-image: url(../images/bubble_shen.png);
  right: -52px;
  top: 280px;
} */
/* 新加 */
.img_wrap .city_wrap {
    background-image: url(../images/bubble_bjen.png);
    right: 129px;
    top: 42px;
}

.img_wrap .city_wrap:last-child {
    background-image: url(../images/bubble_shen.png);
    right: 49px;
    top: 276px;
}

.img_wrap .city_wrap .cir {
    bottom: -17px;
    left: 57.5%;
}

.img_wrap .city_wrap .cir.cir_sh {
    top: -6px;
    left: 42%;
}

.img_wrap .city_wrap .city {
    margin-top: 10px;
}

.img_wrap .city_wrap .city.sh {
    /* margin-top: 18px; */
    margin-top: 55px;
}

/* .contact_area img {
  max-width: 862px;
} */

.contact_info_wrap {
    /* position: relative;
    bottom: 144px; */
    position: absolute;
    bottom: 18%;
}

.contact_info {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    /* color: #0c598f; */
}

.contact_info span {
    color: #fff;
}

.city_wrap .address.chm {
    padding: 0 30px;
}

/* contact end */

/* news START */
.about-area-s1.news1 {
    position: relative;
    min-height: 609px;
}

.news-list .row {
    margin-bottom: 132px;
}

.news-list .col-lg-4 {
    margin-top: 60px;
}

.news-item {
    /* margin-top: 60px; */
    height: 100%;
    background: #fff;
    border-radius: 8px;
}

.en_news .news-item {
    margin-top: 60px;
    border-radius: 0;
}

.en_news {
    margin-bottom: 132px;
}

.news-item img {
    width: 100%;
    height: auto;
}

.news1 .news-item img {
    border-radius: 8px 8px 0 0;
}

.news-item .news-img-wrap {
    max-width: 420px;
    /* max-height: 180px; */
    max-height: 230px;
}

.news-des {
    padding: 0 10px;
}

.news-des .news-time {
    margin-top: 16px;
    font-size: 20px;
    color: #000;
    /* color: #807f7f; */
}

.news-des .news-title {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #000;
    /* color: #807f7f; */
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 7px;
    padding-bottom: 14px;
}


select {
    /* border: none;
    outline: none;
    width: 120px;
    height: 48px;
    line-height: 48px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 26px;
    border: 1px solid #807F7F;
    border-radius: 5px;
    color: #807F7F; */
    border: none;
    outline: none;
    width: 150px;
    height: 48px;
    line-height: 48px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 26px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    background: transparent;
}

.years-select:after {
    content: '\e62b';
    font-family: "iconfont";
    position: relative;
    right: 40px;
    font-size: 16px;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    /* color: #807F7F; */
    color: #fff;
    pointer-events: none;
}

.years-select.open:after {
    content: '\e752';
    font-family: "iconfont";
    position: relative;
    right: 40px;
    font-size: 16px;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    color: #fff;
    pointer-events: none;
}

.years-select-wrap {
    position: relative;
    /* margin-top: 20px;
    margin-bottom: 32px; */
    /* height: 49px; */
}

.cywrap {
    height: 49px;
}

.years-select {
    position: absolute;
    right: 0;
    top: 0;
}

.years-select option {
    background-color: #85b1c5;
    color: #000;
}

/* 新加 */
.en_news .news-item-wrap {
    display: flex;
    flex-wrap: wrap;
}

.en_news .news-item {
    border: 1px solid #fff;
    flex: 0 0 32%;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.en_news .news-des {
    padding: 20px;
}

.en_news .news-des .news-title,
.en_news .news-des .news-time {
    /* font-size: 20px; */
    color: #000;
}

.en_news .news-item a {
    width: 100%;
}

.en_news .news-des .news-title {
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 20px;
    /*font-weight: 700;*/
    height: 128px;
    text-align: left;
}

.en_news .news-des .view:hover,
.en_news .news-des .news-title:hover {
    text-decoration: underline;
}

.en_news .news-des .view {
    font-weight: 700;
    color: #0c598f;
    font-size: 20px;
}

.en_news .news-list {
    margin-bottom: 200px;
}

.years-select-wrap .tab li {
    height: 48px;
    line-height: 48px;
    /* line-height: 68px; */
    width: 233px;
    font-size: 26px;
    background: transparent;
    border: 1px solid rgba(133, 177, 197, 0.7);
    color: #fff;
    font-family: 'Roboto-Medium';
}

.years-select-wrap .tab li.cur {
    font-size: 26px;
    background: #85b1c5;
}

.en_news .news-des .news-time {
    margin-top: 0;
}


/* news END */


/*JOIN US START */
.about-area-s1.joinus {
    position: relative;
}

.bgleft {
    position: absolute;
    scale: 2.5;
    margin-top: 370px;
    z-index: -1;
}

.news.bgleft {
    margin-top: 0;
}

.bgright {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  margin-top: 50px;

  zoom: 2;
  overflow: hidden;
}

.news.bgright {
  top: auto;
  bottom: 50px;
}

#job-wrap {
    position: relative;
    border: 2px solid #85b1c5;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .8);
    margin-bottom: 130px;
}

.jb {
    margin-top: 130px;
    position: relative;
}

.about-area-s1.joinus .content-wrap {
    font-size: 30px;
    font-family: 'Alibaba-Regular' !important;
    /* line-height: 40px; */
    color: #fff;
    padding-top: 130px;
    margin-bottom: 130px;
    padding-bottom: 0;
}

.about-area-s1.joinus .content-wrap span:nth-child(2) {
    margin-top: 30px;
}

.swiper-button-prev.p-button,
.swiper-button-next.n-button {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.6);
    color: #2D2D2D;
}

.swiper-button-prev.p-button:after,
.swiper-button-next.n-button:after {
    font-size: 20px;
}

.job .job-describe {
    font-size: 28px;
    line-height: 45px;
    font-weight: 400;
    color: #4D4D4D;
    margin: 0;
    display: none;
    padding-bottom: 77px
}

.tab {
    margin: 0;
    list-style: none;
    overflow: hidden;
}

#job-wrap .tab {
    margin-left: 20px;
    margin-top: 20px;
}

.tab li {
    float: left;
    /*padding: 0px 30px;*/
    /* width:236px;
      height:80px; */
    background: transparent;
    border: 1px solid rgba(133, 177, 197, 0.7);
    /* color: #014984; */
    /* border: 2px solid #0c598f; */
    text-align: center;
    line-height: 68px;
    /* line-height: 80px; */
    font-size: 32px;
    font-weight: 700;
    width: 233px;
    height: 68px;
    color: #0c598f;
    /* color: #0c598f; */
    cursor: pointer;
}

.tab li:nth-child(2),
.tab li:nth-child(3) {
    border-left: none;
}

.job .on {
    display: block;
}

.tab li.cur {
    background: #85b1c5;
    font-size: 32px;
    font-weight: 700;
    color: #f1f1f1;
}

.job-describe .title {
    font-size: 24px;
    line-height: 45px;
    font-weight: bold;
    /* color: #000; */
    color: #0c598f;
}

.job-describe .location {
    font-size: 20px;
    line-height: 45px;
    color: #0c598f;
    /* color: #000;
    color: #807F7F; */
    margin-bottom: 22px;
}

.job-describe .introduction {

    font-size: 24px;
    font-weight: 400;
    color: #807f7f;
    line-height: 55px;
    padding-top: 20px;
}

.join-container.on {
    display: block;
}

.join-container {
    background: #F3F3F3;
    padding: 0;
    display: none;
    border-top: 1px solid #ADB6C6;
    border-bottom: 1px solid #ADB6C6;
    z-index: 2;
}

.join-container .content-wrap {
    margin-left: 0;
    padding-left: 95px;
    padding-right: 15px;
}

/* .content-wrap,
.tab,
.job-describe .title .job-describe .introduction {
  background: #fff;
} */

.job-describe .top {
    /* background: #fff; */
    padding-top: 32px;
    border-bottom: 1px solid #ADB6C6;
    margin-left: 10px;
    margin-right: 40px;
}

.describe-responsibilities-title,
.job-content-title,
.job-skill-title {
    font-size: 28px;
    line-height: 45px;
    font-weight: 400;
    color: #0c598f;
    /* color: #1d1e1f; */
    margin-top: 33px;
    margin-bottom: 15px;
}

.describe-responsibilities-title {
    margin-top: 25px;
}

.job-skill {
    margin-bottom: 0;
}

.describe .requirements {
    font-size: 24px;
    font-weight: 400;
    color: #807f7f;
    line-height: 40px;
    /* text-align: justify; */
}

.resume-btn {
    font-size: 24px;
    line-height: 39px;
    font-weight: bold;
    text-decoration: underline;
    color: #014984;
    margin-bottom: 36px;
}

.job-describe-item .icon-xiangxia {
    color: #000;
}


/* 加入我们轮播 */

.joinus .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    top: -13px;
}

.joinus .swiper-wrapper {
    align-items: center;
}

.joinus .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    max-width: 381px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.joinus .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 381px;
    height: 208px;
    object-fit: cover;
}

.joinus .swiper-slide.swiper-slide-active,
.joinus .swiper-slide.swiper-slide-active img {
    width: 512px !important;
    max-width: 512px;
    height: 233px;
}

.joinus .swiper {
    width: 100%;
    max-height: 233px;
    /* height: 208px; */
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.joinus .swiper .swiper-button-prev.p-button:after {
    /* content: '\e64c';
    font-family: "iconfont";
    font-size: 60px; */
    width: 0;
    height: 0;
    border-right: 10px solid #2D2D2D;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: '';
}

.joinus .swiper .swiper-button-next.n-button:after {
    /* content: '\e64b';
    font-family: "iconfont";
    font-size: 60px; */
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #2D2D2D;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* .swiper-button-prev.p-button,
.swiper-button-next.n-button {
  color: #005791;
} */


/*JOIN US END */

/* About Us START */
.about_us .about_s1 {
    margin-top: 116px;
    /* margin-bottom: 116px; */
}

.about_us .team_container {
    margin-top: 130px;
    /* margin-bottom: 58px; */
}

.about_us .about-img-box,
.about_us .about-img {
    height: 100%;
}

.five-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.five-wrap img {
    max-height: 440px;
}

/* .img1 {
  position: relative;
  top: 100px;
} */
.img2 {
    position: relative;
    top: -100px;
}

.about_us .about-img {
    display: flex;
    align-items: center;
    justify-content: right;
}

.aboutus_title span {
    font-size: 40px;
    line-height: 56px;
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
}

.about_us .index_list {
    margin-top: 25px;
}

.history-container .index_list {
    height: 192px;
    overflow-y: auto;
}

@media only screen and (min-width: 1400px) {
}

.about_content_box .about_content_dec {
    display: flex;
}

.about_content_box .about_content_dec div {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    font-style: normal;
}

.about_content_box .about_content_dec div.abw {
    margin-left: 15px;
}

.index_list .dic {
    flex-shrink: 0;
    margin-right: 28px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    /* top: 16px;
    width: 9px;
    height: 9px; */
    top: 17px;
    width: 6px;
    height: 6px;
}

.about_us .p-img {
    text-align: right;
}

.name_wrap {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0px;
    padding-left: 12px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pic:nth-child(4) .name_wrap,
.pic:nth-child(5) .name_wrap,
.pic:nth-child(6) .name_wrap {
    background: rgba(0, 0, 0, 0.6);
}

.name_wrap .name {
    padding-top: 16px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.name_wrap .job {
    /* padding-top: 10px; */
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.pic:nth-child(4) .name_wrap .name,
.pic:nth-child(5) .name_wrap .name,
.pic:nth-child(6) .name_wrap .name,
.pic:nth-child(4) .name_wrap .job,
.pic:nth-child(5) .name_wrap .job,
.pic:nth-child(6) .name_wrap .job {
    color: #fff;
}

.name_wrap .bio {
    font-size: 16px;
    font-weight: 300;
    color: #0a4b71;
    padding-top: 10px;
    /* padding-top: 20px; */
    padding-bottom: 10px;
}

.pic_wrap {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: wrap;
    position: relative;

}

.pic {
    cursor: pointer;
    position: relative;
    background-size: auto;
    background-repeat: no-repeat;
    /* width: 30%; */
    /* flex: 1; */
    /* max-height: 538px; */
    margin: 0 25px;
}

.pic.on:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    z-index: 1;
}

.pic.pic_cover {
    background: rgba(255, 255, 255, 0.8);
    /* z-index: -1; */
}

.pic_wrap .pic_bg {
    padding-bottom: 125%;
    max-width: 394px;
    background-repeat: no-repeat;
    background-size: 100%;
    /* margin: 0 auto; */
}

.pic_wrap .pic:nth-child(1) .pic_bg {
    background-image: url('../images/aboutUs/team/1.png');
}

.pic_wrap .pic:nth-child(2) .pic_bg {
    background-image: url('../images/aboutUs/team/2.png');
}

.pic_wrap .pic:nth-child(3) .pic_bg {
    background-image: url('../images/aboutUs/team/3.png');
}

.pic_wrap .pic img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.pic .team_img_wrap {
    width: 300px;
}

.team_wrap {
    position: relative;
}

/* .team_wrap.team_wrap_cover .pic_wrap{
  background: rgba(255,255,255,0.8);
} */
.mtp {
    margin-top: 114px;
}

.more_wrap {
    position: absolute;
    top: -20px;
    display: flex;
    justify-content: center;
    z-index: 2;

}

.team_wrap_cover .team_more_wrap {
    border: 1px solid #f2f1f1;
}

.team_more_wrap {
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    /* padding: 30px 30px 70px 30px; */
    z-index: 2;

    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.team_wrap_cover .team_more_wrap {
    width: 638px;
    /* min-height: 476px; */
    height: 578px;
    padding: 30px 30px 70px 30px;

}

.team_more_wrap .img_wrap {
    max-width: 195px;
    flex: 1;
}

.team_more_wrap .img_wrap img {
    max-height: 256px;
}

.team_more_wrap .text_wrap {
    flex: 2;
    margin-left: 17px;
}

.team_more_wrap .padding_wrap {
    height: 100px;
}

.text_wrap .name {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.text_wrap .job {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    /* margin-top: 13px; */
}

.text_wrap .des {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #000000;
    margin-top: 10px;
    max-width: 374px;
    text-align: justify;
    max-height: 400px;
    overflow-y: auto;
}

/* } */


/* About Us End */
/* aboutus start */
.about-area-s1 .content-wrap {
    font-size: 24px;
    line-height: 45px;
    font-weight: 400;
    color: #807f7f;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about-area-s1.platform-technology .content-wrap {
    padding-bottom: 40px;
}

.investor-container .container-title {
    margin-top: 30px;
}

/* .history-container {
  background: #0B4068;
} */

.history-container .section_title {
    margin-top: 130px;
}

.history-container .container-title,
.investor-container .container-title {
    font-size: 50px;
    line-height: 79px;
    font-weight: 800;
    text-align: left;
    color: #ffffff;
}

/* .history-container .container-title {
  padding-top: 106px;
} */

.investor-container .container-title {
    margin-bottom: 140px;
}

.history-container .container-title {
    padding-bottom: 120px;
}

.investor-container {
    margin-top: 130px;
    margin-bottom: 130px;
}

.investor-container .logo-item {
    padding: 0 40px;
    display: flex;
    align-items: center;
    height: 130px;
}

.investor-container .logo-item:nth-child(1),
.investor-container .logo-item:nth-child(2),
.investor-container .logo-item:nth-child(3),
.investor-container .logo-item:nth-child(4),
.investor-container .logo-item:nth-child(5),
.investor-container .logo-item:nth-child(6),
.investor-container .logo-item:nth-child(7),
.investor-container .logo-item:nth-child(8) {
    margin-bottom: 52px;
}

.investor-container .logo-item a {
    text-align: center;
    width: 100%;

    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 16px;

}

.investor-container .logo-item img {
    /* width: auto;
    height: auto;
    max-width: 100%; */
    max-width: 80%;
    max-height: 100%;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.investor-container .logo-item img.zoom-out {
    width: 50%;
    /* height: 110%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.investor-container .logo-item img.zoom-in {
    height: 72%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

/* 
.awards_line {
  margin-bottom: 10px;
} */

.prize_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.aboutus_swiper {
    position: relative;
    margin-bottom: 46px;
}

.aboutus_swiper .swiper-wrapper {
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: center;
}

.aboutus_swiper.swiper {
    overflow: hidden;
}

.aboutus_swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next.prize_next {
    width: 0;
    height: 0;
    border-left: 20px solid #e4e4e4;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: 64px;
}

.swiper-button-prev.prize_prev {
    width: 0;
    height: 0;
    border-right: 20px solid #e4e4e4;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    left: 64px;
}

.prize_prev.swiper-button-prev:after,
.prize_next.swiper-button-next:after {
    content: '';
}


/* aboutus end */

/* platform-technology START */
.pipeline_content {
    height: 110px;
}

.pipeline_btn {
    margin-top: 60px;
}

.technology-container {
    margin: 116px 0;
    position: relative;
}

.technology-container .margin_top {
    margin-top: 200px;
}

.tc_mbt {
    margin-bottom: 200px;
}

.medicana-content-box .section-title span {
    font-size: 40px;
    line-height: 72px;
    font-weight: 800;
    text-align: left;
    color: #fff;
}

.medicana-content-box .section-title .sec-title {
    font-size: 30px;
    line-height: 55px;
    font-weight: 500;
    margin-bottom: 0;
}

.medicana-content-box .section-title div {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    text-align: justify;
    word-break: break-word;
    color: #fff;
    margin-top: 24px;
    width: 90%;
}

.medicana-content-box .section-title .index_titlt_line {
    margin-top: 0;
    margin-bottom: 10px;
    width: 60px;
}

.platform-technology .about-img-box {
    position: absolute;
    right: 0;
}

.platform-technology .about-img-box.left_box {
    left: 0;
    margin-top: 200px;
}

.platform-technology .about-img-box.pop_box {
    left: 0;
}

.platform-technology .about-img-box.pop_r_box img {
    position: relative;
    top: -100px;
}

.platform-technology .about-img-box.pop_box img {
    width: 16%;
    position: relative;
    top: -200px;
}

.sed_img,
.four_img {
    /* margin-top: 100px; */
    margin-top: 60px;
    z-index: 2;

}

.p-desarea {
    background: #4d83a1;
    padding-top: 0;
    padding-bottom: 0;
}

.pipeline_area .description_area {
    margin-bottom: 20px;
}

/*platform-technology END */

/* contactus START */
/*  */

/* contactus END */


/* banner START */
.top-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 350px;
}

.top-bg.platform-technology,
.top-bg.aboutus {
    background-image: url('../images/banner/about.jpg');
    height: 900px;
    display: flex;
    align-items: center;
    text-align: center;
}

/* .top-bg.join_us {
  background-image: url('../images/banner/joinUs.png');
}
.top-bg.news {
  background-image: url('../images/banner/news.png');
} */
.top-bg.contact-us,
.top-bg.join_us,
.top-bg.news {
    /* background-image: url('../images/banner/news.png'); */
    display: flex;
    align-items: center;
}

.top-bg.contact-us .banner-title,
.top-bg.join_us .banner-title,
.top-bg.news .banner-title {
    display: flex;
    justify-content: center;
    position: relative;
    top: 30px;
}

/* .top-bg.news {
  height: 200px;
} */

.top-bg.platform-technology {
    background-image: url('../images/banner/technologybanner.jpg');
    background-size: contain;
    background-position: center;
}

/* .top-bg.contact-us {
  background-image: url('../images/banner/contactUs.png');
} */

.banner-title {
    font-size: 60px;
    line-height: 79px;
    text-align: left;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
}

.top-bg.platform-technology .banner-title,
.top-bg.aboutus .banner-title {
    position: relative;
}

.top-bg .des {
    font-size: 24px;
    line-height: 40px;
    margin-top: 50px;
    letter-spacing: 2px;
    /*text-align: center;*/
    /*white-space: pre-line;*/
    /*text-align-last: center;*/
}


/* banner end */


/*===========================
    11.FOOTER css 
===========================*/
.footer_area {
    background-color: #373737;
    width: 100%;
}

.footer_wrapper span {
    color: #acacac;
    font-size: 20px;
    font-weight: 300;
    text-align: justifyLeft;
    line-height: 71px;
    /* padding: 36px 0; */
}

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #0c598f;
    text-align: center;
    z-index: 99;
    transition: all 0.3s linear 0s;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #0c598f;
}


/* index en START */
.sslide_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.en_slide_title {
    position: absolute;
    font-size: 60px;
    line-height: 90px;
    color: #ffffff;
}

.slider_mission {
    font-size: 20px;
    text-align: left;
    font-weight: lighter;
    line-height: 40px;
}


/* 滑入 */
.slip_in_animation {
    animation: slip_in 1s;
}

.slip_out_animation {
    animation: slip_out 1s;
}

/*右侧滑入*/
@keyframes slip_in {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }

}

/*左侧滑出*/
@keyframes slip_out {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


.core-values .text {
    /* max-width: 1400px; */
    margin: 0 auto;
    /* padding: 0 100px; */
}

.core-values .anchors {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}

.core-values .anchors .anchor {
    /* width: 33.3%; */
    font-family: 'Alibaba-Regular';
    font-size: 32px;
    line-height: 1.25em;
    cursor: pointer;
    text-align: left;
}

.core-values .anchors .anchor.on#value-1,
.core-values .anchors .anchor#value-1:hover {
    color: #addbf5;
}

.core-values .anchors .anchor.on#value-2,
.core-values .anchors .anchor#value-2:hover {
    color: #005f8f;
}

.core-values .anchors .anchor.on#value-3,
.core-values .anchors .anchor#value-3:hover {
    color: #00b0f0;
}

.core-values .anchors .anchor span {
    position: relative;
}

.core-values .anchors .anchor span:before {
    /* position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/nimbustx2020/assets/images/btn_core-values.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto; */
}

.core-values .anchors .anchor#value-1 span:before {
    top: 0;
    left: -30px;
}

.core-values .anchors .anchor#value-2 span:before {
    top: 0;
    left: -30px;
}

.core-values .anchors .anchor#value-3 span:before {
    top: 0;
    left: -30px;
}

.core-values .values {
    position: relative;
}

.core-values .values img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.4s;
}

.core-values .values img.show {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
}

.core-values .values .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 39%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s;
    font-size: 30px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.core-values .values .overlay.show {
    opacity: 0.9;
}

.core-values .values .overlay.value-1 {
    background: #addbf5;
    color: #000;
}

.core-values .values .overlay.value-2 {
    background: #005f8f;
    left: 36%;
}

.core-values .values .overlay.value-3 {
    background: #00b0f0;
    left: auto;
    right: 0;
}


.core-values {
    position: relative;
}


.cir {
    border-radius: 50%;
}

.cir.out {
    width: 40px;
    height: 40px;
    background: #addbf5;
}

.cir.med {
    width: 30px;
    height: 30px;
    background: #00b0f0;
    position: relative;
    top: 5px;
    left: 5px;
}

.cir.in {
    width: 16px;
    height: 16px;
    background: #000;
    position: relative;
    top: -10px;
    left: 7px;
}

.about_cir {
    flex-shrink: 0;
    scale: 0.3;
    margin-left: -15px;
}

.about_cir .cir.med {
    top: 5px;
    left: 5px;
}

.about_cir .cir.in {
    top: 5px;
    left: 6px;
}


/* 新闻详情开始 */
.news-detail-header {
    height: 90px;
}

.indent-word {
    /* margin-top: 40px; */
    margin-top: 20px;
    text-indent: 56px;
    text-align: justify;
}

.indent-word p {
    /* margin-top: 40px; */
    margin-top: 20px;
    text-indent: 56px;
    text-align: justify;
}

.i-word {
    text-indent: 56px;
    text-align: justify;
}

.news-det .news-detail-title {
    font-size: 28px;
    font-weight: bold;
    color: #afdbf6;
    line-height: 83px;
    text-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.75);
    margin-top: 36px;
}

.news-det .news-detail-time {
    font-size: 24px;
    font-weight: 400;
    /* color: #797f84; */
    color: #fff;
    line-height: 45px;
    margin-bottom: 40px;
}

.top-word {
    font-size: 24px;
    /* font-weight: bold; */
    /* color: #1b1b1b; */
    /* color: #797f84; */
    color: #fff;
    line-height: 40px;
    /* line-height: 55px; */
    text-indent: 56px;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
    text-align: justify;
}

.top-word p {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    /* line-height: 55px; */
    text-indent: 56px;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
    text-align: justify;
}

.every-row {
    margin-top: 46px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    /* color: #807f7f; */
    /* line-height: 55px; */
    text-align: justify;
}

.every-row p {
    font-size: 24px;
    font-weight: 400;
    /* line-height: 55px; */
    line-height: 40px;
}

.every-row strong {
    /* color: #303030; */
    font-weight: 700;
    color: #fff;
    /* color: #afdbf6; */
    /* color: #807f7f; */
}

.det-title p,
.every-row strong.det-title,
.every-row a {
    color: #afdbf6;
}

.every-row:last-child {
    margin-bottom: 50px;
}

.news-detail-content-wrap .r_word {
    padding-left: 112px;
    text-align: justify;
}

.d-img {
    text-align: center;
    margin-top: 46px;
    text-indent: 0;
}

.news-detail-content-wrap img {
    max-width: 677px;
}

.news-detail-content-wrap video {
    width: 100%;
    max-height: 381px;
    max-width: 677px;
}

.d-r-word .a {
    float: right;
    right: 0;
}

.d-r-word::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
}

.every-row .top-word p,
.every-row .indent-word p {
    /* color: #afdbf6; */
    color: #fff;
}

.indent-word p {
    color: #fff;
}

.d-i-word {
    font-size: 20px;
    color: #fff;
    /* color: #807f7f; */
    padding-top: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .news-det .news-detail-title {
        font-size: 22px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .news-det .news-detail-time {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .every-row {
        font-size: 18px;
        line-height: 32px;
        margin-top: 20px;
    }

    .news-detail-content-wrap .row {
        margin-left: 0;
        margin-right: 0;
    }

    .i-word {
        text-indent: 40px;
    }

    .indent-word {
        margin-top: 20px;
        text-indent: 40px;
    }

    .news-detail-content-wrap .r_word {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 10px;
    }

    .top-word {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 18px;
        line-height: 32px;
        text-indent: 40px;
    }

    .d-i-word {
        font-size: 16px;
    }

    .job-describe .top {
        margin-right: 10px;
    }
}

.no-margin-top {
    margin-top: 0;
}

/* 新闻详情结束 */