/*@import url('//fonts.googleapis.com/css?family=Chakra+Petch');*/
html {
    font-size: 16px;
}
body{
    font-family: 'Chakra Petch', "Roboto", "Open Sans", sans-serif;
    font-size: 16px;
    /*background-color: #f5f8fd;*/
}

/* ---- start common  style ---- */
a {
    text-decoration: none;
}

.common-a-hovere:hover{
    text-decoration: none;
    color: #25bdb8;
}


.top10 {
    margin-top: 10px;
}

.top20{
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.bottom50{
    margin-bottom: 50px;
}

.bottom10{
    margin-bottom: 10px;
}

.right50{
    margin-right: 50px;
}

.left80{
    margin-left: 80px;
}

.left50{
    margin-left: 50px;
}

.right10 {
    margin-right: 10px;
}

.top60 {
    margin-top: 60px;
}

.top80 {
    margin-top: 80px;
}

.top100 {
    margin-top: 100px;
}

.top110 {
    margin-top: 110px;
}

.input-border {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #24B7D3, #30EFAD) 1;
    overflow: hidden;
}

/*渐变文字属性 - 通用*/
.gradient {
    background: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.common-button {
    height: 60px;
    border-radius:100px;
    border: 1px solid #ddd;
    color: #fff;
    line-height: 60px;
    /*background-image: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);*/
    background-image: -webkit-linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%); /* Safari 5.1 - 6.0 */
    background-image: -o-linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%); /* Opera 11.1 - 12.0 */
    background-image: -moz-linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%); /* Firefox 3.6 - 15 */
    background-image: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%); /* 标准的语法（必须放在最后） */

    box-shadow: 0 15px 20px -15px #2de2b5;
    padding: 0 30px;
    font-weight: 700;
    font-size: 16px;
    text-decoration:none;
    display: inline-block;


    /*-webkit-appearance: button;*/
    /*overflow: visible;*/

    /*!*button*!*/
    /*appearance: auto;*/

    /*text-rendering: auto;*/
    /*color: buttontext;*/
    /*letter-spacing: normal;*/
    /*word-spacing: normal;*/
    /*line-height: normal;*/
    /*text-transform: none;*/
    /*text-indent: 0px;*/
    /*text-shadow: none;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*align-items: flex-start;*/
    /*cursor: default;*/
    /*box-sizing: border-box;*/
    /*background-color: buttonface;*/
    /*margin: 0em;*/
    /*padding: 1px 6px;*/
    /*border-width: 2px;*/
    /*border-style: outset;*/
    /*border-color: buttonborder;*/
    /*border-image: initial;*/
}

/*渐变背景*/
.common-bg {
    background-image: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    box-shadow: 0 15px 20px -15px #2de2b5;
}

.button-hover:hover {
    color: #fff;
    box-shadow: 0 15px 20px -12px #27caa1;
    outline: none;
    text-decoration:none;
}

.long-button {
    padding-left: 150px;
    padding-right: 150px;
}

.common-img {
    width: 100%;
    object-fit: cover;
    border-style: none;
}

.common-more {
    font-size: 12px;
    font-family: 'Heebo';
    font-style: normal;
    line-height: 30px;
    font-weight: 600;
    /*text-transform: capitalize;*/
    /* text font */
    color: #2AD2C1;
}

.common-more a{
    color: #2AD2C1;
}

.common-more img{
    margin-left: 5px;
    margin-top: -2px;
}

.tools-icon {
    width: 15px;
    height: 15px;
}

.limit-line-1 {
    display: -webkit-box; /* 旧版 Safari 和 iOS 系统 */
    -webkit-box-orient: vertical; /* 旧版 Safari 和 iOS 系统 */
    -webkit-line-clamp: 1; /* 行数限制 */
    overflow: hidden; /* 多余内容隐藏 */
    text-overflow: ellipsis; /* 字符省略号 */
}

.limit-line-2 {
    display: -webkit-box; /* 旧版 Safari 和 iOS 系统 */
    -webkit-box-orient: vertical; /* 旧版 Safari 和 iOS 系统 */
    -webkit-line-clamp: 2; /* 行数限制 */
    overflow: hidden; /* 多余内容隐藏 */
    text-overflow: ellipsis; /* 字符省略号 */
}

.limit-line-3 {
    display: -webkit-box; /* 旧版 Safari 和 iOS 系统 */
    -webkit-box-orient: vertical; /* 旧版 Safari 和 iOS 系统 */
    -webkit-line-clamp: 3; /* 行数限制 */
    overflow: hidden; /* 多余内容隐藏 */
    text-overflow: ellipsis; /* 字符省略号 */
}

.limit-line-4 {
    display: -webkit-box; /* 旧版 Safari 和 iOS 系统 */
    -webkit-box-orient: vertical; /* 旧版 Safari 和 iOS 系统 */
    -webkit-line-clamp: 4; /* 行数限制 */
    overflow: hidden; /* 多余内容隐藏 */
    text-overflow: ellipsis; /* 字符省略号 */
}

