@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/open-sans/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/open-sans/OpenSans-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "OpenSans-Semibold";
    src: url("../fonts/open-sans/OpenSans-Semibold.ttf");
}
@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf");
}
@font-face {
    font-family: "OpenSans-ExtraBoldItalic.ttf";
    src: url("../fonts/open-sans/OpenSans-ExtraBoldItalic.ttf.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "OpenSans-Italic.ttf";
    src: url("../fonts/open-sans/OpenSans-Italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: "OpenSans-Light";
    src: url("../fonts/open-sans/OpenSans-Light.ttf");
}
@font-face {
    font-family: "OpenSans-LightItalic.ttf";
    src: url("../fonts/open-sans/OpenSans-LightItalic.ttf");
}
@font-face {
    font-family: "OpenSans-LightItalic.ttf";
    src: url("../fonts/open-sans/OpenSans-LightItalic.ttf");
}
@font-face {
    font-family: "OpenSans-SemiboldItalic.ttf";
    src: url("../fonts/open-sans/OpenSans-SemiboldItalic.ttf");
}

body {
    font-family: "OpenSans-Regular";
}

.font-bold {
    font-weight: bold !important;
    font-family: "OpenSans-ExtraBold";
}

.navbar-white .navbar-nav .active > .nav-link {
    color: #fb4848 !important;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.popover {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    min-width: 40vw;
    /*padding: 20px;*/
}
.popover-body {
    padding: 0px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    min-width: 40vw;
}
.p-body {
    padding: 25px;
    padding-left: 40px;
    padding-right: 40px;
}
.popover-header {
    -webkit-border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    border-top-left-radius: 30px;

    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;

    display: none;
}
.popover-footer {
    background-color: #fdb716;
    padding: 25px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 14px;
}
.left-info-footer {
    width: 106px;
}

section {
    position: relative;
    min-height: 100vh;

    /*height: 100vh;*/
}
.elm-rounded {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 12px;
}
#section1 {
    background-color: #fb4848;
}
#section2 {
    background-image: url("../images/bg-middle.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position-x: -50px; */
}
#section3 {
    background-color: #f6f6f6;
}
#section3 .d-inline-block span.h4.d-block {
    font-family: "OpenSans-Semibold";
}

#section4 {
    background-color: #f6f6f6;
}
#section4 .box-dev .h1 {
    font-family: "OpenSans-Bold";
}
#section5 {
    background-color: #fa4747;
    min-height: unset;
    height: auto;
}
.wrapper1-section-4 {
    overflow: hidden;
    background-color: #ffd323;
    position: relative;
}

.box-dev {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    -webkit-box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);

    background-color: #ffffff;
    margin-top: -180px;
}

.wrapper-item {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    -webkit-box-shadow: 0px 0px 9px -6px #000000;
    box-shadow: 0px 0px 9px -6px #000000;
}

.text-header-color {
    color: #fb4848;
    font-family: "OpenSans-Bold";
}
.flexslider {
    border-radius: unset;
    background: transparent;
    border: none;
}
#section1 .flex-viewport {
    height: 100vh;
}
#section1 .flex-viewport .slides li {
    height: 100vh;
}
#section1 .flexslider .display-4.text-white span {
    font-family: "OpenSans-Light";
    font-weight: normal;
}

#section1 .flexslider .display-4.text-white b {
    font-family: "OpenSans-Bold";
    font-weight: normal;
}
.img-solution {
    max-width: 80%;
}
.arc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
}

.white-ring {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -212px;
    margin-top: -212px;
}

.red-ring {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -120px;
    margin-right: -120px;
}

.items-row > div:nth-child(2) .circle-item {
    background-color: #ffd323;
}
.circle-item {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    background-color: #fb4848;
    position: absolute;
    top: 0;
    margin-top: -37.5px;
    left: 50%;
    margin-left: -37.5px;
}

.static-banner {
    /*background-color: #fae997;*/
    -webkit-box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);
    width: 95%;
}

