.row {
    --bs-gutter-x: 2rem;
}

a {
    color: #293a51;
    position: relative;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #2c3a41 !important;
    text-decoration: none;
}

article a {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #293a51;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: "Inter";
}

ul {
    margin-bottom: 0;
    padding-left: 1.8rem;
}

li {
    position: relative;
    font-family: "Inter" sans-serif;
}

::selection {
    background: #293a51;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #293a51;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #293a51;
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: 0 !important;
}

hr {
    margin-bottom: 30px;
    margin-top: 30px;
    opacity: 0.1;
}

.form-control {
    font-family: "Inter";
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    color: #2B2B2B;
    font-size: 13px;
    margin-top: 15px;
    padding: 15px;
}

.form-control:focus {
    border-color: #777;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: #2B2B2B;
    font-family: "Inter";
    font-size: 14px;
}

section {
    background-color: #FFF;
    padding: 100px 0 50px;
    position: relative;
    z-index: 1;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.theme-color {
    color: #2c3a41;
}

.white-txt {
    color: #fff !important;
}

.cookie-consent {
    border-top: 3px solid #2c3a41;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    max-width: 300px;
    margin: 0 20px 20px;
    padding: 20px !important;
    right: 10px;
    background: #fff;
    color: #333 !important;
    position: fixed
}

body {
    color: #455264;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    letter-spacing: -0.05px;
    text-rendering: optimizeLegibility;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 20px;
}

.h5,
h5 {
    font-size: 18px;
}

.h6,
h6 {
    font-size: 16px;
}

.light {
    font-weight: 300 !important;
}

.regular {
    font-weight: 400 !important;
}

.semi-bold {
    font-weight: 500 !important;
}

.bold {
    font-weight: 700 !important;
}

p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    font-family: "Inter";
}

p.lead {
    font-size: 18px;
}

li {
    font-weight: 400;
}

