@font-face {
    font-family: "Panton-ExtraBold";
    src: url('font/Panton-ExtraBold.otf') format('truetype');
}

@font-face {
    font-family: "Panton-Black";
    src: url('font/Panton-Black.otf') format('truetype');
}

@font-face {
    font-family: "Panton-Regular";
    src: url('font/Panton-Regular.otf') format('truetype');
}

@font-face {
    font-family: "Lato-Regular";
    src: url('font/Lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Lato-Bold";
    src: url('font/Lato/Lato-Bold.ttf') format('truetype');
}

body {
    font-family: 'Lato-Regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

strong {
    font-weight: 500;
}

a,
a:hover,
a:focus {
    color: #428BCA;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #428BCA;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #428BCA;
    color: #fff;
    text-shadow: none;
}


/***** Top menu *****/

.navbar {
    padding-top: 10px;
    background: #333;
    background: rgba(51, 51, 51, 0.3);
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.navbar.navbar-no-bg {
    background: none;
}

ul.navbar-nav {
    font-size: 16px;
    color: #fff;
}

.navbar-inverse ul.navbar-nav li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-inverse ul.navbar-nav li .li-text {
    opacity: 0.8;
}

.navbar-inverse ul.navbar-nav li a {
    display: inline;
    padding: 0;
    color: #fff;
}

.navbar-inverse ul.navbar-nav li a:hover {
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}

.navbar-inverse ul.navbar-nav li a:focus {
    color: #fff;
    outline: 0;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}

.navbar-inverse ul.navbar-nav li .li-social a {
    margin: 0 5px;
    font-size: 28px;
    vertical-align: middle;
}

.navbar-inverse ul.navbar-nav li .li-social a:hover,
.navbar-inverse ul.navbar-nav li .li-social a:focus {
    border: 0;
    color: #428BCA;
}

.navbar-brand {
    width: 162px;
    background: url(../img/logo.png) left center no-repeat;
    text-indent: -99999px;
}


/***** Top content *****/

.top-content {
    padding: 40px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    padding-top: 40px;
}

.f1 {
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: #007bff;
}

.f1-step {
    position: relative;
    float: left;
    width: 32%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #007bff;
    color: #007bff;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 45px;
    height: 45px;
    margin-top: 0;
    background: #007bff;
    font-size: 22px;
    line-height: 42px;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p {
    color: #007bff;
}

.f1-step.active p {
    color: #007bff;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: red;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .navbar {
        padding-top: 0;
    }

    .navbar.navbar-no-bg {
        background: #333;
        background: rgba(51, 51, 51, 0.9);
    }

    .navbar-brand {
        height: 60px;
        margin-left: 15px;
    }

    .navbar-collapse {
        border: 0;
    }

    .navbar-toggle {
        margin-top: 12px;
    }

    .top-content {
        padding: 40px 0 110px 0;
    }
}

@media (max-width: 415px) {

    h1,
    h2 {
        font-size: 32px;
    }

    .f1 {
        padding-bottom: 20px;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }
}


/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    /* logo */
    .navbar-brand {
        background-image: url(../img/logo@2x.png) !important;
        background-repeat: no-repeat !important;
        background-size: 162px 36px !important;
    }
}

@media (min-width: 480px) {
    .bx-livechat-wrapper {
        height: 430px !important;
    }
}

.bx-livechat-copyright {
    display: none !important;
}

.bx-im-textarea-app-button {
    margin: auto;
}


/* Custom v2 */

.container-hd {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-hd {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-hd {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-hd {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-hd {
        /* max-width: 1140px; */
        max-width: 85%;
    }
}

.logo-PoS {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.nav_menu {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    /* height: 50px; */
}

.nav_item {
    position: relative;
    float: left;
    padding: 10px 0;
    line-height: 1.4;
    padding-top: 13px;
}

.btn-signin:active {
    background-image: linear-gradient(#c74a27, #e99834) !important;
}

.btn-signin {
    background-image: linear-gradient(#e99834, #c74a27);
    color: white !important;
    border-radius: 10px;
    font-size: 90%;
    --webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    font-family: 'Panton-Regular';
    letter-spacing: 0px;
    font-weight: normal;
}

.nav_item_wrapper a {
    color: #333;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.btn-signin-atb {
    background-image: linear-gradient(#B31E3C, #940404);
    color: white !important;
    border-radius: 10px;
    font-size: 90%;
    --webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    font-family: 'Panton-Regular';
    letter-spacing: 0px;
    font-weight: normal;
}


footer.atb {
    padding: 15px 0;
    background-image: linear-gradient(#B31E3C, #940404);
    color: white;
}
a.menus {
    font-size: 90%;
    font-weight: 600;
    margin-right: 20px;
    letter-spacing: 0;
}

a.menus.btn.btn-signin {
    font-weight: 500;
    font-family: 'Panton-Regular', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 0;
}

.header {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
}

h1.title {
    font-weight: bold;
    font-size: 52px;
    font-family: 'Panton-ExtraBold', Helvetica, Arial, Lucida, sans-serif;
    color: #752c1d;
}

p {
    font-size: 15px;
}

.margin-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}


/* .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */

button.login_btn {
    height: unset;
    border-radius: 25px;
    padding-bottom: 7px;
    border: 1px solid transparent;
    padding-top: 7px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
    line-height: unset;
    -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    font-size: 15px;
    font-weight: bolder;
    line-height: 40px;
    color: #fff;
    font-family: 'Panton-ExtraBold', Helvetica, Arial, Lucida, sans-serif;
}

.r-me {
    color: #333;
}

.f-pass {
    color: #007bff;
    font-weight: 600;
}

.t-buttn {
    font-size: 15px;
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Lato-Regular', Helvetica, Arial, Lucida, sans-serif;
}

.copyright {
    vertical-align: sub;
}

@media (max-width:500px) {
    .text-copyright {
        font-size: 12px;
    }

    img.sisi-logo {
        width: 40px;
    }

    footer {
        text-align: center;
    }
}

@media (max-width:422px) {
    .text-copyright {
        font-size: 12px;
    }

    img.sisi-logo {
        width: 40px;
    }
}

@media (max-width:412px) {
    .text-copyright {
        font-size: 10px;
    }

    img.sisi-logo {
        width: 35px;
    }

    .copyright {
        vertical-align: inherit;
    }
}

@media (max-width:348px) {
    .text-copyright {
        font-size: 9px;
    }

    img.sisi-logo {
        width: 25px;
    }
}

@media (max-width:310px) {
    .text-copyright {
        font-size: 8px;
    }

    img.sisi-logo {
        width: 20px;
    }
}

@media (max-width:276px) {
    .text-copyright {
        font-size: 7px;
    }

    img.sisi-logo {
        width: 15px;
    }
}

a.menus:hover {
    color: #fec503;
}


/* Burger Menu */

.menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000000;
}

.menu-wrap .toggler {
    position: absolute;
    top: 35px;
    right: 115px;
    z-index: 200000000;
    cursor: pointer;
    width: 40px;
    height: 30px;
    opacity: 0;
}

.menu-wrap .humburger {
    position: absolute;
    top: 35px;
    right: 115px;
    z-index: 100000000;
    width: 40px;
    height: 30px;
    padding: 10px;
    background-color: #fed136;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 722px) {
    .menu-wrap .toggler {
        position: absolute;
        top: 35px;
        right: 100px;
        z-index: 200000000;
        cursor: pointer;
        width: 40px;
        height: 30px;
        opacity: 0;
    }

    .menu-wrap .humburger {
        position: absolute;
        top: 35px;
        right: 100px;
        z-index: 100000000;
        width: 40px;
        height: 30px;
        padding: 10px;
        background-color: #fed136;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 650px) {
    .menu-wrap .toggler {
        position: absolute;
        top: 35px;
        right: 50px;
        z-index: 200000000;
        cursor: pointer;
        width: 40px;
        height: 30px;
        opacity: 0;
    }

    .menu-wrap .humburger {
        position: absolute;
        top: 35px;
        right: 50px;
        z-index: 100000000;
        width: 40px;
        height: 30px;
        padding: 10px;
        background-color: #fed136;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* Humburger Lines */

.menu-wrap .humburger>div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}


/* Top Bottom line */

.menu-wrap .humburger>div:before,
.menu-wrap .humburger>div:after {
    content: '';
    position: absolute;
    z-index: 100000000;
    top: -6px;
    width: 100%;
    height: 2px;
    background: inherit;
}


/* Moves line down */

.menu-wrap .humburger>div:after {
    top: 6px;
}


/* Toggler animates */

.menu-wrap .toggler:checked+.humburger>div {
    transform: rotate(135deg);
}


/* Turn lines into x */

.menu-wrap .toggler:checked+.humburger>div:before,
.menu-wrap .toggler:checked+.humburger>div:after {
    top: 0;
    transform: rotate(90deg);
}


/* Rotate on hover when checked */

.menu-wrap .toggler:checked:hover+.humburger>div {
    transform: rotate(225deg);
}


/* Show menu */

.menu-wrap .toggler:checked~.menu {
    visibility: visible;
}

.menu-wrap .toggler:checked~.menu>div {
    transform: scale(1);
    transition-duration: 0.75s;
}

.menu-wrap .toggler:checked~.menu>div>div {
    opacity: 1;
    transition: opacity 0, 4s ease;
}

.menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrap .menu>div {
    background-color: rgba(24, 39, 51, 0.85);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}

.menu-wrap .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vw;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.menu-wrap .menu>div>div>ul>li {
    list-style: none;
    color: #fff;
    font-size: 1.2rem;
    padding-top: 2rem;
}

.menu-wrap .menu>div>div>ul>li>a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}

.menu-wrap .humburger {
    visibility: hidden;
}

.menu-wrap .toggler {
    visibility: hidden;
}

.h-hide-mb {
    display: block;
}

@media (max-width: 767px) {
    .menu-wrap .humburger {
        visibility: visible;
    }

    .menu-wrap .toggler {
        visibility: visible;
    }

    .h-hide-mb {
        display: none;
    }
}


/* End Burger menus */

@media (max-width: 500px) {
    h1.title {
        font-size: 30px;
    }

    .t-buttn {
        font-size: 13px;
    }

    button.login_btn {
        font-size: 13px;
        padding-top: 4px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 4px;
    }
}

@media (max-width: 454px) {
    .t-buttn {
        font-size: 11px;
    }
}

@media (max-width: 368px) {
    .t-buttn {
        font-size: 10px;
    }
}

img.sisi-logo {
    width: 50px;
}

footer {
    padding: 15px 0;
    background-image: linear-gradient(#e99834, #c74a27);
    color: white;
}

span.copyright>a {
    color: white;
}

button.btn.btn-next {
    height: unset;
    border-radius: 25px;
    padding-bottom: 7px;
    border: 1px solid transparent;
    padding-top: 7px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
    line-height: unset;
    -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #007bff;
    color: white;
    font-family: 'Panton-ExtraBold', Helvetica, Arial, Lucida, sans-serif;
}

button.btn.btn-previous {
    background: transparent;
    color: #007bff;
    font-weight: 1000;
    font-family: 'Panton-Regular', Helvetica, Arial, Lucida, sans-serif;
}

button.btn.btn-previous:hover {
    color: #0b4f8a !important;
}

button.btn.btn-next:hover, button#regis:hover {
    background-color: #0b4f8a !important;
}

button.btn.btn-next:active, button#regis:active {
    transform: scale(0.95);
}

button#regis {
    height: unset;
    border-radius: 25px;
    padding-bottom: 7px;
    border: 1px solid transparent;
    padding-top: 7px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
    line-height: unset;
    -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #007bff;
    color: white;
    font-family: 'Panton-ExtraBold', Helvetica, Arial, Lucida, sans-serif;
}

img.f-logo {
    max-width: 200px;
    margin: 5px 0 10px 0;
}

@media(max-width:767px) {
    img.f-logo {
        max-width: 200px;
        margin: 5px 0 10px 0;
    }
}

@media(max-width:450px) {
    img.f-logo {
        max-width: 110px;
    }
}

div .menu>div>div>ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-inline-start: 0;
}

span.copyright>a {
    color: #ffffffc7;
}

@media (min-width: 575px) {
    span.copyright>a {
        margin-left: 20px;
    }
}

.flag-lang-li {
    padding: 0.5rem 1rem;
}

.flag-lang-a {
    font-weight: 600;
    letter-spacing: 0px;
    color: black;
    font-family: 'Lato-Regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.flag-lang-a:hover {
    color: #fed136;
}