:root {
    --header-height: 72px
}

* {
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    line-height: 1.6rem;
    box-sizing: border-box
}

body {
    font-family: Roboto, sans-serif
}

.text-white {
    color: #fff
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: 1s;
    transition: all 6.4s ease-in-out
}

.header-search-bar,
.header-search-bar-right {
    display: none
}

.hide-on-pc {
    display: none!important
}

#container-main {
    overflow-x: unset
}

#page-container {
    min-width: 300px
}

#page-container.page-header-fixed #container-main {
    padding-top: 0
}

#page-container.page-header-fixed #container-main {
    min-height: 0!important
}

.footer-ending-left,
.main-footer-content h3,
.main-footer-content p {
    font-family: Roboto, sans-serif
}

div.tab .active {
    background: #fff;
    color: #01425f!important;
    border-radius: 40px;
    border: transparent
}

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

.modal-body {
    position: relative;
    padding: 0
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1!important
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 1024px!important
    }
}

.modal-content {
    background: 0 0!important
}

.modal-header {
    position: absolute;
    display: block;
    right: 38px;
    top: 6px;
    padding-top: 16px;
    padding-bottom: 16px
}

.modal-close__x {
    color: #000;
    font-weight: 700;
    font-size: 30px
}

.modal-header .close {
    padding: 5px 10px!important;
    margin: -2.2rem -2.2rem -1rem auto;
    border-radius: 50%;
    background: #fff
}

#sticky {
    background: #c00003;
    color: #eee;
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 14em
}

#page-container.page-header-fixed #main-container {
    padding-top: 0
}

.app {
    overflow: hidden;
    font-family: Roboto, sans-serif
}

.zoom_5:hover {
    transform: scale(1.1);
    transition: .3s
}

.questionMark-top {
    position: absolute;
    margin-left: 44%;
    margin-top: -4%
}

.questionMark-left {
    margin-left: 100%;
    margin-top: -86%
}

.questionMark-right {
    position: absolute;
    margin-left: -12%;
    margin-top: 3%
}

.questionMark-right-bt {
    position: absolute;
    margin-left: -12%;
    margin-top: 13%
}

.header {
    height: var(--header-height)
}

.header__navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0
}

.header__navbar-list {
    list-style: none;
    padding-left: 0;
    align-items: center;
    margin: 10px 0;
    display: flex
}

.header__navbar-item {
    position: relative;
    margin: 0 16px;
    min-height: 26px
}

