@font-face {
    font-family: 'RL10';
    src: url('../fonts/Roboto-Light-10.ttf') format('truetype');
}

@font-face {
    font-family: 'RR14';
    src: url('../fonts/Roboto-Regular-14.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSansSC-Bold';
    src: url('../fonts/IBMPlexSansSC-Bold.ttf') format('truetype');
}

body {
    font-family: 'RR14';
}

em,
i {
    font-style: oblique;
}

.h2,
h2 {
    font-size: 1.5rem;
    margin: 20px 0 10px 0;
}

.h3,
h3 {
    font-size: 1.3rem;
}

ol {
    list-style: auto;
    padding-left: 20px;
}

ol li {
    margin: 5px 0;
}

ul.ullist {
    list-style: disc;
}

.message-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.message-item {
    padding: 12px 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 300px;
    max-width: 500px;
    opacity: 0;
    transform: translateY(-20px);
    animation: messageFadeIn 0.3s ease forwards;
}

.message-item.success {
    border-left: 4px solid #52c41a;
    color: #2f543e;
}

.message-item.error {
    border-left: 4px solid #ff4d4f;
    color: #670e08;
}

.message-item.warning {
    border-left: 4px solid #faad14;
    color: #6b4605;
}

.message-item.info {
    border-left: 4px solid #1890ff;
    color: #0f4871;
}

.message-icon {
    font-size: 20px;
    line-height: 1;
}

.success .message-icon { color: #52c41a; }
.error .message-icon { color: #ff4d4f; }
.warning .message-icon { color: #faad14; }
.info .message-icon { color: #1890ff; }

.message-close {
    margin-left: auto;
    cursor: pointer;
    font-size: 16px;
    color: #999;
    transition: color 0.2s;
}

.message-close:hover {
    color: #333;
}

@keyframes messageFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes messageFadeOut {
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.service-detail-container>.row {
    --bs-gutter-x: 0;
}

.ullist-layer-two li {
    margin: 7px 0;
    list-style-type: none !important;
    display: flex;
    align-items: center;
}

.ullist-layer-two li em {
    display: contents;
}

.ullist-layer-two li::before {
    content: "➤";
    display: inline-block;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

.related-services-css {
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0 !important;
}

.related-services-css li {
    position: relative;
    margin: 7px 0;
    list-style-type: none !important;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    width: 49%;
    /* margin-right: 20px; */
    padding: 10px;
}

.related-services-css li em {
    display: contents;
}

.related-services-css li::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/jt-right-nav.png') no-repeat right #f5f5f5;
    background-size: 16px;
    position: absolute;
    right: 12px;
}

.related-services-css li::before {
    content: "✧";
    display: inline-block;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.related-services-css li a {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
}

.related-services-css li a:hover {
    text-decoration: underline;
}

.related-services-css li,
.related-services-css li a {
    color: #273890 !important;
}

.related-sections-row>div {
    margin-bottom: 20px;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s;
}

.related-sections-row>div:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.related-sections-row a>img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 0;
}

.related-sections-row a>span {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding: 10px 5px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.related-sections-row a:hover span {
    text-decoration: underline;
}



table {
    width: 100%;
}

table td {
    padding: 10px;
}

table tr:first-child {
    background: #273890;
    color: #fff;
}

.table-responsive {
    overflow: visible;
    margin-bottom: 20px;
}

.service-table-css-1 tr:first-child {
    /* text-align: center; */
}

.service-table-css-1 tr:last-child {
    /* background: #92D050; */
    /* text-align: center; */
}

.service-table-css-1 tr td:first-child,
.service-table-css-1 tr td:last-child {
    /* text-align: center; */
}

.service-table-css-1.table-bordered {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.service-table-css-1.table-bordered tr:last-child {
    border-bottom: none;
}

.service-table-css-1.table-bordered tr:not(:first-child):hover {
    /* background-color: rgb(248, 249, 250); */
    /* transition: all .3s; */
}

.service-table-css-1.table-bordered>:not(caption)>*>* {
    border: 1px solid #E5E7EB;
}

.service-table-css-1.table-bordered>:not(caption)>* {
    border-bottom: 1px solid #E5E7EB;
}

/* -- */
.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px 0px 30px;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #C3CAE5;
    background: url(../images/bottom-info-background.png) no-repeat;
    background-size: cover;
}

.content-header .header-top-menu-right {
    display: flex;
    align-items: center;
}

.content-header ul {
    padding: 0;
    margin: 0;
}

.content-header .header-search {
    display: none;
    background-color: #007FF0;
    border-radius: 20px;
    padding: 6px 24px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}

.content-header .header-search:hover,
.content-header .top-menu-mobile:hover {
    background-color: #00acf0;
    transition: all .3s;
}

.content-header .header-search>img {
    width: 20px;

}

.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: 355px;
}

.content-header .top-menu-mobile img {
    width: 20px;
    margin-left: 5px;
}

.content-header .search-header-txt {
    background: #fff;
    width: 650px;
    height: 60px;
    /* border-radius: 40px; */
    display: flex;
    align-items: center;
    padding: 0 20px 0 20px;
    font-size: 18px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #eee;
}

.content-header .search-header-txt .search-custom {
    position: relative;
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.content-header .search-header-txt .search-custom .result-search {
    background: url(../images/jt-small-nav.png) no-repeat right center;
    background-size: 14px;
    width: 100px;
    cursor: pointer;
    margin-right: 7px;
}

.content-header .search-header-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 10px 3px rgba(200, 200, 200, 0.5);
}

/* .content-header .search-header-txt .search-custom:hover ul {
    
} */
.content-header .search-header-txt .search-custom>ul>li {
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding: 7px;
}

.content-header .search-header-txt .search-custom>ul>li:hover {
    color: #273890;
}

.content-header .search-header-txt .search-custom>ul>li:last-child {
    border-bottom: none;
}


.content-header .search-header-txt .search-sc {
    border: none;
    background-color: transparent;
    font-size: 14px;
    height: 100%;
}

.content-header .search-header-txt .search-sc:focus,
.content-header .search-header-txt .search-input:focus {
    border: none;
    background-color: transparent;
    outline: none;
}

.content-header .search-header-txt .search-input {
    font-size: 14px;
    border: none;
    background-color: transparent;
    /* padding-left: 10px; */
    /* width: 180px; */
    flex: 1;
    margin-left: 10px;
    font-size: 18px;
}

.content-header .search-header-txt .btn {
    font-size: 14px;
    border: none;
    background-color: transparent;
    background: url(../images/search-icon-b.png) no-repeat center center;
    background-size: 20px;
    padding-right: 10px;
}

.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>li:nth-child(2)>.ul-level-2>.ul-level-2-title {
    width: 9%;
    display: none;
}

.content-header .top-menu>li:nth-child(2)>.ul-level-2>.ul-level-2-content {
    width: 99%;
    padding-left: 20px;
}

.content-header .top-menu>li:nth-child(2)>.ul-level-2>.ul-level-2-content>li {
    width: 24%;
}

.content-header .top-menu a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.content-header .top-menu a:hover {
    color: #fff;
    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;
}

.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-w.png) no-repeat;
    width: 10px;
    background-size: contain;
    vertical-align: middle;
    /* line-height: 23px; */
    height: 14px;
}

.content-header.fixed .top-menu>li>div>.icon-i {
    display: inline-block;
    /* padding: 10px 0; */
    /* margin-left: 3px; */
    cursor: pointer;
    background: url(../images/jt-small-nav-color.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: 1;
    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(0, 0, 0, 0.3);
    padding: 0 0;
    overflow: auto;
    transition: all .3s;
}

.content-header .top-menu .ul-level-2.ul-level-2-flex {
    display: flex;
    opacity: 1;
    min-height: 470px;
    height: auto;
    padding: 20px;
    transition: all .2s;
}

.content-header .top-menu .ul-level-2 .ul-level-2-title {
    width: 20%;
    border-right: 1px solid #bdbdbd;
}

.content-header .top-menu .ul-level-2 .ul-level-2-title>h2 {
    margin-top: 30px;
    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: #273890;
    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-content {
    width: 80%;
    position: relative;
    padding-left: 45px;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: space-between;
    max-height: 800px;
    overflow: auto;
}

.content-header .top-menu .ul-level-2 .ul-level-2-content>li {
    /* margin-bottom: 10px; */
    /* padding: 0px 20px; */
    width: 47%;
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 15px;
}
.content-header .top-menu > li:nth-child(4) .ul-level-2 .ul-level-2-content>li {
    width: 31%;
}

.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: 18px;
    color: #273890;
}

.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;
    max-height: 370px;
    /* 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:hover {
    color: #000;
    text-decoration: underline;
}

.content-header .top-menu .ul-level-3>li>div {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.content-header .top-menu .ul-level-3>li>div a {
    color: #000;
    margin-right: 20px;
}

.content-header .top-menu .ul-level-4 {
    display: none;
    padding-left: 18px;
    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-4>li>a:hover {
    color: #000;
    text-decoration: underline;
}

.content-header .top-menu .img-click-show-4 {
    cursor: pointer;
    transform: rotate(0deg);
    transition: all .3s;
}

.content-header .top-menu .img-click-show-4.active {
    transform: rotate(90deg);
    transition: all .3s;
}

.content-header.fixed {
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0px !important;
}

.content-header.fixed .top-menu a {
    color: #273890;
}

.content-header.fixed .search-header-txt {
    /* border: 1px solid #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;
}

.content-header .header-search-icon-content {
    margin-right: 40px;
}

.content-header .header-search-icon-content .search-icon-container {
    /* padding: 0 25px; */
    border-left: 1px solid #fff;
    cursor: pointer;
    width: 70px;
    height: 24px;
    background: url(../images/search-icon.png) no-repeat center;
    background-size: contain;
}

.content-header.fixed .header-search-icon-content .search-icon-container {
    /* padding: 0 25px; */
    border-left: 1px solid #000;
    cursor: pointer;
    width: 70px;
    height: 24px;
    background: url(../images/search-icon-b.png) no-repeat center;
    background-size: contain;
}

.content-header .header-search-icon-content .search-icon-container img {
    width: 24px;
}

.content-header .search-header-txt-container {
    position: absolute;
    left: 50%;
    width: 97%;
    height: 300px;
    background: rgb(255, 255, 255);
    top: 81px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* -- */
.top-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 3px);
    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: 670px;
}

.top-banner .banner-content>h1 {
    /* font-weight: bold; */
    font-family: 'IBMPlexSansSC-Bold';
    font-size: 58px;
    color: #fff;
}

.top-banner .banner-content>h1 span {
    color: #175AD7;
}

.top-banner .banner-content>p {
    margin: 30px 0 50px 0;
    font-size: 20px;
    color: #fff;
    border-left: 7px solid #4DCEE5;
    padding-left: 25px;
}

.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, #4DCEE5, #4da1e5);
    background-size: 12%;
    color: #fff;
    border-radius: 6px;
    transition: all .3s;
    /* box-shadow: 0px 0px 10px 7px rgba(200, 200, 200, 0.1); */
}

.top-banner .banner-content>a:hover {
    background: url(../images/jt-right.png) no-repeat 113px, linear-gradient(to bottom, #4dcee5e2, #4da3e5e6);
    background-size: 12%;
    transition: all .3s;
}

.top-banner .banner-button-icon {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;

}

.top-banner .banner-button-icon>span {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 23px 0;
    border-radius: 23px;
    position: absolute;
    width: 30px;
    left: 50%;
    top: 0px;
    margin-top: 8px;
    transform: translateX(-50%);
    /* animation: upDown 1s ease-in-out infinite alternate; */

}

.top-banner .banner-button-icon>span>span {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 6px;
    /* margin-top: 4px; */
    transform: translateX(-50%);
    /* animation: upDown 0.9s ease-in-out infinite alternate; */
    animation-name: scroll-mobile;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.top-banner .banner-button-icon img:nth-child(1) {
    position: absolute;
    width: 32px;
    left: 50%;
    top: 8px;
    margin-top: 5px;
    transform: translateX(-50%);
    /* animation: upDown 1s ease-in-out infinite alternate; */

}

.top-banner .banner-button-icon img:nth-child(2) {
    display: none;
    position: absolute;
    width: 16px;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}

@keyframes upDown {
    0% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: 5px;
        opacity: 0;
    }
}

@keyframes scroll-mobile {
    0% {
        opacity: 0;
        top: 5px;
    }

    20% {
        opacity: 1;
        top: 5px;
    }

    65% {
        opacity: 1;
        top: 5px;
    }

    80% {
        opacity: 0;
        top: 25px;
    }

    100% {
        opacity: 0;
        top: 25px;
    }
}

/* --- */

.comprehensive-section {
    width: 100%;
    background: url(../images/comprehensive-background.png) no-repeat -30px -155px;
    background-size: cover;
    /* margin-top: 80px; */
    padding: 100px 20px;
    text-align: center;
}

.comprehensive-section>h1 {
    /* font-weight: bold; */
    font-family: 'Montserrat-Regular';
}

.comprehensive-section .comprehensive-content {
    width: 100%;
    margin-top: 80px;
}

.comprehensive-section .comprehensive-content img {
    width: 75%;
}

/* -- */
.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>div {
    position: relative;
    margin-bottom: 30px;
}

.service-content .article-2>div>.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;
}

.service-content .article-2>div>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>div>div.article-2-in .article-2-container {}

.service-content .article-2>div>div.article-2-in .article-2-container>div {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.service-content .article-2>div>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>div>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>div>div.article-2-in .article-2-container>p {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
}

.service-content .article-2>div>div.article-2-in .article-2-container>ul {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}

.service-content .article-2>div>div.article-2-in .article-2-container>ul>li {
    padding: 3px 0;
}

.service-content .article-2>div>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>div>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>div>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>div>div.article-2-in .article-2-hover img {
    width: 100%;
    height: 100%;
}

.service-content .article-2>div>div.article-2-in:hover .article-2-hover {
    top: 0;
    transition: all .3s;
}

.service-content .article-2>div: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>div>div.article-2-in:hover {
    color: #fff;
    transition: all .5s;
}

.service-content .article-2>div:hover .article-2-container>div>div>img.article-2-container-img-1 {
    display: none;
    transition: all .5s;
    opacity: 0;
}

.service-content .article-2>div:hover .article-2-container>div>div>img.article-2-container-img-2 {
    display: block !important;
    transition: all .5s;
    opacity: 1 !important;
}

/* === */
.section-service {
    min-height: 800px;
    width: 100%;
    background: url(../images/service-background.png) no-repeat;
    background-size: cover;
    /* margin-top: 50px; */
    padding: 20px;
    box-sizing: border-box;
}

.section-service>h1 {
    max-width: 1400px;
    margin: 60px auto 60px auto;
    color: #fff;
    /* font-weight: bold; */
    font-family: 'Montserrat-Regular';
}

.section-service>ul {
    max-width: 1400px;
    margin: 50px auto 75px auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.section-service>ul>li {
    width: 25%;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    margin: 0 30px 10px 0;
}

.section-service>ul>li>a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    width: 100%;
}

.section-service>ul>li>a>img {
    width: 100%;
    border-radius: 7px;
    object-fit: cover;
}

.section-service>ul>li>a>.service-list-item-button {
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #00000066;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.section-service>ul>li>a>.service-list-item-button>p {
    width: 70%;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
}

.section-service>ul>li>a>.service-list-item-button>p>em {
    font-style: italic;
}

.section-service>ul>li>a>.service-list-item-button>i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    transition: all 0.3s;
}

.section-service>ul>li.active {
    filter: brightness(0.4);
}

.section-service>ul>li:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.section-service>ul>li:hover a>.service-list-item-button>i {
    transition: all 0.3s;
}

.section-service>ul>li:nth-child(1) .service-list-item-button>i {
    background: url(../images/jt-green.png) no-repeat;
    background-size: cover;
}

.section-service>ul>li:nth-child(2) .service-list-item-button>i {
    background: url(../images/jt-blue.png) no-repeat;
    background-size: cover;
}

.section-service>ul>li:nth-child(3) .service-list-item-button>i {
    background: url(../images/jt-orange.png) no-repeat;
    background-size: cover;
}

.section-service>ul>li:nth-child(4) .service-list-item-button>i {
    background: url(../images/jt-purple.png) no-repeat;
    background-size: cover;
}

.section-service>ul>li:nth-child(1):hover .service-list-item-button>i {
    background: url(../images/jt-green-fill.png) no-repeat;
    background-size: cover;
}

.section-service>ul>li:nth-child(2):hover .service-list-item-button>i {
    background: url(../images/jt-blue-fill.png) no-repeat;
    background-size: cover;
}

.section-service>ul>li:nth-child(3):hover .service-list-item-button>i {
    background: url(../images/jt-orange-fill.png) no-repeat;
    background-size: cover;
}

.section-service>ul>li:nth-child(4):hover .service-list-item-button>i {
    background: url(../images/jt-purple-fill.png) no-repeat;
    background-size: cover;
}

/* --- */

.section-platforms {
    position: relative;
    min-height: 800px;
    width: 100%;
    background: url(../images/platforms-background.png) no-repeat;
    background-size: cover;
    /* margin-top: 50px; */
    padding: 20px 20px 60px 20px;
    box-sizing: border-box;
    /* margin-bottom: 70px; */
}

.section-platforms .swiper-button-prev-next {
    position: absolute;
    width: 100%;
    /* right: 275px; */
    /* top: 130px; */
    left: 50%;
    top: 55%;
    max-width: 1581px;
    transform: translate(-50%, -50%);
}

.section-platforms .swiper-button-prev-next>div {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 2px solid #5A72D6;
    font-weight: bold;
    color: #5A72D6;
}

.swiper-button-prev-next-PLATFORMS .swiper-button-prev::after {
    content: '←';
    display: block;
    margin-top: 2px;
}

.swiper-button-prev-next-PLATFORMS .swiper-button-next::after {
    content: '→';
    display: block;
    margin-top: 2px;
}

.section-platforms .swiper-button-prev-next>div:hover {
    background: #5A72D6 !important;
    color: #fff !important;
}

.section-platforms>h1 {
    max-width: 1400px;
    margin: 80px auto 60px auto;
    color: #000;
    /* font-weight: bold; */
    font-family: 'Montserrat-Regular';
}

.section-platforms .section-platforms-in {
    padding: 20px;
    max-width: 1440px;
}

.section-platforms .section-platforms-in>ul {
    max-width: 1400px;
    /* margin: 50px auto 75px auto; */
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.section-platforms .section-platforms-in>ul>li {
    box-shadow: 0px 0px 12px 5px rgba(200, 200, 200, 0.25);
    background: linear-gradient(to bottom, #fff, #fff);
    /* background: #fff; */
    border-radius: 7px;
    width: 30%;
    padding: 50px 30px;
    transition: all .3s;
    height: auto;
}

.section-platforms .section-platforms-in>ul>li>a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-platforms .section-platforms-in>ul>li>a>h3 {
    color: #273890;
    transition: all .3s;
    font-family: 'Roboto-Medium';
}

.section-platforms .section-platforms-in>ul>li>a>span {
    display: block;
    height: 5px;
    background-color: #273890;
    width: 70px;
    margin-top: 15px;
    margin-bottom: 40px;
    transition: all .3s;
}

.section-platforms .section-platforms-in>ul>li>a>.platforms-list-item-p {
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
    min-height: 170px;
    flex: 1;
    transition: all .3s;
}

.section-platforms .section-platforms-in>ul>li>a>.platforms-list-item-p>p {
    margin-bottom: 10px;
    font-family: 'Roboto-Regular';
}

.section-platforms .section-platforms-in>ul>li .platforms-list-item-more {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
}

.section-platforms .section-platforms-in>ul>li .platforms-list-item-more>img {
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}

.section-platforms .section-platforms-in>ul>li .platforms-list-item-more>div {
    position: relative;
    color: #000;
    font-size: 18px;
    transition: all .3s;
    width: 153px;
    /* background: url(../images/jt-right-b.png) no-repeat 119px center; */
    background-size: 18px;
    padding: 6px 18px;
    border-radius: 47px;
    /* border: 1px solid #ccc; */
    /* position: relative; */
    /* left: -5px; */
    height: 47px;
}

.section-platforms .section-platforms-in>ul>li .platforms-list-item-more>div>div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/jt-right-b.png) no-repeat 119px center;
    background-size: 18px;
    line-height: 47px;
    padding-left: 17px;
    transition: all .3s;
}

.section-platforms .section-platforms-in>ul>li .platforms-list-item-more>div>span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    transition: all .3s;
    background: #fff;
    z-index: 0;
    border-radius: 40px;
}

.section-platforms .section-platforms-in>ul>li .platforms-list-item-more .platforms-item-img-w {
    display: none;
}

.section-platforms .section-platforms-in>ul>li:hover a>.platforms-list-item-more .platforms-item-img-w {
    display: block;
}

.section-platforms .section-platforms-in>ul>li:hover a>.platforms-list-item-more .platforms-item-img {
    display: none;
}

.section-platforms .section-platforms-in>ul>li:hover {
    background: linear-gradient(to bottom, #5972D6, #273890);
    transition: all .3s;
}

.section-platforms .section-platforms-in>ul>li:hover a>.platforms-list-item-p>p,
.section-platforms .section-platforms-in>ul>li:hover a>h3,
.section-platforms>ul>li:hover .platforms-list-item-more>div {
    color: #fff;
    transition: all .3s;
}

.section-platforms .section-platforms-in>ul>li:hover a>span {
    background-color: #fff;
    transition: all .3s;
}

.section-platforms .section-platforms-in>ul>li:hover .platforms-list-item-more>div {
    /* background: url(../images/jt-right-b.png) no-repeat 130px center; */
    /* background-size: 18px; */
    /* padding-left: 30px; */
    transition: all .3s;
    /* width: 170px; */
    /* background-color: #fff; */
    color: #000;
    /* position: relative; */
    /* left: 15px; */
}

.section-platforms .section-platforms-in>ul>li:hover .platforms-list-item-more>div>div {
    background: url(../images/jt-right-b.png) no-repeat 126px center;
    background-size: 18px;
    transition: all .3s;
}

.section-platforms .section-platforms-in>ul>li:hover .platforms-list-item-more>div>span {
    height: 100%;
    transition: all .3s;
}

/* ---- */

.section-why-choose-us {
    position: relative;
    min-height: 550px;
    width: 100%;
    display: flex;
    margin-top: 0px;
}

.section-why-choose-us .why-choose-us-l {
    width: 50%;
    background: url(../images/why-choose-us-background-1.png) no-repeat;
    background-size: cover;
}

.section-why-choose-us .why-choose-us-r {
    width: 50%;
    background: url(../images/why-choose-us-background-2.png) no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-why-choose-us .why-choose-us-r>div {
    display: inline-block;
    width: 70%;
}

.section-why-choose-us .why-choose-us-r>div>h1 {
    margin-bottom: 40px;
    /* font-weight: bold; */
    font-family: 'Montserrat-Regular';
}

.section-why-choose-us .why-choose-us-r>div>ul {
    /* list-style-type: disc; */
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 3px;
    justify-content: space-between;
}

.section-why-choose-us .why-choose-us-r>div>ul>li {
    margin: 15px 0;
    width: 48%;
    display: flex;
    align-items: center;
}

.section-why-choose-us .why-choose-us-r>div>ul>li img {
    width: 40px;
}

.section-why-choose-us .global-solution-icon {
    padding: 7px;
    background-color: #ffffff2f;
    display: inline-block;
    border-radius: 7px;
    margin-right: 15px;
}

.section-why-choose-us .global-solution-text {
    font-size: 20px;
}

.section-why-choose-us .jt-large-why-choose {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #4C5BAD;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-why-choose-us .jt-large-why-choose>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-why-choose-us .jt-large-why-choose>div img {
    width: 22px;
    margin-right: 7px;
    /* width: 90%; */
    /* height: 90%; */
    /* border-radius: 50%; */
}

/* === */
.section-bottom-info {
    position: relative;
    /* min-height: 700px; */
    width: 100%;
    background: url(../images/bottom-background.png) no-repeat;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 10px;
}

.section-bottom-info .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 .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-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 .bottom-contact-us-l {
    width: 60%;
}

.section-bottom-info .bottom-contact-us-l>form>div {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap; */
}

.section-bottom-info .bottom-contact-us-l>form>div>div:first-child {}

.section-bottom-info .bottom-contact-us-l>.contact-us-title>h2 {
    margin-bottom: 30px;
    font-weight: bold;
}

.section-bottom-info .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 .bottom-contact-us-l>form>.contact-us-title>.submit-button:hover {
    background-color: #273890;
}

.section-bottom-info .bottom-contact-us-l>form label {
    display: block;
    margin-bottom: 10px;
    color: #273890;
    font-size: 18px;
}

.section-bottom-info .bottom-contact-us-l>form input {
    border: 1px solid #A3A2A5;
    border-radius: 7px;
    height: 40px;
    width: 350px;
    padding: 0 10px;
}

.section-bottom-info .bottom-contact-us-l>form textarea {
    border: 1px solid #A3A2A5;
    border-radius: 7px;
    width: 100%;
    height: 200px;
    padding: 20px;
}

.section-bottom-info .bottom-contact-us-l .row-contact-us>div {
    margin-bottom: 25px;
}

.section-bottom-info .bottom-contact-us-l .row-contact-us>div .submit-button {
    border: none;
    border-radius: 7px;
    background-color: #5A72D6;
    color: #fff;
    font-size: 20px;
    padding: 6px 25px;
}

.section-bottom-info .bottom-contact-us-l .row-contact-us>div .formError {}

.section-bottom-info .bottom-contact-us-r {
    width: 30%;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    /* padding-bottom: 52px; */
    padding-top: 55px;
}

.section-bottom-info .bottom-contact-us-r>li {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #A3A2A5;
}

.section-bottom-info .bottom-contact-us-r>li:last-child {
    border-bottom: none;
}

.section-bottom-info .bottom-contact-us-r>li>div {
    padding-left: 15px;
}

.section-bottom-info .bottom-contact-us-r>li>div>p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #273890;
}

.section-bottom-info .bottom-contact-us-r>li>div>span {
    font-size: 14px;
}

.section-bottom-info .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 .bottom-contact-info>li {
    width: 30%;
}

.section-bottom-info .bottom-contact-info>li>div {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.section-bottom-info .bottom-contact-info>li>div>img {
    width: 35px;
    margin-right: 10px;
    display: none;
}

.section-bottom-info .bottom-contact-info>li>p {
    margin-bottom: 7px;
}

.section-bottom-info-f {
    padding-bottom: 150px;
}

/* ---- */

.section-bottom-third-platform {
    background-color: #273890;
    padding: 20px;

}

.section-bottom-third-platform article {
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.section-bottom-third-platform article .bottom-third-platform-l {}

.section-bottom-third-platform article .bottom-third-platform-l a {
    margin-right: 30px;
}

.section-bottom-third-platform article .bottom-third-platform-l a img {
    width: 23px;
}

.section-bottom-third-platform article .bottom-third-platform-r {
    color: #fff;
}


/* ----- */
.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.70;
    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-sc {
    height: 45px;
    border: 0;
    font-size: 16px;
    color: #000;
    outline: none;
    padding: 0 10px;
    float: left;
}

.search-container .search-txt .search-input {
    border: 0;
    outline: none;
    font-size: 16px;
    height: 45px;
    padding-left: 20px;
    width: 60%;
    float: left;
}

.search-container .search-txt .btn {
    display: inline-block;
    text-align: center;
    padding: 11px 40px;
    clear: both;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #00acf0;
    opacity: 0.9;
    border: 0px;
    outline: none;
    cursor: pointer;
    margin: 0;
    margin-left: 10px;
}

.bread-crumb {
    max-width: 1300px;
    margin: 20px 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: #273890;
    font-size: 15px;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bread-crumb .home-icon {
    width: 20px;
}

.bread-crumb ul>li:first-child>a {
    display: flex;
    align-items: center;
}

.bread-crumb li:after {
    position: absolute;
    right: -19px;
    /* width: 10px; */
    color: #888;
    content: "";
    font-size: 14px;
    /* line-height: 48px; */
    background: url(../images/jt-small-nav.png) no-repeat center center;
    background-size: 12px;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}

.bread-crumb li:last-child:after {
    display: none;
}

/* 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>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 */

.contact-us-container {
    max-width: 1300px;
    margin: 0 auto;
}

.contact-us-container>h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}

/* 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 */

/* .side-container-css ul li, .side-container-css ul li a {
    color: #273890;
} */

.service-detail-container {
    max-width: 1520px;
    margin: 20px auto;
}

.service-detail-container>h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}

.service-detail-menu {
    /* padding: 20px; */
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); */
    /* border-radius: 7px; */
    height: max-content;
}

.service-detail-menu>* {
    padding: 20px;
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-bottom: 20px;
}

.service-detail-menu .side-container-css a {
    text-decoration: none;
    color: #4055c0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 93%;
    display: inline-block;
}

.service-detail-menu .side-container-css a:hover {
    text-decoration: underline;
    color: #273890;
}

.service-detail-menu .service-menu-level-1 {
    padding: 0 0 30px 0;
    margin: 15px 0 0 0;
    /* border-bottom: 1px solid #eeeeee; */
}

.service-detail-menu .service-menu-level-1>li {
    position: relative;
    margin: 2px 0;
    padding: 2px 0;
    cursor: pointer;
    /* display: flex; */
    align-items: center;
}
.service-detail-menu .service-menu-level-1>li > a {
    color: #273890;
    font-weight: bold;
}

.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 .side-container-css a.active {
    color: #273890;
    font-weight: bold;
}

.service-detail-menu .service-menu-level-1 .menu-1-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 0;
    transform: rotate(-90deg);
    background: url(../images/jt-small-nav-color.png) no-repeat center center;
    background-size: 12px;
    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 .inquiry-article .row-contact-us>div {
    width: 100%;
    margin-bottom: 15px;
}

.service-detail-menu .inquiry-article .row-contact-us>div label {
    display: block;
    margin-bottom: 5px;
}

.service-detail-menu .inquiry-article .row-contact-us .contact-us-title .submit-button {
    padding: 3px 15px;
    background: #273890;
}

.service-detail-content {
    padding: 0 20px 20px 20px;
}

.service-detail-content-in {
    /* padding: 0 30px 30px 30px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

.service-detail-content-in>*:not(:first-child) {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.service-detail-content-in>ul {
    margin-left: 20px;
}

.service-detail-content-in .inpage_section_title {
    background: url(../images/banner.png) no-repeat 0px center;
    background-size: cover;
    padding: 30px 10px;
}

.service-detail-content-in .inpage_section_title h4 {
    font-weight: bold;
    /* margin-bottom: 30px; */
    margin-bottom: 0;
    color: #fff;
}

.service-detail-content-in .inpage_section_title h1 {
    font-weight: bold;
    /* margin-bottom: 30px; */
    margin-bottom: 0;
    color: #fff;
    font-size: 1.5rem;
}

.service-detail-content-in>h5 {
    background: #f2f2f2;
    border-left: 7px solid #273890;
    padding: 20px 20px;
    color: #273890;
    margin: 30px 0 20px 0;
}

.ServiceShowPic {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    color: #939393;
}

.ServiceShowPic>img {
    margin-bottom: 20px;
}
.ServiceShowPic>span {
    text-align: center;
}
.service-detail-content-in .ullist {
    padding-left: 20px;
}

.service-detail-content-in .ullist>li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.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 {
    display: flex;
    gap: 5px;
    position: sticky;
    top: 80px;
    left: 0;
    background: #fff;
    padding: 10px 10px;
    z-index: 96;
    flex-wrap: nowrap;
    /* border-bottom: #273890 solid 2px; */
    margin-bottom: 15px;
    box-shadow: 0px 3px 10px #cccccc;
    overflow-x: auto;
    /* background: url(../images/banner.png) no-repeat 0px -310px; */
    /* background-size: cover; */
}

.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 span.active,
.page-tab span:hover {
    background: #273890;
    color: #fff;
    border: 1px solid #273890;
}

.page-tab>img {
    display: none;
    width: 22px;
    height: 22px;
}

.case-study-container {
    overflow: hidden;
    position: relative;
}

.case-study-container .swiper-button-prev-next {
    position: absolute;
    width: 97%;
    /* right: 275px; */
    top: 36%;
    transform: translateY(-50%);
    height: 50px;
    z-index: 99;
}

.case-study-container .swiper-button-prev-next>div {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 2px solid #5A72D6;
    font-weight: bold;
    color: #5A72D6;
}

.swiper-button-prev-next-PLATFORMS .swiper-button-prev::after {
    content: '←';
    display: block;
    margin-top: 2px;
}

.case-study-container .swiper-button-prev-next>div {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 2px solid #5A72D6;
    font-weight: bold;
    color: #5A72D6;
}

.swiper-button-prev-next-PLATFORMS .swiper-button-next::after {
    content: '→';
    display: block;
    margin-top: 2px;
}

.flow-chart {
    margin: 20px 0;
}

.flow-chart>div {
    margin-bottom: 30px;
    position: relative;
}

.flow-chart .fcunit {
    width: 88%;
    display: block;
    position: relative;
}

.flow-chart .fcunit span {
    background-color: #0B1754;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    line-height: 22px;
    display: flex;
    align-content: center;
    align-items: center;
    /* min-height: 70px; */
}

.flow-chart .fcunit span a {
    color: #fff;
    display: inline-block;
}

.flow-chart .fcunit>ul.ullist {
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 27px;
}

.flow-chart>div[class*="col"]:after {
    content: "→";
    position: absolute;
    top: 42%;
    right: 0;
    width: 50px;
    text-align: center;
    font-size: 24px;
}

.flow-chart>div:last-child::after {
    display: none;
}

.flow-chart>div:nth-child(3n)::after {
    display: none;
}

.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%);
}


