﻿@charset "UTF-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.ms-core-tableNoSpace, .ms-core-tableNoSpace > tbody, .ms-core-tableNoSpace > tr,
.ms-core-tableNoSpace > * > tr,
.ms-core-tableNoSpace > tr > td, .ms-core-tableNoSpace > * > tr > td,
.ms-core-tableNoSpace > tr > th, .ms-core-tableNoSpace > * > tr > th,
.ms-webpart-cell-vertical, .ms-webpart-chrome-vertical, .ms-webpart-zone {
    display: block;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer
}

    a:active {
        outline: 0;
    }

    a:visited, a:active, a:focus {
        text-decoration: none !important
    }

    a:hover {
        outline: 0;
        text-decoration: none !important
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #014c8c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-bottom: 0.5rem;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-bottom: 0.5rem;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 3.5rem;
    font-weight: 300;
}

.display-2 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 6rem;
    font-weight: 300;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

.dl-horizontal {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}

    .dl-horizontal:before, .dl-horizontal:after {
        content: " ";
        display: table;
    }

    .dl-horizontal:after {
        clear: both;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

    .blockquote p:last-child,
    .blockquote ul:last-child,
    .blockquote ol:last-child {
        margin-bottom: 0;
    }

    .blockquote footer {
        display: block;
        font-size: 80%;
        line-height: 1.5;
        color: #818a91;
    }

        .blockquote footer:before {
            content: "\2014 \00A0";
        }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

    .blockquote-reverse footer:before {
        content: "";
    }

    .blockquote-reverse footer:after {
        content: "\00A0 \2014";
    }

.figure {
    display: inline-block;
}

    .figure > img {
        line-height: 1;
        margin-bottom: 0.5rem;
    }

.figure-caption {
    font-size: 90%;
    color: #818a91;
}

.img-responsive, .figure > img, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0.3rem;
}

.img-thumbnail {
    padding: 0.25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
    }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.5;
    color: #373a3c;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 34.625rem) {
    .container {
        max-width: 34.625rem;
    }
}

@media (min-width: 48rem) {
    .container {
        max-width: 48rem;
    }
}

@media (min-width: 62rem) {
    .container {
        max-width: 62rem;
    }
}

@media (min-width: 75rem) {
    .container {
        max-width: 75rem;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 34.625rem) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 48rem) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 62rem) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 75rem) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.33333%;
    }

    .col-xl-2 {
        width: 16.66667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333%;
    }

    .col-xl-5 {
        width: 41.66667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333%;
    }

    .col-xl-8 {
        width: 66.66667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333%;
    }

    .col-xl-11 {
        width: 91.66667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

    .table th,
    .table td {
        padding: 0.75rem;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #eceeef;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef;
    }

    .table tbody + tbody {
        border-top: 2px solid #eceeef;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #eceeef;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: #f5f5f5;
}

.table-hover .table-active:hover {
    background-color: #e8e8e8;
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: #e8e8e8;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d0e9c6;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #c4e3f3;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #faf2cc;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #ebcccc;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef;
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

    .table-inverse.table-bordered {
        border: 0;
    }

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #55595c;
    }

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

    .table-reflow th:last-child,
    .table-reflow td:last-child {
        border-right: 1px solid #eceeef;
    }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
    float: left;
}

    .table-reflow tr th,
    .table-reflow tr td {
        display: block !important;
        border: 1px solid #eceeef;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 0.0625rem solid #ccc;
    border-radius: 0.25rem;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        border-color: #66afe9;
        outline: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eceeef;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

.form-control-file,
.form-control-range {
    display: block;
}

.form-control-label {
    padding: 0.4375rem 0.75rem;
    margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 2.375rem;
    }

    input[type="date"].input-sm, .input-group-sm input[type="date"].form-control,
    input[type="time"].input-sm, .input-group-sm
    input[type="time"].form-control,
    input[type="datetime-local"].input-sm, .input-group-sm
    input[type="datetime-local"].form-control,
    input[type="month"].input-sm, .input-group-sm
    input[type="month"].form-control {
        line-height: 1.95rem;
    }

    input[type="date"].input-lg, .input-group-lg input[type="date"].form-control,
    input[type="time"].input-lg, .input-group-lg
    input[type="time"].form-control,
    input[type="datetime-local"].input-lg, .input-group-lg
    input[type="datetime-local"].form-control,
    input[type="month"].input-lg, .input-group-lg
    input[type="month"].form-control {
        line-height: 3.29167rem;
    }
}

.form-control-static {
    min-height: 2.375rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    margin-bottom: 0;
}

    .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.33333;
    border-radius: 0.3rem;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

    .radio label,
    .checkbox label {
        padding-left: 1.25rem;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

        .radio label input:only-child,
        .checkbox label input:only-child {
            position: static;
        }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: .25rem;
        margin-left: -1.25rem;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -.25rem;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: .75rem;
    }

input[type="radio"]:disabled, input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-error {
    padding-right: 2.25rem;
    background-position: center right 0.59375rem;
    background-size: 1.54375rem 1.54375rem;
    background-repeat: no-repeat;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
}

.has-success .form-control-feedback {
    color: #5cb85c;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMC");
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
}

.has-warning .form-control-feedback {
    color: #f0ad4e;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PS");
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #d9534f;
}

.has-error .form-control {
    border-color: #d9534f;
}

.has-error .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7;
}

.has-error .form-control-feedback {
    color: #d9534f;
}

.has-error .form-control-error {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNyb3NzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMC");
}

@media (min-width: 34.625rem) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.0625rem solid transparent;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus, .btn:hover {
        text-decoration: none;
    }

    .btn.focus {
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
    }

    .btn.disabled, .btn:disabled, fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
    }

a.btn.disaabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

    .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #025aa5;
        border-color: #01549b;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #025aa5;
        border-color: #01549b;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .btn-primary.disabled:hover, .btn-primary:disabled:hover, fieldset[disabled] .btn-primary:hover {
        background-color: #0275d8;
        border-color: #0275d8;
    }

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
        color: #373a3c;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:hover {
        color: #373a3c;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
        background-image: none;
    }

    .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-secondary.disabled:hover, .btn-secondary:disabled:hover, fieldset[disabled] .btn-secondary:hover {
        background-color: #fff;
        border-color: #ccc;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-info.disabled:hover, .btn-info:disabled:hover, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-success.disabled:hover, .btn-success:disabled:hover, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-warning.disabled:hover, .btn-warning:disabled:hover, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

    .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #c12e2a;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #c12e2a;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .btn-danger.disabled:hover, .btn-danger:disabled:hover, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d9534f;
    }

.btn-primary-outline {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
}

    .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .btn-primary-outline:hover {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus, fieldset[disabled] .btn-primary-outline:focus, fieldset[disabled] .btn-primary-outline.focus {
        border-color: #43a7fd;
    }

    .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover, fieldset[disabled] .btn-primary-outline:hover {
        border-color: #43a7fd;
    }

.btn-secondary-outline {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

    .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-secondary-outline:hover {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus, fieldset[disabled] .btn-secondary-outline:focus, fieldset[disabled] .btn-secondary-outline.focus {
        border-color: white;
    }

    .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover, fieldset[disabled] .btn-secondary-outline:hover {
        border-color: white;
    }

.btn-info-outline {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

    .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-info-outline:hover {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus, fieldset[disabled] .btn-info-outline:focus, fieldset[disabled] .btn-info-outline.focus {
        border-color: #b0e1ef;
    }

    .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover, fieldset[disabled] .btn-info-outline:hover {
        border-color: #b0e1ef;
    }

.btn-success-outline {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

    .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-success-outline:hover {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus, fieldset[disabled] .btn-success-outline:focus, fieldset[disabled] .btn-success-outline.focus {
        border-color: #a3d7a3;
    }

    .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover, fieldset[disabled] .btn-success-outline:hover {
        border-color: #a3d7a3;
    }

.btn-warning-outline {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
}

    .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-warning-outline:hover {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus, fieldset[disabled] .btn-warning-outline:focus, fieldset[disabled] .btn-warning-outline.focus {
        border-color: #f8d9ac;
    }

    .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover, fieldset[disabled] .btn-warning-outline:hover {
        border-color: #f8d9ac;
    }

.btn-danger-outline {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}

    .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .btn-danger-outline:hover {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus, fieldset[disabled] .btn-danger-outline:focus, fieldset[disabled] .btn-danger-outline.focus {
        border-color: #eba5a3;
    }

    .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover, fieldset[disabled] .btn-danger-outline:hover {
        border-color: #eba5a3;
    }

.btn-link {
    font-weight: normal;
    color: #0275d8;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled, fieldset[disabled] .btn-link {
        background-color: transparent;
    }

        .btn-link, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover {
                border-color: transparent;
            }

            .btn-link:focus, .btn-link:hover {
                color: #014c8c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled:focus, .btn-link:disabled:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #818a91;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.33333;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height;
    transition-property: height;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1002;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    white-space: nowrap;
    text-align: inherit;
    width: 100%;
    background: none;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #2b2d2f;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0275d8;
        outline: 0;
    }

    .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
        color: #818a91;
    }

        .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #818a91;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

    .input-group-addon.form-control-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 0.275rem 0.75rem;
        font-size: 0.85rem;
        border-radius: 0.2rem;
    }

    .input-group-addon.form-control-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 1.25rem 1.25rem;
        font-size: 1.25rem;
        border-radius: 0.3rem;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.c-input {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    color: #555;
    cursor: pointer;
}

    .c-input > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .c-input > input:checked ~ .c-indicator {
            color: #fff;
            background-color: #0074d9;
        }

        .c-input > input:active ~ .c-indicator {
            color: #fff;
            background-color: #84c6ff;
        }

    .c-input + .c-input {
        margin-left: 1rem;
    }

.c-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 65%;
    line-height: 1rem;
    color: #eee;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.c-checkbox .c-indicator {
    border-radius: .25rem;
}

.c-checkbox input:checked ~ .c-indicator {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVk");
}

.c-checkbox input:indeterminate ~ .c-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVk");
}

.c-radio .c-indicator {
    border-radius: 50%;
}

.c-radio input:checked ~ .c-indicator {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVk");
}

.c-inputs-stacked .c-input {
    display: inline;
}

    .c-inputs-stacked .c-input:after {
        display: block;
        margin-bottom: .25rem;
        content: "";
    }

    .c-inputs-stacked .c-input + .c-input {
        margin-left: 0;
    }

.c-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: .75rem \9;
    background-image: none \9;
}

    .c-select:focus {
        outline: none;
        border-color: #51a7e8;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
    }

    .c-select::-ms-expand {
        opacity: 0;
    }

.c-select-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}

    .c-select-sm:not([multiple]) {
        height: 26px;
        min-height: 26px;
    }

.file {
    position: relative;
    display: inline-block;
    height: 2.5rem;
    cursor: pointer;
}

    .file input {
        min-width: 14rem;
        margin: 0;
        filter: alpha(opacity=0);
        opacity: 0;
    }

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}

    .file-custom:after {
        content: "Choose file...";
    }

    .file-custom:before {
        position: absolute;
        top: -.075rem;
        right: -.075rem;
        bottom: -.075rem;
        z-index: 6;
        display: block;
        height: 2.5rem;
        padding: .5rem 1rem;
        line-height: 1.5;
        color: #555;
        content: "Browse";
        background-color: #eee;
        border: .075rem solid #ddd;
        border-radius: 0 .25rem .25rem 0;
    }

.file input:focus ~ .file-custom {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #818a91;
    }

        .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
            color: #818a91;
            cursor: not-allowed;
            background-color: transparent;
        }

.nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs:before, .nav-tabs:after {
        content: " ";
        display: table;
    }

    .nav-tabs:after {
        clear: both;
    }

    .nav-tabs .nav-item {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs .nav-item + .nav-item {
            margin-left: .2rem;
        }

    .nav-tabs .nav-link {
        display: block;
        padding: 0.5em 1em;
        border: 1px solid transparent;
        border-radius: 0.25rem 0.25rem 0 0;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #eceeef #eceeef #ddd;
        }

        .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
            color: #818a91;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
        .nav-tabs .nav-item.open .nav-link,
        .nav-tabs .nav-item.open .nav-link:focus,
        .nav-tabs .nav-item.open .nav-link:hover {
            color: #55595c;
            background-color: #fff;
            border-color: #ddd #ddd transparent;
        }

.nav-pills .nav-item {
    float: left;
}

    .nav-pills .nav-item + .nav-item {
        margin-left: .2rem;
    }

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
    .nav-pills .nav-item.open .nav-link,
    .nav-pills .nav-item.open .nav-link:focus,
    .nav-pills .nav-item.open .nav-link:hover {
        color: #fff;
        cursor: default;
        background-color: #0275d8;
    }

.nav-stacked .nav-item {
    display: block;
    float: none;
}

    .nav-stacked .nav-item + .nav-item {
        margin-top: .2rem;
        margin-left: 0;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    /* padding: $navbar-padding-vertical $navbar-padding-horizontal; */
    padding: 1rem;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 34.625rem) {
    .navbar {
        border-radius: 0.25rem;
    }
}

.navbar-static-top {
    z-index: 1000;
}

@media (min-width: 34.625rem) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

@media (min-width: 34.625rem) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 34.625rem) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    margin-right: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1.25rem;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    overflow: hidden;
    margin-left: 1rem;
    margin-right: 1rem;
}

    .navbar-divider:before {
        content: '\00a0';
    }

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: none;
    border: 0.0625rem solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

@media (min-width: 34.625rem) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

@media (min-width: 48rem) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

@media (min-width: 62rem) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

@media (min-width: 75rem) {
    .navbar-toggleable-lg {
        display: block !important;
    }
}

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

    .navbar-nav .nav-link + .nav-link {
        margin-left: 1rem;
    }

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.8);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, 0.8);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.3);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.6);
    }

    .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link:focus,
    .navbar-light .navbar-nav .active > .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.open,
    .navbar-light .navbar-nav .nav-link.open:focus,
    .navbar-light .navbar-nav .nav-link.open:hover,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.active:focus,
    .navbar-light .navbar-nav .nav-link.active:hover {
        color: rgba(0, 0, 0, 0.8);
    }

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
    color: white;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: white;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link:focus,
    .navbar-dark .navbar-nav .active > .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.open,
    .navbar-dark .navbar-nav .nav-link.open:focus,
    .navbar-dark .navbar-nav .nav-link.open:hover,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.active:focus,
    .navbar-dark .navbar-nav .nav-link.active:hover {
        color: white;
    }

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.card {
    position: relative;
    margin-bottom: 0.75rem;
    border: 0.0625rem solid #e5e5e5;
    border-radius: 0.25rem;
}

.card-block {
    padding: 1.25rem;
}

.card-title {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 0.25rem 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 0.0625rem solid #e5e5e5;
}

    .card-header:first-child {
        border-radius: 0.1875rem 0.1875rem 0 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 0.0625rem solid #e5e5e5;
}

    .card-footer:last-child {
        border-radius: 0 0 0.1875rem 0.1875rem;
    }

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

    .card-inverse .card-link,
    .card-inverse .card-text,
    .card-inverse .card-blockquote > footer {
        color: rgba(255, 255, 255, 0.65);
    }

        .card-inverse .card-link:focus, .card-inverse .card-link:hover {
            color: #fff;
        }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: 0.25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-radius: 0.25rem 0.25rem 0 0;
}

.card-img-bottom {
    border-radius: 0 0 0.25rem 0.25rem;
}

.card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
}

    .card-deck .card {
        display: table-cell;
        width: 1%;
        vertical-align: top;
    }

.card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }

        .card-group .card + .card {
            margin-left: 0;
            border-left: 0;
        }

        .card-group .card:first-child .card-img-top {
            border-top-right-radius: 0;
        }

        .card-group .card:first-child .card-img-bottom {
            border-bottom-right-radius: 0;
        }

        .card-group .card:last-child .card-img-top {
            border-top-left-radius: 0;
        }

        .card-group .card:last-child .card-img-bottom {
            border-bottom-left-radius: 0;
        }

        .card-group .card:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

            .card-group .card:not(:first-child):not(:last-child) .card-img-top,
            .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                border-radius: 0;
            }

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding-right: .5rem;
            padding-left: .5rem;
            color: #818a91;
            content: "/ ";
        }

    .breadcrumb > .active {
        color: #818a91;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 0.5rem 0.75rem;
            margin-left: -1px;
            line-height: 1.5;
            color: #0275d8;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0.25rem;
            border-top-left-radius: 0.25rem;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
        }

        .pagination > li > a:focus, .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            color: #014c8c;
            background-color: #eceeef;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover {
        color: #818a91;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 0.275rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.pager {
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    list-style: none;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eceeef;
            }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
        color: #818a91;
        cursor: not-allowed;
        background-color: #fff;
    }

    .pager .disabled > span {
        color: #818a91;
        cursor: not-allowed;
        background-color: #fff;
    }

.pager-next > a,
.pager-next > span {
    float: right;
}

.pager-prev > a,
.pager-prev > span {
    float: left;
}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-pill {
    padding-left: .6em;
    padding-right: .6em;
    border-radius: 1rem;
}

.label-default {
    background-color: #818a91;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #687077;
    }

.label-primary {
    background-color: #0275d8;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #025aa5;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.3rem;
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

@media (min-width: 34.625rem) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-heading {
    margin-top: 0;
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c1e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6d5ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7ecb5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9b9;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

    .progress[value] {
        color: #0074d9;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .progress[value]::-webkit-progress-bar {
            background-color: #eee;
            border-radius: 0.25rem;
        }

        .progress[value]::-webkit-progress-value::before {
            content: attr(value);
        }

        .progress[value]::-webkit-progress-value {
            background-color: #0074d9;
            border-top-left-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

    .progress[value="100"]::-webkit-progress-value {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: 0.25rem;
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .progress[width^="0"] {
        min-width: 2rem;
        color: #818a91;
        background-color: transparent;
        background-image: none;
    }

    .progress[width="100%"] {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
    .progress-bar-striped {
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -.0625rem;
    background-color: #fff;
    border: 0.0625rem solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.list-group-flush .list-group-item {
    border-width: .0625rem 0;
    border-radius: 0;
}

a.list-group-item,
button.list-group-item {
    width: 100%;
    text-align: inherit;
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover,
    button.list-group-item:focus,
    button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #818a91;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #a8d6fe;
    }

.list-group-item-state {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-state,
button.list-group-item-state {
    color: #3c763d;
}

    a.list-group-item-state .list-group-item-heading,
    button.list-group-item-state .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-state:focus, a.list-group-item-state:hover,
    button.list-group-item-state:focus,
    button.list-group-item-state:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover,
    button.list-group-item-state.active,
    button.list-group-item-state.active:focus,
    button.list-group-item-state.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-state {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-state,
button.list-group-item-state {
    color: #31708f;
}

    a.list-group-item-state .list-group-item-heading,
    button.list-group-item-state .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-state:focus, a.list-group-item-state:hover,
    button.list-group-item-state:focus,
    button.list-group-item-state:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover,
    button.list-group-item-state.active,
    button.list-group-item-state.active:focus,
    button.list-group-item-state.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-state {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-state,
button.list-group-item-state {
    color: #8a6d3b;
}

    a.list-group-item-state .list-group-item-heading,
    button.list-group-item-state .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-state:focus, a.list-group-item-state:hover,
    button.list-group-item-state:focus,
    button.list-group-item-state:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover,
    button.list-group-item-state.active,
    button.list-group-item-state.active:focus,
    button.list-group-item-state.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-state {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-state,
button.list-group-item-state {
    color: #a94442;
}

    a.list-group-item-state .list-group-item-heading,
    button.list-group-item-state .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-state:focus, a.list-group-item-state:hover,
    button.list-group-item-state:focus,
    button.list-group-item-state:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover,
    button.list-group-item-state.active,
    button.list-group-item-state.active:focus,
    button.list-group-item-state.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 34.625rem) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 48rem) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 0.85rem;
    opacity: 0;
}

    .tooltip.in {
        opacity: 0.9;
    }

    .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
        padding: 5px 0;
        margin-top: -3px;
    }

        .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 5px 5px 0;
            border-top-color: #000;
        }

    .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
        padding: 0 5px;
        margin-left: 3px;
    }

        .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
            top: 50%;
            left: 0;
            margin-top: -5px;
            border-width: 5px 5px 5px 0;
            border-right-color: #000;
        }

    .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
        padding: 5px 0;
        margin-top: 3px;
    }

        .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 0 5px 5px;
            border-bottom-color: #000;
        }

    .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
        padding: 0 5px;
        margin-left: -3px;
    }

        .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
            top: 50%;
            right: 0;
            margin-top: -5px;
            border-width: 5px 0 5px 5px;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 0.85rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover.popover-top, .popover.bs-tether-element-attached-bottom {
        margin-top: -10px;
    }

        .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-color: rgba(0, 0, 0, 0.25);
            border-bottom-width: 0;
        }

            .popover.popover-top .popover-arrow:after, .popover.bs-tether-element-attached-bottom .popover-arrow:after {
                bottom: 1px;
                margin-left: -10px;
                content: "";
                border-top-color: #fff;
                border-bottom-width: 0;
            }

    .popover.popover-right, .popover.bs-tether-element-attached-left {
        margin-left: 10px;
    }

        .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-right-color: rgba(0, 0, 0, 0.25);
            border-left-width: 0;
        }

            .popover.popover-right .popover-arrow:after, .popover.bs-tether-element-attached-left .popover-arrow:after {
                bottom: -10px;
                left: 1px;
                content: "";
                border-right-color: #fff;
                border-left-width: 0;
            }

    .popover.popover-bottom, .popover.bs-tether-element-attached-top {
        margin-top: 10px;
    }

        .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
            top: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-width: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

            .popover.popover-bottom .popover-arrow:after, .popover.bs-tether-element-attached-top .popover-arrow:after {
                top: 1px;
                margin-left: -10px;
                content: "";
                border-top-width: 0;
                border-bottom-color: #fff;
            }

    .popover.popover-left, .popover.bs-tether-element-attached-right {
        margin-left: -10px;
    }

        .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-right-width: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

            .popover.popover-left .popover-arrow:after, .popover.bs-tether-element-attached-right .popover-arrow:after {
                right: 1px;
                bottom: -10px;
                content: "";
                border-right-width: 0;
                border-left-color: #fff;
            }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -0.7rem -0.7rem 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover-arrow, .popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover-arrow {
    border-width: 11px;
}

    .popover-arrow:after {
        content: "";
        border-width: 10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .carousel-item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .carousel-item > img,
        .carousel-inner > .carousel-item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1;
    }

    .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev:before {
        content: "\2039";
    }

    .carousel-control .icon-next:before {
        content: "\203a";
    }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media (min-width: 34.625rem) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[hidden] {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

@media (min-width: 34.625rem) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }
}

@media (min-width: 48rem) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }
}

@media (min-width: 62rem) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }
}

@media (min-width: 75rem) {
    .text-xl-left {
        text-align: left;
    }

    .text-xl-right {
        text-align: right;
    }

    .text-xl-center {
        text-align: center;
    }
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #818a91;
}

.text-primary {
    color: #0275d8;
}

a.text-primary:focus, a.text-primary:hover {
    color: #025aa5;
}

.text-success {
    color: #5cb85c;
}

a.text-success:focus, a.text-success:hover {
    color: #449d44;
}

.text-info {
    color: #5bc0de;
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5;
}

.text-warning {
    color: #f0ad4e;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f;
}

.text-danger {
    color: #d9534f;
}

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c;
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff;
    background-color: #0275d8;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #025aa5;
}

.bg-success {
    color: #fff;
    background-color: #5cb85c;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44;
}

.bg-info {
    color: #fff;
    background-color: #5bc0de;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5;
}

.bg-warning {
    color: #fff;
    background-color: #f0ad4e;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f;
}

.bg-danger {
    color: #fff;
    background-color: #d9534f;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c;
}

.m-a-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a {
    margin: 1rem !important;
}

.m-t {
    margin-top: 1rem !important;
}

.m-r {
    margin-right: 1rem !important;
}

.m-b {
    margin-bottom: 1rem !important;
}

.m-l {
    margin-left: 1rem !important;
}