.header__navbar-item select {
    border: none;
    outline: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.header__logo {
    width: 220px;
    text-align: center;
    padding-right: 2rem
}

.header__logo-link {
    color: transparent;
    text-decoration: none;
    display: block;
    line-height: 0;
    text-align: left
}

.header__logo-img {
    width: 180px;
    color: #fff
}

.header__navbar-item,
.header__navbar-item--link {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.header__navbar-item--link-blue {
    color: #0080b6
}

.header__navbar-item--link-blue_weight {
    color: #006d9b;
    font-weight: 500
}

.header__navbar-item--link-blue_weight:hover {
    transform: translateY(-.15em);
    transition: .3s
}

.header__navbar-icon--link,
.header__navbar-item,
.header__navbar-item--link {
    display: block;
    align-items: center
}

.header__navbar-item--separate::after {
    content: "";
    display: block;
    position: absolute;
    height: 32px;
    border-left: 1px solid #dbdbdb;
    right: -18px;
    top: 38%;
    transform: translateY(-50%)
}

.btn-login {
    color: #fff;
    font-size: 14px;
    background-color: #29b354;
    border-radius: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    padding: 6px 25px
}

.btn-login:hover {
    color: #fff
}

.header-menu {
    background-color: #00587d;
    height: 52px
}

.header__navbar-item-menu {
    line-height: 52px;
    margin: 0 4px;
    display: inline-block
}

.header__navbar-item-menu:hover {
    line-height: 37px;
    border-radius: 16px;
    background: #165990
}

.header__navbar-item-menu .nav-tab-active:hover {
    transform: unset;
    transition: .3s
}

.nav-tab-active:hover {
    width: 100%;
    background: #1296d4;
    transform: unset!important;
    transition: .3s
}

.nav-tab-active {
    background: #1296d4;
    font-family: Roboto, sans-serif;
    line-height: 37px;
    border-radius: 16px;
    padding: 8px 16px
}

.header__navbar-item-menu a:hover {
    color: #fff
}

.header__navbar-item__menu {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 0 24px;
    letter-spacing: 1px;
    display: block
}

.sidebar-mini-hide-menu {
    font-family: Roboto, sans-serif
}

.header__navbar-list-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    padding-left: 0
}

.plus-landing .bkPlus-header-bg .bkPlus-header .bkPlus-header-item .item-title h3 {
    font-size: 48px;
    font-weight: 900
}

.plus-landing .bkPlus-header-bg .bkPlus-header {
    padding: 90px 0
}

.bkPlus-header-item__title {
    color: #2b2b2b!important;
    padding-bottom: 30px
}

.bkPlus-header-item__text {
    font-size: 18px!important
}

.plus-landing .bkPlus-header-bg {
    background: linear-gradient(180deg, #daefff 0, rgba(218, 239, 255, 0) 63.02%)
}

.item-btn__btn {
    display: inline-block;
    border-radius: 50px;
    background: #2cb356;
    padding: 15px 14px;
    font-family: Roboto, sans-serif;
    width: 196px;
    height: 56px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff
}

.item-btn__btn:hover {
    color: #fff;
    background: #29b655
}

.item-btn__ctv {
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #006d9b;
    background: 0 0;
    color: #006d9b;
    padding: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    width: 196px;
    height: 56px;
    text-align: center
}

.plus-landing .bk-service-provided .bk-services h3 {
    width: 66%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #fff;
    margin-bottom: 60px
}

.plus-landing .bk-service-provided-t {
    padding-bottom: 60px;
    background: #f2f6fc
}

.bk-service-provided-t .bk-services-bot .more-ty-customers {
    text-align: center;
    padding-top: 30px
}

.bk-service-provided-t .bk-services-bot .no-gutters>.col,
.no-gutters>[class*=col-] {
    padding: 0 15px 24px
}

.bk-service-provided-t .bk-services-bot .more-ty-customers a {
    font-size: 16px;
    font-family: Roboto;
    color: #01425f
}

.plus-landing .bk-service-provided .bk-services {
    padding: 60px 0 0 0
}

.bk-service-instruct--img {
    padding: 90px 0;
    background: url("../../images/background3.svg")
}

.plus-landing .bk-service-instruct {
    background: url("../../images/backgroundhome3.png")
}

.plus-landing .bk-service-effective--use {
    padding: 90px 0;
    background: #f2f6fc
}

.plus-landing .bk-service-provided-t .bk-services h3,
.plus-landing .bk-service__payment-popular .bk-services h3 {
    width: 50%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #01425f;
    margin-bottom: 72px
}

.plus-landing .bk-service__payment-popular .bk-services .service__payment-p {
    width: 45%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #555;
    margin-top: 15px;
    margin-bottom: 30px
}

.plus-landing .bk-service-provided-t .bk-services h3 {
    padding-top: 72px
}

.plus-landing .bk-service-instruct .bk-services h3 {
    width: 66%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #fff;
    margin-bottom: 120px
}

.plus-landing .bk-service-effective--use .bk-services h3 {
    width: 66%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #01425f;
    margin-bottom: 90px
}

.plus-landing .bk-service-provided {
    background: url("../../images/backgroundHome2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -100px
}

.bk-service-icon {
    display: flex;
    margin: auto;
    padding-top: 45px;
    padding-bottom: 40px
}

.plus-landing .bk-service-provided-t .bk-services-bot h3 {
    width: 50%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #01425f;
    margin-bottom: 72px;
    padding-top: 72px
}

.plus-landing .bk-service-provided-t .bk__provided-t h3 {
    padding-top: 72px
}

.bk-services-img--title {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.bk-services-img--title-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.fa-arrow-right:before {
    content: "\f061";
    opacity: .7
}

.sv-itemhover:hover {
    cursor: pointer;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgb(13 101 159 / 20%);
    background-color: #f2f6fc!important;
    border-radius: 39px;
    transition: .3s
}

.img-title {
    font-family: Roboto, sans-serif;
    color: #ecf4f7;
    font-size: 16px;
    margin: 0 0 0 25px;
    text-align: left;
    font-weight: 400
}

.img-title-right {
    text-align: right;
    font-family: Roboto, sans-serif;
    color: #ecf4f7;
    font-size: 16px;
    margin: 0 25px 0 0;
    font-weight: 400
}

.bk-button-home {
    border: 1px solid #CFD7E8;
    box-sizing: border-box;
    border-radius: 50px;
    margin: auto!important;
    width: 25%;
}

.bk-button-home .button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 42px;
    position: relative;
}

.bk-button-home .button-content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #01425F;
    margin-bottom: 0;
}

.bk-button-home .button-content svg {
    position: absolute;
    right: 14px;
}

.plus-landing .bk-service-provided .bk-services .services-block .block-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    margin: unset;
    height: 400px
}

.plus-landing .bk-service-provided-t .bk-services .services-block .block-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    margin: unset;
    height: 420px;
    background: #fff;
    border-radius: 24px
}

.plus-landing .bk-service-provided-t .bk-services .services-block .block-item:hover {
    box-shadow: 0 8px 20px rgb(13 101 159 / 20%);
    cursor: pointer;
    transform: translateY(-1px);
    transition: .3s
}

.plus-landing .bk-service-instruct .bk-services .services-block-instruct .block-item-instruct {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    margin: unset;
    background: #005f87;
    border-radius: 24px;
    border: 1px solid #1979a0
}

.flex-container {
    max-width: 1200px
}

.flex {
    width: 1200px;
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap
}

.flex .col {
    display: flex;
    flex-direction: column;
    flex: 1 1 226px;
    margin: 1em .5em;
    box-sizing: border-box;
    border-radius: 24px
}

.padding-0 {
    padding: 0!important
}

.flex_background-experience {
    background-color: #fff;
    padding: 20px 15px;
    border: 1px solid #cfd7e8
}

.flex .flex_background-experience:hover {
    box-shadow: 0 8px 20px rgb(13 101 159 / 20%);
    cursor: pointer;
    transform: translateY(-1px);
    transition: .3s
}