/* service-detail */

@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-service>ul {
        flex-wrap: wrap;
    }

    .section-service>ul>li {
        width: 30%;
    }

    .service-content .article-2 {
        justify-content: center;
    }

    /* .section-platforms .section-platforms-in > ul {
        flex-direction: column;
    }
    .section-platforms .section-platforms-in > ul > li {
        width: 100%;
        margin-bottom: 20px;
    } */

}

@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 .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% !important;
    }

    .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: 80%;
    }

    .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-contact-us {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .section-bottom-info .bottom-article-top {
        width: 99%;
        height: 230px;
    }

    .section-service>ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-service>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;
    }

    .top-banner {
        height: calc(90vh - 100px);
        min-height: 400px;
    }

    .top-banner .banner-content>h1 {
        font-size: 36px;
    }

    .top-banner .banner-content>p {
        font-size: 16px;
    }

    .content-header .nav-logo img {
        width: 160px;
    }

    .content-header {
        padding: 10px;
    }

    .content-header .top-menu-mobile {
        right: 95px;
        font-size: 14px;
    }

    .content-header .search-header-txt {
        display: none;
    }

    .content-header .header-search {
        display: flex;
        position: absolute;
        right: 10px;
    }

    .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 .bottom-article-top>ul {
        flex-direction: column;
    }

    .section-bottom-info .bottom-article-top>ul>li:nth-child(2) {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 17px;
    }

    .section-bottom-info .bottom-article-top>ul>li:nth-child(2)>p {
        margin: 0;
    }

    .section-bottom-info .bottom-article-top>ul>li:nth-child(1) {
        padding: 0;
        border-right: none;
        width: 100%;
    }

    /* .section-platforms .section-platforms-in > ul {
        flex-direction: column;
    }
    .section-platforms .section-platforms-in > ul > li {
        width: 100%;
        margin-bottom: 20px;
    } */
    .section-platforms .swiper-button-prev-next {
        position: absolute;
        width: 125px;
        left: 80%;
        top: 125px;
    }

    .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;
    }

    .section-bottom-info .bottom-contact-us {
        flex-direction: column;
    }

    .section-bottom-info .bottom-contact-us-l>form>div {
        width: 350px;
    }

    .section-bottom-info .bottom-contact-us-l>form textarea {
        /* width: 350px !important; */
    }

    .section-bottom-info .bottom-contact-us-r {
        width: 100%;
        padding-left: 0;
    }

    .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, #4DCEE5, #4da1e5);
        /* 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;
    }

    .ServiceShowPic>img {
        width: 100%;
        object-fit: contain;
    }

    .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;
    }

    .service-detail-container>.row {
        flex-direction: column-reverse;
    }

    .service-detail-content-in {
        padding: 10px;
    }

    body .workflow-add-css .section-workflow {
        width: 100% !important;
        padding-left: 25px !important;
    }

    .section-why-choose-us .why-choose-us-r>div {
        width: 100%;
    }

    .section-why-choose-us .why-choose-us-r>div>ul>li {
        width: 100%;
    }

    .we-can-offer-css .feature-card {
        width: 100% !important;
    }

    .about-us-container {
        padding: 0 20px;
    }
    .content-header .header-search-icon-content {
        display: none;
    }
    .service-detail-container > div .product-list-content {
        width: 100% !important;
    }
    .table-responsive {
        overflow: auto !important;
    }
    .page-content-list {
        width: 100%;
    }
    .showlistline {
        padding: 0 10px;
    }
    .service-detail-container.product-list-container .pro_list2 {
        height: auto !important;
    }


    
}

@media (max-width: 450px) {
    .top-banner .banner-button-icon {
        /* width: 50px; */
        /* height: 50px; */
    }

    .section-workflow {
        /* min-height: 260px; */
    }

    .section-bottom-info .bottom-contact-info {
        flex-direction: column;
    }

    .section-bottom-info .bottom-contact-info>li {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-why-choose-us .why-choose-us-l {
        display: none;
    }

    .section-why-choose-us .why-choose-us-r {
        width: 100%;
        padding: 0 30px;
    }

    .section-why-choose-us .jt-large-why-choose {
        display: none;
    }

    .section-bottom-third-platform article {
        flex-direction: column;
    }

    .section-bottom-third-platform article .bottom-third-platform-r {
        margin-top: 10px;
    }

    .section-bottom-third-platform article .bottom-third-platform-l a:last-child {
        margin: 0;
    }

    /* .top-banner .banner-content > h1 {
        font-size: 30px;
    }
    .top-banner .banner-content > p {
        font-size: 14px;
    } */
    .top-banner {
        height: calc(100vh - 100px);
    }

}

