body {
    font-size: 18px;
    color: #FFF !important;
    background: url(../images/bg-login.png) no-repeat center top #242424 !important;
}

.header {
    padding: 20px 0;
}

.logo .dropdown {
    float: right;
    margin-top: 6px;
}

.logo .dropdown button {
        background: none;
        border: none;
        color: #FFF;
    }

.logo .dropdown select {
        background: none;
        border: none;
        color: #FFF;
    }
    .logo .dropdown select option {
        background: none;
        border: none;
        color: black;
        
    }
.logo .logo-fiintrader img {
    width: 172px;
    height: 39px;
}

.form-login {
    padding-top: 100px;
    padding-bottom: 296px;
}

    .form-login .col-md-6 {
        margin-top: 60px;
    }

.header .qLinks {
    float: right;
    margin: 12px 0 0 20px;
}

    .header .qLinks a {
        color: #FFF;
    }

.form-login h1 {
    font-family: 'Pridi', serif;
    font-size: 53px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 70px;
    background: url(../images/blue-dot.png) no-repeat left top;
    padding-top: 15px;
}

.form-login h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 10px;
    color: #c9c9c9;
}

.form-login h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: #c9c9c9;
}

.form-login a.btn-leanmore {
    background: #ea8b48;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}

    .form-login a.btn-leanmore:hover, .inner-login .tab-content .tab-pane .form-group button.btn-default:hover {
        text-decoration: none;
        color: #FFF;
        background: #d7742e;
        -webkit-transition: background 1s;
        -moz-transition: background 1s;
        -o-transition: background 1s;
    }

    .form-login a.btn-leanmore .glyphicon-arrow-right {
        padding-left: 10px;
    }

.login {
    width: 370px;
    float: right;
}

    .login .inner-login {
        background: #FFF;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        width: 100%;
        padding: 20px 25px;
    }

.tab-login ul.nav-tabs {
    background: #FFF;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    width: 100%;
}

    .tab-login ul.nav-tabs li {
        width: 50%;
        text-align: center;
        display: table-cell;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        display: table-cell;
    }
/*.tab-login ul.nav-tabs li:first-child {border-radius: 0 0 3px 3px;-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;-o-border-radius: 0 0 3px 3px;}
.tab-login ul.nav-tabs li:last-child {border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;-o-border-radius: 3px 3px 0 0;}
*/
.login .inner-login h4 {
    text-transform: uppercase;
    color: #303c91;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    background: url(../images/line-under.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.nav-tabs {
    border-bottom: 1px solid transparent !important;
    margin-bottom: 25px !important;
}

.tab-login ul.nav-tabs li a {
    color: #000;
}

    .tab-login ul.nav-tabs li a:hover {
        border-bottom: 1px solid transparent !important;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid transparent !important;
}

.tab-login .nav-tabs > li.active > a, .tab-login .nav-tabs > li.active > a:hover, .tab-login .nav-tabs > li.active > a:focus {
    background: #303c91;
    color: #FFF;
}

.tab-login .nav-tabs > li > a {
    margin-right: 0 !important
}

.tab-login .nav-tabs > li.active:first-child > a, .tab-login .nav-tabs > li.active:first-child > a:hover, .tab-login .nav-tabs > li.active:first-child > a:focus {
    border-radius: 3px 0 0 3px;
}

.tab-login .nav-tabs > li.active:last-child > a, .tab-login .nav-tabs > li.active:last-child > a:hover, .tab-login .nav-tabs > li.active:last-child > a:focus {
    border-radius: 0 3px 3px 0;
}

.tab-login .nav > li > a {
    padding: 7px 15px;
}

.inner-login .tab-content {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}

    .inner-login .tab-content .tab-pane, .inner-login .tab-content .tab-pane label {
        font-weight: 600;
        font-size: 14px;
    }

        .inner-login .tab-content .tab-pane label {
            margin-bottom: 0;
        }

        .inner-login .tab-content .tab-pane .form-control {
            border: 0;
            border-bottom: 1px solid #e3e3e3;
            box-shadow: none !important;
            font-weight: normal;
            padding: 6px 0;
        }

        .inner-login .tab-content .tab-pane .form-group button.btn-default {
            width: 100%;
            background: #ea8b48;
            border: none;
            color: #FFF;
            text-transform: uppercase;
            font-weight: 600;
        }

        .inner-login .tab-content .tab-pane label.forgot-pass {
            padding-left: 0;
            color: #303c91;
        }

        .inner-login .tab-content .tab-pane label.remember-pass {
            float: right;
            color: #757575;
            font-weight: normal;
        }

.login .inner-login.gray-bg {
    background: #eeeeee !important;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

    .login .inner-login.gray-bg .nav-tabs {
        margin-bottom: 10px !important;
    }

.copyright {
    overflow: hidden;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 10px;
}

    .copyright p:first-child {
        float: left;
    }

    .copyright p:last-child {
        float: right;
    }

    .copyright p, .copyright p a {
        color: #aaaaaa;
    }

        .copyright p a:hover {
            text-decoration: underline;
            color: #FFF;
        }

.inner-login .btnSignUp {
    width: 100%;
    border-radius: 4px;
    background-color: #313896;
    text-transform: uppercase;
    color: #FFF;
}

    .inner-login .btnSignUp:hover {
        background: #252b7e;
        color: #FFF;
    }


.web-fiintrader {
    background: #FFF !important;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}
/* Begin CSS Menu Nava */
#nav .navbar-brand {
    padding: 0
}

#nav .navbar-default {
    border-color: :none;
    background-color: :#FFF;
    border: none;
    margin-bottom: 0 !important;
}

#nav .navbar-header a.navbar-brand img {
    width: 180px;
    height: 49px;
}

