/* Minification failed. Returning unminified contents.
(368,49): run-time error CSS1038: Expected hex color, found '#fff0'
(368,55): run-time error CSS1038: Expected hex color, found '#fff0'
(368,90): run-time error CSS1038: Expected hex color, found '#fff0'
(368,141): run-time error CSS1038: Expected hex color, found '#fff0'
(368,172): run-time error CSS1038: Expected hex color, found '#fff0'
(368,179): run-time error CSS1038: Expected hex color, found '#fff0'
(377,49): run-time error CSS1038: Expected hex color, found '#fff0'
(377,55): run-time error CSS1038: Expected hex color, found '#fff0'
(377,90): run-time error CSS1038: Expected hex color, found '#fff0'
(377,97): run-time error CSS1038: Expected hex color, found '#fff0'
(377,130): run-time error CSS1038: Expected hex color, found '#fff0'
(377,170): run-time error CSS1038: Expected hex color, found '#fff0'
(377,177): run-time error CSS1038: Expected hex color, found '#fff0'
(386,100): run-time error CSS1038: Expected hex color, found '#fff0'
(386,133): run-time error CSS1038: Expected hex color, found '#fff0'
(386,140): run-time error CSS1038: Expected hex color, found '#fff0'
(386,171): run-time error CSS1038: Expected hex color, found '#fff0'
(386,178): run-time error CSS1038: Expected hex color, found '#fff0'
 */
.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #37424a;
    border-radius: 45px;
}
    .form-control:focus {
        outline: 0;
    }
    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

textarea.form-control {
    height: auto;
    border-radius: 25px;
}
.info-text-wrapper {
    border: 1px solid #a5a5a5;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
}

    .info-text-wrapper .title {
        color: #3B4146;
        margin: 0 0 15px;
        width: 20%;
        font-size: 28px;
    }

    .info-text-wrapper .text {
        text-align: justify;
        color: #6C7379;
        width: 80%;
    }

    .info-text-wrapper [id^="moreContent"] {
        display: none;
        overflow-x: auto;
    }
    .info-text-wrapper .article-more-content [id^="moreContent"] {
        display: block !important;
    }

    .info-text-wrapper .article-more-content {
        display: none;
    }

    .info-text-wrapper .info-text-showmore-button {
        text-align: right;
        width: 100%;
    }


@media (max-width:767px) {
    .info-text-wrapper {
        margin: 0 15px 50px;
        padding: 20px;
    }

        .info-text-wrapper .title, .info-text-wrapper .text {
            width: 100%;
        }

        .info-text-wrapper .info-text-showmore-button {
            margin-top: 15px;
        }

        .info-text-wrapper .title {
            font-size: 24px;
        }
}

.btn-solid {
    background-color: #37424A;
    color: #fff;
}

    .btn-solid:not([disabled]):hover,
    .btn-solid:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #F0F0F0;
        color: #000;
    }

.btn-ghost {
    background-color: #fff;
    border: 1px solid #3074FF;
    color: #3074FF;
}

    .btn-ghost:not([disabled]):hover,
    .btn-ghost:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #3074FF;
        color: #fff;
    }

.btn-success {
    background-color: #419641;
    border: 1px solid #419641;
    color: #fff;
}

    .btn-success:not([disabled]):hover,
    .btn-success:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #419641;
        color: #fff;
    }

.btn-solid,
.btn-ghost,
.btn-success {
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 25px;
    border: 0;
    letter-spacing: 1px;
}

    .btn-solid[disabled],
    .btn-ghost[disabled],
    .btn-success[disabled] {
        opacity: .6;
    }

/*#region CORPORATE-BUTTON*/

.corporate-button {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px;
    background-color: white;
    text-align: center;
    color: inherit;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 9px;
}

    .corporate-button.active,
    input:checked + .corporate-button {
        box-shadow: 0 0px 6px 3px #4372f6;
    }

    .corporate-button:hover,
    .corporate-button:focus {
        cursor: pointer;
        text-decoration: none;
        color: dimgray;
        fill: dimgray;
    }

    .corporate-button:active {
        transform: scale(0.98);
    }