.wrapper-static-banner:nth-child(1) .static-banner {
    background-color: #fae997;
}
.wrapper-static-banner:nth-child(2) .static-banner {
    background-color: #fac897;
}
.wrapper-static-banner:nth-child(3) .static-banner {
    background-color: #fa9797;
}
.radius-elm {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.text-content {
    background-color: #ffffff;
}

.bg-section5 {
    width: 100%;
    position: relative;
    top: 0;
}

#section2-product {
    min-height: unset;
}
#section2 .subtitle h5 {
    font-family: OpenSans-Light;
    font-size: 15px !important;
}
#section3-product {
    background-color: #f6f6f6;
    background-image: url("../images/bg-middle.jpg");
    background-position-y: -216px;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.square-item {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 85px;
    width: 85px;
    background-color: #fb4848;
    position: absolute;
    top: 0;
    margin-top: -37.5px;
    left: 50%;
    margin-left: -37.5px;
}
.wrapper-item {
    background-color: #ffffff;
}
/* .items-row > .item-wrapper-square:nth-child(2) .square-item {
    background-color: #fdb716;
}
.items-row > .item-wrapper-square:nth-child(3) .square-item {
    background-color: #b4fd16;
} */
#section3-product span.h3.d-block {
    font-family: "OpenSans-Semibold";
}
#section3-product
    .item-wrapper-square
    span.h5.d-block.font-weight-bold.mt-2.mb-4 {
    font-family: "OpenSans-Semibold";
}

ol.flex-control-nav {
    position: relative;
    top: -50px;
}

#section4-product {
    background-color: #f14949;
}

#section4-product {
    min-height: unset;
}

#section4-product .signup-product.btn {
    font-family: "OpenSans-Bold";
}

#section5-product {
    background-color: #f6f6f6;
    /* Product New */
    padding-bottom: 80px !important;
}

#section5-product span.h2.mt-4.mb-5.d-block.text-center {
    font-family: "OpenSans-Semibold";
}

#section5-product .wrapper-feature-item b.d-block.text-center {
    font-family: "OpenSans-Semibold";
}

.wrapper-feature-item {
    background-color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.wrapper-pricing-detail {
    background-color: #fdb716;
    /*-webkit-border-radius: 30px;*/
    /*-moz-border-radius: 30px;*/
    /*border-radius: 30px;*/
    font-size: 20px;
    overflow: hidden;
}
.price-contact-us {
    position: relative;
}
.red-ring-price {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    margin-top: -155px;
    margin-left: -194px;
}
.white-ring-price {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 272px;
    margin-top: 150px;
    margin-right: -207px;
}

.box-contact-price {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 0px 15px 1px rgb(0 0 0 / 17%);
    box-shadow: 1px 0px 15px 1px rgb(0 0 0 / 17%);
    background-color: #ffffff;
}

.contact-form label {
    font-size: 14px;
}

.a3.p-body {
    background-image: url("../images/bg-menu-dev.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.right-image-dev img,
.btn-read-doc .btn {
    position: relative;
    left: 30px;
}

.btn-read-doc .btn {
    border: 2px white solid;
}

.bg-rounded-white-grey-solution {
    position: absolute;
    bottom: 0px;
}

#section1 h2.h4.display-4 {
    font-family: "OpenSans-Bold";
}

#section1 .display-4  h2 {
    font-size: 2.5rem;

}

#section1 .display-4  h3 {
    font-size: 1.4rem;

}


#section-3-solution {
    min-height: unset;
    background-color: #fbfbfb;
    /*background-image: url('../images/bg-middle.jpg');*/
    background-position-y: -313px;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#section-4-solution {
    background-color: #fdb716;
}

.wrapper-left-talktous-contact {
    font-size: 12px;
}
.wrapper-form-taltous {
    background-color: #ffffff;
    margin-top: 30px;
}
.bg-left-form-talktous {
    width: 100%;
}
.left-form-talktous-item {
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;

    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;

    /*-webkit-box-shadow: 7px 50px 50px 1px rgba(0,0,0,0.09); 
box-shadow: 7px 50px 50px 1px rgba(0,0,0,0.09);*/

    background-color: #ffd872;
}