#nav .navbar-default ul li {
    font-size: 16px;
}

    #nav .navbar-default ul li.login {
        font-size: 14px;
        overflow: hidden;
        margin-top: 4px;
    }

        #nav .navbar-default ul li.login a {
            float: left;
            padding: 5px 20px !important;
            margin-left: 10px;
            text-transform: uppercase;
            font-size: 15px;
        }

            #nav .navbar-default ul li.login a.btn-signup {
                background: #0078CA;
                border-radius: 50px;
                color: #FFF !important;
            }

                #nav .navbar-default ul li.login a.btn-signup:hover, #slider .carousel-caption a.btn-create-account:hover, .cta-block .main-block a.btn-create-acc:hover {
                    background: #015a81;
                    -webkit-transition: background 1s;
                    -moz-transition: background 1s;
                    -o-transition: background 1s;
                }

.form-contact .form-inline button:hover, .our-service .btn-learnmore:hover {
    background: #039ba1;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    color: #FFF;
}

#nav .navbar-default ul li.login a.btn-signup.btn-outline {
    background: #FFF;
    border: 1px solid #0d6aa4;
    color: #0d6aa4;
    padding: 5px 10px !important;
}

#nav .navbar-default ul li a {
    color: #3f3e3e;
    text-transform: uppercase;
}

#nav ul.navbar-nav {
    padding-top: 5px;
}

    #nav ul.navbar-nav .dropdown-menu li a {
        text-transform: inherit !important;
    }

#nav .nav > li > a {
    padding: 10px 20px !important;
}

#nav .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.web-fiintrader .login {
    width: auto !important;
    margin-left: 0;
}

.web-fiintrader .navbar-default ul li.login a {
    text-transform: inherit !important;
    color: #0078CA !important;
    padding: 5px 15px !important;
}

.web-fiintrader .navbar-default {
    background: #FFF;
}

.web-fiintrader ul li.flag-ctr .dropdown-menu li a {
    text-transform: inherit !important;
}

    .web-fiintrader ul li.flag-ctr .dropdown-menu li a img {
        margin-right: 5px;
    }

.web-fiintrader ul li.flag-ctr span.text-lan img {
    width: 15x;
    height: 15px;
    max-width: 100%;
}

