*{}
div#benefits {padding-top: 80px;}
p:empty{display: none;}
.mb{display: none !important;}
.pc{display: block !important;}
.collapse.show {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.container-fluid {
    max-width: 95%;
}
button:focus {
    outline: none;
}
/* .grecaptcha-badge {
    opacity: 0;
} */
.banner-image .bn {
    padding-top: 115px;
    overflow: hidden;
}
.owl-stage{
    max-width: initial;
}
.see-more {
    color: #5693c9;
}

#benefits .be-left .ct {padding-left: 20px;}

.cap-app {
    margin-top: 150px;
}

.form-ques {
    margin-bottom: 90px;
    padding-top: 100px;
}

.select-lang .dropdown-toggle img {
    width: 20px;
}
#main-page {
    padding-top: 85px;
}
span.middle_text:hover:after {
    content: '';
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.middle_text{position: relative;}
 span.middle_text:after {

    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,-webkit-transform-origin 0s step-end 0.3s;
    transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,-webkit-transform-origin 0s step-end 0.3s;
    transition: transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,transform-origin 0s step-end 0.3s;
    transition: transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,transform-origin 0s step-end 0.3s,-webkit-transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,-webkit-transform-origin 0s step-end 0.3s;
      background: #FFF;
}
.select-lang .dropdown-toggle {
    cursor: pointer;
}
.select-lang .dropdown-toggle::after {
    display: none;
}

.navbar-toggler i {
    color: #cccccc;
}
header .phone {
    color: #00a3c2;
    font-weight: bold;
}
header .phone a{
    font-size: 20px;
    color: #00a3c2;
}
button.dropdown-toggle {
    border: none;
    background: none;
}
ul.dropdown-menu {
    padding: 5px 15px;
}
ul.dropdown-menu {
    background: #ffffff;
    border: 1px solid #a2bbcc;
    min-width: 100px;
    left: -29%;
}
ul.dropdown-menu:after, ul.dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ul.dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fffffff;
    border-width: 7px;
    margin-left: -7px;
}
ul.dropdown-menu:before {
    border-color: rgba(162, 187, 204, 0);
    border-bottom-color: #a2bbcc;
    border-width: 8px;
    margin-left: -8px;
}
ul.dropdown-menu a{color: #000;}
ul.dropdown-menu a:hover{text-decoration: none;}
a.navbar-brand.logo {
    padding: 0;
}
.main-title .title {
    font-weight: bold;
    font-size: 66px;
    padding: 80px 120px 42px;
}

.main-title .title span {
    color: #00a2c2;
    position: relative;
}

.main-title .title-child {padding: 0 120px;margin-bottom: 75px;     font-size: 22px;}

.banner-image {
    position: relative;
}

.banner-image .download-type {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    z-index: 98;
}
.banner-image .download-type  a {
    -webkit-box-shadow: 3px 7px 8px 2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 7px 8px 2px rgb(0 0 0 / 30%);
    box-shadow: 3px 7px 8px 2px rgb(0 0 0 / 30%);
    border-radius: 100px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: inline-block;
    vertical-align: middle;
}
.banner-image .download-type a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.banner-image .download-type a:hover:before,.banner-image .download-type a:focus:before, .banner-image .download-type a:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.banner-image .download-type a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
#about {
    padding: 110px 0 70px;
}

.title-page {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}

#features .title-page {
    color: #fff;
}

.tag-info {
    margin-top: 30px;
    padding: 0 130px;
}

.tag-info .btn {
    background: #00a3c2;
    margin-bottom: 8px;
    border: none;
    padding: 15px;
    line-height: 15px;
}
#features .wrap-feature{
    background: #5693c9;
    padding-top: 56px;
    overflow: hidden;
}
.slide-app .box .icon img {
    width: 53px;
    filter: invert(1);
}
.slide-app .owl-nav {
    display: block !important;
}

.slide-app .owl-nav .owl-prev, .slide-app .owl-nav .owl-next {
    margin: 0;
    width: 48px;
    height: 22px;

    background: #fff0 !important;
    z-index: 9999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    display: block !important;
    transform: translateY(-50%);
}

.slide-app .owl-nav .owl-prev {
    left: -55px;
}