@media (max-width: 1410px) {

    .workflow-add-css .section-workflow {
        width: 230px !important;
        /* height: 188px !important; */
        padding: 17px 5px !important;
    }
}


/* type 1 */
/* .workflow-add-css {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.workflow-add-css .section-workflow {
    position: relative;
    width: 270px;
    height: 200px;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-right: -25px;
}
.workflow-add-css .section-workflow:nth-child(1) {
    background: url('../images/workflow-new-1.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow:nth-child(2) {
    background: url('../images/workflow-new-2.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow:nth-child(3) {
    background: url('../images/workflow-new-3.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow:nth-child(4) {
    background: url('../images/workflow-new-4.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow:nth-child(5) {
    background: url('../images/workflow-new-6.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow:nth-child(6) {
    background: url('../images/workflow-new-3.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow:nth-child(7) {
    background: url('../images/workflow-new-4.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow:nth-child(8) {
    background: url('../images/workflow-new-2.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow:nth-child(9) {
    background: url('../images/workflow-new-6.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow:nth-child(10) {
    background: url('../images/workflow-new-2.png') no-repeat center center;
    background-size: contain;
}
.workflow-add-css .section-workflow::before {
}

.workflow-add-css .section-workflow > h4 {
    color: #000;
    font-size: 16px;
    width: 80%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 10px;
}

.workflow-add-css .section-workflow > span {
    display: inline-block;
    width: 80%;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 10px;
}

.workflow-add-css .section-workflow > span::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}


.workflow-add-css .section-workflow > span::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.workflow-add-css .section-workflow > span::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: 10px;
}
.workflow-add-css .section-workflow > span::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a; 
}
.workflow-add-css .section-workflow > span > img {
    cursor: pointer;
    object-fit: contain;
    width: 80px;
}
.workflow-add-css .section-workflow > span > .ullist {
    display: none;
    color: #000;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 0;
}
.workflow-add-css .section-workflow > span > .ullist li {
    line-height: 16px;
    margin-bottom: 10px;
}

.workflow-add-css-2 .section-workflow {
    width: 230px;
    height: 300px;
}
.workflow-add-css-2 .section-workflow .ref-span-css {
    display: block;
}
.workflow-add-css-more .section-workflow > span.active {
    position: absolute;
    background: #fff;
    top: -172px;
    z-index: 9;
    width: 150%;
    height: 200px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(44, 44, 44, 0.2) 0px 0px 20px 7px;
}
.workflow-add-css-more .section-workflow > span .span-close {
    display: none;
}
.workflow-add-css-more .section-workflow > span.active .span-close {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 22px;
    height: 22px;
    font-size: 18px;
    background: #eee;
    border-radius: 50%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
} */
/* type 1 end */

