/*? develop by Salemall fchat */
/*? Edit by ngocbich85hd - time: 9/1/2023 */


body{
    background: #f9f9ff;
}
/*section-slide-------*/
.section-slide {
    background: url(../images/Slide-bg.jpg) left bottom no-repeat;
    min-height: 830px;
}

.section-slide-text .logo-dark {
    max-height: 84px;
    display: inline-table;
}

.section-slide-text .logo-dark img {
    height: 100%;
}

.section-slide-text .quote {
    font-family: source-sans-basic, Source Sans Pro, helvetica, arial, sans-serif;
    font-weight: 400;
    color: #202730;
}

.section-slide-img {
    position: relative;
}

.section-slide .img-thumb-pc {
    width: inherit;
    position: absolute;
    left: 0px;
    top: 0px;
}

.section-slide .img-thumb-mobi {
    width: auto;
    position: absolute;
    right: 130px;
    top: 130px;
}

.section-slide-text h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 800;
    text-align: left;
    line-height: 54px;
}

.section-slide-text .p-text {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    font-weight: 400;
}


/*--------------------*/
.tang-DS {
    background: #f9f9ff;
}

.tang-DS-content {
    position: relative;
}

.tang-DS-content:before {
    background: url("../images/DS-img-bg.png") top left no-repeat;
    width: 882px;
    height: 706px;
    top: -16px;
    left: 0px;
    display: block;
    position: absolute;
    content: "";
}


.text-capitalize-h2 {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
    font-weight: 700;
}

.DS-mobi {
    float: right;
    margin-right: -100px;
}

.DS-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.DS-icon ul, .DS-icon li, .DS-Faceb-icon ul, .DS-Faceb-icon li {
    list-style: none;
}

.DS-icon li {
    margin-bottom: 30px;
}

.DS-Faceb-icon {
    background: url("../images/Faceb-01.png") top center no-repeat;
    width: 230px;
    height: 51px;
    padding-left: 10px;
    position: absolute;
    right: -100px;
    bottom: 140px;
    z-index: 99;
}

.DS-Faceb-icon li {
    float: left;
    margin-left: 5px;
    margin-top: 9px;
}
.DS-Faceb-icon li:hover img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}
.tang-DS-content-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tang-DS-content-item {
    display: flex;
    margin-bottom: 48px;
}

.tang-DS-content-item:last-child {
    margin-bottom: 0px;
}

.tang-DS-content-item .img-icon {
    fill: var(--blue-main);
    width: 64px;
    margin-right: 15px;
}

.tang-DS-content-item h5 {
    line-height: 30px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0px;
}

.animation-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

.list-solution .text-detail {
    margin-bottom: 0px;
}

.feature-dot {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}