.m-x {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-md {
    margin: 1.5rem !important;
}

.m-t-md {
    margin-top: 1.5rem !important;
}

.m-r-md {
    margin-right: 1.5rem !important;
}

.m-b-md {
    margin-bottom: 1.5rem !important;
}

.m-l-md {
    margin-left: 1.5rem !important;
}

.m-x-md {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-lg {
    margin: 3rem !important;
}

.m-t-lg {
    margin-top: 3rem !important;
}

.m-r-lg {
    margin-right: 3rem !important;
}

.m-b-lg {
    margin-bottom: 3rem !important;
}

.m-l-lg {
    margin-left: 3rem !important;
}

.m-x-lg {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a {
    padding: 1rem !important;
}

.p-t {
    padding-top: 1rem !important;
}

.p-r {
    padding-right: 1rem !important;
}

.p-b {
    padding-bottom: 1rem !important;
}

.p-l {
    padding-left: 1rem !important;
}

.p-x {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-md {
    padding: 1.5rem !important;
}

.p-t-md {
    padding-top: 1.5rem !important;
}

.p-r-md {
    padding-right: 1.5rem !important;
}

.p-b-md {
    padding-bottom: 1.5rem !important;
}

.p-l-md {
    padding-left: 1.5rem !important;
}

.p-x-md {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-lg {
    padding: 3rem !important;
}

.p-t-lg {
    padding-top: 3rem !important;
}

.p-r-lg {
    padding-right: 3rem !important;
}

.p-b-lg {
    padding-bottom: 3rem !important;
}

.p-l-lg {
    padding-left: 3rem !important;
}

.p-x-lg {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 34.525rem) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 34.625rem) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 47.9rem) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 48rem) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 61.9rem) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 62rem) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 74.9rem) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 75rem) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print .hidden-print {
        display: none !important;
    }
}

/* #Font size
================================================== */
/* #Margin
================================================== */
.mrt-0 {
    margin-top: 0px;
}

.mrt-5 {
    margin-top: 5px;
}

.mrt-10 {
    margin-top: 10px;
}

.mrt-15 {
    margin-top: 15px;
}

.mrt-20 {
    margin-top: 20px;
}

.mrt-25 {
    margin-top: 25px;
}

.mrt-30 {
    margin-top: 30px;
}

.mrt-35 {
    margin-top: 35px;
}

.mrt-40 {
    margin-top: 40px;
}

.mrt-45 {
    margin-top: 45px;
}

.mrt-50 {
    margin-top: 50px;
}

.mrt-55 {
    margin-top: 55px;
}

.mrt-60 {
    margin-top: 60px;
}

.mrt-65 {
    margin-top: 65px;
}

.mrt-70 {
    margin-top: 70px;
}

.mrt-75 {
    margin-top: 75px;
}

.mrt-80 {
    margin-top: 80px;
}

.mrt-85 {
    margin-top: 85px;
}

.mrt-90 {
    margin-top: 90px;
}

.mrt-95 {
    margin-top: 95px;
}

.mrt-100 {
    margin-top: 100px;
}

.mrt-105 {
    margin-top: 105px;
}

.mrt-110 {
    margin-top: 110px;
}

.mrt-115 {
    margin-top: 115px;
}

.mrt-120 {
    margin-top: 120px;
}

.mrt-125 {
    margin-top: 125px;
}

.mrt-130 {
    margin-top: 130px;
}

.mrt-135 {
    margin-top: 135px;
}

.mrt-140 {
    margin-top: 140px;
}

.mrt-145 {
    margin-top: 145px;
}

.mrt-150 {
    margin-top: 150px;
}

.mrt-155 {
    margin-top: 155px;
}

.mrt-160 {
    margin-top: 160px;
}

.mrt-165 {
    margin-top: 165px;
}

.mrt-170 {
    margin-top: 170px;
}

.mrt-175 {
    margin-top: 175px;
}

.mrt-180 {
    margin-top: 180px;
}

.mrt-185 {
    margin-top: 185px;
}

.mrt-190 {
    margin-top: 190px;
}

.mrt-195 {
    margin-top: 195px;
}

.mrb-0 {
    margin-bottom: 0px;
}

.mrb-5 {
    margin-bottom: 5px;
}

.mrb-10 {
    margin-bottom: 10px;
}

.mrb-15 {
    margin-bottom: 15px;
}

.mrb-20 {
    margin-bottom: 20px;
}

.mrb-25 {
    margin-bottom: 25px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-35 {
    margin-bottom: 35px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.mrb-45 {
    margin-bottom: 45px;
}

.mrb-50 {
    margin-bottom: 50px;
}

.mrb-55 {
    margin-bottom: 55px;
}

.mrb-60 {
    margin-bottom: 60px;
}

.mrb-65 {
    margin-bottom: 65px;
}

.mrb-70 {
    margin-bottom: 70px;
}

.mrb-75 {
    margin-bottom: 75px;
}

.mrb-80 {
    margin-bottom: 80px;
}

.mrb-85 {
    margin-bottom: 85px;
}

.mrb-90 {
    margin-bottom: 90px;
}

.mrb-95 {
    margin-bottom: 95px;
}

.mrb-100 {
    margin-bottom: 100px;
}

.mrb-105 {
    margin-bottom: 105px;
}

.mrb-110 {
    margin-bottom: 110px;
}

.mrb-115 {
    margin-bottom: 115px;
}

.mrb-120 {
    margin-bottom: 120px;
}

.mrb-125 {
    margin-bottom: 125px;
}

.mrb-130 {
    margin-bottom: 130px;
}

.mrb-135 {
    margin-bottom: 135px;
}

.mrb-140 {
    margin-bottom: 140px;
}

.mrb-145 {
    margin-bottom: 145px;
}

.mrb-150 {
    margin-bottom: 150px;
}

.mrb-155 {
    margin-bottom: 155px;
}

.mrb-160 {
    margin-bottom: 160px;
}

.mrb-165 {
    margin-bottom: 165px;
}

.mrb-170 {
    margin-bottom: 170px;
}

.mrb-175 {
    margin-bottom: 175px;
}

.mrb-180 {
    margin-bottom: 180px;
}

.mrb-185 {
    margin-bottom: 185px;
}

.mrb-190 {
    margin-bottom: 190px;
}

.mrb-195 {
    margin-bottom: 195px;
}

.wdt-0 {
    width: 0px;
}

.wdt-5 {
    width: 5px;
}

.wdt-10 {
    width: 10px;
}

.wdt-15 {
    width: 15px;
}

.wdt-20 {
    width: 20px;
}

.wdt-25 {
    width: 25px;
}

.wdt-30 {
    width: 30px;
}

.wdt-35 {
    width: 35px;
}

.wdt-40 {
    width: 40px;
}

.wdt-45 {
    width: 45px;
}

.wdt-50 {
    width: 50px;
}

.wdt-55 {
    width: 55px;
}

.wdt-60 {
    width: 60px;
}

.wdt-65 {
    width: 65px;
}

.wdt-70 {
    width: 70px;
}

.wdt-75 {
    width: 75px;
}

.wdt-80 {
    width: 80px;
}

.wdt-85 {
    width: 85px;
}

.wdt-90 {
    width: 90px;
}

.wdt-95 {
    width: 95px;
}

.wdt-100 {
    width: 100px;
}

.wdt-105 {
    width: 105px;
}

.wdt-110 {
    width: 110px;
}

.wdt-115 {
    width: 115px;
}

.wdt-120 {
    width: 120px;
}

.wdt-125 {
    width: 125px;
}

.wdt-130 {
    width: 130px;
}

.wdt-135 {
    width: 135px;
}

.wdt-140 {
    width: 140px;
}

.wdt-145 {
    width: 145px;
}

.wdt-150 {
    width: 150px;
}

.wdt-155 {
    width: 155px;
}

.wdt-160 {
    width: 160px;
}

.wdt-165 {
    width: 165px;
}

.wdt-170 {
    width: 170px;
}

.wdt-175 {
    width: 175px;
}

.wdt-180 {
    width: 180px;
}

.wdt-185 {
    width: 185px;
}

.wdt-190 {
    width: 190px;
}

.wdt-195 {
    width: 195px;
}

.wdt-200 {
    width: 200px;
}

.wdt-205 {
    width: 205px;
}

.wdt-210 {
    width: 210px;
}

.wdt-215 {
    width: 215px;
}

.wdt-220 {
    width: 220px;
}

.wdt-225 {
    width: 225px;
}

.wdt-230 {
    width: 230px;
}

.wdt-235 {
    width: 235px;
}

.wdt-240 {
    width: 240px;
}

.wdt-245 {
    width: 245px;
}

.wdt-250 {
    width: 250px;
}

.wdt-255 {
    width: 255px;
}

.wdt-260 {
    width: 260px;
}

.wdt-265 {
    width: 265px;
}

.wdt-270 {
    width: 270px;
}

.wdt-275 {
    width: 275px;
}

.wdt-280 {
    width: 280px;
}

.wdt-285 {
    width: 285px;
}

.wdt-290 {
    width: 290px;
}

.wdt-295 {
    width: 295px;
}

@font-face {
    font-family: 'Font-Robotos';
    src: url("/Style Library/fonts/Robotos_Convert/roboto-regular-webfont.eot");
    src: url("/Style Library/fonts/Robotos_Convert/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Style Library/fonts/Robotos_Convert/roboto-regular-webfont.woff2") format("woff2"), url("/Style Library/fonts/Robotos_Convert/roboto-regular-webfont.woff") format("woff"), url("/Style Library/fonts/Robotos_Convert/roboto-regular-webfont.ttf") format("truetype"), url("Style Library/fonts/Robotos_Convert/roboto-regular-webfont.svg#Font-Robotos") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font-Linearicons';
    src: url("/Style Library/fonts/Linearicons/Linearicons-Free.eot");
    src: url("/Style Library/fonts/Linearicons/Linearicons-Free.eot?#iefix") format("embedded-opentype"), url("/Style Library/fonts/Linearicons/Linearicons-Free.woff2") format("woff2"), url("/Style Library/fonts/Linearicons/Linearicons-Free.woff") format("woff"), url("/Style Library/fonts/Linearicons/Linearicons-Free.ttf") format("truetype"), url("/Style Library/fonts/Linearicons/Linearicons-Free.svg#Font-Linearicons") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*Global*/
html, body {
    font-family: 'Arial', sans-serif !important;
}

    html *::-moz-selection, body *::-moz-selection {
        background-color: #0071bb;
        color: #fff;
    }

    html *::selection, body *::selection {
        background-color: #0071bb;
        color: #fff;
    }

    html *::-moz-selection, body *::-moz-selection {
        background-color: #0071bb;
        color: #fff;
    }

img {
    max-width: 100%;
}

html {
    position: relative;
    min-height: 100%;
}

.text-sm {
    font-size: .9rem;
}

.text-xs {
    font-size: .8rem;
}

a {
    color: #0071bb;
}

    a:hover {
        color: #ffcd00;
    }

.scb-xanh {
    color: #0071bb;
}

.scb-xanh-1 {
    color: #37b5e8;
}

.scb-vang {
    color: #ffcd00;
}

.scb-xam {
    color: #999999;
}

.scb-xam-1 {
    color: #3d5879;
}

.scb-bg {
    background-color: #f4f1e9;
}

.scb-bg1 {
    background-color: #f7f7f7;
}

.pdb30 {
    padding-bottom: 30px;
}

.btn-scb-xanh {
    background-color: #0071bb;
    border-color: #0071bb;
}

    .btn-scb-xanh:hover {
        background-color: #005288;
        border-color: #005288;
    }

.btn-scb-xanh-1 {
    background-color: #37b5e8;
    border-color: #37b5e8;
}

    .btn-scb-xanh-1:hover {
        background-color: #189ed4;
        border-color: #189ed4;
    }

.btn-scb-vang {
    background-color: #ffcd00;
    border-color: #ffcd00;
}

    .btn-scb-vang:hover {
        background-color: #cca400;
        border-color: #cca400;
    }

.btn-scb-xam {
    background-color: #999999;
    border-color: #999999;
}

    .btn-scb-xam:hover {
        background-color: gray;
        border-color: gray;
    }

.btn-scb-xam-1 {
    background-color: #3d5879;
    border-color: #3d5879;
}

    .btn-scb-xam-1:hover {
        background-color: #2c3f57;
        border-color: #2c3f57;
    }

.form-control:focus {
    border-color: #0071bb;
}

select.form-control-xs {
    padding: .075rem 1.75rem .075rem .75rem;
    font-size: .8rem;
}

select.form-control-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    padding: .25rem 1.75rem .25rem .75rem;
    font-size: .85rem;
}

.btn-more {
    position: relative;
    -khtml-border-radius: 1.5rem;
    border-radius: 1.5rem;
    padding: .5rem 2rem;
    z-index: 10;
    display: inline-block;
    background-color: #ffcd00;
}

    .btn-more:hover {
        color: #fff;
    }

        .btn-more:hover:after {
            color: #ffcd00;
        }

        .btn-more:hover:before {
            color: #ffcd00;
        }

    .btn-more:after {
        content: "\f054";
        background-color: #fff;
        font-size: 1rem;
        line-height: 1.5;
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: -2.5rem;
        top: -1px;
        z-index: -1;
        padding: .875rem 1rem .875rem 2.2rem;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 1.5rem;
        -webkit-border-bottom-right-radius: 1.5rem;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 1.5rem;
        -moz-border-radius-bottomright: 1.5rem;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 0;
        text-align: center;
    }

    .btn-more:before {
        content: "\f054";
        background-color: #ffcd00;
        color: #ffcd00;
        font-size: 1rem;
        line-height: 1.5;
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: -.3rem;
        top: -1px;
        z-index: 1;
        padding: .875rem 1rem .875rem .2rem;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 1.5rem;
        -webkit-border-bottom-right-radius: 1.5rem;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 1.5rem;
        -moz-border-radius-bottomright: 1.5rem;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 0;
        text-align: center;
    }

header {
    width: 100%;
    z-index: 1005;
    position: relative;
}

@media (max-width: 61.9rem) {
    header .header .container {
        padding: 0;
    }
}

@media (min-width: 75rem) {
    header .header .container .navbar .nav {
        float: left;
    }
}

@media (max-width: 74.9rem) {
    header .header .container .navbar .nav {
        /* padding: 0.5rem 0; */
    }
}

header .header .container .navbar .nav .navbar-toggler {
    background: #ffcd00;
    color: #0071bb;
    border-color: #ffcd00;
}

    header .header .container .navbar .nav .navbar-toggler:hover {
        background: #fff;
        color: #0071bb;
        border-color: #fff;
    }

header .header .container .navbar .nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

    header .header .container .navbar .nav .navbar-brand img {
        max-height: 38px;
    }

@media (max-width: 47.9rem) {
    header .header .container .navbar .nav .navbar-brand img {
        max-width: 180px;
        margin-top: 5px;
    }
}

@media (max-width: 74.9rem) {
    header .header .container .navbar .navbar-collapse {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px 15px 20px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        z-index: 10000;
    }
}

@media (min-width: 75rem) {
    header .header .container .navbar .navbar-collapse .navbar-nav {
        float: right;
    }
}

header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    line-height: 1.5rem;
}

    header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.language.open .dropdown-menu {
        width: 2rem;
        margin: 0 0 0.75rem;
    }

@media (min-width: 75rem) {
    header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.language.open .dropdown-menu {
        width: auto;
    }
}

@media (min-width: 48rem) {
    header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.internet {
        width: 50%;
        padding-right: 0;
    }
}

@media (min-width: 62rem) {
    header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.internet {
        width: 45%;
        padding-right: 0;
    }
}

@media (min-width: 75rem) {
    header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.internet {
        width: auto;
        padding-right: 1rem;
    }
}

header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.language .nav-link {
    line-height: 1.5rem;
}

header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.internet .btn-primary {
    border-color: #fff;
}

header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link {
    color: #fff;
}

header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item + .nav-item {
    margin-left: 1rem;
}

header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.open .dropdown-menu {
    -khtml-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

@media (max-width: 47.9rem) {
    header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.open .dropdown-menu {
        margin-bottom: 1rem;
    }
}

header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.open .dropdown-menu a {
    text-shadow: none;
    font-size: .8rem;
    padding: 5px 10px;
}

    header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.open .dropdown-menu a:hover {
        color: #0071bb;
    }

@media (max-width: 74.9rem) {
    header .header .container .navbar .navbar-collapse .navbar-nav .nav-item {
        float: none;
        padding: 0 0.75rem;
    }

        header .header .container .navbar .navbar-collapse .navbar-nav .nav-item + .nav-item {
            margin-left: 0;
        }

        header .header .container .navbar .navbar-collapse .navbar-nav .nav-item.open .dropdown-menu {
            position: relative;
            width: 100%;
            border: 0;
            padding: 0;
            float: none;
            -khtml-border-radius: 0;
            border-radius: 0;
            z-index: 90000;
        }
}

@media (max-width: 47.9rem) {
    header {
        background: #0071bb;
        width: 100%;
    }
}

@media (min-width: 34.625rem) {
    header.home {
        position: absolute;
        margin-top: 0rem;
    }
}

header.child {
    background: #0071bb;
}

    header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.language.open .dropdown-menu {
        width: 2rem;
    }

@media (min-width: 75rem) {
    header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.language.open .dropdown-menu {
        width: auto;
    }
}

@media (min-width: 48rem) {
    header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.internet {
        width: 50%;
        padding-right: 0;
    }
}

@media (min-width: 62rem) {
    header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.internet {
        width: 45%;
        padding-right: 0;
    }
}

@media (min-width: 75rem) {
    header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.internet {
        width: auto;
        padding-right: 1rem;
    }
}

header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.open .dropdown-menu {
    margin-bottom: 1rem;
    background: #37b5e8;
    border-color: #37b5e8;
    -khtml-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

    header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.open .dropdown-menu a {
        color: #fff;
        text-shadow: none;
    }

        header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.open .dropdown-menu a:hover {
            color: #37b5e8;
        }

@media (min-width: 75rem) {
    header.child {
        background: #0071bb;
    }

        header.child .header .container .navbar {
            padding: 0;
        }

            header.child .header .container .navbar .nav .navbar-brand {
                margin-top: 1.3rem;
            }

            header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item {
                line-height: 4rem;
                padding: 0 0.8rem;
            }

                header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.active:not(.internet), header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item:hover:not(.internet) {
                    background: #37b5e8;
                }

                header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.language .nav-link {
                    line-height: 4rem;
                }

                header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.internet .btn-primary {
                    background-color: #ffcd00;
                    margin: 1.3rem 0;
                    color: #333;
                }

                    header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item.internet .btn-primary:hover {
                        background-color: #0071bb;
                    }

                header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item + .nav-item {
                    margin-left: 1px;
                }
}

header .subheader {
    background: #f7f7f7;
    -khtml-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.38);
    -ms-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.38);
    -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.38);
    z-index: 9999;
}

    header .subheader .yamm-head {
        position: relative;
    }

    header .subheader .container .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        border: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -khtml-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

@media (max-width: 74.9rem) {
    header .subheader .container .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        position: relative;
        background-color: #f7f7f7;
        /* display: none;
          visibility: hidden;
          @include opacity(0); */
        -webkit-transition: all 0.4s;
        -khtml-transition: all 0.4s;
        transition: all 0.4s;
    }

        header .subheader .container .yamm .dropdown.yamm-fullwidth .dropdown-menu .row {
            margin-top: 0;
        }

        header .subheader .container .yamm .dropdown.yamm-fullwidth .dropdown-menu .col-md-3,
        header .subheader .container .yamm .dropdown.yamm-fullwidth .dropdown-menu .col-lg-4 {
            width: 100%;
            margin: 0;
            float: left;
        }

        header .subheader .container .yamm .dropdown.yamm-fullwidth .dropdown-menu.open {
            /* display: block;
            visibility: visible; */
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-opacity: 1;
            -khtml-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
        }
}

header .subheader .container .yamm .nav .navbar-sub {
    display: block;
    padding: .5rem 0;
    color: #4d4d4d;
    text-decoration: none;
}

    header .subheader .container .yamm .nav .navbar-sub:hover {
        color: #0071bb;
    }

header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .nav-link {
    padding: 0 0.8rem;
    border-left: 1px solid #e6e6e6;
    line-height: 3rem;
    color: #4d4d4d;
}

@media (min-width: 75rem) {
    header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .nav-link {
        padding: 0 1.5rem;
    }
}

header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .nav-link:hover, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .nav-link.active {
    color: #0071bb;
    /*font-weight: 700; */
}

header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .nav-link:last-child {
    border-right: 1px solid #e6e6e6;
}

header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu {
    margin-bottom: 1rem;
    margin: -1px 0 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    padding: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    border: none;
}

    header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul {
        padding: 0.5rem 1rem;
        margin: 0;
        background-color: #f2f2f2;
    }

        header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul li, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul li {
            list-style-type: none;
            border-bottom: 1px solid #e6e6e6;
        }

            header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul li:last-child, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul li:last-child {
                border-bottom: none;
            }

            header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul li a.text-link, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul li a.text-link {
                color: #333333;
                border: none;
                margin: 0;
            }

                header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul li a.text-link:hover, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul li a.text-link:focus, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul li a.text-link.active, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul li a.text-link:hover, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul li a.text-link:focus, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul li a.text-link.active {
                    color: #0071bb;
                }

@media (max-width: 61.9rem) {
    header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul {
        background-color: #f7f7f7;
    }

        header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul li a.text-link, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul li a.text-link {
            padding: 0.75rem 0;
            background-color: #f7f7f7;
            line-height: 1.4rem;
        }
}

header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item + .nav-item {
    margin-left: 0;
}

header .subheader .container .yamm .navbar-collapse .navbar-nav.mr {
    float: right;
}

    header .subheader .container .yamm .navbar-collapse .navbar-nav.mr > .nav-item .nav-link {
        padding: 0 1rem;
        line-height: 3rem;
        color: #0071bb;
    }

        header .subheader .container .yamm .navbar-collapse .navbar-nav.mr > .nav-item .nav-link:hover {
            color: #ffcd00;
        }

    header .subheader .container .yamm .navbar-collapse .navbar-nav.mr > .nav-item + .nav-item {
        margin-left: 0;
    }

@media (max-width: 74.9rem) {
    header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item,
    header .subheader .container .yamm .navbar-collapse .navbar-nav.mr > .nav-item {
        float: none;
        position: relative;
    }

        header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .nav-link,
        header .subheader .container .yamm .navbar-collapse .navbar-nav.mr > .nav-item .nav-link {
            padding: 0;
            border-left: 0;
        }

        header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .icon-sub,
        header .subheader .container .yamm .navbar-collapse .navbar-nav.mr > .nav-item .icon-sub {
            position: absolute;
            top: 5px;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border: 1px solid #e6e6e6;
        }

            header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .icon-sub:after,
            header .subheader .container .yamm .navbar-collapse .navbar-nav.mr > .nav-item .icon-sub:after {
                content: '';
                margin-left: 0;
            }

        header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item + .nav-item,
        header .subheader .container .yamm .navbar-collapse .navbar-nav.mr > .nav-item + .nav-item {
            margin-left: 0;
        }

        header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu,
        header .subheader .container .yamm .navbar-collapse .navbar-nav.mr > .nav-item.open .dropdown-menu {
            position: relative;
            width: 100%;
            border: 0;
            padding: 0;
            float: none;
            -khtml-border-radius: 0;
            border-radius: 0;
        }

    header .subheader .container .yamm .navbar-collapse .navbar-nav.mr {
        float: none;
    }
}

header .subheader .container .yamm .navbar-collapse .yammcnt .thumb {
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    height: 70px;
    display: block;
    margin: 0 0 1.5rem;
}

    header .subheader .container .yamm .navbar-collapse .yammcnt .thumb img {
        position: absolute;
        display: block;
        left: 0;
        bottom: 0;
    }

header .subheader .container .yamm .navbar-collapse .yammcnt h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #0071bb;
    margin: 0 0 1.5rem;
}

header .subheader .container .yamm .navbar-collapse .yammcnt .text-link {
    line-height: 3rem;
    width: 100%;
    display: table;
    color: gray;
    border-bottom: 1px solid #bfbfbf;
    text-decoration: none;
    margin: 0 0 0.5rem;
}

    header .subheader .container .yamm .navbar-collapse .yammcnt .text-link i {
        font-size: 1.5rem;
        line-height: 3rem;
        display: table-cell;
        width: 3rem;
        vertical-align: middle;
        color: #999999;
    }

    header .subheader .container .yamm .navbar-collapse .yammcnt .text-link em {
        line-height: 3rem;
        display: table-cell;
        width: 1rem;
        vertical-align: middle;
    }

    header .subheader .container .yamm .navbar-collapse .yammcnt .text-link span {
        line-height: 1.4rem;
        display: table-cell;
        vertical-align: middle;
        color: #333333;
    }

    header .subheader .container .yamm .navbar-collapse .yammcnt .text-link:hover {
        color: #0071bb;
    }

        header .subheader .container .yamm .navbar-collapse .yammcnt .text-link:hover span {
            color: #0071bb;
        }

@media (max-width: 74.9rem) {
    header .subheader .container .yamm .navbar-collapse .yammcnt .text-link {
        display: block;
        padding: 0.75rem 0;
        margin: 0;
    }

        header .subheader .container .yamm .navbar-collapse .yammcnt .text-link i,
        header .subheader .container .yamm .navbar-collapse .yammcnt .text-link em {
            display: none;
        }
}



