/* type 2 */

.workflow-add-css {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 50px 0;
}

.workflow-add-css .section-workflow {
    width: 500px;
    padding: 25px;
    background: #F2F7FC;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.workflow-add-css .img-click-show {
    display: none;
}

.workflow-add-css .span-close {
    display: none;
}

.workflow-add-css .section-workflow>h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding-right: 20px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
}

.workflow-add-css .section-workflow.active>h4::after {
    transition: all .3s;
    transform: rotate(180deg);
    top: 20%;
}

.workflow-add-css .section-workflow>h4::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jt-small-nav.png) no-repeat center center;
    background-size: 14px;
    transition: all .3s;
}

.workflow-add-css .section-workflow>span>ul.ullist {
    display: none;
    margin-bottom: 0;
    margin-top: 12px;
}

.workflow-add-css .section-workflow::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #bebebe;
    position: absolute;
    left: -2px;
    top: 50%;
    z-index: 1;
}

.workflow-add-css .section-workflow:last-child::after {
    display: none;
}

.workflow-add-css .section-workflow::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #82A4E1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 2;
}

.workflow-add-css .section-workflow:nth-child(1)::before {
    content: '01';
    background-color: #82A4E1;
}

.workflow-add-css .section-workflow:nth-child(2)::before {
    content: '02';
    background-color: #A7CFF3;
}