.flex_background-effective {
    padding: 20px 15px;
    background: linear-gradient(197.66deg, #2cb356 -27.49%, #0074b1 87.09%)
}

.flex .flex_background-effective:hover {
    box-shadow: 0 8px 20px rgba(13, 101, 159, .15);
    cursor: pointer;
    transform: translateY(-10px);
    transition: .3s
}

.flex .flex_background-payment {
    padding: 20px 15px;
    background: #fff
}

.flex .flex_background-payment:hover {
    padding: 20px 15px;
    background: #fff
}

.flex .col .flex-box-img {
    text-align: center
}

.flex .col .flex-box-img img {
    width: 65px;
    height: 72px
}

.flex .col .title .flex-title--box {
    padding: 10px 0;
    color: #006d9b;
    text-align: center;
    font-size: 24px;
    line-height: 120%;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    min-height: 80px;
    display: flex;
    justify-content: center
}

.flex .col .title .flex-text--box {
    font-size: 16px;
    text-align: center;
    color: #555;
    font-family: Roboto, sans-serif
}

.flex .col .view_desc {
    margin-top: auto
}

.flex .col .view_desc-text-flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex .col .view_desc-text {
    color: #006d9b;
    font-family: Roboto, sans-serif
}

.bk-service__payment-popular .flex .col .title {
    padding: 32px 15px 0;
    word-break: break-word
}

.bk-service__payment-popular .flex .col .view_desc-payment {
    padding: 32px 15px 20px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #2b2b2b;
    font-family: Roboto, sans-serif
}

.bk-service__payment-popular .flex .col .view_desc-payment a {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: Roboto, sans-serif;
    word-break: break-word
}

.services-block .block-item .sv-item .item-head-box {
    display: unset;
    justify-content: unset;
    align-items: unset
}

.bk-services-bot .services-block .block-item .item-head-box .block-item:hover {
    box-shadow: 0 8px 20px rgb(13 101 159 / 20%);
    transition: .3s
}

.bk-services-img--title .head-img {
    background: #ecf4f7;
    border-radius: 20px
}

.bk-services-img--title .head-img .head-img__img-center {
    display: flex;
    padding: 15px;
    width: 72px;
    height: 72px;
    align-items: center
}

.bk-services-img--title .head-img .head-img__img {
    display: flex;
    padding: 14px;
    width: 72px;
    height: 72px;
    align-items: center
}

.item-head-box .head-img-box {
    width: 42%;
    text-align: center;
    margin: auto;
    height: 82px
}

.title-box {
    padding-top: 28px
}

.item-head-box-instruct .head-img-box-instruct {
    width: 42%;
    text-align: center;
    margin: auto;
    height: 120px
}

.title-box {
    padding: 10px 0;
    color: #006d9b;
    text-align: center;
    font-size: 24px;
    line-height: 120%;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    height: 80px
}

.title-box-all {
    padding: 10px 0;
    color: #006d9b;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    font-family: Roboto, sans-serif;
    margin: 0;
    font-weight: 500
}

.title-box__active {
    padding-bottom: 38px
}

.title-box__text__active {
    margin-bottom: 43px;
    padding-top: 12px
}

.title-box__text--active {
    margin-bottom: 43px
}

.title-box__text__active-use {
    margin-top: 25px
}

.title-box__text-instruct--active-3 {
    margin-top: 9px
}

.title-box__text {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #555;
    font-family: Roboto, sans-serif;
    height: 165px
}

.title-box__text-instruct {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    padding-bottom: 10px;
    font-weight: 500;
    height: 75px;
    word-break: break-word
}

.sv-item-border {
    padding: 20px 15px;
    border: 1px solid #cfd7e8!important;
    box-sizing: border-box!important;
    box-shadow: 0 8px 20px rgb(13 101 159 / 15%)!important;
    border-radius: 24px!important
}

.sv-item-border--use {
    padding: 36px 15px;
    background: linear-gradient(197.66deg, #2cb356 -27.49%, #0074b1 87.09%);
    border-radius: 24px!important;
    height: 400px
}

.sv-item-border--use:hover {
    box-shadow: 0 .9em .9em -.4em rgba(49, 196, 190, .75);
    cursor: pointer;
    transform: translateY(-10px);
    transition: .3s
}

.sv-item-border-instruct {
    padding: 50px 15px 20px;
    box-sizing: border-box!important;
    box-shadow: 0 8px 20px rgb(13 101 159 / 15%)!important;
    border-radius: 24px!important;
    width: 100%
}

.plus-landing .bk-service-instruct .bk-services .services-block-instruct .block-item-instruct:hover {
    border: 1px solid #1296d4;
    transition: .3s
}

.view_desc {
    text-align: center
}

.view_desc-instruct {
    background: #fff;
    padding: 10px;
    border-radius: 64px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.view_desc-text {
    color: #006d9b;
    font-family: Roboto, sans-serif
}

.view_desc-text-flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.view_desc-text-instruct {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    padding-left: 8px;
    color: #006d9b
}

.sv-item-border__effective--use {
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box!important;
    box-shadow: 0 8px 20px rgb(13 101 159 / 1%)!important;
    border-radius: 24px!important;
    width: 330px
}

@media (min-width:1113px) {
    .row {
        margin-left: -2px!important;
        margin-right: 0!important
    }
}

.block-item-box {
    box-shadow: 0 8px 20px rgb(13 101 159 / 15%);
    border-radius: 24px
}

.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
    background-color: transparent!important
}

.slick-track {
    padding: 18px 0
}

.one-item {
    color: #fff;
    font-size: 30px;
    position: absolute;
    padding: 8px 25px;
    border-radius: 50%;
    background: #2cb356;
    margin-top: -32px
}

.vectorIcon {
    display: block;
    position: absolute;
    margin-top: -50px;
    margin-left: 260px
}

.one-item-effective--use {
    color: #fff;
    font-size: 30px;
    position: absolute;
    margin-top: -40px
}

.img-icon__effective--use {
    margin: 25px 0 0 25px
}

.title-box-effective--use {
    padding: 30px 0;
    color: #01425f;
    text-align: left;
    Line-height: 28.8px;
    font-size: 24px;
    line-height: 120%;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    height: 100px
}

.slick-slider .slick-prev {
    left: -66px!important;
    background: 0 0
}

.slick-slider .slick-next {
    right: -50px!important;
    background: 0 0
}

.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
    font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 5 Pro";
    font-size: 100px;
    font-weight: 100;
    line-height: 32px;
    color: #d1d1d1
}

.title-box--use {
    padding: 32px 0;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 120%;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    height: 120px
}

.title-box__text--use {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    height: 120px
}

.bl-services-mobile {
    margin: 0!important;
}

.item-head-box__effective--use .head-img-box__effective--use {
    width: 100%;
    display: flex;
    align-items: center
}

.text__effective--use {
    padding-left: 15px
}

.text__effective--use-text {
    margin: 0;
    font-family: Roboto, sans-serif
}

.text-name {
    padding-bottom: 10px;
    font-size: 16px
}

.title-box__text-p {
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #555;
    font-family: Roboto, sans-serif;
    height: 165px
}

.title-box__text-p-mr {
    padding-bottom: 24px
}

.plus-landing .bk-service-effective--use .bk-services--use h3 {
    width: 66%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #01425f;
    margin-bottom: 72px;
    padding-top: 72px
}

.bk-plus-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26%;
    font-size: 18px;
    background: #2cb356;
    border-radius: 40px
}

