﻿
.container {
    width: 100%;
    background-color: #005288;
}

.navbar {
    margin-bottom: 0;
    border: none;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

    .navbar-default .navbar-nav > li > a:focus {
        color: white;
    }

.navbar-default .navbar-nav > .links > a:hover {
    color: #26835b;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #005288;
}

.btn-header {
    width: 90px;
    margin: 15px;
}

.links {
    margin-top: 5px;
}

.btn-header {
    background-color: #26835b;
    color: #fff !important;
}

.btn.btn-header.visible-xs {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

footer {
    background-color: #005288;
    color: white;
    padding: 15px;
}

    footer img {
        width: 200px;
        margin-top: 10px;
    }

.welcome h1 {
    margin-top: 0;
    font-weight: bold;
    font-size: 36px;
}

.welcome h2 {
    font-size: 36px;
}

/*slider*/
.slide-wrapper {
    position: relative
}

.slider-box-outer {
    height: 100%;
    padding: 0;
}

.slider-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.slider-box-content p {
    font-size: 16px;
}

.slider-box-content {
    height: 100%;
    color: #fff;
    padding: 90px 90px 10px 90px;
    background-color: rgba(0,82,136,0.5);
}

.carousel-caption {
    text-align: left;
    padding-right: 300px;
}


/* MISC */
#homepage-feature .item {
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
}

    #homepage-feature .item img {
        width: 100%;
        height: auto;
    }

#homepage-feature > .carousel-control {
    width: 30px;
    font-size: 40px;
    color: #fff;
    text-shadow: none;
    filter: none;
    opacity: 1;
}

    #homepage-feature > .carousel-control span {
        position: absolute;
        top: 50%;
        margin-top: -30px;
        width: 100%;
        text-align: center;
        display: block;
    }

.slider-box .row {
    height: 100%;
}

    .slider-box .row .slider-box-col {
        padding: 0;
        height: 100%;
        background-color: rgba(0,82,136,0.5);
    }


/*why-choose*/
.why-choose, .parent-security {
    height: 450px;
}

    .why-choose .row, .parent-security .row {
        height: 100%;
    }

.why-choose-title, .parent-security-title {
    background-color: rgba(0,82,136,0.2);
    height: 100%;
    color: #005288;
}

    .why-choose-title h3:last-child, .parent-security-title-align h3:last-child {
        margin-top: 0;
    }

.why-choose-title-align, .parent-security-title-align {
    padding: 90px 90px 10px 90px;
}

.why-choose-title h3, .parent-security h3 {
    font-size: 36px;
}

.why-choose-content {
    padding: 10px 30px;
    color: #005288;
}

    .why-choose-content .break-line {
        height: 5px;
        width: 100%;
        background-color: #005288;
        margin-bottom: 10px;
    }

.parent-security-point-content {
    margin-top: 30px;
}

.parent-security-point {
    margin-top: 30px;
}
/*benefits*/
.benefits, .QA {
    background-color: #005288;
}

.benefits-content, .QA-content {
    padding: 30px;
    color: white;
}

    .benefits-content h3, .QA-content h3 {
        font-size: 36px;
    }

    .benefits-content h3, .benefits-content h4, .QA-content h3, .QA-content h4 {
        text-align: center;
    }

.benefits .point, .parent-security-point .point, .QA .point {
    width: 15px;
    height: 15px;
    background-color: #26835b;
    float: right;
}

.benefits .system-benefits, .QA .QA-question {
    margin-top: 60px;
}

    .benefits .system-benefits:last-child {
        margin-top: 40px !important;
    }



/*lg computer*/
@media (min-width: 1200px) {
}

/*md small computer and tablet landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
    .why-choose {
        height: 500px;
    }

    .slider-box-content, .why-choose-title-align, .parent-security-title-align {
        padding: 40px 80px 10px 80px;
    }

    .benefits .system-benefits, .QA .QA-question {
        margin-top: 50px;
    }
}

/*sm tablet portrait*/
@media (min-width: 768px) and (max-width: 991px) {
    .slider-box-content, .why-choose-title-align, .parent-security-title-align {
        padding: 40px 40px 10px 40px;
    }

    .why-choose {
        height: 560px;
    }

    .benefits .system-benefits, .QA .QA-question {
        margin-top: 40px;
    }

        .benefits .system-benefits:last-child {
            margin-top: 20px !important;
        }

    .parent-security-point {
        margin-top: 20px;
    }
}