.talktous.form .form-floating > .form-control {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid black;
    border-radius: unset;
}
.talktous.form .form-floating > label {
    padding-left: 0;
}
.talktous.form .form-control:focus {
    box-shadow: none;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.8rem) translateX(0rem);
}
.form-check-inline .form-check-input {
    margin-top: 0.25em;
}
#section1.section-talktous {
    background: linear-gradient(to bottom, #fb4848 0%, #fb4848 100%) no-repeat;
    background-size: 100% calc(65%);
    background-position-y: 0;
}
#section1.section-talktous span.h3.mb-3.d-block {
    font-family: "OpenSans-Bold";
}
.section-talktous .arc {
    bottom: 27%;
}
.wrapper-form-taltous {
    -webkit-box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);
}

.mobile-navbar-brand {
    display: none;
}

.flex-direction-nav a {
    height: 54px;
    opacity: 0.2 !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    z-index: 100;
}

.price_btn {
    font-family: "OpenSans-Bold";
}

.flex-direction-nav a:before {
    color: rgba(0, 0, 0, 0.4);
}
.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.2);
}
.flex-control-paging li a.flex-active {
    background: rgba(0, 0, 0, 0.3);
}

.scenario-flexslider {
    width: 100%;
}
.flexslider .slides {
    display: flex;
}

#section-4-solution .slides .wrapper-item span {
    /* margin-bottom: 5px !important; */
    display: inline-block;
}

/* prod footer popover 2 */

.prod-popover {
    border-radius: 15px !important;
    font-size: 14px;
}

.wraper-prod:nth-child(2) .prod-small {
    background-color: #fae997;
    border-radius: 10px !important;
}

.wraper-prod:nth-child(3) .prod-small {
    background-color: #fac897;
    border-radius: 10px !important;
}

.wraper-prod:nth-child(4) .prod-small {
    background-color: #fa9797;
    border-radius: 10px !important;
}

.wraper-prod:nth-child(5) .prod-small {
    background-color: #fb4848;
    border-radius: 10px !important;
}

/* prod footer popover 2 */

#section3 .h1 {
    text-align: left !important;
}

/* clipboard */

.clipboard {
    margin-left: 0px;
    right: 0px;
    margin-right: 0px;
}

.clipboard-code {
    font-size: 11px;
    color: white;
    background: none;
    text-shadow: black 0px -0.1em 0.2em;
    font-family: Antikor, Fira, Menlo, Consolas, monospace;
    text-align: left;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    overflow: auto;
    white-space: nowrap;
}

.clipboard button {
    margin-top: 10px;
    margin-right: 10px;
}

/* .clipboard:hover #button-copy {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
} */

/* clipboard */

.term,
.privacy,
.talk-mbl {
    display: none;
}

.talk-web {
    display: block;
}

/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/