/*Search*/
.searchtoogle {
    display: none;
}

.search {
    display: block;
    position: relative;
    width: 100%;
    margin: 15px auto 0;
    clear: both;
    float: left;
    padding-left: 0.75rem;
}

@media (min-width: 48rem) {
    .search {
        width: 50%;
    }
}

@media (min-width: 62rem) {
    .search {
        width: 45%;
    }
}

@media (min-width: 75rem) {
    .search {
        padding-left: 0;
    }
}

.search .navbar-form {
    padding: 0;
    margin: 0;
    border: 0;
}

    .search .navbar-form .form-group {
        display: block;
    }

        .search .navbar-form .form-group .form-control {
            /* @include box-shadow(none);
        border: 0;
        width: 100%;
        border: 0;
        height: 45px;
        line-height: 45px;
        padding: 0 45px 0 15px;
        @include transition(all 0.5s);
        border: 1px solid #e6e6e6;
        @include border-radius(5px);
        z-index: 1; */
            padding: 0.375rem 5rem 0.375rem 0.75rem;
        }

    .search .navbar-form label {
        display: none;
    }

    .search .navbar-form .btnse,
    .search .navbar-form .btnre {
        display: none;
    }

    .search .navbar-form button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 15px 0 10px;
        width: 70px;
        height: 38px;
        line-height: 38px;
        border: none;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        transition: all 0.5s;
        -khtml-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        z-index: 9;
    }

        .search .navbar-form button .btnse {
            display: block;
        }

@media (min-width: 34.625rem) and (max-width: 61.9rem) {
    header.child .header .container .navbar .navbar-collapse .navbar-nav {
        padding: 0.5rem 0;
    }

        header.child .header .container .navbar .navbar-collapse .navbar-nav > .nav-item {
            padding: 0 0.7rem;
        }
}

@media (max-width: 74.9rem) {
    header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .nav-link.dropdown-toggle:after {
        content: '';
        display: none;
    }
}

@media (min-width: 75rem) {
    header .header .container .navbar .navbar-collapse .navbar-nav > .nav-item + .nav-item {
        margin-left: 1.3rem;
    }

    header .subheader .yamm-head {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#ccc)";
        /*IE 8*/
        /*FF 3.5+*/
        /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 1px 1px 1px rgba(204, 204, 204, 0.5);
        /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#ccc)";
    }
    /*IE 5.5-7*/
}

header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .dropdown-menu {
    margin-top: 0;
    /* display: block;*/
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    transform: translate(0, 0);
}

header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item .nav-link.dropdown-toggle:after {
    content: '\f107';
    font-family: "FontAwesome";
    margin-left: .5rem;
    border: none;
    vertical-align: top;
}

header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*Search*/
.searchtoogle {
    display: block;
    margin: 0;
}

    .searchtoogle .fa {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

.search {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 999;
    right: 0;
    top: 0;
}

    .search .navbar-form {
        padding: 0;
        margin: 0;
        border: 0;
    }

        .search .navbar-form .form-group {
            display: block;
        }

            .search .navbar-form .form-group #searchinput {
                -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
                -ms-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
                -o-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
                box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
                border: 0;
                width: 100%;
                border: 0;
                height: 45px;
                padding: 0 30px;
                -webkit-transition: all 0.5s;
                -khtml-transition: all 0.5s;
                transition: all 0.5s;
                border: 1px solid #e6e6e6;
                -khtml-border-radius: 5px;
                border-radius: 5px;
            }

        .search .navbar-form label {
            display: none;
        }

        .search .navbar-form .btnse {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 15px 0 10px;
            line-height: 45px;
            -webkit-transition: all 0.5s;
            -khtml-transition: all 0.5s;
            transition: all 0.5s;
        }

        .search .navbar-form .btnre {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            padding: 0 15px;
            line-height: 45px;
            -webkit-transition: all 0.5s;
            -khtml-transition: all 0.5s;
            transition: all 0.5s;
        }

        .search .navbar-form button {
            display: none;
        }

}

@media (max-width: 74.9rem) {
    ul.nav.navbar-nav.ml {
        padding-bottom: 1.5rem;
    }

    ul.nav.navbar-nav.mr.mobile {
        position: absolute;
        top: 0;
        right: 0.9375rem;
        padding: 0.5rem 0;
    }

        ul.nav.navbar-nav.mr.mobile li a {
            padding: 0;
        }
}

footer .footer {
    text-align: center;
    background: #0071bb;
    padding: 1.5rem 0;
    color: #fff;
}

    footer .footer .nav-inline.foot-link .nav-link, footer .footer .nav-inline.foot-link-child .nav-link {
        color: #fff;
        border-right: 1px solid #fff;
        line-height: .85rem;
    }

        footer .footer .nav-inline.foot-link .nav-link + .nav-link, footer .footer .nav-inline.foot-link-child .nav-link + .nav-link {
            margin: 0;
        }

        footer .footer .nav-inline.foot-link .nav-link:hover, footer .footer .nav-inline.foot-link-child .nav-link:hover {
            color: #ffcd00;
        }

@media (max-width: 47.9rem) {
    footer .footer .nav-inline.foot-link .nav-link, footer .footer .nav-inline.foot-link-child .nav-link {
        float: none;
        display: block;
        line-height: 2.5rem;
        border: 0;
    }

        footer .footer .nav-inline.foot-link .nav-link + .nav-link, footer .footer .nav-inline.foot-link-child .nav-link + .nav-link {
            margin: 0;
        }
}

footer .footer .linkimg {
    text-align: center;
}

    footer .footer .linkimg a.backTop {
        height: 40px;
        line-height: 40px;
        padding: 0 1.5rem;
        background-color: #005288;
        display: inline-block;
        color: #f2f2f2;
        text-align: center;
        text-decoration: none;
        margin-left: .5rem;
        margin-top: .5rem;
    }

        footer .footer .linkimg a.backTop span {
            margin-right: .5rem;
        }

footer .footer .downloadapp ul {
    margin-top: 1rem;
}

    footer .footer .downloadapp ul li a {
        display: table;
        color: #fff;
        background: #000;
        text-decoration: none;
        margin: 0 auto;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        padding: .25rem .5rem;
    }

        footer .footer .downloadapp ul li a i, footer .footer .downloadapp ul li a strong {
            display: table-cell;
            vertical-align: middle;
        }

        footer .footer .downloadapp ul li a strong {
            font-size: .45rem;
            letter-spacing: .0125rem;
            font-weight: 200;
        }

            footer .footer .downloadapp ul li a strong span {
                display: block;
                font-size: .75rem;
                line-height: .75rem;
                letter-spacing: 0;
            }

        footer .footer .downloadapp ul li a:hover {
            color: #ffcd00;
        }

    footer .footer .downloadapp ul li + li {
        padding-top: 1rem;
    }

@media (min-width: 34.625rem) {
    footer .footer .downloadapp ul {
        margin: 1rem auto 0 auto;
        display: table;
    }

        footer .footer .downloadapp ul li {
            display: table-cell;
            vertical-align: middle;
        }

            footer .footer .downloadapp ul li + li {
                padding-top: 0;
                padding-left: .5rem;
            }
}

@media (min-width: 48rem) {
    footer .footer .nav-inline.foot-link .nav-link, footer .footer .nav-inline.foot-link-child .nav-link {
        padding: 0 1rem;
    }

        footer .footer .nav-inline.foot-link .nav-link:first-child, footer .footer .nav-inline.foot-link-child .nav-link:first-child {
            padding-left: 0;
        }

        footer .footer .nav-inline.foot-link .nav-link:last-child, footer .footer .nav-inline.foot-link-child .nav-link:last-child {
            padding-right: 0;
            border-right: 0;
        }
}

@media (min-width: 62rem) {
    footer .footer {
        text-align: left;
    }

        footer .footer .nav-inline.foot-link {
            line-height: 2rem;
        }

        footer .footer .downloadapp ul {
            margin-top: 0;
            float: right;
        }
}

footer .footer-social {
    color: #999999;
    line-height: 2rem;
    text-align: center;
}

@media (min-width: 48rem) {
    footer .footer-social {
        text-align: left;
    }

        footer .footer-social .copyright {
            text-align: right;
        }
}

footer .footer-social .social-media a {
    color: #999999;
}

    footer .footer-social .social-media a:hover {
        color: #3d5879;
    }

@media (max-width: 47.9rem) {
    footer .footer-social {
        line-height: 1rem;
    }

        footer .footer-social .social-media {
            line-height: 3rem;
        }
}

footer .footer-alllink {
    background: #0062a2;
    padding: 2rem 0;
    text-align: center;
}

@media (min-width: 48rem) {
    footer .footer-alllink {
        text-align: left;
    }
}

footer .footer-alllink h6 {
    color: #fff;
    font-weight: bold;
}

footer .footer-alllink .nav .nav-item .nav-link {
    color: #d9d9d9;
}

    footer .footer-alllink .nav .nav-item .nav-link:hover {
        color: #ffcd00;
    }

footer .footer-alllink .downloadapp ul {
    margin-top: 1rem;
}

    footer .footer-alllink .downloadapp ul li a {
        display: table;
        color: #fff;
        background: #000;
        text-decoration: none;
        margin: 0 auto;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        padding: .25rem .5rem;
    }

        footer .footer-alllink .downloadapp ul li a i, footer .footer-alllink .downloadapp ul li a strong {
            display: table-cell;
            vertical-align: middle;
        }

        footer .footer-alllink .downloadapp ul li a strong {
            font-size: .45rem;
            letter-spacing: .0125rem;
            font-weight: 200;
        }

            footer .footer-alllink .downloadapp ul li a strong span {
                display: block;
                font-size: .75rem;
                line-height: .75rem;
                letter-spacing: 0;
            }

        footer .footer-alllink .downloadapp ul li a:hover {
            color: #ffcd00;
        }

    footer .footer-alllink .downloadapp ul li + li {
        padding-top: 1rem;
    }

@media (min-width: 34.625rem) {
    footer .footer-alllink .downloadapp ul li a {
        margin: 0;
    }

    footer .footer-alllink .downloadapp ul li + li {
        padding-left: 0;
    }
}

footer .footer-social-child {
    background: #00436e;
    color: #cccccc;
    line-height: 2rem;
    text-align: center;
}

@media (min-width: 48rem) {
    footer .footer-social-child {
        text-align: left;
    }

        footer .footer-social-child .copyright {
            text-align: right;
        }
}

footer .footer-social-child .social-media a {
    color: #cccccc;
}

    footer .footer-social-child .social-media a:hover {
        color: #ffcd00;
    }

@media (max-width: 47.9rem) {
    footer .footer-social-child {
        line-height: 1rem;
    }

        footer .footer-social-child .social-media {
            line-height: 3rem;
        }
}

@media (max-width: 74.9rem) {
    .social-media {
        padding-top: 0.5rem;
    }

    .copyright {
        line-height: 1.5rem;
        padding-bottom: 1rem;
        padding-top: 0.5rem;
    }
}

@media (min-width: 62rem) {
    footer .footer .linkimg {
        text-align: right;
    }
}

.home-slider .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    .home-slider .swiper-container:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
        z-index: 3000;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #fff;
        height: 0;
        width: 0;
        content: '';
        display: block;
    }

@media (max-width: 61.9rem) {
    .home-slider .swiper-container:after {
        content: '';
        display: none;
    }
}

.home-slider .swiper-container.swiper-container-horizontal > .swiper-pagination {
    bottom: 1.5rem;
}

.home-slider .swiper-container .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

    .home-slider .swiper-container .swiper-slide:after {
        /*content: '';
      background-color: rgba(0, 57, 94, 0.6);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;*/
        content: '';
        background-color: rgba(0, 57, 94,0);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        display: none;
    }

@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide:after {
        content: '';
        display: none;
    }
}

.home-slider .swiper-container .swiper-slide .title {
    width: 100%;
    position: absolute;
    top: 0.5rem;
    left: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    padding-right: 0.5rem;
    z-index: 2;
}

    .home-slider .swiper-container .swiper-slide .title .col-sm-12 {
        padding-right: 3rem;
    }

@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide .title {
        font-size: 1rem;
        top: inherit;
        bottom: 3rem;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    }

        .home-slider .swiper-container .swiper-slide .title .col-sm-12 {
            padding-right: 0;
        }
}

