input {
    -webkit-appearance: none;
    border-radius: 0
}

    input::placeholder {
        font-family: CeraPro-Regular;
        letter-spacing: -.34px
    }

    input:-ms-input-placeholder, input::-ms-input-placeholder {
        font-family: CeraPro-Regular;
        letter-spacing: -.34px
    }

    input::-webkit-input-placeholder {
        font-family: CeraPro-Regular;
        letter-spacing: -.34px
    }

a:hover {
    color: initial
}

.popupClose {
    cursor: pointer;
    opacity: .8;
    position: relative
}

    .popupClose, .popupClose img {
        height: 20px;
        width: 20px
    }

.Combined_Shape {
    background-image: none;
    border: 2px solid transparent;
    border-radius: 40px;
    cursor: pointer;
    height: 29px;
    position: relative;
    width: 34px
}

    .Combined_Shape:after, .Combined_Shape:before, .Combined_Shape_desktop:after, .Combined_Shape_desktop:before {
        border-radius: 5px;
        box-sizing: border-box;
        content: "";
        display: block;
        height: 2px;
        left: -3px;
        position: absolute;
        top: 11px;
        width: 30px
    }

    .Combined_Shape:after, .Combined_Shape_desktop:after {
        transform: rotate(-45deg)
    }

    .Combined_Shape:before, .Combined_Shape_desktop:before {
        transform: rotate(45deg)
    }

.Combined_Shape_desktop {
    background-image: none;
    border: none;
    cursor: pointer;
    height: 22px;
    position: relative;
    width: 22px
}

    .Combined_Shape_desktop:after, .Combined_Shape_desktop:before {
        background: #000
    }

.Combined_Shape:after, .Combined_Shape:before {
    background: #fff
}

.Path_6 {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 15px;
    margin-bottom: 4px;
    transform: rotate(45deg);
    transition-duration: .5s;
    width: 8px
}

.showpassword, .showpassword_active {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 3
}

img {
    max-width: 100%
}

.heading-01 {
    color: #152b55;
    font-size: 45px;
    letter-spacing: -1.08px;
    line-height: 57px;
    margin: 30px 0 20px
}

.text-medium {
    color: #152b55
}

.btns-primary, .text-medium {
    font-family: CeraPro-Medium;
    font-weight: 500
}

.btns-primary {
    background-color: #aa3139;
    border: 1px solid #aa3139;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
    letter-spacing: -.34px;
    line-height: 35px;
    padding: 0 25px;
    text-align: center;
    transition: all .5s ease
}

    .btns-primary.bg-red {
        background-color: #aa3139;
        border: none
    }

.btn-large {
    height: 60px;
    line-height: 60px;
    min-width: 220px
}

.btns-primary.bg-red:hover {
    background-color: #aa3139;
    border: 1px solid #fff;
    color: #fff;
    outline: 4px solid #aa3139
}

.btns-primary.bg-red:focus {
    background-color: #aa3139;
    border: 2px solid #fff;
    box-shadow: unset;
    color: #fff;
    outline: 3px solid #aa3139
}

.btns-primary.bg-red:active {
    background-color: #801920;
    border: 1px solid #fff;
    color: #fff;
    outline: 4px solid #801920
}

.btns-primary:hover {
    background-color: #aa3139;
    border-color: #aa3139;
    color: #fff;
    outline: 4px double #aa3139
}

a, a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #152b55;
    text-decoration: none
}

.visa-font14 {
    font-family: CeraPro-Regular
}

.error-message, .pop-up-login .end-login {
    font-family: CeraPro-Medium;
    font-weight: 500
}

checkbox {
    align-items: center;
    background-color: #fff;
    border: 1px solid #54606c;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 28px;
    justify-content: center;
    margin-right: 15px;
    min-width: 28px;
    transition-duration: .5s;
    width: 28px
}

    checkbox:hover {
        border: 1px solid #152b55
    }

    checkbox:focus, checkbox:focus-visible {
        border: 1px solid #54606c;
        outline: 2px solid rgba(21,43,85,.55)
    }

.label-tile-input {
    color: #000;
    display: block;
    margin-bottom: 12px
}

.error-message {
    color: #dc3d44;
    display: none;
    font-size: 14px;
    letter-spacing: -.34px;
    line-height: 20px;
    margin-top: 10px
}

.close-mobile {
    display: none
}

.modal-is-open {
    align-items: start;
    background-color: transparent !important;
    height: 100%;
    justify-content: center;
    margin-top: 0;
    max-width: 820px !important;
    padding: 0 !important;
    width: 100%
}