#nav ul li span.hotline {
    font-weight: 600;
    color: #32487b !important;
    display: block;
    padding: 7px 0 0 0;
    font-size: 18px;
    margin-right: 30px;
}

.fix-bg, .fix-bg .navbar-default {
    background: #eff0f2;
    border-bottom: 1px solid #479cf6;
}
/* Begin CSS Slider */
#mainSlider #slider {
    background: #f4f4f4;
    border-top: 1px solid #eeeff0;
    min-height: 565px;
}

    #mainSlider #slider .item {
        min-height: 565px;
    }

    #mainSlider #slider .carousel-caption {
        text-align: left;
        text-shadow: none;
    }

        #mainSlider #slider .carousel-caption .video {
            position: relative;
        }

            #mainSlider #slider .carousel-caption .video a.btn-play {
                background: url(../images/ico-play.png) no-repeat left top;
                width: 60px;
                height: 60px;
                display: inline-block;
                position: absolute;
                top: 169px;
                left: 307px;
            }

    #mainSlider #slider .slider-1 { /*background-image: linear-gradient(66deg, #360033, #0b8793);*/
        background: url(../images/bg-slider.png) no-repeat center center;
    }

        #mainSlider #slider .slider-1 .carousel-caption {
            background: url(../images/img-slider.jpg) no-repeat right bottom;
            min-height: 565px;
            bottom: 0;
        }

    #mainSlider #slider h2 {
        font-size: 48px;
        font-weight: 300;
        text-shadow: none;
        color: #000;
        margin-top: 10px;
        line-height: 64px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 600;
        color: #FFF;
        margin-top: 60px;
    }

    #mainSlider #slider .carousel-caption p {
        font-size: 17px;
        color: #4a4a4a;
        margin-bottom: 30px;
        font-weight: 300;
        line-height: 24px;
        color: #FFF;
    }

        #mainSlider #slider .carousel-caption p.tagline {
            font-size: 12px;
            text-transform: uppercase;
            color: #006fa0;
            margin-bottom: 0;
            letter-spacing: 2px;
            background: url(../images/under-top-tagline.jpg) no-repeat left top;
            padding-top: 15px;
        }

    #mainSlider #slider .carousel-caption a.btn-create-account {
        box-shadow: 0 15px 35px -12px #f88634;
        background-color: #f88634;
        color: #FFF;
        text-transform: uppercase;
        border-radius: 3px;
        font-weight: 400;
        padding: 10px 35px;
        letter-spacing: 2px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
    }

        #mainSlider #slider .carousel-caption a.btn-create-account:hover {
            text-decoration: none;
        }

    #mainSlider #slider .carousel-caption .col-md-6 {
        margin-top: 100px;
        padding-left: 0;
    }

    #mainSlider #slider .carousel-caption a.link-request {
        margin-left: 20px;
        color: #02597f;
    }

    #mainSlider #slider .video img {
        max-width: 100%;
    }

/* Begin CSS Logo Partners */
#logoSlider .carousel.slide {
    height: 100px;
}

#logoSlider .carousel-indicators {
    bottom: 0;
}

    #logoSlider .carousel-indicators li {
        width: 8px;
        height: 8px;
        background-color: #dddeed;
    }

    #logoSlider .carousel-indicators .active {
        width: 10px;
        height: 10px;
        background: #2e79c4;
    }

#logoSlider .carousel-inner .item {
    height: 100px;
    overflow: hidden;
    text-align: center;
}

    #logoSlider .carousel-inner .item img {
        max-width: 100%;
        height: 35px;
        margin: 0 20px;
    }

    #logoSlider .carousel-inner .item .col-md-12 {
        margin-top: 20px;
    }

#logoSlider .carousel-control {
    display: none;
}

#logoSlider .carousel-inner .item a img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
    opacity: 0.3;
}

#logoSlider .carousel-inner .item a:hover img {
    filter: none;
    -webkit-filter: none;
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
    opacity: 1;
}

