[v-cloak] {
    display: none;
}

body {
    background: #FFFFFF;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.header ul {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    list-style: none;
}

.header ul li {
    float: left;
}

.item-menu a {
    color: #4F4F4F;
    text-decoration: none;
}

.item-menu:hover {
    border-bottom: 3px solid #1667B2;
}

.max-limit-size-logo {
    max-width: 160px;
}

.a-line-none {
    text-decoration: none;
}

.flag-size {
    width: 25px;
}

.cs-pointer {
    cursor: pointer;
}

.dy-none {
    display: none;
}

.mTop150 {
    margin-top: 150px
}

.mTop-n5 {
    margin-top: -5px;
}

.bg-CI {
    background: #1667B2;
}

.menu-mobile-item {
    display: none;
}

.cl-blue-opa {
    color: rgba(255, 255, 255, 0.6);
}

.mTop-contact {
    margin-top: 150px;
}

.button-contact-warning {
    padding: .500rem 3.75rem !important;
}

.button-info-warning {
    padding: .500rem 1.75rem !important;
}

.top-text-info {
    margin-top: 50px;
}

.box-info {
    height: 500px;
    background: #000
}

.box-standard {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.box-standard li {
    width: 30%;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 20px 30px 20px;
}

.box-features {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.box-features li {
    width: 20%;
    background: #FFFFFF;
    text-align: center;
}

.box-partner {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: block;
    justify-content: space-around;
}

.box-partner li {
    width: 19%;
    background: #FFFFFF;
    text-align: center;
    display: inline-block;
    margin-top: 60px
}

.images-news {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.box-news {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box-news li {
    width: 30%;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 15px 30px 15px;
}

.box-contact {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 15px;
}

.bg-contact {
    background-image: url("/esign/assets/images/bg/bg-contact.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
}

.bg-blue {
    background-image: url("/esign/assets/images/bg/bg-blue.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    /* padding-bottom: 675px; */
    height: fit-content;
}

.info-macbook-img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 923px;
    /* height: 540px; */
    max-width: 100%;
    /* max-height: 100%; */
}

/* Responsive */

/* // Small devices (landscape phones, 576px and up) */

/* @media (min-width: 576px) {} */

/* // Medium devices (tablets, 768px and up) */

/* @media (min-width: 768px) {} */

/* // Large devices (desktops, 992px and up) */

@media screen and (min-width: 992px) {
    .Mobile {
        display: none !important;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */

/* @media (min-width: 1200px) {} */

/* // XX-Large devices (larger desktops, 1400px and up) */

/* @media (min-width: 1400px) {} */

/* // Small devices (landscape phones, less than 768px) */

@media screen and (max-width: 767.98px) {
    .box-standard {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        display: block;
        justify-content: space-around;
    }

    .box-standard li {
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 20px 20px 30px 20px;
        margin-top: 15px;
        text-align: center;
    }

    .box-features {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        display: block;
        justify-content: space-around;
    }

    .box-features li {
        width: 49%;
        background: #FFFFFF;
        text-align: center;
        margin-top: 15px;
        display: inline-block;
    }

    #img_blockchain_pc {
        display: none;
    }

    .box-partner {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        display: block;
        justify-content: space-around;
    }

    .box-partner li {
        width: 49%;
        background: #FFFFFF;
        text-align: center;
        display: inline-block;
        margin-top: 60px
    }

    .box-news {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        display: block;
        /* justify-content: space-between; */
    }

    .box-news li {
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 15px 15px 30px 15px;
        margin-top: 15px;
    }

    .mTop-contact {
        margin-top: 250px;
    }

}

/* // Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {
    .PC {
        display: none !important;
    }

    .header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        position: fixed;
        background: #FFF;
        z-index: 999;
    }

    .top-text-info {
        margin-top: 100px;
    }

    .images-news {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .menu-mobile {
        background: #FFF;
        width: 0%;
        height: 100%;
        position: fixed;
        z-index: 999;
        top: 60px;
        left: 0;
        transition: 0.5s;
    }

    .menu-mobile-item {
        padding: 10px 15px 10px 15px;
        display: none;
    }

    .menu-hover:hover {
        background: #1667B2;
        color: #FFF !important;
        cursor: pointer;
    }

}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
    .bg-blue {
        background-image: url("/esign/web/images/Creden-bg-blue.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* padding-bottom: 675px; */
        height: fit-content;
    }

    .box-standard {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .box-standard li {
        width: 32%;
        background: #FFFFFF;
        border: 1px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 20px 20px 30px 20px;
    }

    .box-partner {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        display: block;
        justify-content: space-around;
    }

    .box-partner li {
        width: 32%;
        background: #FFFFFF;
        text-align: center;
        display: inline-block;
        margin-top: 60px
    }

    .mTop-contact {
        margin-top: 250px;
    }
}

/* // Large devices (desktops, less than 1200px) */

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .images-news {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

/* // X-Large devices (large desktops, less than 1400px) */

@media screen and (max-width: 1399.98px) {}