.modal {
    bottom: 0;
    overflow-y: auto;
    right: 0;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

    .modal.fade .modal-dialog {
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        -o-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

.modal-backdrop {
    position: absolute;
    z-index: auto
}

.modal-dialog {
    display: inline-block;
    margin: 0;
    pointer-events: visible;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fade.in {
    opacity: 1
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    height: 100%;
    opacity: .7;
    position: inherit;
    width: 100%
}

.pop-up-login {
    background-color: #fff;
    height: fit-content;
    margin: 0;
    max-width: 820px !important;
    vertical-align: baseline;
    width: 820px
}

.container-body {
    border-radius: 0;
    margin: 0;
    padding: 40px 40px 0
}

.container-center {
    margin-bottom: 0;
    padding-top: 40px
}

.custom-input {
    border: 1px solid #cad1d6;
    border-bottom-color: #152b55;
    color: #152b55;
    font-family: CeraPro-Medium;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: -.34px;
    line-height: 20px;
    padding: 0 15px;
    width: 100%
}

    .custom-input:active, .custom-input:hover {
        border: 1px solid #152b55;
        border-radius: 0;
        outline: none
    }

    .custom-input:focus {
        border: 1px solid #cad1d6;
        border-bottom: 2px solid #152b55
    }

    .custom-input:focus-visible, .custom-input:focus-within, .custom-input:target {
        border: 1px solid #152b55;
        border-radius: 0;
        outline: none
    }

    .custom-input .input-group-append {
        align-items: center;
        display: flex
    }

.img-logo {
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 100px
}

.container-checkbox {
    align-items: center;
    display: flex
}

    .container-checkbox label {
        cursor: pointer
    }

.form-control {
    border: none;
    color: #152b55;
    font-family: CeraPro-Medium;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.34px;
    line-height: 20px;
    padding: 0
}

    .form-control:focus {
        border: none;
        box-shadow: none;
        outline: none
    }

        .form-control:focus > .custom-input {
            border-radius: 0;
            outline: 1px solid #152b55
        }

input::-ms-clear, input::-ms-reveal {
    display: none
}

.undisplay-mobile {
    display: block
}

.pop-up-login .end-login {
    background-color: #f2e3d1;
    height: 70px;
    margin: 0 !important;
    padding-left: 90px;
    padding-right: 90px;
    position: absolute;
    right: 0;
    width: 100%
}

.pop-up-login .container-end {
    margin: 30px 0 80px
}

.pop-up-login .container-end, .pop-up-login .container-start, .pop-up-login .end-login {
    align-items: center;
    display: flex;
    justify-content: space-between
}

    .pop-up-login .container-start .label-title {
        margin: 0
    }

.pop-up-login .container-email {
    margin: 40px 0 30px
}

input.custom-input:-webkit-autofill, input.custom-input:-webkit-autofill:active, input.custom-input:-webkit-autofill:focus, input.custom-input:-webkit-autofill:hover, input.form-control:-webkit-autofill, input.form-control:-webkit-autofill:active, input.form-control:-webkit-autofill:focus, input.form-control:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 30px #fff;
    -webkit-text-fill-color: #152b55
}

.forgot-pass-link:hover, .pop-up-login .end-login .register-now-link:hover, .register-now-link:hover {
    text-decoration: underline
}

.animate {
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.is--visible .enter-scale {
    -webkit-animation-name: enter-scale;
    animation-name: enter-scale
}

@-webkit-keyframes enter-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5) translateZ(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0)
    }
}

@keyframes enter-scale {
    0% {
        opacity: 0;
        transform: scale(.5) translateZ(0)
    }

    to {
        opacity: 1;
        transform: scale(1) translateZ(0)
    }
}

.img-item-container {
    border-radius: 10px;
    display: block;
    height: 320px;
    object-fit: cover;
    width: 100%
}

.detail-prelogin-item-container p {
    display: block;
    font-family: OpenSans-Light;
    font-weight: 300
}

.prelogin-list-module {
    margin-top: -80px;
    padding: 0;
    width: 100%
}

.prelogin-list-content {
    margin: 0 auto;
    width: 1170px
}

.prelogin-item-container {
    background-color: #eaeef0;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    box-shadow: 0 15px 25px -10px rgba(0,0,0,.15);
    height: 525px;
    margin: 0 20px 70px;
    max-width: 400px;
    padding: 20px;
    width: calc(100% - 40px) !important
}

    .prelogin-item-container img {
        height: 300px
    }