.bk-plus-text {
    font-family: Roboto, sans-serif;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: 25px 30px
}

.bk-plus-title-right {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #fff
}

.bk-plus-title-call {
    display: flex;
    justify-content: center;
    font-size: 14px;
    border-radius: 8px;
    background: #2cb356
}

.bk-plus-text-call,
.bk-plus-text-right {
    font-family: Roboto, sans-serif;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    width: 100%;
    text-align: center
}

.bk-plus-icon {
    padding-left: 30px
}

.contact-content-title {
    color: #fff;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    opacity: .8;
    font-weight: 400
}

.nav__bars-btn--dot {
    display: none;
    width: 28px;
    height: 28px;
    color: #000
}

.bk-plus-text-call,
.bk-plus-text-right {
    margin-top: 4px;
    padding: 20px 22px
}

.plus-landing .plus-main-footer .main-footer-content h3 {
    text-transform: unset
}

.plus-landing .plus-main-footer .main-footer-content .content-side-left__text {
    text-transform: uppercase
}

.bkplus-payment-text {
    font-size: 40px;
    padding: 13px 24px;
    border-radius: 4px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    background-color: #293568
}

.plus-landing .bkPlus-payment-bg {
    background: linear-gradient(180deg, #daefff 0, rgba(218, 239, 255, 0) 63.02%)
}

.plus-landing .bkPlus-payment-bg {
    width: 100%;
    height: fit-content;
    background: url("../../images/backgroundPayment1.png");
    background-size: cover;
    background-repeat: no-repeat;
    resize: both
}

.plus-landing .bkPlus-payment-bg .bkPlus-payment {
    padding: 90px 0
}

.plus-landing .bkPlus-payment-bg .bkPlus-payment {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.plus-landing .bkPlus-payment-bg .bkPlus-payment .bkPlus-payment-item {
    width: 50%;
    align-self: stretch;
    text-align: center
}

.plus-landing .bkPlus-payment-bg .bkPlus-payment .bkPlus-payment-item .item-payment {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 50px
}

.plus-landing .bkPlus-payment-bg .bkPlus-payment .bkPlus-payment-item .item-payment h3 {
    margin: 5px 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #0e9c83
}

.bkPlus-payment-item__title {
    color: #2b2b2b!important;
    padding-bottom: 30px
}

.plus-landing .bk-service-paymentGateway {
    background: linear-gradient(73.8deg, #00587d 11.1%, #005b7c 22.66%, #006478 41.53%, #007470 65.34%, #068c5d 92.89%, #12a24a 114.75%)
}

.bk-service-paymentGateway--img {
    padding: 72px 0 28px;
    background: url("../../images/backgroundPayment2.svg");
    background-size: cover
}

.plus-landing .bk-service-paymentGateway .bk-services h3 {
    width: 55%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #fff;
    margin-bottom: 72px
}

.bk-services-img--title .head-img-icon {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 6px
}

.bk-payment-img-title {
    display: flex;
    align-items: start;
    height: 120px
}

.bk-payment--title {
    display: flex;
    margin-bottom: 10px
}

.title-box__text-payment {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    line-height: 21px;
    color: #ecf4f7;
    margin: 0;
    padding-top: 12px;
    padding-left: 22px;
    text-align: left;
    font-weight: 400
}

.img-title--payment {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #ecf4f7;
    margin: 0;
    padding-left: 25px;
    text-align: left;
    line-height: 120%
}

.title-box__text-payment-right {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    line-height: 21px;
    color: #ecf4f7;
    margin: 0;
    padding-top: 12px;
    padding-right: 22px;
    text-align: right
}

.img-title--payment-right {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #ecf4f7;
    margin: 0;
    padding-right: 25px;
    text-align: right;
    line-height: 120%
}

.plus-landing .bk-service__payment-popular {
    padding: 72px 0;
    background: #f2f6fc
}

.bk-service__payment-popular .block-item__payment-popular .item-head-box__payment-popular:hover {
    box-shadow: 0 8px 20px rgb(13 101 159 / 20%);
    border-radius: 23px;
    transition: .3s
}

.text-top-pay {
    top: 10px
}

.text-img-payment {
    color: #fff;
    width: 100%;
    position: absolute;
    font-weight: 700;
    font-size: 43px;
    font-family: Roboto, sans-serif;
    line-height: 64.5px;
    text-align: center;
    margin-bottom: 0
}

.services-block__payment-popular {
    background: #fff;
    box-shadow: 0 8px 20px rgba(13, 101, 159, .15);
    border-radius: 24px
}

.services-block__payment-popular .title {
    padding: 32px 15px 20px 15px;
    word-break: break-word
}

.title-box__text-payment-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #2b2b2b;
    font-family: Roboto, sans-serif
}

.title-box__text-payment-text a {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    font-family: Roboto, sans-serif
}

.title-box__text-payment-text a:hover {
    text-decoration: underline
}

.title-box__payment-text {
    font-size: 12.8px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #555;
    font-family: Roboto, sans-serif;
    padding: 20px 15px 0;
    margin-bottom: 0
}

.services-block__payment-popular .item-head-box__payment-popular .head-img-box__payment-popular {
    display: flex;
    justify-content: center;
    align-items: center
}

.text-full-width {
    width: 100%
}

.bkPlus-header-item__text-j {
    display: flex;
    align-items: center
}

.plus-landing .plus-main-footer {
    height: 550px;
    padding-top: 140px;
    display: flex;
    align-items: flex-end;
    background: #272727
}

.plus-landing .bk-plus-contact-home {
    position: relative;
    bottom: -126px
}

.plus-landing .bk-plus-contact-home {
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: url("../../images/backgroundft-full.svg")
}

.plus-landing .bk-plus-contact-home .contact-block-home {
    right: 0;
    left: 0;
    padding: 20px 0;
    background: url("../../images/backgroungft-bt.svg")
}

.contact-content-home {
    display: flex;
    align-items: center
}

.plus-landing .bk-plus-contact-home .contact-content-home .contact-content-left {
    width: 20%;
    padding-right: 20px
}

.plus-landing .bk-plus-contact-home .contact-content-home .contact-content-center {
    width: 30%;
    padding-right: 20px
}

.plus-landing .bk-plus-contact-home .contact-content-home .contact-content-center__right {
    width: 25%;
    padding-right: 20px
}

.plus-landing .bk-plus-contact-home .contact-content-home .contact-content-right {
    width: 25%;
    padding-right: 20px
}

.plus-landing .plus-main-footer .footer-ending .ending-left a {
    font-size: 14px
}

.plus-landing .bk-service-video {
    padding: 72px 0
}

.contact-content-center__right .bk-plus-title-right a:hover,
.contact-content-right .bk-plus-title-call a:hover {
    color: #fff
}

.sv-item-border--video {
    background: #fff;
    border: 1px solid #f1eded;
    border-radius: 24px
}

.sv-item-border--video:hover {
    box-shadow: 0 8px 20px rgba(13, 101, 159, .15);
    transition: .3s
}

.plus-landing .bk-service-video .bk-services h3 {
    width: 66%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #01425f;
    margin-bottom: 50px
}

.head-img-box-video {
    display: flex;
    justify-content: center;
    align-items: center
}

.head-img-box-video-icon {
    position: absolute;
    border: 1px solid #fff;
    padding: 10px 15px 10px 20px;
    border-radius: 50%;
    cursor: pointer
}

.head-img-box-video-icon:hover {
    border: transparent;
    background: #e43232;
    transition: .3s
}

.head-img-box-video .head-img-pt {
    width: 100%
}

.services-block-video .item-head-box-video .title-video {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 15px
}

.services-block-video .item-head-box-video .item-head-box-video {
    padding: 32px 24px 20px
}

.services-block-video .item-head-box-video .title-video .title-box--video {
    margin-bottom: 0;
    font-family: Roboto;
    color: #1f4c8b;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.head-img-box-video-icon-content {
    border: 1px solid #cfd7e8;
    border-radius: 50%;
    padding: 2px 6px 2px 8px
}

.title-video-content {
    padding-left: 10px
}

.plus-landing .bk-service-integrated {
    background: url("../../images/backgroundhome3.png")
}

.bk-service-integrated--img {
    padding: 72px 0;
    background-size: cover
}

.plus-landing .bk-plus-contact {
    background: url("../../images/backgroundhome3.png")
}

.plus-landing .bk-service-integrated .bk-services h3 {
    width: 66%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #fff;
    margin-bottom: 72px
}

.plus-landing .bk-service-integrated .bk-services .integrated-box {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.plus-landing .bk-service-integrated .bk-services .integrated-box .integrated-box-content-start {
    background: #fff;
    border-radius: 44px;
    padding: 20px 0;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center
}

.integrated-box-btn-start {
    border: none;
    background: #fff;
    padding: 20px 0;
    width: 100%;
    border-radius: 40px
}

.integrated-box-btn-center {
    background: 0 0;
    border: none;
    padding: 20px 0;
    width: 100%
}

.plus-landing .bk-service-integrated .bk-services .integrated-box .integrated-box-content-center {
    border-radius: 44px;
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center
}

.plus-landing .bk-service-integrated .bk-services .integrated-box .integrated-box-text {
    color: #01425f;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0
}

.plus-landing .bk-service-integrated .bk-services .integrated-box .integrated-box-text-payment {
    margin-bottom: 0;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50px
}

.plus-landing .bkPlus-integrated-bg .bkPlus-integrated {
    padding: 90px 0 0
}

.plus-landing .bkPlus-integrated-bg .bkPlus-integrated {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.plus-landing .bkPlus-integrated-bg .bkPlus-integrated .bkPlus-integrated-item {
    width: 50%;
    align-self: stretch;
    text-align: center;
    padding-left: 100px
}

.plus-landing .bkPlus-integrated-bg .bkPlus-integrated .item-integrated .bkPlus-integrated-item__text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    display: flex;
    align-items: baseline!important;
    margin: 0!important
}

.plus-landing .bkPlus-integrated-bg .bkPlus-integrated .item-integrated .bkPlus-integrated-item__text img {
    margin: 0!important
}

.plus-landing .bkPlus-integrated-bg .bkPlus-integrated .item-integrated .bkPlus-integrated-item__text p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin: 0
}

.plus-landing .bkPlus-integrated-bg .bkPlus-integrated .item-integrated .bkPlus-integrated-item__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff
}

.bkPlus-integrated-btn {
    padding: 40px 0
}

.item-btn__btn--integrated_img {
    padding-left: 60px
}

.item-btn__btn--integrated {
    display: inline-block;
    border-radius: 50px;
    background: #f5db4a;
    padding: 23px 32px 23px 92px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #13375b
}

.item-btn__btn--integrated:hover {
    color: #13375b
}

.bk-plus-title a:hover {
    color: #fff
}

.plus-landing .bk-plus-contact {
    position: relative;
    height: 150px;
    background: #f2f6fc
}

.plus-landing .bk-plus-contact {
    position: relative;
    height: 150px;
    background: #f2f6fc
}

.plus-landing .bk-plus-contact .contact-block {
    border-radius: 24px;
    background: url("../../images/backgroundhome3.png")
}

.plus-landing .bk-plus-contact .contact-block-end {
    border-radius: 24px;
    background: url("../../images/backgroundftend.svg")
}

.plus-landing .bk-plus-contact .contact-block .contact-content {
    width: 100%;
    background: url("../../images/backgrounft.svg");
    border-radius: 24px;
    padding: 50px 0
}

.plus-landing .bk-plus-contact .contact-block {
    padding: 0
}

.plus-landing .bk-plus-contact .contact-block .contact-content .men-logo img {
    width: 75%
}

.plus-landing .bk-plus-contact .contact-block .contact-content h3 {
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #fff
}

.contact-content--box {
    display: flex;
    justify-content: center;
    align-items: center
}

.bkPlus-contact-btn {
    padding: 20px 0
}

.item-btn__btn--contact {
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    padding: 22px 32px 22px 92px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    text-align: center;
    color: #01425f
}

.item-btn__btn--contact:hover {
    color: #01425f
}

.item-btn__btn--contact-img {
    padding-left: 60px
}

.plus-landing .bk-plus-contact .contact-block {
    position: absolute;
    bottom: -126px;
    right: 0;
    left: 0
}

.bkPlus-header-item__text-btn-t {
    padding-right: 20px
}

.plus-landing .bkPlus-installment-bg {
    width: 100%;
    height: fit-content;
    background: url("../../images/backgroundInstallment1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    resize: both
}

.plus-landing .bkPlus-installment-bg .bkPlus-installment {
    padding: 50px 0
}

.bk-service-like {
    padding-bottom: 123px!important
}

.bk-plus-credit__cart--btn {
    margin-top: -55px
}

.bk-plus-title-btn {
    display: flex;
    justify-content: center;
    width: 90%;
    font-size: 32px;
    background: #2cb356;
    padding: 25px 30px;
    border-radius: 24px
}

.bk-plus-text--credit__cart {
    font-family: Roboto, sans-serif;
    color: #fff;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase
}

.plus-landing .bk-service-credit__cart .bk-services--credit__cart h3,
.plus-landing .bk-service-credit_cart--financial .bk-services--credit__cart h3 {
    width: 66%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #01425f;
    margin-bottom: 15px;
    padding-top: 72px
}

.bk-service-credit_cart--financial .no-gutters>.col {
    padding: 0 15px 30px
}

.plus-landing .bk-service-credit__cart .bk-services--credit__cart .credit__cart-p {
    width: 45%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #555;
    margin-bottom: 30px
}

.plus-landing .bk-service-credit_cart--financial .bk-services--credit__cart .credit__cart-p {
    width: 80%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #555;
    margin-bottom: 30px
}

.bk-services--credit__cart {
    width: 100%
}

.sv-item-border--credit__cart {
    padding: 15px 15px 25px 15px;
    background: linear-gradient(204.07deg, #18997b -20.68%, #0074b1 87.28%);
    border-radius: 24px!important
}

.sv-item-border--credit__cart:hover {
    box-shadow: 0 8px 20px rgb(13 101 159 / 20%);
    transform: translateY(-10px);
    cursor: pointer;
    transition: .3s
}

.border--Leg_Part {
    width: 162px;
    height: 8px;
    background: #0c838b;
    opacity: .3;
    margin: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.title-box--credit__cart {
    padding: 32px 0 16px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 120%;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    height: 140px
}

.title-box__text--credit__cart {
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    height: 120px;
    margin-bottom: 0
}

.bk-service-credit_cart--financial {
    background: #f2f6fc
}

.services-block-financial .item-head-box-financial .item-head-box-financial {
    padding: 32px 24px 20px
}

.services-block-financial .item-head-box-financial .title-financial {
    display: flex
}

.title-box-financial {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    font-family: Roboto;
    padding: 25px 0 25px 32px;
    text-transform: uppercase;
    color: #01425f
}

.img-financial {
    padding-right: 10px
}

.text-box-financial {
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.text-box-financial p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px
}

.plus-landing .bk-plus--diagram .bk-services h3 {
    width: 70%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #01425f;
    margin-bottom: 72px
}

.bk-plus--diagram .bk-services {
    padding-bottom: 60px
}

.bk-plus--diagram_content {
    background: #fff;
    padding: 40px 90px;
    box-shadow: 0 8px 20px rgba(13, 101, 159, .15);
    border-radius: 20px
}

.bk-plus--diagram-box {
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.bk-plus--diagram-box-end {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 32px
}

.border-vector {
    margin-top: -70px
}

.border-vector-center {
    margin-top: -102px;
    margin-right: 12px
}

.border-vector-end {
    margin-top: -97px;
    margin-right: 12px
}

.text-box-diagram {
    padding-left: 20px
}

.text-box-diagram_p {
    padding-left: 26px
}

.text--diagram {
    margin: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    background: #1296d4;
    color: #fff;
    border-radius: 72px;
    padding: 15px 70px;
    width: 300px
}

.text-diagram--bg {
    background: #006d9b
}

.text-diagram--selfile {
    background-color: transparent;
    color: #01425f;
    border: 2px solid #4488ec;
    border-radius: 72px;
    width: 330px
}

.text--diagram_box--selfile {
    margin: 0;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 72px;
    padding: 15px 30px;
    font-weight: 500
}

.plus-landing .bkPlus-manager-bg .bkPlus-manager h3 {
    width: 80%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #01425f;
    margin-bottom: 60px;
    padding-top: 30px
}

.plus-landing .bkPlus-manager-bg .bkPlus-manager {
    padding-top: 90px
}

.plus-landing .bkPlus-manager-bg {
    background: url("../../images/backgroundmanager.svg")
}

.bkPlus-manager-img__img {
    width: 100%
}

.sv-item-border--manager {
    background: #fff;
    border-radius: 24px
}

.sv-item-border--manager:hover {
    box-shadow: 0 8px 20px rgb(13 101 159 / 15%);
    transition: .3s
}

.services-block-manager .item-head-box-manager .item-head-box-manager {
    padding: 42px 35px;
    height: 270px
}

.services-block-manager .item-head-box-manager .title-manager {
    display: flex
}

.title-manager-start {
    width: 50%
}

.title-manager-end {
    width: 28%
}

.title-box-manager {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: Roboto;
    padding: 0 0 25px 35px;
    color: #01425f
}

.text-box-manager {
    padding: 0 0 25px 35px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    line-height: 24px;
    height: 100px
}

.bk-service-provided-pdt {
    padding-top: 0!important
}

.circle-box {
    display: flex;
    justify-content: center
}

.bk-services--box-circle {
    justify-content: center;
    align-items: center
}

.bk-services-img--border {
    border-radius: 100%;
    width: 300px;
    margin: 0;
    border: 5px solid #006d9b;
    height: 300px;
    line-height: 300px;
    display: flex;
    align-items: center
}

.circle-box--content {
    display: flex;
    padding: 50px 0
}

.plus-landing .bk-service-circle .bk-services h3 {
    width: 50%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #01425f;
    margin-bottom: 72px
}

.bk-service-circle .bk-services-ppd {
    padding: 72px 0 50px
}

.title-circle {
    color: #2b2b2b;
    padding-right: 15px;
    text-align: right;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.title-circle-end {
    color: #2b2b2b;
    padding-left: 15px;
    text-align: left;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.title-circle--box {
    display: flex;
    align-items: center
}

.title-circle__img {
    color: #fff;
    font-family: Roboto;
    margin-right: -260px;
    z-index: 1
}

.img-title--circle {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #ecf4f7;
    margin: 0;
    text-align: center;
    line-height: 120%;
    z-index: 1;
    text-align: center
}

.img-title--circle__width1 {
    height: 150px;
    width: 150px;
    background-color: #2cb356;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 120%;
    word-break: break-word
}

.img-title--circle__width2 {
    height: 150px;
    width: 150px;
    background-color: #006d9b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 120%;
    word-break: break-word
}

.img-title--circle__width3 {
    height: 150px;
    width: 150px;
    background-color: #037695;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 120%;
    word-break: break-word
}

.img-title--circle__width4 {
    height: 150px;
    width: 150px;
    background-color: #097f8e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 120%;
    word-break: break-word
}

.img-title--circle__width5 {
    height: 150px;
    width: 150px;
    background-color: #27a765;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 120%;
    word-break: break-word
}

.img-title--circle__width6 {
    height: 150px;
    width: 150px;
    background-color: #209d73;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 120%;
    word-break: break-word
}

.img-title--circle__width7 {
    height: 150px;
    width: 150px;
    background-color: #18937e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 120%;
    word-break: break-word
}

.img-title--circle__width8 {
    height: 150px;
    width: 150px;
    background-color: #118986;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 120%;
    word-break: break-word
}

.width-85 {
    width: 85%;
    margin: auto
}

.circle-margin1 {
    padding: 0 0;
    margin-right: -190px
}

.circle-margin2 {
    padding: 0 0 10px;
    margin-right: -48px
}

.circle-margin3 {
    padding: 10px 0 0;
    margin-right: -48px
}

.circle-margin4 {
    padding: 0px 0 0;
    margin-right: -190px
}

.circle-margin5 {
    margin-top: -8px;
    padding: 0 0 0;
    margin-left: -190px
}

.circle-margin6 {
    padding: 0 0 10px;
    margin-left: -64px
}

.circle-margin7 {
    padding: 10px 0 0;
    margin-left: -64px
}

.circle-margin8 {
    padding: 0 0;
    margin-left: -190px
}

.img-text--circle_install {
    border: 5px solid #fff;
    color: #fff;
    background: #0170a8;
    border-radius: 50%;
    padding: 39px 15px;
    width: 120px
}

.bk-circle-img-title {
    margin-bottom: 10px
}

.bk-img-circle--jus {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.tab-pc-pd {
    width: 100%;
    padding: 0 44px
}

.bk-service-integrated .tab {
    overflow: hidden
}

div.tab button:hover {
    background: #fff;
    color: #01425f!important;
    border-radius: 40px;
    border: transparent;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    transition: .3s
}

div.tab .active {
    background: #fff;
    color: #01425f!important;
    border-radius: 40px;
    border: transparent
}

.content-side-left__text {
    font-size: 17px!important
}

.content-side-left__text-p {
    padding: 0 0 20px;
    color: #fff!important;
    opacity: 1!important
}

.plus-landing .plus-main-footer .bk-logo__left {
    padding: 0 0 25px
}

.content-center-bt {
    padding-bottom: 30px
}

.content-center .content-center-bt p {
    opacity: .6
}

.plus-landing .plus-main-footer .main-footer-content .content-side-right .social-btn {
    text-align: left
}

.plus-landing .plus-main-footer .main-footer-content .content-side-right .store-btn .app-store-btn {
    text-align: left;
    margin: 24px 0 17px
}

.plus-landing .plus-main-footer .main-footer-content .content-side-right .store-btn .play-store-btn {
    text-align: left;
    margin: 24px 0 17px
}

.footer-ending-left {
    opacity: .6
}

.plus-landing .plus-main-footer .main-footer-content {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #333;
    padding: 0 0 30px;
    display: flex;
    justify-content: center
}

.nav__bars-btn {
    display: none;
    width: 28px;
    height: 28px;
    color: #000;
    margin-bottom: 0
}

.nav__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    display: none;
    animation: fadeIn linear .2s
}

.nav__mobile {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    max-width: 100%;
    background: #fff;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform linear .2s, opacity linear .2s
}

.nav__mobile-list {
    margin-top: 24px
}

.nav__mobile-list li {
    list-style: none
}

.nav__mobile-link {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
    font-family: Roboto, sans-serif
}

.nav__mobile-close {
    width: 20px;
    height: 20px;
    color: #666;
    position: absolute;
    top: .4rem;
    right: 1rem
}

.nav__input {
    display: none
}

.nav__input:checked~.nav__overlay {
    display: block
}

.nav__input:checked~.nav__mobile {
    transform: translateX(0);
    opacity: 1
}

.nav__bars-btn--dot {
    display: none;
    width: 28px;
    height: 28px;
    color: #fff
}

.nav__overlay--dot {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    display: none;
    animation: fadeIn linear .2s
}

.nav__mobile--dot {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 320px;
    max-width: 100%;
    background: #fff;
    transform: translateX(100%);
    opacity: 0;
    transition: transform linear .2s, opacity linear .2s
}

.nav__mobile-list--dot {
    margin-top: 24px
}

.nav__mobile-list--dot li {
    list-style: none
}

.nav__mobile-link--dot {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
    font-family: Roboto, sans-serif
}

.nav__mobile-close--dot {
    width: 20px;
    height: 20px;
    color: #666;
    position: absolute;
    top: .4rem;
    right: 1rem
}

.nav__input--dot {
    display: none
}

.nav__input--dot:checked~.nav__overlay--dot {
    display: block
}

.nav__input--dot:checked~.nav__mobile--dot {
    transform: translateX(0);
    opacity: 1
}

.buttons {
    text-align: center;
    transition: all .4s ease-in-out
}

.raise:focus,
.raise:hover {
    background: #1c9e45;
    box-shadow: 0 .7em .7em -.4em rgba(49, 196, 190, .75);
    transform: translateY(-.25em);
    transition: all .4s ease-in-out
}

.raise_back:focus,
.raise_back:hover {
    box-shadow: 0 .7em .7em -.4em rgba(0, 53, 76, .75);
    transform: translateY(-.25em);
    transition: all .4s ease-in-out
}

.raise_back-yellow:focus,
.raise_back-yellow:hover {
    box-shadow: 0 .7em .7em -.4em rgba(118, 103, 16, .75);
    transform: translateY(-.25em);
    transition: all .4s ease-in-out
}

.ring-alo-show-laptop {
    right: 136px;
    bottom: -10px
}

.ring-zalo-show-laptop {
    bottom: -10px
}

.ring-you-show-laptop {
    bottom: -10px
}

.fix_tel {
    position: fixed;
    bottom: 15px;
    right: 0;
    z-index: 1
}

.fix_zalo {
    position: fixed;
    bottom: 15px;
    right: 0;
    z-index: 1
}

.fix_you {
    position: fixed;
    bottom: 15px;
    right: 0;
    z-index: 1
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle,
.ring-alo-you.ring-alo-green .ring-alo-ph-img-circle,
.ring-alo-zalo.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #29b354;
    display: flex;
    align-items: center;
    justify-content: center
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle,
.ring-alo-you.ring-alo-green .ring-alo-ph-circle,
.ring-alo-zalo.ring-alo-green .ring-alo-ph-circle {
    background-color: #29b354
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle,
.ring-alo-you.ring-alo-green .ring-alo-ph-circle,
.ring-alo-zalo.ring-alo-green .ring-alo-ph-circle {
    border-color: #29b354
}

.ring-alo-ph-img-circle a img {
    padding: 1px 0 0 1px;
    width: 30px;
    position: relative;
    top: -1px
}

.ring-alo-phone.ring-alo-show,
.ring-alo-you.ring-alo-show,
.ring-alo-zalo.ring-alo-show {
    visibility: visible
}

.ring-alo-phone,
.ring-alo-you,
.ring-alo-zalo {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility .5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000!important
}

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, .4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: .1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 70px
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 1;
    position: absolute;
    top: 34px;
    transform-origin: 50% 50% 0;
    width: 30px
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill,
.ring-alo-you.ring-alo-green .ring-alo-ph-circle-fill,
.ring-alo-zalo.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75!important
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: unset
}

.ring-alo-ph-img-circle a img {
    padding: 1px 0 0 1px;
    width: 30px;
    position: relative;
    top: -1px
}

.fone {
    color: #1e73be;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    padding: 8px 18px 8px 44px;
    text-align: center
}

.fix_tel a,
.fix_you a,
.fix_zalo a {
    text-decoration: none;
    display: block
}

.tel {
    background-color: #eee;
    border-radius: 24px;
    width: 190px
}

.tel a {
    color: unset
}

.tel:hover {
    cursor: pointer
}

.fix_tel {
    top: auto;
    bottom: auto;
    right: auto;
    bottom: 25px;
    left: 27px;
    display: flex;
    align-items: center
}

.fix_zalo {
    top: auto;
    bottom: auto;
    right: auto;
    bottom: 84px;
    left: 0;
    display: flex;
    align-items: center
}

.fix_you {
    top: auto;
    bottom: auto;
    right: auto;
    bottom: 142px;
    left: 0;
    display: flex;
    align-items: center
}

@keyframes ring-alo-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg)
    }
    30% {
        opacity: .5;
        transform: rotate(0) scale(.7) skew(1deg)
    }
    100% {
        opacity: .6;
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes ring-alo-circle-fill-anim {
    0% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }
    50% {
        opacity: .2;
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes ring-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