/*#endregion CORPORATE-BUTTON*/

/*#region CORPORATE-LINK*/

.corporate-link {
    color: inherit;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none !important;
}

    .corporate-link:not(.active):hover,
    .corporate-link:not(.active):focus-within,
    .corporate-link:not(.active):hover > svg,
    .corporate-link:not(.active):focus-within > svg {
        color: #1e49a2;
        fill: #1e49a2;
    }

    .corporate-link:not(.active):active {
        transform: scale(0.98);
    }

/*#endregion CORPORATE-LINK*/



.btn-link {
    color: #878E94;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    border: 0;
}

    .btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:visited {
        text-decoration: none;
        outline: none;
    }

    .btn-link:hover {
        text-decoration: underline;
    }

    .btn-link:active {
        font-weight: 800;
    }

    .btn-link.icon-link .fa {
        margin-left: 3px;
        font-size: 12px;
    }

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled] {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover {
                color: #777;
                text-decoration: none
            }

            .btn-link img {
                vertical-align: sub;
            }

            .btn-link.blue {
                color: #3074FF;
            }

/* Btn Loading */
.btn-solid .loading, .btn-ghost .loading {
    display: none;
}

.btn-loading {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

    .btn-loading .loading {
        display: block;
        margin-left: 10px;
        -webkit-animation: fa-spin 1s steps(8) infinite;
        animation: fa-spin 1s steps(8) infinite;
    }

        .btn-loading .loading:before {
            content: "\f110";
            font-family: FontAwesome, sans-serif;
        }
/* /Btn Loading */

nav.main-menu .main-menu-list {
    justify-content: flex-start;
}

    nav.main-menu .main-menu-list .item {
        margin-right: 30px;
    }

.corporate_banner {
    background: url('/Assets/Images/corporate_banner.webp') no-repeat;
    background-size: 100% 100%;
    height: 385px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .corporate_banner .banner_desc {
        font-size: 45px;
        font-weight: bold;
        line-height: 1.07;
        letter-spacing: -1.13px;
        color: #2d2d2d;
        text-align: center;
    }

    .corporate_banner .web_banner_icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .corporate_banner .web_banner_icons .icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 50%;
            height: 192px;
            padding: 55px;
        }

            .corporate_banner .web_banner_icons .icon img {
                width: 50px;
                margin-bottom: 10px;
            }

            .corporate_banner .web_banner_icons .icon span {
                font-size: 18px;
                font-weight: 500;
                line-height: 1.2;
                letter-spacing: -0.27px;
                text-align: center;
                color: #374249;
            }

    .corporate_banner .phone_banner_icons {
        display: none;
    }

#corporate .icon:nth-child(1) {
    border: 2px solid transparent;
    background-image: linear-gradient(to right, #fff0,#fff0), linear-gradient(to bottom, #fff0, #dedede), linear-gradient(to left, #dedede, #fff0), linear-gradient(to top,#fff0, #fff0);
    background-origin: border-box;
    background-size: 100% 0px, 1px 100%, 100% 1px, 0px 100%;
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat;
}

#corporate .icon:nth-child(2) {
    border: 2px solid transparent;
    background-image: linear-gradient(to right, #fff0,#fff0), linear-gradient(to bottom, #fff0, #fff0), linear-gradient(to left, #fff0, #dedede), linear-gradient(to top,#fff0, #fff0);
    background-origin: border-box;
    background-size: 100% 0px, 1px 100%, 100% 1px, 0px 100%;
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat;
}

#corporate .icon:nth-child(3) {
    border: 2px solid transparent;
    background-image: linear-gradient(to right, #dedede,#fff), linear-gradient(to bottom, #dedede, #fff0), linear-gradient(to left, #fff0, #fff0), linear-gradient(to top,#fff0, #fff0);
    background-origin: border-box;
    background-size: 100% 0px, 1px 100%, 100% 1px, 0px 100%;
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat;
}



.phone_banner_icons {
    display: none;
}

.products_area {
    margin-top: 50px;
    margin-bottom: 100px;
}

    .products_area p {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.38;
        text-align: center;
        color: #374249;
        margin-bottom: 40px;
    }

    .products_area .web_products {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .products_area .web_products .product {
            text-align: center;
            width: 235px;
        }

            .products_area .web_products .product:hover span {
                color: rgba(45,45,45,1);
            }

            .products_area .web_products .product:hover img {
                opacity: 1;
            }

            .products_area .web_products .product span {
                font-size: 20px;
                font-weight: 500;
                line-height: 1.88;
                letter-spacing: -0.51px;
                text-align: center;
                color: rgba(45, 45, 45, 0.8);
            }

            .products_area .web_products .product img {
                width: 100%;
                height: 100%;
                opacity: 0.82;
                mix-blend-mode: darken;
                margin-top: 30px;
            }

    .products_area .phone_products {
        display: none;
    }

.partners {
    display: none;
}

@media (min-device-width:568px) and (max-device-width:768px) and (-webkit-min-device-pixel-ratio: 2) {
    .corporate_banner {
        height: 160px;
        margin-left: -15px;
        margin-right: -15px;
        justify-content: center;
        padding: 20px;
    }

        .corporate_banner .banner_desc {
            font-size: 20px;
            line-height: 1.2;
            letter-spacing: -0.5px;
        }

        .corporate_banner .web_banner_icons {
            display: none;
        }

    .phone_banner_icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .phone_banner_icons .icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 50%;
            height: 110px;
            padding: 20px;
        }

            .phone_banner_icons .icon img {
                width: 36px;
                margin-bottom: 10px;
                height: auto;
            }

            .phone_banner_icons .icon span {
                font-size: 14px;
                font-weight: 500;
                line-height: 0.9;
                letter-spacing: -0.22px;
                text-align: center;
                color: #30434d;
            }
}


@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .corporate_banner {
        height: 141px;
        margin-left: -15px;
        margin-right: -15px;
        justify-content: center;
        padding: 20px;
    }

        .corporate_banner .banner_desc {
            font-size: 20px;
            line-height: 1.2;
            letter-spacing: -0.5px;
        }

        .corporate_banner .web_banner_icons {
            display: none;
        }

    .phone_banner_icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .phone_banner_icons .icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 50%;
            height: 110px;
            padding: 20px;
        }

            .phone_banner_icons .icon img {
                width: 36px;
                margin-bottom: 10px;
            }

            .phone_banner_icons .icon span {
                font-size: 14px;
                font-weight: 500;
                line-height: 0.9;
                letter-spacing: -0.22px;
                text-align: center;
                color: #30434d;
            }

    .partners {
        display: flex;
        justify-content: center;
        margin-top: 36px;
    }

        .partners ul {
            display: flex;
            justify-content: space-around;
            width: 80%;
        }

    .products_area {
        margin-top: 60px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 60px;
    }

        .products_area p {
            font-size: 20px;
            letter-spacing: -0.5px;
        }

        .products_area .web_products {
            display: none;
        }

        .products_area .phone_products {
            display: flex;
            flex-direction: column;
            align-items: center;
            background-image: url('/Assets/Images/phone_products_bg.webp');
            background-size: cover;
        }

            .products_area .phone_products a {
                font-size: 18px;
                font-weight: bold;
                line-height: 1.5;
                letter-spacing: -0.45px;
                text-align: center;
                color: #fffefe;
                background-color: #2e4352db;
                width: 100%;
                padding: 25px 0px;
                border-bottom: 1px solid #2e4352;
            }

    .info-text-wrapper {
        background-color: #fff;
        border: 1px solid #a5a5a5;
        padding: 30px;
        border-radius: 5px;
        margin-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
    }

        .info-text-wrapper ul {
            margin-top: 20px;
            margin-left: 20px;
        }

            .info-text-wrapper ul li {
                margin-top: 5px;
            }
}