.ml-0 {
    margin-left: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.button {
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

.button.sm {
    font-size: 12px;
    padding: 10px 15px;
}

.button.md {
    font-size: 13px;
    padding: 12px 20px;
}

.button.lg {
    font-size: 18px;
    padding: 18px 32px;
}

.button.xlg {
    font-size: 16px;
    padding: 24px 60px;
}

.button.style1,
a.button.style1 {
    background-color: #2c3a41;
    color: #fff;
}

.button.style1:hover,
a.button.style1:hover {
    background-color: #2c3a41;
    color: #e5e8ec !important;
}

.button.style2,
a.button.style2 {
    border-radius: 50px;
    /*//background-color: #404eed;*/
    border-color: #0253EB;
    color: #0253EB;
}

.button.style2:hover,
a.button.style2:hover {
    /*background-color: #404eed;*/
    color: #0253EB !important;
}

.button.style3,
a.button.style3 {
    background-color: #e5e8ec;
    color: #2c3a41;
}

.button.style3:hover,
a.button.style3:hover {
    background-color: #404eed;
    color: #e5e8ec !important;
}

.button:hover {
    box-shadow: 0 3px rgba(44,44,44,0.2);
}

.button.lg:hover {
    box-shadow: 0 5px rgba(44,44,44,0.2);
}

.grey-bg {
    background-color: #e5e8ec;
}

.container {
    max-width: 1200px;
    position: relative;
}

.header-middle {
    background-color: #ffffff;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 90px;
    width: 100%;
    z-index: 99;
}
.header-middle.fixed .container {
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}

.home .header-middle {
    background-color: #ffffff;
    position: absolute;
}

.header-middle.fixed {
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(44,44,44,0.1);
    line-height: 60px;
    min-height: 60px;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100vw;
}

.header-middle .logo img {
    /*max-width: 150px;*/
    /*max-height: 100px;*/
}

.offset-menu-wrapper li {
    display: inline-block;
}

.dropdown-menu {
    padding-left: 0 !important;
}

.header-search .dropdown-menu li {
    font-size: 13px;
}

.header-search .dropdown-menu li a {
    padding: 7px 10px !important;
}

.header-menu {
    background: #fff;
}

.main-menu {
    position: relative;
}

.main-menu ul li {
    display: inline-block;
    list-style: none;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 0 15px;
}

.main-menu ul li a:hover {
    color: #ccc!important;
}

.has-dropdown {
    margin: 0 15px;
    padding-right: 15px !important;
}

.has-dropdown .dropdown{
    background-color:#2c3a41;
    border:1px solid #2c3a41;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(44,44,44,0.1);
    width:200px;
    opacity:0;
    padding:10px!important;
    position:absolute;
    text-align: left;
    transition: all 0.3s;
    visibility:hidden;
    z-index:999
}
.dropdown.show,
.has-dropdown:hover>.dropdown{
    opacity:1;
    visibility:visible
}

.has-dropdown .dropdown a{
    color: #f5f6f7;
    display: block;
    line-height:1;
    padding:11px 12px;
}

.has-dropdown:after,
.dropdown-toggle::after {
    content:'\e64b';
    font-family:themify;
    font-size:10px;
    position:absolute;
    top:0;
    right:0
}

.dropdown-toggle::after {
    border: none;
    font-size: 15px;
    top: 10px;
}

.offset-menu-wrapper {
    padding-left: 0;
    justify-content: right;
    text-align: right;
    width: 100%;
}

.offset-menu-wrapper li {
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
}

.offset-menu-wrapper li i {
    font-size: 20px;
    margin: 0 5px;
}

.offset-menu-wrapper a:hover {
    color: #ccc !important;
}

.dropdown-menu{
    background-color:#2c3a41;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.hero-custom {
    background: linear-gradient(270deg, rgba(202, 82, 194, 0.35) 0%, rgba(64, 78, 237, 0.5) 100%);
    min-height: 600px;
}*/

.hero .heading {
    font-size: 40px;
    margin-top: 100px;
    color: #B4C5FF;
    background: linear-gradient(45deg, #3c2d83, #c33c65, #786AFF, #B4C5FF);
    background-size: auto;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
}


.hero .sub-heading {
    font-size: 16px;
    line-height: 1.5;
}

.feature-collapsed {
    height: 150vh;
    overflow-y: hidden;
}

.feature {
    border: 1px solid #e5e8ec;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}

.feature:hover {
    box-shadow: 0 20px 30px rgba(44,44,44,0.1)
}

.feature-hide-section {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.1) 100%);
    height: 100px;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: end;
}

#feature-show {
    background-color: #404eed;
    cursor: pointer;
}

.icon {
    align-items: center;
    border-radius: 15px;
    color: #404eed;
    display: flex;
    font-size: 30px;
    height: 60px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 60px;
}

.feature h3 {
    font-size: 22px;
}

.feature p {
    font-size: 17px;
}

.feature2 {
    display: flex;
    align-items: center;
    min-height: 100px;
}

.feature2 .icon {
    background-color: #FFF;
    font-size: 20px;
    height: 50px;
    margin-right: 15px;
    max-width: 50px;
    min-width: 50px;
}

.feature2 h4 {
    font-weight: 400;
}

.place-cta {
    background-color: #fff9f3;
    border-radius: 15px;
    color: #FFF;
    overflow: hidden;
    padding: 50px;
    position: relative;
}

.place-cta h3 {
    color: #FFF
}

.negative-margin {
    margin-bottom: -100px;
    z-index: 999;
}

@media all and (min-width: 991px) {
    .place-cta::after {
        content: '';
        background-color: #293a51;
        position: absolute;
        right: -100px;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        top: -240px;
    }
}

.pricing-tab {
    border: 1px solid #DDD;
    border-radius: 5px;
    display: inline-block;
    justify-content: center;
    margin-top: 50px;
}

ul.pricing-tab {
    padding: 2px;
    padding-left: none!important;
}

.pricing-tab li {
    display: inline-block;
}

.pricing-tab .nav-link {
    min-width: 150px;
    padding: 10px 32px;
}

.pricing-tab .nav-link .badge {
    background-color: #f5f6f7;
    color: #404eed;
}

.pricing-tab .nav-link {
    font-weight: 500
}

.pricing-tab .nav-link.active {
    border: none;
    border-color: #DDD;
    box-shadow: 0 10px 15px rgba(44, 44, 44, 0.1);
}

.pricing-table{
    border: 2px solid #f5f6f7;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s
}

.pricing-table.featured{
    border: 2px solid #404eed;
}

.pricing-table:hover{
    box-shadow: 0 25px 50px rgba(44,44,44,0.2);
}

.pricing-header{
    padding: 25px 0 15px;
    text-align: center;
}

.pricing {
    background-color: #FFF;
    text-align: center;
}
.pricing-header {
    background-color: #fff9f3;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    padding: 20px 15px;
}
.price,
.pricing-details {
    border-left: 1px solid #ddd;
}
.pricing-details p {
    color: #293a51;
    font-size: 16px;
    padding: 20px 15px;
}
.pricing-details p i {
    font-weight: bold;
}
.pricing-details p .ti-check {
    color: green
}
.pricing-details p .ti-close {
    color: #666
}
.pricing-details p:nth-child(even) {
    background-color: #ececec;
}
.price {
    align-items: center;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    min-height: 130px;
    padding: 20px 15px;
}

.pricing-m {
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.pricing-m .pricing-header {
    align-items: center;
    background-color: transparent;
    display: flex;
    font-size: 24px;
    padding: 15px;
    width: 70%;
}
.pricing-m .pricing-header .h3 {
    color: #141414 !important;
}
.pricing-m .price {
    min-height: 80px;
}
.pricing-m .price span {
    color: #2aa6de;
    display: block;
    font-size: 20px;
}
.currency-code {
    color: #666;
    font-size: 14px;
}
.pricing-m .pricing-details:first-child {
    width: 70%
}
.pricing-m .pricing-details:last-child {
    text-align: center;
    width: 30%
}
.pricing-m .signup {
    padding: 15px;
}
.pricing-tab {
    background-color: #FFF;
}
.notice{
    background-color:#2c3a41;
    color:#666;
    padding:15px;
    text-align:center;
}
.notice a {
    color: #f5f6f7;
}

.listing-badge{
    background-color: #404eed;
    border: 1px solid #404eed;
    border-radius: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 7px;
    position: absolute;
    right: -3px;
    top: -5px;
}

.title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.pricing-content{
    list-style: none;
    padding: 15px;
    padding-left: 1.8rem;
}

.pricing-content li{
    font-size: 15px;
    line-height: 2.5;
}

.pricing-content li i{
    color: #404eed;
    margin-right: 5px;
}

.price-value span{
    color: #6b7989;
    font-size: 16px;
    font-weight: 700;
}

.price-value{
    color: #293a51;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.price-value small{
    color: #6b7989;
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.pricing-table form{
    padding: 0 30px;
    text-align: center;
}

.pricing-table form button{
    width: 100%;
}

.rating {
    color: #404eed;
    font-size: 19px;
    margin-bottom: 30px;
}

.review {
    background: #FFF;
    border-radius: 10px;
    line-height: 1.8;
    margin-bottom: 70px;
    padding: 35px;
    text-align: center;
}

.review-text {
    color: #293a51;
    font-size: 17px;
    font-style: italic;
}

.reviewer {
    font-weight: 700;
    margin-top: 30px;
}

.reviewer img {
    border: 2px solid #e5e8ec;
    border-radius: 50%;
    margin-right: 10px;
    width: 40px
}

.swiper-nav-prev {
    background-image: none;
    border: 2px solid #e5e8ec;
    position: absolute;
    z-index: 999;
    background: rgb(255, 255, 255);
    color: #293a51;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    top: 45%;
    left:-15px;
    font-size: 20px
}

.swiper-nav-next {
    background-image: none;
    border: 2px solid #e5e8ec;
    position: absolute;
    z-index: 999;
    background: rgb(255, 255, 255);
    color: #293a51;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    top: 45%;
    right: -15px;
    font-size: 20px
}


.swiper-pagination-bullet-active {
    background: #293a51;
    width: 30px;
    border-radius: 30px;
}

.addon-img .badge {
    position: absolute;
    left: 15px;
    top: 25px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
    border-bottom: none;
    margin-bottom: 50px;
}

.accordion-button {
    color: #293a51;
    font-size: 18px;
    padding: 1.5rem;
}

.accordion-button:not(.collapsed) {
    color: #404eed;
    background-color: #FFF;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-body {
    font-size: 16px;
}

.blog-item {
    border: 1px solid #e5e8ec;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0px;
}

.blog-item:hover {
    box-shadow: 0 10px 20px rgba(44, 44, 44, 0.1);
}

.blog-item img {
    border-radius: 10px;
}

.blog-item h4 {
    border-radius: 10px;
}

.blog-details {
    border: 1px solid #e5e8ec;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 1rem 1.5rem;
}

.blog-details img {
    display: block;
    margin: 0 auto;
}

.blog-details p {
    font-size: 15px;
    margin-bottom: 30px;
}
.contact-details i {
    color: #404eed;
    margin-right: 15px;
}
.contact-form {
    background-color: #FFF;
    border-radius: 5px;
    padding: 50px;
}

#scrolltotop {
    border: 2px solid #e5e8ec;
    border-radius: 50%;
    bottom: 40px;
    color: #2c3a41;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 40px;
    text-align: center;
    position: fixed;
    right: 30px;
    width: 40px;
    z-index: 999;
    line-height: 40px;
    background: #fff;
    transition: 0.5s;
}

#scrolltotop:hover {
    background-color: #2c3a41;
    color: #fff;
}

.footer-wrapper {
    background-color: #fff9f3;
    padding: 50px 0 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}

.cta {
    text-align: center;
}

.footer-wrapper hr {
    background: #999;
}

.footer-links {
    text-align: center;
}

.footer-links a {
    margin: 0 5px;
}

.footer-social li,
.social-share li {
    display: inline-block;
    padding-right: 15px;
}

.footer-social li a {
    color: #404eed;
    font-size: 22px;
}

.footer-bottom {
    text-align: center;
}

.copyright {
    font-size: 12px;
}

.login {
    min-height: 100vh;
}

.login-form {
    margin-top: 100px;
}

.social-login {
    display: flex;
    justify-content: center;
}

.social-login a {
    align-items: center;
    background-color: #333;
    border-radius: 5px;
    color: #FFF;
    display: flex;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    margin: 15px 10px;
    width: 40px;
}

.social-login a.fb {
    background-color: #395693;
}

.social-login a.google {
    background-color: #d64937;
}

.back-to-home {
    color: #e5e8ec;
}

@media all and (max-width: 1024px) {
    section {
        overflow-x: hidden;
        padding: 70px 0 35px;
    }

    .hero {
        min-height: 80vw;
        padding: 70px 0 30px;
    }

    .hero-img {
        padding-bottom: 20vw;
    }

    .hero-img img {
        margin-top: -30vw
    }

    .cookie-alert {
        width: 80%;
    }
}

@media all and (max-width: 1023px) {
    .header-middle {
        min-height: 70px;
    }

    .logo {
        float: left;
    }

    #mobile-nav {
        background-color: #FFFFFF;
        left: -300px;
        opacity: 0;
        overflow-y: scroll;
        /*padding: 70px 20px 20px 20px;*/
        position: fixed;
        top: 125px;
        visibility: hidden;
        width: 90%;
        z-index: 999999;
        box-shadow: 0px 0px 18.5px 0px #E2F4FF;
        border-radius: 10px;
        padding-bottom: 20px;
    }

    #mobile-nav.show {
        left: 22px;
        opacity: 1;
        visibility: visible;
    }

    #mobile-nav ul {
        padding-left: 0;
    }

    #mobile-nav ul li {
        display: block;
        line-height: 2;
    }

    #mobile-nav ul li a {
        font-size: 24px;
    }

    .back-to-home {
        color: #293a51;
    }

    .login-form {
        margin-top: 125px;
        padding: 0 30px;
    }

    .has-dropdown .dropdown{
        border: none;
        box-shadow: none;
        width: auto;
        margin-left: 10px
    }

    .has-dropdown .dropdown li a {
        padding: 0 12px;
    }

    .has-dropdown::after {
        font-size: 16px;
        top: 15px;
    }

    .mobile-menu-icon {
        cursor: pointer;
        font-size: 18px;
        float: right;
        margin-right: 5px;
        padding: 0 5px
    }

    .mobile-menu-icon svg {
        height: 20px;
        width: 20px
    }

    .mobile-menu-close {
        color: #FFF;
        position: absolute;
        top: 0;
    }
}