.detail-prelogin-item-container {
    margin: 26px 0 0
}

    .detail-prelogin-item-container a, .detail-prelogin-item-container h3 {
        font-family: OpenSans-Regular
    }

    .detail-prelogin-item-container h3 {
        color: #163049;
        display: -webkit-box;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 14px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .detail-prelogin-item-container p {
        color: #000;
        display: -webkit-box;
        font-size: 15px;
        height: 56px;
        letter-spacing: -.2px;
        line-height: 28px;
        margin-bottom: 27px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .detail-prelogin-item-container a {
        align-items: center;
        color: #163049;
        display: flex;
        font-size: 15px;
        justify-content: space-between;
        letter-spacing: -.2px;
        line-height: 20px;
        text-decoration: none
    }

.prelogin-list-module .slick-next, .prelogin-list-module .slick-prev {
    top: 45%
}

    .prelogin-list-module .slick-next:before, .prelogin-list-module .slick-prev:before {
        color: #152b55;
        height: 15px;
        margin-top: -7px;
        position: absolute;
        width: 15px
    }

    .ic-right, .prelogin-list-module .slick-next:before, .prelogin-list-module .slick-prev:before {
        border-left: 2px solid #152b55;
        border-top: 2px solid #152b55;
        content: "";
        display: block;
        transition-duration: .3s
    }

.ic-right {
    height: 7px;
    margin: 0;
    width: 7px
}

.ic-right, .prelogin-list-module .slick-next:before {
    transform: rotate(135deg)
}

.prelogin-list-module .slick-prev:before {
    transform: rotate(-45deg)
}

.prelogin-item-container .label-title {
    margin: 26px 0 0
}

.close-mobile:focus, .undisplay-mobile.popupClose:focus {
    height: 30px;
    outline: 2px solid #000;
    padding: 3px;
    width: 30px
}

div#slick-content {
    display: block;
    position: relative
}

.prelogin-list-module .slick-prev:before {
    margin-left: 5px
}

.slick-next:before, .slick-prev:before {
    outline: 2px solid transparent;
    transition: border-color .3s
}

.slick-next:focus, .slick-prev:focus {
    background-clip: padding-box;
    outline: 2px solid #152b55 !important;
    outline-offset: .3rem
}

    .slick-next:focus:before, .slick-prev:focus:before {
        outline: #152b55
    }

.img-btn-no-border {
    background: transparent;
    border: none;
    padding: 0;
    z-index: 1
}

.slick-next:focus:not(:focus-visible), .slick-prev:focus:not(:focus-visible) {
    outline: 2px solid #152b55 !important
}

.prelogin-list-module .detail-prelogin-item-container p {
    display: block;
    overflow: unset;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    height: 90px
}

.prelogin-list-module .detail-prelogin-item-container a {
    cursor: pointer
}

.prelogin-list-module .prelogin-item-container {
    height: 550px
}

@media screen and (max-width:991px) {
    .btn-large {
        min-width: 200px
    }

    .button-submit {
        min-width: 220px
    }
}

@media screen and (max-width:767px) {
    .heading-01 {
        font-size: 26px;
        letter-spacing: -.31px;
        line-height: 36px;
        margin: 20px 0 15px
    }

    .btn-large {
        height: 45px;
        line-height: 45px;
        min-width: auto
    }
}

@media only screen and (max-width:767px) {
    .pop-up-login {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        background-color: transparent;
        overflow-y: auto;
        width: 100%
    }

    .button-submit {
        height: 45px;
        width: 100%
    }

    .pop-up-login .button-submit {
        margin: 30px 0 40px
    }

    .pop-up-login .container-email {
        margin: 30px 0 20px
    }

    .container-center {
        margin: 0;
        padding: 0
    }

    .modal-is-open {
        align-items: end;
        display: flex;
        height: 100%;
        margin: 0 !important;
        min-height: 650px;
        overflow-y: auto;
        width: 100%
    }

    .close-mobile {
        align-self: flex-end;
        display: flex;
        height: 20px;
        justify-content: flex-end;
        margin: 0 20px 20px 0;
        z-index: 10
    }

    .container-body {
        background-color: #fff;
        border-radius: 30px 30px 0 0;
        display: block;
        margin: 0;
        padding: 40px 20px 0
    }

    .undisplay-mobile {
        display: none
    }

    .pop-up-login .container-start {
        align-items: flex-start;
        flex-direction: column-reverse
    }

        .pop-up-login .container-start .label-title {
            margin-top: 10px
        }

    .pop-up-login .end-login {
        display: block;
        height: 125px;
        padding: 20px
    }

        .pop-up-login .end-login .forgot-pass-link {
            margin-bottom: 10px
        }

    .pop-up-login .container-end {
        display: block;
        margin: 30px 0 0
    }

    .img-item-container {
        height: 285px;
        width: 100%
    }

    .prelogin-list-content {
        margin: 0;
        width: auto
    }

    .prelogin-list-module button.slick-arrow.slick-next, .prelogin-list-module button.slick-arrow.slick-prev {
        bottom: 40px;
        top: unset;
        z-index: 1
    }

    .prelogin-list-module button.slick-arrow.slick-prev {
        left: 20px
    }

    .prelogin-list-module button.slick-arrow.slick-next {
        right: 20px
    }

    .prelogin-item-container {
        height: 418px
    }

        .prelogin-item-container img {
            height: 200px
        }

    .prelogin-list-module .prelogin-item-container {
        height: 460px
    }

    .prelogin-list-module .detail-prelogin-item-container p {
        height: 85px
    }
}

@media (min-width:768px) and (max-width:1170px) {
    .prelogin-list-content {
        margin: 0;
        width: auto
    }
}

@media (min-width:768px) and (max-width:820px) {
    .pop-up-login {
        width: 100%
    }
}