/* xs */
img#logo {
    width: 70px;
    height: auto;
}
/* xsm */
@media (max-width: 576px) {
    .wrapper > .container-fluid {
        padding-top: 50px !important;
    }
    nav.navbar {
        /*position: fixed;
        top: 0px;*/
        z-index: 1000;
        width: 100%;
        height: 55px;
        position: fixed;
        left: 0px;
        top: 0px;
    }

    .sign_in {
        margin-top: 45px;
    }

    .navbar .text-dark {
        color: white !important;
    }

    .talk-mbl,
    .term,
    .privacy {
        display: block !important;
    }

    .talk-web {
        display: none !important;
    }

    #navbarTogglerDemo01 {
        position: fixed;
        top: 56px;
        width: 80vw;
        background-color: #fb4849;
        padding: 31px;
        left: 0px;
        min-height: 100vh;
        color: #ffffff;
        left: -270px;
    }
    .btn.close-menu {
        position: absolute;
        top: 18px;
        right: 26px;
        color: white;
        font-size: 22px;
        display: block !important;
    }
    .navbar-white .navbar-nav .active > .nav-link {
        color: white !important;
        font-weight: bold;
    }
    /* .navbar-toggler {
    } */
    .mobile-navbar-brand {
        display: block;
        text-align: center;
        margin: auto !important;
    }
    img#logo {
        width: 122px;
        display: inline-block;
        margin-left: -50px;
    }
    .navbar-collapse .navbar-brand {
        display: none;
    }
    .navbar-toggler-icon {
        height: auto;
    }
    .navbar-toggler-icon i {
        font-size: 1.65rem;
        color: #fb4849;
    }

    #section1 .slides li .display-4 {
        font-size: 20px;
    }

    #section1 .display-4, h2 {
        font-size: 2.1rem !important;
    
    }

  

    #section1 .slides li h3 {
        font-size: 19px;
    }
    #section1 .flexslider .slides li .col-md-6:nth-child(2) {
        text-align: center;
    }
    #section1 .flexslider .slides li .col-md-6:nth-child(2) img {
        width: 70%;
        margin: auto;
    }

    .wrapper > .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .wrapper
        > .container-fluid
        .row:nth-child(2)
        .container
        .static-banner
        .text-content {
        font-size: 15px;
        padding: 0.7rem !important;
    }
    .wrapper
        > .container-fluid
        .row:nth-child(2)
        .container
        .static-banner
        .text-content
        .h4 {
        font-size: 18px;
        margin-bottom: 5px !important;
    }
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .wrapper > .container-fluid .row:nth-child(2) .col-md-12 > .container .p-5 {
        display: none;
    }
    .wrapper > .container-fluid .row:nth-child(2) .col-md-12 {
        /*margin-top: 5px !important;
        margin-bottom: 5px !important;*/
        margin-bottom: 10px !important;
    }

    .static-banner {
        margin: auto;
        width: 65%;
    }
    .wrapper-static-banner {
        margin-bottom: 25px;
    }
    .wrapper-static-banner span {
        padding: 2px !important;
    }
    #section1 {
        height: auto !important;
        min-height: unset;
    }

   

    #section1 > .container {
        height: auto !important;
    }

    #section1 > .container > .flexslider {
        height: auto !important;
        margin-bottom: 0px;
    }

    #section1 .flex-viewport .slides li {
        height: auto !important;
    }

    #section1 .flex-viewport {
        height: auto !important;
    }
    #section1 .slides li .display-4,
    #section1 .slides li div.mt-n5.text-white,
    #section1 .slides li div.text-white {
        margin-top: 20px !important;
    }
    #section1 .flexslider .slides li .col-md-6:nth-child(2) img {
        margin-top: 20px !important;
        width: 60%;
    }
    #section1 .flexslider .display-4.text-white b {
        margin-top: 20px !important;
    }
    ol.flex-control-nav {
        top: 6px;
    }

    #section2 > .container > .row > .col-md-10 > .p-5 {
        /*display: none;*/
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    #section2 > .container > .row > .col-md-10 > p.d-block {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 15px !important;
    }
    #section2 > .container > .row:nth-child(2) > .col-md-10 > .p-5 {
        display: none;
    }
    #section2 > .container > .row:nth-child(2) > .col-md-10 > .mt-5 {
        margin-top: 0px !important;
    }
    #section2 > .container > .row:nth-child(2) > .col-md-10 .row .col.mt-n5 {
        margin-top: 0px !important;
    }
    #section2 > .container > .row:nth-child(2) > .col-md-10 .row .col.mt-5 {
        margin-top: 0px !important;
    }
    #section2 > .container > .row:nth-child(2) > .col-md-10 .row .col {
        width: 20%;
    }
    #section2 > .container > .row:nth-child(2) > .col-md-10 .row .col a {
        display: block;
    }
    #section2 > .container > .row:nth-child(2) > .col-md-10 .row .col a img {
        width: 100%;
    }
    #section2,
    #section2 .min-vh-100 {
        min-height: auto !important;
    }

    #section3 .text-header-color {
        margin-top: 2.8rem !important;
    }
    #section3 .text-header-color.text-right {
        text-align: center !important;
    }
    #section3 .img-quote-1 {
        position: absolute;
        top: -1.25rem;
        max-width: 33%;
    }
    #section3 .float-right.d-inline-block.col {
        text-align: center;
    }
    #section3 .float-right.d-inline-block.col .p-5 {
        padding: 0px !important;
        padding-top: 10px;
    }
    #section3,
    #section3 .min-vh-100 {
        min-height: auto !important;
    }
    #section3 .img-quote-1 {
        position: absolute;
        top: -25px;
        left: -10px;
        width: 27%;
    }

    #section3 .row:nth-child(1) > .col-lg-6 > .h1 {
        float: left;
    }

    #section3 .row:nth-child(2) > .col-md-12 > .row {
        position: relative;
        margin-bottom: 15px;
    }
    #section3 .row:nth-child(2) > .col-md-12 > .p-5 {
        padding: 0 !important;
    }

    #section4 .text-left {
        text-align: center !important;
    }
    .wrapper1-section-4 .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .wrapper1-section-4 .container .row:nth-child(2) {
        text-align: center;
    }

    .red-ring {
        position: absolute;
        top: -41px;
        right: 61px;
        margin-bottom: -120px;
        margin-right: -120px;
        width: 106px;
    }
    .white-ring {
        position: absolute;
        top: 38%;
        left: 0;
        margin-left: -59px;
        margin-top: -50px;
        width: 100px;
    }
    #section4 .box-dev {
        margin-top: -65px;
    }
    #section4 .box-dev .h1 {
        font-size: 30px !important;
    }
    #section4 .circle-item {
        border-radius: 50%;
        height: 50px;
        width: 50px;
        position: absolute;
        top: 0;
        margin-top: -23.5px;
        left: 50%;
        margin-left: -25.5px;
    }
    #section4 .box-dev .items-row > div {
        margin-bottom: 35px;
    }

    #section4 .check-api {
        padding-bottom: 7rem !important;
    }

    #section5 .text-white {
        text-align: center !important;
        padding-top: 0px !important;
        padding-left: 45px;
        padding-right: 45px;
    }
    #section5 .text-white > span {
        font-size: 1.7rem;
    }

    #section2-product {
        text-align: center;
    }
    #section2-product .h1.text-header-color {
        margin-top: 50px;
    }
    #section2-product .font-weight-bold {
        font-family: "OpenSans-Bold";
    }
    #section2-product .row .row {
        position: relative;
    }
    #section2-product .container .row .col-md-12 .p-5 {
        padding: 0px !important;
    }
    #section2-product .container .row .col-md-12 .row .col-md-8 .p-4 {
        padding: 0.8rem !important;
    }
    #section2-product .row .row .col-md-8 {
        padding-left: 30px;
        padding-right: 30px;
        z-index: 100;
    }
    #section2-product .row .row .col-md-4 {
        position: absolute;
        top: 138px;
        width: 100px;
    }

  

    #section3-product .items-row {
        padding-left: 20px;
        padding-right: 20px;
    }
    #section3-product .item-wrapper-square {
        margin-bottom: 53px;
    }

    #section5-product .container .row .col-md-12 .p-5 {
        padding: 1rem !important;
    }

    .h1.text-header-color {
        font-size: 1.7rem;
    }
    #section5-product span.h2 {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0 4px !important;
    }
    .h2 {
        font-size: 1.5rem;
    }
    #section5-product .wrapper-item-pros span {
        display: block;
        font-size: 14px;
    }
    #section5-product .wrapper-pricing-detail {
        margin-top: 1.8rem !important;
    }

    #section2-solution {
        min-height: unset;
    }
    #section2-solution .container .row .col-md-12 .p-5 {
        padding: 0rem !important;
    }

    #section2-solution > .container > .row > .col-md-12 > p.h2 {
        font-size: 1rem !important;
        margin-top: 1rem !important;
    }

    #section2-solution .container .row .col-md-12:nth-child(2) {
        padding-top: 0.8rem !important;
    }
    #section2-solution .container .row .col-md-12:nth-child(2) img {
        margin-top: 1rem !important;
    }

    #section-3-solution {
        background-position-y: -405px;
    }
    #section-3-solution .h1 {
        font-size: 1.7rem;
        margin: 0px !important;
        padding-top: 2.8rem !important;
        padding-bottom: 1.4rem !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px !important;
    }
    #section-3-solution .container .row.items-row .col-md-4 {
        margin-bottom: 1rem;
    }
    #section-3-solution .container .row.items-row .p-5 {
        padding: 0rem !important;
    }

    #section-4-solution .container .row.items-row .col-md-4 {
        margin-bottom: 1rem;
        margin-top: 0px !important;
    }
    #section-4-solution > .container > .row > .col-md-12 > .h1 {
        margin-top: 0px !important;
    }

    #section-4-solution > .container > .row > .col-md-12 > .h1 {
        font-size: 1.7rem;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        font-family: "OpenSans-Bold";
    }

    .wrapper-form-taltous > .row,
    .wrapper-form-taltous > .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .wrapper-form-taltous {
        background-color: transparent;
        box-shadow: none;
    }
    .wrapper-form-taltous {
        padding: 1rem !important;
    }
    .wrapper-form-taltous > .row > .col-md-9 {
        background-color: white;

        -webkit-box-shadow: 1px 0px 15px 1px rgb(0 0 0 / 17%);
        box-shadow: 1px 0px 15px 1px rgb(0 0 0 / 17%);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        padding: 25px;
    }
    .form-check-inline {
        width: 100%;
    }
    .wrapper-form-taltous textarea {
        height: 63px !important;
    }
    .left-form-talktous-item {
        margin-top: 48px;
        display: flex;
        flex-direction: row;

        background-color: transparent;
    }
    .bg-left-form-talktous {
        width: 40%;
    }
    .wrapper-left-talktous-contact {
        font-size: 12px;
    }
    .wrapper-left-talktous-contact .text-danger {
        margin-left: 5px !important;
    }
    .wrapper-left-talktous-contact {
        padding-top: 10px;
        padding-bottom: 4px;
    }
    .left-form-talktous-item img {
        content: url("../images/bg-left-form-talktous-mobile.png");
        z-index: 2;
    }
    .inner-wrapper-left-talktous-contact {
        background-color: #ffd872;
        position: relative;
        left: -50px;
        width: calc(100% + 28px);
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .section-talktous .btn.float-right {
        float: none !important;
        margin: auto;
        display: block;
    }
    .section-talktous .arc {
        bottom: calc(40% - 66px);
    }
    .section-talktous > .container > .row > .col-md-12 > .p-5 {
        padding: 15px !important;
    }

    .p-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .right-image-dev img,
    .btn-read-doc .btn {
        left: 0px;
    }
    .btn-read-doc .btn {
        margin-top: 10px;
        font-size: 14px;
    }
    .popover-footer {
        text-align: center;
    }
    footer {
        display: none;
    }

    .popover.show {
        display: none !important;
    }
    .nav-treeview {
        padding-left: 1rem !important;
    }

    #section4-product .text-left {
        text-align: center !important;
    }
    #section4-product .text-left li {
        text-align: left !important;
    }

    #section6-product .text-header-color {
        margin-top: 50px;
    }

    .wrapper > .container-fluid .row:nth-child(2).price-contact-us .col-md-12,
    .wrapper > .container-fluid #section6-product .row:nth-child(2) .col-md-12 {
        margin-bottom: 0px !important;
    }

    #section2-solution .h1.text-header-color {
        margin-top: 50px;
    }

    #section-4-solution .slides .wrapper-item span {
        margin-bottom: 5px !important;
        font-family: "OpenSans-Bold";
        display: inline-block;
        font-size: 15px;
    }

    .nav-item a i {
        float: right;
        position: relative;
        top: 5px;
        display: inline !important;
    }

    .tree-toggle.collapsed {
        font-family: "OpenSans-Bold";
    }
    .tree-toggle.collapsed:hover {
        color: white !important;
    }
    a.text-dark:focus,
    a.text-dark:hover {
        color: white !important;
    }
    .nav-link {
        padding-left: 0px !important;
    }
    #section-3-solution {
        background-color: #fbfbfb;
    }

    #section-4-solution .flexslider .slides {
        display: block;
    }
    .flexslider .slides > li {
        display: block;
        width: 99%;
        margin-bottom: 10px;
    }

    #section3 .h1 {
        text-align: center !important;
        font-size: 2rem;
    }

    .font-15 {
        font-size: 14px;
    }

    .clipboard {
        margin-top: 20px;
    }
}
/* sm */
@media (max-width: 820px) {
    img#logo {
        width: 100px;
    }

    .font-15 {
        font-size: 14px;
    }
    footer .row {
        background-color: #ffd323;
        padding: 20px 0px;
    }

    .term,
    .privacy,
    .talk-mbl {
        display: block !important;
    }

    .talk-web {
        display: none;
    }

    #section1 .display-4, h2 {
        font-size: 1.5rem ;
    
    }
    
}