@media all and (max-width: 991px) {

    .button {
        padding: 13px 20px
    }

    .hero-text {
        padding: 0 30px;
        text-align: center;
    }

    .hero .heading {
        font-size: 30px;
    }

    .hero .sub-heading {
        font-size: 14px;
    }

    .heading {
        font-size: 28px
    }

    h2 {
        font-size: 22px
    }

    .place-cta {
        margin: 0 5px;
        padding: 30px 15px;
        text-align: center;
    }

    .swiper-nav-prev {
        bottom: 0;
        left: 5px;
        top: auto
    }

    .swiper-nav-next {
        bottom: 0;
        right: 5px;
        top: auto
    }
}

@media all and (max-width: 767px) {
    .header-middle .logo {
        max-width: 100px;
    }

    .hero-img {
        display: none
    }

    .offset-menu-wrapper .button {
        padding: 10px
    }

    .footer-widget h3 {
        margin-top: 30px;
    }
}

@media all and (max-width: 675px) {
    .cookie-alert {
        width: 100%;
    }
}

@media all and (max-width: 320px) {

}
.business-household {
    background: linear-gradient(90deg, #CA52C2 0%, #404EED 44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Inter";
    font-size: 30px;
}
.hero-custom-h3 {
    color: #000000 !important;
    font-family: "Inter";
    font-size: 30px;
}

.ul-none {
    padding-left: 0;
    margin-left: 0;
}
.ul-li-none {
    list-style: none;
    display: flex;
    align-items: center;
}
.ul-li-none p {
    margin-left: 10px;
}
.hero-custom .ul-li-none p {
    font-family: "Inter";
    font-size: 16px;
}
.text-linear-gradient {
    background: linear-gradient(90deg, #CA52C2 0%, #404EED 44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Inter";
}
.ul-li-none {
    margin-bottom: 10px;
}
.home-1 img {
    margin-top: 92px;
    margin-bottom: 92px;
    /*//margin-left: 121px;*/
}
.button-linear-gradient {
    background: linear-gradient(90deg, #CA52C2 0%, #404EED 100%);
    color: #ffffff !important;
    font-family: "Inter";
    padding:10px 20px;
    border-color: transparent !important;
    border-radius: 50px;
    margin-right: 20px;
}
.button-linear-gradient:hover {
    color: #ffffff !important;
}
/*.section-box-3 {
    background: linear-gradient(180deg, #FFFFFF 4.33%, rgba(64, 78, 237, 0.3) 100%);
    min-height: 750px;
}*/
.ul-item-function li {
    background-color: #ffffff;
    width: 474;
    height: 71;
    border-radius: 15px;
    angle: 0 deg;
    opacity: 1;
    gap: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-family: "Inter";
    font-size: 25px;
    line-height: 51px;
    letter-spacing: 0%;
}
.ul-item-function .li-first {
    color: #404EED;
    border-left: 4px solid #404EED
}
.section-box-3 img {
    position: relative;
    border-radius: 15px;
    angle: 0 deg;
    opacity: 1;
    border-width: 1px;
    z-index: 2;
}
.section-box-3 .div-empty {
    position: absolute;
    width: 589px;
    height: 327px;
    top: 50px;
    left: 51.32px;
    border-radius: 15px;
    angle: 0 deg;
    opacity: 1;
    background: #CA52C233 20%;
    z-index: 1;
}
.section-box-3 .div-img {
    position: relative;
    isolation: isolate;
}
.section-box-3 .ul-li-none {
    margin-bottom: 40px;
}
.section-box-4 .text-box-4 {
    font-family: "Inter";
    font-size: 19px;
    text-align: center;
}
.section-box-4 h5 {
    font-family: "Inter";
    font-size: 20px;
    text-align: justify;
    color: #404EED;
}
.ul-item-des li {
    font-family: "Inter";
    font-style: Medium;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.section-box-5 p {
    font-family: "Inter";
    font-size: 20px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
}
/*.section-box-5 .img-box-5 {
    position: relative;
    isolation: isolate;
}
.section-box-5 .img-1 {
    position: absolute;
    top: 90px;
    right: 220px;
    z-index: 1;
}
.section-box-5 .img-2 {
    z-index: 2;
    position: absolute;
}
.section-box-5 .img-3 {
    position: absolute;
    top: 115px;
    right: 73px;
    z-index: 3;
}*/
.section-box-6 p {
    font-family: "Inter";
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 25px;
    color: #000000;
}
.section-box-6 .item-package {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding-left: 28px;
    padding-top: 34px;
    padding-bottom: 50px;
    width: 95%;
}
.section-box-6 .item-package ul {
    margin-top: 10px;
    padding: 0px;
    list-style: none;
    margin-bottom: 120px;
}
.section-box-6 .item-package ul li{
    font-family: "Inter";
    padding-bottom: 10px;
    font-size: 14px;
    color: #252432;
}
.section-box-6 .item-package ul li svg{
    margin-right: 10px;
}
.register-package {
    text-align: center;
    margin-bottom: 20px;
}
.section-box-7 .item-shop {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 25px;
    padding-left: 10px;
    background-color: #FFFFFF;
    text-align: center;
    padding-bottom: 30px;
    padding-right: 10px;
}
.item-shop p {
    text-align: center;
    font-family: "Inter";
    margin-left: 10px;
    font-size: 20px;
    color: #000000;
}
.item-shop .name p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #1E242C;
}
.item-shop .name-shop p {
    font-size: 12px;
    line-height: 35px;
    font-weight: 400;
    color: #475569;
}
.section-box-7 img {
    width: 105px;
    height: 105px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 32px;
    margin-bottom: 20px;
}
.section-box-8 .title-contact {
    background: linear-gradient(90deg, #CA52C2 0%, #404EED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.section-box-8 ul {
    padding: 0px;
    list-style: none;
}
.section-box-8 ul li {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Inter";
}
.section-box-8 ul li svg {
    margin-right: 5px;
}
.section-box-8 ul li.text {
    margin-left: 30px;
}
label.error {
    margin-top: 5px;
    margin-left: 3px;
    color: red !important;
    font-family: "Inter";
}
.title-form {
    color: #060B13;
    font-family: "Inter";
    font-size: 40px;
    line-height: 28px;
    margin-top: 25px;
}
.title-form-2 {
    font-family: "Inter";
    font-size: 16px;
    color: #4A4363;
}
.btn-outline-primary {
    font-family: "Inter";
    border-radius: 30px;
}
.button-register {
    font-family: "Inter";
    background: #0253EB;
    border: 1px solid #7F56D9;
    color: #FFFFFF;
    border-radius: 30px;
}
.title-form-3 {
    color: #060B13;
    font-family: "Inter";
    font-size: 26px;
}
.home #register-trial .nav-pills li.nav-item {
    padding-left: 20px;
}
.home .section-box-11 .nav-pills li.nav-item .d-lg-none {
    display: none;
}
.home .section-box-11 .nav-pills li.nav-item.active .d-lg-none {
    display: block;
}
.home #register-trial .nav-pills li.nav-item-1 {
    padding-left: 58px;
}
.nav-pills li label{
    font-family: "Inter";
    font-size: 16px;
    line-height: 28px;
    color: #000000B2;
}
.nav-pills label:hover {
    color: #000000B2 !important;
}
.form-register label {
    font-family: "Inter";
    color: #344054;
    font-size: 14px;
    line-height: 20px;
}
.form-register .row {
    margin-bottom: 20px;
}
.input-group-text {
    display: flex;
    align-items: center;
    font-family: "Inter";
    font-weight: bold;
    color: #000000;
}
.input-group .form-control {
    margin-top: 0;
}
.about-us section {
    padding: 0px;
}
.about-us .section-box-2 {
    background: linear-gradient(270deg, #404EED 0%, #CA52C2 100%);
    padding-bottom: 88px;
}
.about-us .section-box-2 h5 {
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Inter";
    font-size: 30px;
    line-height: 100%;
}
.about-us .section-box-2 p {
    color: #FFFFFF;
    font-family: "Inter";
    font-size: 18px;
    line-height: 100%;
    margin-top: 27px;
}
.about-us .section-box-2 img {
    margin-top: 44px;
    margin-left: 65px;
}
.blog-news .section-blog-banner {
    padding-top: 90px;
    padding-left: 116px;
}
.blog-news .p1 {
    color: #FFFFFF;
    font-family: "Inter";
    color: #404EED;
    font-size: 40px;
}
.blog-news .p2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    color: #000000;
}
.blog-news-2 {
    padding-top: 20px;
}
.blog-news-2 h4 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    color: #404EED;
    margin-bottom: 30px;
}
.blog-new-1 p {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    color: #FFFFFF;
}
.featured-new-2 p {
    font-family: Inter;
    font-size: 20px;
    color: #FFFFFF;
}
.blog-new-item {
    padding: 0px;
}
.blog-new-item .btn-more{
    border-radius: 17px;
    border-width: 1px;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    border: 1px solid #0066FF;
    font-family: "Inter";
    font-weight: 500;
    font-size: 18px;
    color: #0066FF;
}
.blog-new-item h4 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 30px;
    color: #0254EC;
    margin-bottom: 30px;
}
.blog-new-item .blog-item {
    opacity: 1;
    gap: 10px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.blog-new-item .blog-item img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.blog-item .div-time {
    padding-left: 27px;
    padding-top: 25px;
}
.blog-item .div-time p {
    font-family: Inter;
    text-align: center;
}
.blog-item .div-time .blog-month {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.blog-item .div-time .blog-date {
    font-size: 20px;
    font-weight: bold;
    color: #404EED;
}
.blog-item .div-content {
    padding-top: 25px;
}
.blog-item .div-content .title {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-family: Inter;
}
.blog-item .div-content .content {
    font-size: 12px;
    color: #000000;
    font-family: Inter;
    line-height: 20px;
}
.blog-detail p.title {
    font-size: 30px;
    color: #000000;
    font-family: Inter;
    line-height: 40px;
    font-weight: 500;
}
.blog-detail .author {
    margin-top: 30px;
}
.blog-detail .author label {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
}
.blog-detail .meta_description {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
}
.blog-detail .description {
    margin-top: 30px;
    font-family: "Inter";
}
.detail-right .title-new {
    background: linear-gradient(90deg, #CA52C2 0%, #404EED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Inter";
    font-size: 20px;
}
.detail-right a {
    font-family: "Inter";
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    text-align: justify;
    color: #000000;
}
.detail-right .date-create {
    font-family: "Inter";
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    text-align: justify;
    color: #404EED;
    margin-left: 10px;
}
.detail-right a.cate-name {
    background: linear-gradient(90deg, #CA52C2 0%, #404EED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
}
.detail-right .cate-count {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    color: #000000;
}
.try-it-button {
    background: #404EED;
    color: #FFFFFF !important;
}
.try-it-button:hover {
    color: #FFFFFF !important;
}
.hero-custom {
    padding: 0px;
    background-image:
    url('/landlord/images/banner-home.png');
    background-size: cover;
    background-position: center;
    min-height:760px;
}
.hero-custom .hero-left {
    padding-top: 167px;
    /*padding-left: 250px;*/
    min-height: 760px;
}
.hero-custom .hero-left p.p1 {
    font-family: "Inter";
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 36px;
    line-height: 50px;
    color: #203754;
}
.color-special {
    font-family: "Inter";
    background: linear-gradient(90deg, #CA52C2 0%, #404EED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.hero-custom .hero-left p.p2 {
    font-weight: 900;
    font-style: Black;
    font-size: 50px;
    line-height: 68px;
}
.hero-custom .hero-left .btn {
    margin-top: 35px;
}
.hero-custom .hero-left a.btn {
    width: 324px;
    height: 56px;
    border-radius: 100px;
    padding-top: 16px;
    padding-right: 48px;
    padding-bottom: 16px;
    padding-left: 48px;
    border-width: 1px;
    background-color: #0058DD;
    color: #FFFFFF;
}
.hero-custom .hero-left a:hover {
    color: #FFFFFF !important;
}
.hero-custom .hero-left button.btn {
    width: 60px;
    height: 60px;
    border-radius: 82.19px;
    background: #ffffff;
    margin-left: 10px;
}
.hero-custom .hero-left ul {
    margin-top: 30px;
    list-style: none;
    padding: 0px;
}
.hero-custom .hero-left li {
    font-family: "Inter";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #002B6B;
    margin-bottom: 12px;
}
.hero-custom .hero-right {
    /*text-align: center;*/
    margin-top: 333px;
}
.hero-custom .hero-right .video a {
    font-family: "Inter";
    border-radius: 30px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #002B6B;
}
.hero-custom .hero-right .video {
    /*width: 70%;*/
    text-align: right;
}
.hero-custom .hero-right ul{
    border-radius: 20px;
    padding: 20px;
    margin-top: 34px;
    background-color: #FFFFFF;
}
.hero-custom .hero-right li{
    color: #414D60;
    font-family: "Inter";
    font-size: 16px;
}
.section-box-2 {
    padding: 0px;
    font-family: "Inter";
    padding-top: 67px;
    padding-bottom: 72px;
    background-color: #F5F8FF;
}
.section-box-2 h4 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    margin-bottom: 10px;
}
.section-box-2 .color-special {
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    font-family: "Inter";
    padding-bottom: 15px;
}
.section-box-2 a.btn {
    width: 236px;
    height: 56px;
    border-radius: 100px;
    padding-top: 16px;
    padding-right: 48px;
    padding-bottom: 16px;
    padding-left: 48px;
    border-width: 1px;
}
.section-box-2 a.btn-1 {
    background-color: #0066FF;
    color: #FFFFFF;
}
.section-box-2 a.btn-1:hover {
    color: #FFFFFF !important;
}
.section-box-2 a.btn-2 {
    border-color: #0253EB;
    color: #002B6B;
    /*///margin-left: 23px;*/
}
.section-box-2 .row-img {
    border-radius: 30px;
    padding-top: 53px;
    padding-bottom: 53px;
    padding-left: 54px;
    min-height: 757px;
    background: #FFFFFF;
    padding-right: 62px;
    max-width: 1270px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid rgba(255,255,255,0.5);
    margin-top: 50px;
}
.section-box-2 .row-img-content {
    background-image:
    url('/landlord/images/d8c519099229dd1f2c5980d0bbc30ef5296fee8d.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    max-height: 652px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.section-box-2 .row-img-content a {
    width: 270px;
    border-radius: 941px;
    font-size: 14px;
    line-height: 14px;
    font-family: "Inter";
    color: #FFFFFF;
    background-color: #FFFFFF33;
    border: 1px solid #FFFFFF33;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-box-2 .description {
    margin-top: 26px;
    font-family: "Inter";
}
.section-box-2 .description .p1 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #170F49;
}
.section-box-2 .description .p1 svg {
    margin-right: 10px;
}
.section-box-2 .description .p2 {
    font-family: "Inter";
    font-size: 14px;
    color: #414D60;
    margin-left: 37px;
}
.section-box-11 .div-left {
    padding-left: 0px;
}

.image-composite {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.bg-glow {
    position: relative;
    width: 100%;
    display: block;
    z-index: 2;
}
.ui-main {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
    width: 75%;
    z-index: 1;

    /* fade viền phải */
    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 75%,
        rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(
        to right,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 75%,
        rgba(0,0,0,0) 100%
    );

    /* đổ bóng nhẹ cho nổi */
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}
.section-box-11 .div-right {
    padding-left: 50px;
}
.section-box-11 .nav-item ul {
    display: none;
}
.section-box-11 .nav-item span.up {
    display: none;
}
.section-box-11 li.active ul {
    display: block;
}
.section-box-11 li.active span.up {
   display: inline-block; 
}
.section-box-11 li.active span.down {
   display: none; 
}
.section-box-11 p.p1 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    color: #252432;
}
.section-box-11 p.color-special {
    font-family: "Inter";
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    padding-bottom: 10px;
}
.section-box-11 ul.nav-pills {
    margin-top: 27px;
}
.section-box-11 ul.nav-pills li.nav-item ul {
    list-style: none;
}
.section-box-11 li.nav-item button {
    font-family: "Inter";
    border-radius: 100px;
    border-width: 1px;
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 26px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    min-width: 460px;
    text-align: left;
    color: #757E96;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.section-box-11 li.nav-item button svg path {
    fill: #757E96;
    stroke: #757E96;
}
.nav-item-3 svg.svg-1 path {
    fill: none !important;
}
.section-box-11 li.active button svg path {
    fill: #404EED;
    stroke: #404EED;
}
.section-box-11 li.active button {
    background-color: #EDF4FF !important;
    color: #404EED !important;
}
.section-box-11 li.nav-item button svg {
    margin-right: 10px;
}
.section-box-11 li.nav-item button span {
    margin-left: auto;
}
.section-box-11 li.nav-item {
    margin-bottom: 16px;
}
.section-box-11 li.nav-item ul {
    margin-top: 16px;
}
.section-box-3 {
    background-color: #F5F8FF;
    padding: 0px;
    padding-top: 74px;
}
.section-box-3 p.p1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #252432;
}
.section-box-3 p.color-special {
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 50px;
    padding: 10px;
}
.section-box-3 p.p2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #252432;
    margin-top: 5px;
    margin-bottom: 80px;
}
.section-box-3 p.p4 {
    font-weight: 700;
    font-style: Bold;
    font-size: 23px;
    line-height: 30px;
    color: #170F49;
}
.section-box-3 .item-left p.p4 {
    margin-bottom: 30px;
}
.section-box-3 .item-right p.p4 {
    text-align: right;
    margin-top: 30px;
}
.section-box-3 .item-right {
    margin-top: 90px;
}
.section-box-3 ul {
    padding: 0px;
    list-style: none;
}
.section-box-3 ul li {
    display: flex;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.section-box-3 ul li.item-1 {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 20px;
    color: #060B13;
}
.section-box-3 ul li svg {
    margin-right: 10px;
}
.section-box-3 ul li.item-2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 120%;
    color: #414D60;
    margin-left: 45px;
}
.section-box-4 .container {
    background-image:
    url('/landlord/images/earth.png');
    background-size: cover;
    padding-top: 60px;
}
.section-box-4 {
    padding: 0px;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 100px;
    min-height: 500px;
}
.section-box-4 .color-special {
    background: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    padding-bottom: 10px;
    line-height: 42px;
}
.section-box-4 .p1 {
    font-weight: 400;
    font-size: 18px;
    color: var(--secont-5, #313131);
    margin-bottom: 50px;
}
.section-box-4 .p2 {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    color: var(--secont-5, #313131);
    margin-bottom: 20px;
}
.section-box-4 .d-flex {
    justify-content: center;
}
.section-box-4 .d-flex a.a1 {
    margin-right: 100px;
}
.section-box-6 .package-middle {
    position: relative;
    background: #fff;
    background-image:
    url('/landlord/images/bg-package.png');
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
    margin-left: 8px;
}
.section-box-6 {
    padding: 0px;
    padding-top: 100px;
    padding-bottom: 230px;
}
.section-box-6 .container {
    background-image:
    url('/landlord/images/box-home-6.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 897px;
    padding-bottom: 230px;
}
.section-box-6 .package-1 {
    box-shadow: 10px 25px 100px 0px #002B6B40;
    background: #FFFFFF;
    margin-right: auto;
}
.section-box-6 p.p1{
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    color: #252432;
    margin-bottom: 30px;
}
.section-box-6 .div-text {
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.section-box-6 .color-special-1 {
    font-family: "Inter";
    font-size: 60px;
    line-height: 1.1;
    /*margin-bottom: 20px;*/
    padding-top: 10px;
    font-weight: 800;
    background: linear-gradient(90deg, #CA52C2 0%, #404EED 44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    width: fit-content;
    white-space: nowrap;
}
.section-box-6 p.p3 {
    font-weight: 500;
    font-size: 18px;
    color: #4A4363;
    margin-bottom: 70px;
}
.section-box-6 p.p5 {
    font-size: 14px;
    line-height: 16px;
    color: #313131;
}
.section-box-6 .register-trial {
    border-width: 1px;
    border-radius: 100px;
    padding-top: 16px;
    padding-right: 48px;
    padding-bottom: 16px;
    padding-left: 48px;
    background-color: #0066FF;
    color: #FFFFFF;
    margin-right: 20px;
}
.section-box-6 .register-trial:hover {
    color: #FFFFFF !important;
}
.section-box-6 .item-package-3 {
    margin-left: auto;
}
.section-box-6 .item-package-3 .date-use svg path {
    stroke: #FFFFFF;
}
.section-box-6 .item-package-3 li svg path {
    stroke: #FFFFFF;
}
.section-box-6 .item-package-3 li {
    color: #FFFFFF !important;
}
.section-box-6 .item-package-3  .register-trial {
    background-color: #FFFFFF;
    color: #363D4F;
}
.section-box-6 .item-package-3  .register-trial:hover {
    color: #363D4F !important;
}
.home .section-box-9 {
    padding-top: 120px;
    background-color: #F7F8FA;
    background-image:
        url('/landlord/images/Vector-bot.png'),
        url('/landlord/images/Vector-top.png');
    background-repeat: no-repeat, no-repeat;
    background-position:
        top center,
        bottom center;
    background-size:
        100% 50%,
        100% 50%;
}
.section-box-9 p{
    font-family: "Inter";
    font-weight: 500;
    font-style: Medium;
    font-size: 35px;
    line-height: 100%;
}
.section-box-9 ul{
    list-style: none;
    padding: 0px;    
}
.section-box-9 ul li {
    display: flex;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.section-box-9 ul li svg {
    margin-right: 10px;
}
.section-box-9 ul .item-1 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    color: #170F49;
}
.section-box-9 ul .item-2 {
    font-family: "Inter";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    color: #414D60;
    margin-left: 30px;
}
.section-box-8 .container{
    background-image:
    url('/landlord/images/Group-1597882780.png');
    background-position: center -16px;
    background-size: 90%;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.section-box-8 button{
    gap: 8px;
    border-width: 1px;
    border-radius: 100px;
    padding-top: 16px;
    padding-right: 48px;
    padding-bottom: 16px;
    padding-left: 48px;
    background-color: #0066FF;
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 150%;
}
.form-register .form-control {
    border-radius: 30px;
}
.form-register .input-group-text {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.blog-news .blog-news-2 {
    padding-top: 77px;
    margin-bottom: 100px;
}
.blog-news .blog-news-2 .content-left p.p1 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 22px;
    color: #0254EC;
}
.blog-news .blog-news-2 .content-left .image-box {
    background-color: #FFFFFF;
    padding-top: 35px;
    padding-left: 50px;
    padding-bottom: 33px;
    padding-right: 10px;
}
.blog-news .blog-news-2 .content-left .image-box p.p2 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    color: #282828;
    margin-top: 35px;
    line-height: 30px;
}
.blog-news .blog-news-2 .content-left .image-box p.p3 {
    font-family: "Inter";
    font-size: 20px;
    color: #585858;
    margin-top: 12px;
}
.blog-news .blog-news-2 .content-right p.p1 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 37px;
    color: #0254EC;
}
.blog-news .blog-news-2 .content-right .blog-news-item {
    background-color: #FFFFFF;
    margin-bottom: 30px;
    padding-top: 12px;
    padding-left: 21px;
    padding-bottom: 17px;
    box-shadow: 0px 0px 0px 5.33px #FFFFFF;
    box-shadow: 0px 4px 128px 0px #060B130F;
    padding-right: 25px;
    position: relative;
}
.blog-news .blog-news-2 .content-right .blog-news-item p.p2 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    color: #404EED;
}
.blog-news .blog-news-2 .content-right .blog-news-item p.p3 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #424242;
}
.blog-news .blog-news-2 .content-right .blog-news-item .blog-detail {
    text-align: right;
}
.blog-news .blog-news-2 .content-right .blog-news-item .blog-detail a {
    border: 1px solid #0066FF;
    border-radius: 47px;
    color: #0066FF;
    padding: 5px 20px;
}
.blog-news .blog-news-2 .blog-news-item .box-1 {
    margin-bottom: 40px;
}
.blog-news .blog-new-item .blog-date {
    align-items: center;
}
.blog-news .blog-new-item .month {
    font-family: "Inter";
    font-weight: 400;
    font-size: 15px;
    color: #717783;
    margin-right: 5px;
}
.blog-news .blog-new-item .date {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    color: #000000;
}
.blog-news .blog-new-item .p6 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    color: #000000;
    margin-top: 20px;
    line-height: 100%;
}
.blog-news .blog-new-item .p7 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    color: #6A6A6A;
    margin-top: 10px;
    line-height: 100%;
}
.blog-list h4, .blog-detail h4 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    color: #363D4F;
}
.blog-list h4 span {
    color: #0066FF;
}
.blog-detail h4 a {
   color: #0066FF; 
}
.blog-detail .time {
    font-family: "Inter";
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    color: #282828;
}
.blog-detail .title {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    color: #282828;
    margin-bottom: 35px;
}
.blog-detail .detail-right .p1 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    color: #0254EC;
    margin-top: 45px;
    margin-bottom: 25px;
}
.blog-detail .detail-right .blog-news-item {
    background-color: #FFFFFF;
    margin-bottom: 30px;
    padding-top: 12px;
    padding-left: 21px;
    padding-bottom: 17px;
    box-shadow: 0px 0px 0px 5.33px #FFFFFF;
    box-shadow: 0px 4px 128px 0px #060B130F;
    position: relative;
}
.blog-detail .detail-right .blog-news-item p.p2 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    color: #404EED;
}
.blog-detail .detail-right .blog-news-item p.p3 {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #424242;
    margin-bottom: 20px;
}
.blog-detail .detail-right .blog-news-item .blog-detail {
    text-align: right;
}
.blog-detail .detail-right .blog-news-item .blog-detail a {
    border: 1px solid #0066FF;
    border-radius: 47px;
    color: #0066FF;
    padding: 5px 20px;
}
.section-blog-banner {
    background-image:
        url('/landlord/images/Hero.png');
    background-size: cover;
    background-position: center;
}
.select-wrap {
    position: relative;
}
.select-wrap svg {
    position: absolute;
    top: 58%;
    right: 3%;
}
body.home .section-box-8 .form-wrapper {
    width: 70%;
    margin: 0 auto;
}
/*MOBILE*/
@media all and (max-width: 767px) {
    .hero-custom .hero-left {
        padding-top: 120px;
        /*//padding-left: 20px;*/
    }
    .hero-custom .hero-right ul {
        width: 100%;
    }
    .section-blog-banner {
        background-image:
            url('/landlord/images/banner-mobile.png');
        background-size: cover;
        background-position: center;
    }
    .home .section-box-4 .d-flex a.a1 {
        margin-right: 20px;
    }
    .home .section-box-4 .d-flex a svg {
        width: 90%;
    }
    .home .section-box-home a.btn {
        width: 100%;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .select-wrap svg {
        right: 7%;
    }
    .hero-custom {
        background-image:
        url('/landlord/images/home-banner-mobile.png');
        background-size: cover;
        background-position: center;
    }
    .hero-custom .hero-left p.p1 {
        font-size: 25px;
    }
    .hero-custom .hero-left p.p2 {
        font-size: 35px;
        line-height: 43px;
    }
    .hero-custom .hero-right {
        margin-top: 0px;
    }
    .hero-custom .hero-left a.btn {
        width: 250px;
    }
    .home .section-box-2 {
        padding-top: 26px;
    }
    .home .section-box-2 h4 {
        font-size: 25px;
        text-align: center;
    }
    .home .section-box-2 .color-special {
        font-size: 30px;
        text-align: center;
        padding-bottom: 22px;
    }
    .home .section-box-2 .row-img {
        min-height: 270px;
        padding-right: 25px;
    }
    .home .section-box-2 .row-img-content {
        max-height: 250px;
    }
    .home .section-box-2 .description .p1 {
        font-size: 13px;
    }
    .home .section-box-4 {
        padding-top: 20px;
        min-height: 300px;
        padding-bottom: 0px;
    }
    .home .section-box-4 .container {
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 20px;
    }
    .home .section-box-4 .color-special {
        font-size: 25px;
        line-height: 100%;
    }
    .home .section-box-4 .p1 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .home .section-box-4 .p2 {
        margin-bottom: 10px;
    }
    .home .section-box-9 {
        padding-top: 10px;
        background: #F7F8FA;
    }
    .home .section-box-9 p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }
    body.home .section-box-8 .form-wrapper {
        width: 100%;
    }
    body.home .section-box-8 .form-wrapper button{
        width: 85% !important;
    }
    body.home .section-box-8 h3 {
        font-size: 30px !important;
    }
    body.home .section-box-8 .container{
        background-position: center 132px;
        background-size: 148%;
    }
    body.home .section-box-8 .text-des p {
        text-align: left !important;
    }
    body.home .section-box-8 .button-submit {
        margin-top: 50px;
    }
    .try-use {
        font-weight: 700;
        width: 100%;
    }
    .try-use svg {
      margin-left: auto !important;
    }
    #tabContent {
        display: none;
    }
    .home .section-box-11 .div-right {
        padding-left: 10px;
        text-align: center;
    }
    .home .section-box-11 p {
        font-size: 22px;
        line-height: 100%;
    }
    .color-special-1 {
        display: none;
    }
    .home .section-box-11 .color-special.d-lg-none {
        margin-top: 5px;
    }
    .home .section-box-11 li.nav-item button {
        width: 100%;
        min-width: 0px;
    }
    .home .section-box-11 .div-right ul {
        padding-left: 0;
        list-style-position: inside;
    }
    .home .section-box-3 {
        padding-top: 35px;
    }
    .home .section-box-3 p.p1 {
        font-size: 22px;
        line-height: 100%;
    }
    .home .section-box-3 p.color-special {
        font-size: 22px;
        line-height: 100%;
    }
    .home .section-box-3 p.p2 {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .home .section-box-3 .d-lg-none .item-mobile {
        text-align: center;
    }
    .home .section-box-3 ul {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home .section-box-3 ul li.item-1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .home .section-box-3 ul li.item-1 svg {
        width: 25px;
        height: 25px;
    }
    .home .section-box-3 p.p4 {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 35px;
    }
    .home .section-box-3 ul li.item-2 {
        margin-left: 35px;
        font-size: 14px;
        text-align: left;
    }
    .home .section-box-3 .slider-wrapper img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .home .slider-wrapper {
        position: relative;
    }
    .home .slider-wrapper .slick-next {
        position: absolute;
        top: 27%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        color: #777777;
        background: none;
        border: none;
        right: 3%;
    }
    .home .slider-wrapper .slick-prev {
        position: absolute;
        top: 27%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        color: #777777;
        background: none;
        border: none;
        left: 3%;
    }
    .home .section-box-6 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .home .section-box-6 p.p1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .home .section-box-6 p.color-special-1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .home .section-box-6 p.p3 {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .home .section-box-6 .item-package-mobile .col-md-4 {
        padding: 10px;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .home .section-box-6 .item-package {
        margin: 0 auto;
    }
    .home .section-box-6 .package-middle {
        background-size: 100%;
    }
    .home .section-box-6 .container {
        padding-bottom: 0px;
    }
    .home .section-box-7 {
        padding-top: 30px;
    }
    .home .section-box-7 .hero-custom-h3 {
        font-size: 20px !important;
    }
    .home .section-box-7 .item-shop p {
        font-size: 14px !important;
    }
    .home .section-box-7 .item-shop .name p {
        font-size: 14px;
    }
    .home .section-box-7 .item-shop {
        padding-top: 20px;
    }
    .blog-news .blog-news-2 {
        padding-top: 20px !important;
        margin-bottom: 30px;
    }
    .blog-news .blog-news-2 .content-left p.p1 {
        font-size: 22px;
    }
    .blog-news .blog-news-2 .content-left .image-box {
        padding: 20px;
    }
    .blog-news .blog-news-2 .content-right p.p1 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .blog-news .blog-news-2 .content-left .image-box p.p2 {
        font-size: 14px;
        margin-top: 10px;
    }
    .blog-news .blog-news-2 .content-left .image-box p.p3 {
        font-size: 14px;
        margin-top: 5px;
        line-height: 100%;
    }
    .blog-news .blog-news-2 .content-right .blog-news-item .p2 {
        margin-bottom: 20px;
    }
    .blog-news .blog-new-item h4 {
        font-size: 22px;
    }
    .blog-news .blog-new-item .btn-more {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .blog-news.blog-home .blog-news-item .blog-detail {
        position: absolute;
        top: 10%;
        right: 2%;
    }
    .blog-news .blog-date {
        margin-bottom: 10px;
    }
    .blog-news .blog-date span {
        font-size: 14px !important;
    }
    .blog-news .blog-new-item p {
        font-size: 14px !important;
    }
    .blog-list .blog-new-item h4 {
        margin-bottom: 0px;
    }
    .blog-list .blog-new-item .p7 {
        margin-bottom: 10px;
    }
    .blog-detail .blog-new-item {
        padding-top: 30px !important;
    }
    .blog-detail .blog-new-item h4 {
        margin-bottom: 5px;
        line-height: 25px;
    }
    .blog-detail .time {
        margin-top: 20px;
    }
    .blog-detail p.title {
        font-size: 16px !important;
        margin-bottom: 20px;
    }
    .blog-detail .detail-right .div-img {
        display: none;
    }
    .blog-detail .detail-right .p1 {
        font-size: 22px !important;
    }
    .blog-detail .detail-right .blog-news-item p.p2 {
        font-size: 16px !important;
        margin-bottom: 20px;
    }
    .blog-detail .blog-news-item .blog-detail {
        position: absolute;
        top: 10%;
        right: 5%;
    }
    .blog-detail .description {
        margin-top: 20px;
    }
    .blog-detail .detail-right .blog-news-item .blog-detail a,
    .blog-news .blog-news-2 .content-right .blog-news-item .blog-detail a {
        font-size: 14px;
    }

}
.mobile-menu-close-icon {
    display: none;
}
.slick-slide {
    padding: 10px 10px;
}
.slick-list {
    margin: -10px -10px;
}
.slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none !important;
    padding: 0;
}
.slick-dots li {
    list-style: none !important;
    margin: 0 6px;
}
.slick-dots li button:before {
    display: none !important;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50% !important;
    background: #D3D7E3;
    border: none;
    font-size: 0 !important;
    color: transparent !important;
}
.slick-dots li.slick-active button {
    background: #1E6BFF; /* xanh */
}
.slick-slide img {
    margin: 0 auto;
}