.workflow-add-css .section-workflow:nth-child(3)::before {
    content: '03';
    background-color: #4D98DC;
}

.workflow-add-css .section-workflow:nth-child(4)::before {
    content: '04';
    background-color: #B6C3D4;
}

.workflow-add-css .section-workflow:nth-child(5)::before {
    content: '05';
    background-color: #82A4E1;
}

.workflow-add-css .section-workflow:nth-child(6)::before {
    content: '06';
    background-color: #A7CFF3;
}

.workflow-add-css .section-workflow:nth-child(7)::before {
    content: '07';
    background-color: #4D98DC;
}

.workflow-add-css .section-workflow:nth-child(8)::before {
    content: '08';
    background-color: #82A4E1;
}

.workflow-add-css .section-workflow:nth-child(9)::before {
    content: '09';
    background-color: #A7CFF3;
}

.workflow-add-css .section-workflow:nth-child(10)::before {
    content: '10';
    background-color: #4D98DC;
}

/* type 2 end */


.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;
}

h2.h5_tit {
    color: #273890;
    font-weight: bold;
}

.service-detail-menu>h4 {
    color: #273890;
    font-weight: bold;
}

.ullist-why-choose-us {
    list-style: none !important;
    padding-left: 0 !important;
}

.ullist-why-choose-us>li {
    list-style: none !important;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.ullist-why-choose-us>li>p {
    margin-bottom: 5px;
}

.ullist-why-choose-us>li>div {
    color: #3e3e3e;
}

.we-can-offer-css {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    gap: 20px;
}

.we-can-offer-css .feature-card {
    position: relative;
    width: 32%;
    color: white;
    z-index: 8;
    background: #F5F5F5;
    border-radius: 10px;
    transform: scale(1);
    transition: all .3s;
}

.we-can-offer-css .feature-card:hover {
    transform: scale(1.1);
    background: #273890;
    color: #fff;
    transition: all .3s;
}

.we-can-offer-css .feature-card:hover h3,
.we-can-offer-css .feature-card:hover p {
    color: #fff;
    transition: all .3s;
}

.we-can-offer-css .feature-card:hover h3 {
    background: url(../images/list-content-icon-w.png) no-repeat left 0px;
    background-size: 20px;
}

.we-can-offer-css .feature-card::before {
    display: none;
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    /* background-color: #D9E8F5; */
    /* background: linear-gradient(to bottom, #fff, #D9E8F5, #fff); */
    /* transform: perspective(800px) rotateY(26deg) translateZ(0px); */
    border: 1px solid #ddd;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.we-can-offer-css .feature-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* transform: perspective(800px) rotateY(26deg); */
    position: relative;
    /* transition: transform 0.3s ease; */
    color: #273890;
}

.we-can-offer-css .feature-content h3 {
    font-size: 16px !important;
    margin: 0 0 12px 0;
    font-weight: 600;
    padding-left: 26px;
    background: url(../images/list-content-icon.png) no-repeat left 0px;
    background-size: 20px;
}

.we-can-offer-css .feature-content p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-left: 8px;
}