@media (min-width: 992px) {
    .term,
    .privacy,
    .talk-mbl {
        display: none;
    }

    .talk-web {
        display: block;
    }

    
}
/* md */
@media (min-width: 992px) and (min-height: 661px) {
    img#logo {
        width: 150px;
    }

    #section4 .box-dev {
        margin-top: -55px !important;
    }

    #section1 .flexslider {
        height: 100% !important;
    }

    #section1 .flexslider .display-4 .text-white span {
        margin-top: 60px !important;
    }

    .prod-popover .desc {
        font-size: 10px !important;
        margin-left: -5px;
    }

    #section4 .content-1 {
        height: 100%;
        padding-bottom: 100px;
    }

    .font-15 {
        font-size: 14px;
    }

    #section3-product {
        padding-bottom: 40px;
    }
}
/* lg */
@media (min-width: 1200px) {
    img#logo {
        width: 180px;
    }

    #section4 .content-1 {
        height: 100%;
        padding-bottom: 75px;
    }

    #section4 .box-dev {
        margin-top: -65px;
    }

    .font-15 {
        font-size: 16px;
    }

    .talk-web {
        display: block !important;
    }
}

@media (max-width: 1200px) and (max-height: 750px) {
    .font-for-windows {
        font-size: 12px !important;
    }

    #section3-product {
        padding-bottom: 40px;
    }

    #section1 .flexslider .display-4 span {
        font-size: 50px !important;
    }

    #section1 .flexslider .display-4 b {
        font-size: 30px !important;
    }

    #section1 li .row .col-md-6 img {
        max-width: 85% !important;
        margin-left: 50px;
    }

    #section1 .container {
        width: 85%;
    }

    .static-banner {
        /*background-color: #fae997;*/
        -webkit-box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);
        box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);
        width: 95%;
    }

    .static-banner .text-content span {
        font-size: 20px;
    }
}

@media (max-height: 650px) {
    #section1 .flexslider .display-4 span {
        font-size: 45px !important;
    }

    #section1 .flexslider .display-4 b {
        font-size: 28px !important;
    }

    #section1 li .row .col-md-6 img {
        max-width: 80% !important;
    }
}

  /* Product new style */
  #section2-product .container .row .col-md-12 .row .col-md-8  small{
    font-size: 13px !important;
    line-height: 1.6 !important;
}
  #section2-product .container .row .col-md-12 .row .col-md-8 .row .col-md-6 small{
    font-size: 13px !important;
    line-height: 1.6 !important;
}

@media screen and (max-height: 700px) {
    #section3-product{
        padding-bottom: 80px !important;
    }
}