.slide-app .owl-nav .owl-next {
    right: -55px;
}

.slide-app .owl-nav button i {
    color: #fff;
}

.slide-app .item {
    padding: 0 15px;
    padding-top: 50px;
}

.slide-app .item .box {
    border: 2px solid #fff;
    border-radius: 25px;
    position: relative;
    text-align: center;
    color: #fff;
    height: 275px;
    padding: 100px 15px 15px 15px;
}

.slide-app .item .box .icon {
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    width: 115px;
    border: 2px solid #fff;
    height: 115px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5693c9;
        transition: 0.3s;
        overflow: hidden;
}
/*.slide-app .item .box .icon:before{
     content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      transition: .5s;
      z-index: 2;
      opacity: 0;
}*/
.slide-app .item .box:hover .icon:before{top:0;opacity: 1;}
.slide-app .item .box .icon img{ transition: 0.9s;}
.slide-app .item .box:hover .icon img{
     transform: rotateY(360deg);

    position: relative;
    z-index: 9;
}
.slide-app .item .box .title {
    font-size: 18px;
    font-weight: bold;
}
.slide-app {
    padding-bottom: 70px;
}
#benefits .be-left {
    background: #f6f6f6;
    padding-right: 0 !important;
    position: relative;
    padding: 70px 0 0 50px !important;
    overflow: hidden;
}

#benefits .be-right {
    background: #00a3c2;
}

ul.be-lst {
    line-height: none;
    list-style: none;
    padding: 70px 55px;
    display: none;
}
ul.be-lst.active{display: block;}
ul.be-lst li {
    display: flex;
}

ul.be-lst li .icon {
    margin-right: 18px;
    min-width: 20px;
}

ul.be-lst li h6 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 16px;
}
ul.be-lst .ct p {
    margin-bottom: 30px;
    line-height: 19px;
}
ul.be-lst li p {
    color: #fff;
}
#menu-menu-main{
    margin: 0 auto;
}

#benefits .be-left .title {
    font-size: 30px;
    margin-bottom: 70px;
}
.txt-about {
    max-width: 914px;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
}
.titlefa {cursor: pointer;}
#benefits .be-left .titlefa {
     font-size: 20px;
    color: #00a3c2;
    font-weight: bold;
   font-weight: bold;
    padding-bottom: 6px;
    margin-bottom: 45px;
}
#benefits .be-left .titlefa.active{
    color: #00a3c2;
    border-bottom: 3px solid #00a3c2;
    font-size: 26px;

}
#benefits .be-left .title-for-child {
    font-size: 20px;
    color: #00a3c2;
    font-weight: bold;
}
#faq {
    padding-top: 138px;
    padding-bottom: 110px;
}
.form-ques .left {
    background: #98b9ef;
    padding: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.form-ques .right {
    background: #eeeeee;
    padding: 45px 65px;
}

.form-ques .right .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 45px;
    font-family: 'geogia';
    font-style: italic;
}

.form-ques .right input {
    margin-bottom: 8px;
    border: none !important;
}


.form-ques .right textarea {
    border: none !important;
}
button.btn.btn-contact {
    padding: 9px 38px;
    background: #98b9ef;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 32px;
}
.box-f {
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 20px;
    margin-bottom: 25px;
    font-family: 'geogia';
    cursor: pointer;
}

.box-f .icon {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: #98b9ef;
    top: -15px;
    left: 15px;
    padding: 5px;
    transition: 0.9s;
}

.box-f  .icon img{ transition: 0.9s;}
.box-f:hover .icon img{
     transform: rotateY(360deg);
    position: relative;
    z-index: 9;
}
#faq .title-page {
    margin-bottom: 86px;
}
.app-download {
    margin-top: 40px;
}

.app-download a {
    margin-right: 10px;
}
.app-download a{
    -webkit-box-shadow: 3px 7px 8px 2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 7px 8px 2px rgb(0 0 0 / 30%);
    box-shadow: 3px 7px 8px 2px rgb(0 0 0 / 30%);
    border-radius: 100px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: inline-block;
    vertical-align: middle;
}
.app-download a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.app-download a:hover:before,.app-download a:focus:before, .app-download a:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.app-download a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

footer{
    padding: 44px 0;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}