.we-can-offer-css .feature-content p::before {
    margin-right: 10px;
    font-weight: normal;
}

.we-can-offer-css .custom-bullet-circle::before {
    content: '•';
}

.we-can-offer-css .feature-card:hover {
    z-index: 999;
}

.we-can-offer-css .feature-card:hover::before,
.we-can-offer-css .feature-card:hover .feature-content {
    /* transform: perspective(800px) rotateY(0deg) translateZ(30px); */
}

.section-bottom-info-ref .logo-bottom {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    /* align-items: end; */
    height: 80px;
}

.section-bottom-info-ref .logo-bottom .logo-bottom-a>img {
    width: 230px;
    object-fit: contain;
}

.section-bottom-info-ref .logo-bottom .contact-a {
    width: 125px;
    padding-top: 3px;
    padding-bottom: 7px;
    background-color: #273890;
    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;
    background-image: url(../images/jt-right.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 88% 14px;
    padding-right: 20px;
}

.section-bottom-info-ref .logo-bottom .logo-bottom-a {}

.section-bottom-info-ref .logo-bottom .contact-a>img {
    margin-top: 6px;
    display: none;
}

.section-bottom-info-ref .logo-bottom .contact-a>span {
    /* display: none; */
    display: inline-block;
    transition: all .5s;
    margin-top: 5px;
}

/* .section-bottom-info-ref .logo-bottom .contact-a:hover span {
    display: inline-block;
    transition: all .5s;
}
.section-bottom-info-ref .logo-bottom .contact-a:hover img {
    display: none;
    transition: all .5s;
} */
.section-bottom-info-ref .logo-bottom .contact-a:hover {
    /* width: 125px; */
    background-color: #FACE11;
    /* transition: all .5s; */
}

.page-tab .tab-online-inquiry {
    margin-left: auto;
    text-decoration: none;
    padding: 4px 25px 4px 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-size: 10%;
    color: #fff;
    border-radius: 6px;
    transition: all .3s;
    border: none;
}

.page-tab .tab-online-inquiry:hover {
    background: url(../images/jt-right.png) no-repeat 113px, linear-gradient(to bottom, #4DCEE5, #4da1e5);
    background-size: 10%;
    border: none;
}

.topcontrol {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    background: #273890;
    width: 48px;
    height: 48px;
    z-index: 99999;
    border-radius: 12px;
    cursor: pointer;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.topcontrol.show {
    display: flex;
}

.topcontrol img {
    width: 27px;
}

.row-product-list {
    display: flex;
    gap: 30px 0;
}

.row-product-list>div {
    transform: scale(1);
    transition: all .3s;
}

.row-product-list>div:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.row-product-list>div:hover a {
    /* text-decoration: underline !important; */
}

.row-product-list>div:hover span {
    color: #273890;
    text-decoration: underline;
}

.row-product-list>div a {
    text-decoration: none;
}

.row-product-list>div a>img {
    width: 100%;
    /* height: 100%; */
    height: 230px;
    object-fit: cover;
}

.row-product-list>div a>span {
    display: inline-block;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: initial;
}

.row-service-list {
    display: flex;
    gap: 30px 0;
    padding: 30px 0;
}

.row-service-list>div {
    transform: scale(1);
    transition: all .3s;
}

.row-service-list>div:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.row-service-list>div:hover a {
    /* text-decoration: underline !important; */
}

.row-service-list>div:hover span {
    color: #273890;
    text-decoration: underline;
}

.row-service-list>div a {
    text-decoration: none;
}

.row-service-list>div a>img {
    width: 100%;
    /* height: 100%; */
    height: 230px;
    object-fit: cover;
}

.row-service-list>div a>span {
    display: inline-block;
    margin-top: 10px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    width: 100%;
    color: initial;
}

.row-platforms-list {
    padding: 30px 0;
    display: flex;
    gap: 20px 0;
}

.row-platforms-list>div {
    /* margin-bottom: 20px; */
}

.row-platforms-list>div>div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.row-platforms-list>div>div::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #5DA3FB, #2867EC);
}

.row-platforms-list>div>div>img {
    width: 55px;
    margin-bottom: 15px;
    transform: scale(1);
    transition: all .3s;
}

.row-platforms-list>div>div>a {
    color: #000;
    text-decoration: none;
}

.row-platforms-list>div>div>a:hover {
    color: #273890;
    text-decoration: underline;
}

.row-platforms-list>div>div:hover img {
    transform: scale(1.2);
    transition: all .3s;
}

.about-us-content p {
    font-size: 17px;
}

.side-container-css>h4 {
    position: relative;
}

.side-container-css>h4 .menu-1-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 0;
    /* transform: rotate(-90deg); */
    cursor: pointer;
    background: url(../images/jt-small-nav-color.png) no-repeat center center;
    background-size: 12px;
    transition: all .3s;
}

.side-container-css>h4 .menu-1-icon.active {
    transform: rotate(-90deg);
}

.page-content-list {
    display: flex;
    flex-direction: row-reverse;
}

.pro_list_title {
    display: flex;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro_list_img {
    display: flex;
    align-items: center;
    margin-right: 7px;
}

.pro_list_title span {
    font-size: 14px;
    font-weight: normal;
}

.pro_list_title a {
    display: block;
}

.pro_left:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.pro_left strong {
    width: 50%;
    display: inline-block;
    margin-right: 10px;
}

.pro_left {
    padding: 7px 10px;
    font-size: 14px;
    vertical-align: top;
}

.pro_list2 {
    height: 225px !important;
}

.pro_list2>div {
    height: 100%;
}

.pro_inquriy_btn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 0 12px; */
}

.pro_inquriy_btn a {
    display: flex;
    align-items: center;
    margin: 7px 0;
    text-align: center;
    padding: 5px;
    justify-content: center;
}

.pro_inquriy_btn a img {
    margin-right: 3px;
}

.pro_list2-img {
    display: flex;
    align-items: center;
}

.pro_list2-img .pro_list_img2 {
    background: #eee;
    height: 75%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s;
}

.pro_list2-img .pro_list_img2:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.pro_inquriy_btn .inquiry_btn {
    text-decoration: none;
    color: #fff;
    background-color: #273890;
    border-radius: 10px;
}

.pro_inquriy_btn .add-to-cart {
    text-decoration: none;
    color: #fff;
    background-color: #273890;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pro_inquriy_btn .add-to-cart img {
    width: 16px;
    margin-right: 8px;
}

.product-list-content .list>.row {
    padding: 15px 0;
    box-shadow: 0px 0px 10px 0 rgba(156, 156, 192, .26);
    margin-bottom: 20px;
}

.product-list-content .list {
    margin: 0 10px;
}

.page-filter-container {
    padding: 0 20px;
}

.page-filter-container .page_right_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-filter-container .filter-text {
    font-size: 24px;
    color: #273890;
}

.search-tab {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
}

.search-tab>li {
    /* text-align: right; */
    position: relative;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    width: 100%;
    display: inline-block;
}

.select-box::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666;
    position: absolute;
    top: 19px;
    right: 10px;
}

.search-tab input {
    outline: none;
    border: none;
    width: 100%;
    padding-right: 30px;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
}

.select-active .select-item-box {
    opacity: 1;
    z-index: 1000;
}

.select-item-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 400px;
    background-color: #fff;
    top: 40px;
    margin-top: 10px;
    /* border: 1px solid #ddd; */
    box-shadow: 0px 0px 15px 0 rgba(156, 156, 192, .7);
    overflow: auto;
    opacity: 0;
    z-index: -10;
    transition: all 0.2s linear 0s;
    padding-left: 0px;
    border-radius: 3px;
}

.select-item-box li {
    padding: 5px 10px;
    cursor: pointer;
}

.select-item-box .choose {
    background-color: #273890;
    color: #fff !important;
}

#main-title {
    margin-bottom: 30px;
    font-size: 36px;
}

.datasheet-link {
    border-radius: 10px;
    border: 1px solid #273890;
    padding: 7px 15px;
    margin-top: 10px;
    /* display: inline-block; */
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #273890;
}

.datasheet-link .icon-file-pdf {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url(../images/pdf.png) no-repeat;
    background-size: 12px;
    margin-right: 8px;
}


.product-detail-container .product-title-h1 {
    font-size: 18px;
}

.product-detail-container .btn-pdf {
    border-radius: 10px;
    border: 1px solid #273890;
    padding: 7px 15px;
    margin-top: 10px;
    /* display: inline-block; */
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #273890;
}

.product-detail-container .btn-pdf img {
    width: 15px;
    margin-right: 10px;
}

.product-detail-content {
    display: flex;
    margin: 20px 0px;
}

.product-detail-content .pic-box {
    /* background: #eee; */
    /* max-height: 300px; */
    /* height: 100%; */
    padding-left: 0;
}

.product-detail-content .pic-box img {
    width: 100%;
    height: 85%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s;
}

.product-detail-content .pic-box img:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.product-detail-content .h2-detail-css {
    color: #fff;
    background-color: #273890;
    text-align: center;
    margin: 0;
    padding: 9px 0;
    font-size: 18px;
}

.product-detail-content .product-box-r {
    padding: 0 5px 0 30px;
}

