@font-face {
    font-family: 'DSFR2';
    src: url('../fonts/Droid-Sans-Fallback-Regular-2.ttf') format('truetype');
}
body {
    font-family: 'DSFR2';
}
h2 {
    font-size: 24px !important;
}
h3 { 
    font-size: 20px !important;
    color: #3d3d3d;
}
ol {
    list-style-type: auto;
    margin-top: 15px;
}
ol li {
    margin-bottom: 5px;
}
* {
    /* word-break: break-all; */
}
.service-detail-menu * {
    word-break: initial;
}
/* -- */
.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px 0px 30px;
    width: 100%;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #eee;
} 
.content-header.fixed {
    position: fixed;
    z-index: 9;
}
.content-header ul {
    padding: 0;
    margin: 0;
}
.content-header .header-search {
    /* background-color: #007FF0; */
    background: url(../images/jt-right.png) no-repeat 113px, linear-gradient(to bottom, #5892ff, #175AD7);
    background-size: 12%;
    border-radius: 20px;
    padding: 6px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}
.content-header .header-search:hover {
    background: url(../images/jt-right.png) no-repeat 113px, linear-gradient(to bottom, #5892ffdc, #175ad7cb);
    background-size: 12%;
}

.content-header .top-menu-mobile {
    display: none;
    background-color: #007FF0;
    border-radius: 5px;
    padding: 5px 8px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    color: #fff;
    position: absolute;
    right: 165px;
    font-size: 14px;
}
.content-header .top-menu-mobile:hover {
    background-color: #00acf0;
    transition: all .3s;
}
.content-header .top-menu-mobile > img {
    width: 18px;
    margin-left: 3px;
}

.content-header .header-search > img {
    width: 20px;
    
}

.content-header.fixed {
    position: fixed;
    z-index: 99;
    background: #fff;
}
.content-header.fixed .search-header-txt {
    border: 1px solid #000;
}
.content-header .top-menu {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    height: 80px;
    /* position: relative; */
}
.content-header .top-menu > li {
    margin-right: 30px;
    /* position: relative; */
    height: 100%;
    display: flex;
    align-items: center;
}
.content-header .top-menu a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s;
}
.content-header .top-menu a:hover {
    color: #000;
    transition: all 0.2s;
}
.content-header .top-menu > li > div > a {
    /* padding: 20px 0; */
    /* padding-top: 20px; */
    /* padding-bottom: 2px; */
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-weight: bold;
    color: #2a4d89 !important;
}
.content-header .top-menu > li > div {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-bottom: 3px solid transparent; */
    transition: all 0.2s;
}
.content-header .top-menu > li:hover > div{
    color: #fff;
    /* border-bottom: 3px solid #fff; */
    transition: all 0.2s;
}
.content-header .top-menu > li > div > .icon-i {
    display: inline-block;
    /* padding: 10px 0; */
    /* margin-left: 3px; */
    cursor: pointer;
    background: url(../images/down-icon.png) no-repeat;
    width: 10px;
    background-size: contain;
    vertical-align: middle;
    /* line-height: 23px; */
    height: 14px;
}
.content-header .top-menu > li > div > img {
    padding: 10px 0;
    margin-left: 3px;
    cursor: pointer; 
}
.content-header .top-menu > li:hover .ul-level-2 {
    /* overflow: auto;
    display: none;
    transition: all .3s;
    min-height: 350px;
    height: auto;
    opacity: 1;
    padding: 20px 0; */
}
.content-header .top-menu .ul-level-2 {
    display: flex;
    position: absolute;
    z-index: 99;
    background: #fff;
    color: #000;
    border-radius: 7px;
    width: 98%;
    transform: translateX(-50%);
    min-height: 0;
    opacity: 0;
    height: 0;
    left: 50%;
    top: 80px;
    box-shadow: 0px 0px 20px 7px rgba(44, 44, 44, 0.1);
    padding: 0 0;
    overflow: auto;
    transition: all .3s;
    align-items: start;
}
.content-header .top-menu .ul-level-2.ul-level-2-flex {
    display: flex;
    opacity: 1;
    min-height: 470px;
    height: auto;
    padding: 20px 0;
    transition: all .2s;
}
.content-header .top-menu .ul-level-2 .ul-level-2-title {
    width: 30%;
    border-right: 1px solid #bdbdbd;
    text-align: center;
    min-height: 430px;
}
.content-header .top-menu .ul-level-2 .ul-level-2-title > img {
    width: 55%;
    border-radius: 10px;
    margin-right: 40px;
    margin-top: 20px;
}
.content-header .top-menu .ul-level-2 .ul-level-2-title > h2 {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-header .top-menu .ul-level-2 .ul-level-2-title > h2 > a {
    color: #000;
    font-weight: bold;
    /* margin-right: 15px; */
}
.content-header .top-menu .ul-level-2 .ul-level-2-title > h2 > a:hover {
    text-decoration: underline;
}
.content-header .top-menu .ul-level-2 .ul-level-2-title > h2 > img {
    position: relative;
    top: 3px;
}
/* .content-header .top-menu > li:nth-child(2) .ul-level-2 .ul-level-2-content {
    background: url(../images/8-2-5-Algorithm-Engineer-banner.jpg) no-repeat top center;
    background-size: 100px;
} */
.content-header .top-menu > li .ul-level-2 > .add-to-img {
    width: 350px;
    position: absolute;
    right: 150px;
    top: 50px;
    border-radius: 15px;
}
.content-header .top-menu .ul-level-2 .ul-level-2-content {
    width: 70%;
    position: relative;
    padding-left: 25px;
    /* margin-top: 20px; */
    display: flex;
    flex-wrap: wrap;
}
.content-header .top-menu .ul-level-2 .ul-level-2-content > li {
    margin-bottom: 15px;
    padding: 0px 20px;
    width: 50%;
}
.content-header .top-menu .ul-level-2 .ul-level-2-content > li > div > a:hover {
    color: #000;
    text-decoration: underline;
}
.content-header .top-menu .ul-level-2 .ul-level-2-content > li a {
    color: #000;
}
.content-header .top-menu .ul-level-2 .ul-level-2-content > li:hover .ul-level-3 {
    display: block;
}
.content-header .top-menu .ul-level-2 .ul-level-2-content > li > div {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.content-header .top-menu .ul-level-2 .ul-level-2-content > li > div > a {
    margin-right: 10px;
    font-size: 17px;
    color: #175AD7;
}
.content-header .top-menu .ul-level-3 {
    /* display: none; */
    /* position: absolute; */
    /* left: 500px; */
    /* top: 0px; */
    /* width: 50%; */
    /* background: #2e353ee9; */
    /* border: 1px solid #ddd; */
    /* padding: 20px 0; */
    /* z-index: 99; */
    /* height: 300px; */
    /* min-height: 200px; */
    /* max-height: 400px; */
    overflow: auto;
    /* box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.55); */
    /* height: 95%; */
    /* border-radius: 7px; */
}

.content-header .top-menu .ul-level-3 > li {
    /* margin-bottom: 10px; */
    padding: 5px;
}
.content-header .top-menu .ul-level-3 > li > div > a {
    font-size: 16px;
}
.content-header .top-menu .ul-level-3 > li > div > a:hover {
    color: #000;
    text-decoration: underline;
}
.content-header .top-menu .ul-level-3 > li a {
    color: #000;
}
.content-header .top-menu .ul-level-4 {
    display: none;
    list-style: disc;
    padding-left: 20px;
    font-size: 14px;
    margin-top: 10px;
}
.content-header .top-menu .ul-level-4 > li {
    list-style: disc;
}
.content-header .top-menu .ul-level-4 > li > a {
    font-size: 15px;
}
.content-header .top-menu .ul-level-3 > li > div > .icon-i {
    display: inline-block;
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
    background: url(../images/jt-small-nav.png) no-repeat;
    background-size: 12px;
    transition: all .3s;
    /* margin-top: 3px; */
    margin-left: 18px;
    cursor: pointer;
}
.content-header .top-menu .ul-level-3 > li > div > .icon-i.active {
    transition: all .3s;
    transform: rotate(0deg);
}
.content-header.fixed .top-menu a {
    color: #000;
}
.content-header .top-menu .ul-level-2::-webkit-scrollbar, .content-header .top-menu .ul-level-3::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.content-header .top-menu .ul-level-2::-webkit-scrollbar-track, .content-header .top-menu .ul-level-3::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.content-header .top-menu .ul-level-2::-webkit-scrollbar-thumb, .content-header .top-menu .ul-level-3::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 10px;
}
.content-header .top-menu .ul-level-2::-webkit-scrollbar-thumb:hover, .content-header .top-menu .ul-level-3::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

/* -- */
.top-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    min-height: 600px;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
}
.top-banner .banner-content {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 35%
}
.top-banner .banner-content > h1 {
    font-weight: bold;
    font-size: 60px;
    color: #175AD7;
}
.top-banner .banner-content > h1 span {
    color: #175AD7;
}
.top-banner .banner-content > p {
    margin: 30px 0;
    font-size: 20px;
}
.top-banner .banner-content > a {
    text-decoration: none;
    padding: 10px 37px 12px 20px;
    /* background: url(../images/jt-right.png) no-repeat 113px #175AD7; */
    background: url(../images/jt-right.png) no-repeat 113px, linear-gradient(to bottom, #5892ff, #175AD7);
    background-size: 12%;
    color: #fff;
    border-radius: 6px;
}
.top-banner .banner-content > a:hover {
    background: url(../images/jt-right.png) no-repeat 113px, linear-gradient(to bottom, #5892ffdc, #175ad7cb);
    background-size: 12%;
}

/* -- */
.service-content {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
}
.service-content .article-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.service-content .article-1 .service-content-l {
    width: 40%;
    margin-right: 30px;
}
.service-content .article-1 .service-content-l > div > p {
    font-weight: bold;
    font-size: 32px;
    margin: 0;
}
.service-content .article-1 .service-content-l > div > span {
    display: inline-block;
    width: 75px;
    height: 3px;
    background-color: #175AD7;
    position: relative;
    top: -12px;
}
.service-content .article-1 .service-content-l > p {
    margin-top: 10px;
    margin-bottom: 40px;
}
.service-content .article-1 .service-content-l > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.service-content .article-1 .service-content-l > ul > li {
    flex: 1 1 50%;
    padding-left: 25px;
    margin: 10px 0;
    background: url(../images/g-icon.png) no-repeat left center;
}
.service-content .article-1 .service-content-r {
    width: 60%;
}
.service-content .article-1 .service-content-r img {
    width: 100%;
}
.service-content .article-2 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.service-content .article-2 > a {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
    color: initial;
}
.service-content .article-2 > a > .list-icon-img {
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 120px;
    height: 120px;
    background: url('../images/list-icon.png') no-repeat center center;
    background-size: contain;
    transition: all .5s;
    cursor: pointer;
}
.service-content .article-2 > a > .list-icon-img a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.service-content .article-2 > a > div.article-2-in {
    position: relative;
    width: 420px;
    height: 370px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 30px 10px rgba(200, 200, 200, 0.75);
    padding: 30px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .5s;
}

.service-content .article-2 > a > div.article-2-in .article-2-container {
    
}

.service-content .article-2 > a > div.article-2-in .article-2-container > div {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}
.service-content .article-2 > a > div.article-2-in .article-2-container > div > div {
    /* background: url(../images/01-icon.png) no-repeat; */
    height: 52px;
    /* background-size: contain; */
    margin-left: 20px;
}
.service-content .article-2 > a > div.article-2-in .article-2-container > div > span {
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: #175AD7;
    position: absolute;
    left: 4px;
    top: 22px;
}
.service-content .article-2 > a > div.article-2-in .article-2-container > p {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
}
.service-content .article-2 > a > div.article-2-in .article-2-container > ul {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}
.service-content .article-2 > a > div.article-2-in .article-2-container > ul > li {
    padding: 3px 0;
}

.service-content .article-2 > a > div.article-2-in .article-2-container > div > div > img.article-2-container-img-2 {
    height: 100%;
    display: none;
    transition: all .5s;
    opacity: 0;
}
.service-content .article-2 > a > div.article-2-in .article-2-container > div > div > img.article-2-container-img-1 {
    height: 100%;
    transition: all .5s;
    opacity: 1;
}

.service-content .article-2 > a > div.article-2-in .article-2-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 370px;
    z-index: -1;
    transition: all .5s;
    /* background: url(../images/service-content-img-hover-1.png) no-repeat; */
}
.service-content .article-2 > a > div.article-2-in .article-2-hover img {
    width: 100%;
    height: 100%;
}
.service-content .article-2 > a:hover > div.article-2-in .article-2-hover {
    top: 0;
    transition: all .3s;
}
.service-content .article-2 > a:hover .list-icon-img {
    background: url('../images/list-icon-hover.png') no-repeat center center;
    background-size: contain;
    transition: all .5s;
}
.service-content .article-2 > a:hover > div.article-2-in {
    color: #fff;
    transition: all .5s;
}
.service-content .article-2 > a:hover .article-2-container > div > div > img.article-2-container-img-1 {
    display: none;
    transition: all .5s;
    opacity: 0;
}
.service-content .article-2 > a:hover .article-2-container > div > div > img.article-2-container-img-2 {
    display: block !important;
    transition: all .5s;
    opacity: 1 !important;
}
/* === */
.section-why-us {
    min-height: 500px;
    width: 100%;
    background: url(../images/why-us-background.png) no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box;
}
.section-why-us > h1 {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
}
.section-why-us > h1 span {
    display: inline-block;
    width: 108px;
    height: 3px;
    background-color: #FCCF12;
    margin-top: 10px;
}
.section-why-us > ul {
    max-width: 1400px;
    margin: 50px auto 75px auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.section-why-us > ul > li {
    width: 25%;
    border: 1px solid #899FCE;
    border-radius: 5px;
    position: relative;
    padding: 10px;
    transition: all 0.3s;
    margin: 0 10px 10px 0;
}
.section-why-us > ul > li > a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
}
.section-why-us > ul > li > a > h3 {
    min-height: 65px;
    margin-top: 10px;
    font-size: 26px;
    color: #fff;
}
.section-why-us > ul > li > a > div {
    margin: 30px 0;
}
.section-why-us > ul > li > a > div > img {
    width: 70px;
    margin: 0 auto;
    height: 70px;
    object-fit: contain;
}
.section-why-us > ul > li > a > div > img:nth-child(1) {
    display: block;
}
.section-why-us > ul > li > a > div > img:nth-child(2) {
    display: none;
}
.section-why-us > ul > li > a > p {
    margin-bottom: 50px;
    font-size: 14px;
    text-align: center;
}
.section-why-us > ul > li > a > img {
    position: absolute;
    width: 65px;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
}
.section-why-us > ul > li:hover {
    background-color: #fff;
    transition: all 0.3s;
}
.section-why-us > ul > li:hover > a > img {
    opacity: 1;
    transition: all 0.3s;
}
.section-why-us > ul > li:hover > a > div > img:nth-child(1) {
    display: none;
    transition: all 0.3s;
}
.section-why-us > ul > li:hover > a > div > img:nth-child(2) {
    display: block;
    transition: all 0.3s;
}
.section-why-us > ul > li:hover a {
    color: #000;
    transition: all 0.3s;
}
.section-why-us > ul > li:hover h3 {
    color: #000;
}

/* === */
.section-workflow {
    min-height: 870px;
    width: 100%;
    background: url(../images/workflow-background.png) no-repeat;
    background-size: cover;
    margin-top: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.section-workflow > h1 {
    width: 100%;
    margin: 50px auto 10px auto;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
}
.section-workflow > h1 span {
    display: inline-block;
    width: 120px;
    height: 3px;
    background-color: #104FB8;
    margin-top: 10px;
}
.section-workflow .section-workflow-img {
    position: relative;
    width: 100%;
    padding: 20px 0;
    max-width: 70vw;
    margin: 60px auto;
}
.section-workflow .section-workflow-img img {
    width: 100%;
}
.section-workflow .section-workflow-img-calc-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.section-workflow .section-workflow-img-calc-1 em {
    font-style: oblique;
}
.section-workflow .section-workflow-img-calc-1 > span {
    display: inline-block;
    text-align: center;
    font-size: 1.1vw;
    font-weight: bold;
    /* font-size: clamp(10px, 5vw, 20px);  */
}
.section-workflow .section-workflow-img-calc-1 > span:nth-child(1) {
    width: 8vw;
    background-image: linear-gradient(to right, #45BCF9, #43BDF8);
    -webkit-background-clip: text;
    color: transparent;
}
.section-workflow .section-workflow-img-calc-1 > span:nth-child(2) {
    width: 12vw;
    margin-left: -3vw;
    background-image: linear-gradient(to right, #2299F9, #2398F8);
    -webkit-background-clip: text;
    color: transparent;
}
.section-workflow .section-workflow-img-calc-1 > span:nth-child(3) {
    width: 8vw;
    margin-left: -2vw;
    background-image: linear-gradient(to right, #147BF1, #147BF2);
    -webkit-background-clip: text;
    color: transparent;
}
.section-workflow .section-workflow-img-calc-1 > span:nth-child(4) {
    width: 8vw;
    margin-left: -1vw;
    background-image: linear-gradient(to right, #1063EB, #1062EB);
    -webkit-background-clip: text;
    color: transparent;
}
.section-workflow .section-workflow-img-calc-1 > span:nth-child(5) {
    width: 5vw;
    margin-left: 1vw;
    background-image: linear-gradient(to right, #104FB9, #104FB8);
    -webkit-background-clip: text;
    color: transparent;
}
.section-workflow .section-workflow-img-calc-1 > span:nth-child(6) {
    width: 11vw;
    margin-right: -1.5vw;
    background-image: linear-gradient(to right, #0C3A76, #0B3B78);
    -webkit-background-clip: text;
    color: transparent;
}
.section-workflow .section-workflow-img-calc-2 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -3.9vw;
}
.section-workflow .section-workflow-img-calc-2 > span {
    display: inline-block;
    text-align: center;
    font-size: 1.1vw;
    color: #fff;
    font-weight: bold;
}
.section-workflow .section-workflow-img-calc-2 > span:nth-child(1) {
    width: 9vw;
    margin-left: 12vw;
}
.section-workflow .section-workflow-img-calc-2 > span:nth-child(2) {
    width: 9vw;
    margin-left: 15.8vw;
}
.section-workflow .workflow-round {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1vw;
}
.section-workflow .workflow-round > .round-left {
    position: absolute;
    left: -6.5vw;
    top: 0.3vw;
    display: flex;
    align-items: center;
}
.section-workflow .workflow-round > .round-right {
    position: absolute;
    right: -6.5vw;
    top: 0.3vw;
    display: flex;
    align-items: center;
}
.section-workflow .workflow-round > span > span {
    display: inline-block;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
}
.section-workflow .workflow-round > .round-left > span {
    margin-left: 1vw;
}
.section-workflow .workflow-round > .round-right > span {
    margin-right: 1vw;
}
.section-workflow .workflow-round > .round-left > span:nth-child(1) {
    width: 0.3vw;
    height: 0.3vw;
    background-color: #90D7F9;
}
.section-workflow .workflow-round > .round-left > span:nth-child(2) {
    width: 0.6vw;
    height: 0.6vw;
    background-color: #6AC9F9;
}
.section-workflow .workflow-round > .round-left > span:nth-child(3) {
    width: 0.9vw;
    height: 0.9vw;
    background-color: #45BDF9;
}
.section-workflow .workflow-round > .round-right > span:nth-child(1) {
    width: 0.9vw;
    height: 0.9vw;
    background-color: #103E7A;
}
.section-workflow .workflow-round > .round-right > span:nth-child(2) {
    width: 0.6vw;
    height: 0.6vw;
    background-color: #3C6191;
}
.section-workflow .workflow-round > .round-right > span:nth-child(3) {
    width: 0.3vw;
    height: 0.3vw;
    background-color: #6786AC;
}
/* === */
.section-bottom-info {
    position: relative;
    min-height: 700px;
    width: 100%;
    background: url(../images/bottom-info-background.jpg) no-repeat;
    background-size: cover;
    padding: 60px 20px 70px 20px;
    box-sizing: border-box;
}
.section-bottom-info .logo-bottom {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    /* align-items: end; */
    height: 80px;
}
.section-bottom-info .logo-bottom .contact-a {
    width: 34px;
    padding-top: 3px;
    padding-bottom: 7px;
    /* background: #FACE11; */
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    margin-left: 30px;
    position: relative;
    top: 32px;
    transition: all .5s;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;

    width: 125px;
    background: #FACE11;
}
.section-bottom-info .logo-bottom .contact-a > img {
    margin-top: 6px;
    display: none;
}
.section-bottom-info .logo-bottom .contact-a > span {
    display: inline-block;
    transition: all .5s;
}
.section-bottom-info .logo-bottom .contact-a:hover span {
    display: inline-block;
    transition: all .5s;
}
.section-bottom-info .logo-bottom .contact-a:hover img {
    display: none;
    transition: all .5s;
}
.section-bottom-info .logo-bottom .contact-a:hover {
    width: 125px;
    background: #FACE11;
    transition: all .5s;
}
.section-bottom-info .logo-bottom > img {
    width: 270px;
}
.section-bottom-info .bottom-article-top {
    /* display: none; */
    position: absolute;
    width: 1000px;
    height: 200px;
    border-radius: 10px;
    /* background: #007FF0; */
    background: radial-gradient(circle, #058EF8, #026ad9);
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.section-bottom-info .bottom-article-top > ul {
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin: 0;
    width: 100%;
}
.section-bottom-info .bottom-article-top > ul > li {
    
}
.section-bottom-info .bottom-article-top > ul > li:nth-child(1) {
    width: 40%;
    border-right: 1px solid #fff;  
    text-align: center;
    padding: 35px 0;
}
.section-bottom-info .bottom-article-top > ul > li:nth-child(1) img {
    width: 270px;
}
.section-bottom-info .bottom-article-top > ul > li:nth-child(2) {
    width: 60%;
    padding: 0px 40px 0 80px;
    color: #fff;
}
.section-bottom-info .bottom-article-top > ul > li:nth-child(2) > p {
    margin-top: 20px;
}

.section-bottom-info .bottom-article-content {
    max-width: 1400px;
    margin: 50px auto 0 auto;
    display: flex;
}
.section-bottom-info .bottom-article-content-l {
    padding-right: 20px;
    margin-right: 70px;
    width: 37%;
    border-right: 1px solid #44518A;
}
.section-bottom-info .bottom-article-content-l .contact-us-add-css > li:first-child {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 35px;
}
.section-bottom-info .bottom-article-content-r {
    display: flex;
    flex-wrap: wrap;
    width: 63%;
}
.section-bottom-info .bottom-article-content-r > ul {
    margin: 0 0 30px 50px;
    width: 44%;
    padding: 0;
}
.section-bottom-info .bottom-article-content p {
    margin: 0;
}
.section-bottom-info .bottom-article-content > div > ul {
    /* flex: 1 0 30%;
    padding: 0;
    margin: 10px 0 30px 0; */
}
.section-bottom-info .bottom-article-content > div > ul > li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    max-width: 450px;
}
.section-bottom-info .bottom-article-content > div > ul > li:first-child {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section-bottom-info .bottom-article-content a {
    color: #fff;
    text-decoration: none;
}
.section-bottom-info .bottom-article-content a:hover {
    color: #FACE11;
}
.section-bottom-info .bottom-article-content .last-ul-href {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.section-bottom-info .bottom-article-content .last-ul-href > li:first-child a {
    margin-left: 20px;
}
.section-bottom-info .bottom-article-content .last-ul-href > li:first-child img {
    width: 25px;
}
.section-bottom-info .bottom-article-content .contact-us-add-css {
    padding-left: 0;
    width: 90%;
}
.section-bottom-info .bottom-article-content .contact-us-add-css > li:not(:first-child) {
    padding-left: 30px;
}
.section-bottom-info .bottom-article-content .contact-us-add-css > li:nth-child(2) {
    background: url(../images/contact-us-1.png) no-repeat left 4px;
    background-size: 18px;
}
.section-bottom-info .bottom-article-content .contact-us-add-css > li:nth-child(3) {
    background: url(../images/contact-us-2.png) no-repeat left 4px;
    background-size: 18px;
}
.section-bottom-info .bottom-article-content .contact-us-add-css > li:nth-child(4) {
    background: url(../images/contact-us-3.png) no-repeat left 4px;
    background-size: 18px;
}
.section-bottom-info .bottom-article-content .contact-us-add-css > li:nth-child(5) {
    background: url(../images/contact-us-4.png) no-repeat left 5px;
    background-size: 18px;
}

.section-bottom-third {
    background: linear-gradient(to right, #0250D6, #0691FA);
    padding: 20px;
}
.section-bottom-third article {
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.section-bottom-third article .bottom-third-platform-l {
    
}
.section-bottom-third article .bottom-third-platform-r {
    color: #fff;
}
.section-bottom-third article .bottom-third-platform-l a {
    margin-right: 30px;
}
.section-bottom-third article .bottom-third-platform-l a img {
    width: 23px;
}

.search-container {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.90;
    filter: alpha(opacity=80);
}
.search-container .search-content {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}
.search-container .search-close {
    width: 100%;
    height: 40px;
    text-align: right;
    /* line-height: 40px; */
}
.search-container .search-close-img {
    width: 22px;
    cursor: pointer;
}
.search-container .search-txt {
    
}

.search-container .search-txt .search-custom-type {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-container .search-txt .search-custom-type > div {
    margin-right: 15px;
    padding: 3px 5px;
    cursor: pointer;
}
.search-container .search-txt .search-custom-input {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.search-container .search-txt .search-custom {

    height: 45px;
    border: 0;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0 10px;
    float: left;
    background: transparent;
    border-bottom: 1px solid #fff;

    position: relative;
    display: flex;
    align-items: center;
}
.search-container .search-txt .search-custom .result-search {
    background: url(../../static/images/jt-small-search.png) no-repeat right 5px;
    background-size: 16px;
    width: 90px;
    cursor: pointer;
}
.search-container .search-txt .search-custom > ul {
    display: none;
    color: #000;
    position: absolute;
    left: -5px;
    top: 44px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 10px rgba(200, 200, 200, 0.75);
}
/* .search-container .search-txt .search-custom:hover ul {
    
} */
.search-container .search-txt .search-custom > ul > li {
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding: 7px;
}
.search-container .search-txt .search-custom > ul > li:hover {
    color: #273890;
}
.search-container .search-txt .search-custom > ul > li:last-child {
    border-bottom: none;
}


.search-container .search-txt .search-sc {
    height: 45px;
    border: 0;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0 10px;
    float: left;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.search-container .search-txt .search-sc option {
    color: #000;
}
.search-container .search-txt .search-input {
    border: 0;
    outline: none;
    font-size: 16px;
    height: 45px;
    padding-left: 10px;
    width: 60%;
    float: left;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0;
}
.search-container .search-txt .btn {
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    clear: both;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
    outline: none;
    cursor: pointer;
    margin: 0;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    background: url(../images/search-icon.png) no-repeat center center;
    background-size: 23px;
}

/* bread-crumb */
.bread-crumb {
    max-width: 1300px;
    margin: 15px auto 0 auto;
}

.bread-crumb > ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.bread-crumb > ul li {
    position: relative;
    margin-right: 20px;
    color: #888;
    height: 30px;
    display: flex;
    align-items: center;
}
.bread-crumb > ul a {
    text-decoration: none;
    color: #888;
    font-size: 15px;
}
.bread-crumb li:after {
    position: absolute;
    right: -16px;
    width: 10px;
    color: #888;
    content: "/";
    font-size: 14px;
    line-height: 48px;
}
.bread-crumb li:last-child:after {
    display: none;
}
/* bread-crumb */



/* about us */

.about-us-container {
    max-width: 1300px;
    margin: 0 auto;
}
.about-us-container > h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}
.about-us-container .about-flex > div {
    padding-bottom: 15px;
}
.about-us-container .about-flex h5 {
    margin: 15px 0;
}
.about-us-container > p {
    
}
.about-us-container .about-us-q {
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.about-us-container .about-us-q .about-us-q-content {
    width: 70%;
    margin-right: 30px;
}
.about-us-container .about-us-q > .about-us-q-img {
    width: 300px;
    height: 200px;
    
}
.about-us-container .about-us-q > .about-us-q-img > img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.about-us-container .about-us-choose-us {
    margin-top: 60px;
}
.about-us-container .about-us-choose-us-content {
    margin-top: 60px;
}
.about-us-container .about-us-choose-us-content h5 {
    font-weight: bold;
    margin: 20px 0;
}

/* about us */

/* Contact Us */

.section-bottom-contact-info {
    padding: 20px;
}
.section-bottom-contact-info .bottom-contact-info {
    max-width: 1300px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 40px;
    padding-top: 60px;
    border-top: 1px solid #A3A2A5;
}
.section-bottom-contact-info .bottom-contact-info > li {
    width: 30%;
}
.section-bottom-contact-info .bottom-contact-info > li > div {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.section-bottom-contact-info .bottom-contact-info > li > div > img {
    width: 35px;
    margin-right: 10px;
    display: none;
}
.section-bottom-contact-info .bottom-contact-info > li > p {
    margin-bottom: 7px;
}

.contact-us-container {
    max-width: 1300px;
    margin: 0 auto 50px auto;
}
.contact-us-container > h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}
.section-bottom-info-contact {
    position: relative;
    /* min-height: 700px; */
    width: 100%;
    background-size: cover;
    /* padding: 20px; */
    box-sizing: border-box;
    /* margin-top: 10px; */
}
.section-bottom-info-contact .bottom-article-top {
    position: absolute;
    width: 1000px;
    height: 200px;
    border-radius: 10px;
    /* background: #007FF0; */
    background: radial-gradient(circle, #058EF8, #026ad9);
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.section-bottom-info-contact .bottom-article-top > ul {
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin: 0;
    width: 100%;
}
.section-bottom-info-contact .bottom-article-top > ul > li {
    
}
.section-bottom-info-contact .bottom-article-top > ul > li:nth-child(1) {
    width: 40%;
    border-right: 1px solid #fff;  
    text-align: center;
    padding: 35px 0;
}
.section-bottom-info-contact .bottom-article-top > ul > li:nth-child(1) img {
    width: 270px;
}
.section-bottom-info-contact .bottom-article-top > ul > li:nth-child(2) {
    width: 60%;
    padding: 0px 40px 0 80px;
    color: #fff;
}
.section-bottom-info-contact .bottom-article-top > ul > li:nth-child(2) > p {
    margin-top: 20px;
}

.section-bottom-info-contact .bottom-contact-us {
    /* max-width: 1300px; */
    /* margin: 100px auto 0 auto; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-bottom: 50px; */
    /* border-bottom: 1px solid #A3A2A5; */
}

.section-bottom-info-contact .bottom-contact-us-l {
    width: 100%;
}
.section-bottom-info-contact .bottom-contact-us-l > form > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.section-bottom-info-contact .bottom-contact-us-l > form > div > div:first-child {
}
.section-bottom-info-contact .bottom-contact-us-l > form > .contact-us-title > h2 {
    margin: 0;
    font-weight: bold;
}
.section-bottom-info-contact .bottom-contact-us-l > form > .contact-us-title > .submit-button {
    border: none;
    border-radius: 7px;
    background-color: #5A72D6;
    color: #fff;
    font-size: 20px;
    padding: 6px 25px;
}
.section-bottom-info-contact .bottom-contact-us-l > form > .contact-us-title > .submit-button:hover {
    background-color: #273890;
}
.section-bottom-info-contact .bottom-contact-us-l > form label {
    display: block;
    margin-bottom: 10px;
    color: #273890;
    font-size: 18px;
}
.section-bottom-info-contact .bottom-contact-us-l > form input {
    border: 1px solid #A3A2A5;
    border-radius: 7px;
    height: 40px;
    width: 350px;
    padding: 0 10px;
}
.section-bottom-info-contact .bottom-contact-us-l > form textarea {
    border: 1px solid #A3A2A5;
    border-radius: 7px;
    width: 100%;
    height: 200px;
    padding: 20px;
}
.section-bottom-info-contact .bottom-contact-us-r {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.section-bottom-info-contact .bottom-contact-us-r > li {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #A3A2A5;
}
.section-bottom-info-contact .bottom-contact-us-r > li:last-child {
    border-bottom: none;
}
.section-bottom-info-contact .bottom-contact-us-r > li > div {
    padding-left: 15px;
}
.section-bottom-info-contact .bottom-contact-us-r > li > div > p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #273890;
}
.section-bottom-info-contact .bottom-contact-us-r > li > div > span {
    font-size: 14px;
}
.section-bottom-info-contact .bottom-contact-info {
    max-width: 1300px;
    margin: 70px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 70px;
}
.section-bottom-info-contact .bottom-contact-info > li {
    width: 30%;
}
.section-bottom-info-contact .bottom-contact-info > li > div {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.section-bottom-info-contact .bottom-contact-info > li > div > img {
    width: 35px;
    margin-right: 10px;
}
.section-bottom-info-contact .bottom-contact-info > li > p {
    margin-bottom: 7px;
}
.section-bottom-info-contact #formID .contact-form-row > div {
    margin-bottom: 20px;
}
.section-bottom-info-contact #formID .contact-form-row > div > label {
    margin-bottom: 12px;
}
.section-bottom-info-contact #formID .contact-form-row .contact-us-title {
    margin-bottom: 0;
}
.section-bottom-info-contact #formID .contact-form-row .contact-us-title .submit-button {
    padding: 4px 17px;
}

/* Contact Us */

/* careers */

.careers-container {
    max-width: 1300px;
    margin: 0 auto;
}
.careers-container > h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}
.careers-container .job_span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.careers-container .job_span > a {
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #5086dc;
    border-radius: 40px;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    position: relative;
    color: #ffffff !important;
    margin: auto;
    background-color: #5086dc;
    text-decoration: none;
}
.careers-container > h4 {
    margin-bottom: 20px;
}
.careers-container > p {
    line-height: 28px;
    word-wrap: break-word;
}
.careers-container a {
    color: #1856b2;
    text-decoration: none;
}
.careers-container .pronote {
    margin-top: 70px;
    padding-left: 27px;
    background: url(../images/waring-icon.png) no-repeat left center;
}


/* careers */
/* service-detail */

.service-detail-container {
    max-width: 1500px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.service-detail-container > .row {
    width: 100%;
}
.service-detail-container > h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}
.service-detail-menu {
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    height: max-content;
}
.service-detail-menu a {
    text-decoration: none;
    color: #181818;
    max-width: 94%;
    display: inline-block;
}
.service-detail-menu a:hover {
    text-decoration: underline;
}
.service-detail-menu .service-menu-level-1 {
    padding: 0 0 30px 0;
    margin: 15px 0 0 0;
    border-bottom: 1px solid #eee;
}
.service-detail-menu .service-menu-level-1 > li {
    position: relative;
    margin: 5px 0;
    padding: 5px 0;
    cursor: pointer;
}
.service-detail-menu .service-menu-level-1 > li > a {
    color: #273890;
}
.service-detail-menu .service-menu-level-1 > li.open .menu-1-icon {
    transform: rotate(0);
    transition: all .3s;
}
.service-detail-menu .service-menu-level-1 > li.open > a {
    color: #273890;
}
.service-detail-menu .service-menu-level-1 > li.open .service-menu-level-2 {
    display: block;
}
.service-detail-menu .service-menu-level-1 .menu-1-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(-90deg);
    background: url(../images/jt-small-nav.png) no-repeat center center;
    background-size: 14px;
    transition: all .3s;
}
.service-detail-menu .service-menu-level-2 {
    margin-top: 10px;
    padding-left: 20px;
    display: none;
}
.service-detail-menu .service-menu-level-2 li {
    margin: 3px 0;
    padding: 3px 0;
}
.service-detail-menu .ul-online-inquiry {
    padding: 0;
}
.service-detail-menu .ul-online-inquiry > li {
    margin: 12px 0;
}
.service-detail-menu .ul-online-inquiry input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 10px;
}
.service-detail-menu .ul-online-inquiry .textarea-add-css textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 10px;
}
.service-detail-menu .ul-online-inquiry .submit-add-css button {
    background: #273890;
    color: #fff;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.service-detail-menu .contact-form-row > div {
    width: 100%;
    margin-bottom: 20px;
}
.service-detail-menu .contact-form-row > div label {
    margin-bottom: 5px;
}
.service-detail-menu .contact-form-row .submit-button {
    padding: 4px 12px;
    background: #273890;
}
.service-detail-content {

}
.service-detail-content-in {
    padding: 0 30px 30px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}
.service-detail-content-in .inpage_section_title {
    /* height: 70px;
    display: flex;
    align-items: center;
    background-image: url(../images/background-icon.png); */
}
.service-detail-content-in .inpage_section_title {
    background: url(../images/background-icon-3.jpg) no-repeat center -190px;
    background-size: cover;
    padding: 30px 10px;
}
.service-detail-content-in .inpage_section_title h4 {
    font-weight: bold;
    margin-bottom: 0;
}
.service-detail-content-in .inpage_section_title h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
}
.service-detail-content-in > h5 {
    background: #f2f2f2;
    border-left: 7px solid #273890;
    padding: 20px 20px;
    color: #273890;
    margin: 30px 0 20px 0;
}
.service-detail-content-in .ServiceShowPic {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    color: #939393;
}
.service-detail-content-in .ServiceShowPic > img {
    margin-bottom: 30px;
}
.service-detail-content-in .ullist {
    padding-left: 20px;
}
.service-detail-content-in .ullist > li {
    list-style-type: disc;
}
.service-detail-content-in .ullist > li > a {
    text-decoration: none;
    color: #273890;
}
.service-detail-content-in .ullist > li > a:hover {
    text-decoration: underline;
}
.page-tab .tab-online-inquiry {
    margin-left: auto;
    text-decoration: none;
    padding: 3px 25px 8px 7px;
    /* background: url(../images/jt-right.png) no-repeat 113px #175AD7; */
    /* background: url(../images/jt-right.png) no-repeat 113px, linear-gradient(to bottom, #4DCEE5, #4da1e5); */
    background: url(../images/jt-right.png) no-repeat 95%, linear-gradient(to bottom, #5892ff, #175AD7);
    background-size: 9%;
    color: #fff;
    border-radius: 6px;
    transition: all .3s;
    border: none;
}
.page-tab .tab-online-inquiry:hover {
    background: url(../images/jt-right.png) no-repeat 95%, linear-gradient(to bottom, #5892ff, #175AD7);
    background-size: 9%;
    border: none;
}

.page-tab {
    display: flex;
    gap: 5px;
    position: sticky;
    top: 80px;
    left: 0;
    background-color: #fff;
    /* background-image: url(../images/background-icon.png); */

    padding: 10px 5px;
    z-index: 96;
    flex-wrap: nowrap;
    border-bottom: #273890 solid 2px;
    margin-bottom: 15px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
    overflow-x: auto;
}
.page-tab span {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #273890;
    color: #273890;
    border-radius: 8px;
    width: auto;
    padding: 3px 6px;
    text-align: center;
    white-space: nowrap;
    margin-right: 5px;
}
.page-tab > img {
    display: none;
    width: 22px;
    height: 22px;
}
.page-tab span.active, .page-tab span:hover {
    background: #273890;
    color: #fff;
    border: 1px solid #273890;
}


/* service-detail */

/* search */

.header-bg-search {
    max-width: 1300px;
    margin: 30px auto;
    text-align: center;
}
.showlistline-search {
    max-width: 1300px;
    margin: 0px auto;
    margin-bottom: 50px;
}
.showlistline-search .inpage_section_title {
    text-align: center;
    margin: 30px 0;
}
.showlistline-search .showlist-blood > .searchlist {
    margin-bottom: 20px;
}
.showlistline-search .showlist-blood > .searchlist .searchtitle {
    font-size: 24px;
    font-weight: bold;
    margin: 7px 0;
}

.secondcontent-success {

}
.secondcontent-success .iconunit {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #7b9d3c;
    color: #ffffff;
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    z-index: 9;
}
.secondcontent-success .iconunit img {
    top: 9px;
    left: 5px;
    position: absolute;
    z-index: 10;
}
.secondcontent-success .tit {
    font-size: 20px;
    font-weight: bold;
    color: #7b9d3c;
    display: block;
}
.secondcontent-success .successinfo {
    margin: 30px 0;
}
.secondcontent-success .successinfo .iconarea {
    position: absolute;
    top: 0;
}
/* search end */


@media (min-width: 1600px) {
    
}

@media (min-width: 1025px) and (max-width: 1599px) {
    
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-bottom-info .bottom-article-top {
        width: 99%;
    }
    .section-why-us > ul {
        flex-wrap: wrap;
    }
    .section-why-us > ul > li {
        width: 30%;
    }
    .service-content .article-2 {
        justify-content: center;
    }
}
@media (max-width: 1300px) {
    .content-header .top-menu {
        display: none;
        position: absolute;
        width: 98%;
        z-index: 9;
        top: 60px;
        background: #007FF0;
        padding: 10px;
        left: 4px;
        color: #fff;
        max-height: 600px;
        overflow: auto;
        min-height: 500px;
    }
    .content-header .top-menu > li > div > a {
        color: #fff !important;
        /* padding: 10px 0; */
    }
    .content-header .top-menu > li .ul-level-2 > .add-to-img {
        display: none;
    }
    .content-header .top-menu .ul-level-2 .ul-level-2-content {
        width: 100%;
        padding: 0;
    }
    .content-header .top-menu .ul-level-2 .ul-level-2-content > li {
        width: 100%;
    }
    .content-header .top-menu > li {
        padding: 10px 0;
        /* margin-bottom: 10px; */
        margin-right: 0;
        height: auto;
        flex-direction: column;
    }
    .content-header .top-menu > li > div {
        flex-direction: row;
        justify-content: space-between;
        display: flex;
        width: 95%;
    }
    .content-header .top-menu > li:last-child {
        margin-bottom: 0;
    }
    .content-header .top-menu .ul-level-2 {
        position: relative;
        width: 100%;
        margin-top: 10px;
        top: 0;
    }
    .content-header .top-menu .ul-level-2 .ul-level-2-title {
        display: none;
    }
    .content-header .top-menu-mobile {
        display: flex;
    }
    .content-header .top-menu > li > div > .icon-i {
        background: url(../images/down-icon-w.png) no-repeat;
        background-size: contain;
        margin-left: 7px;
    }
    .section-bottom-info .bottom-article-content-r > ul {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .top-banner {
        background: url(../images/banner.png) no-repeat center;
        background-size: cover;
    }
    .section-bottom-info .bottom-article-top {
        width: 99%;
        height: 230px;
    }
    .section-why-us > ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-why-us > ul > li {
        width: 98%;
        margin-right: 0;
    }
    .service-content .article-2 {
        justify-content: center;
    }
    .service-content .article-2 > div {
        width: 100%;
    }
    .service-content .article-2 > div > div.article-2-in {
        width: 100%;
    }
    .service-content .article-1 {
        flex-direction: column;
    }
    .service-content .article-1 > div {
        width: 95% !important;
        margin-right: 0px !important;
    }
    .top-banner .banner-content {
        /* width: 86%; */
        /* word-break: break-all; */
        height: 100%;
        width: 100%;
        left: 0;
        padding: 40px;
        background: #ffffff8f;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
    }
    .top-banner {
        height: calc(80vh - 100px);
        min-height: 400px;
    }
    .top-banner .banner-content > h1 {
        font-size: 40px;
    }
    .content-header .nav-logo img {
        width: 160px;
    }
    .content-header {
        padding: 10px;
    }
    .content-header .top-menu-mobile {
        right: 95px;
        font-size: 14px;
    }
    .service-content .article-2 > div > div.article-2-in {
        padding-top: 10px;
    }
    .service-content .article-2 > div > div.article-2-in .article-2-container > p {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .service-content .article-2 > div > div.article-2-in .article-2-container > div {
        margin-bottom: 10px;
    }
    .service-content .article-2 > div > div.article-2-in .article-2-container > ul {
        margin-top: 5px;
    }
    .section-workflow {
        min-height: 470px;
    }
    .section-bottom-info {
        padding: 30px 20px 30px 20px;
    }
    .section-bottom-info .bottom-article-content {
        flex-direction: column-reverse;
    }
    .section-bottom-info .bottom-article-content-r > ul {
        margin-left: 0;
    }
    .section-bottom-info .bottom-article-content > div {
        width: 100%;
    }
    .section-bottom-info .bottom-article-content-l {
        border-right: none;
    }

    .search-container .search-content {
        width: 95%;
    }
    .search-container .search-txt .btn {
        /* display: block;
        position: relative;
        top: 20px;
        float: right; */
    }
    .search-container {
        opacity: 0.9;
    }
    .search-container .search-txt .search-input {
        width: 58%;
        padding-left: 7px
    }
    .search-container .search-txt .search-sc {
        padding: 0 0 0 10px;
    }
    .service-detail-container > .row {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .service-detail-content-in {
        padding: 0 10px 10px 10px;
    }
    .service-detail-content-in .inpage_section_title {
        background: none;
        padding: 15px 0px;
    }
    .page-tab {
        top: 65px;
        align-items: center;
    }
    .page-tab > img {
        display: block;
    }
    .page-tab > span {
        display: none;
    }
    .page-tab > span.tab-online-inquiry {
        display: block;
    }
    .page-tab.active {
        flex-direction: column;
        align-items: baseline;
    }
    .page-tab.active > span {
        display: block;
        width:200px;
        margin-top: 5px;
        padding: 4px 0 7px 0 !important;  
    }
    .page-tab.active .tab-online-inquiry {
        margin-left: 0;
        background: linear-gradient(to bottom, #5892ff, #175AD7);
        /* padding: 0; */
    }
    .content-header .top-menu {
        z-index: 999;
    }
    .class-inpage-css-1 .inpage-css-1-text {
        max-width: 90% !important;
    }
    .workflow-css-2 > div, .workflow-css-1 > div {
        width: 88% !important;
    }
    .service-detail-content-in .ServiceShowPic > img {
        width: 100%;
        object-fit: contain;
        height: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .section-bottom-contact-info .bottom-contact-info {
        flex-direction: column;
    }
    .section-bottom-contact-info .bottom-contact-info > li {
        width: 100%;
    }
    .service-content .article-2 > a > div.article-2-in, .service-content .article-2 > a {
        width: 100%;
    }
    .service-content .article-2 > a > div.article-2-in {
        padding: 10px;
    }
}
@media (max-width: 450px) {
    .section-workflow {
        min-height: 400px;
    }

    .section-bottom-third article {
        flex-direction: column;
    }
    .section-bottom-third article .bottom-third-platform-l {
        margin-bottom: 15px;
    }
    .section-bottom-third article .bottom-third-platform-l a:last-child {
        margin: 0;
    }
    
}


.class-inpage-css-1 {
    position: relative;
    /* overflow: hidden; */
    border-radius: 20px;
    max-height: 550px;
    min-height: 350px;
    margin: 30px 0;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.class-inpage-css-1 > img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.class-inpage-css-1 .inpage-css-1-text {
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* text-align: left; */
    max-width: 500px;
    background: rgba(67, 67, 67, .3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    max-width: 54%;
    /* min-height: 0; */
    margin-left: 4.7%;
    border-radius: 15px;
    padding: 15px;
    color: #fff;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.class-inpage-css-1 .inpage-css-1-text .ServiceShowPic {

}
.class-inpage-css-1 .inpage-css-1-text .ServiceShowPic > span {
    display: inline-block;
    width: 100%;
    color: #fff;
}
.class-inpage-css-1 .inpage-css-1-more {
    position: absolute;
    right: 0;
    bottom: 0;
}
.class-inpage-css-1 .inpage-css-1-more > a {
    /* width: 300px; */
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: -17px;
    right: 0;
    text-decoration: none;
    text-align: center;
    /* justify-content: center; */
    /* align-items: center; */
    line-height: 35px;
}

.tooltip-box{position: relative;}
.tooltip-box .tooltip{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(30, 30, 30, 1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: wrap;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height:1.4em;
}
.tooltip-box .tooltip a{color:#f3e04e;}
.tooltip-box .tooltip a:hover{color:#f3e04e; text-decoration: underline;}
.tooltip-box:hover .tooltip {
    display: block;
    opacity: 1;
}
.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
    transform: translateX(-50%);
}
.ServiceShowPic-add-css-1 .ServiceShowPic > img {
    border-radius: 20px;
    margin-bottom: 10px;
}
.ServiceShowPic-add-css-1 > a {
    display: block;
    text-align: center;
}
.workflow-css {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 50px 0 20px 0;
    background: #5A72D6;
    color: #fff;
}
.workflow-css .workflow-item {
    width: 33.3%;
    padding: 0 20px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.workflow-css .workflow-item ul li {
    font-size: 14px;
    list-style: none;
}
.workflow-css .workflow-item > h3 {
    color: #c9daf8;
    font-style: oblique;
}
.workflow-css .workflow-item:nth-child(3n) > .arrow {
    right: 20px;
}
.workflow-css .workflow-item > .arrow {
    position: absolute;
    right: 0px;
    top: 20px;
}
.workflow-css .workflow-item > p {
    font-size: 14px;
    margin-bottom: 5px;
}
.workflow-css .workflow-img {
    width: 60px;
    height: 60px;
    background-color: #E9F1FF;
    background-image: url(../images/workflow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.workflow-css .arrow::before {
    content: '';
    /* position: absolute; */
    /* top: 18px; */
    /* right: 28%; */
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/workflow-right.png) no-repeat;
    background-size: 25px;
}
.workflow-css .workflow-item:last-child .arrow {
    display: none;
}
.workflow-css-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 45px;
    margin: 20px 0;
}
.workflow-css-2 > div {
    position: relative;
    width: 30%;
    box-shadow: 0 0 15px #27399043;
    padding: 15px;
    border-radius: 7px;
    transform: translateY(0px);
    transition: all .5s;
    /* background-image: url(../images/workflow-jt.png); */
    /* background-repeat: no-repeat; */
    /* background-position: right center; */
}
.workflow-css-2 > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 15px #273990ac;
    transition: all .5s;
}
.workflow-css-2 > div:hover h3 {
    background-color: #175AD7;
    color: #fff;
    transition: all .5s;
}
.workflow-css-2 > div:hover .hr {
    width: 100%;
    transition: all .5s;
}
.workflow-css-2 p {
    margin-bottom: 10px;
    line-height: 1.4;
}
.workflow-css-2 .workflow-item > h3 {
    background-color: #E6EEFB;
    border-radius: 7px;
    padding: 5px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #175AD7;
}
.workflow-css-2 .workflow-item .hr {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #175AD7;
    transition: all .5s;
    border-radius: 5px;
}
.workflow-css-2 .workflow-color {
    color: #727272;
    line-height: 1.4;
}
.workflow-css-2 .workflow-img {
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(../images/workflow-jt.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.workflow-css-2 > div:last-child .workflow-img {
    display: none;
}
.why-us-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.why-us-grid .why-us-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.why-us-grid .why-us-h3 {
    margin: 0 !important;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    transition: background-color .3s ease;
    font-size: 16px !important;
    color: #175AD7;
}
.why-us-grid .why-us-h3::after {
    content: '+';
    font-size: 18px;
    font-weight: 400;
}
.why-us-grid .why-us-h3.active::after {
    content: '−';
}
.why-us-grid .why-us-div {
    margin: 0;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    background: #fff;
}
.why-us-grid .why-us-div.active {
    padding: 24px;
    max-height: 1000px;
}
.related-sections-row {
    margin-top: 20px;
}
.related-sections-row .ServiceShowPic > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 0;
}
.related-sections-row .ServiceShowPic > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #eee;
    font-size: 16px;
}
.ServiceShowPic-add-css-2 {
    margin-top: 15px;
}
.ServiceShowPic-add-css-2 .ServiceShowPic {
    position: relative;
}
.ServiceShowPic-add-css-2 .ServiceShowPic > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 0;
}
.ServiceShowPic-add-css-2 .ServiceShowPic > a {
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.ServiceShowPic-add-css-2 .ServiceShowPic > a:hover {
    text-decoration: underline;
}

.to-inquiry strong {
    cursor: pointer;
    color: #175AD7;

}
.to-inquiry strong:hover {
    color: #5A72D6;
}
.ullist-add-css-1 > li {
    list-style-type:disclosure-closed !important;
}


.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-grid .faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.faq-grid .question {
    margin: 0 !important;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    transition: background-color .3s ease;
    font-size: 16px !important;
    color: #175AD7;
}
.faq-grid .question::after {
    content: '+';
    font-size: 18px;
    font-weight: 400;
}
.faq-grid .question.active::after {
    content: '−';
}
.faq-grid .answer {
    margin: 0;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    background: #fff;
}
.faq-grid .answer.active {
    padding: 24px;
    max-height: 1000px;
}
.table-responsive {
    margin: 20px 0;
}
.table-responsive table td {
    border: 1px solid #ccc;
    padding: 15px;
}
/* .table-responsive table tr:first-child td {
    background: #5A72D6;
    color: #fff;
} */
.service-table-tr-color td {
    background: #5A72D6;
    color: #fff;
}
.why-us-grid-color .why-us-h3 {
    /* color: #3333CC; */
}
.about-container {
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
}
.about-container .ServiceShowPic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: opacity(0.1);
}
.about-container .ServiceShowPic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-positions-css .col-md-6 {
    display: flex;
    margin-bottom: 20px;
}
.featured-positions-css .col-md-6-content {
    border: 1px solid #5A72D6;
    padding: 20px;
    border-radius: 10px;
}
.featured-positions-css .col-md-6-content > h3 {
    font-size: 18px !important;
    font-weight: bold;
    color: #5A72D6;
}
.featured-positions-css .col-md-6-content > p {
    font-size: 14px;
    margin-bottom: 5px;
}
.featured-positions-css .col-md-6-content > ul li {
    font-size: 14px;
}
h2.h5_tit {
    color: #2a4d89;
    font-weight: bold;
}
.service-detail-menu > h4 {
    color: #2a4d89;
    font-weight: bold;
}
.location-to-contact {
    color: #FACE11 !important;
}
.location-to-contact:hover {
    text-decoration: underline !important;
}
.reset-a-css:hover {
    color: #fff !important;
}
.covid_publicity_close {
    position: absolute;
    right: 10px;
    top: 3px;

}
.covid_publicity_close > a {
    text-decoration: none;
}
.covid_publicity_close > a i {
    font-style: normal;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}