.feature-dot-ring {
    border: 15px solid rgba(19, 195, 201, 0.3);
    -webkit-border-radius: 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -9px;
    top: -9px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.feature-dot-circle {
    width: 12px;
    height: 12px;
    background-color: #13c4c9;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

/* -----sell-faceb-ins */
.img-fchat-sell {
    border-radius: 15px;
    overflow: hidden;
}

.img-fchat-sell img {
    width: 100%;
}

.box-shadow {
    box-shadow: 0px 0px 90px 2px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 90px 2px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 0px 90px 2px rgba(0, 0, 0, 0.11);
    -o-box-shadow: 0px 0px 90px 2px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0px 0px 90px 2px rgba(0, 0, 0, 0.11);
}

.list-dv {
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
}

.list-dv li {
    width: 100%;
    list-style: none;
    font-size: 18px;
    border-radius: 5px;
    border: 1px #e1e1e1 solid;
    padding:0px 20px;
    line-height: 56px;
    margin-bottom: 13px;
    height: 56px;
}
.list-dv li:last-child{
    margin-bottom: 0px;
}


    /*-----checkout-customer*/
.checkout-customer {
    padding: 80px 0px 0 0;
    /*background: url(../images/checkout_bg2.png) left bottom no-repeat;*/
}

.checkout-customer .text-capitalize-h2 {
    font-size: 40px;
    /*display: inline-flex;*/
}

.list-customer {
    padding: 50px 0px;
    margin: 0px;
    list-style: none;
    display: flex;
}

.list-customer li {
    /*float: left;*/
    padding: 0px 20px;
}

.list-customer li img {
    height: 50px;
}

.checkout-customer .text-quote {
    font-size: 24px;
    /*text-s: ;*/
    color: #666;
}

.checkout-customer .text-capitalize-h2 span {
    text-align: center;
    color: #006afe;
}

.checkout-customer .text-capitalize-h2 .text-number {
    font-size: 100px;
    letter-spacing: -6px;
    margin-top: 26px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #d6262d;
}

.bt_dk {
    background: rgb(158, 30, 223);
    background: linear-gradient(90deg, #d6262d 0%, rgba(5, 64, 234, 1) 100%);
    font-size: 22px;
    border: 0px;
    font-weight: bold;
    text-align: center;
    padding: 15px 30px 13px 30px;
    min-width: 300px;
    margin-top: 40px;
}

.bt_dk:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(5, 64, 234, 1) 0%, #d6262d 100%);
}

/* Hover Effects on Card */

.transfer-information {
    color: #fff;
    font-size: 18px;
}

.img-transfers {
    float: left;
}

/*--------------------------------*/
/* @extend display-flex; */

.display-flex {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.display-flex-center {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.registrator-content {
    /*display: flex;*/
}

.registrator-form, .registrator-image, .signin-form, .signin-image {
    width: 50%;
    /*overflow: hidden;*/
}


.form-title {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 43px;
    text-align: center;
}

.registrator-image {
}

figure {
    margin-bottom: 50px;
    text-align: center;
}

.form-submit {
    display: inline-block;
    background-color: #006afe;
    background-image: -webkit-linear-gradient(0deg, #006afe, #d6262d);
    background-image: linear-gradient(90deg, #006afe, #d6262d);
    color: #fff;
    border-bottom: none;
    width: auto;
    padding: 8px 38px !important;
    border-radius: 50px !important;
    margin-top: 10px;
    cursor: pointer;
    font-size: 24px;
    border: 0px;
    min-width: 92%;
}

.form-submit:hover {
    background: #006afe;
}

#signin {
    margin-top: 16px;
}

.registrator-image-link {
    font-size: 14px;
    color: #222;
    display: block;
    text-align: center;
}

.term-service {
    font-size: 13px;
    color: #222;
}

.registrator-form {
}

.registrator-form p {
    font-size: 42px;
    letter-spacing: -1px;
    color: #fff000;
    text-align: center;
}

.register-form {
    width: 80%;
    margin: 0px auto;
}

.form-group {
    position: relative;
    /*margin-bottom: 25px;*/
}

.form-group:last-child {
    margin-bottom: 20px;
}

.registrator-form input {
    width: 100%;
    display: block;
    border: 1px solid #ced4da;
    padding: 12px 30px 10px 45px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}


input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    display: none;
}

input[type=checkbox]:not(old) + label {
    display: inline-block;
    line-height: 1.5em;
    margin-top: 6px;
}

input[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 15px;
    margin-bottom: 3px;
    border: 1px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    background: white;
    background-image: -moz-linear-gradient(white, white);
    background-image: -ms-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white);
    background-image: -webkit-linear-gradient(white, white);
    background-image: linear-gradient(white, white);
    vertical-align: bottom;
}

input[type=checkbox]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(white, white);
    background-image: -ms-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white);
    background-image: -webkit-linear-gradient(white, white);
    background-image: linear-gradient(white, white);
}

input[type=checkbox]:not(old):checked + label > span:before {
    content: '\f26b';
    display: block;
    color: #222;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Material-Design-Iconic-Font';
    font-weight: bold;
}

.agree-term {
    display: inline-block;
    width: auto;
}

/*label {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    -moz-transform: translateY(-50%);*/
/*    -webkit-transform: translateY(-50%);*/
/*    -o-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    color: #222;*/
/*}*/

.label-has-error {
    top: 22%;
}

label.error {
    position: relative;
    background-position-y: 3px;
    padding-left: 20px;
    display: block;
    margin-top: 20px;
}

label.valid {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    margin-top: -6px;
    width: 20px;
    height: 20px;
    background: transparent;
}

label.valid:after {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f269';
    width: 100%;
    height: 100%;
    position: absolute;
    /* right: 0; */
    font-size: 16px;
    color: green;
}

.label-agree-term {
    position: relative;
    top: 0%;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.material-icons-name {
    font-size: 18px;
}

.signin-content {
    padding-top: 67px;
    padding-bottom: 87px;
}

.social-login {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    margin-top: 80px;
}

.social-label {
    display: inline-block;
    margin-right: 15px;
}

.socials li {
    padding: 5px;
}

.socials li:last-child {
    margin-right: 0px;
}

.socials li a {
    text-decoration: none;
}

.socials li a i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.socials li:hover a i {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.zmdi-facebook {
    background: #3b5998;
}

.zmdi-twitter {
    background: #1da0f2;
}

.zmdi-google {
    background: #e72734;
}

.signin-form {
    margin-right: 90px;
    margin-left: 80px;
}

.signin-image {
    margin-left: 110px;
    margin-right: 20px;
    margin-top: 10px;
}

.registrator-form .form-group label {
    left: 15px;
    top: 25px;
    color: #999;
    font-size: 18px;
}


.svg-f-top-invert {
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    transform: scale(-1);
}

.svg-abs {
    position: absolute;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.svg-white {
    fill: #07191d;
}

.img-fchat {
    width: 100%;
    float: right;
    text-align: center;
}

.img-fchat img {
    /*width: 100%;*/
}


.registrator-content .form-control {
    height: 48px;
}

.checkout-Registration {
    position: relative;
    background-size: cover;
}

.section-slide .bg-img-02 {
    height: 67px;
    width: 84px;
    background-repeat: no-repeat;
    position: absolute;
    right: 35%;
    top: 10%;
    z-index: 11;
    animation: balloonfly 15s infinite;
    transition: all 0.5s;
}

@keyframes balloonfly {
    0% {
        top: 40%;
        opacity: 0;
    }
    30% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        top: 10%;
        opacity: 0;
    }
}

.section-slide .bg-img-03 {
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 27%;
    top: 10%;
    z-index: 11;
    animation: balloonfly-02 10s infinite;
    transition: all 0.5s;
}

@keyframes balloonfly-02 {
    0% {
        top: 40%;
        opacity: 0;
    }
    30% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        top: 10%;
        opacity: 0;
    }
}

.section-slide .bg-img-04 {
    height: 50px;
    width: 37px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    right: 12%;
    top: 1%;
    z-index: 11;
    animation: balloonfly-03 12s infinite;
    transition: all 0.5s;
}

@keyframes balloonfly-03 {
    0% {
        top: 40%;
        opacity: 0;
    }
    30% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        top: 15%;
        opacity: 0;
    }
}

.section-slide .bg-image-02 {
    position: absolute;
    left: 50px;
    top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 305px;
    height: 173px;
    z-index: -1;
}

.ql-fanpage {
    background: #f9f9ff;
}
.ql-fanpage .container{
    padding-top: 80px !important;
}
.ql-fanpage .item {
    box-shadow: rgb(20 20 24 / 15%) 0px 0px 20px, rgb(255 255 255 / 50%) 0px 0px 0px 0.5px inset;
    border-radius: 20px !important;
    padding: 50px 30px;
    background: #fff;
    transition: 0.5s;
    background: rgba(255, 255, 255, .95);
    min-height: 280px;

}

.ql-fanpage .before-bg {
    width: 80%;
    height: 180px;
    border-radius: 0px 40px 40px;
    transform: skewY(8deg);
    transform-origin: left top 0px;
    bottom: -3px;
    position: absolute;
    z-index: -1;
}

.ql-fanpage h5 {
    line-height: 28px;
    font-weight: 600;
}

.ql-fanpage p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0px;
}