.home-slider .swiper-menu .menu {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .home-slider .swiper-menu .menu div {
        cursor: pointer;
        color: #999999;
        padding: 1rem;
        width: calc(100% / 6);
        white-space: normal;
    }

        .home-slider .swiper-menu .menu div i {
            font-size: 3rem;
        }

        .home-slider .swiper-menu .menu div span {
            display: block;
            line-height: 1.5rem;
            white-space: normal;
        }

        .home-slider .swiper-menu .menu div:hover, .home-slider .swiper-menu .menu div.active {
            color: #0071bb;
        }

.carousel .swiper-container {
    width: 100%;
    height: 100%;
}

    .carousel .swiper-container .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.news-home {
    background: #f4f1e9;
    padding: 1.5rem 0;
}

    .news-home .title h2 {
        color: #333333;
        font-size: 2.250rem;
        font-weight: 500;
        margin: .5rem 0;
    }

    .news-home .title p {
        color: #999999;
    }

    .news-home .item figure {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

        .news-home .item figure img {
            width: 100%;
            -webkit-transition: all 0.5s ease-in-out;
            -khtml-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .news-home .item figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            overflow: visible;
            padding: .5rem;
        }

            .news-home .item figure figcaption:before {
                content: " ";
                position: relative;
                height: 100%;
                width: 100%;
                display: block;
                filter: alpha(opacity=0);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                -webkit-opacity: 0;
                -khtml-opacity: 0;
                -moz-opacity: 0;
                -ms-opacity: 0;
                -o-opacity: 0;
                opacity: 0;
                -webkit-transition: all 0.5s ease-in-out;
                -khtml-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

    .news-home .item .content .link {
        color: #333333;
        text-decoration: none;
    }

        .news-home .item .content .link h6 {
            font-size: 1.125rem;
            font-weight: 500;
            line-height: 1.4rem;
        }

    .news-home .item .content p {
        color: #999999;
        font-size: .9rem;
    }

    .news-home .item:hover figure img {
        -webkit-transform: scale(1.5, 1.5);
        -khtml-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }

    .news-home .item:hover figure figcaption {
        background: rgba(0, 113, 187, 0.5);
    }

        .news-home .item:hover figure figcaption:before {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-opacity: 1;
            -khtml-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
        }

    .news-home .item:hover .content .link {
        color: #0071bb;
    }

    .news-home .item:hover .content p {
        color: #000;
    }

@media (max-width: 74.9rem) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

@media (min-width: 62rem) {
    .home-slider .swiper-container .swiper-slide .title {
        font-size: 2rem;
    }

    .home-slider .swiper-menu .menu div {
        padding: 1rem 2rem;
        white-space: nowrap;
    }

        .home-slider .swiper-menu .menu div span {
            white-space: nowrap;
        }
}

.lnr {
    font-family: 'Font-Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before, .lnr-4:before {
    content: "\e800";
}

.lnr-apartment:before {
    content: "\e801";
}

.lnr-pencil:before {
    content: "\e802";
}

.lnr-magic-wand:before {
    content: "\e803";
}

.lnr-drop:before {
    content: "\e804";
}

.lnr-lighter:before {
    content: "\e805";
}

.lnr-poop:before {
    content: "\e806";
}

.lnr-sun:before {
    content: "\e807";
}

.lnr-moon:before {
    content: "\e808";
}

.lnr-cloud:before {
    content: "\e809";
}

.lnr-cloud-upload:before {
    content: "\e80a";
}

.lnr-cloud-download:before {
    content: "\e80b";
}

.lnr-cloud-sync:before {
    content: "\e80c";
}

.lnr-cloud-check:before {
    content: "\e80d";
}

.lnr-database:before {
    content: "\e80e";
}

.lnr-lock:before, .lnr-5:before {
    content: "\e80f";
}

.lnr-cog:before {
    content: "\e810";
}

.lnr-trash:before {
    content: "\e811";
}

.lnr-dice:before {
    content: "\e812";
}

.lnr-heart:before {
    content: "\e813";
}

.lnr-star:before {
    content: "\e814";
}

.lnr-star-half:before {
    content: "\e815";
}

.lnr-star-empty:before {
    content: "\e816";
}

.lnr-flag:before {
    content: "\e817";
}

.lnr-envelope:before {
    content: "\e818";
}

.lnr-paperclip:before {
    content: "\e819";
}

.lnr-inbox:before {
    content: "\e81a";
}

.lnr-eye:before {
    content: "\e81b";
}

.lnr-printer:before {
    content: "\e81c";
}

.lnr-file-empty:before {
    content: "\e81d";
}

.lnr-file-add:before {
    content: "\e81e";
}

.lnr-enter:before {
    content: "\e81f";
}

.lnr-exit:before {
    content: "\e820";
}

.lnr-graduation-hat:before {
    content: "\e821";
}

.lnr-license:before {
    content: "\e822";
}

.lnr-music-note:before {
    content: "\e823";
}

.lnr-film-play:before {
    content: "\e824";
}

.lnr-camera-video:before {
    content: "\e825";
}

.lnr-camera:before {
    content: "\e826";
}

.lnr-picture:before {
    content: "\e827";
}

.lnr-book:before {
    content: "\e828";
}

.lnr-bookmark:before {
    content: "\e829";
}

.lnr-user:before {
    content: "\e82a";
}

.lnr-users:before {
    content: "\e82b";
}

.lnr-shirt:before {
    content: "\e82c";
}

.lnr-store:before {
    content: "\e82d";
}

.lnr-cart:before, .lnr-1:before {
    content: "\e82e";
}

.lnr-tag:before {
    content: "\e82f";
}

.lnr-phone-handset:before {
    content: "\e830";
}

.lnr-phone:before {
    content: "\e831";
}

.lnr-pushpin:before {
    content: "\e832";
}

.lnr-map-marker:before {
    content: "\e833";
}

.lnr-map:before {
    content: "\e834";
}

.lnr-location:before {
    content: "\e835";
}

.lnr-calendar-full:before {
    content: "\e836";
}

.lnr-keyboard:before {
    content: "\e837";
}

.lnr-spell-check:before {
    content: "\e838";
}

.lnr-screen:before {
    content: "\e839";
}

.lnr-smartphone:before {
    content: "\e83a";
}

.lnr-tablet:before {
    content: "\e83b";
}

.lnr-laptop:before {
    content: "\e83c";
}

.lnr-laptop-phone:before {
    content: "\e83d";
}

.lnr-power-switch:before {
    content: "\e83e";
}

.lnr-bubble:before {
    content: "\e83f";
}

.lnr-heart-pulse:before {
    content: "\e840";
}

.lnr-construction:before {
    content: "\e841";
}

.lnr-pie-chart:before {
    content: "\e842";
}

.lnr-chart-bars:before {
    content: "\e843";
}

.lnr-gift:before {
    content: "\e844";
}

.lnr-diamond:before {
    content: "\e845";
}

.lnr-linearicons:before {
    content: "\e846";
}

.lnr-dinner:before {
    content: "\e847";
}

.lnr-coffee-cup:before {
    content: "\e848";
}

.lnr-leaf:before {
    content: "\e849";
}

.lnr-paw:before {
    content: "\e84a";
}

.lnr-rocket:before {
    content: "\e84b";
}

.lnr-briefcase:before, .lnr-3:before {
    content: "\e84c";
}

.lnr-bus:before {
    content: "\e84d";
}

.lnr-car:before, .lnr-2:before {
    content: "\e84e";
}

.lnr-train:before {
    content: "\e84f";
}

.lnr-bicycle:before {
    content: "\e850";
}

.lnr-wheelchair:before {
    content: "\e851";
}

.lnr-select:before {
    content: "\e852";
}

.lnr-earth:before, .lnr-6:before {
    content: "\e853";
}

.lnr-smile:before {
    content: "\e854";
}

.lnr-sad:before {
    content: "\e855";
}

.lnr-neutral:before {
    content: "\e856";
}

.lnr-mustache:before {
    content: "\e857";
}

.lnr-alarm:before {
    content: "\e858";
}

.lnr-bullhorn:before {
    content: "\e859";
}

.lnr-volume-high:before {
    content: "\e85a";
}

.lnr-volume-medium:before {
    content: "\e85b";
}

.lnr-volume-low:before {
    content: "\e85c";
}

.lnr-volume:before {
    content: "\e85d";
}

.lnr-mic:before {
    content: "\e85e";
}

.lnr-hourglass:before {
    content: "\e85f";
}

.lnr-undo:before {
    content: "\e860";
}

.lnr-redo:before {
    content: "\e861";
}

.lnr-sync:before {
    content: "\e862";
}

.lnr-history:before {
    content: "\e863";
}

.lnr-clock:before {
    content: "\e864";
}

.lnr-download:before {
    content: "\e865";
}

.lnr-upload:before {
    content: "\e866";
}

.lnr-enter-down:before {
    content: "\e867";
}

.lnr-exit-up:before {
    content: "\e868";
}

.lnr-bug:before {
    content: "\e869";
}

.lnr-code:before {
    content: "\e86a";
}

.lnr-link:before {
    content: "\e86b";
}

.lnr-unlink:before {
    content: "\e86c";
}

.lnr-thumbs-up:before {
    content: "\e86d";
}

.lnr-thumbs-down:before {
    content: "\e86e";
}

.lnr-magnifier:before {
    content: "\e86f";
}

.lnr-cross:before {
    content: "\e870";
}

.lnr-menu:before {
    content: "\e871";
}

.lnr-list:before {
    content: "\e872";
}

.lnr-chevron-up:before {
    content: "\e873";
}

.lnr-chevron-down:before {
    content: "\e874";
}

.lnr-chevron-left:before {
    content: "\e875";
}

.lnr-chevron-right:before {
    content: "\e876";
}

.lnr-arrow-up:before {
    content: "\e877";
}

.lnr-arrow-down:before {
    content: "\e878";
}

.lnr-arrow-left:before {
    content: "\e879";
}

.lnr-arrow-right:before {
    content: "\e87a";
}

.lnr-move:before {
    content: "\e87b";
}

.lnr-warning:before {
    content: "\e87c";
}

.lnr-question-circle:before {
    content: "\e87d";
}

.lnr-menu-circle:before {
    content: "\e87e";
}

.lnr-checkmark-circle:before {
    content: "\e87f";
}

.lnr-cross-circle:before {
    content: "\e880";
}

.lnr-plus-circle:before {
    content: "\e881";
}

.lnr-circle-minus:before {
    content: "\e882";
}

.lnr-arrow-up-circle:before {
    content: "\e883";
}

.lnr-arrow-down-circle:before {
    content: "\e884";
}

.lnr-arrow-left-circle:before {
    content: "\e885";
}

.lnr-arrow-right-circle:before {
    content: "\e886";
}

.lnr-chevron-up-circle:before {
    content: "\e887";
}

.lnr-chevron-down-circle:before {
    content: "\e888";
}

.lnr-chevron-left-circle:before {
    content: "\e889";
}

.lnr-chevron-right-circle:before {
    content: "\e88a";
}

.lnr-crop:before {
    content: "\e88b";
}

.lnr-frame-expand:before {
    content: "\e88c";
}

.lnr-frame-contract:before {
    content: "\e88d";
}

.lnr-layers:before {
    content: "\e88e";
}

.lnr-funnel:before {
    content: "\e88f";
}

.lnr-text-format:before {
    content: "\e890";
}

.lnr-text-format-remove:before {
    content: "\e891";
}

.lnr-text-size:before {
    content: "\e892";
}

.lnr-bold:before {
    content: "\e893";
}

.lnr-italic:before {
    content: "\e894";
}

.lnr-underline:before {
    content: "\e895";
}

.lnr-strikethrough:before {
    content: "\e896";
}

.lnr-highlight:before {
    content: "\e897";
}

.lnr-text-align-left:before {
    content: "\e898";
}

.lnr-text-align-center:before {
    content: "\e899";
}

.lnr-text-align-right:before {
    content: "\e89a";
}

.lnr-text-align-justify:before {
    content: "\e89b";
}

.lnr-line-spacing:before {
    content: "\e89c";
}

.lnr-indent-increase:before {
    content: "\e89d";
}

.lnr-indent-decrease:before {
    content: "\e89e";
}

.lnr-pilcrow:before {
    content: "\e89f";
}

.lnr-direction-ltr:before {
    content: "\e8a0";
}

.lnr-direction-rtl:before {
    content: "\e8a1";
}

.lnr-page-break:before {
    content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
    content: "\e8a3";
}

.lnr-sort-amount-asc:before {
    content: "\e8a4";
}

.lnr-hand:before {
    content: "\e8a5";
}

.lnr-pointer-up:before {
    content: "\e8a6";
}

.lnr-pointer-right:before {
    content: "\e8a7";
}

.lnr-pointer-down:before {
    content: "\e8a8";
}

.lnr-pointer-left:before {
    content: "\e8a9";
}

.lnr-inverse-checkmark-circle:before {
    content: "\e600";
}

.child-slider .swiper-container {
    width: 100%;
    height: 100%;
}

    .child-slider .swiper-container .swiper-slide {
        position: relative;
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

        .child-slider .swiper-container .swiper-slide:after {
            content: '';
            /*background-color: #00395e;*/
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .child-slider .swiper-container .swiper-slide .title {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            color: #fff;
            font-size: 1.5rem;
            font-weight: 400;
            z-index: 2;
        }

            .child-slider .swiper-container .swiper-slide .title h3 {
                font-size: 1.5rem;
                font-weight: 700;
                display: block;
                padding-right: 2rem;
            }

            .child-slider .swiper-container .swiper-slide .title span {
                display: block;
                font-size: 1.5rem;
                font-weight: 700;
                color: #ffcd00;
                line-height: 2.5rem;
                padding-right: 2rem;
            }

@media (max-width: 61.9rem) {
    .child-slider .swiper-container .swiper-slide .title span {
        line-height: 1.4em;
    }
}

.child-slider .swiper-container .swiper-slide .title p {
    display: block;
    font-size: .9rem;
    margin: 1rem 0;
    color: #fff;
    padding-right: 2rem;
}

.child-slider .swiper-container .swiper-slide .title.first h3 {
    color: #fff;
}

.child-slider .swiper-container .swiper-slide .title.first p {
    color: #fff;
}

@media (max-width: 47.9rem) {
    .child-slider .swiper-container .swiper-slide .title .mrt-50 {
        margin-top: 30px;
    }
}

@media (min-width: 48rem) {
    .child-slider .swiper-container .swiper-slide .title {
        font-size: 2.5rem;
    }

        .child-slider .swiper-container .swiper-slide .title h3 {
            font-size: 2.5rem;
        }

        .child-slider .swiper-container .swiper-slide .title span {
            font-size: 2.5rem;
        }

        .child-slider .swiper-container .swiper-slide .title p {
            font-size: 0.9rem;
        }
}

@media (min-width: 62rem) {
    .child-slider .swiper-container .swiper-slide:after {
        content: '';
        display: none;
    }

    .child-slider .swiper-container .swiper-slide .title h3 {
        color: #fff;
        padding-right: 0;
    }

    .child-slider .swiper-container .swiper-slide .title span {
        color: #ffcd00;
        padding-right: 0;
    }

    .child-slider .swiper-container .swiper-slide .title p {
        padding-right: 0;
        color: #fff;
        padding-right: 0;
    }

    .child-slider .swiper-container .swiper-slide .title.first h3 {
        color: #0071bb;
    }

    .child-slider .swiper-container .swiper-slide .title.first p {
        color: #333333;
    }
}

.block .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 62rem) {
    .block .flex {
        margin-top: 60px;
    }
}

@media (min-width: 62rem) {
    .block .flex.pdl {
        padding-left: 2.5rem;
    }
}

.block .flex h3 {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
}

    .block .flex h3.blue {
        color: #0071bb;
    }

@media (min-width: 48rem) {
    .block .flex h3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.block .flex span {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffcd00;
    line-height: 2.5rem;
}

.block .flex p {
    color: white;
    line-height: 1.3;
    margin: 1rem 0;
    padding-right: 0.5rem;
}

@media (min-width: 62rem) {
    .block .flex p {
        padding-right: 0;
    }
}

.block .flex p.black {
    color: #fff;
    line-height: 1.5rem;
}

@media (min-width: 48rem) {
    .block .flex p.black {
        color: #333333;
        font-size: 1.4em;
        font-weight: bold;
    }
}


.block.imageBanner .flex h3.blue {
    color: #fff;
}

@media (min-width: 48rem) {
    .block.imageBanner .flex h3 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 0.5rem;
    }

        .block.imageBanner .flex h3.blue {
            color: #0071bb;
        }
}

@media (min-width: 62rem) {
    .block.imageBanner .flex h3 br {
        display: block;
    }
}

.more {
    background: #fff !important;
    -khtml-border-radius: 20px !important;
    border-radius: 20px !important;
    position: relative !important;
    color: #0071bb !important;
    font-size: 1rem !important;
    position: relative !important;
    -webkit-transition: all 0.5s !important;
    -khtml-transition: all 0.5s !important;
    transition: all 0.5s !important;
    width: 150px !important;
    height: 40px !important;
    margin: 0 0 0 30px !important;
    display: inline-block !important;
}

    .more span {
        color: #0071bb !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        background: #ffcd00 !important;
        padding: 0 !important;
        -khtml-border-radius: 20px !important;
        border-radius: 20px !important;
        -webkit-transition: all 0.5s !important;
        -khtml-transition: all 0.5s !important;
        transition: all 0.5s !important;
        position: relative !important;
        width: 150px !important;
        display: inline-block !important;
        height: 40px !important;
        position: relative !important;
        top: 0 !important;
        margin-left: -30px;
        line-height: 40px !important;
        text-align: center;
    }

    .more .fa {
        position: absolute !important;
        top: 13px !important;
        right: 10px !important;
        z-index: 9 !important;
    }

    .more:hover span {
        margin-left: 0px !important;
    }

@media (min-width: 62rem) {
    .block .flex p.black {
        width: 25rem;
    }
}

.carousel-details.slider {
    margin: 1rem 0 0;
}

    .carousel-details.slider .owl-carousel {
        margin: 0;
    }

        .carousel-details.slider .owl-carousel .owl-stage-outer {
            z-index: 100;
        }

        .carousel-details.slider .owl-carousel .owl-nav {
            text-align: center;
        }

            .carousel-details.slider .owl-carousel .owl-nav > div {
                -khtml-border-radius: 0;
                border-radius: 0;
                line-height: 3rem;
                color: #d9d9d9;
                display: inline-block;
                margin: 0 .5rem;
            }

                .carousel-details.slider .owl-carousel .owl-nav > div i {
                    font-size: 3rem;
                }

                .carousel-details.slider .owl-carousel .owl-nav > div:hover {
                    color: #0071bb;
                }

.carousel-details .item a {
    text-decoration: none;
}

.carousel-details .item img.news {
    width: 58px;
    height: 58px;
    margin-right: .5rem;
}

.carousel-details .item figure {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

    .carousel-details .item figure img {
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        transition: all 0.5s;
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-opacity: 0.8;
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-opacity: 0.8;
        -o-opacity: 0.8;
        opacity: 0.8;
        margin-bottom: 0;
    }

    .carousel-details .item figure figcaption {
        text-decoration: none;
        line-height: 1.4rem;
        font-weight: 700;
        font-size: 1.125rem;
        padding: 0.5rem 0;
    }

.carousel-details .item:hover figure img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

@media (min-width: 48rem) {
    .carousel-details {
        /*news*/
    }

        .carousel-details.slider .owl-carousel {
            position: relative;
        }

            .carousel-details.slider .owl-carousel .owl-nav {
                display: block;
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -1.5rem;
                padding: 0 0;
                z-index: 400;
                width: 100%;
            }

                .carousel-details.slider .owl-carousel .owl-nav > div {
                    margin: 0;
                }

                .carousel-details.slider .owl-carousel .owl-nav .owl-prev {
                    float: left;
                    margin-left: -2rem;
                }

                .carousel-details.slider .owl-carousel .owl-nav .owl-next {
                    float: right;
                    margin-right: -2rem;
                }
}

@media (max-width: 74.9rem) {
    .carousel-details.slider .owl-carousel .owl-nav {
        display: none;
    }
}

.fixedmenuhome {
    position: fixed;
    right: 0;
    z-index: 9999;
    background: #0071bb;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .fixedmenuhome.topfix {
        top: 40px !important;
    }

@media (min-width: 75rem) {
    .fixedmenuhome.topfix {
        top: 48px !important;
    }
}

.fixedmenuhome > ul > li {
    position: relative;
}

    .fixedmenuhome > ul > li:before {
        content: '';
        -webkit-transition: all 0.5s ease-in-out;
        -khtml-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: #005b97;
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .fixedmenuhome > ul > li:hover:before {
        width: 100%;
    }

    .fixedmenuhome > ul > li > a {
        display: block;
        color: #fff;
        line-height: 2rem;
        padding: 0 .4rem;
        font-size: .85rem;
        border-bottom: 1px solid #005b97;
        position: relative;
        z-index: 2;
    }

        .fixedmenuhome > ul > li > a i {
            font-size: 1.2rem;
            color: #ffcd00;
            line-height: 2rem;
            margin-right: .5rem;
        }

            .fixedmenuhome > ul > li > a i.fa-fw {
                width: 1.25rem;
            }

            .fixedmenuhome > ul > li > a i.rotated {
                -webkit-transform: rotate(180deg);
                /* Chrome, Safari 3.1+ */
                /* Firefox 3.5-15 */
                /* IE 9 */
                /* Opera 10.50-12.00 */
                transform: rotate(180deg);
                /* Firefox 16+, IE 10+, Opera 12.10+ */
            }

        .fixedmenuhome > ul > li > a strong {
            font-weight: 700;
        }

        .fixedmenuhome > ul > li > a#togglemenu i {
            font-size: 0.625rem;
            font-weight: 500;
            color: #fff;
        }

@media (max-width: 47.9rem) {
    .fixedmenuhome > ul > li > a#togglemenu {
        position: absolute;
        right: 173px;
        width: 35px;
        top: 0;
        color: #0071bb;
        background-color: #0071bb;
        white-space: nowrap;
        z-index: 0;
    }
}

.fixedmenuhome > ul > li.showBook {
    position: relative;
}

    .fixedmenuhome > ul > li.showBook .bookmarks {
        position: absolute;
        top: 101%;
        right: -300%;
        width: 300px;
        background-color: #0062A2;
        padding: 15px 15px 15px 20px;
        max-height: 130px;
        color: #0071bb;
        overflow-y: auto;
        -webkit-transition: all 0.6s;
        -khtml-transition: all 0.6s;
        transition: all 0.6s;
    }

@media (min-width: 48rem) {
    .fixedmenuhome > ul > li.showBook .bookmarks {
        width: 400px;
        min-height: 230px;
    }
}

.fixedmenuhome > ul > li.showBook .bookmarks ul {
    margin: 0;
    padding: 0;
}

    .fixedmenuhome > ul > li.showBook .bookmarks ul li {
        list-style: none;
    }

        .fixedmenuhome > ul > li.showBook .bookmarks ul li a {
            font-size: .85rem;
            text-decoration: none;
            color: #D1EBFB;
            -webkit-transition: all 0.3s;
            -khtml-transition: all 0.3s;
            transition: all 0.3s;
        }

            .fixedmenuhome > ul > li.showBook .bookmarks ul li a .fa {
                margin-right: 5px;
            }

            .fixedmenuhome > ul > li.showBook .bookmarks ul li a:hover, .fixedmenuhome > ul > li.showBook .bookmarks ul li a:focus {
                color: #ffcd00;
            }

.fixedmenuhome > ul > li.showBook .bookmarks.show {
    right: 0;
}

.breadcrum {
    position: relative;
    width: 100%;
    z-index: 99;
}

.breadcrumb {
    font-family: 'Arial', sans-serif;
    font-size: 0.813rem;
    font-weight: 500;
    line-height: 1.2rem;
    position: relative;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: none;
}

    .breadcrumb li.active:before, .breadcrumb li.active span {
        color: #0071bb;
    }

    .breadcrumb a {
        color: #b3b3b3;
    }

    .breadcrumb > li + li:before {
        content: '\f138';
        font-family: "FontAwesome";
        color: #b3b3b3;
    }

.icon-box {
    text-align: center;
    padding: 10px 0px;
}

    .icon-box ul {
        padding: 0;
        margin: 0;
    }

        .icon-box ul li {
            display: inline-block;
            list-style-type: none;
        }

            .icon-box ul li a {
                padding: 0 .5rem;
                color: #b3b3b3;
                font-size: 1.125rem;
            }

                .icon-box ul li a:hover, .icon-box ul li a:focus {
                    color: #0071bb;
                }

            .icon-box ul li:last-child a {
                padding: 0 1rem 0 .5rem;
            }

















@media (min-width: 62rem) {
    .breadcrum {
        position: absolute;
    }

    .breadcrumb {
        text-align: left;
    }

    .icon-box {
        text-align: right;
    }
}

.cm-products {
    padding: 3rem 0;
}

    .cm-products h3 {
        font-size: 1.875rem;
        margin: 0 0 2.5rem;
    }

    .cm-products .item {
        padding: 0;
        margin: 0 0 1.5rem;
    }

@media (min-width: 34.625rem) and (max-width: 61.9rem) {
    .cm-products .item {
        min-height: 25rem;
    }
}

@media (min-width: 48rem) {
    .cm-products .item {
        margin: 0;
    }
}

@media (min-width: 75rem) {
    .cm-products .item {
        padding: 1rem;
    }
}

.cm-products .item figure {
    margin: 0;
}

    .cm-products .item figure figcaption {
        padding: 1rem 0 .7rem;
    }

        .cm-products .item figure figcaption h4 {
            font-size: 1.375rem;
            color: #666;
            margin: 0 0 1rem;
        }

            .cm-products .item figure figcaption h4 a {
                color: #666;
                text-decoration: none;
            }

                .cm-products .item figure figcaption h4 a:hover, .cm-products .item figure figcaption h4 a:focus {
                    color: #0071bb;
                }

        .cm-products .item figure figcaption ul {
            margin: 0;
            padding: 0 0 1rem;
        }

            .cm-products .item figure figcaption ul li {
                list-style-type: none;
            }

                .cm-products .item figure figcaption ul li a {
                    font-size: 0.938rem;
                    text-decoration: none;
                }

        .cm-products .item figure figcaption .brief {
            font-size: 0.938rem;
            padding: 0 0 1rem;
            color: #666666;
        }

        .cm-products .item figure figcaption a.readMore {
            font-size: 0.938rem;
            color: #666;
        }

.cm-products .item:hover {
    background-color: #f2f2f2;
}

.cm-products.bgGray {
    background-color: #f2f2f2;
}

    .cm-products.bgGray .item:hover {
        background-color: #fff;
    }

.nav-product ul {
    padding: 0;
    margin: 0;
}

    .nav-product ul li {
        list-style-type: none;
    }

        .nav-product ul li a {
            position: relative;
            display: block;
            /*height: 45px;
      line-height: 45px;*/
            padding: 10px .5rem;
            color: #999999;
            text-decoration: none;
        }

            .nav-product ul li a i {
                position: absolute;
                top: 50%;
                right: .5rem;
                margin-top: -8px;
            }

            .nav-product ul li a:hover, .nav-product ul li a:focus, .nav-product ul li.active a {
                background-color: #f2f2f2;
                color: #0071bb;
            }


.product-wrap {
    padding: 2rem 0 3rem;
}

    .product-wrap .cm-products {
        padding: 0;
    }

        .product-wrap .cm-products h3 {
            margin: .5rem 0 2rem;
        }

.products-other {
    background-color: #e6e6e6;
}

    .products-other h3 {
        font-size: 1.875rem;
        margin: 0 0 1.5rem;
        text-align: center;
    }

.prd-attr {
    padding: 1rem 0;
}

    .prd-attr h3 {
        position: relative;
        font-size: 1.813rem;
        margin: 0 0 1rem;
        padding: 0 0 .5rem;
    }

        .prd-attr h3.under:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 40px;
            height: 4px;
            background-color: #ffcd00;
        }

    .prd-attr .item {
        padding: 0 0 2rem;
    }

        .prd-attr .item h4 {
            font-size: 1.313rem;
            margin: 0 0 .5rem;
            color: #666666;
        }

        .prd-attr .item .icon {
            display: inline-block;
            width: 50px;
            margin-right: .5rem;
            vertical-align: top;
        }

        .prd-attr .item .text {
            font-size: 0.938rem;
            color: #999999;
            display: inline-block;
            width: 90%;
        }

    .prd-attr h4.title {
        color: #666666;
        font-size: 1.313rem;
        margin: 0 0 1.5rem;
    }

    .prd-attr ul {
        padding: 0 0 1.5rem;
        margin: 0;
    }

        .prd-attr ul li {
            /*list-style-type: none; */
        }

            .prd-attr ul li span {
                color: #666666;
                font-size: 0.938rem;
            }

    .prd-attr .note {
        font-style: italic;
        color: #0071bb;
        font-size: 0.938rem;
        text-align: left;
    }

@media (min-width: 48rem) {
    .prd-attr .note {
        text-align: left;
    }
}

.prd-attr:hover {
    background-color: #f7f7f7;
}

.get-resiger {
    background-color: #79838d;
    padding: 2rem 0;
}

    .get-resiger a.register {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #ffcd00;
        text-decoration: none;
        padding: 0 1.5rem;
        margin-bottom: 1rem;
        -khtml-border-radius: 35px;
        border-radius: 35px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)";
        /*IE 8*/
        /*FF 3.5+*/
        /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.5);
        /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: 'progid: DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)';
        /*IE 5.5-7*/
    }

        .get-resiger a.register i {
            margin-right: .5rem;
            color: #333333;
        }

        .get-resiger a.register span {
            color: #333333;
            font-weight: 700;
        }

    .get-resiger .text {
        margin-left: 1rem;
        font-size: 0.875rem;
        display: inline-block;
        color: #fff;
        font-style: italic;
    }

.support-box {
    padding: 3rem 0;
}

    .support-box .item figure i {
        font-size: 72px;
        color: #666666;
    }

    .support-box .item figure figcaption h5 {
        color: #333333;
        margin: 1.5rem 0;
    }

    .support-box .item figure figcaption .content {
        font-size: 0.938rem;
        color: #666666;
    }




@media (max-width: 47.9rem) {
    .prd-attr {
        text-align: left;
    }

        .prd-attr .item {
            text-align: center;
        }

        .prd-attr h3 {
            text-align: center;
        }

            .prd-attr h3.under:after {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                width: 40px;
                height: 4px;
                text-align: center;
                margin: 0 auto;
                background-color: #ffcd00;
            }

    .get-resiger {
        text-align: left;
    }

        .get-resiger a.register {
            margin: 0 0 1rem;
            padding: 0 0.5rem;
        }
}

@media (min-width: 48rem) {
    .prd-attr {
        padding: 1.5rem 0;
    }
}

.you-need {
    padding: 3rem 0;
}

    .you-need h2 {
        font-size: 1.5rem;
        margin: 0 0 2.5rem;
        color: #666666;
    }

    .you-need .item .thumb a {
        display: block;
        width: 100%;
        overflow: hidden;
    }

        .you-need .item .thumb a img {
            width: 100%;
            -webkit-transition: all 0.5s ease-out;
            -khtml-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .you-need .item .caption {
        padding: 1rem;
        position: relative;
    }

        .you-need .item .caption h4 {
            font-size: 1.250rem;
            font-weight: 700;
            position: relative;
            text-transform: uppercase;
            padding: 0 0 1rem;
            margin: 0 0 0.7rem;
        }

            .you-need .item .caption h4 a {
                text-decoration: none;
            }

                .you-need .item .caption h4 a:hover, .you-need .item .caption h4 a:focus {
                    color: #fff;
                }

            .you-need .item .caption h4:after {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                width: 50px;
                height: 2px;
            }

        .you-need .item .caption .text {
            font-size: .938rem;
        }

        .you-need .item .caption a.readMore {
            position: absolute;
            left: 1rem;
            bottom: 1rem;
            line-height: 35px;
            display: inline-block;
            height: 35px;
            padding: 0 1.5rem;
            text-align: center;
            text-decoration: none;
            -khtml-border-radius: 35px;
            border-radius: 35px;
            -webkit-transition: all 0.3s ease-out;
            -khtml-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-opacity: 0;
            -khtml-opacity: 0;
            -moz-opacity: 0;
            -ms-opacity: 0;
            -o-opacity: 0;
            opacity: 0;
        }

    .you-need .item.even .caption {
        background-color: #37b4e7;
    }

        .you-need .item.even .caption h4 a {
            color: #fff;
        }

        .you-need .item.even .caption h4:after {
            background-color: #fff;
        }

        .you-need .item.even .caption .text {
            color: #fff;
        }

        .you-need .item.even .caption a.readMore {
            color: #333333;
            background-color: #ffcd00;
        }

    .you-need .item.odd .caption {
        background-color: #ffcd00;
    }

        .you-need .item.odd .caption h4 a {
            color: #333333;
        }

        .you-need .item.odd .caption h4:after {
            background-color: #333333;
        }

        .you-need .item.odd .caption .text {
            color: #333333;
        }

        .you-need .item.odd .caption a.readMore {
            color: #fff;
            background-color: #37b5e8;
        }

    .you-need .item:hover .thumb a img {
        -webkit-transform: scale(1.2, 1.2);
        -khtml-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    .you-need .item:hover .caption a.readMore {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
    }

.yn-detail {
    padding: 2.5rem 0;
}

    .yn-detail h4 {
        font-size: 1.375rem;
        color: #666666;
    }

    .yn-detail .content {
        font-size: 0.938rem;
        margin: 0 0 1rem;
        color: #666666;
    }

    .yn-detail .tag {
        padding-bottom: 1rem;
    }

        .yn-detail .tag .tagi {
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            color: #333333;
            display: inline-block;
            background-color: #e6e6e6;
            margin-right: 1rem;
            margin-bottom: 0.75rem;
            -khtml-border-radius: 5px;
            border-radius: 5px;
        }

@media (min-width: 62rem) {
    .yn-detail .tag .tagi {
        margin-bottom: 0;
    }
}

.yn-detail .tag .tagi i {
    margin-right: 0.5rem;
}

.yn-detail a.calculator {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ffcd00;
    text-decoration: none;
    padding: 0 1.5rem;
    -khtml-border-radius: 35px;
    border-radius: 35px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)";
    /*IE 8*/
    /*FF 3.5+*/
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.5);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)";
    /*IE 5.5-7*/
}

    .yn-detail a.calculator i {
        margin-right: .5rem;
        color: #333333;
    }

    .yn-detail a.calculator span {
        color: #333333;
        font-weight: 700;
    }

.yn-detailSp {
    padding: 2.5rem 0;
}

    .yn-detailSp.scb-bg1 {
        color: #e6e6e7;
    }

    .yn-detailSp h3 {
        font-size: 30px;
        font-weight: 700;
        color: #36b5e8;
        line-height: 1.4em;
        margin: 0;
    }

    .yn-detailSp h4 {
        color: #666666;
        font-size: 24px;
        font-weight: 500;
        position: relative;
        margin: 0 0 15px;
    }

        .yn-detailSp h4:before {
            content: '';
            position: absolute;
            top: 2px;
            left: -25px;
            width: 8px;
            height: 21px;
            background-color: #36b5e8;
        }

    .yn-detailSp .content {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5em;
    }

    .yn-detailSp .tag {
        margin: 25px 0;
    }

        .yn-detailSp .tag .tagi {
            font-size: 14px;
            color: #0071bb;
            line-height: 1.5em;
            text-decoration: none;
            display: block;
        }

            .yn-detailSp .tag .tagi.em {
                font-style: italic;
            }

    .yn-detailSp .calculator-wrap h5 {
        font-size: 14px;
        font-weight: 700;
        color: #333333;
    }

    .yn-detailSp .calculator-wrap a.calculator {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #ffcd00;
        text-decoration: none;
        padding: 0 1.5rem;
        margin: 15px 0 0;
        -khtml-border-radius: 35px;
        border-radius: 35px;
    }

        .yn-detailSp .calculator-wrap a.calculator i {
            font-size: 24px;
            margin-right: .5rem;
            color: #0071bb;
            vertical-align: middle;
        }

        .yn-detailSp .calculator-wrap a.calculator span {
            font-size: 16px;
            color: #0071bb;
            font-weight: 700;
        }

.support-online {
    background-color: #ffcd00;
}

@media (min-width: 62rem) {
    .support-online {
        min-height: 100px;
    }
}

.support-online .hotline {
    padding: 20px 0 10px;
}

@media (min-width: 62rem) {
    .support-online .hotline {
        padding: 25px 0;
    }
}

.support-online .hotline h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #0071bb;
}

.support-online .hotline h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #0071bb;
}

.support-online .info-support {
    padding: 10px 0 30px;
}

@media (min-width: 48rem) {
    .support-online .info-support {
        padding: 20px 0;
    }
}

@media (min-width: 62rem) {
    .support-online .info-support {
        padding: 32.5px 0;
    }
}

.support-online .info-support a.item {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #0071bb;
    display: inline-block;
    margin: 0 0 15px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
}

@media (min-width: 48rem) {
    .support-online .info-support a.item {
        margin: 10px 20px 10px 0;
    }
}

@media (min-width: 62rem) {
    .support-online .info-support a.item {
        display: inline-block;
        margin: 0 20px 15px 0;
    }
}