/* Begin CSS mainContainer */
#mainContainer {
}

    #mainContainer .item-desc {
        background: #FFFFFF;
        padding: 80px 0;
    }

    #mainContainer .haveBG {
        background: #f7f9fd;
    }

    #mainContainer .col-md-6 {
        color: #000;
    }

        #mainContainer .col-md-6 img {
            width: 100%;
        }

        #mainContainer .col-md-6 .desc-service {
            color: #66697c;
        }

            #mainContainer .col-md-6 .desc-service.right {
                padding-left: 140px;
            }

            #mainContainer .col-md-6 .desc-service.left {
                padding-right: 140px;
            }

            #mainContainer .col-md-6 .desc-service h3 {
                font-size: 30px;
                font-weight: 600;
                color: #1d213e;
            }

            #mainContainer .col-md-6 .desc-service h4 {
                font-size: 18px;
                color: #66697c;
                line-height: 26px;
            }

/* Begin CSS Our Testimonials */
#ourTestimonial, #ourTestimonial .carousel {
    background: #f7f9fd;
    height: 380px
}

    #ourTestimonial .item-Testi {
        border: solid 1px #dbdfe7;
        background-color: #FFF;
        color: #6a6c80;
        padding: 30px;
        color: #727384;
        font-family: 'Source Sans Pro', sans-serif;
    }

    #ourTestimonial .carousel-caption {
        bottom: auto;
        left: auto;
        right: auto;
        text-shadow: none;
        text-align: left;
    }

    #ourTestimonial .carousel-inner .item {
        height: 380px;
        padding: 40px 0;
    }

        #ourTestimonial .carousel-inner .item p {
            box-shadow: none;
            color: #727384;
        }

    #ourTestimonial .item-Testi p.desc-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    #ourTestimonial .item-Testi:hover {
        box-shadow: 0 24px 29px 0 #d1d3dd;
        background-color: #FFF;
    }

    #ourTestimonial .carousel-inner .item p img {
        float: left;
        margin-right: 20px;
    }

    #ourTestimonial .carousel-inner .item p b {
        color: #161b38;
    }

    #ourTestimonial .carousel-indicators li {
        width: 8px;
        height: 8px;
        background-color: #dddeed;
    }

    #ourTestimonial .carousel-indicators .active {
        width: 10px;
        height: 10px;
        background: #2e79c4;
    }

    #ourTestimonial .carousel-control {
        width: 20%;
    }

        #ourTestimonial .carousel-control.left {
            background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0, rgba(255,255,255,0.0001) 100%);
            opacity: 1;
        }

        #ourTestimonial .carousel-control.right {
            background-image: linear-gradient(to left, rgba(255,255,255,0.5) 0, rgba(255,255,255,0.0001) 100%);
            opacity: 1;
        }

            #ourTestimonial .carousel-control.left span, #ourTestimonial .carousel-control.right span {
                display: none;
            }
/* Begin CSS Footer */
#footer {
    background: #202535;
    padding: 50px 0
}

    #footer .row {
        border-bottom: 1px solid #3a4053;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        #footer .row:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    #footer h4 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    #footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #footer ul li {
            font-size: 12px;
            padding-bottom: 10px;
        }

            #footer ul li a {
                color: #8c8f97;
            }

                #footer ul li a:hover {
                    color: #0078CA;
                }

    #footer p, #copyright p {
        color: #8c8f97;
        font-size: 12px;
    }

#copyright {
    background: #1f2025;
    padding: 10px 0
}

    #copyright p {
        margin-bottom: 0;
    }

        #copyright p span {
            color: #FFF;
        }

        #copyright p img {
            max-width: 100%;
            height: 30px;
            margin-left: 10px;
        }

