body {
    font-family: Helvetica, Arial, sans-serif;
    color: #666;
    background: rgba(0, 0, 100, 0.02);
    font-size: 15px;
}
body:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    background: transparent linear-gradient(to right, #f76b1c, #f73f5f) repeat scroll 0 0;
}
.site-logo {
    z-index: 10000;
    position: absolute;
    top: -10px;
    right: 400px;
    display:relative;
    transform:scale(.8);
}
.site-logo img {
    /* background: #fff; */
    border-radius: 50%;
    /* padding: 0px 10px; */
    width: 120px;
}
.site-logo p {
    background: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius:50px;
    font-weight: 700;
    font-size: 14pt;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #f73f5f;
    position: absolute;
    width: 250px;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    margin: 0;
}
@media screen and (max-width: 1000px) {
    .site-logo {
        top: 200px;
    }
    .site-logo img {
        width: 80px;
        padding: 0 5px;
    }
    .site-logo p {
        font-size: 10pt;
        left: 70px;
        width: 180px;
    }
}
.login-btn {
    position: absolute;
    top: 85px;
    right: 20px;
    display: none;
    font-weight: 700;
    font-size: 13pt;
}
@media screen and (max-width: 1000px) {
    .login-btn {
        display: block;
    }
}
.translation {
    position: absolute;
    top: 25px;
    right: 60px;
    padding: 20px;
    border: none;
    border-radius: 1px;
    height: 30px;
    background: #fff;
    color: #f73f5f;
}
.md-tab {
    width: 100%;
}
.md-tab .tab-nav {
    box-shadow: none;
    border-radius: 2px;
}
.md-tab .tab-nav .nav-item:after {
    background: #f73f5f !important;
}
.md-tab .tab-nav button {
    float: right;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
    font-weight: 700;
    font-size: 13pt;
}
@media screen and (max-width: 1000px) {
    .md-tab .tabs {
        position: relative;
        top: 40px;
    }
}
.md-tab .tabs .tab {
    box-shadow: none;
    border-radius: 2px;
}
@media screen and (max-width: 1060px) {
    .md-tab .tab-nav {
        overflow: hidden;
        overflow-x: scroll;
    }
    .md-tab .tab-nav button {
        display: none;
    }
}
button {
    background: none;
    border: none;
    background: #f73f5f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    margin: 10px auto;
}
input,
textarea {
    display: block;
    width: 100%;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    margin: 5px auto 10px auto;
    padding: 10px 20px;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
    resize: none;
}
input:focus,
textarea:focus {
    border: 1px solid #f73f5f;
}
input::placeholder,
textarea::placeholder {
    color: #999;
    font-weight: 300;
}
.footer {
    padding: 20px;
    text-align: center;
}
.footer a {
    margin: 0 10px;
    font-size: 13px;
}
.msg {
    padding: 20px;
    margin: 20px auto;
    background: #53c28c;
    color: #fff;
    position: relative;
}
.msg .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    padding: 10px;
}
@keyframes note {
    from {
        right: -30%;
    }
    to {
        right: 0;
    }
}
.home-page .carousel {
    height: 70vh !important;
}
.home-page .carousel li {
    overflow: hidden;
}
.home-page .carousel li .note {
    position: absolute;
    width: 30%;
    height: 100%;
    right: -30%;
    opacity: 0;
    background: #f73f5f;
    padding: 70px 50px;
    transition: 0.3s ease-in-out;
}
.home-page .carousel li .note:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    top: 50%;
    left: -15px;
    background: #f73f5f;
    transform: translate(0, -50%) rotatez(45deg);
}
.home-page .carousel li .note p {
    font-weight: 100;
    font-size: 15px;
}
.home-page .carousel li .note p:nth-child(2) {
    font-weight: 400;
    font-size: 17px;
}
.home-page .carousel li .note button {
    border: none;
    background: #fff;
    border-radius: 5px;
    color: #f73f5f;
    font-weight: 100;
    padding: 5px 20px;
    margin: 20px auto;
    cursor: no-drop !important;
}
.home-page .carousel li.active .note {
    right: 0;
    opacity: 1;
    transition: 0.5s 0.8s ease-in-out;
}
@media screen and (max-width: 900px) {
    .home-page .carousel .note {
        bottom: 0;
        left: 0;
        height: 30% !important;
        width: 100% !important;
        padding: 10px 30px !important;
        right: auto;
    }
    .home-page .carousel .note:after {
        top: -15px !important;
        transform: translate(-50%, 0) rotatez(45deg) !important;
        left: 50% !important;
    }
}
.home-page .more {
    margin-top: 40px;
}
.home-page .more .stock {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 300;
}
.home-page .more .stock label {
    color: #f73f5f;
    margin: 0 10px;
    font-weight: 500;
}
.home-page .more .stock span.md-red,
.home-page .more .stock span.md-grey,
.home-page .more .stock span.md-green {
    margin: 0 10px;
}
.home-page .more .news {
    padding: 20px;
    margin: 40px auto;
    border-radius: 5px;
    border: 1px solid rgba(255, 110, 19, 0.3);
}
.home-page .more .news h1 {
    text-align: center;
}
.home-page .more .news .news-item {
    background: #fff;
    color: #f73f5f;
    padding: 10px;
    width: 95%;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.home-page .more .news .news-item .cover {
    height: 25vh;
    background-size: cover !important;
}
.home-page .more .news .news-item .body {
    padding: 10px;
}
.home-page .more .news .news-item .body h2 {
    font-weight: 400;
}
.home-page .more .news .news-item .body p {
    font-weight: 200;
    color: #999;
}
.about-page {
    padding: 10px 50px;
    text-align: justify;
}
.about-page h3 {
    color: #f73f5f;
}
.savings-page .header {
    background: #f73f5f;
    padding: 10px;
    color: #fff;
    position: relative;
}
.savings-page .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-weight: 400;
}
.savings-page .item:last-child {
    border-bottom: none;
}
.savings-page .item .col {
    padding-right: 20px;
}
.savings-page .item .col p:last-child {
    font-size: 12px;
    color: #999;
}
.savings-page .item .col-1 p {
    font-size: 13px !important;
    color: #666 !important;
}
.savings-page .item .col-2 p {
    font-size: 15px !important;
    color: #666 !important;
}
@media screen and (max-width: 800px) {
    .services-page .carousel,
    .services-page .notes {
        width: 100% !important;
    }
}
.services-page .carousel {
    width: 50%;
    height: 50vh;
    float: left;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border: 10px solid #fff;
}
.services-page .notes {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.services-page .notes .inner {
    background: #f73f5f;
    padding: 20px;
    color: #fff;
    font-weight: 200;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
}
.services-page .notes .inner p {
    font-size: 13px;
}
@media screen and (max-width: 800px) {
    .contact-page .form,
    .contact-page .info {
        width: 100% !important;
    }
}
.contact-page .form {
    width: 50%;
    float: left;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.contact-page .info {
    float: left;
    width: 50%;
}
.contact-page .info .inner {
    background: #f73f5f;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
}
.contact-page .info .inner p {
    font-weight: 300;
}
@keyframes error {
    0% {
        transform: translate(-60%, -50%);
    }
    30% {
        transform: translate(-40%, -50%);
    }
    60% {
        transform: translate(-60%, -50%);
    }
    90% {
        transform: translate(-40, -50%);
    }
}
.login-pane {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #f73f5f;
    background: url(../img/bg/4.jpg) center;
    background-size: cover;
    top: 0;
    left: 100%;
    opacity: 0;
    transition: 0.5s 0.6s ease-in-out;
}
.login-pane.active {
    left: 0;
    opacity: 1;
    transition: 0.5s ease-in-out;
}
.login-pane img {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: contrast(200%);
    opacity: 0.5;
}
.login-pane .login-card {
    width: 35%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 3px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.5s ease-in-out;
    padding: 20px;
    font-weight: 300;
}
.login-pane .login-card.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s 0.7s ease-in-out;
}
.login-pane .login-card.error {
    animation: error 0.3s ease-in-out;
}
.login-pane .login-card .icon[cls-btn] {
    position: absolute;
    right: 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.login-pane .login-card .icon[cls-btn]:hover {
    color: tomato;
}
.login-pane .login-card h1 {
    font-weight: 300;
    text-align: center;
}
.login-pane .login-card .form {
    width: 90%;
    margin: 10px auto;
}
.login-pane .login-card .form input {
    padding-left: 50px;
}
.login-pane .login-card .form input.user-md {
    background: url(icon/user.png) no-repeat;
    background-size: 25px;
    background-position: 10px;
}
.login-pane .login-card .form input.key-md {
    background: url(icon/key.png) no-repeat;
    background-size: 25px;
    background-position: 10px;
}
.login-pane .otp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 35%;
    padding: 50px;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
}
.login-pane .otp.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s 0.7s ease-in-out;
}
.login-pane .otp.error {
    animation: error 0.2s ease-in-out;
}
.login-pane .otp h2 {
    font-weight: 400;
    color: #1abc9c;
    margin: 0 0 40px 0;
}
.login-pane .otp input {
    width: 40%;
    text-align: center;
    font-size: 20px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.login-pane .otp button {
    width: 100%;
    margin: 40px 0 0 0;
}
@media screen and (max-width: 800px) {
    .login-pane .login-card,
    .login-pane .otp {
        width: 350px;
    }
}
@media screen and (max-width: 1060px) {
    .site-logo {
        width: 150px;
    }
} /*# sourceMappingURL=style.min.css.map */