.limit-line-5 {
    display: -webkit-box; /* 旧版 Safari 和 iOS 系统 */
    -webkit-box-orient: vertical; /* 旧版 Safari 和 iOS 系统 */
    -webkit-line-clamp: 5; /* 行数限制 */
    overflow: hidden; /* 多余内容隐藏 */
    text-overflow: ellipsis; /* 字符省略号 */
}

/* ---- end common  style ---- */

.header-tools {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #eee;
    display: none;
}

.tools-phone{
    background-color: #1D2864;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    padding-right: 5px;
}

.nav-tools {
    background-color: #fff;
}

.nav-tools .bg-light{
    background-color: #ffffff !important;
}

.nav-logo{
    width:140px;
    color: #ddd;
}

.navbar-light .navbar-nav .nav-link {
    color: #1D2864;
    font-family: "Chakra Petch";
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;

}

.navbar {
    padding: 0.9rem 0;
}

.navbar-brand {
    margin-right: 2.2rem;
}

.nav-item {
    margin-right: 1rem;
}

.nav-link {
    padding: 0.3rem 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #2AD2C1;
}


.navbar-nav .active .nav-link {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #24B7D3, #30EFAD) 1;
}

.dropdown-next {
    position: absolute;
    right: 0;
    top: 5px;
    color: #1D2864;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1rem;
}

.border-radius10 {
    border-radius: 20px;
}

.home-banner {
    background-color: #F5F8FD;
}

.container2 {
    background-image: url("/svg/home-banner.svg");
    background-position:  200 center;
    background-repeat: no-repeat;
}

.banner-body {
    padding-top: 200px;
}
.banner-body .small-title {
    color: #2AD2C1;
    font-family: "Chakra Petch";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    margin-left: 2px;
}

.banner-body .lg-title {
    margin-top: 1rem;
    font-family: 'Chakra Petch';
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 99px;
    letter-spacing: -0.03em;
    text-align: left;
    /*background: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);*/

    background-image:-webkit-linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.banner-body .home-search {
    margin-top: 70px;
    width: 741px;
    height: 64px;
    border-radius: 30px;
}

.banner-body ::placeholder {
    font-size: 1rem;
     background: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Heebo';
}

.home-button {
    width: 229px;
    height: 60px;
    border-radius:100px;
    font-size: 30px;
    border: 1px solid #ddd;
    color: #fff;
    line-height: 50px;
    background-image: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    box-shadow: 0 15px 20px -15px #2de2b5;
    margin-top: 0;
    text-align: center;
}

.home-button-sm{
    width: 143px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    -webkit-appearance: button;
    display: inline-block;
}

.banner-body .btn-home-search {
    width: 229px;
    height: 60px;
    border-radius:100px;
    font-size: 30px;
    border: 1px solid #ddd;
    margin-top: 70px;
    color: #fff;
    line-height: 50px;
    background-image: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    box-shadow: 0 15px 20px -15px #2de2b5;
}

.banner-recommend {
    margin: 50px 0;
    background-image: url("/svg/home-recommend-bg.svg");
    padding: 35px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    max-width: 452px;
    min-height: 657px;
    border-radius: 20px;
}

.banner-recommend-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
}

.banner-recommend-title a{
    color: #fff;
}
.banner-recommend-title a:hover{
    text-decoration: none;
}

.banner-recommend-info {
    margin-top: 30px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 17.5832px;
    line-height: 35px;
    color: #FFFFFF;
}
.banner-recommend-items {
    margin-top: 30px;
}

