body{
    font-size: 14px;
    color: #6b707f;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.text a{
    text-decoration: none;
    color: #2A2A2A;
}
.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 0;
}

.breadcrumb .text-item {
    color: #fff;
    font-size: 20px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.breadcrumb .text-item a {
    color: #878EA6;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}



.page_breadcrumb{
    background: #0C214A;
    padding: 16px 0;
    position: relative;
    z-index: 1;
}

.page_breadcrumb .date {
    color: #878EA6;
    float: right;
    font-size: 14px;
    padding-right: 10px;
}

.documentation_item{
    padding-right: 40px;
    margin-bottom: 58px;
}

.documentation_item .icon{
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(4 73 89 / 12%);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 66px;
    margin-right: 30px;
}

img{
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.documentation_item .media-body p{
    margin-bottom: 0;
    line-height: 24px;
}

.documentation_item .media-body h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
    transition: color 0.2s linear;
}

.doc-title{
    margin-top: 40px;
}

.doc-title h1{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
}

.get-text{
    padding-top: 40px;
    padding-bottom: 40px;
}

.get-text h4{
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
}

.get-text p{
    color: #6b707f;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}


.footer{
    padding: 30px 0;
    position: relative;
    z-index: 1;
    background: #1d2746;
}



.accordion-items {
    max-width: 300px;
    background: linear-gradient(to bottom right, #fff, #f7f7f7);
    background: #fff;
    margin: 0 auto;
    border-radius: 3px;
}
.accordion-heading {
    color: #1b2746;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    font-weight: 500;
}
.accordion-heading:nth-last-child(2) {
    border-bottom: 0;
}
.accordion-heading:hover {
    background: #10b3d6;
    border-radius: 0;
    color: #fff;
}

.accordion-heading:hover .accordion-heading::before{
    color: #fff;
}
.accordion-heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}
.accordion-heading:nth-last-child(2):hover {
    border-radius: 0 0 3px 3px;
}
.accordion-heading::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #2A2A2A;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
}
.active.accordion-heading::before {
    transform: rotate(-180deg);
}
.not-active.accordion-heading::before {
    transform: rotate(0deg);
}
.accordion-content {
    display: none;
    background: #fffafa;
    color: #7f8fa4;
    font-size: 13px;
    line-height: 1.5;
}

h1 {
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center;
}

.dropdown_nav {
    padding-left: 32px !important;
    margin-bottom: 0;
    padding-top: 12px;
    width: 100% !important;
    display: none;
}

.dropdown_nav li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6b707f;
    padding: 0;
}

.accordion-title{
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0px 20px 20px;
    text-align: start;
}

.page-banner .page-banner-img{
    position: relative;
    margin-bottom: -250px;
}

.page-banner-img img{
    width: 100%;
    height: auto;
    border-radius: 9px;
}

.page-banner .page-banner-img .play-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background-color: rgba(0, 2, 72, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}


.sidebar-menu{
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    padding: 10px;
}
.sidebar-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.header-menu span{
    color: #6c7b88;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-dropdown a{
    color: #818896;
    display: inline-block;
    width: 82%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}


.sidebar-dropdown a i{
    background: #0C214A;
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-dropdown a span{
    color: #818896;
}

.sidebar-dropdown .sidebar-submenu ul{
    padding: 5px 0;
}
.sidebar-dropdown .sidebar-submenu ul li{
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-dropdown .sidebar-submenu ul li a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    color: #818896;
}

.sidebar-dropdown .main-menu:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

.sidebar-menu .sidebar-dropdown.active a i{
    color: #fff;
    text-shadow: 0px 0px 10px rgb(22 199 255 / 50%)
}

.sidebar-menu ul li a{
    padding-bottom: 10px;
}

.sidebar-menu ul li a i{
    background: #0C214A;
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-menu ul li a{
    color: #818896;
}

.sidebar-submenu ul li a:before{
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    font-size: 8px;
}

.breadcrumb_area{
    background-image: linear-gradient(60deg, #10b3d6 0%, #1d2746 100%);
    padding: 100px 0 100px;
    position: relative;
}

.p_absolute{
    position: absolute;
}

.bl_left{
    width: 150px;
    height: 145px;
    bottom: -7px;
    left: 20px;
    z-index: 1;
}

.bl_right{
    width: 135px;
    height: 110px;
    right: 30px;
    bottom: -7px;
    z-index: 1;
}

.star{
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    right: 0;
    height: auto;
}

.breadcrumb_area .two{
    left: 20%;
    bottom: 0;
}

.sodon-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title-white h2{
    color: #2A2A2A;
}

.section-title h2{
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
}


.process-item{
    display: flex;
}

.process-item .icon{
    flex: 0 0 110px;
    max-width: 110px;
    margin-right: 35px;
}

.process-item img{
    max-width: 100%;
}

.process-item .text span.step{
    font-size: 16px;
    font-weight: 700;
    color: #1d2746;
    text-transform: uppercase;
}

.text p{
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #808285;
    font-size: 18px;
    line-height: 32px;
    overflow-x: hidden;
}

.documentation_video iframe{
    border-radius: 20px;
}


@media (min-width: 800px) {
    .sidebar-menu{
        padding-bottom: 10px;
        z-index: 1;
        margin-right: 30px;
        position: relative;
    }

    .sidebar-menu{
        border-right: 1px solid #EFEFEF;
        margin: 36px 0px;
    }
    .process-wrapper{
        background-color: #fff;
        padding: 30px 20px 10px;
    }
}

@media (max-width: 800px) {
    .breadcrumb .text-item{
        font-size: 14px;
    }
}

@media (min-width: 1500px) {
    .custom_container {
        max-width: 1470px;
    }
}

.doc_solution_item{
    background: #daecfc;
    text-align: center;
    padding: 32px;
    margin-bottom: 30px;
}
.doc_solution_item img{
    margin-bottom: 45px;
}
.doc_solution_item h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.doc_solution_item p{
    margin-bottom: 20px;
}
.learn_btn{
    color: #10b3d6;
    font-size: 14px;
    padding-top: 5px;
    display: inline-block;
    transition: color 0.2s linear;
}

.get-text iframe {
    border-radius: 20px;
}
.get-text ol li{

}

.get-text h3{
    margin-bottom: 20px;
}
.get-text__img img{
    width: 100%;
}
.get-text__img{
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.get-text ol li{
    padding-bottom: 10px;
}

.get-text ul li{
    padding-bottom: 10px;
}

.home-title{
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}

img.logo{
    height: 52px;
    margin-right: 60px;
    margin-bottom: 30px;
}

img{
    border: none;
}

img.logo{
    padding: 0;
    border: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.header-menu ul{
    display: flex;
    justify-content: end;
    margin-top: 14px;
}

.header-menu ul li{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.client-wrapper .wrap-img{
    padding-bottom: 1rem;
}

.client-wrapper .wrap-img img {
    max-width: 100%;
}

.client-wrapper .client-name {
    color: #8d97ad;
}

.product-brand {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.brand-container:nth-child(5n-4){
    margin-left: 0;
}

.partner-brand-container{
    /*padding-top: 2rem;*/
    /*margin-top: 2rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

.partner-brand-image{
    width: 100%;
    height: 70px;
    transition-duration: .5s;
}

.partner-brand-image img {
    width: 100%;
    height: 100%!important;
    object-fit: contain!important;
}

.partner-brand-container p{
    font-size: 15px;
    font-weight: 500;
}