.color-main {
    color: #273890;
}

.container-detail-css {
    margin: 50px 0;
}

.container-detail-css>h3 {
    margin-bottom: 20px;
    color: #273890;
    font-size: 24px;
    font-weight: bold;
}

.container-detail-css>.row>div {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    padding-left: 26px;
    padding-right: 26px;
}

.container-detail-css>.row>div>div {
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 17px;
}

.container-detail-css>.row>div>.col-md-2 {
    padding-left: 0;
}

.container-detail-css>.row>div>.col-md-10 {
    padding-right: 0;
}

.related-product-container {
    margin-top: 100px;
}

.related-product-container>h3 {
    margin-bottom: 30px;
    color: #273890;
    font-size: 24px;
    font-weight: bold;
}

.add-to-cart-detail {
    text-decoration: none;
    color: #fff;
    background-color: #273890;
    border-radius: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 6px 20px 6px 20px;
    justify-content: center;
    margin-top: 16px;
    cursor: pointer;
}

.add-to-cart-detail img {
    width: 19px;
    margin-right: 8px;
}

.quantity-box .input-group-minus,
.quantity-box .input-group-plus {
    font-size: 16px;
    cursor: pointer;
}

 /*--------filter begin------------*/
  .filter-container {
	/* position: sticky; */
	/* top: 80px; */
	background-color: white;
	padding: 7px 15px;
	z-index: 10;
	/* border-bottom: 1px solid #eee;
	margin-bottom: 20px; */
	font-size:14px;
}
.filter-container > .filter-text {
    font-size: 24px;
    color: #273890;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-container > .filter-text > a {
    color: #273890;
    font-size: 16px;
}
#filter-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.filter-item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
    width: 100%;
}

.filter-search{
    width:300px;
    max-width:300px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: var(--small-radius5);
    display: inline-flex;
    align-items: center;
    gap: 5px;  
    transition: all 0.2s ease;
}
.filter-search-btn{
    background-color:var(--main-color);
    color:#fff;
    padding: 5px 15px;
    border: 0px solid #ddd;
    border-radius: var(--small-radius5);
    display: inline-flex;
    align-items: center;
    gap: 5px;  
    font-family: var(--font-mon-regular);
}
.filter-search-btn:hover,.filter-cle-btn:hover{
    background-color:var(--main-yellow-color);
    color:#000;
}
.filter-cle-btn{
    cursor: pointer;
    /* padding: 5px 15px; */
    /* border-radius: var(--small-radius5); */
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    gap: 5px;  
    background-color:#273890;
    color:#fff;
    width:32px;
    height:32px;
    border-radius: 50%;
    justify-content: center;
}
.filter-cle-btn:hover {
    background-color:#273890;
}
.filter-cle-btn .icon-trash {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/delete.png) no-repeat;
    background-size: contain;
}
.filter-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 7px 0;
    align-items: center;
}

.filter-header {
    position: relative;
	cursor: pointer;
	padding: 7px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background-color: #e9f4ff;
	transition: all 0.2s ease;
    color:#ccc;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.filter-header::before {
    content: '＋';
    display: inline-block;
    color: #000;
    position: absolute;
    font-weight: bold;
}
.filter-item.expanded .filter-header::before {
    content: '－';
}

.filter-header span{
	max-width:150px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    margin-right:10px;
    color:#000;
    margin-left: 20px;
}

.filter-header:hover {
	background-color: #273890;
	border-color: #273890;
    color:#fff;
}
.filter-header:hover i,.filter-header:hover span, .filter-header:hover::before{
  color:#fff;
}


.filter-header i {
	font-style: normal;
	font-size: 12px;
	transition: transform 0.2s ease;
  position: relative;
  color:#000;
}
/* .filter-header i::before{
 content: "|";
 position: absolute;
 left:0px;
 top:0px;
 color:#ccc;
}
.filter-header:hover i::before{
  color:#fff;
} */