@media (min-width: 75rem) {
    .support-online .info-support a.item {
        display: inline-block;
        margin: 0 20px 0 0;
    }
}

.support-online .info-support a.item .fa {
    font-size: 24px;
    color: #ffcd00;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
}

@media (max-width: 47.9rem) {
    .yn-detail {
        text-align: center;
    }

        .yn-detail h4 {
            margin: 1rem 0;
        }

        .yn-detail .tag .tagi {
            height: auto;
            margin: 0 0 0.5rem;
            display: block;
            line-height: 1.5rem;
            padding: 0.5rem;
        }
}

@media (min-width: 48rem) {
    .you-need .item.col2 .col-sm-6:nth-child(1) {
        padding-right: 0;
    }

    .you-need .item.col2 .col-sm-6:nth-child(2) {
        padding-left: 0;
    }

    .you-need .item.col2 .thumb a img {
        width: 100%;
    }
}

.dscodong {
    padding: 2.5rem 0;
}

    .dscodong h2 {
        font-size: 1.875rem;
        margin: 0 0 2rem;
        color: #333333;
    }

    .dscodong .item figure a {
        display: block;
        width: 100%;
        overflow: hidden;
    }

        .dscodong .item figure a img {
            -webkit-transition: all 0.5s ease-out;
            -khtml-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .dscodong .item figure a:hover img, .dscodong .item figure a:focus img {
            -webkit-transform: scale(1.1, 1.1);
            -khtml-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

    .dscodong .item figure figcaption h3 {
        font-size: 1.250rem;
        margin: 0.7rem 0;
    }

        .dscodong .item figure figcaption h3 a {
            color: #0071bb;
            text-decoration: none;
        }

    .dscodong .item figure figcaption .text {
        font-size: 0.875rem;
        color: #666666;
    }

.codong-wrap {
    padding: 2.5rem 0;
}

.cm-codong h2 {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    color: #666666;
}

.cm-codong ul {
    padding: 0;
    margin: 0;
}

    .cm-codong ul li {
        list-style-type: none;
    }

        .cm-codong ul li a {
            color: #999999;
            display: block;
            text-decoration: none;
            padding: 0.5rem 0;
            border-bottom: 1px solid #cccccc;
        }

            .cm-codong ul li a:hover, .cm-codong ul li a:focus, .cm-codong ul li a.active, .cm-codong ul li.active a {
                color: #0071bb;
                font-weight: bold
            }

.tab-codong {
    color: #333333;
}

@media (max-width: 61.9rem) {
    .tab-codong {
        margin-top: 1rem;
    }
}

.tab-codong h1 {
    font-size: 2.125rem;
    margin: 0 0 1.5rem;
}

.tab-codong p {
    margin: 0 0 1rem;
    color: #666666;
}

.tab-codong .tabs-wrap {
    padding: 0;
}

    .tab-codong .tabs-wrap ul.tab-list li {
        margin-bottom: 0;
    }

        .tab-codong .tabs-wrap ul.tab-list li a {
            border-top: 1px solid #d3d3d3;
            border-left: 1px solid #d3d3d3;
            border-right: 1px solid #d3d3d3;
            background-color: #f7f7f7;
            font-weight: 600;
            margin-bottom: 0;
            position: relative;
            -khtml-border-radius: 0;
            border-radius: 0;
        }

            .tab-codong .tabs-wrap ul.tab-list li a:hover, .tab-codong .tabs-wrap ul.tab-list li a:focus, .tab-codong .tabs-wrap ul.tab-list li a.active {
                background-color: transparent;
                border-bottom: none;
                color: #333333;
            }

                .tab-codong .tabs-wrap ul.tab-list li a:hover:after, .tab-codong .tabs-wrap ul.tab-list li a:focus:after, .tab-codong .tabs-wrap ul.tab-list li a.active:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: -2px;
                    width: 100%;
                    height: 2px;
                    background-color: #fff;
                }

.tab-codong .tab-content {
    margin: 0;
}

    .tab-codong .tab-content ul {
        padding: 0;
    }

        .tab-codong .tab-content ul li {
            list-style-type: none;
        }

            .tab-codong .tab-content ul li a {
                text-decoration: none;
            }

                .tab-codong .tab-content ul li a span.text-xs {
                    color: #999999;
                }

    .tab-codong .tab-content .finance h3 {
        font-size: 16px;
        font-weight: 700;
        color: #333333;
        margin: 0 0 0.5rem;
    }

    .tab-codong .tab-content .finance ul li {
        position: relative;
        padding: 0 0 0 10px;
    }

        .tab-codong .tab-content .finance ul li:before {
            content: '\f111';
            position: absolute;
            top: 8px;
            left: 0;
            font-family: "FontAwesome";
            font-size: 4px;
            color: #0071bb;
        }

.tab-codong .social span {
    color: #999999;
    margin-right: 0.5rem;
}

.tab-codong .social ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .tab-codong .social ul li {
        display: inline-block;
        list-style-type: none;
    }

        .tab-codong .social ul li a {
            margin-right: 0.3rem;
            display: block;
        }

            .tab-codong .social ul li a i {
                width: 35px;
                height: 35px;
                -khtml-border-radius: 50%;
                border-radius: 50%;
                border: 2px solid #37b5e8;
                line-height: 32px;
                text-align: center;
                color: #37b5e8;
                -webkit-transition: all 0.3s ease-out;
                -khtml-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .tab-codong .social ul li a:hover i {
                color: #0071bb;
                border: 2px solid #0071bb;
            }

@media (max-width: 47.9rem) {
    .tab-codong h1 {
        margin-top: 0.8rem;
    }

    .tab-codong .tabs-wrap ul.tab-list li {
        margin: 0;
        display: block;
        float: none;
    }

        .tab-codong .tabs-wrap ul.tab-list li a {
            display: block;
            width: 100%;
        }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////// owlCarousel ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
.owl-carousel .owl-dots {
    text-align: right;
}

.owl-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-carousel .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #d6d6d6;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        border-radius: 30px;
    }

    .owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
        background: #ffcd00;
    }

/*NEWs*/
.news-new {
    padding: 30px 0 15px;
}

    .news-new h1 {
        font-size: 30px;
        color: #333333;
        margin: 0 0 20px;
    }

    .news-new .news-carousel {
        position: relative;
    }

        .news-new .news-carousel:after {
            content: '';
            position: absolute;
            top: 0;
            right: -15px;
            width: 1px;
            height: 100%;
            background-color: #cccccc;
        }

        .news-new .news-carousel figure figcaption {
            padding: 20px 0;
        }

            .news-new .news-carousel figure figcaption h3 {
                font-size: 20px;
                font-weight: 700;
                margin: 0 0 15px;
                line-height: 1.4em;
            }

                .news-new .news-carousel figure figcaption h3 a {
                    color: #0071bb;
                    text-decoration: none;
                }

    .news-new .content h4 {
        font-size: 18px;
        margin: 0 0 0.5rem;
        line-height: 1.2em;
    }

        .news-new .content h4 a {
            color: #0071bb;
            text-decoration: none;
        }

    .news-new .content .brief {
        color: #666666;
        font-size: 0.875rem;
        line-height: 1.4rem;
    }

.news-list {
    background-color: #f7f7f7;
    padding: 30px 0;
}

    .news-list.horizontal .news-filter {
        margin: 0 0 0.5rem;
        border-bottom: none;
    }

    .news-list a.viewMore {
        display: block;
        background-color: #cccccc;
        color: #4d4d4d;
        text-align: center;
        font-size: 0.938rem;
        height: 35px;
        line-height: 35px;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        transition: all 0.5s;
    }

        .news-list a.viewMore span {
            margin-right: 0.5rem;
        }

        .news-list a.viewMore:hover {
            background-color: #0071bb;
            color: #fff;
        }

.news-filter {
    padding: 1.5rem 0 0.5rem;
    margin: 0 0 1rem;
    border-bottom: 1px solid #d9d9d9;
}

    .news-filter .filterByYears, .news-filter .filterByCate, .news-filter .viewedBy {
        display: inline-block;
        width: 300px;
    }

        .news-filter .filterByYears label, .news-filter .filterByCate label, .news-filter .viewedBy label {
            display: inline-block;
            font-size: 0.938rem;
            font-weight: 500;
            color: #999999;
            margin: 0 10px 0 0;
            height: 30px;
            line-height: 30px;
        }

        .news-filter .filterByYears select, .news-filter .filterByCate select, .news-filter .viewedBy select {
            font-size: 0.938rem;
            display: inline-block;
            width: 45%;
            height: 30px;
            line-height: 30px;
            padding: 0 5px;
            border: none;
            background: transparent;
            -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
            -ms-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
            -o-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
            box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
            border-bottom: 1px solid #e6e6e6;
        }

    .news-filter .viewedBy {
        width: 100%;
        text-align: right;
    }

        .news-filter .viewedBy label {
            width: auto;
        }

        .news-filter .viewedBy a {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            text-align: center;
            margin-right: 10px;
        }

            .news-filter .viewedBy a i {
                font-size: 1.125rem;
                color: #333333;
                vertical-align: middle;
            }

            .news-filter .viewedBy a:hover i, .news-filter .viewedBy a:focus i, .news-filter .viewedBy a.active i {
                color: #0071bb;
            }

.news-item figure {
    text-align: center;
}

    .news-item figure figcaption {
        padding: 10px 0;
    }

        .news-item figure figcaption h3 {
            font-size: 1rem;
            margin: 0 0 1rem;
            line-height: 1.4em;
        }

            .news-item figure figcaption h3 a {
                color: #0071bb;
                text-decoration: none;
                -webkit-transition: all 0.3s ease-out;
                -khtml-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .news-item figure figcaption h3 a:hover {
                    color: #ffcd00;
                }

        .news-item figure figcaption time {
            font-size: 0.875rem;
            color: #666666;
        }

.news-item.horizontal {
    margin-bottom: 1.5rem;
}

    .news-item.horizontal a {
        display: block;
        /* height: 35px;*/
        line-height: 35px;
        padding: 0;
        text-decoration: none;
        border-top: 1px solid #cccccc;
    }

        .news-item.horizontal a time {
            font-size: 0.938rem;
            color: #999999;
            margin-right: 0.5rem;
        }

.news-detail {
    padding: 2.5rem 0;
}

    .news-detail .social span {
        color: #999999;
        margin-right: 0.5rem;
    }

    .news-detail .social ul {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .news-detail .social ul li {
            display: inline-block;
            list-style-type: none;
        }

            .news-detail .social ul li a {
                margin-right: 0.3rem;
                display: block;
            }

                .news-detail .social ul li a i {
                    width: 35px;
                    height: 35px;
                    -khtml-border-radius: 50%;
                    border-radius: 50%;
                    border: 2px solid #37b5e8;
                    line-height: 32px;
                    text-align: center;
                    color: #37b5e8;
                    -webkit-transition: all 0.3s ease-out;
                    -khtml-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                .news-detail .social ul li a:hover i {
                    color: #0071bb;
                    border: 2px solid #0071bb;
                }

.block-newsNew {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

    .block-newsNew h3 {
        font-size: 1.5rem;
        margin: 0 0 1rem;
    }

    .block-newsNew .item {
        padding: 0.5rem 0;
        border-bottom: 1px solid #d9d9d9;
    }

        .block-newsNew .item a {
            text-decoration: none;
            font-size: 1.125rem;
            margin: 0 0 0.5rem;
            line-height: 1.4rem;
        }

        .block-newsNew .item time {
            display: block;
            font-size: 0.875rem;
            color: #999999;
        }

.block-newdetail h1 {
    font-size: 1.875rem;
    margin: 0 0 1rem;
}

.block-newdetail time {
    display: block;
    color: #999999;
    font-size: 0.875rem;
    margin: 0 0 1rem;
}

.block-newdetail .full-content .cap {
    font-size: 1.125rem;
    color: #666666;
    margin: 1rem 0;
}

.block-otherNew {
    padding: 2rem 0;
    margin: 0 0 1rem;
}

    .block-otherNew h3 {
        font-size: 1.5rem;
        margin: 0 0 0.5rem;
    }

    .block-otherNew a {
        display: block;
        line-height: 1.5rem;
        padding: 0.5rem 0;
        text-decoration: none;
        border-top: 1px solid #cccccc;
    }

        .block-otherNew a time {
            display: inline-block;
            font-size: 0.938rem;
            color: #999999;
            margin-right: 0.5rem;
            width: 80px;
            vertical-align: top;
        }

        .block-otherNew a span {
            display: inline-block;
            width: 89%;
        }

@media (max-width: 47.9rem) {
    .news-item.horizontal a span, .block-otherNew a span {
        display: inline-block;
    }

    .block-newdetail h1 {
        margin-top: 0.5rem;
    }
}

@media (max-width: 61.9rem) {
    .news-new .content .brief {
        margin-bottom: 1rem;
    }

    .news-new .thumb {
        text-align: center;
    }

    .news-filter .viewedBy {
        text-align: left;
    }

    .news-item.horizontal a, .block-otherNew a {
        height: auto;
        line-height: 1.4rem;
        padding: 0.5rem 0;
    }

        .news-item.horizontal a time, .block-otherNew a time {
            float: left;
            min-height: 2rem;
        }
}

@media (min-width: 62rem) {
    .news-item figure {
        text-align: left;
    }
}

.contact {
    padding: 2.5rem 0;
}

.block-info-wrap {
    background-color: #e6f6fc;
    padding: 1.5rem 1rem;
}

.block-addr {
    margin: 0 0 3.5rem;
}

    .block-addr h1 {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0 0 1.5rem;
        line-height: 1.5rem;
        color: #0071bb;
    }

    .block-addr p {
        margin: 0;
    }

        .block-addr p.addr {
            margin: 0 0 1.5rem;
        }

.block-atmLink h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 1.7rem;
    color: #0071bb;
}

.block-atmLink a {
    text-decoration: none;
    font-weight: 700;
    margin-top: 1rem;
    display: inline-block;
}

.block-form .title {
    font-size: 0.875rem;
    color: #666666;
    margin: 0 0 2rem;
}

.block-form label {
    font-size: 0.875rem;
    color: #666666;
    display: block;
    margin: 0;
}

    .block-form label .red {
        color: red;
    }

.block-form select, .block-form input, .block-form textarea {
    height: 30px;
    line-height: 30px;
    padding: 0 0.5rem;
    border: 1px solid #b3b3b3;
    font-size: 0.938rem;
    color: #666666;
    width: 100%;
    margin-bottom: 0.7rem;
}

.block-form input {
    border: none;
    background-color: #f2f2f2;
}

.block-form textarea {
    border: none;
    background-color: #f2f2f2;
    height: 7rem;
}

.block-form a.confirm, #divConfirm a.confirm {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ffcd00;
    display: inline-block;
    color: #0071bb;
    -khtml-border-radius: 35px;
    border-radius: 35px;
    text-decoration: none;
    padding: 0 1.5rem;
}

    .block-form a.confirm:hover, .block-form a.confirm:focus {
        background-color: #ffd733;
    }

.captcha-box input {
    width: 200px;
}

.captcha-box a {
    padding: 0 0.5rem;
}

    .captcha-box a i {
        font-size: 1.5rem;
        color: #37b5e8;
        vertical-align: middle;
    }







.block-fee {
    padding: 2.5rem 0;
}

    .block-fee h1, .block-fee h2 {
        font-size: 1.875rem;
        margin: 0 0 1rem;
    }

.panel .title h4 {
    cursor: pointer;
    font-size: 1rem;
    margin: 0 0 1rem;
    color: #0071bb;
    line-height: 1.5rem !important;
}

    .panel .title h4 i {
        font-size: 0.875rem;
        vertical-align: middle;
        margin-right: 0.5rem;
        margin-top: 4px;
        min-height: 2rem;
        float: left;
    }

    .panel .title h4:hover, .panel .title h4:focus {
        font-weight: 700;
    }

.panel .content {
    display: none;
    margin: 0 0 1rem;
}

.panel.active .title h4 {
    font-weight: 700;
}

.table {
    border: none;
}

    .table tr {
        background-color: #f5f5f5;
    }

    .table .bgx {
        background-color: #ececec;
    }

    .table thead th {
        font-size: 1rem;
        font-weight: 700;
        background-color: #0071bb;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        color: #fff;
        border: 1px solid #fff;
    }

        .table thead th.text-xs {
            font-size: 0.875rem;
            background-color: #cdecf9;
            text-transform: none;
            color: #333333;
        }

    .table td {
        padding: 0.5rem 1rem;
        vertical-align: middle;
        font-size: 0.875rem;
        border: 1px solid #fff;
    }

        .table td.bold {
            font-weight: 700;
        }

@media (max-width: 47.9rem) {
    .block-fee h1, .block-fee h2 {
        margin-top: 1rem;
    }
}

.exchange-rate {
    padding: 2rem 0;
}

    .exchange-rate h1 {
        font-size: 1.875rem;
        margin: 0 0 1rem;
    }

.block-exchange {
    padding: 1rem 1.5rem;
    background-color: #ebebeb;
}

    .block-exchange .item-ex {
        display: block;
        text-align: center;
    }

@media (min-width: 34.625rem) and (max-width: 61.9rem) {
    .block-exchange .item-ex {
        /* margin-bottom: 0.5rem; */
    }
}

@media (min-width: 62rem) {
    .block-exchange .item-ex {
        display: inline-block;
    }
}

.block-exchange .item-ex label {
    margin: 0 .5rem 0 0;
    color: #333333;
}

.block-exchange .item-ex .sl-group {
    display: inline-block;
}

    .block-exchange .item-ex .sl-group input[type='text'] {
        line-height: 30px;
        width: 150px;
        height: 30px;
        padding: 0 1rem;
        border: 1px solid #d9d9d9;
        -khtml-border-radius: 35px 0 0 35px;
        border-radius: 35px 0 0 35px;
    }

    .block-exchange .item-ex .sl-group .btn-ex {
        position: relative;
        line-height: 30px;
        display: inline-block;
        width: 125px;
        height: 30px;
        margin-left: -5px;
        padding: 0 .7rem;
        text-align: center;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        -khtml-border-radius: 0 35px 35px 0;
        border-radius: 0 35px 35px 0;
    }

        .block-exchange .item-ex .sl-group .btn-ex a {
            display: block;
            margin-top: -1px;
            text-decoration: none;
            color: #0071bb;
        }

            .block-exchange .item-ex .sl-group .btn-ex a img {
                margin-top: 5px;
                margin-right: .5rem;
                vertical-align: top;
            }

        .block-exchange .item-ex .sl-group .btn-ex ul.dropdown-menu {
            padding: 0 0.5rem;
            border: 1px solid #e6e6e6;
            -khtml-border-radius: 0;
            border-radius: 0;
        }

.block-exchange .ex-submit {
    display: block;
    padding: 0.75rem 0;
    text-align: center;
}

@media (min-width: 62rem) {
    .block-exchange .ex-submit {
        display: inline-block;
        padding: 0 1.5rem;
    }
}

.note {
    font-size: .875rem;
    font-style: italic;
    padding: 1rem 0;
    text-align: right;
    color: #999999;
    border-bottom: 1px solid #cccccc;
}

.block-filter {
    padding: 1rem 0;
}

@media (min-width: 48rem) {
    .block-filter {
        padding: 1rem 1.5rem;
    }
}

.block-filter .filter-item {
    display: inline-block;
    margin-bottom: 1rem;
}

@media (min-width: 48rem) {
    .block-filter .filter-item {
        margin-right: 2rem;
    }
}

.block-filter .filter-item label {
    margin: 0 .5rem 0 0;
    color: #333333;
}

.block-filter .filter-item input[type="text"],
.block-filter .filter-item select {
    color: #666666;
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
    width: 150px;
    border: 1px solid #d9d9d9;
    -khtml-border-radius: 35px;
    border-radius: 35px;
}

.block-filter .filter-item .fa.fa-calendar {
    color: #0071bb;
    margin-left: 10px;
}

@media (min-width: 48rem) {
    .block-filter .filter-item .fa.fa-calendar {
        margin-left: 0.7rem;
    }
}

.block-filter a.filter-btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #ffcd00;
    padding: 0 2rem;
    -khtml-border-radius: 35px;
    border-radius: 35px;
    display: inline-block;
    color: #0071bb;
}

    .block-filter a.filter-btn:hover, .block-filter a.filter-btn:focus {
        background-color: #ffd733;
    }

.block-note p {
    font-size: .875rem;
    font-style: italic;
    margin: 0;
    text-align: right;
    color: #999999;
}

.block-note a.print {
    display: inline-block;
    float: right;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

    .block-note a.print i {
        line-height: 32px;
        width: 35px;
        height: 35px;
        text-align: center;
        color: #37b5e8;
        border: 2px solid #37b5e8;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-out;
        -khtml-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .block-note a.print:hover i {
        color: #0071bb;
        border: 2px solid #0071bb;
    }

.block-table .table thead th {
    padding: 0.5rem 1rem;
    text-transform: none;
}

.block-table .table tbody tr td {
    font-weight: 700;
    text-align: right;
}

    .block-table .table tbody tr td img {
        margin-right: 0.5rem;
    }

    .block-table .table tbody tr td:first-child {
        font-weight: 500;
        text-align: left;
    }

.block-table .table tbody tr:nth-child(even) {
    background-color: #ececec;
}

.block-table .table tbody tr.title {
    background-color: #cdecf9;
    color: #0071bb;
}

    .block-table .table tbody tr.title td {
        font-weight: 500;
    }

.rate-gold h2 {
    font-size: 1.875rem;
    margin: 0 0 0.5rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #cccccc;
}

.rate-gold .table thead th {
    padding: 0.5rem 1rem;
    background-color: #cdecf9;
    color: #0071bb;
    font-weight: 500;
    text-transform: none;
    text-align: right;
}

    .rate-gold .table thead th:first-child {
        text-align: left;
    }

.rate-gold .table tbody tr td {
    font-weight: 700;
    text-align: right;
}

    .rate-gold .table tbody tr td img {
        margin-right: 0.5rem;
    }

    .rate-gold .table tbody tr td .fa {
        color: #ffcd00;
        margin-right: 0.5rem;
    }

    .rate-gold .table tbody tr td:first-child {
        font-weight: 500;
        text-align: left;
    }

.rate-gold .table tbody tr.title td {
    font-weight: 500;
}

@media (max-width: 47.9rem) {
    .block-exchange .item-ex .sl-group .btn-ex,
    .block-exchange .item-ex .sl-group input[type='text'] {
        width: 50%;
    }

    .block-exchange .ex-submit {
        padding: 1rem;
        text-align: center;
        display: block;
    }

    /* .block-filter {
      .filter-item {
          margin: 0;
          text-align: center;
          display: block;
          label,
          input,
          .fa {
              display: block;                
              text-align: center;
              margin: 0 auto 10px;
          }            
      }
      a.filter-btn{
          margin: 1rem auto;
          text-align: center;
          display: block;
          width: 125px;
      }
  } */
}

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-stage-outer {
        z-index: 99;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        left: -2%;
        right: 0;
        top: 0;
        margin: 0;
        width: 104%;
    }

        .owl-carousel .owl-nav .owl-prev {
            position: relative;
            float: left;
            z-index: 400;
        }

        .owl-carousel .owl-nav .owl-next {
            position: relative;
            float: right;
            z-index: 400;
        }

.company-cate ul li {
    display: block;
    margin: 0 1rem;
}

    .company-cate ul li a {
        text-align: center;
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        color: #333333;
        padding: 0.8rem 0;
        display: block;
        position: relative;
    }

        .company-cate ul li a:hover, .company-cate ul li a:focus, .company-cate ul li a.active {
            color: #0071bb;
        }

            .company-cate ul li a:hover:after, .company-cate ul li a:focus:after, .company-cate ul li a.active:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background-color: #0071bb;
            }

@media (min-width: 62rem) {
    .company-cate.topfix {
        top: 50px !important;
        background-color: #f7f7f7;
    }
}

.block-history {
    background-color: #f2f2f2;
    padding: 3.5rem 0;
}

    .block-history h1 {
        font-size: 1.875rem;
        margin: 0 0 1.5rem;
        color: #333333;
    }

.content-posts .content ul {
    margin: 0;
    padding: 0;
}

    .content-posts .content ul li {
        list-style-type: none;
        position: relative;
        padding: 0 0 0 1.5rem;
        margin: 0 0 1rem;
    }

        .content-posts .content ul li a {
            font-size: 0.875rem;
            color: #666666;
        }

            .content-posts .content ul li a strong {
                color: #333333;
            }

        .content-posts .content ul li:before {
            content: '\f017';
            font-family: "FontAwesome";
            position: absolute;
            left: 0;
            top: 0;
            color: #0071bb;
        }

.hs-carousel {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 0 0 1.5rem;
}

    .hs-carousel .item {
        text-align: center;
    }

        .hs-carousel .item a {
            color: #666666;
            text-decoration: none;
        }

            .hs-carousel .item a:hover, .hs-carousel .item a:focus, .hs-carousel .item a.active {
                font-size: 1.5rem;
                color: #0071bb;
            }

    .hs-carousel:after {
        content: '';
        position: absolute;
        top: 100%;
        left: -2%;
        right: -2%;
        background-image: url("/PublishingImages/images/ruler.png");
        background-repeat: repeat-x;
        background-position: 0 0;
        width: 104%;
        height: 15px;
    }

.hidden {
    display: none;
}

.vision {
    padding: 3rem 0;
    background-color: #e6e6e7;
}

    .vision h2 {
        text-align: center;
        font-size: 1.875rem;
        margin: 0 0 2rem;
        color: #333333;
    }

    .vision .item figcaption {
        padding: 1rem;
    }

        .vision .item figcaption h3 {
            font-size: 0.875rem;
            color: #666666;
            line-height: 1.2rem;
        }

            .vision .item figcaption h3 strong {
                color: #333333;
            }

.position {
    background-color: #f4f4f4;
    padding: 3rem 0;
}

    .position h3 {
        text-align: center;
        font-size: 1.875rem;
        margin: 0 0 1.5rem;
        color: #333333;
    }

    .position .item figure {
        text-align: center;
    }

    .position ul {
        margin: 0 0 1rem;
        padding: 0;
        text-align: center;
        display: block;
        border: none;
    }

        .position ul li {
            text-align: center;
            list-style-type: none;
            position: relative;
            margin: 0 0.5rem;
            display: block;
        }

@media (min-width: 48rem) {
    .position ul li {
        display: inline-block;
    }
}

.position ul li a {
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    color: #666666;
    padding: 0.8rem 0;
    display: block;
    position: relative;
}

    .position ul li a:hover, .position ul li a:focus, .position ul li a.active {
        font-size: 1.125rem;
        color: #0071bb;
        font-weight: 700;
    }

.position ul li.active a {
    font-size: 1.125rem;
    color: #0071bb;
    font-weight: 700;
}

.position .item figcaption {
    padding: 1rem 0 0;
}

    .position .item figcaption h3 {
        color: #666666;
        font-size: 1rem;
        line-height: 1.2rem;
    }

        .position .item figcaption h3 span {
            color: #0071bb;
            font-weight: 700;
        }

.block-prize {
    padding: 2.5rem;
    background-color: #e6e6e7;
}

    .block-prize .hs-carousel:after {
        background-image: url("/PublishingImages/images/star_icon.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        height: 20px;
        width: 100%;
        margin: 0 auto;
    }

    .block-prize h4 {
        text-align: center;
        font-size: 1.875rem;
        margin: 0 0 1.5rem;
        color: #333333;
    }

    .block-prize nav.cm-prize ul {
        padding: 0;
        margin: 0;
    }

        .block-prize nav.cm-prize ul li {
            list-style-type: none;
            position: relative;
        }

            .block-prize nav.cm-prize ul li a {
                height: 40px;
                line-height: 40px;
                padding: 0 1rem;
                text-decoration: none;
                display: block;
                color: #666666;
                background-color: transparent;
                border-bottom: 1px solid #cfcfd0;
            }

                .block-prize nav.cm-prize ul li a:hover, .block-prize nav.cm-prize ul li a:focus, .block-prize nav.cm-prize ul li a.active {
                    background-color: #cfcfd0;
                }

                .block-prize nav.cm-prize ul li a .fa {
                    position: absolute;
                    right: 10px;
                    top: 45%;
                    margin-top: -5px;
                }

    .block-prize .content-posts .content ul li:before {
        content: '\f006';
    }

@media (min-width: 62rem) {
    .company-cate ul li {
        display: inline-block;
    }

        .company-cate ul li a {
            text-align: left;
        }

    .position ul li {
        display: inline-block;
    }

        .position ul li a {
            text-align: left;
        }
}
/*NETWORK*/
#map-canvas {
    position: absolute;
    height: 100%;
    width: 100%;
}

.block-systemDealer {
    position: relative;
    padding: 0 0 60px;
}

    .block-systemDealer .map-location .map_system {
        height: 450px;
    }

    .block-systemDealer .system-wrap {
        margin: 25px 0;
    }

        .block-systemDealer .system-wrap .form_desc {
            margin-top: 1.5rem;
        }

@media (min-width: 75rem) {
    .block-systemDealer .system-wrap .form_desc {
        margin-top: 0;
    }
}

.block-systemDealer .system-wrap .form_desc label {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px;
    display: block;
}

.block-systemDealer .system-wrap .form_desc select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #000;
    padding: 0 10px;
    font-size: 12px;
    border: 1px solid #d9d9d9;
}

    .block-systemDealer .system-wrap .form_desc select option {
        line-height: 1.5em;
        color: #999999;
    }

.block-systemDealer .system-wrap .search-text {
    margin-top: 1.5rem;
}

@media (min-width: 75rem) {
    .block-systemDealer .system-wrap .search-text {
        margin-top: 0;
    }
}

.block-systemDealer .system-wrap .search-text label {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px;
    display: block;
}

.block-systemDealer .system-wrap .search-text input[type=text] {
    color: #000;
    padding: 0 40px 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #d9d9d9;
}

.block-systemDealer .system-wrap .search-text .btn-search {
    position: absolute;
    right: 17px;
    bottom: 2px;
    background-color: #ffcd00;
    color: #333333;
    padding: 0;
    height: 26px;
    width: 26px;
    line-height: 26px;
    border: none;
    text-align: center;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    transition: all 0.4s;
}

    .block-systemDealer .system-wrap .search-text .btn-search:hover {
        background-color: #cca400;
    }

.block-systemDealer .dealer-list {
    background: transparent;
    padding: 0;
    position: relative;
}

    .block-systemDealer .dealer-list .locate {
        padding: 0;
        font-size: 13px;
        color: #999999;
        line-height: 1.4em;
    }

        .block-systemDealer .dealer-list .locate span {
            color: #0071bb;
            font-weight: 700;
        }

    .block-systemDealer .dealer-list .list_system {
        margin: 0;
        padding: 0;
        max-height: 418px;
        overflow-y: auto;
        background-color: #f2f2f2;
    }

        .block-systemDealer .dealer-list .list_system li {
            display: block;
            padding: 10px 0 10px 15px;
            margin: 0 15px 0 0;
            -webkit-transition: all 0.3s;
            -khtml-transition: all 0.3s;
            transition: all 0.3s;
        }

            .block-systemDealer .dealer-list .list_system li div {
                font-size: 14px;
                color: #333333;
            }

                .block-systemDealer .dealer-list .list_system li div strong {
                    color: #333333;
                }

                .block-systemDealer .dealer-list .list_system li div span {
                    color: #999999;
                }

            .block-systemDealer .dealer-list .list_system li .distance span {
                color: #0071bb;
                font-weight: 700;
                font-size: 14px;
            }

            .block-systemDealer .dealer-list .list_system li:hover, .block-systemDealer .dealer-list .list_system li.active {
                cursor: pointer;
                background-color: #fff;
            }

    .block-systemDealer .dealer-list .find_address input[type=text] {
        background: #e6e6e6;
        color: #000;
        padding: 5px 3px;
        font-size: 12px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        border: 1px solid #cccccc;
    }

.block-systemDealer .maps_popup h1 {
    font-size: 20px;
}

/*SEARCH*/
.block-searchInput {
    background-color: #f4f1e9;
    padding: 30px 0 15px;
}

    .block-searchInput .form-group {
        position: relative;
    }

    .block-searchInput input[type="text"] {
        width: 100%;
        height: 50px;
        border: 1px solid #cccccc;
        color: #333333;
        padding: 0.5rem 3rem 0.5rem 1rem;
    }

    .block-searchInput .btn-search {
        position: absolute;
        border: none;
        background: transparent;
        top: 0;
        right: 0;
        height: 50px;
        width: 50px;
        vertical-align: middle;
        z-index: 9;
    }

        .block-searchInput .btn-search .fa {
            font-size: 24px;
            font-weight: 700;
            color: #0071bb;
        }

.block-tabs {
    background-color: #f4f1e9;
    border-bottom: 5px solid #e7e3d9;
}

    .block-tabs .nav-tabs {
        border: none;
        background-color: #f4f1e9;
    }

        .block-tabs .nav-tabs .nav-item {
            border: none;
            margin: 0;
        }

            .block-tabs .nav-tabs .nav-item .nav-link {
                font-size: 16px;
                font-weight: 500;
                color: #666666;
                text-decoration: none;
                border: none;
                line-height: 1;
                position: relative;
                padding: 15px 20px;
            }

                .block-tabs .nav-tabs .nav-item .nav-link:before {
                    content: '';
                    position: absolute;
                    width: 2px;
                    height: 17px;
                    top: 15px;
                    right: 0;
                    background-color: #e7e3d9;
                }

                .block-tabs .nav-tabs .nav-item .nav-link:after {
                    content: '';
                    display: none;
                    position: absolute;
                    width: 100%;
                    height: 5px;
                    top: 100%;
                    left: 0;
                    background-color: transparent;
                    -webkit-transition: all 0.4s;
                    -khtml-transition: all 0.4s;
                    transition: all 0.4s;
                }

@media (min-width: 48rem) {
    .block-tabs .nav-tabs .nav-item .nav-link:after {
        content: '';
        display: block;
    }
}

.block-tabs .nav-tabs .nav-item .nav-link span {
    color: #0071bb;
}

.block-tabs .nav-tabs .nav-item .nav-link:hover, .block-tabs .nav-tabs .nav-item .nav-link:focus, .block-tabs .nav-tabs .nav-item .nav-link.active, .block-tabs .nav-tabs .nav-item .nav-link.open {
    background: transparent;
    border: none;
}

    .block-tabs .nav-tabs .nav-item .nav-link:hover:after, .block-tabs .nav-tabs .nav-item .nav-link:focus:after, .block-tabs .nav-tabs .nav-item .nav-link.active:after, .block-tabs .nav-tabs .nav-item .nav-link.open:after {
        content: '';
        background-color: #ffcd00;
    }

.result-text {
    color: #999999;
    display: block;
    position: relative;
    padding: 1.5rem 0;
    font-size: 14px;
}

    .result-text span {
        color: #333333;
    }

.item-result {
    background-color: #ededed;
    padding: 1rem;
    margin: 0 0 0.75rem;
}

    .item-result h3 {
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        margin: 0 0 0.5rem;
        line-height: 1.4em;
    }

        .item-result h3 a {
            color: #333333;
            text-decoration: none;
            -webkit-transition: all 0.4s;
            -khtml-transition: all 0.4s;
            transition: all 0.4s;
        }

            .item-result h3 a:hover, .item-result h3 a:focus {
                color: #0071bb;
            }

    .item-result .desc {
        font-size: 14px;
        color: #666666;
        line-height: 1.4em;
    }

.result-show {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0.9375rem 0;
    color: #999999;
    line-height: 1.4em;
    border-top: 1px solid #d9d9d9;
}

    .result-show span {
        color: #333333;
    }

.pages {
    position: relative;
    text-align: center;
    margin: 0 0 3rem;
}

    .pages .backpage {
        position: relative;
        left: 0;
        top: 0;
        line-height: 40px;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        color: #333333;
        background-color: #d9d9d9;
        display: block;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

        .pages .backpage:hover, .pages .backpage:focus {
            background-color: #0071bb;
            color: #fff;
        }

@media (min-width: 48rem) {
    .pages .backpage {
        position: absolute;
    }
}

.pages .nextpage {
    position: relative;
    right: 0;
    top: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    color: #333333;
    background-color: #d9d9d9;
    display: block;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    transition: all 0.3s;
}

    .pages .nextpage:hover, .pages .nextpage:focus {
        background-color: #0071bb;
        color: #fff;
    }

@media (min-width: 48rem) {
    .pages .nextpage {
        position: absolute;
    }
}

.pages .pagination {
    margin: 0;
}

    .pages .pagination li a,
    .pages .pagination li span {
        line-height: 40px;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        color: #333333;
        border: none;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

        .pages .pagination li a:hover, .pages .pagination li a:focus,
        .pages .pagination li span:hover,
        .pages .pagination li span:focus {
            color: #fff;
            background-color: #0071bb;
        }

    .pages .pagination li.active a,
    .pages .pagination li.active span {
        color: #fff;
        background-color: #0071bb;
    }

/*SUPPORT*/
.block-leftMenu {
    padding: 2.5rem 0;
}

    .block-leftMenu h2 {
        font-size: 1.375rem;
        margin: 0 0 1rem;
        color: #666666;
    }

    .block-leftMenu ul {
        padding: 0;
        margin: 0;
    }

        .block-leftMenu ul li {
            list-style-type: none;
        }

            .block-leftMenu ul li a {
                font-size: 15px;
                color: #999999;
                display: block;
                text-decoration: none;
                padding: 0.5rem 0;
                border-bottom: 1px solid #cccccc;
            }

                .block-leftMenu ul li a:hover, .block-leftMenu ul li a:focus, .block-leftMenu ul li a.active {
                    color: #0071bb;
                }

.block-question {
    padding: 2.5rem 0;
}

    .block-question h1 {
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        margin: 0 0 1.5rem;
    }

    .block-question h3 {
        font-size: 15px;
        font-weight: 700;
        color: #333333;
        margin: 0 0 1rem;
    }

    .block-question .tabs-faq .nav-tabs {
        border-bottom: 3px solid #0071bb;
    }

        .block-question .tabs-faq .nav-tabs .nav-item {
            width: 20%;
            margin: 0;
        }

            .block-question .tabs-faq .nav-tabs .nav-item .nav-link {
                padding: 0.5rem;
                border: none;
                min-height: 115px;
                -khtml-border-radius: 0;
                border-radius: 0;
                -webkit-transition: all 0.3s;
                -khtml-transition: all 0.3s;
                transition: all 0.3s;
            }

                .block-question .tabs-faq .nav-tabs .nav-item .nav-link .fa {
                    font-size: 30px;
                    color: #cccccc;
                    text-align: center;
                    display: block;
                    margin: 0 0 5px;
                }

                .block-question .tabs-faq .nav-tabs .nav-item .nav-link span {
                    display: block;
                    font-size: 14px;
                    font-weight: 500;
                    color: #666666;
                    text-align: center;
                }

                .block-question .tabs-faq .nav-tabs .nav-item .nav-link:hover, .block-question .tabs-faq .nav-tabs .nav-item .nav-link:focus, .block-question .tabs-faq .nav-tabs .nav-item .nav-link.active, .block-question .tabs-faq .nav-tabs .nav-item .nav-link.open {
                    background-color: #0071bb;
                    color: #fff;
                }

                    .block-question .tabs-faq .nav-tabs .nav-item .nav-link:hover .fa,
                    .block-question .tabs-faq .nav-tabs .nav-item .nav-link:hover span, .block-question .tabs-faq .nav-tabs .nav-item .nav-link:focus .fa,
                    .block-question .tabs-faq .nav-tabs .nav-item .nav-link:focus span, .block-question .tabs-faq .nav-tabs .nav-item .nav-link.active .fa,
                    .block-question .tabs-faq .nav-tabs .nav-item .nav-link.active span, .block-question .tabs-faq .nav-tabs .nav-item .nav-link.open .fa,
                    .block-question .tabs-faq .nav-tabs .nav-item .nav-link.open span {
                        color: #fff;
                    }

.tab-content {
    padding: 2rem 0;
    margin: 0 0 1rem;
}

    .tab-content .sp-content .desc {
        font-size: 15px;
        color: #333333;
        margin: 0 0 1.25rem;
    }

        .tab-content .sp-content .desc h4 {
            font-size: 15px;
            font-weight: 700;
            color: #333333;
            margin: 0 0 5px;
            line-height: 1;
        }

        .tab-content .sp-content .desc p {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.4em;
            color: #333333;
            margin: 0;
        }

        .tab-content .sp-content .desc span {
            color: #0071bb;
        }

    .tab-content .sp-content .faq-top {
        margin-top: 1rem;
    }

@media (min-width: 48rem) {
    .tab-content .sp-content .faq-top {
        margin-top: 0;
    }
}

.panel-faq .panel-sp {
    -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    margin: 0 0 1px;
    border: none;
}

    .panel-faq .panel-sp .title {
        cursor: pointer;
        position: relative;
        border: none;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2em;
        padding: 0.75rem 10px 0.75rem 25px;
        color: #0071bb;
        border-bottom: 1px solid #d9d9d9;
        -webkit-transition: all 0.4s;
        -khtml-transition: all 0.4s;
        transition: all 0.4s;
    }

        .panel-faq .panel-sp .title:after {
            font-size: 15px;
            font-weight: 500;
            content: '\f107';
            font-family: "FontAwesome";
            position: absolute;
            top: 0.75rem;
            left: 5px;
            -webkit-transition: all 0.4s;
            -khtml-transition: all 0.4s;
            transition: all 0.4s;
        }

    .panel-faq .panel-sp .content {
        display: none;
        padding: 1.25rem;
        background-color: #ededed;
        font-size: 15px;
        font-weight: 500;
        color: #333333;
        line-height: 1.4em;
        margin-top: 1px;
    }

        .panel-faq .panel-sp .content ul {
            margin: 0 0 1rem;
            padding: 0 0 0 1.25rem;
        }

            .panel-faq .panel-sp .content ul li {
                position: relative;
            }

        .panel-faq .panel-sp .content p {
            margin: 0 0 0.9375rem;
        }

            .panel-faq .panel-sp .content p:last-child {
                margin: 0;
            }

        .panel-faq .panel-sp .content span {
            color: #0071bb;
        }

    .panel-faq .panel-sp.active .title {
        font-size: 24px;
        font-weight: 700;
    }

        .panel-faq .panel-sp.active .title:after {
            font-size: 24px;
            font-weight: 500;
            content: '\f106';
            font-family: "FontAwesome";
        }

/*FeedBack*/
.block-customer {
    padding: 2.5rem 0;
}

    .block-customer h1 {
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        margin: 0 0 1.5rem;
    }

.panel-feedBack .panel-sp {
    -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    margin: 0 0 1px;
    border: none;
}

    .panel-feedBack .panel-sp .title {
        cursor: pointer;
        position: relative;
        border: none;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2em;
        padding: 35px 10px 5px 60px;
        color: #333333;
        border-bottom: 1px solid #d9d9d9;
        -webkit-transition: all 0.4s;
        -khtml-transition: all 0.4s;
        transition: all 0.4s;
    }

        .panel-feedBack .panel-sp .title:after {
            font-size: 48px;
            font-weight: 500;
            content: '\f10d';
            font-family: "FontAwesome";
            position: absolute;
            color: #cccccc;
            bottom: 15px;
            left: 5px;
            -webkit-transition: all 0.4s;
            -khtml-transition: all 0.4s;
            transition: all 0.4s;
        }

    .panel-feedBack .panel-sp .content {
        display: none;
        padding: 1.25rem;
        background-color: transparent;
        font-size: 15px;
        font-weight: 500;
        color: #333333;
        line-height: 1.4em;
        margin-top: 1px;
    }

@media (min-width: 62rem) {
    .panel-feedBack .panel-sp .content .fb-content {
        padding-left: 2.5rem;
    }
}

.panel-feedBack .panel-sp.active .title {
    font-size: 18px;
    color: #0071bb;
}

    .panel-feedBack .panel-sp.active .title:after {
        color: #0071bb;
    }

/*BAN TIN QUY*/
.block-newsPeriod {
    margin-top: 2rem;
}

@media (min-width: 62rem) {
    .block-newsPeriod {
        margin-top: 0;
    }
}

.block-newsPeriod h1 {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 1.5rem;
}

.block-newsPeriod .pages .backpage,
.block-newsPeriod .pages .nextpage {
    position: relative;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.block-newsPeriod .item {
    margin: 0 0 2rem;
}

    .block-newsPeriod .item figure {
        margin: 0;
    }

        .block-newsPeriod .item figure > a {
            display: block;
            overflow: hidden;
            width: 100%;
            height: 100%;
            border: 10px solid #f2f2f2;
            -webkit-transition: all 0.3s;
            -khtml-transition: all 0.3s;
            transition: all 0.3s;
        }

            .block-newsPeriod .item figure > a img {
                width: 100%;
                /* @include transform(scale(1, 1));
          @include transition(all .4s); */
            }

            .block-newsPeriod .item figure > a:hover, .block-newsPeriod .item figure > a:focus {
                border-color: #0071bb;
            }

                .block-newsPeriod .item figure > a:hover img, .block-newsPeriod .item figure > a:focus img {
                    /* @include transform(scale(1.05, 1.05)); */
                }

        .block-newsPeriod .item figure figcaption {
            padding: 0.9375rem 0;
        }

            .block-newsPeriod .item figure figcaption h3 {
                font-size: 18px;
                font-weight: 500;
                color: #0071bb;
                margin: 0;
            }

                .block-newsPeriod .item figure figcaption h3 a {
                    color: #0071bb;
                    text-decoration: none;
                }

                    .block-newsPeriod .item figure figcaption h3 a .fa {
                        font-size: 18px;
                        margin-right: 10px;
                    }

/*COMPARE PRODUCTS*/
.block-compareProducts {
    background-color: #f7f7f7;
    padding: 2.5rem 0;
}

    .block-compareProducts h1 {
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        margin: 0 0 1.5rem;
        text-align: center;
    }

    .block-compareProducts .tabs-compare .nav-tabs {
        border: none;
        text-align: center;
        margin: 0 0 3.5rem;
    }

        .block-compareProducts .tabs-compare .nav-tabs .nav-item {
            display: block;
            width: 100%;
        }

            .block-compareProducts .tabs-compare .nav-tabs .nav-item .nav-link {
                border: none;
                background-color: transparent;
                color: #333333;
                border: 1px solid #ffcd00;
                padding: 0.75rem 1.5rem;
                -khtml-border-radius: 0;
                border-radius: 0;
                -webkit-transition: all 0.3s;
                -khtml-transition: all 0.3s;
                transition: all 0.3s;
            }

                .block-compareProducts .tabs-compare .nav-tabs .nav-item .nav-link:hover, .block-compareProducts .tabs-compare .nav-tabs .nav-item .nav-link:focus, .block-compareProducts .tabs-compare .nav-tabs .nav-item .nav-link.active {
                    background-color: #ffcd00;
                }

            .block-compareProducts .tabs-compare .nav-tabs .nav-item + .nav-item {
                margin-left: 0;
            }

@media (min-width: 48rem) {
    .block-compareProducts .tabs-compare .nav-tabs .nav-item {
        display: inline-block;
        float: none;
        margin: 0;
        width: auto;
    }

        .block-compareProducts .tabs-compare .nav-tabs .nav-item .nav-link {
            height: 40px;
            line-height: 40px;
            padding: 0 1.5rem;
        }

        .block-compareProducts .tabs-compare .nav-tabs .nav-item:first-child .nav-link {
            -khtml-border-radius: 35px 0 0 35px;
            border-radius: 35px 0 0 35px;
        }

        .block-compareProducts .tabs-compare .nav-tabs .nav-item:last-child .nav-link {
            -khtml-border-radius: 0 35px 35px 0;
            border-radius: 0 35px 35px 0;
        }

        .block-compareProducts .tabs-compare .nav-tabs .nav-item + .nav-item {
            margin-left: -0.25rem;
        }
}

.block-compareProducts .tabs-compare .tab-content {
    padding: 0;
    margin: 0 0 3rem;
}

.block-compareProducts .table {
    border-top: 5px solid #ffcd00;
    background-color: #fff;
}

    .block-compareProducts .table thead tr th {
        width: 25%;
        min-width: 270px;
        font-size: 30px;
        font-weight: 700;
        color: #333333;
        margin: 0;
        padding: 4rem 1.5rem 1rem;
        min-height: 11.5rem;
        background-color: #fff;
        text-align: left;
        text-transform: none;
        line-height: 1.4em;
        border-width: 0 1px 1px 0;
        border-color: #d9d9d9;
        border-style: solid;
    }

@media (min-width: 62rem) {
    .block-compareProducts .table thead tr th {
        min-width: auto;
    }
}

.block-compareProducts .table thead tr th:last-child {
    border-right: 0;
}

.block-compareProducts .table tbody tr td {
    width: 25%;
    min-width: 270px;
    background-color: #fff;
    padding: 1.5rem;
    border-width: 0 1px 1px 0;
    border-color: #d9d9d9;
    border-style: solid;
    vertical-align: top;
}

@media (min-width: 62rem) {
    .block-compareProducts .table tbody tr td {
        min-width: auto;
    }
}

.block-compareProducts .table tbody tr td .desc {
    font-size: 15px;
    color: #333333;
    line-height: 1.4em;
    min-height: 6rem;
}

.block-compareProducts .table tbody tr td p {
    position: relative;
    text-indent: 14px;
    font-size: 15px;
    color: #333333;
}

    .block-compareProducts .table tbody tr td p:before {
        content: '\f111';
        font-family: "FontAwesome";
        font-size: 4.5px;
        color: #333333;
        position: absolute;
        top: 8px;
        left: -12px;
    }

.block-compareProducts .table tbody tr td .italic {
    color: #666666;
    font-style: italic;
    margin: 0 0 1rem;
}

    .block-compareProducts .table tbody tr td .italic p {
        margin: 0;
        font-style: normal;
        color: #333333;
    }

.block-compareProducts .table tbody tr td .prd-more {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    height: 40px;
    margin-top: 15px;
    padding: 0 1.875rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /* background-color: $scb-xanh; */
    -khtml-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    transition: all 0.3s;
}

    .block-compareProducts .table tbody tr td .prd-more:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        content: '';
        background-color: #0071bb;
        -khtml-border-radius: 40px;
        border-radius: 40px;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-compareProducts .table tbody tr td .prd-more:after {
        position: absolute;
        z-index: 1;
        top: 3.5px;
        left: 3px;
        width: 100%;
        height: 40px;
        content: '';
        border-radius: 40px;
        background-color: #bfbfbf;
        z-index: 1;
    }

    .block-compareProducts .table tbody tr td .prd-more span {
        margin-right: 10px;
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-compareProducts .table tbody tr td .prd-more .fa {
        font-size: 18px;
        font-weight: 700;
        vertical-align: middle;
        color: #fff;
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-compareProducts .table tbody tr td .prd-more:focus:before {
        top: 3.5px;
        left: 3px;
    }

    .block-compareProducts .table tbody tr td .prd-more:focus span,
    .block-compareProducts .table tbody tr td .prd-more:focus .fa {
        top: 3.5px;
        left: 3px;
    }

.block-compareProducts .table tbody tr td.td-title {
    width: 100%;
    background-color: #d9d9d9;
    padding: 0.75rem 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    border: none;
}

.block-compareProducts .table tbody tr td:last-child {
    border-right: none;
}

.block-compareProducts .table tbody tr:last-child td {
    border-bottom: none;
}

/*BANNER*/
@media (max-width: 47.9rem) {
    .image-Banner {
        background-image: none !important;
        background-color: #f7f7f7 !important;
        min-height: auto !important;
    }
}

.imageBanner {
    background-position: 25% 0;
    position: relative;
}

@media (max-width: 47.9rem) {
    .imageBanner {
        margin-bottom: 1px;
    }
}

.imageBanner:after {
    content: '';
    /* background-color: rgba(0, 57, 94, 0.6);*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.imageBanner .container {
    position: relative;
    z-index: 9;
}

.imageBanner .flex h3 {
    font-size: 2em;
    line-height: 2.4rem;
}

.imageBanner .flex span {
    font-size: 1.4em;
    line-height: 1.4em;
}

@media (min-width: 62rem) {
    .imageBanner.black .flex h3,
    .imageBanner.black .flex p {
        color: #333333;
    }
}

.imageBanner.right {
    background-position: 65% 50%;
    background-repeat: no-repeat;
    min-height: auto;
    background-size: cover;
    line-height: 0;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 15px;
}

@media (min-width: 48rem) {
    .imageBanner.right {
        background-position: 70% 0;
        background-repeat: no-repeat;
        padding-right: 0;
        padding-bottom: 30px;
    }

    /*.imageBanner.right:after {
          content: '';
          display: none; */
}

}

@media (min-width: 62rem) {
    .imageBanner.right {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
        padding-bottom: 0;
    }

        .imageBanner.right:after {
            content: '';
            display: none;
        }
}

@media (min-width: 48rem) {
    .imageBanner {
        background-position: 0 0;
    }
    /* .imageBanner:after {
        content: '';
        display: none;} */
}

@media (min-width: 62rem) {
    .imageBanner {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .imageBanner .flex h3 {
            line-height: 1.4em;
        }

        .imageBanner:after {
            content: '';
            display: none;
        }
}

.block-banner.imageBanner {
    background-position: 65% 50%;
    background-repeat: no-repeat;
    min-height: auto;
    background-size: cover;
    line-height: 0;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 15px;
}

@media (min-width: 48rem) {
    .block-banner.imageBanner {
        background-position: 70% 0;
        background-repeat: no-repeat;
        padding-right: 0;
        padding-bottom: 30px;
    }
}

@media (min-width: 62rem) {
    .block-banner.imageBanner {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
        padding-bottom: 0;
    }

        .block-banner.imageBanner:after {
            content: '';
            display: none;
        }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 50px;
}

/*SAN PHAM VAY*/
.block-compareBorrow {
    background-color: #f7f7f7;
    padding: 2.5rem 0;
}

    .block-compareBorrow h1 {
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        line-height: 1.4em;
        margin: 0 0 1.5rem;
        text-align: center;
    }

    .block-compareBorrow .table {
        background-color: #fff;
    }

        .block-compareBorrow .table thead tr th {
            width: 25%;
            min-width: 270px;
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            background-color: #00548b;
            text-align: left;
            text-transform: none;
            padding: 0.75rem 1.5rem;
            line-height: 1.4em;
        }

@media (min-width: 62rem) {
    .block-compareBorrow .table thead tr th {
        min-width: auto;
    }
}

.block-compareBorrow .table thead tr th:last-child {
    border-right: 0;
}

.block-compareBorrow .table tbody tr td {
    font-size: 15px;
    width: 25%;
    min-width: 270px;
    background-color: #fff;
    padding: 0.75rem 1.5rem;
    border-width: 0 1px 1px 0;
    border-color: #d9d9d9;
    border-style: solid;
    vertical-align: top;
}

@media (min-width: 62rem) {
    .block-compareBorrow .table tbody tr td {
        min-width: auto;
    }
}

.block-compareBorrow .table tbody tr td .desc {
    font-size: 15px;
    color: #333333;
    line-height: 1.4em;
}

.block-compareBorrow .table tbody tr td .link {
    text-decoration: none;
    color: #0071bb;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    transition: all 0.3s;
}

    .block-compareBorrow .table tbody tr td .link:hover, .block-compareBorrow .table tbody tr td .link:focus {
        color: #ffcd00;
    }

.block-compareBorrow .table tbody tr td .prd-more {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    height: 40px;
    margin: 0.75rem 0;
    padding: 0 1.875rem;
    text-align: center;
    text-decoration: none;
    color: #333333;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    transition: all 0.3s;
}

    .block-compareBorrow .table tbody tr td .prd-more:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        content: '';
        background-color: #ffcd00;
        -khtml-border-radius: 40px;
        border-radius: 40px;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-compareBorrow .table tbody tr td .prd-more:after {
        position: absolute;
        z-index: 1;
        top: 3.5px;
        left: 3px;
        width: 100%;
        height: 40px;
        content: '';
        border-radius: 40px;
        background-color: #bfbfbf;
        z-index: 1;
    }

    .block-compareBorrow .table tbody tr td .prd-more span {
        margin-right: 10px;
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-compareBorrow .table tbody tr td .prd-more .fa {
        font-size: 18px;
        font-weight: 700;
        vertical-align: middle;
        color: #333333;
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-compareBorrow .table tbody tr td .prd-more:focus:before {
        top: 3.5px;
        left: 3px;
    }

    .block-compareBorrow .table tbody tr td .prd-more:focus span,
    .block-compareBorrow .table tbody tr td .prd-more:focus .fa {
        top: 3.5px;
        left: 3px;
    }

.block-compareBorrow .table tbody tr td.td-title {
    width: 100%;
    background-color: #d9d9d9;
    padding: 0.75rem 1.5rem;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    border: none;
}

.block-compareBorrow .table tbody tr td.td-titleCl {
    width: 100%;
    background-color: #00548b;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
}

.block-compareBorrow .table tbody tr td.rowspan {
    vertical-align: middle;
    border-bottom: none;
}

.block-compareBorrow .table tbody tr td:last-child {
    border-right: none;
}

.block-compareBorrow .table tbody tr:last-child td {
    border-bottom: none;
}

/*SO S├üNH THß║║*/
.block-compareCard {
    background-color: #f7f7f7;
    padding: 2.5rem 0;
}

    .block-compareCard h1 {
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        margin: 0 0 1.5rem;
        text-align: center;
    }

    .block-compareCard .block-chooseCard {
        background-color: #fff;
        padding: 1rem 1.5rem;
        font-size: 15px;
        color: #333333;
        margin: 0 0 2rem;
    }

        .block-compareCard .block-chooseCard .item {
            margin: 0 0 1rem;
        }

@media (min-width: 62rem) {
    .block-compareCard .block-chooseCard .item {
        margin: 0;
    }
}

.block-compareCard .block-chooseCard h3 {
    font-size: 15px;
    font-weight: 500;
    color: #0071bb;
    margin: 0 0 0.5rem;
}

    .block-compareCard .block-chooseCard h3 a {
        color: #0071bb;
        text-decoration: none;
    }

.block-compareCard .table {
    border-top: 5px solid #ffcd00;
    background-color: #fff;
}

    .block-compareCard .table thead tr th {
        width: 20%;
        min-width: 270px;
        font-size: 18px;
        font-weight: 700;
        color: #333333;
        margin: 0;
        padding: 1rem 1.5rem;
        vertical-align: top;
        min-height: 6rem;
        background-color: #fff;
        text-align: left;
        text-transform: none;
        line-height: 1.4em;
        border-width: 0 1px 1px 0;
        border-color: #d9d9d9;
        border-style: solid;
    }

@media (min-width: 62rem) {
    .block-compareCard .table thead tr th {
        min-width: auto;
    }
}

.block-compareCard .table thead tr th:last-child {
    border-right: 0;
}

.block-compareCard .table tbody tr td {
    width: 20%;
    min-width: 270px;
    background-color: #fff;
    padding: 1.5rem;
    border-width: 0 1px 1px 0;
    border-color: #d9d9d9;
    border-style: solid;
    vertical-align: top;
}

@media (min-width: 62rem) {
    .block-compareCard .table tbody tr td {
        min-width: auto;
    }
}

.block-compareCard .table tbody tr td .desc {
    font-size: 15px;
    color: #333333;
    line-height: 1.4em;
    min-height: 6rem;
}

.block-compareCard .table tbody tr td .thumb {
    text-align: center;
}

.block-compareCard .table tbody tr td p {
    position: relative;
    text-indent: 14px;
    font-size: 15px;
    color: #333333;
}

    .block-compareCard .table tbody tr td p:before {
        content: '\f111';
        font-family: "FontAwesome";
        font-size: 4.5px;
        color: #333333;
        position: absolute;
        top: 8px;
        left: -12px;
    }

.block-compareCard .table tbody tr td .italic {
    color: #666666;
    font-style: italic;
    margin: 0 0 1rem;
}

    .block-compareCard .table tbody tr td .italic p {
        margin: 0;
        font-style: normal;
        color: #333333;
    }

.block-compareCard .table tbody tr td .link {
    font-size: 15px;
    text-decoration: none;
    margin: 0.5rem 0;
    display: block;
}

.block-compareCard .table tbody tr td .register {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    height: 40px;
    margin: 0.75rem 0;
    padding: 0 1.875rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /* background-color: $scb-xanh; */
    -khtml-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    transition: all 0.3s;
}

    .block-compareCard .table tbody tr td .register:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        content: '';
        background-color: #0071bb;
        -khtml-border-radius: 40px;
        border-radius: 40px;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-compareCard .table tbody tr td .register:after {
        position: absolute;
        z-index: 1;
        top: 3.5px;
        left: 3px;
        width: 100%;
        height: 40px;
        content: '';
        border-radius: 40px;
        background-color: #bfbfbf;
        z-index: 1;
    }

    .block-compareCard .table tbody tr td .register span {
        margin-right: 10px;
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-compareCard .table tbody tr td .register .fa {
        font-size: 18px;
        font-weight: 700;
        vertical-align: middle;
        color: #fff;
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-compareCard .table tbody tr td .register:focus:before {
        top: 3.5px;
        left: 3px;
    }

    .block-compareCard .table tbody tr td .register:focus span,
    .block-compareCard .table tbody tr td .register:focus .fa {
        top: 3.5px;
        left: 3px;
    }

.block-compareCard .table tbody tr td.td-title {
    width: 100%;
    background-color: #d9d9d9;
    padding: 0.75rem 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    border: none;
}

.block-compareCard .table tbody tr td:last-child {
    border-right: none;
}

.block-compareCard .table tbody tr:last-child td {
    border-bottom: none;
}

/*CALCULATOR*/
.block-calculator {
    background-color: #f7f7f7;
    padding: 2.5rem 0;
}

    .block-calculator h1 {
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        margin: 0 0 1.5rem;
        text-align: center;
    }

.block-borrowCalculator {
    background-color: #00548b;
    margin: 0 0 0.75rem;
}

    .block-borrowCalculator .item {
        padding: 2rem 0;
        border-bottom: 1px solid #407fa8;
    }

        .block-borrowCalculator .item.btncal {
            padding: 1.5rem 0;
            text-align: center;
        }

@media (min-width: 48rem) {
    .block-borrowCalculator .item {
        padding: 2rem;
    }

        .block-borrowCalculator .item.btncal {
            padding: 1.5rem 5rem;
            text-align: right;
        }
}

@media (min-width: 62rem) {
    .block-borrowCalculator .item {
        padding: 3rem 5rem;
    }
}

.block-borrowCalculator h2,
.block-borrowCalculator h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #ffcd00;
    margin: 0 0 1rem;
    padding-left: 0.9375rem;
}

    .block-borrowCalculator h2 span,
    .block-borrowCalculator h3 span {
        position: relative;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background-color: #ffcd00;
        color: #00548b;
        vertical-align: middle;
        text-align: center;
        margin-right: 0.5rem;
        display: inline-block;
        -khtml-border-radius: 50%;
        border-radius: 50%;
    }

@media (min-width: 48rem) {
    .block-borrowCalculator h2 span,
    .block-borrowCalculator h3 span {
        position: absolute;
        margin-right: 0;
        right: 101%;
    }
}

.block-borrowCalculator .form-group {
    margin: 0 0 1rem;
}

    .block-borrowCalculator .form-group label {
        font-size: 14px;
        font-weight: 500;
        color: #cccccc;
        height: 30px;
        padding-top: 5px;
        margin-bottom: 0;
    }

        .block-borrowCalculator .form-group label .fa {
            color: #ffcd00;
        }

    .block-borrowCalculator .form-group .input-group input,
    .block-borrowCalculator .form-group .input-group select {
        height: 30px;
        line-height: 30px;
        padding: 0 0.75rem;
        background-color: #266d9c;
        border: 1px solid #004776;
        color: #fff;
        margin-right: 0.5rem;
    }

        .block-borrowCalculator .form-group .input-group input:hover, .block-borrowCalculator .form-group .input-group input:focus,
        .block-borrowCalculator .form-group .input-group select:hover,
        .block-borrowCalculator .form-group .input-group select:focus {
            border: 1px solid #004776;
        }

@media (max-width: 47.9rem) {
    .block-borrowCalculator .form-group .input-group input,
    .block-borrowCalculator .form-group .input-group select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
}

.block-borrowCalculator .form-group .input-group input[type="number"] {
    padding-right: 0;
}

.block-borrowCalculator .form-group .input-group span {
    color: #fff;
    font-size: 14px;
    padding: 0 0.5rem 0 0;
}

@media (max-width: 47.9rem) {
    .block-borrowCalculator .form-group .input-group span {
        margin-bottom: 0.75rem;
        display: block;
    }
}

.block-borrowCalculator .form-group .input-group .unit {
    display: inline-block;
    position: relative;
    margin-right: 0.5rem;
}

    .block-borrowCalculator .form-group .input-group .unit:after {
        content: 'VND';
        position: absolute;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        top: 5px;
        right: 10px;
    }

    .block-borrowCalculator .form-group .input-group .unit input {
        padding-right: 3rem;
        margin-right: 0;
    }

@media (max-width: 47.9rem) {
    .block-borrowCalculator .form-group .input-group .unit {
        margin-right: 0;
        width: 100%;
    }
}

.block-borrowCalculator .btn-cal {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    height: 40px;
    margin: 0.75rem 0;
    padding: 0 1.875rem;
    text-align: center;
    text-decoration: none;
    color: #333333;
    border: none;
    background: none;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    transition: all 0.3s;
}

    .block-borrowCalculator .btn-cal:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        content: '';
        background-color: #ffcd00;
        -khtml-border-radius: 40px;
        border-radius: 40px;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-borrowCalculator .btn-cal:after {
        position: absolute;
        z-index: 1;
        top: 3.5px;
        left: 3px;
        width: 100%;
        height: 40px;
        content: '';
        border-radius: 40px;
        background-color: #666666;
        z-index: 1;
    }

    .block-borrowCalculator .btn-cal span {
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-borrowCalculator .btn-cal .fa {
        font-size: 18px;
        font-weight: 700;
        vertical-align: middle;
        color: #333333;
        position: relative;
        z-index: 3;
        margin-right: 10px;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-borrowCalculator .btn-cal:focus:before {
        top: 3.5px;
        left: 3px;
    }

    .block-borrowCalculator .btn-cal:focus span,
    .block-borrowCalculator .btn-cal:focus .fa {
        top: 3.5px;
        left: 3px;
    }

.block-resultCalculator {
    background-color: #00548b;
    padding: 2rem 1rem;
}

@media (min-width: 48rem) {
    .block-resultCalculator {
        padding: 3rem 1.5rem;
    }
}

@media (min-width: 62rem) {
    .block-resultCalculator {
        padding: 3rem;
    }
}

.block-resultCalculator h4 {
    font-size: 30px;
    font-weight: 700;
    color: #ffcd00;
    margin: 0 0 1.5rem;
    text-align: left;
}

.block-resultCalculator p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.4em;
}

    .block-resultCalculator p span {
        color: #ffcd00;
    }

.block-resultCalculator .register-button {
    text-align: right;
    padding: 1.5rem 0;
}

    .block-resultCalculator .register-button .btn-register {
        font-size: 16px;
        line-height: 40px;
        position: relative;
        display: inline-block;
        height: 40px;
        margin: 0.75rem 0;
        padding: 0 1.875rem;
        text-align: center;
        text-decoration: none;
        color: #333333;
        border: none;
        background: none;
        -khtml-border-radius: 40px;
        border-radius: 40px;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

        .block-resultCalculator .register-button .btn-register:before {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            width: 100%;
            height: 40px;
            content: '';
            background-color: #ffcd00;
            -khtml-border-radius: 40px;
            border-radius: 40px;
            -webkit-transition: all 0.3s;
            -khtml-transition: all 0.3s;
            transition: all 0.3s;
        }

        .block-resultCalculator .register-button .btn-register:after {
            position: absolute;
            z-index: 1;
            top: 3.5px;
            left: 3px;
            width: 100%;
            height: 40px;
            content: '';
            border-radius: 40px;
            background-color: #666666;
            z-index: 1;
        }

        .block-resultCalculator .register-button .btn-register span {
            position: relative;
            z-index: 3;
            -webkit-transition: all 0.3s;
            -khtml-transition: all 0.3s;
            transition: all 0.3s;
        }

        .block-resultCalculator .register-button .btn-register .fa {
            font-size: 18px;
            font-weight: 700;
            vertical-align: middle;
            color: #333333;
            position: relative;
            z-index: 3;
            margin-right: 10px;
            -webkit-transition: all 0.3s;
            -khtml-transition: all 0.3s;
            transition: all 0.3s;
        }

        .block-resultCalculator .register-button .btn-register:focus:before {
            top: 3.5px;
            left: 3px;
        }

        .block-resultCalculator .register-button .btn-register:focus span,
        .block-resultCalculator .register-button .btn-register:focus .fa {
            top: 3.5px;
            left: 3px;
        }

.block-resultCalculator .desc h5 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.block-resultCalculator .desc p {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 1rem;
}

/*VAY TIEU DUNG*/
.block-calculatorLoans {
    background-color: #f7f7f7;
    padding: 2.5rem 0;
}

    .block-calculatorLoans h1 {
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        margin: 0 0 1.5rem;
        text-align: center;
    }

.block-loansCalculator {
    background-color: #00548b;
    margin: 0 0 0.75rem;
}

    .block-loansCalculator .item {
        padding: 2rem 0;
        border-bottom: 1px solid #407fa8;
    }

        .block-loansCalculator .item.btncal {
            padding: 1.5rem 0;
            text-align: center;
        }

@media (min-width: 48rem) {
    .block-loansCalculator .item {
        padding: 2rem;
    }

        .block-loansCalculator .item.btncal {
            padding: 1.5rem 2rem;
            text-align: right;
        }
}

.block-loansCalculator h2,
.block-loansCalculator h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #ffcd00;
    margin: 0 0 1rem;
    padding-left: 0.9375rem;
}

    .block-loansCalculator h2 span,
    .block-loansCalculator h3 span {
        position: relative;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background-color: #ffcd00;
        color: #00548b;
        vertical-align: middle;
        text-align: center;
        margin-right: 0.5rem;
        display: inline-block;
        -khtml-border-radius: 50%;
        border-radius: 50%;
    }

@media (min-width: 48rem) {
    .block-loansCalculator h2 span,
    .block-loansCalculator h3 span {
        position: absolute;
        margin-right: 0;
        right: 101%;
    }
}

.block-loansCalculator .form-group {
    margin: 0 0 1rem;
}

    .block-loansCalculator .form-group label {
        font-size: 14px;
        font-weight: 500;
        color: #cccccc;
        height: 30px;
        padding-top: 5px;
        margin-bottom: 0;
    }

        .block-loansCalculator .form-group label .fa {
            color: #ffcd00;
        }

    .block-loansCalculator .form-group .input-group input,
    .block-loansCalculator .form-group .input-group select {
        height: 30px;
        line-height: 30px;
        padding: 0 0.75rem;
        background-color: #266d9c;
        border: 1px solid #004776;
        color: #fff;
        margin-right: 0.5rem;
    }

        .block-loansCalculator .form-group .input-group input:hover, .block-loansCalculator .form-group .input-group input:focus,
        .block-loansCalculator .form-group .input-group select:hover,
        .block-loansCalculator .form-group .input-group select:focus {
            border: 1px solid #004776;
        }

@media (max-width: 47.9rem) {
    .block-loansCalculator .form-group .input-group input,
    .block-loansCalculator .form-group .input-group select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
}

.block-loansCalculator .form-group .input-group input[type="number"] {
    padding-right: 0;
}

.block-loansCalculator .form-group .input-group span {
    color: #fff;
    font-size: 14px;
    padding: 0 0.5rem 0 0;
}

@media (max-width: 47.9rem) {
    .block-loansCalculator .form-group .input-group span {
        margin-bottom: 0.75rem;
        display: block;
    }
}

.block-loansCalculator .form-group .input-group .unit {
    display: inline-block;
    position: relative;
    margin-right: 0.5rem;
}

    .block-loansCalculator .form-group .input-group .unit:after {
        content: 'VND';
        position: absolute;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        top: 5px;
        right: 10px;
    }

    .block-loansCalculator .form-group .input-group .unit input {
        padding-right: 3rem;
        margin-right: 0;
    }

@media (max-width: 47.9rem) {
    .block-loansCalculator .form-group .input-group .unit {
        margin-right: 0;
        width: 100%;
    }
}

.block-loansCalculator .form-group form {
    font-size: 14px;
    color: #fff;
}

    .block-loansCalculator .form-group form label {
        color: #fff;
        margin-right: 0.9375rem;
        cursor: pointer;
    }

        .block-loansCalculator .form-group form label input {
            display: inline-block;
            height: auto !important;
            line-height: 1 !important;
            vertical-align: middle;
            margin-top: -1px;
        }

@media (max-width: 47.9rem) {
    .block-loansCalculator .form-group form label {
        display: block;
    }

        .block-loansCalculator .form-group form label input {
            display: inline-block;
            width: auto !important;
            margin-bottom: 0 !important;
            margin-right: 0.75rem !important;
        }
}

.block-loansCalculator .btn-cal {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    height: 40px;
    margin: 0.75rem 0;
    padding: 0 1.875rem;
    text-align: center;
    text-decoration: none;
    color: #333333;
    border: none;
    background: none;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    transition: all 0.3s;
}

    .block-loansCalculator .btn-cal:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        content: '';
        background-color: #ffcd00;
        -khtml-border-radius: 40px;
        border-radius: 40px;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-loansCalculator .btn-cal:after {
        position: absolute;
        z-index: 1;
        top: 3.5px;
        left: 3px;
        width: 100%;
        height: 40px;
        content: '';
        border-radius: 40px;
        background-color: #666666;
        z-index: 1;
    }

    .block-loansCalculator .btn-cal span {
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-loansCalculator .btn-cal .fa {
        font-size: 18px;
        font-weight: 700;
        vertical-align: middle;
        color: #333333;
        position: relative;
        z-index: 3;
        margin-right: 10px;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-loansCalculator .btn-cal:focus:before {
        top: 3.5px;
        left: 3px;
    }

    .block-loansCalculator .btn-cal:focus span,
    .block-loansCalculator .btn-cal:focus .fa {
        top: 3.5px;
        left: 3px;
    }

.block-resultLoans {
    background-color: #00548b;
    position: relative;
    display: block;
    padding: 2rem 0.9375rem;
}

@media (min-width: 48rem) {
    .block-resultLoans {
        padding: 2rem;
    }
}

.block-resultLoans h4 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #ffcd00;
    margin: 0 0 1.5rem;
}

    .block-resultLoans h4 span {
        font-size: 24px;
        font-weight: 500;
        color: #cccccc;
        float: right;
        margin-top: 0.25rem;
    }

.block-resultLoans .table tr th {
    background-color: #e1e1e1;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    text-align: right;
    padding: 0.5rem 1rem;
}

    .block-resultLoans .table tr th.text-center {
        text-align: center;
    }

.block-resultLoans .table tr td {
    background-color: #00548b;
    color: #fff;
    text-align: right;
    padding: 0.5rem 1rem;
}

    .block-resultLoans .table tr td.text-center {
        text-align: center;
    }

.block-resultLoans .content p {
    font-size: 13px;
    color: #fff;
    text-align: right;
    font-style: italic;
    margin: 0;
}

/*Tra cuu thong tin giao dich*/
.title-Form, .block-formControlWrap h1 {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 1.5rem;
    text-align: center;
}

.block-formControlWrap {
    padding: 2.5rem 0;
    background-color: #f7f7f7;
}

    .block-formControlWrap .tabs ul.nav-tabs {
        padding: 0;
        margin: 0;
    }

        .block-formControlWrap .tabs ul.nav-tabs li {
            display: block;
            list-style: none;
            margin: 0;
            border-right: 1px solid #f2f2f2;
        }

@media (min-width: 48rem) {
    .block-formControlWrap .tabs ul.nav-tabs li {
        display: inline-block;
    }
}

.block-formControlWrap .tabs ul.nav-tabs li a {
    background-color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    border: none;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .block-formControlWrap .tabs ul.nav-tabs li a:hover, .block-formControlWrap .tabs ul.nav-tabs li a:focus, .block-formControlWrap .tabs ul.nav-tabs li a.active {
        background-color: #0071bb;
        border-bottom: none;
        color: #fff;
        border-color: #0071bb;
    }

.block-formControlWrap .tabs ul.nav-tabs li.active a {
    background-color: #0071bb;
    border-bottom: none;
    color: #fff;
    border-color: #0071bb;
}

.block-formControlWrap .tabs .tab-content {
    padding: 0;
}

.block-formControl {
    background-color: #fff;
    padding-bottom: 2rem;
}

    .block-formControl h2 {
        font-size: 1.286rem;
        font-weight: 600;
        color: #fff;
        background-color: #0071bb;
        margin: 0 0 1.5rem;
        padding: 0.5rem 1rem;
        line-height: 1.4em;
        text-transform: uppercase;
    }

        .block-formControl h2.cal-title {
            margin: 0;
        }

    .block-formControl .form-group {
        margin: 0 0 1rem;
    }

        .block-formControl .form-group label {
            font-size: 0.938rem;
            font-weight: 500;
            text-align: left;
            margin: 0;
            padding-top: 0.35rem;
            padding-bottom: 0.35rem;
        }

            .block-formControl .form-group label .req {
                color: red;
            }

            .block-formControl .form-group label.notpd {
                padding-top: 0;
            }

@media (min-width: 62rem) {
    .block-formControl .form-group label {
        text-align: right;
    }
}

.block-formControl .form-group .not {
    display: none;
}

@media (min-width: 62rem) {
    .block-formControl .form-group .not {
        display: block;
    }
}

.block-formControl .form-group input,
.block-formControl .form-group select {
    border: 1px solid #d9d9d9;
    color: #333333;
    padding: 0.35rem 0.5rem;
    width: 100%;
    vertical-align: middle;
}

    .block-formControl .form-group input[type="radio"] {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.block-formControl .form-group .code {
    display: block;
    margin-bottom: 0.5rem;
}

.block-formControl .form-group .note-exchange {
    padding: 0.35rem 0;
    font-size: 0.938rem;
}

    .block-formControl .form-group .note-exchange p {
        margin: 0 0 0.75rem;
    }

.block-formControl .form-group .note {
    border: none;
    line-height: 1.4em;
    text-align: left;
    display: block;
    padding: 0.5rem 0;
}

.block-formControl .group-wrap h3 {
    font-size: 1.143em;
    font-weight: 500;
    text-align: center;
    background-color: #37b5e8;
    margin: 0 0 1.5rem;
    color: #fff;
    display: block;
    padding: 0.35rem 1rem;
    line-height: 1.4em;
}

.block-formControl .group-wrap .form-group .unit {
    width: 250px;
    display: inline-block;
    margin-right: 0.75rem;
}

.block-formControl .group-wrap .form-group a,
.block-formControl .group-wrap .form-group span {
    font-size: 0.938rem;
    font-weight: 500;
    color: #37b5e8;
    padding: 0.35rem 0;
    display: inline-block;
}

    .block-formControl .group-wrap .form-group a.req,
    .block-formControl .group-wrap .form-group span.req {
        color: red;
    }

    .block-formControl .group-wrap .form-group a.text-bot,
    .block-formControl .group-wrap .form-group span.text-bot {
        float: left;
        padding: 0.35rem 0;
    }

        .block-formControl .group-wrap .form-group a.text-bot.percent,
        .block-formControl .group-wrap .form-group span.text-bot.percent {
            margin-bottom: 0.75rem;
        }

@media (min-width: 62rem) {
    .block-formControl .group-wrap .form-group a.text-bot.percent,
    .block-formControl .group-wrap .form-group span.text-bot.percent {
        position: absolute;
        right: 0;
    }
}

.block-formControl .group-wrap .form-group .btn-submit span,
.block-formControl .group-wrap .form-group .btn-reset span {
    color: #fff;
    padding: 0;
}

.block-formControl .group-wrap .form-group .plan-group input.form-small {
    width: 100%;
    float: left;
    margin-right: 0.5rem;
}

@media (min-width: 62rem) {
    .block-formControl .group-wrap .form-group .plan-group input.form-small {
        width: 80%;
        margin-bottom: 0;
    }
}

.block-formControl .group-wrap .form-group .label {
    font-size: 0.938rem;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    display: block;
}

    .block-formControl .group-wrap .form-group .label .fa {
        margin-right: 0.25rem;
    }

    .block-formControl .group-wrap .form-group .label .fa,
    .block-formControl .group-wrap .form-group .label span {
        color: #333333;
    }

    .block-formControl .group-wrap .form-group .label.text-right {
        text-align: left;
    }

@media (min-width: 62rem) {
    .block-formControl .group-wrap .form-group .label.text-right {
        text-align: right;
    }
}

.block-formControl .group-wrap .form-group .label .showtip {
    color: #333333;
    text-decoration: none;
}

@media (min-width: 48rem) {
    .block-formControl .group-wrap .pdl0 {
        padding-left: 0;
    }
}

@media (min-width: 48rem) {
    .block-formControl .group-wrap .pdr0 {
        padding-right: 0;
    }
}

.block-formControl .gadget_content {
    text-align: right;
    padding: 0 0 1.5rem 0;
}

    .block-formControl .gadget_content ul {
        margin: 0;
        padding: 0;
    }

        .block-formControl .gadget_content ul li {
            display: block;
            list-style: none;
            padding: 0.25rem 1rem 0.25rem 1.5rem;
            text-align: left;
        }

@media (min-width: 48rem) {
    .block-formControl .gadget_content ul li {
        display: inline-block;
        text-align: center;
    }
}

.block-formControl .gadget_content ul li a {
    font-size: 0.938rem;
    font-weight: 500;
    color: #333333;
}

.block-formControl .gadget_content ul li.gad1 {
    background: url("/PublishingImages/images/ico_hdsd.png") no-repeat top left;
    background-position: 0 7px;
}

.block-formControl .gadget_content ul li.gad2 {
    background: url("/PublishingImages/images/ico_mauexcel.png") no-repeat top left;
    background-position: 0 7px;
}

.block-formControl .gadget_content ul li.gad3 {
    background: url("/PublishingImages/images/ico_ghichu.png") no-repeat top left;
    background-position: 0 7px;
}

.block-formControl .content_note {
    padding: 0 0 2rem 0;
    margin: 0;
}

    .block-formControl .content_note .desc {
        font-size: 0.938rem;
    }

        .block-formControl .content_note .desc span.req {
            color: red;
        }

        .block-formControl .content_note .desc p {
            margin: 0;
            line-height: 1.4em;
        }

.block-formControl .btn-submit,
.block-formControl .btn-reset {
    font-size: 14px;
    line-height: 35px;
    position: relative;
    display: inline-block;
    height: 35px;
    margin: 0.75rem 0;
    padding: 0 1.875rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    background: #0071bb;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .block-formControl .btn-submit span,
    .block-formControl .btn-reset span {
        color: #fff;
        padding: 0;
    }

    .block-formControl .btn-submit:hover, .block-formControl .btn-submit:focus,
    .block-formControl .btn-reset:hover,
    .block-formControl .btn-reset:focus {
        background-color: #005288;
    }

.block-calculatorTools {
    padding: 2rem 0;
}

    .block-calculatorTools .item {
        position: relative;
        display: block;
        margin: 0 0 0.5rem;
        border-width: 1px 0px 0px 1px;
        border-style: solid;
        border-color: #e6e6e6;
        padding: 0.5rem 0;
        -khtml-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .block-calculatorTools .item:before, .block-calculatorTools .item:after {
            content: '';
            display: table;
            clear: both;
        }

        .block-calculatorTools .item .thumb {
            display: inline-block;
            float: left;
            width: 30%;
            text-align: center;
        }

@media (min-width: 48rem) {
    .block-calculatorTools .item .thumb {
        width: 20%;
    }
}

.block-calculatorTools .item .desc {
    display: inline-block;
    float: left;
    width: 70%;
}

@media (min-width: 48rem) {
    .block-calculatorTools .item .desc {
        width: 80%;
    }
}

.block-calculatorTools .item .desc h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4em !important;
}

    .block-calculatorTools .item .desc h3 a {
        color: #0071bb;
    }

.block-calculatorTools .item .desc .content {
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.4em !important;
}

.block-calculatorTools .calculator-img {
    text-align: center;
}

/*Trai Phieu*/
.block-bondWrap .tabs ul.nav-tabs {
    border: none;
}

    .block-bondWrap .tabs ul.nav-tabs li {
        display: block;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
    }

@media (min-width: 62rem) {
    .block-bondWrap .tabs ul.nav-tabs li {
        border-right: 1px solid #f2f2f2;
        border-bottom: none;
        display: inline-block;
        width: auto;
    }
}

.block-bondWrap .tabs ul.nav-tabs li a {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
}

.block-bondWrap .tabs .tab-content {
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #cccccc;
    margin: 0;
}

    .block-bondWrap .tabs .tab-content .block-bond h2 {
        font-size: 1.286rem;
        font-weight: 600;
        color: #fff;
        background-color: #0071bb;
        margin: 0;
        padding: 0.5rem 1rem;
        line-height: 1.4em;
        text-transform: uppercase;
        text-align: center;
    }

    .block-bondWrap .tabs .tab-content .block-bond h4 {
        font-size: 1.071rem;
        font-weight: 600;
        color: #0071bb;
        margin: 0 0 0.5rem;
        line-height: 1.4em;
    }

    .block-bondWrap .tabs .tab-content .block-bond .date_form {
        display: block;
        text-align: center;
        font-size: 0.938rem;
        font-weight: 500;
        padding: 0.5rem 0;
    }

        .block-bondWrap .tabs .tab-content .block-bond .date_form span {
            color: red;
        }

    .block-bondWrap .tabs .tab-content .block-bond .table thead th {
        font-size: 0.938rem;
        font-weight: 600;
        line-height: 1.2em;
        background-color: #37b5e8;
        color: #fff;
        text-transform: none;
    }

    .block-bondWrap .tabs .tab-content .block-bond .table tbody td {
        text-align: center;
        color: #00548b;
        font-weight: 600;
        font-size: 0.938rem;
    }

        .block-bondWrap .tabs .tab-content .block-bond .table tbody td.green {
            color: green;
        }

        .block-bondWrap .tabs .tab-content .block-bond .table tbody td.red {
            color: red;
        }

    .block-bondWrap .tabs .tab-content .block-bond .note-bond {
        font-size: 0.938rem;
        font-weight: 500;
    }

    .block-bondWrap .tabs .tab-content .block-bond .bond-img {
        text-align: center;
    }

    .block-bondWrap .tabs .tab-content .block-bond ul {
        margin: 0;
        padding: 0;
    }

        .block-bondWrap .tabs .tab-content .block-bond ul li {
            font-size: 0.938rem;
            font-weight: 500;
            margin: 0 0 0.25rem;
            list-style: none;
            position: relative;
            padding-left: 1rem;
        }

            .block-bondWrap .tabs .tab-content .block-bond ul li:before {
                content: '\f111';
                font-family: "FontAwesome";
                font-size: 6px;
                position: absolute;
                left: 0;
                top: 7px;
            }

    .block-bondWrap .tabs .tab-content .block-bond .note-bondOther {
        color: #0071bb;
        font-size: 1rem;
        line-height: 1.4em;
        font-style: italic;
        font-weight: 600;
    }          

/*****CUSTOM****/
.concern .article h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
    margin: 0 0 1rem;
}

.concern .article .text-title {
    display: block;
    color: #0071bb;
    font-weight: 700;
}

.concern .article .fa {
    min-height: 5rem;
}

.concern .article .text-muted {
    line-height: 1.4rem;
}

.concern.cart .article .fa {
    display: inline-block;
    width: 60px;
}

.concern.cart .article .content {
    display: inline-block;
    width: 73%;
}

@media (max-width: 47.9rem) {
    .concern.cart .article .content {
        width: 72%;
    }
}

.input-box {
    position: relative;
}

    .input-box .error {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: block !important;
        padding: 0 !important;
        text-align: center;
    }

        .input-box .error:after {
            content: '\f071';
            font-family: "FontAwesome";
            font-size: 12px;
            color: red;
            vertical-align: middle;
        }

@media (max-width: 74.9rem) {
    .dropdown-menu .container {
        overflow-y: auto;
        white-space: nowrap;
    }

        .dropdown-menu .container .row > div {
            display: inline-block;
            float: none;
        }

        .dropdown-menu .container .row .col-lg-3 {
            display: none;
        }
    /*.yammcnt .col-lg-8,.yammcnt .col-lg-8 .col-lg-2,.yammcnt .col-lg-9,.yammcnt .col-lg-11{width:auto}
    .yammcnt .col-lg-8 .mrb-30,.yammcnt .col-lg-11 .mrb-30{margin-bottom:0}
    .yammcnt .col-lg-11 .col-md-4,.yammcnt .col-lg-11 .col-md-2{width:auto}
	header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul{
	background:#f7f7f7;}	

	header .subheader .container .yamm .navbar-collapse .yammcnt .text-link{line-height:1.5rem}
	header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul li, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul li{
	border-color:#bfbfbf
}*/
    header .subheader .container .yamm .navbar-collapse .yammcnt .thumb {
        display: none;
    }
}

/**/
@media (max-width: 48rem) {

    header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu {
        display: none;
    }

    header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu {
        display: block;
    }

    header .subheader .container .yamm .dropdown.yamm-fullwidth .dropdown-menu .col-md-4, header .subheader .container .yamm .dropdown.yamm-fullwidth .dropdown-menu .col-lg-2,
    header .subheader .container .yamm .dropdown.yamm-fullwidth .dropdown-menu .col-md-2 {
        width: 100%;
        margin: 0;
        float: left;
    }

    .dropdown-menu .container .row > div {
        display: inline-block;
        float: none;
    }
}


/*@media (max-width: 62rem){
	.yammcnt .col-lg-9{width:auto}
	header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item.open .dropdown-menu ul, header .subheader .container .yamm .navbar-collapse .navbar-nav.ml > .nav-item:hover .dropdown-menu ul{
	background:none;
}	
}*/
/*# sourceMappingURL=style.css.map */

/*24/01/2017*/


/*28/05/2019*/
@media screen and (min-width: 1400px) {
    .home-slider .swiper-container .swiper-slide {
        display: block !important;
        background-size: cover;
        height:530px;
        /* background-repeat: no-repeat; */
    }
	.home-slider .swiper-container .right{
        height:530px;
        background-position: top right !important;
    }
	.home-slider .swiper-container .left{
        height:530px;
        background-position: top left !important;
    }
}
@media screen and (min-width: 1400px) {
    .home-slider .swiper-container .swiper-slide {
        display: block !important;
        background-size: cover;
        height: 530px;
        /* background-repeat: no-repeat; */
    }
	.home-slider .swiper-container .right{
        height:530px;
        background-position: top right !important;
    }
	.home-slider .swiper-container .left{
        height:530px;
        background-position: top left !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 520px) {
    .home-slider .swiper-container .swiper-slide {
        height: 530px !important;
        background-size: cover;
        background-position: 830px;
    }
	.home-slider .swiper-container .right{
        height:530px;
        background-position: top right !important;
    }
	.home-slider .swiper-container .left{
        height:530px;
        background-position: top left !important;
    }
}

@media only screen and (max-width:1000px) {    
   
    .home-slider .swiper-container .swiper-slide {
        height:530px;
        background-position: top center;
    }
	
	.home-slider .swiper-container .right{
        height:530px;
        background-position: top right !important;
    }
	.home-slider .swiper-container .left{
        height:530px;
        background-position: top left !important;
    }
}

@media only screen and (max-width:767px) {
    
    .home-slider .swiper-container .swiper-slide {
        height:530px;
        background-position: top center;
    }
	.home-slider .swiper-container .right{
        height:530px;
        background-position: top right !important;
    }
	.home-slider .swiper-container .left{
        height:530px;
        background-position: top left !important;
    }
 
}
@media only screen and (max-width:767px) {
    
    .home-slider .swiper-container .swiper-slide {
        line-height: normal;
        padding-top: 10px;
        display: table
    }   
	
}

@media (min-width:1150px) and (max-width:1280px) {
    .home-slider .swiper-container .swiper-slide {
        height:530px;
        background-position: top center;
		
		background-size: cover;
    }
	.home-slider .swiper-container .right{
        height:530px;
        background-position: top right !important;
    }
	.home-slider .swiper-container .left{
        height:530px;
        background-position: top left !important;
    }
    
}

@media (min-width:1000px) and (max-width:1146px) {
    
    .home-slider .swiper-container .swiper-slide {
        height:530px;
        background-position: top center;
		
		background-size: cover;
    }  
	.home-slider .swiper-container .right{
        height:530px;
        background-position: top right !important;
    }
	.home-slider .swiper-container .left{
        height:530px;
        background-position: top left !important;
    }
}
@media (min-width:1270px) and (max-width:1366px) {
    
    .home-slider .swiper-container .swiper-slide {
        height:530px;
        background-position: top center;		
    }  
	.home-slider .swiper-container .right{
        height:530px;
        background-position: top right !important;
    }
	.home-slider .swiper-container .left{
        height:530px;
        background-position: top left !important;
    }
}

@media only screen and (min-width:520px) and (max-width:767px) {
   
    .home-slider .swiper-container .swiper-slide {
       height:530px;
        background-position: top center;
		
		background-size: cover;
    }
	.home-slider .swiper-container .right{
        height:530px;
        background-position: top right !important;
    }
	.home-slider .swiper-container .left{
        height:530px;
        background-position: top left !important;
    }
}

/* text slide */
@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide .title {
        font-size: 1rem;
        top: inherit;
        bottom: 10rem;
        color: #fff;
       text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.0);
    }
       
}

@media (min-width:520px) and (max-width:767px) {
    .home-slider .swiper-container .swiper-slide .title {
        font-size: 1rem;
        font-weight: 700;
        top: inherit;
        bottom: 3rem;
        color: #fff;
        /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);*/
    }
}

@media (min-width: 62rem) {
    .home-slider .swiper-container .swiper-slide .title .tieude-slide {
        font-size: 2.0rem;
        color: #0a4595;
    }
}

@media (min-width: 62rem) {
    .home-slider .swiper-container .swiper-slide .title .mota-slide {
        font-size: 1rem;
        color: #454545;
        padding: 10px 0px 10px 0px;
    }
}

@media (min-width: 62rem) {
    .home-slider .swiper-container .swiper-slide .title .btn-slide {
        font-size: 1rem;
    }
}


@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide .title .tieude-slide {
        font-size: 2.0rem;
        font-weight: 700;
        color: #0a4595;
        /*line-height:68px;*/
    }
}

@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide .title .mota-slide {
        font-size: 1rem;
        color: #454545;
        padding: 10px 0px 10px 0px;
    }
}

@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide .title .btn-slide {
        font-size: 1rem;
        padding-top: 5px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .home-slider .swiper-container .swiper-slide .title {
        font-size: 1rem;
        font-weight: 700;
        top: 2.5rem;
        bottom: inherit;
        color: #fff;
        /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);*/
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .home-slider .swiper-container .swiper-slide .title .tieude-slide {
        font-size: 1.4rem;
        color: #0a4595;
        /*line-height:48px;*/
        text-align: center !important;
        padding: 0px 36px 0px 36px !important;

    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .home-slider .swiper-container .swiper-slide .title .mota-slide {
        font-size: 1rem;
        font-weight: 400;
        color: #454545;
        padding: 10px 36px 10px 36px !important;
        text-align: center !important;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .home-slider .swiper-container .swiper-slide .title .btn-slide {
        font-size: 1rem;
        text-align: center !important;
        padding-top: 5px !important;
    }
}




/*
@media (max-width: 767px) and (min-width: 320px){
header.home {
    position: absolute;
    margin-top: 0rem;
}
}
*/
/*
@media (max-width: 767px) and (min-width: 320px){
header {
	background-position: 0% 0%;   
    width: 100%;
	
	background-color: transparent !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
	position:fixed;
	background-image:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,0.0)) !important !important;
	
	
}
}
*/

/*=== op 2 =======*/
.home-slider .swiper-container .swiper-slide .title-white {
    width: 100%;
    position: absolute;
    top: 0.5rem;
    left: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    padding-right: 0.5rem;
    z-index: 2;
}

@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide .title-white {
        font-size: 1rem;
        font-weight: 700;
        top: inherit;
        bottom: 10rem;
        color: #ffffff;
        /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);*/
    }
}

@media (min-width:520px) and (max-width:767px) {
    .home-slider .swiper-container .swiper-slide .title-white {
        font-size: 1rem;
        top: inherit;
        bottom: 3rem;
        color: #ffffff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    }
}

@media (min-width: 62rem) {
    .home-slider .swiper-container .swiper-slide .title-white .tieude-slide-white {
        font-size: 2.0rem;
        color: #ffffff;
    }
}

@media (min-width: 62rem) {
    .home-slider .swiper-container .swiper-slide .title-white .mota-slide-white {
        font-size: 1rem;
        color: #ffffff;
        padding: 10px 0px 10px 0px;
    }
}

@media (min-width: 62rem) {
    .home-slider .swiper-container .swiper-slide .title-white .btn-slide-white {
        font-size: 1rem;
    }
}


@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide .title-white .tieude-slide-white {
        font-size: 2.0rem;
        color: #ffffff;
        /*line-height:68px;*/
    }
}

@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide .title-white .mota-slide-white {
        font-size: 1rem;
        color: #ffffff;
        padding: 10px 0px 10px 0px;
        font-weight: 400;
    }
}

@media (min-width: 48rem) {
    .home-slider .swiper-container .swiper-slide .title-white .btn-slide-white {
        font-size: 1rem;
        padding-top: 5px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .home-slider .swiper-container .swiper-slide .title-white {
        font-size: 1rem;
        font-weight: 700;
        top: 2.5rem;
        bottom: inherit;
        color: #ffffff;
        /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);*/
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .home-slider .swiper-container .swiper-slide .title-white .tieude-slide-white {
        font-size: 1.4rem;
        color: #ffffff;
        /*line-height:48px;*/
        text-align: center !important;
        padding: 0px 36px 10px 36px !important;

    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .home-slider .swiper-container .swiper-slide .title-white .mota-slide-white {
        font-size: 1rem;
        font-weight: 400;
        color: #ffffff;
        padding: 10px 36px 10px 36px !important;
        text-align: center !important;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .home-slider .swiper-container .swiper-slide .title-white .btn-slide-white {
        font-size: 1rem;
        text-align: center !important;
        padding-top: 5px !important;
    }
}

/*==================*/
