footer {
    position: relative;
}

.warning-bar {
    display: none;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 12px 10px 15px;
    margin: 0;
    text-align: center;
    z-index: 99999;
    color: #444;
    font-size: 13px;
}

    .warning-bar p {
        margin: 0;
        padding: 0;
    }

.page-header {
    border: 0;
    margin-bottom: 30px;
    height: auto;
    min-height: 96px;
}

    .page-header h1 {
        margin: 12px 0 6px;
    }

    .page-header .btn-back {
        margin-top: -10px;
        height: auto;
        opacity: 0.5
    }

.logo-kbank {
    width: 100%;
    height: auto;
    max-width: 223px;
    max-height: 42px;
}

h1.web-title {
    line-height: 0.7;
}

    h1.web-title small {
        margin-top: 8px;
    }

.web-desc {
    margin-bottom: 25px;
    line-height: 21px;
}

.web-desc-head {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}

    .web-desc-head a {
        color: #ffcb69;
    }

        .web-desc-head a:hover {
            text-decoration: underline;
        }

.btn-home {
    font-size: 16px;
}

.btn-green.btn-home {
    line-height: 2.5;
}

.border-video {
    margin-bottom: 25px;
    padding: 14px;
}

.button-home-desc {
    font-size: 13px;
    padding: 20px 60px;
    margin-bottom: 20px;
    margin-bottom: 0\9;
}

.home-banner {
    margin: 0;
}

.home-pull-left {
    float: left;
}

.home-pull-right {
    float: right;
}

.home-text-disclaimer {
    margin-bottom: 40px;
}

    .home-text-disclaimer p {
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 5px;
    }

.row-retirement-plan {
    margin-top: 20px;
    margin-bottom: 20px;
}

.link-green {
    border-radius: 3px;
}

    .link-green:hover {
        background: #01651b;
    }

footer {
    height: auto;
    padding-bottom: 15px;
    min-height: 150px;
}

.footer-logo {
    border-bottom: 1px dashed #9d8581;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#step-modal .modal-dialog {
    padding-top: 10%;
}

.modal-dialog.modal-steps .step-modal-col img {
    display: block;
    width: 60%;
    height: auto;
    margin: 20px auto 0;
}

.modal-dialog.modal-steps .step-modal-arrow img {
    display: block;
    width: 60%;
    height: auto;
    margin: 35px auto 0;
    position: relative;
    right: -5%;
}

.modal-dialog.modal-steps p {
    font-size: 13px;
    margin: 20px 0;
    text-align: center;
}


.modal-dialog.modal-steps .step-modal-col {
    width: 20%;
    float: left;
}

.modal-dialog.modal-steps .step-modal-arrow {
    width: 6.666%;
    float: left;
}


/* Quiz */

.questionnaire-box {
    padding-top: 10px;
}

.question-col {
    border-right: 1px solid #eee;
    padding-right: 30px;
    padding-bottom: 20px;
}

.question-headline {
    font-size: 32px;
    margin: 0 0 30px;
}

.questionnaire-box label.box {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 0;
}

    .questionnaire-box label.box input[type="radio"] {
        margin: 2px 8px 0 0;
        display: block;
        float: left;
    }

    .questionnaire-box label.box input[type="checkbox"] {
        margin: 4px 8px 0 0;
        display: block;
        float: left;
    }

.choices-box {
    margin-bottom: 40px;
}

.quiz-side-right {
    position: relative;
    background: #f5f5f5;
    border-radius: 8px;
}

    .quiz-side-right svg {
        display: block;
    }

.quiz-side-right-text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

    .quiz-side-right-text .side-dummy {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .quiz-side-right-text .side-info {
        display: inline-block;
        vertical-align: middle;
    }

.question-col .hidden-xs {
    display: inline-block !important;
}

.quiz-side-right svg {
    margin: 0 auto;
}

/* Port Select */

.port-select .body-content > .row > .col-md-3 {
    /*margin-bottom: 44px;*/
}

.port-select .panel-body {
    padding-top: 30px;
}

.port-select .model.active {
    cursor: pointer;
    -webkit-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.25);
}

.port-select .risk-status {
    position: absolute;
    top: 30px;
    right: 18px;
    z-index: 99;
}

.port-select .model.active .check-model-block {
    position: absolute;
    top: -25px;
    width: 100%;
}