.ql-fanpage .img-fluid {
    margin-bottom: 25px;
}

.grdnt-cyan:not(.overly) {
    background-image: -webkit-linear-gradient(45deg, #2fb8ff 0, #9eecd9 51%, #2fb8ff 100%);
    background-image: linear-gradient(45deg, #2fb8ff 0, #9eecd9 51%, #2fb8ff 100%);
}

.grdnt-blue:not(.overly) {
    background-image: -webkit-linear-gradient(90deg, #491eb8 0, #844ffc 51%, #491eb8 100%);
    background-image: linear-gradient(90deg, #491eb8 0, #844ffc 51%, #491eb8 100%);
}

.grdnt-tranquil:not(.overly) {
    background-image: -webkit-linear-gradient(135deg, #fed192 0, #9946b2 51%, #fed192 100%);
    background-image: linear-gradient(135deg, #fed192 0, #9946b2 51%, #fed192 100%);
}


/*-------------------*/
.checkout-community {
    min-height: 400px;
}

.checkout-community .text-capitalize-h2 span {
    color: #006afe;
    font-weight: 900;
    font-size: 42px;
}

.checkout-community p {
    font-size: 17px;
}

.checkout-community {
    background: #e5f2ff;
}

.join-zalo {
    border: 1px solid #21a117;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 600;
    color: #21a117;
    font-size: 20px;
}

.join-zalo:hover {
    border: 1px solid #146e0d;
    background: #146e0d;
    color: #fff;
}


.section .title-divider {
    margin: 10px 0;
    width: 80px;
    height: 5px;
    background: #888;
}

.title-divider {
    background: #888 !important;
    height: 2px;
    border-radius: 50px;
}

.button-transparent {
    background: transparent;
}

.btn-login-main {
    padding: 10px 30px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 30px;
    margin: 25px;
    background: #e30a0a;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}


.checkout-companion .section_title .img {
    height: 100px;
}

.checkout-companion .text-capitalize-h2 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 40px;
}

.checkout-companion .text-capitalize-h2 span {
    font-size: 24px;
}

.lienket h5 {
    font-size: 14px;
}


.btn-login-main:hover {
    background: #cb0000;
    color: #fff;
}

.list-solution li:hover, .ql-fanpage .item:hover, .whatsApp-asked .whatsApp-asked-item:hover {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    box-shadow: 0px 2px 92px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 92px 0px rgb(0 0 0 / 25%);
    transform: translate(0, -3px);
    z-index: 999;
    background: #fff;
}

/*-checkout-price----------------------*/
.checkout-price {
    margin-top: -300px;
    padding-top: 0px;
    z-index: 999;
}

.background {
    padding: 0 25px 25px;
    position: relative;
    width: 100%;
}

.bg-green {
    background: #21a117;
    background: -moz-linear-gradient(top, #21a117 0%, #146e0d 100%);
    background: -webkit-linear-gradient(top, #21a117 0%, #146e0d 100%);
    background: linear-gradient(to bottom, #21a117 0%, #146e0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60a9ff', endColorstr='#146e0d', GradientType=0);
    height: 600px;
    width: 100%;
    z-index: 1;
}

.bg-blue {
    background: #60a9ff;
    background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
    background: -webkit-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
    background: linear-gradient(to bottom, #60a9ff 0%, #4394f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60a9ff', endColorstr='#4394f4', GradientType=0);
    height: 600px;
    width: 100%;
    z-index: 1;
}

.bg-blue .home-table-center, .bg-price .home-table-center {
    vertical-align: top;
}

.bg-blue .section-slide-text, .bg-price .section-slide-text {
    color: #222;
}

@media (min-width: 900px) {
    .background {
        padding: 0 0 25px;
    }

    .ql-fanpage-item {
        padding: 0px 10px 20px 10px !important;
    }
}

/*--- fchat-packages --*/
.fchat-packages {
    background:#0a27bd;
    padding-bottom: 0px !important;
}
.fchat-price-container{
    margin: 0 auto;
    max-width: 80%;
}
.fchat-packages:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 440px;
    position: absolute;
    content: "";
    z-index: 2;
}

.fchat-packages .container {
    z-index: 3;
    position: relative;
}

.panel {
    border-radius: 10px;
    padding: 0px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.pricing-table {

    display: flex;
    flex-direction: column;
}

@media (min-width: 900px) {
    .pricing-table {
        flex-direction: row;
    }
}
.fchat-packages-more{
    margin-bottom: 60px;
}
.fchat-packages-more .section_title p {
    font-size: 18px;
    line-height: 28px;
}

.fchat-packages-more .text-capitalize-h2 {
    color: var(--yellow-main);
}

.fchat-packages .tab-content, .fchat-packages-more .row {
    margin: 0px auto;
}

.fchat-packages-more .row {
    width: 950px;
    margin: 0px auto;
    padding-right: 15px;
    padding-left: 15px;
}

.fchat-packages-more .bt-register-now {
    font-size: 24px;
    color: #04115d;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 68px;
    min-height: 68px;
    background: var(--yellow-main);
    min-width: 440px;
    border-radius: 50px;
    display: inline-block;
    margin: 30px 0px 20px 0px;
}
.fchat-packages-nav {
    width: 100%;
    text-align: center;
}

.fchat-packages-nav .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    text-align: -webkit-center;
    display: inline-flex;
}

.fchat-packages-nav .nav-tabs .nav-item.show .nav-link,
.fchat-packages-nav .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--green-main);
    border-color: transparent;
}

.fchat-packages-nav .nav-link {
    display: block;
    padding: 0.6rem 2rem;
    font-size: 18px;
    line-height: 32px;
}



.nav-tabs .nav-link:first-child {
    border: 1px solid transparent;
    border-top-left-radius: 9rem;
    border-bottom-left-radius: 9rem;
    border-top-right-radius: 0rem;
}

.nav-tabs .nav-link:last-child {
    border: 1px solid transparent;
    border-top-right-radius: 9rem;
    border-bottom-right-radius: 9rem;
    border-top-left-radius: 0rem;
}


.additional-services {
    padding-top: 30px;
}



.tab-content p{
    color: #FFFFFF;
    font-size: 16px;
}
.pricing-table * {
    text-align: center;
    /*text-transform: uppercase;*/
}

.pricing-plan {
    padding: 25px 0px;
    min-width: 245px;
    border-radius: 15px;
}

.pricing-plan:last-child {
    border-bottom: none;
}

.pricing-plan.advenced {
    background: rgb(25,47,171);
    background: linear-gradient(180deg, rgba(25,47,171,1) 0%, rgba(0,106,254,1) 100%);
    min-height: 530px;
    position: relative;
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    padding-top: 72px;
}

.pricing-plan.advenced:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
}
.pricing-plan.advenced .pricing-header {color: #ffe400}
.pricing-plan.advenced .pricing-price {color: #FFFFFF !important;
    background: -webkit-linear-gradient(#FFFFFF, #FFFFFF);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.pricing-plan.advenced p {color: #FFFFFF !important;}

.pricing-plan.advenced .pricing-header, .pricing-plan.advenced .pricing-price {
    color: var(--yellow-main);
}

.pricing-plan.advenced .pricing-features-item {
    color: #ffffff;
    font-weight: bold;
}

.pricing-plan.advenced .pricing-button{
    border: 2px solid #fff;
    background: #fff;
    color:#192fab !important;
    z-index: 4;
    position: relative;
}
.pricing-plan.advenced .pricing-button span{
    background: -webkit-linear-gradient(#192fab, #006afe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color:#192fab !important;
}

.pricing-plan.advenced .pricing-button:hover,
.pricing-plan.advenced .pricing-button:focus {
}

.basic {
    margin-right: 20px;
    margin-top: 32px;
    max-height: 468px;
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background: #fff;
    padding-top: 40px !important;
}
.basic.free {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-radius: 15px;
}
.basic.free .pricing-price{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
}
.basic.free .pricing-button{
    background: #fff;
    background: -webkit-linear-gradient(#192fab, #006afe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid #192fab;
}
.pricing-plan.advenced .pricing-button{
    background: #fff !important;
    background: -webkit-linear-gradient(#192fab, #006afe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0px ;
}


.pricing-img {
    margin-bottom: 10px;
    max-width: 100%;
    height: 120px;
}

.pricing-header {
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 24px;
    color: #888888;
}
.pricing-plan p{
    font-size: 15px;
}
.pricing-features {
    font-weight: 600;
    margin: 10px 0 15px;
}

.pricing-features-item {
    font-size: 17px;
    line-height: 1.5;
    padding: 10px 0;
    list-style: none;
    font-weight: 400;
    color: #333333;
}


.pricing-price {
    background: -webkit-linear-gradient(#192fab, #006afe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 50px;
}

.pricing-button {
    border-radius: 60px;
    color: #ffffff;
    background: rgb(25,47,171);
    background: linear-gradient(180deg, rgba(25,47,171,1) 0%, rgba(0,106,254,1) 100%);
    display: inline-block;
    text-transform: uppercase;
    margin: 0px 0 20px 0px;
    padding: 9px 28px 7px 28px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    font-size: 18px;
    font-weight: 700;
}

.pricing-button:hover,
.pricing-button:focus {
    border: 1px solid var(--blue-main) !important;
    color: #fff;
}


.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
    background-color: var(--blue-main);
}

.pricing-plan:hover {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    box-shadow: 0px 2px 92px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 92px 0px rgb(0 0 0 /40%);
    z-index: 999;
}


.section-slide.bg-blue a, .bg-price a {
    color: #222;
    font-weight: 900;
}

.section-slide.bg-blue a:hover, .bg-price a:hover {
    text-decoration: underline !important;
}

.section-slide.bg-blue h3, .bg-price h3 {
    visibility: visible;
    animation-name: bounceInLeft;
    font-weight: 400;
}

.section-slide.bg-blue h2, .bg-price h2 {
    padding: 5px;
}

.checkout-price .note {
    color: #666;
    padding-top: 30px;
}

/*------------------------price-info-transfer -*/
.price-info-transfer .icon-svg {
    height: 220px;
    float: right;
}

.info-transfer p {
    font-size: 16px;
    margin-bottom: 10px;
}

.info-transfer p span {
    min-width: 140px;
    display: inline-block;
}

.price-info-transfer {
    margin-top: 40px;
}

.get-reward .currency {
    color: red;
}

/*--------------------------------*/
.footer {
    position: relative;
    padding-top: 60px !important;
    overflow: hidden;
    background: #ebebf8 center top no-repeat;
    color: #222;
    font-size: 14px;
    z-index: 1;
    margin-top: 0px;
}

.footer-bottom {
    background: #e3e3ee;
    line-height: 44px;
    height: 44px;
    color: #666666;
    font-size: 14px;
    margin-top: 30px;
}

.footer-bottom a {
    color: #ccc;
    padding: 0px 5px;
}
.footer-link li a{
    color: #222;
    line-height: 24px;
}
.footer-link li a:hover{
    color: var(--blue-main);
}
.footer-info h6 {
    font-size: 18px;
    font-weight: 700;
}

.footer-content-in ul.social li {
    display: inline-block;
}

.footer-content-in li {
    color: #ccc;
    list-style: none;
    margin-bottom: 5px;
}

.footer-content-in .social li a {
    color: #222;
    border-radius: 90px;
    border: 1px solid #aaa;
    width: 38px;
    height: 38px;
    font-size: 20px;
    list-style: none;
    opacity: 0.3;
    display: inline-block;
    line-height: 38px;
    text-align: center;
}

.footer-content-in .social li a:hover {
    opacity:1;
}


.footer-dangky img{
    margin: 0px 5px;
}

.footer-link,.footer-follow{
    margin-top: 84px;
}

.footer-follow h6{
    font-weight: 700;
    font-size: 16px;
}

.footer-info p {
    margin-bottom: 8px;
}
.footer-info p i {
    width: 20PX;
    text-align: center;
}
img.home-avatar {
    height: 30px;
    width: 30px !important;
    border-radius: 50%;
    margin-right: 5px;
}