.banner-recommend-li{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 20.0951px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.banner-recommend-btn {
    margin-top: 50px;
}

.banner-recommend-btn .btn-white {
    background-color: #fff;
    border-radius: 25px;
    color: #2AD2C1;
    padding-left: 25px;
    padding-right: 25px;
}


.recommend {
    margin-top: 50px;
}
.recommend-title {
    color: #002156;
    font-family: Chakra Petch;
    font-size: 48px;
    font-weight: 600;
    line-height: 230px;
    letter-spacing: 0;
    text-align: center;
    background-image: url("svg/recommend-bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
}

.recommend-body {
    margin-top: 20px;
}

.recommend-body .card{
    border: 0;
    box-shadow: 0 0 10px #eee;
    margin: 15px;
}

.recommend-body .card .card-body{
    height: 270px;
}


.recommend-body .card .card-title{
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #1D2864;
    font-weight: 600;
    text-align: left;
}

.recommend-body .card .card-title a{
    color: #1D2864;
}

.recommend-body .card .card-title a:hover {
    text-decoration: none;
    color: #25bdb8;
}

.recommend-body .card .card-text{
    line-height: 28px;
    font-size: 17px;
    color: #6F7F90;
    font-weight: 400;
}
.recommend-body .card .card-text a{
    color: #6F7F90;
}

.recommend-body .card .card-text a:hover {
    text-decoration: none;
    color: #25bdb8;
}


.recommend-body .card .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}
.recommend-body .card-line {
    height: 1px;
    margin: 20px 0;
    background: #EEEEEE;
}

.home-about {
    margin-top: 135px;
}

.about-title {
    margin-top: 100px;
    color: #1D2864;
    font-size: 48px;
}
.about-title a {
    color: #1D2864;
}

.about-title a:hover {
    text-decoration: none;
    color: #25bdb8;
}

.about-body{
    color: #6F7F90;
    line-height: 28px;
    font-size: 16px;
    margin-top: 30px;
    border-left: 4px solid #2AD2C1;
    padding-left: 10px;
}
.index-about-img img{
    width: 100%;
}

.about-submit {
    margin-top: 48px;
}

.corner {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("svg/jiao.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.our {
    margin-top: 150px;
    height: 760px;
    background-image: url("svg/our.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.our-title {
    padding-top: 260px;
    color: #fff;
    font-size: 32px;
}

.our-title span{
    color: #00FB8A;
}

.our-body {
    color: #fff;
    margin-top: 80px;
}

.our-item {
    border-left: 2px solid #00FB8A;
    padding-left: 30px;
}

.our-item-ico img{
    width: 60px;
    height: 60px;
}

.our-num {
    margin-top: 40px;
    font-size: 60px;
}


.home-service1 {
    background-color: #2ad2c1;
    padding-bottom: 50px;
}

.service-title {
    font-size: 48px;
    text-align: center;
    color: #fff;
    background-image: url(svg/service-bg.svg);
    background-repeat: no-repeat;
    background-position: top 50px center;
    padding-top: 150px;
    padding-bottom: 80px;
}

.sitem-content {
    margin: 0 15px;
    background-color: #fff;
    height: 280px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;

}

.home-service2 .sitem-content{
    box-shadow: 0 5px 5px #efefef;
}

.sitem {
    padding: 40px;
}

.sitem-title {
    display: flex;
    font-size: 20px;
    color: #1D2864;
    font-weight: 600;
}
.sitem-title a {
    color: #1D2864;
    margin-left: 10px;
}

.sitem-title a:hover {
    text-decoration: none;
    color: #25bdb8;
}

.sitem-title-img {
    min-width: 60px;
    width: 60px;
    height: 60px;
    background-image: url(/svg/sitembg.svg);
    text-align: center;
    line-height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sitem-title-img img {
    width: 30px;
    height: 30px;
}

.sitem-title-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sitem-body {
    margin-top: 10px;
    color: #6F7F90;
    line-height: 28px;
    font-size: 14px;
    height: 90px;
    overflow: hidden;
}

.item-link {
    margin-top: 5px;
    font-size: 14px;
    color: #4286F5;
    font-weight: bold;
}

.item-link a:hover{
    text-decoration: none;
    color: #25bdb8;
}

.home-service-item {

}

.simg {
    width: 100%;
    height: 100%;
    background-color: #C4C4C4;
    overflow: hidden;
}
.simg img {
    width: 100%;
    object-fit: cover;
    border-style: none;
    transition: all 0.3s;
    height: 100%;
}

.home-service-item:hover .simg img{
    transform: scale(1.05);
}


.home-service2 .sitem-content{
    margin-top: 0;
    border-radius: 0 0 8px 8px;
}

.sitem-shown {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 10px #ddd;
}

.bg-line {
    margin: 0 15px;
    height: 6px;
    background: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
}

.home-section {
    margin-top: 50px;
    background-image: url("svg/section-bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    /*height: 210px;*/
    text-align: center;
    margin-bottom: 30px;
}

.sm-section {
    /*margin-top: 430px;*/
}

.home-section-title {
    font-size: 48px;
    color: #002156;
    line-height: 100px;
    padding-top: 80px;
}
.home-section-desc {
    font-size: 20px;
    color: #6F7F90;
    max-width: 1100px;
    margin: 0 auto;
}

.home-section-body {
    margin-top: 50px;
}

.global-bg {
    background-image: url("svg/global.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 80px;
}

.link-img {
    margin: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    padding: 10px 5px;
}
.link-img img{
    min-height: 145px;
    max-width: 90%;
}

.link-img .max-width60{
    max-width: 60%;
}

.link-img .max-width100{
    max-width: 100%;
}

.top60 {
    padding-top: 60px;
}

.home-article {
    margin-top: 50px;
}
.article {
    border-radius: 12px;
    border: 1px solid #dce1f0;
    margin: 15px;
    padding: 20px;
}

.article-header {
    color: #6F7F90;
}
.article-img {
    overflow: hidden;
    border-radius: 8px;
    height: 230px;
    background-color: #C4C4C4;
}

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

.article-author {
    margin-top: 15px;
    font-size: 14px;
}

.article-author img{
    width: 22px;
    height: 25px;
}

.article-date {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 147px;
    height: 34px;
    background-image: url("svg/date-bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
}

.article-body {
    margin-top: 10px;
    border-top: 1px solid #dce1f0;
    padding-top: 15px;
    color: #1D2864;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    font-style: normal;
}
.article-content {
    height: 70px;
}
.article-content a{
    color: #1D2864;
}
.article-content a:hover {
    text-decoration: none;
    color: #25bdb8;
}

.article-more {
    font-size: 12px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /*text-transform: capitalize;*/
    color: #6F7F90;
}
.article-more a{
    color: #6F7F90;
}


.sub {
    background-image: url("svg/subbg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    top: -80px;
    padding: 40px 120px;
    position: relative;
}

.sub-title {
    font-size: 32px;
}

.sub-input-group {
    overflow: hidden;
    height: 64px;
    background-color: #6BE8CD;
    border-radius: 32px;
    line-height: 64px;
}
.sub-input {
    float: left;
}
.sub-input-btn {
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    height: 58px;
    margin-top: 3px;
    /*width: 150px;*/
    background-color: #fff;
    color: #2AD2C1;
    line-height: 58px;
    text-align: center;
    border-radius: 29px;
    margin-right: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sub-input-btn:hover{
    border: 0;
    outline:none;
    box-shadow: 0 0 8px #54ad99;
    color: #5DC6AFFF;
}

.no-border {
    border: 0;
    background-color: #6BE8CD;
    color: #fff;
    margin-left: 10px;
    width: 200px;
    outline: none;
}
.no-border :active{
    border: 0;
    outline:none;
}
.no-border :focus{
    border: 0;
    outline:none;
}

.sub-input ::placeholder {
    color: #fff;
}


.footer {
    margin-top: 200px;
    background-color: #002573;
    color: #fff;
    font-family: 'Heebo';
    font-size: 18px;
}

.footer a{
    color: #fff;
}
.footer ul {
    margin-top: 25px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.footer ul li{
    list-style: none;
    font-family: 'Chakra Petch', 'Heebo';
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

.footer .site-well-logo {
    height: 81px;
}
.footer .site-well-logo img{
    width: 180px;
}

.site-weill-info {
    font-size: 16px;
    margin-top: 30px;
    line-height: 26px;
}

.footer .footer-item-title{
    height: 33px;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
}
.offset-left1 {
    margin-left: -1px;
}

.offset-top1 {
    margin-top: -1px;
}

.height90 {
    height: 90px;
}

.sub-row {
    padding: 0;
    overflow: hidden;
    margin: 15px 15px 15px 20px;
}

.sub-row .phone-img {
    float: left;
}
.sub-row .phone-info {
    float: left;
}

.footer-contact-us {
    margin-top: 40px;
}

.sub-row .phone-info-1 {
    height: 20px;
    font-family: 'Heebo';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 15px;
}

.sub-row .phone-info-2 {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    /* Green 2 */
    color: #00FB8A;
    margin-left: 15px;
    margin-top: 3px;
}

.ft-email-info {
    line-height: 90px;
    font-size: 16px;
    margin-left: 15px;
}

.rights-info {
    padding:50px 0;
}

.rights-item{
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.rights-item a, .rights-item span {
    margin-right: 25px;
}

.rights-item-end a{
    margin-right: 15px;
}


.page-banner {
    color: #fff;
    padding: 60px 0;
    background-color: #001068;
}

.page-banner .page-title{
    font-size: 60px;
    font-weight: bold;
}

.page-banner .page-info {
    margin-top: 30px;
    font-size: 16px;
    line-height: 36px;
}

.page-crumbs {
    font-family: "Heebo";
    font-size: 16px;
    line-height: 30px;
}

.page-crumbs a {
    font-weight: bold;
}

.page-banner .page-crumbs {
    font-family: "Heebo";
    margin-top: 50px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
}


.page-banner .page-crumbs a {
    color: #fff;
}

.page-banner .page-crumbs a:hover{
    text-decoration: none;
}

.footer a:hover{
    text-decoration: none;
}

/*.main-body {*/
/*    padding: 20px;*/
/*    background-color: #f5f8fd;*/
/*}*/


.page-body {
    margin-top: 95px;
}

.search-input {
    border: 1px solid #ddd;
    outline: none;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.page-search {
    position: relative;
}

.page-search ::placeholder {
    font-size: 16px;
}

.page-search-button {
    width: 41px;
    height: 41px;
    color: #fff;
    background-image: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    box-shadow: 0 15px 20px -15px #2de2b5;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 3px;
    text-align: center;
}

.page-search-button-img {
    margin-top: 10px;
}

.page-search-button:hover {
    box-shadow: 0 15px 20px -12px #27caa1;
    cursor:pointer
}

.page-sub-title {
    font-size: 32px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #24B7D3, #30EFAD) 1;
    padding-bottom: 10px;
    margin-top: 30px;
}

.page-sub-links {
    /*height: 60px;*/
    /*line-height: 60px;*/
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    padding-right: 16px;
    position: relative;
}

.page-sub-links:hover{
    cursor:pointer;
    outline: none;
}

/*.page-sub-links a{*/
/*    margin-left: 40px;*/
/*    color: #001068;*/
/*}*/

.page-sub-links span{
    margin-right: 20px;
    color: #adadad;
    position: absolute;
    right: -10px;
    top: 0;
}

.page-category {

}

.page-page-category-item {
    color: #001068;
    box-shadow: 0 0 5px #efefef;
    margin-bottom: 10px;
    border-radius: 6px;
    display: block;
    background-image: url("/svg/arrow.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 10px center;
}

.page-page-category-item .active{
    border-radius: 6px;
    background: url("/svg/arrow-active.svg") right 5px center no-repeat, linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    color: #fff;
}

/*.page-page-category-item .active a, .page-page-category-item .active span{*/
/*    color: #fff;*/
/*}*/


.page-page-category-item:hover{
    border-radius: 6px;
    background: url("/svg/arrow-active.svg") right 5px center no-repeat, linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    color: #fff;
    text-decoration: none;
}

.page-page-category-item span:hover{
    color: #fff;
}

.page-category-list {
    margin-top: 40px;
}

.page-recommend-body .list-title{
    padding-top: 15px;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #1D2864;
}

.page-recommend-body .list-title a {
    color: #1D2864;
}

.page-recommend-body .list-title a:hover{
    color: #25bdb8;
    text-decoration: none;
}

.main-list-item .list-title a{
    color: #1D2864;
}

.main-list-item .list-title a:hover{
    text-decoration: none;
    color: #25bdb8;
}
.page-recommend-body .list-info{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    /*text-transform: capitalize;*/
    color: #2FC58D;
}

.page-recommend-body {
    margin-top: 30px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    border-image: linear-gradient(167deg, rgb(159 159 159 / 50%), rgb(182 182 182 / 50%)) 1;
}

.page-paging {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.page-paging li{
    list-style: none;
    display: inline-block;
}

.page-paging li a{
    display: inline-block;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 40px;
    color: #1D2864;
    width: 40px;
    height: 40px;
    text-align: center;
}

.page-paging .active{
    color: #fff;
    background-image: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    box-shadow: 0 15px 20px -15px #2de2b5;
    border-radius: 50%;
}
.page-paging .active a{
    color: #fff;
}
.paging-body {
    overflow: hidden;
}

.page-main-paging {
    float: right;
}

.paging-body-footer {
    margin-top: 30px;
}

.page-main {

}

.paging-main-list {
    margin-top: 30px;
}

.main-list-item {
    border: 1px solid #26c3ca;
    border-radius: 8px;
    padding: 30px;
    margin-top: 30px;
}

.inner-row {
    padding: 0;
    margin: 0;
}

.main-list-item .list-title {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.main-list-item .list-attr{
    margin-top: 15px;
    font-size: 18px;
    color: #1D2864;
    line-height: 35px
}

.main-list-item .list-attr span{
    color: #25bdb8;
}

.main-list-item .inquiry {
    margin-top: 5px;
    text-align: left;
}

.main-list-item .inquiry a{
    text-decoration-line: none;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.main-list-item .inquiry a:hover{
    text-decoration-line: none;
    color: #fff;
}

.main-list-item .inquiry .common-button {
    font-size: 14px;
}


.detail-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
    display: block;
}

.detail-right50 {
    margin-right: 50px;
}

.detail-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #1D2864;
}

.detail-attr-item {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #1D2864;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    margin: 5px;
}

.detail-attr-item span{
    /*color: #8b8fa6;*/
}

.detail-attr-info{
    /* Heading/H2 */
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;

    /* Gradient 1 */
    background: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.price-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #1D2864;
}

.price-form {
    overflow: hidden;
    margin-bottom: 10px;
}

.price-form .price-form-item {
    float: left;
    margin-left: 5px;
}

.price-form select {
    color: #1D2864;
    background: #f5f8fd;
}

.price-form .form-control:focus {
    box-shadow: none;
}

.section-page-title span{
    border-bottom: 1px solid;
    padding-bottom: 10px;
    /* Heading/H7 */
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #1D2864;
    padding-right: 15px;
    border-image: linear-gradient(to right, #24B7D3, #30EFAD) 1;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.section-page-body .accordion > .card > .card-header{
    /*background-color: #fff;*/
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom:0;
    /* Heading/H4 */
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    /*text-transform: capitalize;*/
    /* Green 1 */
    color: #2AD2C1;
    padding: 10px 14px;
}
.accordion-title {
    font-size: 16px;
}

.section-page-body .accordion {
    border: 0;
}

.section-page-body .accordion .card{
    border: 0;
    margin-bottom: 20px;
}

.accordion-open-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-image: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    box-shadow: 0 15px 20px -15px #2de2b5;
    position: absolute;
    right: 15px;
    top: 9px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
}
.accordion-open-close:after {
    content: "-";
}

.collapsed:after {
    content: "+";
}


.accordion-open-close:hover{
    cursor: pointer;
}

.section-page-body .card-body {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #495057;
}

.row-table {
 margin-bottom: 5px;
}

.row-table .row-table-title {
    text-align: center;
    background-color: #e1f6f9;
    /* Heading/H5 */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #263273;
    /*height: 60px;*/
    line-height: 20px;
    box-shadow: 0 0 10px #e1f6f9;
    padding: 20px;
    overflow: hidden;
    height: 100%;
}
.row-table .row-table-info {
    overflow: hidden;
    box-shadow: 0 0 8px #e1f6f9;
    line-height: 20px;
    padding: 20px 20px;
    height: 100%;
}

.inquiry-tips {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.inquiry-form input{
    margin-bottom: 15px;
    border-radius: 20px;
}

.inquiry-form textarea{
    border-radius: 20px;
    margin-bottom: 15px;
}

.related-bg {
    margin-top: 100px;
    padding: 50px 0;
    background-color: #f5f8fd;
}

.related-item {
    /*cursor: pointer;*/
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    background-image: url("svg/btm-bg.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 30px;
}

.related-item .related-img {
    text-align: center;
}

.related-item .related-img img{
    width: 100%;
    object-fit: cover;
    border-style: none;
}

.related-item .related-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #1D2864;
}

.related-item .related-title a{
    color: #1D2864;
}

.related-item .related-info {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #6F7F90;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.related-item2 {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    background-image: url("svg/btm-bg.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 15px;
}

.related-item2 .related-box-top {
    display: flex;
}

.related-item2 .related-img2 {
    width: 223px;
}

.related-item2 .related-img2 img{
    width: 223px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px #eee;
}

.related-item2 .related-info-body2 {
    margin-left: 30px;
    color: #1D2864;
}

.related-item2 .related-info-body2 a{
    color: #1D2864;
}

.related-item2 .related-info-body2 a:hover {
    text-decoration: none;
    color: #25bdb8;
}

.related-item2 .related-title2{
    overflow: hidden;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #1D2864;
}

.related-item2 .related-info2 {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #6F7F90;
}

.related-item2 .related-attr2 {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1D2864;
    display: flex;
}
.related-box-bottom {
    margin-top: 20px;
}
.related-attr2-item1 {
    flex: 3;
}
.related-attr2-item2 {
    flex: 5;
}
.related-attr2-item2 span{
    color: #25bdb8;
}

.service-item {
    border-radius: 10px;
    margin: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.service-item:hover{
    box-shadow: 0 0 8px #ddd;
}

.service-item-inner {
    padding: 50px;
}
.service-item-img {
    overflow: hidden;
}
.service-item-img img {
    max-width: 4rem;
}

.service-item-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2rem;
    color: #1D2864;
}

.service-item-title a{
    color: #1D2864;
}

.service-item:hover .service-item-title {
    background-image: -webkit-linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.service-item-info {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.6rem;
    color: #6F7F90;
}

.service-item-more {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 0.4rem;
    color: #1D2864;
}

.service-item-more a{
    color: #1D2864;
}

.service-item-more a:hover{
    text-decoration: none;
    color: #25bdb8;
}


/*.service-item:hover .service-item-more {*/
/*    background-image: -webkit-linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    color: #2AD2C1;*/
/*}*/


.list-product-img {
    max-width: 141px;
}

.list-product-img2 {
    max-width: 82px;
}

.faq-items li {
    line-height: 30px;
}

/*.carousel-row {*/
/*    padding-left: 100px;*/
/*    padding-right: 100px;*/
/*}*/

.related-bg .carousel-control-prev {
    left: -2rem;
}

.related-bg .carousel-control-prev img{
    width: 25px;
}

.related-bg .carousel-control-next {
    right: -2rem;
}

.related-bg .carousel-control-next img{
    width: 25px;
}

.related-bg  .carousel-control-prev, .carousel-control-next {
    width: auto;
}

.service-page-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #1D2864;
}

.service-info{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F7F90;
}

.service-sub-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #1D2864;
}

.service-advantages-info {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F7F90;
}

.advantages-images-item {
    margin-right: 30px;
}

.advantages-images-item img{
    width: 100%;
    object-fit: cover;
    border-style: none;
}

.service-page-item {
    margin-right: 30px;
    display: flex;
}

.service-item-left {
    width: 60px;
}
.service-item-right {
    flex: 1;
}

.service-item-number {
    width: 39px;
    height: 39px;
    background-color: #e1f6f9;
    font-size: 1.2rem;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    color: #29cbb3;
    font-weight: bold;
}
.service-item-title {
    height: 60px;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1C2539;
}

.service-item-info {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6F7F90;
}

.service-page-item {
    margin-top: 10px;
    margin-bottom: 30px;
}

.blog-item {
    display: flex;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.blog-item:hover{
    box-shadow: 0 0 8px #ddd;
}

.blog-item-img {
    position: relative;
    width: 438px;
    height: 320px;
}
.blog-item-date {
    position: absolute;
    top: 0;
    right: 0;
    width: 147px;
    height: 34px;
    background-image: url(svg/date-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
}

.blog-item-img img{
    /*max-width: 438px;*/
    /*max-height: 320px;*/
}

.blog-item-attr {
    flex: 1;
    position: relative;
}

.blog-item-body {
    margin-left: 30px;
}
.blog-item-more {
    position: absolute;
    bottom: 0;
}

.blog-item-header {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #6F7F90;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.blog-item-header img{
    margin-top: -2px;
}

.blog-item-tags {
    margin: 15px 0;
}

.blog-tag-item {
    border-radius: 20px;
    background-color: #e1f6f9;
    padding: 5px 15px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #4286F5;
    display: inline-block;
}

.blog-tag-item:hover{
    color: #fff;
    background-image: linear-gradient(90deg, #24B7D3 0%, #30EFAD 100%);
    box-shadow: 0 15px 20px -15px #2de2b5;
}

.blog-item-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #1D2864;
}

.blog-item-title a{
    color: #1D2864;
}
.blog-item-title a:hover {
    text-decoration: none;
    color: #25bdb8;
}
.blog-recent-post .list-product-img2{
    max-width: 130px;
}

.blog-recent-post .page-recommend-body .list-title {
    padding-top: 10px;
    font-size: 15px;
}

.blog-item-btm-border {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-recent-post .page-recommend-body {
    border-bottom: 0;
}
.blog-item-btm-border:last-child{
    border-bottom: 0;
}

.research-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 20px;
}

.share-inner {
    display: flex;
}

.share-line {
    margin-top: 15px;
    height: 1px;
    background-color:  #ececec;
    flex: 1;
}

.content-share-list {
    text-align: right;
    width: 300px;
}

.content-author {
    display: flex;
    background-color: #F7F8FA;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 30px;
}
.content-author .author-header {
    width: 184px;
}

.content-author .author-info {
    flex: 1;
}

.content-author .author-info-body {
    margin-left: 30px;
}

.content-author .author-header img{
    width: 100%;
    max-width: 184px;
    border-radius: 50%;
}

.content-author .author-name {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #253D4E;
}

.content-author .author-desc{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* text font */
    color: #6F7F90;
}

.blog-content-title{
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 54.1782px;
    line-height: 61px;
    color: #1D2864;
}

.blog-content-body {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #6F7F90;
}

.blog-content-body h2{
    font-size: 20px;
    color: #1D2864;
}

.blog-content .blog-item-tags {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-sidebar {
    margin-left: 50px;
}

.service-more {
    margin-top: 20px;
    text-align: right;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 47px;
    color: #2AD2C1;
}

.service-more a{
    color: #2AD2C1;
}

.about-page-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #1D2864;
}
.about-page-info {
    /* Text/T3 */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F7F90;
}

.about-page-sub-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #1D2864;
}

.about-page-sub-info {
    margin-top: 20px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F7F90;
}

.about-team-body {
    margin-top: 50px;
}

.about-team-img {
    margin-left: 50px;
}

.about-data-inner {
    border-radius: 20px;
    background-image: url("/svg/world1.svg");
    background-size: contain;
    background-position: top center;
    background-color: #f4fcfd;
    padding: 80px 160px;
}

.about-data-title {
    text-align: center;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D2864;
    max-width: 590px;
    margin: auto;
}

.about-data-item-num {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 54px;
}

.about-data-item-title {
    margin-top: 20px;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1D2864;
}

.about-data-item-info {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #6F7F90;
    margin-top: 20px;
}

.about-data-items-inner {
    text-align: left;
    margin: 30px;
}

.about-ratings {
    padding: 80px 0;
}
.about-ratings-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
}

.about-ratings-desc {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.about-ratings-page {
    text-align: right;
}

.page-button {
    border:2px solid #fff;
    border-radius: 20px;
    padding: 10px 20px;
    margin-left: 10px;
}
.page-button:hover{
    box-shadow: 0 0 5px #6ae8c3;
    background: #6ae8c3;
}

.about-ratings-title, .about-ratings-desc, .about-ratings-page{
    margin-bottom: 10px;
}

.about-ratings-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 15px;
}

.rating-user {
    display: flex;
}

.rating-user-header {
    max-width: 100px;
    border-radius: 50%;
}

.rating-user-img {
    position: relative;
    height: 100px;
    width: 100px;
    background-color: #a5a5a5;
    border-radius: 50%;
    margin-right: 25px;
}

.rating-user-img-quote {
    position: absolute;
    right: -10px;
    bottom: 7px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;

}
.rating-name {
    flex: 1;
}

.rating-username {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #1D2864;
}

.user-position {
    margin-top: 10px;
    font-family: 'Heebo';
    font-style: normal;
    font-size: 15px;
    line-height: 32px;
    color: #2AD2C1;
}

.rating-rate {
    flex: 1;
    text-align: right;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1D2864;
}
.rating-rate .rating-xing-title{
    margin-right: 5px;
}

.rating-recommend {
    margin-top: 20px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #6F7F90;
}
.about-links .link-img {
    border: 1px solid #ddd;
}

.about-cli-bg {
    margin-top: 50px;
    background-image: url(/svg/world.svg);
    padding: 0;
    padding-bottom: 120px;
    background-size: contain;
    background-position: top center;
}

.contact-main-header {
    text-align: center;
    height: 97px;
    background-color: #E1F6F9;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #2AD2C1;
    line-height: 97px;
}

.contact-main {
    box-shadow: 0 0 8px #ddd;
}
.contact-main-body {
    padding: 50px 80px;
}
.contact-item-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    color: #1D2864;
}
.contact-item-info {
    margin-top: 30px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #6F7F90;
}

.contact-item-info img{
    margin-left: 30px;
    margin-right: 30px;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item-inf2 {
    display: flex;
}

.contact-item-img {
    width: 78px;
    margin-right: 30px;
}

.contact-item-open-info {
    flex: 1;
    margin-left: 30px;
}
.contact-open-info {
    margin-top: 10px;
    color: #2AD2C1;
}
.contact-inquiry {
    margin-top: 80px;
    padding: 50px;
    background-image: url("/svg/inquiry-bg.svg");
    background-position: top center;
    background-size: cover;
    /*background: #f5f8fd;*/
}
.contact-inquiry-info {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #6F7F90;
    margin-top: 50px;
}
.contact-inquiry-title {
    text-align: center;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #2AD2C1;
}
.contact-inquiry-body {
    margin: 0 50px;
}

.error-404 {

}

.error-code {
    width: 420px;
    margin: 90px auto 30px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 226.462px;
    color: #E1F6F9;
}

.thinks-code {
    width: 970px;
}

.thinks-desc {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #1D2864;
    max-width: 600px;
    margin: 30px auto 50px;
}

.home-search-error{
    color: red;
    margin-top: 10px;
    margin-left: 10px;
}

.superposition {
    position: relative;
}
.superposition .superposition-text1 {
    position: absolute;
    left: -7px;
    top: -7px;
}
.superposition .superposition-text2{
    color: #e1f6f9;
}

.error-search {
    margin-top: 60px;
    position: relative;
}

.error-info {
    text-align: center;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #1D2864;
}

.error-desc {
    margin-top: 30px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #6F7F90;
}

.go-home {
    text-align: center;
    margin-top: 50px;
}

.go-home-btn {
    background: #4387f5;
    padding: 20px 30px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 40px;
}

.max850 {
    max-width: 850px;
    margin: 0 auto;
}

.max800 {
    max-width: 800px;
    margin: 30px auto;
}

.search-result-msg {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #1D2864;
}

.search-result-msg p {
    margin-bottom: 0;
}
.search-result-msg .text-secondary {
    margin-top: 1rem;
    margin-bottom: 30px;
}

.search-result-info {
    padding: 18px 60px;
    background-color: #e1f6f9;
    border-radius: 10px;
}

.search-result-tips-title {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #1D2864;
}

.search-result-tips-list {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #6F7F90;
}

.inquiry-form .help-error {
    display: none;
    margin-top: -8px;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sub-error {
    margin-top: -5px;
    position: absolute;
    display: none;
    margin-bottom: 10px;
    color: #fff !important;
    margin-left: 10px;
}
.service-content-body {
    line-height: 32px;
}
.service-content-body h2{
    margin-top: 40px;
    margin-bottom: 30px;
    color: #1D2864;

    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #1D2864;
}
.service-ad-img {
    position: relative;
    min-height: 667px;
    background-image: url("/svg/ad-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -90px;
    border-radius: 20px;
    overflow: hidden;
}
.ad-bg {
    position: absolute;
    bottom: 0;
}
div.blog-content-body figure.image img{
    display: block;
    margin: 0 auto;
}
div.blog-content-body img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
div.blog-content-body figure.image figcaption{
    text-align: center;
}
.maxh-body {
    margin-top: 80px;
}
.img-gray{
    box-shadow: 0 0 5px #d1d1d1;
    filter: grayscale(100%) brightness(110%);
}

.img-gray-noshadow{
    filter: grayscale(100%) brightness(110%);
}
.theme-color{
    color: #2AD2C1;
}
.about-sub-title{
    font-weight:bold;
    font-size:24px;
}
.card .card-body h3{
	font-size: 16px;
    color: #2AD2C1;
    background-color: rgb(0, 0, 0, 0.03);
    margin-top: 10px;
    padding: 10px 10px;
}
.card-body svg.icon{
    fill: #24b7d3;
}