/* Begin CSS Inside Page */
.inside-page {
    padding: 50px 0;
    color: #6a6c80;
}

    .inside-page .col-md-3 .panel {
        border: none;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .inside-page .col-md-3 ul li.list-group-item {
        color: #6b6e82;
        padding: 15px 0;
    }

    .inside-page .col-md-3 ul li.active-tab a {
        color: #202341;
        font-weight: 600;
    }

    .inside-page .col-md-3 .panel-default > .panel-heading {
        background: #FFF;
        border: none;
    }

    .inside-page .col-md-3 h4.panel-title {
        font-size: 24px;
        font-weight: 600;
        color: #202341;
    }

    .inside-page .col-md-3 .panel-heading {
        padding: 10px 0;
    }

    .inside-page .col-md-3 h4.panel-title a {
        background: url(../images/line-bg-sidebar.png) no-repeat left bottom;
        padding-bottom: 10px;
    }

        .inside-page .col-md-3 h4.panel-title a:hover, .inside-page .col-md-3 h4.panel-title a:focus {
            text-decoration: none;
        }

        .inside-page .col-md-3 h4.panel-title a.collapsed span.ico-toggle {
            background: url(../images/ico-plus.png) no-repeat right 7px;
            float: right;
            display: inline-block;
            width: 17px;
            height: 23px;
        }

        .inside-page .col-md-3 h4.panel-title a span.ico-toggle {
            background: url(../images/ico-odd.png) no-repeat right 7px;
            float: right;
            width: 17px;
            height: 23px;
        }



.innercontent {
    padding: 0 60px;
}

    .innercontent .breadcrumb {
        background: #FFF;
        padding: 8px 0;
    }

.breakpage {
    margin-top: 8px;
}

.innercontent .mainContent h2 {
    font-size: 36px;
    font-weight: bold;
    color: #202341;
}

.innercontent .mainContent img {
    max-width: 100%;
}

/* Begin CSS Pricing Page */
.addBG {
    background-image: linear-gradient(54deg, #360033, #0b8793);
    min-height: 1324px;
}

.inside-page .pricing, .registerAcc {
    width: 1083px;
    margin: 0 auto;
    background: #FFF;
    min-height: 1300px;
}

    .inside-page .pricing .headerPricing {
        background-image: linear-gradient(54deg, #360033, #0b8793);
        height: 130px;
        padding: 50px 80px;
    }

        .inside-page .pricing .headerPricing h3 {
            font-size: 32px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            color: #FFF;
            float: left;
            margin: 0;
            padding: 0;
        }

        .inside-page .pricing .headerPricing .pick-month {
            float: right;
        }

.headerPricing .pick-month button {
    border-radius: 22px;
    background-color: #eeeff7;
    border: none;
    padding: 5px 15px;
    margin-left: 20px;
}

    .headerPricing .pick-month button label {
        margin-bottom: 0;
    }

    .headerPricing .pick-month button input {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

.contentPricing {
    padding: 30px 80px;
}

    .contentPricing h3 {
        text-align: center;
        color: #303037;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .contentPricing table.table thead th {
        border-bottom: solid 1px #2c457b;
        border-top: solid 1px #2c457b !important;
        color: #303037;
        text-align: center;
    }

    .contentPricing table.table td {
        text-align: center;
    }

        .contentPricing table.table thead th:first-child, .contentPricing table.table td:first-child {
            text-align: left;
        }

        .contentPricing table.table td .glyphicon-ok:before {
            color: #02993c !important;
        }

.pricing .contentPricing table.table thead.item-pack th {
    border: none !important;
}

    .pricing .contentPricing table.table thead.item-pack th:first-child {
        padding-left: 30px;
    }

.contentPricing table.table td:first-child {
    padding-left: 60px;
}

.pricing .contentPricing table.table thead.platinum-pack {
    background: #fac19c;
}

    .pricing .contentPricing table.table thead.platinum-pack tr.noBG td {
        background: #FFF !important;
    }

        .pricing .contentPricing table.table thead.platinum-pack tr.noBG td p {
            margin-bottom: 0;
        }

.pricing .contentPricing table.table td label {
    font-weight: normal;
}

.pricing .contentPricing table.table td span.glyphicon-question-sign:before {
    color: #a7a9c0;
}

.pricing .contentPricing table.table td input {
    position: relative;
    top: 2px;
}

.pricing .contentPricing table.table thead.adv-account th {
    background: #82bde3;
}

.pricing .contentPricing table.table thead.total th {
    background-color: #fbde89;
}

.contentPricing p.btn-center {
    text-align: center;
    margin: 0 auto
}

    .contentPricing p.btn-center button {
    }

/* Begin CSS Education */
.educationPage .sidebar ul, .accountPage .sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .educationPage .sidebar ul li, .accountPage .sidebar ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #F2F2F2;
    }

        .educationPage .sidebar ul li a, .accountPage .sidebar ul li a {
            font-size: 16px;
            font-weight: 600;
            color: #202342;
            opacity: 0.7;
        }

        .educationPage .sidebar ul li.active a, .accountPage .sidebar ul li.active a {
            color: #202342;
            opacity: 1;
        }

.itemEdu {
    border: solid 0.5px #e9eaeb;
    overflow: hidden;
    margin-bottom: 30px;
}

    .itemEdu img {
        max-width: 100%;
    }

    .itemEdu .col-md-6:first-child {
        padding-left: 0;
    }

    .itemEdu .col-md-6 h4 {
        font-size: 20px;
        font-weight: 600;
        color: #303037;
        margin: 25px 0 20px 0;
    }

    .itemEdu .col-md-6 p.author {
        font-size: 14px;
        color: #a6a7b2;
    }

    .itemEdu .col-md-6 p {
        margin-bottom: 20px;
        color: #303037;
    }

    .itemEdu .col-md-6 button {
        text-transform: uppercase;
    }

.switchItem .col-md-6:first-child {
    float: right;
    padding-right: 0;
}

.switchItem .col-md-6:last-child {
    float: left;
    padding-left: 30px;
}

.orangeClr {
    background-color: #f88634 !important;
    color: #FFF;
    border: 1px solid #F88634 !important;
}

.detailItem {
    font-size: 16px;
}

    .detailItem h2, .detailItem h4 {
        margin: 0 0 20px 0;
        color: #202342;
        font-size: 42px;
        font-weight: bold;
    }

    .detailItem h4 {
        font-size: 26px;
        margin: 20px 0 20px 0;
    }

    .detailItem img {
        max-width: 100%;
    }

    .detailItem p {
    }

    .detailItem ul li {
        padding-bottom: 10px;
    }

.otherNews {
    color: #727384;
    background: #F7F9FD;
    padding: 30px 0 80px;
}

    .otherNews .carousel-control.left, .otherNews .carousel-control.right {
        display: none;
    }

    .otherNews .item h3 {
        font-size: 18px;
        font-weight: bold;
    }

        .otherNews .item h3 a {
            color: #202342;
        }

    .otherNews .item img {
        max-width: 100%;
    }

    .otherNews .item p.author {
        color: #babbc4;
        font-size: 14px;
    }

    .otherNews .heading {
        text-align: center;
        margin-bottom: 40px;
    }

        .otherNews .heading h2 {
            font-size: 44px;
            color: #202342;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .otherNews .heading p {
            font-size: 18px;
        }

    .otherNews .carousel-indicators li {
        background: #dddeed;
    }

    .otherNews .carousel-indicators {
        bottom: -60px;
    }

        .otherNews .carousel-indicators .active {
            background: #1279c7;
        }


.paging {
    text-align: center;
}

.pagination > li.active > a, .pagination > li.active > a.active {
    background: #0078ca
}

.socialShare {
    border-top: 1px dotted #dcdde5;
    margin-top: 30px;
    padding-top: 30px;
}

    .socialShare p.author {
        font-size: 16px;
        color: #898a97;
        margin-bottom: 20px;
    }

.accountPage .col-md-9 {
    padding: 0 60px
}

.mainAccount {
    border: 1px solid #4f6491;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
}

    .mainAccount h4, .mainAcc h4 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #303037;
    }

        .mainAccount h4 img, .mainAcc h4 img {
            max-width: 100%;
            width: 25px;
            height: 25px;
            margin-right: 10px;
        }

.tabSlide {
    text-align: center;
    margin: 30px 0
}

    .tabSlide .innderTab {
        background-color: #81bce2;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        display: inline-block;
        padding: 2px;
    }

        .tabSlide .innderTab a {
            text-transform: uppercase;
            font-size: 14px;
            color: #303037;
            padding: 5px 15px;
            font-weight: 600;
            display: inline-block;
            border-radius: 100px;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
            -o-border-radius: 100px;
        }

            .tabSlide .innderTab a:hover {
                text-decoration: none;
                background: #FFF;
                opacity: .5;
            }

            .tabSlide .innderTab a.active {
                background: #FFF;
            }

.mainForm .itemForm {
    padding: 0 60px;
    margin-bottom: 20px;
}

    .mainForm .itemForm h5 {
        font-weight: bold;
    }

    .mainForm .itemForm table tr td {
        padding: 5px 0;
    }

    .mainForm .itemForm table label {
        font-weight: normal;
        margin-left: 20px;
    }

        .mainForm .itemForm table label input {
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

    .mainForm .itemForm table select {
        border: none;
        border-bottom: 1px solid #e4e4e5;
    }

    .mainForm .itemForm table tr td:last-child {
        text-align: right;
    }

.historyPayment thead th {
    background: #80bce2;
    color: #343840;
    text-align: right;
}

    .historyPayment thead th:first-child, .historyPayment tr td:first-child {
        text-align: left;
    }

.historyPayment tr td {
    text-align: right;
}

.formSimple tr td {
    padding-bottom: 20px;
}

    .formSimple tr td input, .formSimple tr td select {
        padding: 5px 10px;
        border: 1px solid #b6b7ca;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .formSimple tr td select {
        margin-right: 10px;
    }

.heightRegister {
    min-height: 824px;
}

.registerAcc {
    min-height: 700px;
    width: 720px;
}

.mainAcc {
    padding: 50px;
}

    .mainAcc .form-group {
        overflow: hidden;
    }

    .mainAcc .half-col {
        float: left;
        width: 49%;
    }

        .mainAcc .half-col:first-child {
            margin-right: 2%;
        }

    .mainAcc select {
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 6px 10px;
        border: 1px solid #ccc;
    }

@media (max-width:450px) {
    #mainSlider #slider h2 {
        font-size: 36px;
        line-height: 48px;
    }

    #mainSlider #slider .carousel-caption .video a.btn-play {
        top: 55px;
        left: 130px;
    }

    #mainSlider #slider .carousel-caption .col-md-6 {
        margin-top: 50px;
        padding-left: 0;
    }

    #mainSlider #slider h2 {
        font-size: 24px;
        line-height: 33px;
    }

    #mainSlider #slider .slider-1 .carousel-caption {
        bottom: 18px;
        left: 39px;
    }

    #mainContainer .col-md-6 .desc-service.right {
        padding-left: 0;
    }

    #mainContainer .col-md-6 .desc-service.left {
        padding-right: 0;
    }

    #mainContainer .item-desc {
        padding: 10px 0;
    }
}

@media (min-width:1910px) {
    #mainSlider #slider .item {
        min-height: 790px;
    }

    #mainSlider #slider .slider-1 .carousel-caption {
        width: 1500px;
        bottom: 60px;
        left: 17%;
    }

    #mainSlider #slider .carousel-caption .col-md-6 {
        margin-top: 0;
    }
}

@media (min-width:768px) and (max-width:1368px) {
    #mainSlider #slider .slider-1 .carousel-caption {
        width: 1190px;
        left: 88px;
    }

    #mainSlider #slider .carousel-caption .video a.btn-play {
        top: 127px;
        left: 233px;
    }

    #mainSlider #slider h2 {
        font-size: 36px;
        line-height: 48px;
    }
}


    