i.fas.fa-long-arrow-alt-right {
    vertical-align: middle;
}
footer a{color: #fff;}
.lst-contact .item {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff !important;
    margin-left: 26px;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
}
.lst-contact .item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .5s;
    z-index: 2;
    opacity: 0;
}
.lst-contact .item:hover:before {
    top: 0;
    opacity: 1;
}
.lst-contact .item  i {
    transition: 0.9s;
}
.lst-contact .item:hover  i {
    transform: rotateY(360deg);
    filter: inherit;
    position: relative;
    z-index: 9;
    color: #000;
}
.footer-left {
    height: 100%;
    display: flex;
    align-items: center;
}
.footer-info p {
    margin-bottom: 0;
}

.footer-info {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.copy-right {
    margin-top: 20px;
}
img {
    max-width: 100%;
}
.banner-image .bn img {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
header .nav-link.active {
    color: #5693c9;
}

.row{
    margin-left: 0;
}
.dis-more {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 99;
}

.dis-more span {
    display: block;
}
.qa-more {
    color: #fff;
    background: #00a3c2;
    text-align: center;
}

.qa-more .owl-nav {
    display: none;
}

.qa-more .title {
    font-size: 24px !important;
    margin-bottom: 55px !important;
    text-decoration: underline;
}

.qa-more .item {padding: 0 15px;padding-top: 30px;}

.qa-more .item .box {
    border: 2px solid #fff;
    border-radius: 30px;
    height: 240px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px;
    font-family: 'geogia';
}

.qa-more .owl-dots {
    display: none;
}

.qa-more .item .box .b-top {
    position: absolute;
    top: -25px;
    /* height: 50px; */
    border: 2px solid #fff;
    width: 210px;
    border-radius: 30px;
    z-index: 9999;
    background: #00a3c2;
    text-align: center;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}
.main-title .title span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,-webkit-transform-origin 0s step-end 0.3s;
    transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,-webkit-transform-origin 0s step-end 0.3s;
    transition: transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,transform-origin 0s step-end 0.3s;
    transition: transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,transform-origin 0s step-end 0.3s,-webkit-transform 0.3s cubic-bezier(0.79, 0.01, 0.22, 0.99) 0s,-webkit-transform-origin 0s step-end 0.3s;
    background-color: currentColor;
}

.main-title .title span:hover:after {
    content: '';
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.banner-image {
    background: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 450px;
}

.banner-image .btn {
    width: 100%;
}

.fade-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: rgb(0 0 0 / 50%);
    z-index: 999;    display: none;
}

.tag-info .btn,
ul.be-lst *,
#benefits .be-left .title-for,
#benefits .be-left .title-for-child,
.slide-app .item *, #about p,
.main-title .title-child,.titlefa  {
    font-family: 'geogia';
}
.tag-info button.btn.btn-primary {
    cursor: inherit !important;
}
.box-f .icon img {
    width: 40px;
    height: 40px;
    filter: invert(1);
}

.form-ques .right input{height: 40px;}
.form-ques .right input,.form-ques .right textarea {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.banner-image .app-banner .img {

    display: inline-block;
    transform: translateY(20px);
}

.banner-image .app-banner > .img:nth-child(2) {
    margin: 0 35px;
}
.banner-image .app-banner .img img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 11px 21px 10px rgb(0 0 0 / 15%);
}

.banner-image .app-banner {
    text-align: center;
    margin-top: 14px;
}
.title-mb p {
    margin-bottom: 14px;
    margin: 0;
    line-height: 40px;
}
.see-more{
    font-family: 'Georgia', sans-serif;
}
.see-more:hover{color:#00a3c2; text-decoration: none; }
.arr-left img {
    transform: rotate(-180deg);
}
.disable-p p {
    display: none;
}
.be-left p {
    margin: 0;
}
.wrap-feature p {
    margin-bottom: 0;
}
.lst-contact {
    display: flex;
        justify-content: center;
}

.wp-block-table table,
.wp-block-table table tr,
.wp-block-table table tr td {
    border: 1px solid #DDD;
}
.wp-block-table table tr td {
    padding: 10px;
}
.wp-block-image.aligncenter {
	display: block !important;
}