.filter-tags .filter-tags-unit{border:1px solid #efefef;margin-right:10px;padding:8px 30px 8px 8px;border-radius:5px; position: relative;}
.filter-tags .filter-tags-unit b.colosedtags{position: absolute;width:25px;height:100%;color:#ff0000; font-size: 23px; top:0px;right:0px;text-align: center; display: inline-flex; align-items: center; justify-content: center;}
.filter-tags .filter-tags-unit b.tagsname{display: inline-block;margin-right:5px;}

.filter-item.expanded .filter-header i {
	transform: rotate(180deg);
}


.filter-options {
	/* position: absolute; */
	/* top: 100%; */
	/* left: 0; */
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	/* padding: 10px 25px; */
	margin-top: 5px;
	width: 100%;
/* display: block;  */
    display: none;  
	z-index: 20;
	
}


.filter-item.expanded .filter-options {
	display: block;
	animation: fadeIn 0.2s ease;
}


.checkbox-option {
    display: flex;
    align-items: center;
    margin: 0px 0;
    padding: 10px 10px 11px 30px;
    /* border-radius: 2px; */
    transition: background-color 0.2s;
    border-bottom: 1px solid #eee;
}
.checkbox-option:last-child {
    border-bottom: none;
}

.checkbox-option:hover {
	background-color: #f5f5f5;
}

.checkbox-option input[type="checkbox"] {
	margin-right: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.checkbox-option label {
	cursor: pointer;
	flex: 1;
	font-size: 12px;
}


@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
}


.placeholder-content {
	height: 1000px;
	padding-top: 20px;
}

.placeholder-content p {
	margin-bottom: 16px;
	line-height: 1.6;
	color: #666;
}
  /*--------filter end------------*/


  .cd-cart-container.cart-open::before{opacity:1;visibility:visible}
.cd-cart,.cd-cart-trigger{position:fixed;top:50%;right:14px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;-webkit-transform:translateZ(0);transform:translateZ(0);/*-webkit-backface-visibility:hidden;will-change:transform;backface-visibility:hidden*/}
.empty .cd-cart,.empty .cd-cart-trigger{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.cd-cart-trigger{z-index:10000;height:55px;width:55px;text-indent:100%;color:transparent;white-space:nowrap;background:#fff}
.cd-cart-trigger::after,.cd-cart-trigger::before{content:'';position:absolute;left:33%;top:35%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);height:90%;width:90%;background:url(../images/cd-icons-cart-close.svg) no-repeat 0 0;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s;transition:opacity .2s,transform .2s,-webkit-transform .2s}
.cd-cart-trigger::after{background-position:-72px 0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(90deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(90deg);transform:translateX(-50%) translateY(-50%) rotate(90deg)}
.cart-open .cd-cart-trigger::before{opacity:0}
.cart-open .cd-cart-trigger::after{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}
.cd-cart-trigger .count{position:absolute;top:-10px;right:-10px;height:20px;width:20px;padding: 10px;font-size: 12px;background:#e94b35;color:#fff;font-size:0.7rem;font-weight:700;border-radius:50%;text-indent:0;-webkit-transition:-webkit-transform .2s .5s;transition:-webkit-transform .2s .5s;transition:transform .2s .5s;transition:transform .2s .5s,-webkit-transform .2s .5s}
.cd-cart-trigger .count li{position:absolute;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}
.cd-cart-trigger .count li:last-of-type{visibility:hidden}
.cd-cart-trigger .count.update-count li:last-of-type{-webkit-animation:cd-qty-enter .15s;animation:cd-qty-enter .15s;-webkit-animation-direction:normal;animation-direction:normal}
.cd-cart-trigger .count.update-count li:first-of-type{-webkit-animation:cd-qty-leave .15s;animation:cd-qty-leave .15s;-webkit-animation-direction:normal;animation-direction:normal}
.cart-open .cd-cart-trigger .count{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}
.empty .cd-cart-trigger .count{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.cd-cart-trigger:hover+div .cart-wrapper{box-shadow:0 6px 40px rgba(0,0,0,.3)}
.cd-cart-container.cart-open {position: relative;z-index: 99999}
.cd-cart-container.cart-open .no_product {padding-left: 20px;padding-right: 20px;display: inline-block;}
.cart-open .cd-cart-trigger:hover+div .cart-wrapper{box-shadow:0 4px 30px rgba(0,0,0,.17)}
.cd-cart{z-index:10;/*width:90%;max-width:400px;height:350px;max-height:90%;*/pointer-events:none; /*display: none;*/}
.cd-cart .cart-wrapper{position:absolute;top:0;right:0;z-index:20;height:55px;width:55px;border-radius:6px;-webkit-transition:height .4s .1s,width .4s .1s,box-shadow .3s;transition:height .4s .1s,width .4s .1s,box-shadow .3s;-webkit-transition-timing-function:cubic-bezier(.67,.17,.32,.95);transition-timing-function:cubic-bezier(.67,.17,.32,.95);background:#fff;box-shadow:0 4px 30px rgba(0,0,0,.17);pointer-events:auto}
.cd-cart .cart-foot,.cd-cart .cart-head{position:absolute;z-index:2;left:0;width:100%}
.cd-cart .cart-content,.cd-cart .cart-head{opacity:0}
.cd-cart .cart-foot,.cd-cart .cart-head b{margin-top:20px;margin-bottom:10px;font-size:1rem;display:block;text-transform:uppercase;letter-spacing:.1em}
.cd-cart .cart-head{top:0;border-radius:6px 6px 0 0;padding:0 1.4em;background-color:#fff;-webkit-transition:opacity .2s;transition:opacity .2s;border-bottom:1px solid #e6e6e6}
.cd-cart .cart-head::after{clear:both;content:"";display:block}
.cd-cart .cart-foot{bottom:0;background:#fff;overflow:hidden}
.cd-cart h2{text-transform:uppercase;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.1em}
.cd-cart .undo{font-size:1.2rem;opacity:0;visibility:hidden;-webkit-transition:opacity .2s,visibility .2s;transition:opacity .2s,visibility .2s;color:#808b97}
.cd-cart .undo a{text-decoration:underline;color:#2b3e51}
.cd-cart .undo a:hover{color:#6f7ac2}
/*.cd-cart .undo.visible{opacity:1;visibility:visible}*/
.cd-cart .undo.visible{display: block;}
.cd-cart .checkout{display:block;height:40px;background:#1757b1;text-align:center;font-size:1.1rem;font-weight:600;border-radius:0}
.cd-cart .checkout em{position:relative;display:inline-block;-webkit-transform:translateX(40px);-ms-transform:translateX(40px);transform:translateX(40px);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s}
.cd-cart .checkout em::after{position:absolute;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;content:'';height:20px;width:20px;background:url(../images/cd-icon-arrow-next.svg) no-repeat center center;opacity:0}
.cd-cart .cart-content{position:relative;z-index:1;height:calc(100% - 40px);padding:20px 0 10px;margin:40px 0 10px;overflow:auto;-webkit-overflow-scrolling:touch;-webkit-transition:opacity .2s;transition:opacity .2s}
.cd-cart .cart-content ul{overflow:hidden;padding:0 10px;position:relative;padding-bottom:90px;padding-left:0;list-style:none}
.cd-cart .cart-content li{position:relative;opacity:0;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #ddd;-webkit-transform:translateX(80px);-ms-transform:translateX(80px);transform:translateX(80px);-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s}
.cd-cart .cart-content li::after{clear:both;content:"";display:block}
.cd-cart .cart-content li.deleted{position:absolute;left:1.4em;width:calc(100% - 2.8em);opacity:0;-webkit-animation:cd-item-slide-out .3s forwards;animation:cd-item-slide-out .3s forwards}
.cd-cart .cart-content li.deleted.undo-deleted{-webkit-animation:cd-item-slide-in .3s forwards;animation:cd-item-slide-in .3s forwards}
.cd-cart .cart-content li.deleted+li{-webkit-animation:cd-item-move-up-mobile .3s;animation:cd-item-move-up-mobile .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
.cd-cart .cart-content li.undo-deleted+li{-webkit-animation:cd-item-move-down-mobile .3s;animation:cd-item-move-down-mobile .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}

.cd-cart .cart-content::-webkit-scrollbar {
	width: 5px;
}

.cd-cart .cart-content::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.cd-cart .cart-content::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 5px;
}
.cd-cart .product-details{padding:.3em 0 0 .5em;width:100%}
.cd-cart .product-details::after{clear:both;content:"";display:block}
.cd-cart p{width:100%;margin:0;padding-bottom:5px}
.cd-cart p a{color:#297dbe;font-size:16px}
.cd-cart .price{float:right;width:25%;text-align:right}
.cd-cart .actions{font-size:1rem;height:1.6em;line-height:1.6em;display:inline-block}
.cd-cart .actions::after{clear:both;content:"";display:block}
.cd-cart .delete-item,.cd-cart .quantity{float:left;color:#808b97;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.cd-cart .delete-item{margin-right:1em}
.cd-cart .delete-item:hover{color:#e94b35}
.cd-cart .quantity label{display:inline-block;margin-right:.3em}
.cd-cart .select{position:relative}
.cd-cart .select::after{content:'';position:absolute;z-index:1;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;width:12px;height:12px;background:url(../images/cd-icon-select.svg) no-repeat center center;pointer-events:none}
.cd-cart select{position:relative;padding:0 1em 0 0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0;border:0;border-radius:0;font-size:1.4rem;margin:0;color:#808b97}
.cd-cart select:focus{outline:0;color:#2b3e51;box-shadow:0 1px 0 currentColor}
.cd-cart select::-ms-expand{display:none}
.cart-open .cd-cart{width:90%;max-width:400px;height:350px;max-height:90%;}/*new add css*/
.cart-open .cd-cart .cart-wrapper{height:100%;width:100%;-webkit-transition-delay:.2s;transition-delay:.2s}
.cart-open .cd-cart .cart-content,.cart-open .cd-cart .cart-head{opacity:1}
.cart-open .cd-cart .cart-head{-webkit-transition:opacity .2s .2s;transition:opacity .2s .2s}
.cart-open .cd-cart .cart-content{-webkit-transition:opacity .2s;transition:opacity .2s}
.cart-open .cd-cart .cart-content li{-webkit-transition:opacity .3s .2s,-webkit-transform .3s .2s;transition:transform .3s .2s,opacity .3s .2s,-webkit-transform .3s .2s;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.cart-open .cd-cart .cart-content li:nth-of-type(2){-webkit-transition-duration:.4s;transition-duration:.4s}
.cart-open .cd-cart .cart-content li:nth-of-type(3){-webkit-transition-duration:.5s;transition-duration:.5s}
.cart-open .cd-cart .cart-content li:nth-of-type(4),.cart-open .cd-cart .cart-content li:nth-of-type(5){-webkit-transition-duration:.55s;transition-duration:.55s}
.cart-open .cd-cart .checkout{color:#fff;-webkit-transition:color .2s .3s;transition:color .2s .3s}
.cart-open .cd-cart .checkout em{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:padding .2s,-webkit-transform .2s .3s;transition:transform .2s .3s,padding .2s,-webkit-transform .2s .3s;font-style:normal}
.cart-open .cd-cart .checkout:hover em{padding-right:30px}
.cart-open .cd-cart .checkout:hover em::after{opacity:1}
.cd-cart-container.cart-open::before {
    opacity: 1;
    visibility: visible;
}
.cd-add-to-cart{background-color:#f3e04e;padding:3px 10px 3px 10px;border-radius:5px;display:block;font-size:14px;text-align:center;margin-bottom:5px;cursor:pointer;color:#000;width:120px}
.cd-add-to-cart a{color:#000}
.cd-add-to-cart:hover{background-color:#1D3C6F;color:#fff;transition:background-color .3s}
.cd-add-to-cart:hover a{color:#fff}
.cd-cart-container::before{content:'';position:fixed;z-index:1;height:100vh;width:100vw;top:0;left:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;-webkit-transition:opacity .4s,visibility .4s;transition:opacity .4s,visibility .4s}
.product-detail-content .add-to-cart {
    text-decoration: none;
    color: #fff;
    background-color: #273890;
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: center;
    padding: 5px 12px;
    justify-content: center;
    margin-top: 17px;
}
.product-detail-content .add-to-cart img {
    width: 16px;
    margin-right: 8px;
}
.section-basket-container {
    max-width: 1520px;
    margin: 20px auto;
}
.section-basket-container > .banner_inpage > .auto-container > h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.section-basket-container .bread-crumb {
    max-width: initial;
}
.section-basket-container .second-page-bg-2 .carTit {
    font-size: 18px;
    font-weight: bold;
}
.shoppoingNote {
    margin-top: 10px;
    padding: 10px 10px 10px 35px;
    background-color: #fcf6ee;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #f4dec0;
    font-family: conduitWebL, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    position: relative;
}
.shoppoingNote .fa-info-circle {
    width: 17px;
    height: 17px;
    background:url(../images/info.png) no-repeat center center;
    border-radius: 50%;
    background-size: contain;
}
.table-cart tr:first-child {
    background: initial;
    color: initial;
}
.table-cart {
    border: 1px solid #eee;
}
.section-basket-container .inquiryUnitService .row-contact-us > div {
    margin-bottom: 15px;
}
.section-basket-container .inquiryUnitService .row-contact-us .contact-us-title .submit-button {
    padding: 4px 25px;
}
.table-cart tbody .isdelete {
    
    color: #D81E06;
    vertical-align: middle;
}
.table-cart tbody .isdelete .fa-trash {
    display: inline-block;
    width: 20px;
    background:url(../images/delete-red.png) no-repeat center center;
    height: 14px;
    background-size: contain;
    position: relative;
    top: 1px;
}
.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;
}
.service-detail-container > div .product-list-content .services-container {
    padding: 0 10px;
}
.service-detail-container.product-list-container > div .product-list-content .services-container {
    /* padding: 0; */
}
#tab-product-list {
    /* display: none; */
}
.service-detail-container.product-list-container .page-content-list {
    margin: 0;
}
.service-detail-container.product-list-container .related-sections-row {
    margin-right: 0;
}
.showlist-blood .st-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.showlist-blood .st-pagination .pagination > li {
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
}
.showlist-blood .st-pagination .pagination > li a {
    text-decoration: none;
}
.showlist-blood .st-pagination .pagination > li.active a {
    text-decoration: underline;
}
#tab-product-list {
    margin-bottom: 20px;
}