/*language on frontend*/
.register-back .language, .login-back .language, .forgot-password-back .language {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 60px;
}

.language ul {
    padding: 0;
    text-align: left;
}

    .language ul li a:hover, .language ul li .active {
        font-weight: bold;
        text-decoration: none;
    }

    .language ul li {
        font-size: 16px;
    }


        .language ul li a {
            color: white;
            font-size: 16px;
            width: 23px;
            display: inline-block;
        }

.mywallet-login .language ul li {
    color: white;
}

.register-back .language ul li a, .login-back .language ul li a, .forgot-password-back .language ul li a {
    color: #0090da !important;
}

.language ul {
    text-align: center;
    white-space: nowrap;
}

.register-back .language ul, .login-back .language ul, .forgot-password-back .language ul {
    text-align: left !important
}

.language ul li {
    cursor: pointer;
    display: inline;
}

    .language ul li a:focus {
        font-weight: bold !important;
        text-decoration: none;
    }

.language-selector {
    margin-top: 17px;
    font-size: 18px;
}

    .language-selector .language ul li a {
        color: black !important;
        font-size: 18px;
    }



.language-htk-frontpage {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 20px;
    margin-top: 6px;
}

.cookie-consent-md-primary, .immaterial-design-md-primary  {
    background-color: #003b65 !important;
}

/*xs mobile portrait*/
@media (min-width: 1px) and (max-width: 767px) and (orientation:portrait) {
    /*navbar*/
    .navbar-toggle {
        margin-top: 14px;
        margin-bottom: 0;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #005288;
    }

    .navbar-default .navbar-toggle {
        border-color: #005288;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: white;
        }

    .navbar-nav {
        float: none;
    }

    .navbar-collapse {
        text-align: center;
    }

    .btn-header {
        width: 100px;
    }

    .slider-box-content {
        text-align: center;
    }
    /*other*/
    .row {
        margin: 0;
    }

    .navbar-brand {
        height: unset;
    }

    .slider-box-content {
        padding: 10px 50px 10px 50px;
    }

    .welcome h1, .welcome h2, .why-choose-title h3, .parent-security h3 {
        font-size: 30px;
    }

    .why-choose-title-align, .parent-security-title-align {
        padding: 10px 30px 10px 30px;
    }

    .why-choose, .parent-security {
        height: unset;
    }

    .benefits .system-benefits, .QA .QA-question {
        margin-top: 30px;
    }

        .benefits .system-benefits:last-child {
            margin-top: 30px !important;
        }

    .benefits-content, .QA-content {
        padding: 10px;
    }

    .parent-security-point {
        margin-bottom: 25px;
        margin-top: 0;
    }

    footer .row {
        text-align: center;
    }

    footer img {
        margin: 0 auto;
    }
}

/*xs mobile landscape*/
@media (min-width: 1px) and (max-width: 767px) and (orientation:landscape) {
    /*navbar*/
    .navbar-toggle {
        margin-top: 14px;
        margin-bottom: 0;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #005288;
    }

    .navbar-default .navbar-toggle {
        border-color: #005288;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: white;
        }

    .navbar-nav {
        float: none;
    }

    .navbar-collapse {
        text-align: center;
    }

    .btn-header {
        width: 100px;
    }
    /*other*/
    .row {
        margin: 0;
    }

    .navbar-brand {
        height: unset;
    }

    .slider-box-content {
        padding: 40px 60px 10px 60px;
    }

    .why-choose-title-align, .parent-security-title-align {
        padding: 10px 30px 10px 30px;
    }

    .why-choose, .parent-security {
        height: unset;
    }

    .benefits .system-benefits, .QA .QA-question {
        margin-top: 30px;
    }

        .benefits .system-benefits:last-child {
            margin-top: 30px !important;
        }

    .benefits-content, .QA-content {
        padding: 15px;
    }

    .parent-security-point {
        margin-bottom: 25px;
        margin-top: 0;
    }

    footer .row {
        text-align: center;
    }

    footer img {
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .htk-frontpage-description {
        font-size: 13px !important;
    }

    .slide-wrapper {
        height: 300px;
    }

    #homepage-feature .item img {
        height: 300px;
        max-width: initial;
    }
}
