/* Minification failed. Returning unminified contents.
(44,32): run-time error CSS1046: Expect comma, found '0'
(44,36): run-time error CSS1046: Expect comma, found '/'
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
    /*background-color: #07a6e3;*/
    background: #E9EBEE;
    background-size: cover;
    display: grid;
    grid-template-areas: "header" "loginform";
    grid-template-columns: 1fr;
    grid-template-rows: 0.07fr 1fr;
    height: 100%;
}

header {
  grid-area: header;
  display: flex;
  background: #365899;
  justify-content: flex-start;
}

  header img {
    margin: 5px;
  }

#searchFrm {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    background: #fff;
    align-self: center;
    padding-bottom: 10%;
    border-radius: 10px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    padding: 30px;
    padding-top: 2%;
    padding-bottom: 2%;
}

#searchFrm label {
    margin: 0;
    font-weight: bold;
    color: #333;
}

    #searchFrm p {
        margin-bottom: 10px;
    }

footer {
    background-color: #3b5998;
}

.main-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
body {
    background: #fff;
    background-image: url(../Content/images/MLE-Body-bg.png);
}

#logo {
    max-height: 74px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-header {
    height: 84px;
}

.container {
    top: 0;
}



.hotline {
    color: #F8EF24;
    margin: 30px 10px;
}

#lang-icons {
    margin: 30px 10px;
}

.container-general-with-img {
    top: 20px;
    background-image: url('../Content/images/background_2.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 270px;
    margin-bottom: 10px;
}

.container-general {
    background-image: url('../Content/images/f34jt2mf2424tv.png');
    border-radius: 10px;
    min-height: 65vh;
}


footer {
    color: white;
    margin-top: 10px;
}

    footer h5 {
        font-size: 18px;
        font-weight: bold;
    }

    footer a {
        color: white;
    }

        footer a:hover {
            color: #ccc;
            text-decoration: none;
        }

.border-1 {
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
}

footer .fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-envelope {
    background: #dd4b39;
    color: white;
}


/* Mobile */

@media only screen and (max-width: 770px) {
    #logo {
        max-height: 50px;
        margin-top: 10px;
        margin-left: 15px;
    }

    .navbar-header {
        height: 70px;
    }

    .navbar-toggle {
        border: 1px solid white;
        margin: 20px 15px;
    }

    span.icon-bar {
        background: white;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .mainHeader {
        margin: 0;
    }

        .mainHeader li {
            width: 100%;
        }

    .hotline {
        margin: 0px 15px;
    }

    #lang-icons {
        margin: 15px 15px;
        float: left !important;
    }

    .btnAnimated--blue {
        border: solid 1px #01944b !important;
    }

    .searchWrapper {
        top: 0px;
    }
}

li.nav-item {
    padding: 0 10px;
}

    li.nav-item.active {
        background: #E40A2B;
    }

#sidebar ul li.active > a {
    color: #E40A2B;
}



.form-header {
    border-color: #4caf50 !important;
    color: #fff !important;
    background: #4caf50 !important;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding: 10px;
}

.control-label {
    font-weight: bold;
    margin-bottom: 0;
    color: #1d1919;
}

textarea.textarea-autosize {
    height: 2.25rem;
    min-height: 2.25rem;
    resize: none;
    overflow-y: hidden;
}

    textarea.textarea-autosize.form-control-lg {
        height: 3.75rem;
        min-height: 3.75rem;
    }

    textarea.textarea-autosize.form-control-sm {
        height: 2rem;
        min-height: 2rem;
    }
.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.nav-link {
    color: #fff !important;
    font-weight: bold;
}


.icon-lg {
    font-size: 50px;
}

#footer {
    position: relative;
    bottom:0;
    width:100%;
}

#company-sign {
    border-top: 1px solid #aaa;
    padding-top: 5px;
}

.footer-copyright {
    background-color: #343C3E;
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo-payment-partner {
    width: 40px;
    border-radius: 10px;
    margin-left: 5px;
}

.left-block {
    text-align: left;
    width: 50%;
}

.right-block {
    text-align: right;
    width: 50%;
}

.footer-copyright .terms_of_use ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-copyright .terms_of_use ul li {
    padding-top: 5px;
    list-style: none;
    border-top: 1px solid #bbbbbb;
    line-height: 2;
}

.fixed-menu-left {
    position: fixed;
    bottom: 10%;
    right: 1rem;
    z-index: 10000;
    display: table;
}

    .fixed-menu-left .button-item {
        position: relative;
    }

.sticky-button {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 30px;
    background-color: rgba(18, 78, 136,1);
    color: #fff;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
    padding: 1rem 1rem;
    margin: 0.5rem 0;
    text-decoration: none !important;
    font-weight: bold;
    display: block;
    overflow: hidden;
}

    .sticky-button.facebook i {
        font-size: 35px;
        position: absolute;
        left: 16%;
        top: 6%;
    }

    .sticky-button i {
        font-size: 40px;
        position: absolute;
        left: 6.5%;
        top: 0%;
        /* 	animation:phone-vr-circle-fill 3s infinite ease-in-out; */
    }

    .sticky-button:hover span {
        visibility: visible;
    }

    .sticky-button span {
        font-size: 20px;
        visibility: hidden;
        width: 150px;
        background-color: rgba(18, 78, 136,0.7);
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px 5px;
        position: absolute;
        z-index: 1;
        top: 7px;
        right: 120%;
    }

        .sticky-button span::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent rgba(18, 78, 136,0.7);
        }

.menu-icon {
    height: 35px;
    position: absolute;
    left: 20%;
    top: 20%
}

.sticky-button:hover {
    cursor: pointer;
}


.bg-custom {
    background-color: #17a2b8 !important;
    border: none;
}

.main-footer {
    background-color: #17a2b8 !important;
}