.port-select .model.active .check-model {
    position: relative;
    top: 0px;
    left: auto;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #228b22;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

    .port-select .model.active .check-model i.fa {
        color: #fff;
        background-color: transparent;
        font-size: 36px;
        line-height: 50px;
    }

.check-model span.select-mark {
    display: none;
}

    .check-model span.select-mark img {
        display: inline-block;
        margin-top: 5px;
    }

/* Port Suggest */

.modal.modal-email,
.modal.modal-email-contact {
    width: auto;
    height: auto;
    max-height: none;
    background-color: transparent;
    border: 0;
    border-radius: 3px;
    margin-top: 0;
    overflow: auto;
}

    .modal.modal-email-contact .modal-dialog {
        padding-top: 10%;
    }

    .modal.modal-email-contact h4 {
        margin-bottom: 20px;
    }

    .modal.modal-email-contact .row {
        margin-bottom: 10px;
    }

        .modal.modal-email-contact .row .form-group {
            margin-bottom: 0;
        }


.popup-tutorial {
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 2;
    top: 0;
    left: 0;
}

.popup-tutorial-box {
    width: auto;
    margin: 0 20px;
}

.popup-tutorial-content {
    margin: 20px auto;
    background: #fff;
    border: 1px solid #eee;
    max-width: 1307px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

    .popup-tutorial-content img {
        display: block;
        margin: 0 auto;
    }

#tutorial.popup-tutorial .btn-close {
    position: relative;
    float: right;
}

/* PortReturn */

.ben-recommended, .ben-your {
    margin-bottom: 15px;
}

h3.portreturn-title {
    text-align: justify;
    letter-spacing: 0px;
    margin: 30px 0 20px;
}

.label-select {
    font-size: 14px;
    color: #019025;
    margin-bottom: 3px;
}

.input-select-title {
    width: 20%;
    float: left;
}

    .input-select-title h3 {
        font-size: 32px;
        color: #019026;
        margin-top: 24px;
        padding-right: 10px;
    }

.input-select-left {
    width: 40%;
    float: left;
}

    .input-select-left .form-group {
        margin-right: 15px;
    }

.input-select-right {
    width: 40%;
    float: left;
}

/* Retirement Summary */

.tips-form {
    display: flex;
    align-items: center;
    background: rgba(190,226,199,1);
    background: -moz-linear-gradient(left, rgba(190,226,199,1) 0%, rgba(229,244,233,1) 50%, rgba(190,226,199,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(190,226,199,1)), color-stop(50%, rgba(229,244,233,1)), color-stop(100%, rgba(190,226,199,1)));
    background: -webkit-linear-gradient(left, rgba(190,226,199,1) 0%, rgba(229,244,233,1) 50%, rgba(190,226,199,1) 100%);
    background: -o-linear-gradient(left, rgba(190,226,199,1) 0%, rgba(229,244,233,1) 50%, rgba(190,226,199,1) 100%);
    background: -ms-linear-gradient(left, rgba(190,226,199,1) 0%, rgba(229,244,233,1) 50%, rgba(190,226,199,1) 100%);
    background: linear-gradient(to right, rgba(190,226,199,1) 0%, rgba(229,244,233,1) 50%, rgba(190,226,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee2c7', endColorstr='#bee2c7', GradientType=1 );
    margin: 0px;
    height: 50px;
}

.image-label-big {
    background: url("../Images/img_retirementtips_label_big.png");
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.number-tips {
    font-size: 40px;
    margin-right: 5px;
    text-align: center;
    color: #FFF;
    height: 75px;
}

.tips-info {
    align-items: center;
    background: aliceblue;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    height: 75px;
    display: table;
}

.text-header-tips {
    padding: 0px;
    margin: 40px 0 10px;
}

.box-image-tips {
    height: 100%;
    width: 75px;
    line-height: 75px;
    display: table-cell;
    text-align: center;
}

.box-arrow-image-tips {
    background: url("../Images/img_retirementtips_label_big.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 75px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    color: #FFF;
    padding-right: 5px;
}

.box-arrow-image-tips-form {
    background: url("../Images/img_retirementtips_label_small.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    color: #FFF;
    padding-right: 5px;
}

.tips-details {
    color: #555555;
    font-size: 16px;
}

.box-tips-details {
    width: auto;
    height: 100%;
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    padding: 0px 10px 0px 0px;
}

.row-slide.tips, .row-field.tips, .row-slide-short.tips {
    padding: 0px;
}

.row-slide, .row-field, .row-slide-short {
    /*padding: 10px 0;*/
    display: block;
    align-items: center;
    height: 50px;
    position: relative;
    overflow: hidden;
    padding: 15px 0px;
}

/*.row-slide-tips {
    width: 100%;
    height: 50px;
    position: relative;
    display: table;
}*/

.row-slide-tips.active {
    background: rgba(190,226,199,1) url("../Images/img_retirementtips_label_small.png") top left no-repeat;
}

.row-slide-tips.tips-empty.active {
    background: rgba(190,226,199,1) top left no-repeat;
}

.row-slide .slide-content,
.row-field .field-content,
.row-slide-short .slide-content-short {
    float: right;
}

.row-slide .slider-label {
    float: left;
    width: 40%;
    padding-left: 3%;
    box-sizing: border-box;
}

    .row-slide .slider-label.field-label {
        width: 60%;
        padding-left: 3%;
        box-sizing: border-box;
    }

.row-slide.row-slide-tips .slider-label .row-slide-tips-number {
    display: none;
}

.row-slide.row-slide-tips .slider-label.field-label label {
    line-height: normal;
    vertical-align: middle;
}

.row-slide.row-slide-tips.active .slider-label {
    margin-top: -15px;
    padding-left: 65px;
    line-height: 50px;
}

    .row-slide.row-slide-tips.active .slider-label .row-slide-tips-number {
        float: left;
        margin-left: -50px;
        font-size: 30px;
        padding-top: 2px;
        color: white;
        display: block;
    }

/*.tips-slider-long {
    padding-left: 3%;
    height: 100%;
    width: 30%;
    display: table-cell;
    line-height: 50px;
}

.tips-slider-long label{
    margin: 0;
}

.tips-slider-long  {
    float: left;
        width: 50px;
    height: 50px;
}*/

.tips label {
    margin-left: 10px;
    margin-bottom: 0px;
}

.tips-field label {
    margin-top: -10px;
    margin-bottom: -10px;
}

.row-field .field-label,
.row-slide-short .slider-label-short {
    float: left;
    width: 60%;
    padding-left: 3%;
}

    .row-slide-short .slider-label-short.tips-slider {
        padding-left: 11%;
    }

    .row-field .field-label.tips-field {
        display: flex;
    }

    .row-slide .slider-label label,
    .row-field .field-label label,
    .row-slide-short .slider-label-short label {
        /*padding-bottom: 5px;*/
        line-height: 100%;
    }

.row-slide .slider-slide {
    float: left;
    width: 50%;
}

.row-slide .field-input {
    float: left;
    width: 30%;
}

.slider-slide {
    padding-left: 3%;
    /*height: 100%;*/
    width: 30%;
    display: table-cell;
    line-height: 50px;
}

.row-field .field-input,
.row-slide .slider-slide-short,
.row-slide-short .slider-slide-short {
    float: left;
    width: 30%;
}

    .row-field .field-input input {
        position: relative;
        top: -3px;
    }

.row-slide .slider-unit,
.row-field .field-unit,
.row-slide .field-unit,
.row-slide .slider-unit-short,
.row-slide-short .slider-unit-short {
    float: left;
    width: 10%;
    padding-left: 3%;
    position: relative;
}

.row-slide-tips .slider-unit {
    padding-left: 3%;
    height: 100%;
    width: 5%;
    display: table-cell;
    line-height: 50px;
}

    .row-slide .slider-unit span,
    .row-slide-tips .slider-unit span
    .row-field .field-unit span,
    .row-slide-short .slider-unit-short span {
        display: block;
        position: relative;
        min-width: 52px;
    }

.box-retire {
    margin-top: 15px;
}

.col-retire-box {
    background: #019026;
    overflow: hidden;
    display: table;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.col-retire-left {
    display: table-cell;
    vertical-align: middle;
    padding: 0 !important;
    width: 70px;
}

.col-retire-center {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px !important;
    border-right: 1px solid rgba(255,255,255,0.2)
}

.col-retire-right {
    display: table-cell;
    vertical-align: middle;
    padding: 0 !important;
    width: 140px;
}

.icon-retire-plan {
    display: inline-block;
    padding: 0 !important;
    width: 40px;
    height: auto;
    margin: 0 auto;
}

/* Retirement Slider */

.row-retire {
    padding: 15px 0;
    overflow: hidden;
}

.col-retire-s-left {
    width: 35%;
    padding: 0 3% 0 2%;
    float: left;
}

.col-retire-s-center {
    width: 50%;
    float: left;
}

.col-retire-s-right {
    width: 12%;
    padding-left: 3%;
    float: left;
}

.modal-dialog.modal-port-suggest {
    width: 720px;
}

.modal-dialog.modal-steps {
    width: 800px;
}

.table-responsive-alt::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.table-responsive-alt::-webkit-scrollbar-track {
    background: #efefef;
    background: -webkit-linear-gradient(#efefef 0%, #ffffff 100%);
    background: -o-linear-gradient(#efefef 0%, #ffffff 100%);
    background: linear-gradient(#efefef 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
}

.table-responsive-alt::-webkit-scrollbar-thumb,
.table-responsive-alt::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: #01a834;
    background: -moz-linear-gradient(top, #01a834 0%, #017c24 100%);
    background: -webkit-linear-gradient(top, #01a834 0%,#017c24 100%);
    background: linear-gradient(to bottom, #01a834 0%,#017c24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a834', endColorstr='#017c24',GradientType=0 );
}

.tips-arrow {
    display: flex;
    color: white;
    padding-right: 5px;
    justify-content: center;
    align-items: center;
    background: #019026;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.tips-arrow-small {
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: none;
}

.tips-arrow-big {
    width: 100px;
    height: 75px;
    font-size: 40px;
}

.row-space-submit {
    margin-top: 10px;
    padding-top: 10px;
}


@media only screen and (max-width : 1200px) {
    .button-home-desc {
        padding: 20px 30px;
    }

    .port_types_chart_container {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: 200px !important;
    }

    .text-box {
        height: 125px;
    }

    .port-select .risk-meter {
        width: 5px !important;
    }
}

@media only screen and (max-width : 992px) {

    .tips-slider-long {
        width: 40%;
    }

    .button-home-desc {
        padding: 20px 75px;
    }

    .text-box {
        height: 100px;
    }

    .port-select .risk-meter {
        width: 10px !important;
    }

    .port-select #chart.col-md-3,
    .port-select .body-content > .row > .col-md-3 {
        margin-bottom: 44px;
    }

    .port-select .btn.btn-dark-brown[type="submit"] {
        position: relative;
        top: -30px;
    }

    .modal-port-suggest {
        min-width: 100%;
    }

    .modal-dialog.modal-port-suggest,
    .modal-dialog.modal-steps {
        width: auto;
    }
}

@media only screen and (max-width : 768px) {

    .page-header {
        min-height: 60px;
    }

        .page-header .btn-back {
            margin-top: -16px;
            padding: 22px 12px 0 0;
        }

        .page-header h1 {
            margin-top: 20px;
            font-size: 34px;
            line-height: 0.8;
        }

    .button-home-desc {
        padding: 20px 20px;
    }

    h1.web-title {
        font-size: 38px;
    }

    .question-col {
        padding-right: 0;
        border: 0;
    }

    .quiz-side-right {
        margin: 0 auto;
        max-width: 400px;
        height: auto;
    }

    .question-col .hidden-xs {
        display: none !important;
    }

    h1 > small, .h1 > small {
        font-size: 22px;
        margin: 4px 0 2px;
    }

    .text-box {
        height: auto;
    }

    .port-action-buttons .col-md-6 {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .row-retire {
        padding: 15px 0;
        overflow: hidden;
    }

    .col-retire-s-left {
        width: 100%;
        padding: 0 5% 5px;
        float: left;
    }

    .col-retire-s-center {
        width: 75%;
        padding-left: 5%;
        float: left;
    }

    .col-retire-s-right {
        width: 25%;
        padding-left: 5%;
        float: left;
    }

    .home-pull-left, .home-pull-right {
        float: none;
    }

    .modal-dialog.modal-steps .step-modal-col img {
        width: 40%;
        min-width: 90px;
    }

    .modal-dialog.modal-steps p {
        margin: 10px 10px 20px;
    }

    .modal-dialog.modal-steps .step-modal-col {
        width: 50%;
    }

    .modal-dialog.modal-steps .step-modal-arrow {
        display: none;
        width: 0;
    }

    .modal-dialog.modal-steps .wrap {
        overflow: hidden;
    }
}

@media only screen and (max-width : 641px) {

    .slider-slide {
        display: block;
    }

    .row-container {
        display: table;
    }

    .col-lg-6.col-md-7 {
        display: table-footer-group;
    }

    .col-lg-6.col-md-5 {
        display: table-header-group;
    }

    .row-slide-tips .slider-unit {
        display: block;
        line-height: normal;
    }

    .row-slide.row-slide-tips.active .slider-label {
        margin-top: 0;
        padding-right: 65px;
    }

    .row-slide-tips.active {
        padding-top: 0;
    }

    .row-slide, .row-field, .row-slide-short {
        display: block;
        height: auto;
        padding-bottom: 10px;
        position: relative;
    }

        .row-slide .slider-label {
            /*padding-left: 0*/
        }

        .row-field .field-label, .row-slide-short .slider-label-short, .row-slide-short .slider-label-short.tips-slider {
            /*padding: 0;*/
        }

            .row-field .field-label.tips-field, .row-slide-short .slider-label-short, .row-slide-short .slider-label-short.tips-slider {
                display: block;
                /*padding: 0 30px 0 30px*/
            }

    .tips-arrow-small {
        position: absolute;
        width: 40px;
        height: 100%;
        margin-top: -10px;
    }

    .tips-field label {
        margin: 0 0 5px 0;
    }

    .row-slide, .row-field, .row-slide-short {
        padding: 10px 0 15px;
    }

        .row-slide .slider-label,
        .row-slide .slider-label.field-label,
        .row-field .field-label,
        .row-slide-short .slider-label-short {
            /*width: 100%;
            float: none;*/
            /*text-align: center;*/
            width: 100%;
            padding: 0 5% 5px;
            /*float: left;*/
        }

        .row-slide .slider-slide,
        .row-field .field-input,
        .row-slide .field-input {
            /*      float: none;
            margin: 0 auto;
            width: 275px;*/
            width: 75%;
            padding-left: 5%;
            float: left;
        }

        .row-slide-short .slider-slide-short {
            /*            float: none;
            margin: 0 auto;
            width: 168px;*/
            width: 75%;
            padding-left: 5%;
            float: left;
        }

        .row-field .field-input input {
            display: block;
            width: 100%;
        }

        .row-slide .slide-content,
        .row-field .field-content {
            width: 275px;
            float: none;
        }

        .row-slide-short .slide-content-short {
            width: 168px;
            float: none;
        }

        .row-slide .slider-unit,
        .row-slide .field-unit,
        .row-field .field-unit,
        .row-slide-short .slider-unit-short {
            /*    float: none;
            width: 275px;
            text-align: center;
            margin: 12px auto 0;
            padding: 0;*/
            width: 25%;
            padding-left: 5%;
            float: left;
        }

        .row-field .field-unit {
            margin: 0 auto;
        }

            .row-slide .slider-unit span,
            .row-field .field-unit span,
            .row-slide-short .slider-unit-short span {
                display: inline-block;
                position: relative;
                min-width: inherit;
            }
}

@media (max-width: 768px) {
    .table-responsive-alt {
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
    }

        .table-responsive-alt table {
            min-width: 768px;
        }

    .sticky-footer {
        position: fixed;
        z-index: 99999;
        bottom: 0%;
        width: 100%;
    }

    .sticky-footer {
        width: 100%;
        padding: 0;
        margin: 0;
        left: 0;
        background: rgba(255,255,255,0.8);
        border-top: 1px solid #ccc;
    }

        .sticky-footer .row {
            padding: 0;
            margin: 0;
        }

        .sticky-footer .col-md-12 {
            margin: 0;
            padding: 12px 15px;
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

    .port-select .btn.btn-dark-brown[type="submit"] {
        top: 0 !important;
        display: block;
        width: 100%;
    }

    h3.portreturn-title {
        margin-bottom: 5px;
    }

    .input-select-title h3 {
        margin-top: 0
    }

    .input-select-title {
        width: 100%;
        margin-top: 8px;
    }

    .input-select-left {
        width: 50%;
    }

    .input-select-right {
        width: 50%;
    }
}

@media only screen and (max-width : 399px) {
    .tips-arrow-small {
        position: absolute;
        width: 40px;
        height: 100%;
        margin-top: -10px;
    }
}
