﻿@charset "UTF-8";
/* grid system */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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;
}

    a:active,
    a:hover {
        outline: 0;
    }

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 {
    -webkit-box-sizing: content-box;
    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"] {
        -webkit-box-sizing: border-box;
        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;
        -webkit-box-sizing: content-box;
        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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    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;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../../../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../../../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.lt-ie9 .container {
    width: 1000px !important;
}

@media (min-width: 768px) {
    .container {
        width: 760px;
    }
}

@media (min-width: 1000px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        /*width: 1160px;*/
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.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: 768px) {
    .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: 1000px) {
    .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: 1200px) {
    .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%;
    }
}

.lt-ie9 .col-sm-1, .lt-ie9 .col-sm-2, .lt-ie9 .col-sm-3, .lt-ie9 .col-sm-4, .lt-ie9 .col-sm-5, .lt-ie9 .col-sm-6, .lt-ie9 .col-sm-7, .lt-ie9 .col-sm-8, .lt-ie9 .col-sm-9, .lt-ie9 .col-sm-10, .lt-ie9 .col-sm-11, .lt-ie9 .col-sm-12 {
    float: left;
}

.lt-ie9 .col-sm-1 {
    width: 8.33333%;
}

.lt-ie9 .col-sm-2 {
    width: 16.66667%;
}

.lt-ie9 .col-sm-3 {
    width: 25%;
}

.lt-ie9 .col-sm-4 {
    width: 33.33333%;
}

.lt-ie9 .col-sm-5 {
    width: 41.66667%;
}

.lt-ie9 .col-sm-6 {
    width: 50%;
}

.lt-ie9 .col-sm-7 {
    width: 58.33333%;
}

.lt-ie9 .col-sm-8 {
    width: 66.66667%;
}

.lt-ie9 .col-sm-9 {
    width: 75%;
}

.lt-ie9 .col-sm-10 {
    width: 83.33333%;
}

.lt-ie9 .col-sm-11 {
    width: 91.66667%;
}

.lt-ie9 .col-sm-12 {
    width: 100%;
}

.lt-ie9 .col-sm-pull-0 {
    right: auto;
}

.lt-ie9 .col-sm-pull-1 {
    right: 8.33333%;
}

.lt-ie9 .col-sm-pull-2 {
    right: 16.66667%;
}

.lt-ie9 .col-sm-pull-3 {
    right: 25%;
}

.lt-ie9 .col-sm-pull-4 {
    right: 33.33333%;
}

.lt-ie9 .col-sm-pull-5 {
    right: 41.66667%;
}

.lt-ie9 .col-sm-pull-6 {
    right: 50%;
}

.lt-ie9 .col-sm-pull-7 {
    right: 58.33333%;
}

.lt-ie9 .col-sm-pull-8 {
    right: 66.66667%;
}

.lt-ie9 .col-sm-pull-9 {
    right: 75%;
}

.lt-ie9 .col-sm-pull-10 {
    right: 83.33333%;
}

.lt-ie9 .col-sm-pull-11 {
    right: 91.66667%;
}

.lt-ie9 .col-sm-pull-12 {
    right: 100%;
}

.lt-ie9 .col-sm-push-0 {
    left: auto;
}

.lt-ie9 .col-sm-push-1 {
    left: 8.33333%;
}

.lt-ie9 .col-sm-push-2 {
    left: 16.66667%;
}

.lt-ie9 .col-sm-push-3 {
    left: 25%;
}

.lt-ie9 .col-sm-push-4 {
    left: 33.33333%;
}

.lt-ie9 .col-sm-push-5 {
    left: 41.66667%;
}

.lt-ie9 .col-sm-push-6 {
    left: 50%;
}

.lt-ie9 .col-sm-push-7 {
    left: 58.33333%;
}

.lt-ie9 .col-sm-push-8 {
    left: 66.66667%;
}

.lt-ie9 .col-sm-push-9 {
    left: 75%;
}

.lt-ie9 .col-sm-push-10 {
    left: 83.33333%;
}

.lt-ie9 .col-sm-push-11 {
    left: 91.66667%;
}

.lt-ie9 .col-sm-push-12 {
    left: 100%;
}

.lt-ie9 .col-sm-offset-0 {
    margin-left: 0%;
}

.lt-ie9 .col-sm-offset-1 {
    margin-left: 8.33333%;
}

.lt-ie9 .col-sm-offset-2 {
    margin-left: 16.66667%;
}

.lt-ie9 .col-sm-offset-3 {
    margin-left: 25%;
}

.lt-ie9 .col-sm-offset-4 {
    margin-left: 33.33333%;
}

.lt-ie9 .col-sm-offset-5 {
    margin-left: 41.66667%;
}

.lt-ie9 .col-sm-offset-6 {
    margin-left: 50%;
}

.lt-ie9 .col-sm-offset-7 {
    margin-left: 58.33333%;
}

.lt-ie9 .col-sm-offset-8 {
    margin-left: 66.66667%;
}

.lt-ie9 .col-sm-offset-9 {
    margin-left: 75%;
}

.lt-ie9 .col-sm-offset-10 {
    margin-left: 83.33333%;
}

.lt-ie9 .col-sm-offset-11 {
    margin-left: 91.66667%;
}

.lt-ie9 .col-sm-offset-12 {
    margin-left: 100%;
}

.lt-ie9 .col-md-1, .lt-ie9 .col-md-2, .lt-ie9 .col-md-3, .lt-ie9 .col-md-4, .lt-ie9 .col-md-5, .lt-ie9 .col-md-6, .lt-ie9 .col-md-7, .lt-ie9 .col-md-8, .lt-ie9 .col-md-9, .lt-ie9 .col-md-10, .lt-ie9 .col-md-11, .lt-ie9 .col-md-12 {
    float: left;
}

.lt-ie9 .col-md-1 {
    width: 8.33333%;
}

.lt-ie9 .col-md-2 {
    width: 16.66667%;
}

.lt-ie9 .col-md-3 {
    width: 25%;
}

.lt-ie9 .col-md-4 {
    width: 33.33333%;
}

.lt-ie9 .col-md-5 {
    width: 41.66667%;
}

.lt-ie9 .col-md-6 {
    width: 50%;
}

.lt-ie9 .col-md-7 {
    width: 58.33333%;
}

.lt-ie9 .col-md-8 {
    width: 66.66667%;
}

.lt-ie9 .col-md-9 {
    width: 75%;
}

.lt-ie9 .col-md-10 {
    width: 83.33333%;
}

.lt-ie9 .col-md-11 {
    width: 91.66667%;
}

.lt-ie9 .col-md-12 {
    width: 100%;
}

.lt-ie9 .col-md-pull-0 {
    right: auto;
}

.lt-ie9 .col-md-pull-1 {
    right: 8.33333%;
}

.lt-ie9 .col-md-pull-2 {
    right: 16.66667%;
}

.lt-ie9 .col-md-pull-3 {
    right: 25%;
}

.lt-ie9 .col-md-pull-4 {
    right: 33.33333%;
}

.lt-ie9 .col-md-pull-5 {
    right: 41.66667%;
}

.lt-ie9 .col-md-pull-6 {
    right: 50%;
}

.lt-ie9 .col-md-pull-7 {
    right: 58.33333%;
}

.lt-ie9 .col-md-pull-8 {
    right: 66.66667%;
}

.lt-ie9 .col-md-pull-9 {
    right: 75%;
}

.lt-ie9 .col-md-pull-10 {
    right: 83.33333%;
}

.lt-ie9 .col-md-pull-11 {
    right: 91.66667%;
}

.lt-ie9 .col-md-pull-12 {
    right: 100%;
}

.lt-ie9 .col-md-push-0 {
    left: auto;
}

.lt-ie9 .col-md-push-1 {
    left: 8.33333%;
}

.lt-ie9 .col-md-push-2 {
    left: 16.66667%;
}

.lt-ie9 .col-md-push-3 {
    left: 25%;
}

.lt-ie9 .col-md-push-4 {
    left: 33.33333%;
}

.lt-ie9 .col-md-push-5 {
    left: 41.66667%;
}

.lt-ie9 .col-md-push-6 {
    left: 50%;
}

.lt-ie9 .col-md-push-7 {
    left: 58.33333%;
}

.lt-ie9 .col-md-push-8 {
    left: 66.66667%;
}

.lt-ie9 .col-md-push-9 {
    left: 75%;
}

.lt-ie9 .col-md-push-10 {
    left: 83.33333%;
}

.lt-ie9 .col-md-push-11 {
    left: 91.66667%;
}

.lt-ie9 .col-md-push-12 {
    left: 100%;
}

.lt-ie9 .col-md-offset-0 {
    margin-left: 0%;
}

.lt-ie9 .col-md-offset-1 {
    margin-left: 8.33333%;
}

.lt-ie9 .col-md-offset-2 {
    margin-left: 16.66667%;
}

.lt-ie9 .col-md-offset-3 {
    margin-left: 25%;
}

.lt-ie9 .col-md-offset-4 {
    margin-left: 33.33333%;
}

.lt-ie9 .col-md-offset-5 {
    margin-left: 41.66667%;
}

.lt-ie9 .col-md-offset-6 {
    margin-left: 50%;
}

.lt-ie9 .col-md-offset-7 {
    margin-left: 58.33333%;
}

.lt-ie9 .col-md-offset-8 {
    margin-left: 66.66667%;
}

.lt-ie9 .col-md-offset-9 {
    margin-left: 75%;
}

.lt-ie9 .col-md-offset-10 {
    margin-left: 83.33333%;
}

.lt-ie9 .col-md-offset-11 {
    margin-left: 91.66667%;
}

.lt-ie9 .col-md-offset-12 {
    margin-left: 100%;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > 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 col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .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:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
    }

    .btn.disabled, .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.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 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.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;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #337ab7;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 3;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    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;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.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-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }
.policy {
    width: 75px;
    /*margin-bottom: 10px;*/
    margin-left: 10px;
}
#policy {
    padding-top: 0px !important;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 1000px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    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: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.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;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

html:not(.lt-ie9) .visible-xs {
    display: none !important;
}

.visible-xs {
    display: none !important;
}

html:not(.lt-ie9) .visible-sm {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

html:not(.lt-ie9) .visible-md {
    display: none !important;
}

.visible-md {
    display: none !important;
}

html:not(.lt-ie9) .visible-lg {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    html:not(.lt-ie9) .hidden-xs {
        display: none !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    html:not(.lt-ie9) .hidden-sm {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    html:not(.lt-ie9) .hidden-md {
        display: none !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie9) .hidden-lg {
        display: none !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

html:not(.lt-ie9) .visible-print {
    display: none !important;
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !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 {
    html:not(.lt-ie9) .hidden-print {
        display: none !important;
    }

    .hidden-print {
        display: none !important;
    }
}

/* variables */
/* set global config vars */
/* defualt page width setting(PC) */
/* off canvas menu width *eg. 70px or 70% */
/* main slide margin top */
/* header height */
/* footer height */
/* global body setting */
/* default font family */
/*Arial*/
/* text sizing multiplier */
/* text sizing */
/* default theme color */
/* special theme */
/* insert special theme for this website */
/* text sizing */
/* reset */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "KitithadaBold";
    font-weight: normal;
}

.clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ol, ul {
    list-style: none;
}

/* remove link outline */
h1, h2, h3, h4, h5, h6 {
    font-family: "KitithadaBold";
    font-weight: normal;
}

p, span, a {
    font-family: "KitithadaBold";
    font-weight: normal;
}

h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 22px;
}

h1 {
    font-size: 66px;
    line-height: 66px;
}

h2 {
    font-size: 40px;
    line-height: 40px;
}

h3 {
    font-size: 28px;
    line-height: 28px;
}

p, a, span {
    font-size: 24px;
    line-height: 24px;
}

a {
    text-decoration: none;
    outline: 0;
    outline-style: none;
}

    a:hover {
        text-decoration: none;
        outline: 0;
        outline-style: none;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
        outline-style: none;
    }

    a:active {
        text-decoration: none;
        outline: 0;
        outline-style: none;
    }

@media screen and (max-width: 767px) {
    h1 {
        font-size: 44px;
        line-height: 44px;
    }
    /*h2 {
        font-size: 32px;
        line-height: 38px;
    }*/
}
@media screen and (max-width: 1311px) {

    .policy {
        width: 85px !important;
        margin-left:0px;
    }
    #policy {
        padding-top: 10px !important;
    }
}
@media screen and (max-width: 1063px) {

    .policy {
        width: 85px !important;
        margin-left: 0px;
    }
}
/* css3 crossbrowser */
/* note : for IE8,7 need 'css3pie' */
/* note : for IE8,7 need css3pie helper*/
/* fontface class */
@font-face {
    font-family: 'KitithadaRegular';
    src: url("../../../../fonts/PSL094PRO.eot");
    src: url("../../../../fonts/PSL094PRO.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/PSL094PRO.woff") format("woff"), url("../../../../fonts/PSL094PRO.ttf") format("truetype"), url("../../../../fonts/PSL094PRO.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KitithadaBold';
    src: url("../../../../fonts/PSL096PRO.eot");
    src: url("../../../../fonts/PSL096PRO.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/PSL096PRO.woff") format("woff"), url("../../../../fonts/PSL096PRO.ttf") format("truetype"), url("../../../../fonts/PSL096PRO.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* scss components */
.main-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
    .main-slider {
        height: auto;
        margin-bottom: 0;
    }

    .policy {
        width: 80px !important;
        margin-left: 0px;
    }
    #policy {
    padding-top:0px !important;
    }
}
@media screen and (max-width: 999px) {
    .main-slider {
        height: auto;
        margin-bottom: 0;
    }
    .policy {
        width: 61px !important;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .main-slider {
        margin-bottom: 0;
    }
}

.slider-container {
    position: relative;
    display: none;
}

    .slider-container img {
        display: block;
        width: 100%;
        height: auto;
    }

@media screen and (max-width: 999px) {
    .slider-container img {
        width: 150%;
    }
}

@media screen and (max-width: 767px) {
    .slider-container img {
        width: 200%;
    }
}

.slider-controller {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .slider-controller {
        bottom: 50px;
    }
}

@media screen and (max-width: 999px) {
    .slider-controller {
        bottom: 10px;
    }
}

#foo_pager {
    width: 100%;
    text-align: center;
}

    #foo_pager span.pager_list {
        display: inline-block;
        margin: 0 3px;
        width: 15px;
        height: 15px;
    }

        #foo_pager span.pager_list > a {
            display: block;
            width: 15px;
            height: 15px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -pie-border-radius: 50%;
            behavior: url(pie/PIE.htc);
            background-color: #cdcdcd;
        }

        #foo_pager span.pager_list.selected a {
            background-color: #1CA59B;
        }

@media screen and (max-width: 767px) {
    #foo_pager {
        width: 100%;
    }
}

a#foo_prev:link, a#foo_next:link {
    color: #222;
}

a#foo_prev:hover, a#foo_prev:visited, a#foo_next:hover, a#foo_next:visited {
    color: #000;
}

#foo_prev {
    display: inline-block !important;
}

    #foo_prev > .foo_prev.-box {
        text-decoration: none;
        min-height: 27px;
        min-width: 27px;
        display: inline-block;
        background: url("../../../images/bg/bg-slide-controller.png");
        text-align: center;
        font-weight: 100;
        padding-top: 5px;
        float: left;
    }

#foo_next {
    display: inline-block !important;
}

    #foo_next > .foo_next.-box {
        text-decoration: none;
        min-height: 27px;
        min-width: 27px;
        display: inline-block;
        background: url("../../../images/bg/bg-slide-controller.png");
        text-align: center;
        padding-top: 5px;
        padding-left: 2px;
        float: left;
    }

html.expanded-right, body.expanded-right {
    overflow: hidden;
    height: 100%;
}

#exit-canvas {
    position: absolute;
    display: block;
    visibility: hidden;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: transparent\9;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    #exit-canvas.expanded {
        position: fixed;
        visibility: visible;
        right: 240px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background: white;
        background: transparent\9;
        background: rgba(255, 255, 255, 0.5);
    }

    #exit-canvas:hover {
        background: white;
        background: transparent\9;
        background: rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

#canvas-menu-section {
    position: fixed;
    z-index: 100;
    width: 240px;
    height: 100%;
    top: 0;
    background: #00295A;
}

    #canvas-menu-section.left {
        left: -240px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    #canvas-menu-section.right {
        right: -240px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    #canvas-menu-section.expanded-left {
        left: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    #canvas-menu-section.expanded-right {
        right: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    #canvas-menu-section > .inner-wrapper {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #canvas-menu-section .top-panel-box {
        float: none;
    }

#canvas-menu-heading {
    display: block;
    margin: 15px 0 10px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#canvas-language-box {
    margin: auto;
    padding: 15px 0;
    width: 95%;
    border-bottom: 1px solid #666;
}

    #canvas-language-box #switch-language {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        #canvas-language-box #switch-language > li {
            display: inline-block;
            float: none;
            margin: 0 15px;
            padding: 6px 0 0 0;
            width: auto;
            height: 20px;
            font-size: 20px;
            color: #999;
        }

            #canvas-language-box #switch-language > li > a {
                display: block;
                margin: 0 0 0 0;
                width: auto;
                height: auto;
                font-size: 24px;
                color: #999;
                text-decoration: none;
            }

                #canvas-language-box #switch-language > li > a:hover {
                    text-decoration: underline;
                }

            #canvas-language-box #switch-language > li.flag-th > a {
                background: url("../images/icn-flag.png") left 7px no-repeat;
            }

            #canvas-language-box #switch-language > li.flag-en > a {
                background: url("../images/icn-flag.png") left -23px no-repeat;
            }

            #canvas-language-box #switch-language > li:first-child {
                display: block;
                float: none;
                margin: 5px 0 10px 0;
                text-align: center;
            }

    #canvas-language-box #lang-sw > ul {
        list-style: none;
    }

        #canvas-language-box #lang-sw > ul > li {
            float: left;
        }

            #canvas-language-box #lang-sw > ul > li:first-child {
                border-right: none;
            }

            #canvas-language-box #lang-sw > ul > li > a {
                display: block;
                height: 30px;
                text-decoration: none;
                text-align: center;
                vertical-align: middle;
                line-height: 30px;
                color: #fff;
            }

                #canvas-language-box #lang-sw > ul > li > a:hover {
                    background-color: #20bbaf !important;
                }

                #canvas-language-box #lang-sw > ul > li > a.active {
                    background-color: #4f5245 !important;
                }

                #canvas-language-box #lang-sw > ul > li > a.lang-th {
                    width: 30px;
                    background: none;
                }

                #canvas-language-box #lang-sw > ul > li > a.lang-en {
                    width: 30px;
                    background: none;
                }

                #canvas-language-box #lang-sw > ul > li > a > span {
                    display: block;
                }

@media screen and (max-width: 1024px) {
    #canvas-language-box {
        display: none;
    }

    #canvas-language-box #lang-sw {
        text-align: center;
    }

    #canvas-language-box #lang-sw > ul > li {
        float: none;
        display: inline-block;
    }
    /*#nav-list {
    padding:0px !important;
    }
    #menu {
    margin:0px !important;
    }*/
}

@media screen and (max-width: 640px) {
    #canvas-language-box {
        display: block;
    }

        #canvas-language-box #lang-sw {
            text-align: center;
        }

            #canvas-language-box #lang-sw > ul > li {
                float: none;
                display: inline-block;
            }
}

#canvas-search-box {
    margin: auto;
    padding: 15px 0;
    width: 95%;
    border-bottom: 1px solid #666;
}

    #canvas-search-box .search-box {
        display: block;
    }

        #canvas-search-box .search-box .gen-input {
            float: none;
        }

    #canvas-search-box #search-site {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #canvas-search-box #search-site table {
            margin: auto;
        }

        #canvas-search-box #search-site td {
            padding: 0 3px;
        }

        #canvas-search-box #search-site .search-text {
            display: none;
            position: relative;
            margin: 0 0 0 15px;
            font-size: 20px;
        }

        #canvas-search-box #search-site a {
            display: block;
            margin: 1px 0 0 0;
            font-size: 20px;
            color: #5a5a5a;
            text-decoration: none;
        }

            #canvas-search-box #search-site a:hover {
                text-decoration: underline;
            }

        #canvas-search-box #search-site i {
            display: none;
            position: absolute;
            top: 7px;
            font-size: 12px;
            color: #333;
        }

        #canvas-search-box #search-site .btn-circle {
            padding: 5px 20px;
        }

            #canvas-search-box #search-site .btn-circle > input[type=submit] {
                padding: 5px 20px;
            }

        #canvas-search-box #search-site .gen-input {
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            -pie-border-radius: 12px;
            behavior: url(pie/PIE.htc);
        }

        #canvas-search-box #search-site input[type=text] {
            width: 110px !important;
            padding: 6px;
        }

#canvas-topmenu-box {
    margin: auto;
    padding: 15px 0;
    width: 95%;
    border-bottom: 1px solid #666;
}

    #canvas-topmenu-box .user-box {
        display: block;
    }

        #canvas-topmenu-box .user-box .gen-input {
            float: none;
            margin-bottom: 10px;
        }

        #canvas-topmenu-box .user-box .gen-button {
            float: none;
            width: 100px;
            margin: auto;
        }

            #canvas-topmenu-box .user-box .gen-button.icn-right > i {
                display: inline-block;
                color: #fff;
            }

            #canvas-topmenu-box .user-box .gen-button.color-blue {
                background-color: #cdcdcd;
            }

            #canvas-topmenu-box .user-box .gen-button input[type="submit"] {
                color: #FFF !important;
                font-size: 16px !important;
                display: inline-block;
            }

    #canvas-topmenu-box #top-menu {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #canvas-topmenu-box #top-menu > li {
            display: block;
            float: none;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
        }

            #canvas-topmenu-box #top-menu > li a {
                display: block;
                margin: 1px 0 0 0;
                padding: 10px 15px;
                font-size: 22px;
                color: #efefef;
                text-decoration: none;
            }

                #canvas-topmenu-box #top-menu > li a:hover {
                    text-decoration: none;
                }

#canvas-mainmenu-box {
    margin: 0 auto;
    padding-bottom: 15px;
    width: 95%;
    border-bottom: 1px solid #666;
}

    #canvas-mainmenu-box #mainmenu-list {
        position: inherit;
        z-index: 1;
        margin: 0;
        padding: 0;
    }

        #canvas-mainmenu-box #mainmenu-list > li {
            position: relative;
            display: block;
            padding: 0;
            float: none;
            width: auto;
            height: auto;
            min-height: 35px;
        }

            #canvas-mainmenu-box #mainmenu-list > li:hover {
                background: #00408d;
            }

            #canvas-mainmenu-box #mainmenu-list > li.active {
                background: #00408d !important;
                text-align: center;
            }

                #canvas-mainmenu-box #mainmenu-list > li.active span > a {
                    text-align: left;
                }

                #canvas-mainmenu-box #mainmenu-list > li.active > i {
                    display: inline-block;
                }

                #canvas-mainmenu-box #mainmenu-list > li.active .mainmenu-lv2 {
                    display: block;
                }

            #canvas-mainmenu-box #mainmenu-list > li.expandable .fa-caret-down {
                display: inline-block;
                position: absolute;
                top: 13px;
                right: 10px;
                color: #fff;
            }

            #canvas-mainmenu-box #mainmenu-list > li span {
                display: block;
                height: auto;
            }

                #canvas-mainmenu-box #mainmenu-list > li span > a {
                    display: block;
                    padding: 10px 30px 10px 10px;
                    height: auto;
                    font-size: 28px;
                    color: #fff;
                    text-decoration: none;
                }

                #canvas-mainmenu-box #mainmenu-list > li span > i {
                    display: none;
                }

            #canvas-mainmenu-box #mainmenu-list > li > i {
                display: none;
                position: relative;
                z-index: 3;
                top: -17px;
                font-size: 20px;
                color: #efefef;
            }

    #canvas-mainmenu-box .mainmenu-lv2 {
        display: none;
        position: relative;
        z-index: 2;
        left: 0;
        margin-top: -24px;
        width: 100%;
        min-height: 40px;
        background: #efefef;
        text-align: left;
    }

        #canvas-mainmenu-box .mainmenu-lv2 > .inner-wrapper {
            padding: 0;
        }

            #canvas-mainmenu-box .mainmenu-lv2 > .inner-wrapper > .heading {
                display: none;
            }

    #canvas-mainmenu-box .mainmenu-lv3 {
        display: block;
        position: relative;
        z-index: 3;
        left: 0;
        min-height: 40px;
        background: #333;
        text-align: left;
    }

        #canvas-mainmenu-box .mainmenu-lv3 > .inner-wrapper {
            padding: 0;
        }

        #canvas-mainmenu-box .mainmenu-lv3 > i {
            position: absolute;
            top: -16px;
            left: 46%;
            font-size: 26px;
            color: #333;
            display: none;
        }

    #canvas-mainmenu-box .mainmenu-lv2-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #canvas-mainmenu-box .mainmenu-lv2-list > li {
            display: block;
            position: relative;
            padding: 5px 0;
            float: none;
            width: auto;
        }

            #canvas-mainmenu-box .mainmenu-lv2-list > li.active {
                padding-bottom: 0;
                background: white !important;
                text-align: center;
            }

                #canvas-mainmenu-box .mainmenu-lv2-list > li.active > i {
                    display: inline-block;
                    text-align: center;
                }

                #canvas-mainmenu-box .mainmenu-lv2-list > li.active .mainmenu-lv3 {
                    display: block;
                }

            #canvas-mainmenu-box .mainmenu-lv2-list > li:hover {
                background: none;
            }

            #canvas-mainmenu-box .mainmenu-lv2-list > li.expandable .fa-caret-down {
                display: inline-block;
                position: absolute;
                font-size: 14px;
                top: 10px !important;
                right: 12px !important;
            }

            #canvas-mainmenu-box .mainmenu-lv2-list > li > span {
                height: auto !important;
                text-align: left;
            }

                #canvas-mainmenu-box .mainmenu-lv2-list > li > span > a {
                    padding: 0 10px 0 10px !important;
                    height: auto !important;
                    font-size: 20px !important;
                    color: #333 !important;
                }

                    #canvas-mainmenu-box .mainmenu-lv2-list > li > span > a:hover {
                        background: none !important;
                    }

                #canvas-mainmenu-box .mainmenu-lv2-list > li > span > i {
                    display: none;
                    position: relative;
                    z-index: 3;
                    top: -17px;
                    font-size: 26px;
                    color: #333;
                }

                #canvas-mainmenu-box .mainmenu-lv2-list > li > span > img {
                    display: none;
                }

    #canvas-mainmenu-box .mainmenu-lv3-list {
        margin: 5px 0 0 0;
        padding: 0;
        list-style: none;
    }

        #canvas-mainmenu-box .mainmenu-lv3-list > li {
            overflow: hidden;
            position: relative;
            margin: 0;
            padding: 5px 0;
        }

            #canvas-mainmenu-box .mainmenu-lv3-list > li:hover {
                background: none !important;
            }

            #canvas-mainmenu-box .mainmenu-lv3-list > li > span {
                display: block;
                float: left;
                height: auto !important;
                width: 87% !important;
            }

                #canvas-mainmenu-box .mainmenu-lv3-list > li > span > a {
                    display: inline !important;
                    padding: 0 !important;
                    height: auto !important;
                    font-size: 20px !important;
                    color: #efefef !important;
                    line-height: 16px;
                }

            #canvas-mainmenu-box .mainmenu-lv3-list > li > i {
                display: block;
                float: left;
                margin: 2px 4px 0 10px;
                color: #efefef;
                font-size: 13px;
            }

        #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body {
            padding: 5px 10px;
            border-bottom: 1px solid #3c3c3c;
        }

            #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body .bullet-lv3 {
                margin-right: 5px;
                margin-top: 2px;
                position: absolute;
            }

            #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a {
                font-size: 20px !important;
            }

                #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a:link, #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a:visited {
                    color: #fff;
                }

                #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a:hovef, #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a:focus {
                    color: #00b4e5;
                }

#canvas-sitemap-box {
    margin: 0 auto 0 auto;
    padding-bottom: 15px;
    width: 95%;
}

    #canvas-sitemap-box ul {
        margin: 0;
        padding: 0;
    }

        #canvas-sitemap-box ul > li {
            display: block;
        }

            #canvas-sitemap-box ul > li:hover {
                background: #00408d;
            }

            #canvas-sitemap-box ul > li a {
                display: block;
                padding: 10px 30px 10px 10px;
                height: auto;
                font-size: 28px;
                color: #fff;
                text-decoration: none;
            }

#canvas-socialmedia-box {
    margin: 0 auto 20px auto;
}

    #canvas-socialmedia-box #top-social {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        #canvas-socialmedia-box #top-social > li {
            display: inline-block;
            float: none;
            margin: 0 5px;
            padding: 1px 0 0 0;
            width: 32px;
            height: 32px;
            font-size: 20px;
            color: #999;
        }

            #canvas-socialmedia-box #top-social > li > span {
                display: block;
                padding: 3px 0 0 0;
            }

            #canvas-socialmedia-box #top-social > li > a {
                display: block;
                margin: 0 0 0 0;
                width: 32px;
                height: 32px;
                color: #999;
                text-decoration: none;
            }

                #canvas-socialmedia-box #top-social > li > a:hover {
                    text-decoration: underline;
                }

            #canvas-socialmedia-box #top-social > li.icn-fb > a {
                background: url("../images/icn-social-mobile.png") left top no-repeat;
            }

            #canvas-socialmedia-box #top-social > li.icn-tw > a {
                background: url("../images/icn-social-mobile.png") left -50px no-repeat;
            }

            #canvas-socialmedia-box #top-social > li.icn-yt > a {
                background: url("../images/icn-social-mobile.png") left -100px no-repeat;
            }

            #canvas-socialmedia-box #top-social > li:first-child {
                display: block;
                float: none;
                width: 100%;
                margin: 5px 0 10px 0;
                text-align: center;
            }

#canvas-sitestat-box #site-stat {
    display: block;
    margin-bottom: 10px;
}

    #canvas-sitestat-box #site-stat table {
        margin: auto;
    }

    #canvas-sitestat-box #site-stat td {
        padding: 3px 0;
        font-size: 14px;
        color: #0490D8;
    }

    #canvas-sitestat-box #site-stat .site-stat-num {
        color: #efefef;
    }

#canvas-enewsletter-box #enewsletter {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

    #canvas-enewsletter-box #enewsletter table {
        margin: auto;
    }

    #canvas-enewsletter-box #enewsletter td {
        padding: 0 3px;
    }

    #canvas-enewsletter-box #enewsletter .search-text {
        display: block;
        position: relative;
        margin: 0 0 0 15px;
        font-size: 20px;
    }

    #canvas-enewsletter-box #enewsletter a {
        display: block;
        margin: 1px 0 0 0;
        font-size: 20px;
        color: #5a5a5a;
        text-decoration: none;
    }

        #canvas-enewsletter-box #enewsletter a:hover {
            text-decoration: underline;
        }

    #canvas-enewsletter-box #enewsletter i {
        position: absolute;
        top: 7px;
        font-size: 12px;
        color: #333;
    }

    #canvas-enewsletter-box #enewsletter .btn-circle {
        padding: 5px 20px;
    }

        #canvas-enewsletter-box #enewsletter .btn-circle > input[type=submit] {
            padding: 5px 20px;
        }

    #canvas-enewsletter-box #enewsletter .gen-input {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -pie-border-radius: 12px;
        behavior: url(pie/PIE.htc);
    }

    #canvas-enewsletter-box #enewsletter input[type=text] {
        width: 110px !important;
        padding: 6px;
    }

#canvas-callcenter-box #callcenter {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 20px 10px 20px;
    padding-left: 50px;
    background: url("../images/icn-callcenter-canvas.png") left 2px no-repeat;
}

    #canvas-callcenter-box #callcenter > span {
        display: block;
        font-family: arial;
    }

        #canvas-callcenter-box #callcenter > span.cc-text {
            margin-top: -3px;
            font-weight: bold;
            font-size: 19px;
            color: #1CA59B;
        }

        #canvas-callcenter-box #callcenter > span.cc-num {
            margin-top: -5px;
            font-size: 1.5em;
            color: #999999;
        }

.canvas-menu-wrapper {
    display: none;
}

@media screen and (max-width: 999px) {
    .canvas-menu-wrapper {
        display: block;
    }

    body.nav-expanded {
        margin-left: 0em;
        transition: right 0.4s ease-in-out 0s;
        -webkit-transition: right 0.4s ease-in-out 0s;
        -moz-transition: right 0.4s ease-in-out 0s;
        -o-transition: right 0.4s ease-in-out 0s;
        -webkit-transition-duration: 700ms;
        -moz-transition-duration: 700ms;
        -o-transition-duration: 700ms;
        transition-duration: 700ms;
    }

    .canvas-menu {
        background-color: #1CA59B /*rgba(0, 0, 0, 0.95)*/;
        display: block;
        height: 100%;
        overflow: auto;
        position: fixed;
        right: -100%;
        font-size: 15px;
        top: 0;
        width: 100%;
        z-index: 2000;
        transition: right 0.5s ease-in-out 0s;
        -webkit-transition: right 0.5s ease-in-out 0s;
        -moz-transition: right 0.5s ease-in-out 0s;
        -o-transition: right 0.5s ease-in-out 0s;
    }

        .canvas-menu .main-menu {
            padding-top: 12px;
            list-style: none;
        }

            .canvas-menu .main-menu li {
                border-bottom: 1px solid #fff;
                /*margin-left: 10px;
                margin-right: 10px;*/
                padding: 12px 20px;
            }

                .canvas-menu .main-menu li:last-child {
                    border-bottom: 0px;
                }

                .canvas-menu .main-menu li a {
                    display: block;
                    font-family: "KitithadaBold";
                    font-size: 28px;
                    line-height: 1em;
                    text-transform: uppercase;
                    color: #fff;
                }

                    .canvas-menu .main-menu li a:hover {
                        color: #fff;
                        text-decoration: none;
                    }

                        .canvas-menu .main-menu li a:hover .caret {
                            border-top-color: #fff;
                        }

                    .canvas-menu .main-menu li a .caret {
                        width: 0;
                        height: 0;
                        display: inline-block;
                        vertical-align: top;
                        border-top: 10px solid #fff;
                        border-right: 7px solid transparent;
                        border-left: 7px solid transparent;
                        content: "";
                        margin-top: 12px;
                        margin-left: 15px;
                    }

                    .canvas-menu .main-menu li a i {
                        font-size: 20px;
                        margin-right: 5px;
                    }

                    .canvas-menu .main-menu li a br {
                        display: none;
                    }

                .canvas-menu .main-menu li .sub-nav {
                    border-bottom: 0px;
                    padding: 4px;
                }

                .canvas-menu .main-menu li .open > a > .caret {
                    border-top: none;
                    border-bottom: 5px solid #fff;
                    border-right: 5px solid transparent;
                    border-left: 5px solid transparent;
                }

                .canvas-menu .main-menu li .open > a:hover > .caret {
                    border-bottom-color: #fff;
                }

                .canvas-menu .main-menu li > a > .icon {
                    float: right;
                    margin: -3px 20px -0.1em 0;
                    opacity: 0;
                    font-size: 28px;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                .canvas-menu .main-menu li > a:hover > .icon {
                    float: right;
                    margin: -3px 10px -0.1em 0;
                    opacity: 1;
                }

            .canvas-menu .main-menu .close {
                cursor: pointer;
            }

                .canvas-menu .main-menu .close span {
                    font-size: 24px;
                    color: #fff;
                    padding: 0 0 0 5px;
                    font-family: 'helvethaicaX_regular';
                }

        .canvas-menu .header_tools {
            margin: 15px auto;
            margin-top: 0;
            text-align: center;
            /*.login_tools {
                position: relative;
                display: inline-block;
                margin: 5px 9px 0;

                .login {
                    width: auto;
                    display: block;
                    color: $color-white;
                    font-family: 'helvethaicaX_ext';
                    font-size: $text-x-small;

                    img {
                        margin-right: 5px;
                    }

                    span {
                        font-family: 'helvethaicaX_ext';
                    }
                }
            }

            .member-tools {
                min-width: 150px;
                position: relative;
                display: none;
                margin: 5px 9px 0;
                color: $color-white;
                font-family: 'helvethaicaX_ext';
                font-size: $text-x-small;

                .member-button {
                    color: $color-white;
                    padding-left: 15px;

                    i {
                        font-size: 16px;
                        padding: 0 5px;
                    }
                }

                span {
                    font-family: 'helvethaicaX_ext';
                }
            }

            .profileWrap {
                position: relative !important;
                width: 100%;
                top: 0px !important;
                margin: 10px 0 0;
                z-index: 999;
                display: none;

                .profile-tool {
                    position: relative;
                    background: #333;
                    border: 1px solid #999;

                    &:after,
                    &:before {
                        display: none;
                    }

                    &:after {
                        display: none;
                    }

                    &:before {
                        display: none;
                    }

                    ul {
                        padding: 10px;
                        margin: 0;

                        li {
                            text-align: left;
                            padding: 2px 5px;
                            margin-bottom: 5px;
                            border-bottom: solid 1px #2a2a2a;

                            a {
                                color: #999;
                                font-family: 'helvethaicaX_ext';
                                font-size: $text-x-small;
                                line-height: $text-small;
                            }

                            &:hover {
                                background-color: #2a2a2a;
                                border-bottom-color: $color-white;

                                a {
                                    color: $color-white;
                                }
                            }
                        }
                    }
                }

                &.opened {
                    display: block;
                }
            }*/
        }

            .canvas-menu .header_tools .header-language {
                list-style: none;
                padding: 0;
                margin: 0;
                text-align: center;
                /*margin-bottom: 25px;*/
            }

                .canvas-menu .header_tools .header-language li {
                    display: inline-block;
                    width: 48px;
                    height: 48px;
                    line-height: 48px;
                    color: #fff;
                }

                    .canvas-menu .header_tools .header-language li.active a {
                        color: #1CA59B;
                    }

                    .canvas-menu .header_tools .header-language li a {
                        color: #fff;
                        font-family: 'Prompt', sans-serif;
                        font-size: 28px;
                        line-height: 48px;
                        text-transform: uppercase;
                        display: block;
                    }

            .canvas-menu .header_tools .header-social > li {
                display: inline-block;
                font-family: 'Prompt', sans-serif;
                font-size: 24px;
                line-height: 28px;
                color: #1CA59B;
                margin: auto 10px;
            }

                .canvas-menu .header_tools .header-social > li > a {
                    font-family: 'Prompt', sans-serif;
                    display: block;
                    text-decoration: none;
                    padding: 0;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

            .canvas-menu .header_tools .header-social li a {
                text-indent: -9999px;
            }

            .canvas-menu .header_tools .header-social li.facebook-icon a {
                width: 35px;
                height: 35px;
                background-image: url("../../../../Images/icons/facebook-icon.jpg");
                background-repeat: no-repeat;
                background-size: cover;
            }

            .canvas-menu .header_tools .header-social li.youtube-icon a {
                width: 35px;
                height: 35px;
                background-image: url("../../../../Images/icons/youtube-icon.jpg");
                background-repeat: no-repeat;
                background-size: cover;
            }

            .canvas-menu .header_tools .header-social li.trinity-icon a {
                width: 83px;
                height: 35px;
                background-image: url("../../../../Images/icons/trinity-icon.jpg");
                background-repeat: no-repeat;
                background-size: cover;
            }

        .canvas-menu .header_search .wrapNav {
            color: white;
            /*padding-top: 1.25em;
                padding-bottom: 1.25em;*/
            position: relative;
            width: 100%;
            z-index: 1;
        }

            .canvas-menu .header_search .wrapNav.opened {
                display: block;
            }

        .canvas-menu .header_search input[type=text] {
            background: transparent;
            border: 1px solid #808080;
            float: none;
            color: #a9a9a9;
            font-family: 'Prompt', sans-serif;
            font-size: 24px;
            font-weight: 400;
            margin: 0;
            margin-bottom: 10px;
            padding: 10px;
            width: 100%;
            height: 45px;
        }

        .canvas-menu .header_search input[type=button],
        .canvas-menu .header_search input[type=submit] {
            background: transparent url("../../../images/icons/arrow3.png");
            background-repeat: no-repeat;
            background-position: center right 10px;
            background-position-y: center;
            background-position-x: calc(100% - 15px);
            border: 1px solid #808080;
            border-radius: 0;
            color: white;
            cursor: pointer;
            float: left;
            font-family: 'Prompt', sans-serif;
            font-size: 24px;
            height: 45px;
            margin: 0;
            padding: 10px;
            text-indent: -7%;
            width: 100%;
        }

    .nav-expanded .canvas-menu {
        right: 0;
    }

    .icon:before {
        font-family: 'FontAwesome';
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        content: '\f105';
    }

    .exit-canvas {
        background-color: #000;
        opacity: 0.5;
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 998;
    }
}

.list-group {
    width: 100%;
}

    .list-group .list-group-item {
        margin: 1px 0 0 0;
        padding: 1px 0 1px 0;
        /*background:#F7A6FD;*/
    }

        .list-group .list-group-item:first-child {
            padding: 0 0 1px 0;
        }

        .list-group .list-group-item .list-group-head {
            position: relative;
            height: 25px;
            /*background: url(../images/bg-list-group-bar.jpg) repeat-x;*/
            font-size: 1.2em;
            cursor: pointer;
            /*@include gradient-bg(#5a95c1 ,#385773);*/
        }

            .list-group .list-group-item .list-group-head > div {
                position: relative;
                display: block;
                margin-right: 10px;
                height: 25px;
                /*background:url('../images/icn-plus.png') right 5px no-repeat;*/
            }

                .list-group .list-group-item .list-group-head > div .icn-circle {
                    position: absolute;
                    top: 3px;
                    right: 5px;
                    font-size: 9px;
                    color: #999;
                }

                    .list-group .list-group-item .list-group-head > div .icn-circle .fa-stack-1x {
                        font-size: 24px;
                    }

                .list-group .list-group-item .list-group-head > div a {
                    position: absolute;
                    top: 0px;
                    left: 10px;
                    height: 25px;
                    color: #FFFFFF;
                    text-decoration: none;
                    vertical-align: middle;
                    line-height: 23px;
                    /*background: url(../images/icn-plus.jpg) right 0 no-repeat #71F49B;*/
                }

        .list-group .list-group-item .active > div {
            position: relative;
            display: block;
            margin-right: 10px;
            height: 25px;
            background: url("../images/icn-minus.png") right 5px no-repeat;
        }

            .list-group .list-group-item .active > div .fa-plus:before {
                content: "\f068";
            }

            .list-group .list-group-item .active > div .fa-chevron-down:before {
                content: "\f077";
            }

        .list-group .list-group-item .list-group-content {
            display: none;
            height: 172px;
            background: #AFB8F5;
        }

            .list-group .list-group-item .list-group-content.opened {
                display: block;
            }

            .list-group .list-group-item .list-group-content.home-2-head {
                height: 199px;
            }

                .list-group .list-group-item .list-group-content.home-2-head .iframe-home-box {
                    height: 167px;
                }

            .list-group .list-group-item .list-group-content.home-2-head--nomore {
                height: 199px;
            }

                .list-group .list-group-item .list-group-content.home-2-head--nomore .iframe-home-box {
                    height: 194px;
                }

            .list-group .list-group-item .list-group-content .iframe-home-box {
                overflow: hidden;
                padding: 5px 0 0 0;
                height: 140px;
            }

                .list-group .list-group-item .list-group-content .iframe-home-box > iframe {
                    width: 1px;
                    min-width: 100%;
                }

            .list-group .list-group-item .list-group-content .list-group-more {
                display: block;
                margin: 5px 0 0 0;
                font-size: 0.8em;
            }

                .list-group .list-group-item .list-group-content .list-group-more i {
                    color: #e00100;
                }

                .list-group .list-group-item .list-group-content .list-group-more a {
                    color: #333333;
                    text-decoration: none;
                }

                    .list-group .list-group-item .list-group-content .list-group-more a:hover {
                        text-decoration: underline;
                    }

            .list-group .list-group-item .list-group-content .home-msg-box {
                margin-top: 5px;
                height: 194px;
                background: #5a95c1;
                /* Old browsers */
                background: -moz-linear-gradient(top, #5a95c1 0%, #385773 100%);
                /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a95c1), color-stop(100%, #385773));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #5a95c1 0%, #385773 100%);
                /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #5a95c1 0%, #385773 100%);
                /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #5a95c1 0%, #385773 100%);
                /* IE10+ */
                background: -webkit-gradient(linear, left top, left bottom, from(#5a95c1), to(#385773));
                background: linear-gradient(to bottom, #5a95c1 0%, #385773 100%);
                /* W3C */
                -pie-background: linear-gradient(#5a95c1, #385773);
                /* IE6-9 via PIE */
                behavior: url(pie/PIE.htc);
            }

                .list-group .list-group-item .list-group-content .home-msg-box > .msg-box {
                    padding-top: 30px;
                    text-align: center;
                    font-size: 20px;
                    color: #fff;
                }

                    .list-group .list-group-item .list-group-content .home-msg-box > .msg-box .msg-login {
                        margin-top: 10px;
                    }

    .list-group.faq-list .list-group-item {
        margin: 1px 0 0 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
        background: #F7A6FD;
    }

        .list-group.faq-list .list-group-item:first-child {
            padding: 0;
        }

        .list-group.faq-list .list-group-item .list-group-head {
            position: relative;
            height: auto;
            min-height: initial;
            font-size: 40px;
            cursor: pointer;
            border-bottom: 1px solid #ccc;
            background: none;
            -pie-background: none;
            line-height: 32px;
        }

            .list-group.faq-list .list-group-item .list-group-head > div {
                position: relative;
                display: block;
                margin-right: 10px;
                padding: 3px 30px 5px 0;
                height: auto;
                min-height: initial;
                background: url("../images/icn-plus.png") right 5px no-repeat;
            }

                .list-group.faq-list .list-group-item .list-group-head > div .icn-circle {
                    position: absolute;
                    top: 8px;
                    right: 0px;
                    width: 25px;
                    height: 25px;
                    background-color: #1CA59B;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    -pie-border-radius: 50%;
                    behavior: url(pie/PIE.htc);
                    font-size: 11px;
                }

                    .list-group.faq-list .list-group-item .list-group-head > div .icn-circle .fa-inverse {
                        color: #666;
                        color: #cdcdcd;
                    }

                    .list-group.faq-list .list-group-item .list-group-head > div .icn-circle .fa-stack-1x {
                        font-size: 16px;
                        line-height: 26px;
                        text-shadow: none;
                        color: #fff;
                    }

                .list-group.faq-list .list-group-item .list-group-head > div a {
                    position: relative;
                    top: 0px;
                    left: 0px;
                    height: auto;
                    min-height: initial;
                    color: #1CA59B;
                    color: #1CA59B;
                    text-decoration: none;
                    vertical-align: middle;
                    line-height: 16px;
                    font-weight: 400;
                    background: url(../images/icn-plus.jpg) right 0 no-repeat #71F49B;
                }

        .list-group.faq-list .list-group-item .list-group-content {
            display: none;
            margin: 0 0 0 0;
            height: auto;
            background: #AFB8F5;
            line-height: 24px !important;
        }

            .list-group.faq-list .list-group-item .list-group-content.opened {
                display: block;
            }

            .list-group.faq-list .list-group-item .list-group-content .iframe-home-box {
                overflow: hidden;
                padding: 10px 5px;
                height: auto;
            }

                .list-group.faq-list .list-group-item .list-group-content .iframe-home-box > iframe {
                    width: 1px;
                    min-width: 100%;
                }

                .list-group.faq-list .list-group-item .list-group-content .iframe-home-box .texteditor {
                    font-family: "KitithadaBold";
                }

                    .list-group.faq-list .list-group-item .list-group-content .iframe-home-box .texteditor ul li {
                        list-style-position: inside;
                    }

            .list-group.faq-list .list-group-item .list-group-content .list-group-more {
                display: block;
                margin: 5px 0 0 3px;
                font-size: 0.8em;
            }

                .list-group.faq-list .list-group-item .list-group-content .list-group-more i {
                    color: #e00100;
                }

                .list-group.faq-list .list-group-item .list-group-content .list-group-more a {
                    color: #333333;
                    text-decoration: none;
                }

                    .list-group.faq-list .list-group-item .list-group-content .list-group-more a:hover {
                        text-decoration: underline;
                    }

.banner-slider-container {
    position: relative;
    display: none;
    margin: 0;
    /*border: 1px solid #fff;*/
}

    .banner-slider-container ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

        .banner-slider-container ul.banner li {
            height: 100px;
            width: 350px;
            float: left;
            text-align: center;
            border-right: solid 1px #fff;
            display: block;
            background-color: #EAEBEC;
            /*@media screen and (max-width: 999px) {
       &:nth-child(2){
         border-right: 0px;
       }
       &:nth-child(3){
         border-right: solid 1px #fff;
       }   
    }
    @media screen and (max-width: 640px){
       border-right: 0;
    }*/
        }

            .banner-slider-container ul.banner li:nth-child(4) {
                border-right: 0px;
            }

#foo1_prev {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 50px;
    left: 0;
    cursor: pointer;
    background-image: url("../../../../Images/icons/banner-prev.fw.png");
    background-repeat: no-repeat;
    background-position: center center;
    /*>i{
    display: block;
    padding-top: 0px;
    font-size: $text-small;
    text-align: center;
    color: $color-text;
  }*/
}

    #foo1_prev.disabled {
        opacity: 0.5;
    }

#foo1_next {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 50px;
    right: 0;
    cursor: pointer;
    background-image: url("../../../../Images/icons/banner-next.fw.png");
    background-repeat: no-repeat;
    background-position: center center;
    /*>i{
    display: block;
    padding-top:0px;
    font-size: $text-small;
    text-align: center;
    color: $color-text;
  }*/
}

    #foo1_next.disabled {
        opacity: 0.5;
    }

#foo2_prev {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 40px;
    cursor: pointer;
    background-image: url("../../../../Images/icons/banner-prev.fw.png");
    background-repeat: no-repeat;
    background-position: center center;
    /*>i{
    display: block;
    padding-top: 0px;
    font-size: $text-small;
    text-align: center;
    color: $color-text;
  }*/
}

    #foo2_prev.disabled {
        opacity: 0.5;
    }

#foo2_next {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 0;
    cursor: pointer;
    background-image: url("../../../../Images/icons/banner-next.fw.png");
    background-repeat: no-repeat;
    background-position: center center;
    /*>i{
    display: block;
    padding-top:0px;
    font-size: $text-small;
    text-align: center;
    color: $color-text;
  }*/
}

    #foo2_next.disabled {
        opacity: 0.5;
    }

#foo-value-prev {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: auto;
    right: 40px;
    bottom: 10px;
    cursor: pointer;
    background-image: url("../../../../Images/icons/banner-prev.fw.png");
    background-repeat: no-repeat;
    background-position: center center;
}

    #foo-value-prev.disabled {
        opacity: 0.5;
    }

#foo-value-next {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: auto;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    background-image: url("../../../../Images/icons/banner-next.fw.png");
    background-repeat: no-repeat;
    background-position: center center;
}

    #foo-value-next.disabled {
        opacity: 0.5;
    }

/* main layout */
html,
body {
    font-size: 20px;
    font-family: "KitithadaBold";
    color: #5a5a5a;
    line-height: 1em;
    background-color: #fff;
}

    body .swal2-modal .swal2-content {
        font-family: 'Prompt', sans-serif;
        font-style: normal;
        font-weight: 400;
    }

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("") center no-repeat #232323;
}

/* main structure */
#main-wrapper {
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: #f5f5f5;
    max-width: 100%;
    min-width: 320px;
}

.lt-ie9 #main-wrapper {
    min-width: 1000px;
}

#header-wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

@media screen and (max-width: 999px) {
    #header-wrapper {
        position: fixed;
    }
}

#footer-wrapper {
    background-color: #fff;
}

input[type="text"] {
    font-family: "KitithadaBold";
    width: 100%;
    height: 42px;
    margin: 0 auto;
    padding: 8px 10px 7px 10px;
    border: 1px solid #cdcdcd;
    font-size: 22px;
}

@media screen and (max-width: 999px) {
    input[type="text"] {
        /*height: 48px;*/
        /*margin-bottom: 15px;*/
    }
}

input[type="password"] {
    font-family: "KitithadaBold";
    width: 100%;
    height: 42px;
    margin: 0 auto;
    padding: 8px 10px 7px 10px;
    border: 1px solid #cdcdcd;
    font-size: 22px;
}

@media screen and (max-width: 999px) {
    input[type="password"] {
        /*height: 48px;*/
        /*margin-bottom: 15px;*/
    }
}

input[type="email"] {
    font-family: "KitithadaBold";
    width: 100%;
    height: 42px;
    margin: 0 auto;
    padding: 8px 10px 7px 10px;
    border: 1px solid #cdcdcd;
    font-size: 22px;
}

@media screen and (max-width: 999px) {
    input[type="email"] {
        /*height: 48px;*/
        /*margin-bottom: 15px;*/
    }
}

textarea {
    font-family: "KitithadaBold";
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 8px 10px 7px 10px;
    border: 1px solid #cdcdcd;
    font-size: 22px;
    resize: none;
}

@media screen and (max-width: 999px) {
    textarea {
        /*margin-bottom: 15px;*/
    }
}

select {
    font-family: "KitithadaBold";
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -pie-border-radius: 0;
    behavior: url(pie/PIE.htc);
    font-size: 22px;
    color: #5a5a5a;
    outline: none;
}

select {
    /*margin-bottom: 15px;*/
    background-image: url("../../../../Images/icons/p_dropdown_black.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
}

input[type=button],
input[type=submit],
input[type=reset] {
    font-family: "KitithadaBold";
    font-size: 20px;
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-sm,
.btn-med,
.btn-lg,
* button.btn-sm,
* button.btn-med,
* button.btn-lg {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    font-family: "KitithadaBold";
    color: #000;
    min-width: 200px;
    height: 42px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

    .btn-sm.btn-primary,
    .btn-med.btn-primary,
    .btn-lg.btn-primary,
    * button.btn-sm.btn-primary,
    * button.btn-med.btn-primary,
    * button.btn-lg.btn-primary {
        position: relative;
        color: #fff;
        border: 1px solid #1CA59B;
        background-color: #1CA59B;
    }

        .btn-sm.btn-primary:hover,
        .btn-med.btn-primary:hover,
        .btn-lg.btn-primary:hover,
        * button.btn-sm.btn-primary:hover,
        * button.btn-med.btn-primary:hover,
        * button.btn-lg.btn-primary:hover {
            border: 1px solid #000;
            background-color: #000;
        }

    .btn-sm.btn-secondary,
    .btn-med.btn-secondary,
    .btn-lg.btn-secondary,
    * button.btn-sm.btn-secondary,
    * button.btn-med.btn-secondary,
    * button.btn-lg.btn-secondary {
        position: relative;
        color: #fff;
        border: 1px solid #cdcdcd;
        background-color: #cdcdcd;
    }

        .btn-sm.btn-secondary:hover,
        .btn-med.btn-secondary:hover,
        .btn-lg.btn-secondary:hover,
        * button.btn-sm.btn-secondary:hover,
        * button.btn-med.btn-secondary:hover,
        * button.btn-lg.btn-secondary:hover {
            border: 1px solid #000;
            background-color: #000;
        }

    .btn-sm.btn-light,
    .btn-med.btn-light,
    .btn-lg.btn-light,
    * button.btn-sm.btn-light,
    * button.btn-med.btn-light,
    * button.btn-lg.btn-light {
        position: relative;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
    }

        .btn-sm.btn-light:hover,
        .btn-med.btn-light:hover,
        .btn-lg.btn-light:hover,
        * button.btn-sm.btn-light:hover,
        * button.btn-med.btn-light:hover,
        * button.btn-lg.btn-light:hover {
            color: #fff;
            border: 1px solid #000;
            background-color: #000;
        }

    .btn-sm.btn-back,
    .btn-med.btn-back,
    .btn-lg.btn-back,
    * button.btn-sm.btn-back,
    * button.btn-med.btn-back,
    * button.btn-lg.btn-back {
        position: relative;
        color: #fff;
        border: 1px solid #cdcdcd;
        background-color: #cdcdcd;
    }

        .btn-sm.btn-back:hover,
        .btn-med.btn-back:hover,
        .btn-lg.btn-back:hover,
        * button.btn-sm.btn-back:hover,
        * button.btn-med.btn-back:hover,
        * button.btn-lg.btn-back:hover {
            border: 1px solid #000;
            background-color: #000;
        }

    .btn-sm.btn-contact,
    .btn-med.btn-contact,
    .btn-lg.btn-contact,
    * button.btn-sm.btn-contact,
    * button.btn-med.btn-contact,
    * button.btn-lg.btn-contact {
        position: relative;
        min-width: 100%;
        color: #cdcdcd;
        border: 1px solid #cdcdcd;
        background-color: transparent;
    }

        .btn-sm.btn-contact:hover,
        .btn-med.btn-contact:hover,
        .btn-lg.btn-contact:hover,
        * button.btn-sm.btn-contact:hover,
        * button.btn-med.btn-contact:hover,
        * button.btn-lg.btn-contact:hover {
            color: #fff;
            border: 1px solid #000;
            background-color: #000;
        }

    .btn-sm.btn-submit,
    .btn-med.btn-submit,
    .btn-lg.btn-submit,
    * button.btn-sm.btn-submit,
    * button.btn-med.btn-submit,
    * button.btn-lg.btn-submit {
        position: relative;
        min-width: 1px;
        width: 100%;
        text-align: center;
        color: #9e9e9e;
        border: 1px solid #cdcdcd;
        text-indent: -9999px;
        background-image: url("../../../../Images/icons/ico-btn-submit.jpg");
        background-repeat: no-repeat;
        background-position: center center;
    }

        .btn-sm.btn-submit:hover,
        .btn-med.btn-submit:hover,
        .btn-lg.btn-submit:hover,
        * button.btn-sm.btn-submit:hover,
        * button.btn-med.btn-submit:hover,
        * button.btn-lg.btn-submit:hover {
            /*color: $color-white;
            border: 1px solid $color-hover;
            background-color: $color-hover;*/
        }

    .btn-sm .fa,
    .btn-med .fa,
    .btn-lg .fa,
    * button.btn-sm .fa,
    * button.btn-med .fa,
    * button.btn-lg .fa {
        position: absolute;
        font-size: 30px;
        line-height: 42px;
    }

        .btn-sm .fa.fa-angle-left,
        .btn-med .fa.fa-angle-left,
        .btn-lg .fa.fa-angle-left,
        * button.btn-sm .fa.fa-angle-left,
        * button.btn-med .fa.fa-angle-left,
        * button.btn-lg .fa.fa-angle-left {
            top: 0;
            left: 10px;
        }

        .btn-sm .fa.fa-angle-right,
        .btn-med .fa.fa-angle-right,
        .btn-lg .fa.fa-angle-right,
        * button.btn-sm .fa.fa-angle-right,
        * button.btn-med .fa.fa-angle-right,
        * button.btn-lg .fa.fa-angle-right {
            top: 0;
            right: 10px;
        }

@media screen and (max-width: 767px) {
    .btn-sm,
    .btn-med,
    .btn-lg,
    * button.btn-sm,
    * button.btn-med,
    * button.btn-lg {
        min-width: unset;
        width: 100%;
    }

  
}
@media screen and (max-width: 812px) {
   
    /*#nav-list {
        padding-left: 10px !important;
        padding-right: 15px !important;
    }*/
}

* button.btn-sm,
.btn-sm {
    font-size: 22px;
    line-height: 42px;
    border-radius: 0;
}

* button.btn-med,
.btn-med {
    font-size: 24px;
    line-height: 42px;
    border-radius: 0;
}

.table-responsive {
    padding-bottom: 30px;
    overflow-x: unset;
}

    .table-responsive .table {
        padding: 10px 0;
        margin-bottom: 0;
        border-collapse: separate;
        border: none;
    }

        .table-responsive .table.table-custom {
            border-collapse: collapse !important;
        }

            .table-responsive .table.table-custom thead tr th {
                padding-bottom: 15px;
                font-size: 24px;
                line-height: 24px;
                font-weight: normal;
                color: #1CA59B;
                text-align: left;
                vertical-align: middle;
                border: none;
                background-color: transparent;
            }

                .table-responsive .table.table-custom thead tr th.txt-center {
                    text-align: center;
                }

                .table-responsive .table.table-custom thead tr th.txt-right {
                    text-align: right;
                }

            .table-responsive .table.table-custom tbody tr td {
                padding-bottom: 15px;
                font-size: 22px;
                line-height: 24px;
                text-align: left;
                border: none;
            }

                .table-responsive .table.table-custom tbody tr td.txt-center {
                    text-align: center;
                }

                .table-responsive .table.table-custom tbody tr td.txt-right {
                    text-align: right;
                }

        .table-responsive .table.table-nav {
            padding: 0;
            border-collapse: separate;
        }

            .table-responsive .table.table-nav > thead > tr > th {
                vertical-align: middle;
                font-size: 24px;
                line-height: 26px;
                font-weight: normal;
                border: none;
                text-align: center;
                border-right: 1px solid #fff;
                background-color: #cdcdcd;
            }

                .table-responsive .table.table-nav > thead > tr > th.first-th {
                    border-bottom: 1px solid #fff;
                    background-color: #adadad;
                }

            .table-responsive .table.table-nav > tbody {
                border: 2px solid black;
                border-collapse: separate;
                border-spacing: 4px;
            }

                .table-responsive .table.table-nav > tbody > tr {
                    /*&:last-child{
                        > td{
                            border-bottom: 1px solid $color-secondary;
                        }
                    }*/
                }

                    .table-responsive .table.table-nav > tbody > tr > th {
                        font-size: 24px;
                        line-height: 26px;
                        font-weight: normal;
                        border: none;
                        text-align: center;
                        border-right: 1px solid #fff;
                        background-color: #cdcdcd;
                    }

                        .table-responsive .table.table-nav > tbody > tr > th:last-child {
                            border-right: none;
                        }

                    .table-responsive .table.table-nav > tbody > tr > td {
                        padding: 15px 10px;
                        font-size: 22px;
                        line-height: 24px;
                        font-weight: normal;
                        border: none;
                        text-align: center;
                    }

                        .table-responsive .table.table-nav > tbody > tr > td.txt-right {
                            text-align: right;
                        }

                        .table-responsive .table.table-nav > tbody > tr > td.up {
                            color: #1CA59B;
                        }

                        .table-responsive .table.table-nav > tbody > tr > td.down {
                            color: #C90A11;
                        }

                        .table-responsive .table.table-nav > tbody > tr > td:first-child {
                            max-width: 200px;
                        }

                        .table-responsive .table.table-nav > tbody > tr > td a {
                            font-size: 24px;
                            line-height: 24px;
                            color: #1CA59B;
                        }

                            .table-responsive .table.table-nav > tbody > tr > td a:hover {
                                color: #000;
                                text-decoration: none;
                            }

                    .table-responsive .table.table-nav > tbody > tr.captions > td {
                        padding: 20px 20px 10px 20px;
                        text-align: left;
                    }

                        .table-responsive .table.table-nav > tbody > tr.captions > td h3 {
                            margin: 0;
                            font-size: 40px;
                            line-height: 40px;
                            color: #1CA59B;
                        }

                        .table-responsive .table.table-nav > tbody > tr.captions > td p {
                            margin: 0;
                            color: #1CA59B;
                        }

                .table-responsive .table.table-nav > tbody tr.summary th {
                    padding-left: 20px;
                    padding-right: 20px;
                    font-size: 28px;
                    line-height: 26px;
                    font-weight: normal;
                    color: #1CA59B;
                    border: none;
                    background-color: transparent;
                }

                    .table-responsive .table.table-nav > tbody tr.summary th.custom-label {
                        text-align: right;
                        color: #fff;
                        background-color: #1CA59B;
                    }

        .table-responsive .table.table-performance {
            width: 99.99%;
            padding: 0;
            border-collapse: separate;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

            .table-responsive .table.table-performance > thead > tr > th {
                vertical-align: middle;
                font-size: 24px;
                line-height: 26px;
                font-weight: normal;
                border: none;
                text-align: center;
                border-right: 1px solid #fff;
                background-color: #cdcdcd;
            }

                .table-responsive .table.table-performance > thead > tr > th.first-th {
                    border-bottom: 1px solid #fff;
                    background-color: #adadad;
                }
                /* Fixed Headers */

            .table-responsive .table.table-performance > thead > tr > th {
                position: -webkit-sticky;
                position: sticky;
                top: 0;
                z-index: 2;
            }

                .table-responsive .table.table-performance > thead > tr > th[scope=row] {
                    position: -webkit-sticky;
                    position: sticky;
                    left: 0;
                    z-index: 1;
                }

                .table-responsive .table.table-performance > thead > tr > th[scope=row] {
                    vertical-align: top;
                    color: inherit;
                    background-color: inherit;
                    background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
                }

            .table-responsive .table.table-performance > tbody {
                border: 2px solid black;
                border-collapse: separate;
                border-spacing: 4px;
            }

                .table-responsive .table.table-performance > tbody > tr > th {
                    font-size: 24px;
                    line-height: 26px;
                    font-weight: normal;
                    border: none;
                    text-align: center;
                    border-right: 1px solid #fff;
                    background-color: #cdcdcd;
                }

                    .table-responsive .table.table-performance > tbody > tr > th:last-child {
                        border-right: none;
                    }

                .table-responsive .table.table-performance > tbody > tr > td {
                    padding: 10px 10px;
                    font-size: 22px;
                    line-height: 24px;
                    font-weight: normal;
                    border: none;
                    text-align: left;
                }

                    .table-responsive .table.table-performance > tbody > tr > td.txt-right {
                        text-align: right;
                    }

                    .table-responsive .table.table-performance > tbody > tr > td.up {
                        color: #1CA59B;
                    }

                    .table-responsive .table.table-performance > tbody > tr > td.down {
                        color: #C90A11;
                    }

                    .table-responsive .table.table-performance > tbody > tr > td:first-child {
                        max-width: 350px;
                    }

                    .table-responsive .table.table-performance > tbody > tr > td a {
                        font-size: 24px;
                        line-height: 24px;
                        color: #1CA59B;
                    }

                        .table-responsive .table.table-performance > tbody > tr > td a:hover {
                            color: #000;
                            text-decoration: none;
                        }

                .table-responsive .table.table-performance > tbody tr.line {
                    background: #f5f5f5;
                }

        .table-responsive .table.table-comparison {
            padding: 0;
        }

            .table-responsive .table.table-comparison h3 {
                margin: 10px 0;
            }

            .table-responsive .table.table-comparison > thead > tr > th {
                width: 50%;
                vertical-align: top;
                font-size: 24px;
                line-height: 42px;
                font-weight: normal;
                text-align: center;
                border: none;
                border-right: 1px solid #fff;
                background-color: #cdcdcd;
            }

                .table-responsive .table.table-comparison > thead > tr > th:last-child {
                    border-right: none;
                }

            .table-responsive .table.table-comparison > tbody > tr > td {
                padding: 0;
                font-size: 22px;
                line-height: 24px;
                font-weight: normal;
                border: none;
                border-right: 1px solid #fff;
                text-align: left;
            }

                .table-responsive .table.table-comparison > tbody > tr > td.tb-tab-center {
                    text-align: center;
                    color: #1CA59B;
                    border-bottom: 1px solid #cdcdcd;
                }

                .table-responsive .table.table-comparison > tbody > tr > td:last-child {
                    border-right: none;
                }

            .table-responsive .table.table-comparison ul {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                .table-responsive .table.table-comparison ul li {
                    display: block;
                    position: relative;
                    float: left;
                    width: 100%;
                    padding: 20px;
                    height: auto;
                }

            .table-responsive .table.table-comparison .cell-detail {
                padding: 20px;
                position: relative;
                background-color: #FFFFFF;
            }

                .table-responsive .table.table-comparison .cell-detail .date {
                    font-size: 22px;
                    line-height: 24px;
                    margin-bottom: 10px;
                }

                .table-responsive .table.table-comparison .cell-detail .nav-box {
                    font-size: 60px;
                    line-height: 60px;
                    color: #1CA59B;
                }

                    .table-responsive .table.table-comparison .cell-detail .nav-box p {
                        font-size: 28px;
                        line-height: 28px;
                        color: #5a5a5a;
                    }

                .table-responsive .table.table-comparison .cell-detail .change-box {
                    font-size: 40px;
                    line-height: 60px;
                    color: #1CA59B;
                }

                    .table-responsive .table.table-comparison .cell-detail .change-box p {
                        font-size: 28px;
                        line-height: 28px;
                        color: #5a5a5a;
                    }

            .table-responsive .table.table-comparison .select-wrapper {
                margin-bottom: 0;
            }

        .table-responsive .table.table-custom-flexible {
            padding: 10px 0;
            border-collapse: separate;
        }

            .table-responsive .table.table-custom-flexible > thead > tr > th {
                font-size: 24px;
                line-height: 26px;
                font-weight: normal;
                border: none;
                vertical-align: middle;
            }

                .table-responsive .table.table-custom-flexible > thead > tr > th.border-left {
                    border-left: 1px solid #ddd;
                }

            .table-responsive .table.table-custom-flexible > tbody > tr > th {
                font-size: 24px;
                line-height: 26px;
                font-weight: normal;
                border: none;
                border-right: 1px solid #fff;
                background-color: #cdcdcd;
            }

                .table-responsive .table.table-custom-flexible > tbody > tr > th:last-child {
                    border-right: none;
                }

            .table-responsive .table.table-custom-flexible > tbody > tr > td {
                padding-left: 9px;
                font-size: 22px;
                line-height: 26px;
                font-weight: normal;
                border: none;
                text-align: left;
            }

            .table-responsive .table.table-custom-flexible > tbody > tr.summary > td {
                border-top: 1px solid #ddd;
            }

                .table-responsive .table.table-custom-flexible > tbody > tr.summary > td span {
                    font-size: 22px;
                    line-height: 26px;
                }

                .table-responsive .table.table-custom-flexible > tbody > tr.summary > td .color-text {
                    display: inline-block;
                }

                .table-responsive .table.table-custom-flexible > tbody > tr.summary > td .number-unit {
                    display: inline-block;
                }

        .table-responsive .table.table-custom-fixed {
            padding: 10px 15px;
            border-collapse: separate;
        }

            .table-responsive .table.table-custom-fixed > tbody > tr > th {
                width: 203.33px;
                font-size: 24px;
                line-height: 26px;
                font-weight: normal;
                border: none;
            }

                .table-responsive .table.table-custom-fixed > tbody > tr > th:first-child {
                    width: 500px;
                }

                .table-responsive .table.table-custom-fixed > tbody > tr > th.border-left {
                    border-left: 1px solid #ddd;
                }

            .table-responsive .table.table-custom-fixed > tbody > tr > td {
                padding-left: 9px;
                font-size: 22px;
                line-height: 26px;
                font-weight: normal;
                border: none;
                text-align: left;
            }

            .table-responsive .table.table-custom-fixed > tbody > tr.summary > td {
                border-top: 1px solid #ddd;
            }

                .table-responsive .table.table-custom-fixed > tbody > tr.summary > td span {
                    font-size: 22px;
                    line-height: 26px;
                }

                .table-responsive .table.table-custom-fixed > tbody > tr.summary > td .color-text {
                    display: inline-block;
                }

                .table-responsive .table.table-custom-fixed > tbody > tr.summary > td .number-unit {
                    display: inline-block;
                }

@media screen and (max-width: 999px) {
    .table-responsive {
        overflow: auto;
    }
}

.custom-radio {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .custom-radio input[type=radio] {
        display: none;
    }

        .custom-radio input[type=radio] + label {
            background-image: url("../../../Images/icons/ico-rad.png");
            background-position: 0 0;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px;
            display: block;
            float: left;
            padding: 0;
            margin-right: 10px;
            cursor: pointer;
        }

        .custom-radio input[type=radio]:checked + label {
            background-image: url("../../../Images/icons/ico-rad-checked.png");
            background-position: 0 0;
            background-repeat: no-repeat;
        }

        .custom-radio input[type=radio]:disabled + label + span.content-rdo-inline {
            color: #f0f0f0;
        }

        .custom-radio input[type=radio]:checked + label + span.content-rdo-inline {
            color: #5a5a5a;
        }

    .custom-radio input[type=checkbox] {
        display: none;
    }

        .custom-radio input[type=checkbox] + label {
            background-image: url("../../../Images/icons/ico-rad.png");
            background-position: 0 0;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px;
            display: block;
            float: left;
            padding: 0;
            margin-right: 10px;
            cursor: pointer;
        }

        .custom-radio input[type=checkbox]:checked + label {
            background-image: url("../../../Images/icons/ico-rad-checked.png");
            background-position: 0 0;
            background-repeat: no-repeat;
        }

        .custom-radio input[type=checkbox]:disabled + label + span.content-rdo-inline {
            color: #f0f0f0;
        }

        .custom-radio input[type=checkbox]:checked + label + span.content-rdo-inline {
            color: #5a5a5a;
        }

    .custom-radio span.content-rdo-inline {
        padding-left: 0;
        line-height: 25px;
        color: #5a5a5a;
        display: block;
        float: left;
        max-width: 85%;
        cursor: pointer;
    }

#mobile-menu-trigger {
    float: right;
    display: none;
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 40px;
    vertical-align: middle;
    text-align: right;
    color: #424439;
}

@media (max-width: 1024px) {
    #mobile-menu-trigger {
        display: none;
    }

    .lt-ie9 #mobile-menu-trigger {
        display: none;
    }
    #Account {
        margin-right:0px !important;
    }
    .social{
        display:none !important;
    }
    .en {
        margin:0 !important;
    }
    .wrapper > .row > .col-md-11 {
        padding-right:0px !important;
    }
}
@media (max-width: 320px) {


    #nav-expander > .fa-bars {
        padding-left: 10px !important;
    }

    #policy {
        padding: 0px 5px !important;
    }

    .search > a {
        padding-right: 10px !important;
    }
}

@media (max-width: 992px) {
    #mobile-menu-trigger {
        display: block;
    }

    .lt-ie9 #mobile-menu-trigger {
        display: none;
    }
}

#header {
    position: relative;
    width: 100%;
    height: auto;
}

    #header .top-menu-wrapper {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        background-color: #1CA59B;
    }

        #header .top-menu-wrapper .wrapper {
            max-width: 1470px;
            margin: 0 auto;
        }

        #header .top-menu-wrapper .top-main-nav {
            text-align: left;
        }

            #header .top-menu-wrapper .top-main-nav ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #header .top-menu-wrapper .top-main-nav ul li {
                    position: relative;
                    display: inline-block;
                    padding: 10px 0;
                    margin: 0 5px;
                    -webkit-transition: all 0.2s;
                    -moz-transition: all 0.2s;
                    -ms-transition: all 0.2s;
                    -o-transition: all 0.2s;
                    transition: all 0.2s;
                }

                    #header .top-menu-wrapper .top-main-nav ul li a {
                        font-size: 22px;
                        line-height: 28px;
                        color: #fff;
                    }

                        #header .top-menu-wrapper .top-main-nav ul li a:hover {
                            color: #000;
                            text-decoration: none;
                        }

                    #header .top-menu-wrapper .top-main-nav ul li:hover ul {
                        display: block;
                        opacity: 1;
                        visibility: visible;
                    }

                    #header .top-menu-wrapper .top-main-nav ul li.current a {
                        color: #000;
                    }

                        #header .top-menu-wrapper .top-main-nav ul li.current a:hover {
                            color: #000;
                            text-decoration: none;
                        }

                    #header .top-menu-wrapper .top-main-nav ul li ul {
                        padding: 0;
                        position: absolute;
                        top: 100%;
                        left: 0;
                        min-width: 240px;
                        -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow: none;
                        display: none;
                        opacity: 0;
                        visibility: hidden;
                        -webkit-transiton: opacity 0.2s;
                        -moz-transition: opacity 0.2s;
                        -ms-transition: opacity 0.2s;
                        -o-transition: opacity 0.2s;
                        -transition: opacity 0.2s;
                        z-index: 99;
                    }

                        #header .top-menu-wrapper .top-main-nav ul li ul li {
                            display: block;
                            padding: 10px;
                            margin: 0;
                            color: #fff;
                            background-color: #1CA59B;
                        }

                            #header .top-menu-wrapper .top-main-nav ul li ul li a {
                                display: block;
                                font-size: 22px;
                                line-height: 22px;
                                color: #fff;
                            }

                                #header .top-menu-wrapper .top-main-nav ul li ul li a:hover {
                                    color: #000;
                                    text-decoration: none;
                                }

                            #header .top-menu-wrapper .top-main-nav ul li ul li:hover {
                                color: #000;
                                background-color: #1CA59B;
                            }

                                #header .top-menu-wrapper .top-main-nav ul li ul li:hover a {
                                    color: #000;
                                }

        #header .top-menu-wrapper .top-social-nav {
            text-align: right;
        }

            #header .top-menu-wrapper .top-social-nav ul {
                display: inline-block;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #header .top-menu-wrapper .top-social-nav ul li {
                    display: inline-block;
                    padding: 10px 0;
                    margin: 0 5px;
                }

                    #header .top-menu-wrapper .top-social-nav ul li a {
                        font-size: 22px;
                        line-height: 28px;
                        color: #fff;
                    }

.top-social-nav-login {
    display: none !important;
}

#header .top-menu-wrapper .top-social-nav ul li a:hover {
    color: #000;
    text-decoration: none;
}

#header .top-menu-wrapper .top-social-nav ul li.current a {
    color: #000;
}

    #header .top-menu-wrapper .top-social-nav ul li.current a:hover {
        color: #000;
        text-decoration: none;
    }

@media screen and (max-width: 999px) {
    .top-social-nav-login {
        display: inline-block !important;
    }

    #header .top-menu-wrapper .top-social-nav {
        text-align: left;
    }

        #header .top-menu-wrapper .top-social-nav ul {
            float: left;
        }

            #header .top-menu-wrapper .top-social-nav ul.sw-lang {
                float: right;
            }
}

@media screen and (max-width: 1199px) {
    #header .top-menu-wrapper .wrapper {
        padding: 0 10px;
    }
}

#header .bottom-menu-wrapper {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
}

    #header .bottom-menu-wrapper .wrapper {
        max-width: 1470px;
        padding: 0;
        margin: 0 auto;
    }

    #header .bottom-menu-wrapper .logo {
        margin: 20px 0;
    }

    #header .bottom-menu-wrapper .main-nav {
        position: relative;
        display: block;
        width: auto;
    }

        #header .bottom-menu-wrapper .main-nav .main-nav-list {
            float: left;
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
            margin-right: 15px;
            /*.sub-hover-menu {
                    position: absolute;
                    top: 48px;
                    left: 0px;
                    width: 100%;
                    padding: 30px 0;
                    display: none;
                    background-color: #000;
                    background-repeat: repeat;

                    .all-lnk {
                        border: 1px solid #808080;
                        border-radius: 0;
                        color: white;
                        cursor: pointer;
                        
                        font-size: $text-large;
                        height: auto;
                        margin: 0 auto;
                        padding: 10px;
                        width: auto;
                        display: inline-block;

                        &:hover {
                            border: 1px solid #808080;
                        }
                    }
                }*/
        }

            #header .bottom-menu-wrapper .main-nav .main-nav-list ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #header .bottom-menu-wrapper .main-nav .main-nav-list ul li {
                    float: left;
                    position: relative;
                    display: block;
                    width: auto;
                    height: auto;
                    padding: 0;
                    margin: 0;
                }

                    #header .bottom-menu-wrapper .main-nav .main-nav-list ul li a {
                        display: block;
                        height: 95px;
                        padding: 25px 7px 0 14px;
                        font-size: 26px;
                        line-height: 24px;
                        text-transform: capitalize;
                        color: #1CA59B;
                        border-right: 1px solid #f5f5f5;
                    }

                        #header .bottom-menu-wrapper .main-nav .main-nav-list ul li a:hover {
                            color: #fff;
                            /*background-color: $color-primary;*/
                            background: #1ca59b;
                            background: transparent\9;
                            background: rgba(28, 165, 155, 0.75);
                        }

                        #header .bottom-menu-wrapper .main-nav .main-nav-list ul li a.current {
                            color: #fff;
                            /*border-right-color: $color-primary;*/
                            background-color: #1CA59B;
                        }

                            #header .bottom-menu-wrapper .main-nav .main-nav-list ul li a.current:hover {
                                color: #fff;
                                background-color: #1CA59B;
                            }

                    #header .bottom-menu-wrapper .main-nav .main-nav-list ul li ul {
                        list-style: none;
                        opacity: 0;
                        position: absolute;
                        top: 150%;
                        left: 0;
                        visibility: hidden;
                        -o-transition: all .3s ease;
                        transition: all .3s ease;
                        -webkit-transition: all .3s ease;
                        z-index: 999;
                        background-color: #fff;
                        -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
                        -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
                        box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
                    }

                        #header .bottom-menu-wrapper .main-nav .main-nav-list ul li ul li a {
                            display: block;
                            height: auto;
                            padding: 0 15px;
                            border-right: none;
                        }

                    #header .bottom-menu-wrapper .main-nav .main-nav-list ul li:hover > ul {
                        opacity: 1;
                        top: 100%;
                        visibility: visible;
                        background-color: transparent;
                    }

                        #header .bottom-menu-wrapper .main-nav .main-nav-list ul li:hover > ul li {
                            float: none;
                            display: block;
                            width: 210px;
                            margin: 0;
                        }

                            #header .bottom-menu-wrapper .main-nav .main-nav-list ul li:hover > ul li a {
                                color: #5a5a5a;
                                font-size: 22px;
                                line-height: 24px;
                                font-weight: normal;
                                padding: 12px 15px;
                                border-bottom: 0px solid transparent;
                                text-align: left;
                                background-image: none;
                                background-color: rgba(255, 255, 255, 0.85);
                            }

                                #header .bottom-menu-wrapper .main-nav .main-nav-list ul li:hover > ul li a:hover {
                                    color: #fff;
                                    border-bottom: 0px solid transparent;
                                    background-image: none;
                                    background-color: #1CA59B;
                                }

                            #header .bottom-menu-wrapper .main-nav .main-nav-list ul li:hover > ul li:last-child {
                                margin-bottom: 0;
                            }

@media screen and (max-width: 1199px) {
    #header .bottom-menu-wrapper .main-nav .main-nav-list ul li a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

#header .bottom-menu-wrapper .main-nav .header-clicker {
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

    #header .bottom-menu-wrapper .main-nav .header-clicker ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #header .bottom-menu-wrapper .main-nav .header-clicker ul > li {
            float: left;
            font-size: 24px;
            line-height: 28px;
            color: #1CA59B;
        }

            #header .bottom-menu-wrapper .main-nav .header-clicker ul > li > a {
                display: block;
                height: 95px;
                padding: 0;
                font-size: 32px;
                line-height: 95px;
                text-align: center;
                text-transform: capitalize;
                color: #1CA59B;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

        #header .bottom-menu-wrapper .main-nav .header-clicker ul li.popup {
            position: relative;
        }

        #header .bottom-menu-wrapper .main-nav .header-clicker ul .icon-content {
            position: absolute;
            background: #fff;
            min-width: 530px;
            border: 1px solid #ccc;
            right: -35px;
            top: 100%;
            opacity: 0;
            z-index: -1;
            text-align: center;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            margin-top: 10px;
            padding: 0;
            visibility: hidden;
            /*&:before {
                            top: -15px;
                            right: 37px;
                            border: solid transparent;
                            content: " ";
                            height: 0;
                            width: 0;
                            position: absolute;
                            pointer-events: none;
                            border-color: rgba(232,229,232,0);
                            border-bottom-color: #ccc;
                            border-width: 7px;
                            margin-left: -7px;
                            -webkit-transition: all 0.2s ease-in-out;
                            -moz-transition: all 0.2s ease-in-out;
                            -o-transition: all 0.2s ease-in-out;
                            -ms-transition: all 0.2s ease-in-out;
                            transition: all 0.2s ease-in-out;
                        }

                        &:after {
                            top: 0px;
                            right: 37px;
                            border: solid transparent;
                            content: " ";
                            height: 0;
                            width: 0;
                            position: absolute;
                            pointer-events: none;
                            border-color: rgba(232,229,232,0);
                            border-bottom-color: #fff;
                            border-width: 7px;
                            margin-left: -7px;
                        }*/
        }

            #header .bottom-menu-wrapper .main-nav .header-clicker ul .icon-content .button-close {
                color: #1CA59B;
                position: absolute;
                top: 10px;
                right: 10px;
                width: 14px;
                height: 14px;
                padding: 0;
                text-indent: -9999px;
                display: block;
                border: none !important;
                cursor: pointer;
                opacity: 0.6;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                background-image: url("../../../../Images/icons/close-dark.png");
                background-repeat: no-repeat;
            }

            #header .bottom-menu-wrapper .main-nav .header-clicker ul .icon-content .button-close {
                z-index: 20;
            }

                #header .bottom-menu-wrapper .main-nav .header-clicker ul .icon-content .button-close:hover {
                    opacity: 1;
                }

            #header .bottom-menu-wrapper .main-nav .header-clicker ul .icon-content #nav-search {
                padding: 30px;
            }

                #header .bottom-menu-wrapper .main-nav .header-clicker ul .icon-content #nav-search h3 {
                    margin-bottom: 15px;
                }

            #header .bottom-menu-wrapper .main-nav .header-clicker ul .icon-content .btn-med {
                display: block;
                width: 100%;
                margin: 0;
            }

        #header .bottom-menu-wrapper .main-nav .header-clicker ul .active .icon-content {
            opacity: 1;
            z-index: 200;
            margin-top: 0;
            visibility: visible;
            overflow: visible !important;
        }

            #header .bottom-menu-wrapper .main-nav .header-clicker ul .active .icon-content:after {
                top: -14px;
            }

@media screen and (max-width: 999px) {
    #header .bottom-menu-wrapper .main-nav .header-clicker {
        float: right;
        margin-right: 53px;
    }

        #header .bottom-menu-wrapper .main-nav .header-clicker ul > li > a {
            height: auto;
            padding: 0px 15px 0px 15px;
            /*font-size: $text-small;*/
            line-height: 65px;
            border-right: 1px solid #c0c0c0;
        }
}

@media screen and (max-width: 767px) {
    #header .bottom-menu-wrapper .main-nav .header-clicker ul > li > a {
        font-size: 28px;
    }
}

#header .bottom-menu-wrapper.fixed-top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 99;
}

@media screen and (max-width: 1199px) {
    #header .bottom-menu-wrapper .wrapper {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1199px) {
    #header .bottom-menu-wrapper .logo {
        margin: 5px 0;
    }
}

#header .nav-expander {
    background-color: transparent;
    color: #1CA59B;
    display: none;
    font-size: 28px;
    height: 50px;
    margin-right: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 10px;
    right: 10px;
    transition: right 0.5s ease-in-out 0s;
    -webkit-transition: right 0.5s ease-in-out 0s;
    -moz-transition: right 0.5s ease-in-out 0s;
    -o-transition: right 0.5s ease-in-out 0s;
    width: 50px;
    line-height: 50px;
    z-index: 12;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -pie-border-radius: 5px;
    behavior: url(pie/PIE.htc);
}

    #header .nav-expander:hover {
        color: #5a5a5a;
        text-decoration: none;
        cursor: pointer;
    }

    #header .nav-expander.fixed {
        /*position: fixed;
            z-index: 999;
            @include round-corner(0px);*/
    }

    #header .nav-expander i {
        font-size: 28px;
    }

#header .nav-expanded .nav-expander.fixed {
    right: 100%;
}

@media screen and (max-width: 999px) {
    #header .nav-expander {
        display: block;
    }
}

#header-Menu {
    height: 82px;
    background-color: #fff;
}

    #header-Menu .header-menu {
        display: block;
        z-index: 20;
        float: right;
        max-width: 70%;
        height: 82px;
    }

        #header-Menu .header-menu .header-icons .header-clicker,
        #header-Menu .header-menu .header-icons .header-social {
            display: inline-block;
            padding-top: 15px;
        }

            #header-Menu .header-menu .header-icons .header-clicker ul,
            #header-Menu .header-menu .header-icons .header-social ul {
                list-style: none;
            }

        #header-Menu .header-menu .header-icons .header-clicker {
            margin-right: 25px;
        }

            #header-Menu .header-menu .header-icons .header-clicker > li {
                float: left;
                font-size: 24px;
                line-height: 28px;
                color: #1CA59B;
                margin-right: 20px;
            }

                #header-Menu .header-menu .header-icons .header-clicker > li > a {
                    display: block;
                    text-decoration: none;
                    padding: 0;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

            #header-Menu .header-menu .header-icons .header-clicker li.popup {
                position: relative;
            }

            #header-Menu .header-menu .header-icons .header-clicker li.search a {
                width: 35px;
                height: 35px;
                font-size: 32px;
                line-height: 30px;
                color: #cdcdcd;
                text-align: center;
            }

            #header-Menu .header-menu .header-icons .header-clicker li.language a {
                width: 35px;
                height: 35px;
                font-size: 20px;
                line-height: 35px;
                color: #fff;
                text-align: center;
                background-color: #cdcdcd;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -pie-border-radius: 50%;
                behavior: url(pie/PIE.htc);
            }

            #header-Menu .header-menu .header-icons .header-clicker .icon-content {
                position: absolute;
                background: #fff;
                min-width: 530px;
                border: 1px solid #ccc;
                right: -35px;
                top: 130%;
                opacity: 0;
                z-index: -1;
                text-align: center;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                margin-top: 10px;
                padding: 0;
                visibility: hidden;
            }

                #header-Menu .header-menu .header-icons .header-clicker .icon-content:before {
                    top: -15px;
                    right: 37px;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(232, 229, 232, 0);
                    border-bottom-color: #ccc;
                    border-width: 7px;
                    margin-left: -7px;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                #header-Menu .header-menu .header-icons .header-clicker .icon-content:after {
                    top: 0px;
                    right: 37px;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(232, 229, 232, 0);
                    border-bottom-color: #fff;
                    border-width: 7px;
                    margin-left: -7px;
                }

                #header-Menu .header-menu .header-icons .header-clicker .icon-content .button-close {
                    color: #1CA59B;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    width: 14px;
                    height: 14px;
                    padding: 0;
                    text-indent: -9999px;
                    display: block;
                    cursor: pointer;
                    opacity: 0.6;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    background-image: url("../../../../Images/icons/close-dark.png");
                    background-repeat: no-repeat;
                }

                #header-Menu .header-menu .header-icons .header-clicker .icon-content .button-close {
                    z-index: 20;
                }

                    #header-Menu .header-menu .header-icons .header-clicker .icon-content .button-close:hover {
                        opacity: 1;
                    }

                #header-Menu .header-menu .header-icons .header-clicker .icon-content #nav-search {
                    padding: 30px;
                }

                    #header-Menu .header-menu .header-icons .header-clicker .icon-content #nav-search h3 {
                        margin-bottom: 15px;
                    }

                #header-Menu .header-menu .header-icons .header-clicker .icon-content .btn-med {
                    display: block;
                    width: 100%;
                    margin: 0;
                }

            #header-Menu .header-menu .header-icons .header-clicker .active .icon-content {
                opacity: 1;
                z-index: 200;
                margin-top: 0;
                visibility: visible;
                overflow: visible !important;
            }

                #header-Menu .header-menu .header-icons .header-clicker .active .icon-content:after {
                    top: -14px;
                }

        #header-Menu .header-menu .header-icons .header-social > li {
            float: left;
            font-size: 24px;
            line-height: 28px;
            color: #1CA59B;
            margin-right: 20px;
        }

            #header-Menu .header-menu .header-icons .header-social > li:last-child {
                margin-right: 0;
            }

            #header-Menu .header-menu .header-icons .header-social > li > a {
                display: block;
                text-decoration: none;
                padding: 0;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

        #header-Menu .header-menu .header-icons .header-social li a {
            text-indent: -9999px;
        }

        #header-Menu .header-menu .header-icons .header-social li.facebook-icon a {
            width: 35px;
            height: 35px;
            background-image: url("../../../../Images/icons/facebook-icon.jpg");
            background-repeat: no-repeat;
            background-size: cover;
        }

        #header-Menu .header-menu .header-icons .header-social li.youtube-icon a {
            width: 35px;
            height: 35px;
            background-image: url("../../../../Images/icons/youtube-icon.jpg");
            background-repeat: no-repeat;
            background-size: cover;
        }

        #header-Menu .header-menu .header-icons .header-social li.trinity-icon a {
            width: 83px;
            height: 35px;
            background-image: url("../../../../Images/icons/trinity-icon.jpg");
            background-repeat: no-repeat;
            background-size: cover;
        }

@media screen and (max-width: 999px) {
    #header-Menu .header-menu {
        display: none;
    }
}

#header-Mainnav {
    max-width: 100%;
}

    #header-Mainnav .main-nav {
        position: relative;
        min-width: 100%;
    }

        #header-Mainnav .main-nav .main-nav-list {
            float: left;
            width: 100%;
            list-style: none;
            text-align: left;
            background-color: #acacad;
        }

            #header-Mainnav .main-nav .main-nav-list li {
                float: left;
                position: relative;
                display: block;
                margin: 0;
                width: auto;
                height: 48px;
            }

                #header-Mainnav .main-nav .main-nav-list li a {
                    display: block;
                    height: 48px;
                    padding: 0 16px;
                    font-size: 24px;
                    line-height: 48px;
                    text-transform: capitalize;
                    color: #fff;
                }

                    #header-Mainnav .main-nav .main-nav-list li a:hover {
                        color: #cdcdcd;
                    }

                    #header-Mainnav .main-nav .main-nav-list li a.current {
                        color: #fff;
                        background-color: #1CA59B;
                    }

                        #header-Mainnav .main-nav .main-nav-list li a.current:hover {
                            color: #fff;
                        }

                #header-Mainnav .main-nav .main-nav-list li ul {
                    list-style: none;
                    opacity: 0;
                    position: absolute;
                    top: 150%;
                    left: 0;
                    visibility: hidden;
                    -o-transition: all .3s ease;
                    transition: all .3s ease;
                    -webkit-transition: all .3s ease;
                    z-index: 999;
                    background-color: transparent;
                    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
                    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
                    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
                }

                #header-Mainnav .main-nav .main-nav-list li:hover > ul {
                    opacity: 1;
                    top: 100%;
                    visibility: visible;
                    background-color: transparent;
                }

                    #header-Mainnav .main-nav .main-nav-list li:hover > ul li {
                        float: none;
                        display: block;
                        width: 210px;
                        margin: 0;
                    }

                        #header-Mainnav .main-nav .main-nav-list li:hover > ul li a {
                            color: #5a5a5a;
                            font-size: 22px;
                            line-height: 24px;
                            font-weight: normal;
                            padding: 12px 15px;
                            border-bottom: 0px solid transparent;
                            text-align: left;
                            background-image: none;
                            background-color: rgba(255, 255, 255, 0.85);
                        }

                            #header-Mainnav .main-nav .main-nav-list li:hover > ul li a:hover {
                                color: #fff;
                                border-bottom: 0px solid transparent;
                                background-image: none;
                                background-color: #1CA59B;
                            }

                        #header-Mainnav .main-nav .main-nav-list li:hover > ul li:last-child {
                            margin-bottom: 0;
                        }

            #header-Mainnav .main-nav .main-nav-list .sub-hover-menu {
                position: absolute;
                top: 48px;
                left: 0px;
                width: 100%;
                padding: 30px 0;
                display: none;
                background-color: #000;
                background-repeat: repeat;
            }

                #header-Mainnav .main-nav .main-nav-list .sub-hover-menu .all-lnk {
                    border: 1px solid #808080;
                    border-radius: 0;
                    color: white;
                    cursor: pointer;
                    font-size: 40px;
                    height: auto;
                    margin: 0 auto;
                    padding: 10px;
                    width: auto;
                    display: inline-block;
                }

                    #header-Mainnav .main-nav .main-nav-list .sub-hover-menu .all-lnk:hover {
                        border: 1px solid #808080;
                    }

                #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul {
                    padding: 0;
                    margin: 0;
                }

                    #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li {
                        margin: 0px;
                        color: #5a5a5a;
                    }

                        #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a {
                            display: block;
                            padding: 15px;
                            height: auto;
                            text-transform: capitalize;
                            line-height: 1em;
                            text-align: left;
                            border-top: solid 0px transparent;
                            border-bottom: solid 5px transparent;
                        }

                            #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .pic-unit {
                                position: relative;
                                display: block;
                                width: 100%;
                                margin-bottom: 5px;
                                background-color: #fff;
                                overflow: hidden;
                            }

                                #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .pic-unit img {
                                    max-width: 100%;
                                }

                            #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .location-unit {
                                font-size: 40px;
                                font-family: 'helvethaicaX_med';
                                font-weight: 500;
                                line-height: 0.8em;
                                -o-text-overflow: ellipsis;
                                text-overflow: ellipsis;
                                word-wrap: break-word;
                                text-transform: uppercase;
                                margin: 10px 0;
                            }

                            #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .available-unit {
                                color: #999;
                                font-size: 24px;
                                font-family: 'helvethaicaX_regular';
                                font-weight: 500;
                            }

                                #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .available-unit span {
                                    color: #cdcdcd;
                                    font-size: 40px;
                                    font-family: 'helvethaicaX_regular';
                                    font-weight: 500;
                                }

                            #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a:hover {
                                border-top: solid 0px transparent;
                                border-bottom: solid 5px transparent;
                            }

                                #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a:hover .pic-unit img {
                                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                                    filter: alpha(opacity=80);
                                    /* Modern Browsers */
                                    opacity: 0.8;
                                }

    #header-Mainnav .main-search {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        padding: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        color: #fff;
        cursor: pointer;
        border-left: solid 1px #000;
        text-align: center;
    }

        #header-Mainnav .main-search.opened {
            border-left: solid 1px transparent;
            background-color: #000;
        }

        #header-Mainnav .main-search a {
            display: block;
            font-family: 'helvethaicaX_ext';
            color: #fff;
            font-size: 24px;
        }

    #header-Mainnav.fixed-top {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        background-color: #acacad;
        z-index: 99;
    }

@media screen and (max-width: 999px) {
    #header-Mainnav.fixed-top .main-nav {
        display: none;
    }
}

@media screen and (max-width: 999px) {
    #header-Mainnav {
        display: none;
    }
}

#searchBar.header_search .wrapNav {
    color: white;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #000;
}

    #searchBar.header_search .wrapNav.opened {
        display: block;
        background-color: #000;
    }

#searchBar.header_search input[type=text] {
    background: transparent;
    border: 1px solid #808080;
    color: #999;
    float: none;
    font-size: 24px;
    color: #a9a9a9;
    font-family: 'helvethaicaX_regular';
    margin: 0;
    padding: 10px;
    width: 100%;
    height: 40px;
}

#searchBar.header_search input[type=button],
#searchBar.header_search input[type=submit] {
    background: transparent url("../../../images/icons/arrow3.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
    border: 1px solid #808080;
    border-radius: 0;
    color: white;
    cursor: pointer;
    float: left;
    font-family: 'helvethaicaX_regular';
    font-size: 40px;
    height: 40px;
    margin: 0;
    padding: 10px;
    text-indent: -7%;
    width: 100%;
}

/*#profileBar{
  .profileWrap{
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 999;
    display: none;
    .profile-tool{
      position: relative;
      background: #333;
      border: 1px solid #999;
      &:after,
      &:before{
        bottom: 100%;
        left: 80%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      &:after{
        border-color: rgba(153, 153, 153, 0);
        border-bottom-color: #333;
        border-width: 5px;
        margin-left: -5px;
      }
      &:before{
        border-color: rgba(153, 153, 153, 0);
        border-bottom-color: #999;
        border-width: 6px;
        margin-left: -6px;
      }
      ul{
        padding: 10px;
        margin: 0;
        li{
          text-align: left;
          padding: 2px 5px;
          margin-bottom: 5px;
          border-bottom: solid 1px #2a2a2a;
          a{
            color: #999;
            font-family: 'helvethaicaX_ext';
            font-size: 18px;
          }

          &:hover,
          &.current{
            background-color: #2a2a2a;
            border-bottom-color: #fff;
            a{
              color: #fff;
            }
          }
        }
      }
    }
    &.opened{
      display: block;
    }
  }
}*/

#header .top-menu-wrapper .top-main-nav ul li.login .dropdown .dropdown-menu .dropdown-divider,
#header .top-menu-wrapper .top-social-nav ul li.top-social-nav-login .dropdown .dropdown-menu .dropdown-divider {
    height: 0 !important;
    margin: .5rem 0 !important;
    overflow: hidden !important;
    border-top: 1px solid #e9ecef !important;
}

.quicklink-wrapper {
    position: absolute;
    top: 198px;
    right: 0;
    display: block;
    width: 170px;
}

    .quicklink-wrapper ul {
        list-style: none;
    }

        .quicklink-wrapper ul li {
            float: left;
            width: 100%;
            height: auto;
            padding: 10px;
            margin-bottom: 3px;
            background-color: #1CA59B;
        }

            .quicklink-wrapper ul li a {
                color: #fff;
                font-weight: 300;
                font-size: 24px;
                line-height: 24px;
                display: block;
                width: 100%;
                height: 100%;
            }

            .quicklink-wrapper ul li i, .quicklink-wrapper ul li img, .quicklink-wrapper ul li span {
                display: inline-block;
                vertical-align: middle;
            }

            .quicklink-wrapper ul li img {
                margin-right: 5px;
            }

            .quicklink-wrapper ul li i {
                width: 30px;
                font-size: 40px;
            }

            .quicklink-wrapper ul li.login {
                background-color: #1CA59B;
            }

            .quicklink-wrapper ul li:hover {
                background-color: #000;
            }

.login-active {
    background-color: #000 !important;
}

@media screen and (max-width: 767px) {
    .quicklink-wrapper {
        top: auto;
        position: relative;
        width: 100%;
    }

        .quicklink-wrapper ul li {
            text-align: center;
        }

            .quicklink-wrapper ul li a {
                font-size: 28px;
                line-height: 40px;
            }
}

.btn-wrapper {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

    .btn-wrapper.txt-left {
        text-align: left;
    }

    .btn-wrapper.txt-right {
        text-align: right;
    }

    .btn-wrapper.inline-block {
        display: inline-block;
        vertical-align: top;
        width: 13%;
    }

@media screen and (max-width: 767px) {
    .btn-wrapper {
        min-width: 200px;
    }

        .btn-wrapper.inline-block {
            min-width: 1px;
        }
}

.input-wrapper {
    margin: 0 auto;
    margin-bottom: 15px;
}

    .input-wrapper.inline-block {
        display: inline-block;
        vertical-align: top;
        width: 85%;
    }

.select-wrapper {
    margin: 0 auto;
    margin-bottom: 15px;
}

    .select-wrapper.inline-block {
        display: inline-block;
        vertical-align: top;
        width: 85%;
    }

.title-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
}

    .title-wrapper .title {
        /*margin: 0 auto;
        margin-bottom: 20px;*/
        color: #1CA59B;
    }

    .title-wrapper .subtitle {
        /*margin: 0 auto;
        margin-bottom: 25px;*/
        color: #5a5a5a;
    }

    .title-wrapper .description {
        /*margin: 0 auto;
        margin-bottom: 25px;*/
        color: #5a5a5a;
    }

    .title-wrapper .readmore {
        /*margin: 0 auto;
        margin-bottom: 25px;*/
        font-size: 28px;
        line-height: 28px;
        color: #5a5a5a;
    }

        .title-wrapper .readmore:hover {
            color: #000;
            text-decoration: none;
        }

@media screen and (max-width: 1199px) {
    .title-wrapper {
        margin-bottom: 20px;
    }

        .title-wrapper .title {
            margin-bottom: 10px;
        }

        .title-wrapper .subtitle {
            margin-bottom: 15px;
        }

        .title-wrapper .description {
            margin-bottom: 15px;
        }

        .title-wrapper .readmore {
            margin-bottom: 15px;
        }
}

.owl-carousel {
    padding: 0 0 50px 0;
}

    .owl-carousel .owl-nav {
        width: 100%;
        position: absolute;
        top: auto;
        bottom: 0;
        text-align: center;
    }

        .owl-carousel .owl-nav .owl-prev {
            margin: 0 20px;
            display: inline-block;
            vertical-align: middle;
            text-indent: -9999px;
            background-image: url("../../../../Images/icons/ico-slideleft.png");
            width: 45px;
            height: 45px;
            background-position: center center;
            background-repeat: no-repeat;
        }

            .owl-carousel .owl-nav .owl-prev:hover {
                background-image: url("../../../../Images/icons/ico-slideleft-white.png");
                background-color: #1CA59B;
            }

            .owl-carousel .owl-nav .owl-prev.disabled {
                opacity: 0.25;
                cursor: not-allowed;
            }

                .owl-carousel .owl-nav .owl-prev.disabled:hover {
                    background-image: url("../../../../Images/icons/ico-slideleft.png");
                    background-color: transparent;
                }

        .owl-carousel .owl-nav .owl-next {
            display: inline-block;
            vertical-align: middle;
            margin: 0 20px;
            text-indent: -9999px;
            background-image: url("../../../../Images/icons/ico-slideright.png");
            width: 45px;
            height: 45px;
            background-position: center center;
            background-repeat: no-repeat;
        }

            .owl-carousel .owl-nav .owl-next:hover {
                background-image: url("../../../../Images/icons/ico-slideright-white.png");
                background-color: #1CA59B;
            }

            .owl-carousel .owl-nav .owl-next.disabled {
                opacity: 0.25;
                cursor: not-allowed;
            }

                .owl-carousel .owl-nav .owl-next.disabled:hover {
                    background-image: url("../../../../Images/icons/ico-slideright.png");
                    background-color: transparent;
                }

.sprite {
    background-image: url("../../../images/spritesheet.png");
    background-repeat: no-repeat;
    display: inline-block;
}

    .sprite.sprite-p_back_to_top {
        background-position: -116px -51px;
        width: 63px;
        height: 57px;
    }

    .sprite.sprite-p_call1865 {
        background-position: -138px -150px;
        width: 112px;
        height: 18px;
    }

    .sprite.sprite-p_live_chat {
        background-position: -41px -213px;
        width: 206px;
        height: 49px;
    }

    .sprite.sprite.sprite-p_i_home3 {
        background-position: -146px -178px;
        width: 26px;
        height: 25px;
    }

    .sprite.sprite-p_i_home {
        background-position: -72px -178px;
        width: 28px;
        height: 25px;
    }

    .sprite.sprite.sprite-p_search_off {
        background-position: -312px -201px;
        width: 20px;
        height: 20px;
    }

.index-slider {
    width: 100%;
    top: 0;
    left: 0;
}

    .index-slider .foo-item {
        float: left;
        position: relative;
        display: block;
        width: 100%;
    }

        .index-slider .foo-item .caption-outer {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .index-slider .foo-item .caption-inner {
            display: table;
            width: 100%;
            height: 100%;
            padding: 0;
        }

        .index-slider .foo-item .caption {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            color: #fff;
            width: 100%;
            z-index: 2;
            text-decoration: none;
        }

            .index-slider .foo-item .caption .title-wrapper {
                padding: 0 10%;
            }

            .index-slider .foo-item .caption .title {
                /*margin-bottom: 12px;*/
                color: #fff;
                text-transform: uppercase;
            }

            .index-slider .foo-item .caption .subtitle {
                color: #fff;
            }

            .index-slider .foo-item .caption .description {
                color: #fff;
            }

@media screen and (max-width: 1199px) {
    .index-slider .foo-item .caption .title-wrapper {
        padding: 0 5%;
    }
}

@media screen and (max-width: 767px) {
    .index-slider .foo-item .caption {
        padding: 0 20px;
    }

        .index-slider .foo-item .caption .title-wrapper {
            padding: 0;
            margin-bottom: 0;
        }
}

.breadcrumb-section {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: auto;
}

    .breadcrumb-section .breadcrumb {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 28px;
    }

        .breadcrumb-section .breadcrumb > li {
            margin-right: 5px;
            color: #5a5a5a;
            text-transform: capitalize;
        }

            .breadcrumb-section .breadcrumb > li a {
                font-family: "KitithadaBold";
                color: #fff;
            }

                .breadcrumb-section .breadcrumb > li a:hover {
                    color: #1CA59B;
                    text-decoration: none;
                }

            .breadcrumb-section .breadcrumb > li + li:before {
                font-family: 'FontAwesome';
                font-style: normal;
                font-variant: normal;
                font-weight: normal;
                line-height: 1;
                text-transform: none;
                content: '\f105';
                color: #fff;
                padding: 0;
                padding-right: 8px;
                font-size: 14px;
            }

        .breadcrumb-section .breadcrumb > .active {
            color: #fff;
        }

    .breadcrumb-section .breadcrumb-post {
        background-color: transparent;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 28px;
    }

        .breadcrumb-section .breadcrumb-post > li {
            display: inline-block;
            margin-right: 5px;
            color: #5a5a5a;
            text-transform: unset;
        }

            .breadcrumb-section .breadcrumb-post > li.signout a {
                text-decoration: underline;
            }

            .breadcrumb-section .breadcrumb-post > li a {
                font-family: "KitithadaBold";
                color: #fff;
            }

                .breadcrumb-section .breadcrumb-post > li a:hover {
                    color: #1CA59B;
                    text-decoration: none;
                }

            .breadcrumb-section .breadcrumb-post > li span {
                font-family: "KitithadaBold";
                color: #fff;
            }

@media screen and (max-width: 999px) {
    .breadcrumb-section {
        /*position: relative;
        top: auto;
        left: auto;
        height: auto;
        margin: 20px auto;*/
    }
}

.page-content-wrapper {
    position: relative;
    display: block;
    max-width: 100%;
}

    .page-content-wrapper .sidenav-left {
        display: block;
    }

        .page-content-wrapper .sidenav-left .vertical-menu-wrapper {
            display: block;
        }

            .page-content-wrapper .sidenav-left .vertical-menu-wrapper h3 {
                color: #1CA59B;
            }

            .page-content-wrapper .sidenav-left .vertical-menu-wrapper ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .page-content-wrapper .sidenav-left .vertical-menu-wrapper ul li {
                    display: block;
                    padding: 10px 25px 10px 10px;
                    margin: 0;
                    border-bottom: 1px solid #ccc;
                }

                    .page-content-wrapper .sidenav-left .vertical-menu-wrapper ul li a {
                        display: block;
                        color: #5a5a5a;
                    }

                        .page-content-wrapper .sidenav-left .vertical-menu-wrapper ul li a:hover {
                            text-decoration: none;
                        }

                    .page-content-wrapper .sidenav-left .vertical-menu-wrapper ul li:hover {
                        background-color: #1CA59B;
                        background-image: url("../../../../Images/icons/ico-arrow-right-white.png");
                        background-repeat: no-repeat;
                        background-position: center right 10px;
                        background-position-y: 15px;
                        background-position-x: calc(100% - 5px);
                    }

                        .page-content-wrapper .sidenav-left .vertical-menu-wrapper ul li:hover a {
                            color: #fff;
                            text-decoration: none;
                        }

                    .page-content-wrapper .sidenav-left .vertical-menu-wrapper ul li.current {
                        background-color: #1CA59B;
                        background-image: url("../../../../Images/icons/ico-arrow-right-white.png");
                        background-repeat: no-repeat;
                        background-position: center right 10px;
                        background-position-y: 15px;
                        background-position-x: calc(100% - 5px);
                    }

                        .page-content-wrapper .sidenav-left .vertical-menu-wrapper ul li.current a {
                            color: #fff;
                            text-decoration: none;
                        }

@media screen and (max-width: 999px) {
    .page-content-wrapper .sidenav-left .vertical-menu-wrapper {
        display: none;
    }
}

.page-content-wrapper .sidenav-left .dropdown-content {
    display: none;
    margin-top: 20px;
}

    .page-content-wrapper .sidenav-left .dropdown-content .btn-med {
        width: 300px;
        margin: 0;
        text-align: left;
        background-image: url("../../../../Images/icons/p_dropdown_select.png");
        background-position: right center;
        background-position-x: calc(100% - 15px);
        background-repeat: no-repeat;
    }

    .page-content-wrapper .sidenav-left .dropdown-content .dropdown-menu {
        max-width: 300px;
        border-radius: 0;
    }

@media screen and (max-width: 999px) {
    .page-content-wrapper .sidenav-left .dropdown-content {
        display: inline-block;
    }
}

@media screen and (max-width: 999px) {
    .page-content-wrapper .sidenav-left .dropdown-content .dropdown-menu {
        max-width: unset;
        width: 100%;
    }

    .page-content-wrapper .sidenav-left .dropdown-content .btn-med.btn-primary {
        border-color: #cdcdcd;
        background-color: #cdcdcd;
    }
}

.page-content-wrapper .sidenav-left .btn-primary:active,
.page-content-wrapper .sidenav-left .btn-primary.active,
.page-content-wrapper .sidenav-left .open > .btn-primary.dropdown-toggle {
    border-color: #1CA59B;
    background-color: #1CA59B;
}

@media screen and (max-width: 767px) {
    .page-content-wrapper .sidenav-left .btn-primary:active,
    .page-content-wrapper .sidenav-left .btn-primary.active,
    .page-content-wrapper .sidenav-left .open > .btn-primary.dropdown-toggle {
        border-color: #cdcdcd;
        background-color: #cdcdcd;
    }
}

.page-content-wrapper .sidenav-left .btn-primary:active:hover,
.page-content-wrapper .sidenav-left .btn-primary:active:focus,
.page-content-wrapper .sidenav-left .btn-primary:active.focus,
.page-content-wrapper .sidenav-left .btn-primary.active:hover,
.page-content-wrapper .sidenav-left .btn-primary.active:focus,
.page-content-wrapper .sidenav-left .btn-primary.active.focus,
.page-content-wrapper .sidenav-left .open > .btn-primary.dropdown-toggle:hover,
.page-content-wrapper .sidenav-left .open > .btn-primary.dropdown-toggle:focus,
.page-content-wrapper .sidenav-left .open > .btn-primary.dropdown-toggle.focus {
    border-color: #1CA59B;
    background-color: #1CA59B;
}

@media screen and (max-width: 767px) {
    .page-content-wrapper .sidenav-left .btn-primary:active:hover,
    .page-content-wrapper .sidenav-left .btn-primary:active:focus,
    .page-content-wrapper .sidenav-left .btn-primary:active.focus,
    .page-content-wrapper .sidenav-left .btn-primary.active:hover,
    .page-content-wrapper .sidenav-left .btn-primary.active:focus,
    .page-content-wrapper .sidenav-left .btn-primary.active.focus,
    .page-content-wrapper .sidenav-left .open > .btn-primary.dropdown-toggle:hover,
    .page-content-wrapper .sidenav-left .open > .btn-primary.dropdown-toggle:focus,
    .page-content-wrapper .sidenav-left .open > .btn-primary.dropdown-toggle.focus {
        border-color: #cdcdcd;
        background-color: #cdcdcd;
    }
}

.page-content-wrapper .article-right {
    display: block;
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 50px;
}

    .page-content-wrapper .article-right .heading-section {
        padding: 0;
    }

        .page-content-wrapper .article-right .heading-section h1, .page-content-wrapper .article-right .heading-section h2, .page-content-wrapper .article-right .heading-section h3 {
            margin-bottom: 0;
        }

.page-content-wrapper .title-wrapper {
    text-align: left;
    margin: 0 auto;
}

/*.page-content-wrapper .content-editor {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
}*/
.page-content-wrapper .content-editor {
    display: block;
    width: 100%;
    height: auto;
    padding: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 25px;
    overflow: hidden;
    letter-spacing: 0px;
}


    .page-content-wrapper .content-editor h1, .page-content-wrapper .content-editor h2, .page-content-wrapper .content-editor h3, .page-content-wrapper .content-editor h4, .page-content-wrapper .content-editor h5, .page-content-wrapper .content-editor h6 {
        margin: 0 auto;
        margin-bottom: 15px;
        color: #1CA59B;
    }

    .page-content-wrapper .content-editor p {
        margin: 0 auto;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
    }

    .page-content-wrapper .content-editor span {
        margin: 0 auto;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
    }

    .page-content-wrapper .content-editor a {
        margin: 0 auto;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
    }

    .page-content-wrapper .content-editor img {
        max-width: 100%;
    }

    .page-content-wrapper .content-editor ul {
        list-style-type: none;
        list-style-image: url("../../../../Images/icons/ico-list-green.jpg");
        list-style-position: outside;
        padding-left: 20px;
        margin-bottom: 25px;
    }

        .page-content-wrapper .content-editor ul li {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 10px;
        }

            .page-content-wrapper .content-editor ul li span {
                font-size: 24px;
                line-height: 28px;
                color: #5a5a5a;
            }

    .page-content-wrapper .content-editor ol {
        list-style-type: decimal;
        list-style-position: outside;
        padding: 0;
        padding-left: 20px;
        margin: 0;
    }

        .page-content-wrapper .content-editor ol li {
            font-size: 24px;
            line-height: 28px;
            color: #1CA59B;
            margin-bottom: 10px;
        }

            .page-content-wrapper .content-editor ol li span {
                font-size: 24px;
                line-height: 28px;
                color: #5a5a5a;
            }

    .page-content-wrapper .content-editor .gallery-wrapper {
        /*float: right;*/
        max-width: 50%;
    }

@media screen and (max-width: 767px) {
    .page-content-wrapper .content-editor .gallery-wrapper {
        max-width: unset;
        width: 100%;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }
}

.page-content-wrapper .content-editor .list-group .list-group-item {
    padding: 1px 0 1px 0;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: none;
}

    .page-content-wrapper .content-editor .list-group .list-group-item:first-child {
        padding: 0;
        border-bottom: none;
    }

    .page-content-wrapper .content-editor .list-group .list-group-item:last-child {
        padding: 0;
        border-bottom: none;
    }

        .page-content-wrapper .content-editor .list-group .list-group-item:last-child .list-group-head {
            border-bottom: none;
        }

    .page-content-wrapper .content-editor .list-group .list-group-item .list-group-head {
        height: 50px;
        border-bottom: 1px solid #cdcdcd;
        background-color: transparent;
        cursor: pointer;
    }

        .page-content-wrapper .content-editor .list-group .list-group-item .list-group-head > div {
            height: 50px;
            padding: 0 15px;
            margin: 0;
            line-height: 34px;
        }

            .page-content-wrapper .content-editor .list-group .list-group-item .list-group-head > div h3 {
                margin: 0 auto;
                line-height: 34px;
                color: #1CA59B;
            }

            .page-content-wrapper .content-editor .list-group .list-group-item .list-group-head > div .icn-circle {
                position: absolute;
                top: 0;
                right: 20px;
                font-size: 24px;
                color: #fff;
                border-radius: 50%;
                background-color: #1CA59B;
            }

                .page-content-wrapper .content-editor .list-group .list-group-item .list-group-head > div .icn-circle.fa-stack {
                    width: 34px;
                    height: 34px;
                }

                    .page-content-wrapper .content-editor .list-group .list-group-item .list-group-head > div .icn-circle.fa-stack .fa-stack-2x {
                        font-size: 24px;
                        line-height: 34px;
                    }

            .page-content-wrapper .content-editor .list-group .list-group-item .list-group-head > div a {
                position: absolute;
                top: 0px;
                left: 10px;
                height: 25px;
                color: #fff;
                text-decoration: none;
                vertical-align: middle;
                line-height: 23px;
            }

        .page-content-wrapper .content-editor .list-group .list-group-item .list-group-head.active {
            border-bottom: none;
        }

    .page-content-wrapper .content-editor .list-group .list-group-item .active > div {
        height: 50px;
        padding: 0 15px;
        margin: 0;
        line-height: 50px;
    }

        .page-content-wrapper .content-editor .list-group .list-group-item .active > div .fa-angle-down:before {
            content: "\f106";
        }

    .page-content-wrapper .content-editor .list-group .list-group-item .list-group-content {
        display: none;
        height: auto;
        padding: 0 20px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #cdcdcd;
        border-top: none;
        text-align: left;
        background-color: transparent;
    }

        .page-content-wrapper .content-editor .list-group .list-group-item .list-group-content.opened {
            display: block;
        }

.page-content-wrapper .content-editor .list-download-wrapper {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    background-color: #fff;
}

    .page-content-wrapper .content-editor .list-download-wrapper .list-title {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
        background-color: #ccc;
    }

        .page-content-wrapper .content-editor .list-download-wrapper .list-title .th-wrapper {
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 24px;
            line-height: 24px;
            text-align: center;
            border-right: 1px solid #fff;
        }

            .page-content-wrapper .content-editor .list-download-wrapper .list-title .th-wrapper:last-child {
                border: none;
            }

    .page-content-wrapper .content-editor .list-download-wrapper .list-group {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 50px;
    }

        .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item {
            display: block;
            width: 100%;
            height: auto;
            padding: 0 0 10px 0;
            margin: 0 0 10px 0;
            font-size: 22px;
            line-height: 24px;
        }

            .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item p.title {
                margin-bottom: 5px;
                color: #1CA59B;
            }

            .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .date {
                text-align: center;
            }

            .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .document {
                padding: 0 10px;
                text-align: left;
            }

                .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .document a {
                    display: block;
                    padding-left: 25px;
                    font-size: 22px;
                    line-height: 24px;
                    color: #5a5a5a;
                    background-image: url("../../../../Images/icons/ico-list-name.jpg");
                    background-position: left top;
                    background-repeat: no-repeat;
                }

                    .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .document a:hover {
                        color: #1CA59B;
                        text-decoration: none;
                    }

            .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .download-with-icon {
                padding: 0;
                text-align: left;
            }

                .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .download-with-icon a {
                    display: block;
                    padding-left: 30px;
                    font-size: 22px;
                    line-height: 24px;
                    color: #5a5a5a;
                    background-image: url("../../../../Images/icons/ico-download-list-black.jpg");
                    background-position: left center;
                    background-repeat: no-repeat;
                }

                    .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .download-with-icon a:hover {
                        color: #1CA59B;
                        text-decoration: none;
                    }

@media screen and (max-width: 999px) {
    .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item {
        padding: 20px;
    }

        .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .date, .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .document {
            text-align: left;
            margin-bottom: 20px;
        }

        .page-content-wrapper .content-editor .list-download-wrapper .list-group .list-item .download-with-icon {
            display: inline-block;
            text-align: left;
        }
}

.page-content-wrapper .content-editor .owl-carousel .owl-nav {
    text-align: left;
}

    .page-content-wrapper .content-editor .owl-carousel .owl-nav .owl-prev, .page-content-wrapper .content-editor .owl-carousel .owl-nav .owl-next {
        margin: 0;
    }

.page-content-wrapper .heading-section {
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

    .page-content-wrapper .heading-section h2 {
        margin: 0 auto;
        margin-bottom: 20px;
        color: #1CA59B;
    }

    .page-content-wrapper .heading-section h3 {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .page-content-wrapper .heading-section .add-print {
        display: block;
        width: 100%;
        text-align: right;
    }

        .page-content-wrapper .heading-section .add-print a {
            display: inline-block;
            padding-left: 50px;
            font-size: 28px;
            line-height: 41px;
            color: #5a5a5a;
            background-image: url("../../../../Images/icons/ico-print-black.jpg");
            background-position: left center;
            background-repeat: no-repeat;
        }

            .page-content-wrapper .heading-section .add-print a:hover {
                text-decoration: none;
            }

    .page-content-wrapper .heading-section .add-download {
        display: block;
        width: 100%;
        text-align: right;
    }

        .page-content-wrapper .heading-section .add-download a {
            display: inline-block;
            padding-left: 50px;
            font-size: 28px;
            line-height: 43px;
            color: #5a5a5a;
            background-image: url("../../../../Images/icons/ico-download-black.png");
            background-position: left center;
            background-repeat: no-repeat;
        }

            .page-content-wrapper .heading-section .add-download a:hover {
                text-decoration: none;
            }

    .page-content-wrapper .heading-section .fundname {
        display: block;
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }

        .page-content-wrapper .heading-section .fundname span {
            font-size: 40px;
            line-height: 40px;
            color: #1CA59B;
        }

    .page-content-wrapper .heading-section .date {
        display: block;
        width: 100%;
    }

        .page-content-wrapper .heading-section .date span {
            font-size: 28px;
            line-height: 28px;
            color: #5a5a5a;
        }

    .page-content-wrapper .heading-section .dateinput {
        padding-right: 25px;
        background-image: url("../../../../Images/icons/datepicker.jpg");
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 10px);
    }

@media screen and (max-width: 767px) {
    .page-content-wrapper .heading-section .add-print, .page-content-wrapper .heading-section .add-download {
        text-align: left;
        margin-bottom: 20px;
    }
}

.page-content-wrapper .fund-list-wrapper {
    position: relative;
    display: block;
    max-width: 100%;
}

    .page-content-wrapper .fund-list-wrapper .title-heading {
        height: 90px;
        padding: 20px;
        text-align: left;
        background-color: #1CA59B;
    }

        .page-content-wrapper .fund-list-wrapper .title-heading h3 {
            margin: 0 auto;
            font-size: 28px;
            line-height: 28px;
            color: #fff;
        }

    .page-content-wrapper .fund-list-wrapper .showMoreData {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }

        .page-content-wrapper .fund-list-wrapper .showMoreData .txtShowMore {
            display: block;
            padding: 10px 5px;
            font-size: 24px;
            line-height: 20px;
            color: #1CA59B;
            border-top: 1px solid #f5f5f5;
            cursor: pointer;
        }

    .page-content-wrapper .fund-list-wrapper .fund-list {
        display: block;
        margin-bottom: 30px;
    }

        .page-content-wrapper .fund-list-wrapper .fund-list .list-group {
            position: relative;
            width: 100%;
            height: 340px;
            padding: 20px;
            padding-bottom: 70px;
            margin: 0 auto;
            margin-bottom: 15px;
            background-color: #fff;
            overflow: hidden;
        }

            .page-content-wrapper .fund-list-wrapper .fund-list .list-group ul {
                list-style: none;
                height: 230px;
                padding: 0;
                margin: 0;
                overflow: hidden;
            }

                .page-content-wrapper .fund-list-wrapper .fund-list .list-group ul li {
                    padding-left: 20px;
                    margin-bottom: 10px;
                    background-image: url("../../../../Images/icons/ico-list-arrow-black.png");
                    background-position: left 5px;
                    background-repeat: no-repeat;
                    /*display: none;*/
                }

                    .page-content-wrapper .fund-list-wrapper .fund-list .list-group ul li a {
                        color: #5a5a5a;
                    }

                        .page-content-wrapper .fund-list-wrapper .fund-list .list-group ul li a:hover {
                            color: #1CA59B;
                            text-decoration: none;
                        }

    .page-content-wrapper .fund-list-wrapper .fund-list-detail {
        display: block;
        margin-bottom: 30px;
    }

        .page-content-wrapper .fund-list-wrapper .fund-list-detail .list-group {
            position: relative;
            width: 100%;
            height: auto;
            padding: 20px;
            padding-bottom: 70px;
            margin: 0 auto;
            margin-bottom: 15px;
            background-color: #fff;
            overflow: hidden;
        }

            .page-content-wrapper .fund-list-wrapper .fund-list-detail .list-group ul {
                list-style: none;
                height: auto;
                padding: 0;
                margin: 0;
                overflow: hidden;
            }

                .page-content-wrapper .fund-list-wrapper .fund-list-detail .list-group ul li {
                    padding-left: 20px;
                    margin-bottom: 10px;
                    background-image: url("../../../../Images/icons/ico-list-arrow-black.png");
                    background-position: left 5px;
                    background-repeat: no-repeat;
                    /*display: none;*/
                }

                    .page-content-wrapper .fund-list-wrapper .fund-list-detail .list-group ul li a {
                        color: #5a5a5a;
                    }

                        .page-content-wrapper .fund-list-wrapper .fund-list-detail .list-group ul li a:hover {
                            color: #1CA59B;
                            text-decoration: none;
                        }

@media screen and (max-width: 999px) {
    .page-content-wrapper .fund-list-wrapper .title-heading {
        height: auto;
        padding: 10px 20px;
    }

    .page-content-wrapper .fund-list-wrapper .fund-list .list-group {
        height: auto;
    }

        .page-content-wrapper .fund-list-wrapper .fund-list .list-group ul {
            height: auto;
        }
}

.page-content-wrapper .fund-detail-wrapper {
    position: relative;
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}

    .page-content-wrapper .fund-detail-wrapper.bg-white {
        padding: 20px;
        background-color: #fff;
    }

    .page-content-wrapper .fund-detail-wrapper.bg-transparent {
        padding: 20px;
        background-color: transparent;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section {
        max-width: 100%;
    }

        .page-content-wrapper .fund-detail-wrapper .information-section .title {
            margin: 10px 0;
            font-size: 28px;
            line-height: 28px;
            color: #1CA59B;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper {
            display: block;
            max-width: 100%;
            margin: auto;
            margin-bottom: 22px;
        }

            .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .cover {
                max-width: 100%;
                margin-bottom: 22px;
            }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .cover img {
                    max-width: 100%;
                }

            .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail {
                max-width: 100%;
                margin-bottom: 15px;
                font-size: 22px;
                line-height: 24px;
                color: #5a5a5a;
            }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail.bg-white {
                    padding: 20px;
                    background-color: #fff;
                }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail h2 {
                    margin: 0 auto;
                    margin-bottom: 22px;
                    color: #1CA59B;
                }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail h3 {
                    margin: 0 auto;
                    margin-bottom: 22px;
                    font-size: 28px;
                    line-height: 28px;
                    color: #1CA59B;
                }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail p {
                    font-size: 22px;
                    line-height: 24px;
                    color: #5a5a5a;
                }

                    .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail p.custom-label {
                        color: #1CA59B;
                    }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail span {
                    font-size: 22px;
                    line-height: 24px;
                    color: #1CA59B;
                }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail ol {
                    list-style-type: decimal;
                    list-style-position: outside;
                    padding-left: 20px;
                    margin: 0;
                }

                    .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail ol li {
                        color: #1CA59B;
                        margin-bottom: 15px;
                    }

                        .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail ol li span {
                            color: #5a5a5a;
                        }

            .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav {
                max-width: 100%;
                margin-bottom: 22px;
                color: #5a5a5a;
            }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav p {
                    font-size: 20px;
                    line-height: 22px;
                }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav .date {
                    margin-bottom: 10px;
                    font-size: 20px;
                    line-height: 22px;
                    text-align: center;
                }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav .nav-name {
                    padding-top: 30px;
                }

                    .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav .nav-name h3 {
                        margin: 0;
                        color: #1CA59B;
                    }

                .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav .nav-value {
                    text-align: center;
                }

                    .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav .nav-value p {
                        margin-bottom: 10px;
                    }

                    .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav .nav-value h3 {
                        margin: 0;
                        color: #1CA59B;
                    }

@media screen and (max-width: 767px) {
    .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav .date {
        text-align: left;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav .nav-name {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .data-wrapper .detail-nav .nav-value {
        text-align: left;
        margin-bottom: 20px;
    }
}

.page-content-wrapper .fund-detail-wrapper .information-section .document-download {
    display: block;
    margin-bottom: 22px;
}

    .page-content-wrapper .fund-detail-wrapper .information-section .document-download .title {
        display: inline-block;
        width: auto;
        padding-right: 30px;
        margin: 0 auto;
        margin-bottom: 10px;
        line-height: 26px;
        background-image: url("../../../../Images/icons/ico-pdf-red.jpg");
        background-position: right center;
        background-repeat: no-repeat;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .document-download ul {
        list-style: none;
        padding: 0 10px;
        padding-left: 20px;
        margin: 0;
    }

        .page-content-wrapper .fund-detail-wrapper .information-section .document-download ul li {
            list-style-image: url("../../../../Images/icons/ico-list-arrow-black.png");
            list-style-position: outside;
            margin-bottom: 5px;
        }

            .page-content-wrapper .fund-detail-wrapper .information-section .document-download ul li a {
                font-size: 22px;
                line-height: 24px;
                color: #5a5a5a;
            }

                .page-content-wrapper .fund-detail-wrapper .information-section .document-download ul li a:hover {
                    color: #1CA59B;
                    text-decoration: none;
                }

.page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute {
    display: block;
}

    .page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute .pieChartItem {
        width: 100%;
        float: left;
        min-height: 225px;
        text-align: center;
    }

        .page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute .pieChartItem .chart {
            position: relative;
            display: inline-block;
            width: 110px;
            height: 110px;
            margin-top: 25px;
            margin-bottom: 25px;
            text-align: center;
        }

            .page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute .pieChartItem .chart .percent {
                color: #1CA59B;
            }

            .page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute .pieChartItem .chart canvas {
                position: absolute;
                top: 0;
                left: 0;
            }

        .page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute .pieChartItem .chartMinus {
            position: relative;
            display: inline-block;
            width: 110px;
            height: 110px;
            margin-top: 25px;
            margin-bottom: 25px;
            text-align: center;
        }

            .page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute .pieChartItem .chartMinus .percent {
                color: #ff0000;
            }

            .page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute .pieChartItem .chartMinus canvas {
                position: absolute;
                top: 0;
                left: 0;
            }

        .page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute .pieChartItem .percent {
            display: inline-block;
            line-height: 110px;
            z-index: 2;
        }

            .page-content-wrapper .fund-detail-wrapper .information-section .invesment-distribute .pieChartItem .percent:after {
                content: '%';
                margin-left: 0.1em;
                font-size: .8em;
            }

.page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper {
    /*min-height: 320px;*/
    padding: 25px 20px;
    background-color: #fff;
}

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-block {
        /*float: left;*/
        width: 100%;
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 22px;
        /*text-align: center;*/
    }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-block .item {
            position: relative;
            display: inline-block;
            width: 19%;
            height: 75px;
            margin-bottom: 3px;
            color: #ccc;
            background-color: #f5f5f5;
        }

            .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-block .item.active {
                color: #fff;
                background-color: #1CA59B;
            }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-block .caption-outer {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-block .caption-inner {
            display: table;
            width: 100%;
            height: 100%;
            padding: 0 10px;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-block .caption {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 100%;
            z-index: 2;
            text-decoration: none;
        }

@media screen and (max-width: 1199px) {
    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-block .item {
        width: 49%;
    }
}

@media screen and (max-width: 999px) {
    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-block .item {
        width: 19%;
    }
}

@media screen and (max-width: 767px) {
    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-block .item {
        width: 49%;
    }
}

.page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
    clear: both;
}

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .chart-block {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        text-align: left;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk {
        font-size: 28px;
        line-height: 28px;
        color: #1CA59B;
    }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk.lv1 {
            color: #0a8040;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk.lv2 {
            color: #3ca248;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk.lv3 {
            color: #6db646;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk.lv4 {
            color: #9bca32;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk.lv5 {
            color: #efed83;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk.lv6 {
            color: #fcbe0a;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk.lv7 {
            color: #f89637;
        }

        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk.lv8 {
            color: #ed2024;
        }
        .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .title-risk.lv81 {
            color: #C20404;
        }
    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .detail-risk {
        font-size: 40px;
        line-height: 40px;
        color: #5a5a5a;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .percent.lv1 {
        color: #0a8040;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .percent.lv2 {
        color: #3ca248;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .percent.lv3 {
        color: #6db646;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .percent.lv4 {
        color: #9bca32;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .percent.lv5 {
        color: #efed83;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .percent.lv6 {
        color: #fcbe0a;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .percent.lv7 {
        color: #f89637;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .percent.lv8 {
        color: #ed2024;
    }
    .page-content-wrapper .fund-detail-wrapper .information-section .risk-level-wrapper .risk-level-chart .percent.lv81 {
        color: #C20404;
    }

.page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper {
    /*min-height: 320px;*/
    padding: 25px 20px;
    background-color: #fff;
}

    .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .graph-block {
        display: block;
        width: 100%;
    }

    .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs {
        display: block;
        width: 100%;
    }

        .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul li {
                position: relative;
                display: block;
                padding: 5px 15px;
                /*width: 100%;*/
                margin-bottom: 1px;
                background: #D3D3D3;
                color: #5a5a5a;
                cursor: pointer;
            }

                .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul li a {
                    font-size: 22px;
                    line-height: 24px;
                    color: #5a5a5a;
                }

                .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul li:hover {
                    background-color: #1CA59B;
                }

                    .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul li:hover a {
                        color: #fff;
                    }

                .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul li.active {
                    background-color: #1CA59B;
                    cursor: pointer;
                }

                    .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul li.active a {
                        color: #fff;
                    }

                    .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul li.active:after {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 9px;
                        right: 100%;
                        width: 0;
                        height: 0;
                        border-color: transparent #1CA59B transparent transparent;
                        border-style: solid;
                        border-width: 7px;
                    }

@media screen and (max-width: 999px) {
    .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs {
        margin-bottom: 20px;
    }

        .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul li {
            display: inline-block;
            width: auto;
        }

            .page-content-wrapper .fund-detail-wrapper .information-section .nav-graph-wrapper .nav-chart-tabs ul li.active:after {
                display: none;
            }
}

.page-content-wrapper .fund-table-wrapper {
    position: relative;
    display: block;
    max-width: 100%;
    background-color: #fff;
}

.tabs-menu-wrapper {
    background-color: transparent;
}

    .tabs-menu-wrapper .btn-med {
        width: 100%;
        margin: 10px auto;
        text-align: left;
        background-image: url("../../../../Images/icons/arrow3-down.png");
        background-repeat: no-repeat;
        background-position-x: calc(100% - 10px);
        background-position-y: center;
    }

    .tabs-menu-wrapper .dropdown-menu {
        width: 100%;
    }

    .tabs-menu-wrapper .nav-tabs {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
#mutual-tab-menu > li > a {
    font-size: 23.49px !important
}

        .tabs-menu-wrapper .nav-tabs > li {
            margin-bottom: 0;
        }

            .tabs-menu-wrapper .nav-tabs > li a {
                color: #5a5a5a;
                font-size: 24px;
                line-height: 28px;
                background-color: transparent;
                border: 0;
                padding: 15px;
                margin-right: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -pie-border-radius: 0;
                behavior: url(pie/PIE.htc);
            }

                .tabs-menu-wrapper .nav-tabs > li a:hover {
                    color: #fff;
                    /*background-color: #1db6ab;*/
                    background: #1ca59b;
                    background: transparent\9;
                    background: rgba(28, 165, 155, 0.75);
                }

            .tabs-menu-wrapper .nav-tabs > li.current a {
                color: #fff;
                background-color: #1CA59B;
                border: 0;
                margin-right: 0;
            }

@media screen and (max-width: 1199px) {
    .tabs-menu-wrapper .nav-tabs > li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 999px) {
    .tabs-menu-wrapper .nav-tabs {
        display: none;
    }
}

.tabs-menu-wrapper .dropdown-content {
    display: none;
}

    .tabs-menu-wrapper .dropdown-content .btn-med {
        max-width: 300px;
        margin: 0;
        background-image: url("../../../../Images/icons/p_dropdown_select.png");
        background-position: right center;
        background-position-x: calc(100% - 15px);
        background-repeat: no-repeat;
    }

    .tabs-menu-wrapper .dropdown-content .dropdown-menu {
        max-width: 300px;
        border-radius: 0;
    }

@media screen and (max-width: 999px) {
    .tabs-menu-wrapper .dropdown-content {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .tabs-menu-wrapper .dropdown-content .btn-med, .tabs-menu-wrapper .dropdown-content .dropdown-menu {
        max-width: unset;
        width: 100%;
    }

        .tabs-menu-wrapper .dropdown-content .btn-med.btn-primary {
            border-color: #cdcdcd;
            background-color: #cdcdcd;
        }
}

.tabs-menu-wrapper .btn-primary:active,
.tabs-menu-wrapper .btn-primary.active,
.tabs-menu-wrapper .open > .btn-primary.dropdown-toggle {
    border-color: #1CA59B;
    background-color: #1CA59B;
}

@media screen and (max-width: 767px) {
    .tabs-menu-wrapper .btn-primary:active,
    .tabs-menu-wrapper .btn-primary.active,
    .tabs-menu-wrapper .open > .btn-primary.dropdown-toggle {
        border-color: #cdcdcd;
        background-color: #cdcdcd;
    }
}

.tabs-menu-wrapper .btn-primary:active:hover,
.tabs-menu-wrapper .btn-primary:active:focus,
.tabs-menu-wrapper .btn-primary:active.focus,
.tabs-menu-wrapper .btn-primary.active:hover,
.tabs-menu-wrapper .btn-primary.active:focus,
.tabs-menu-wrapper .btn-primary.active.focus,
.tabs-menu-wrapper .open > .btn-primary.dropdown-toggle:hover,
.tabs-menu-wrapper .open > .btn-primary.dropdown-toggle:focus,
.tabs-menu-wrapper .open > .btn-primary.dropdown-toggle.focus {
    border-color: #1CA59B;
    background-color: #1CA59B;
}

@media screen and (max-width: 767px) {
    .tabs-menu-wrapper .btn-primary:active:hover,
    .tabs-menu-wrapper .btn-primary:active:focus,
    .tabs-menu-wrapper .btn-primary:active.focus,
    .tabs-menu-wrapper .btn-primary.active:hover,
    .tabs-menu-wrapper .btn-primary.active:focus,
    .tabs-menu-wrapper .btn-primary.active.focus,
    .tabs-menu-wrapper .open > .btn-primary.dropdown-toggle:hover,
    .tabs-menu-wrapper .open > .btn-primary.dropdown-toggle:focus,
    .tabs-menu-wrapper .open > .btn-primary.dropdown-toggle.focus {
        border-color: #cdcdcd;
        background-color: #cdcdcd;
    }
}

.search-wrapper {
    margin-bottom: 32px;
}

    .search-wrapper .search-outer .title {
        line-height: 48px;
    }

    .search-wrapper .search-outer .textinput {
        height: 48px;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -pie-border-radius: 5px;
        behavior: url(pie/PIE.htc);
        font-size: 20px;
    }

    .search-wrapper .search-outer .dateinput {
        height: 21px;
        border: 0;
        padding: 0;
        padding-right: 25px;
        margin: 0;
        background-image: url("../../../../Images/icons/datepicker.jpg");
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 5px);
    }

    .search-wrapper .search-outer select {
        font-family: "KitithadaBold";
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        height: 48px;
        margin: 0;
        padding: 8px 10px 7px 10px;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -pie-border-radius: 5px;
        behavior: url(pie/PIE.htc);
        font-size: 20px;
    }

    .search-wrapper .search-outer select {
        margin-bottom: 15px;
        background-image: url("../../../../Images/icons/p_dropdown_black.png");
        background-repeat: no-repeat;
        background-position: center right 10px;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
    }

    .search-wrapper .search-outer .date-wrapper {
        padding: 5px;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -pie-border-radius: 5px;
        behavior: url(pie/PIE.htc);
        background-image: url("../../../../Images/line.jpg");
        background-repeat: no-repeat;
        background-position: center center;
    }

        .search-wrapper .search-outer .date-wrapper .control-label {
            font-size: 12px;
        }

    .search-wrapper .search-outer .btn-wrapper {
        /*padding-top: 3px;*/
    }

        .search-wrapper .search-outer .btn-wrapper .btn-search {
            width: 43px;
            height: 40px;
            display: block;
            text-indent: -9999px;
            background-image: url("../../../../Images/icons/jpage-next.jpg");
            background-repeat: no-repeat;
            background-position: center center;
        }

@media screen and (max-width: 999px) {
    .search-wrapper .search-outer .date-wrapper {
        margin-bottom: 10px;
        background-image: none;
    }
}

.section-pagination {
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin-bottom: 50px;
}

    .section-pagination .page-text {
        font-size: 22px;
    }

    .section-pagination .view-all {
        font-size: 22px;
        cursor: pointer;
    }

        .section-pagination .view-all:hover {
            color: #1CA59B;
        }

    .section-pagination .holder {
        margin-left: 15px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

        .section-pagination .holder a {
            min-width: 20px;
            width: auto;
            height: 40px;
            display: inline-block;
            font-size: 22px;
            cursor: pointer;
            margin: 0 5px;
            color: #5a5a5a;
            text-align: center;
        }

            .section-pagination .holder a:hover {
                color: #1CA59B;
            }

            .section-pagination .holder a.jp-current {
                color: #1CA59B;
            }

                .section-pagination .holder a.jp-current:hover {
                    color: #1CA59B;
                }

            .section-pagination .holder a.jp-previous, .section-pagination .holder a.jp-next {
                width: 43px;
                height: 40px;
                text-indent: -9999px;
            }

            .section-pagination .holder a.jp-previous {
                background-image: url("../../../../Images/icons/jpage-prev.jpg");
            }

            .section-pagination .holder a.jp-next {
                background-image: url("../../../../Images/icons/jpage-next.jpg");
            }

@media screen and (max-width: 767) {
    .section-pagination {
        text-align: center;
    }

        .section-pagination .holder {
            margin-right: 5px;
        }

            .section-pagination .holder a {
                margin: 0;
                margin-right: 10px;
            }
}

.search_main {
    width: 100%;
    color: #fff;
    opacity: 0;
    display: none;
}

.search_main--search {
    background-color: #000;
    padding: 30px 0;
}

    .search_main--search span {
        font-size: 30px;
        color: #fff;
        font-family: 'helvethaicaX_regular';
        line-height: 40px;
    }

    .search_main--search select {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #000;
        background-image: url("../../../images/icons/p_dropdown_select.png");
        background-repeat: no-repeat;
        background-position: center right 15px;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
        width: 100%;
        height: 40px;
        margin: 0;
        padding: 0px 10px;
        border: 1px solid #fff;
        font-size: 24px;
        line-height: 40px;
        color: #a9a9a9;
        font-family: 'helvethaicaX_regular';
        vertical-align: top;
    }

    .search_main--search button {
        position: relative;
        background-color: #1CA59B;
        background-image: url("../../../images/icons/p_btn_white.png");
        background-repeat: no-repeat;
        background-position: center right 15px;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
        border: 0 solid #808080;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        font-family: 'helvethaicaX_regular';
        font-size: 40px;
        height: 42px;
        margin: 0;
        padding: 15px;
        text-indent: -7%;
        width: 100%;
        -webkit-transition: background-color 300ms linear;
        -moz-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }

        .search_main--search button:hover {
            color: #5a5a5a;
            background-color: #ddd;
            background-image: url("../../../images/icons/p_btn_black.png");
        }

        .search_main--search button i {
            display: none;
            position: absolute;
            font-size: 30px;
            right: 0;
            top: 5px;
            padding: 1px 15px;
        }

    .search_main--search input[type=button],
    .search_main--search input[type=submit] {
        background-image: url("../../../images/icons/p_btn_white.png");
        background-repeat: no-repeat;
        background-position: center right 15px;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
        border: 0 solid #808080;
        border-radius: 0;
        color: white;
        cursor: pointer;
        font-family: 'helvethaicaX_regular';
        font-size: 40px;
        height: 40px;
        margin: 0;
        padding: 15px;
        text-indent: -7%;
        width: 100%;
    }

        .search_main--search input[type=button]:hover,
        .search_main--search input[type=submit]:hover {
            color: #5a5a5a;
            background-color: #ddd;
            background-image: url("../../../images/icons/p_btn_black.png");
        }

    .search_main--search .header_search input[type=text] {
        background: transparent;
        border: 1px solid #808080;
        color: #999;
        float: none;
        font-size: 24px;
        color: #a9a9a9;
        font-family: 'helvethaicaX_regular';
        margin: 0;
        padding: 10px;
        width: 100%;
        height: 40px;
    }

    .search_main--search .header_search input[type=button],
    .search_main--search .header_search input[type=submit] {
        background: transparent url("../../../images/icons/arrow3.png");
        background-repeat: no-repeat;
        background-position: center right 15px;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
        border: 1px solid #808080;
        border-radius: 0;
        color: white;
        cursor: pointer;
        font-family: 'helvethaicaX_regular';
        font-size: 40px;
        height: 40px;
        margin: 0;
        padding: 15px;
        text-indent: -7%;
        width: 100%;
    }

    .search_main--search .header_search span {
        font-size: 24px;
    }

@media screen and (max-width: 767px) {
    .search_main--search span {
        display: block;
        margin-bottom: 15px;
        line-height: 20px;
    }

    .search_main--search select {
        margin-bottom: 15px;
    }
}

.side-menu {
    display: block;
    margin-top: 73px;
    margin-bottom: 75px;
}

    .side-menu .dropdown-content {
        display: none;
    }

    .side-menu .list-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .side-menu .list-menu li {
            line-height: 26px;
            padding: 5px 10px;
        }

            .side-menu .list-menu li h3 {
                color: #cdcdcd;
                font-size: 24px;
                font-weight: 400;
                margin: 0;
            }

            .side-menu .list-menu li a {
                display: block;
                color: #5a5a5a;
                font-size: 22px;
            }

                .side-menu .list-menu li a:hover {
                    color: #1CA59B;
                    text-decoration: none;
                }

            .side-menu .list-menu li.current {
                position: relative;
                background-color: #293D69;
            }

                .side-menu .list-menu li.current:after {
                    left: 100%;
                    top: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-left-color: #293D69;
                    border-width: 18px;
                    margin-top: -18px;
                    z-index: 9;
                }

                .side-menu .list-menu li.current a {
                    color: #fff;
                }

@media (max-width: 999px) {
    .side-menu {
        margin-top: 0;
        margin-bottom: 35px;
    }

        .side-menu .dropdown-content {
            display: block;
            margin-bottom: 25px;
        }

            .side-menu .dropdown-content .dropdown-menu {
                float: left;
                background-color: #e9e9e9;
                border-radius: 0;
                min-width: 50%;
                max-width: 100%;
            }

                .side-menu .dropdown-content .dropdown-menu li h3 {
                    padding: 0 10px;
                }

                .side-menu .dropdown-content .dropdown-menu li a {
                    font-family: "KitithadaBold";
                    font-size: 22px;
                    line-height: 28px;
                    padding-top: 8px;
                    padding-bottom: 7px;
                    margin-bottom: 5px;
                    color: #5a5a5a;
                    overflow: hidden;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-weight: normal;
                }

                    .side-menu .dropdown-content .dropdown-menu li a:hover {
                        color: #fff;
                        background-color: #1CA59B;
                    }

            .side-menu .dropdown-content .btn-primary {
                background-image: url("../../../../Images/icons/p_dropdown_select.png");
                background-repeat: no-repeat;
                background-position-y: center;
                background-position-x: calc(100% - 15px);
            }

                .side-menu .dropdown-content .btn-primary:active,
                .side-menu .dropdown-content .btn-primary.active {
                    background-color: #1CA59B !important;
                    border-color: #1CA59B !important;
                }

            .side-menu .dropdown-content.open > .btn-primary.dropdown-toggle {
                background-color: #1CA59B !important;
                border-color: #1CA59B !important;
            }

        .side-menu .list-menu {
            display: none;
        }
}

.modal-custom {
    z-index: 2001;
}

    .modal-custom .modal-dialog {
        width: 50%;
        margin-top: 82px;
    }

        .modal-custom .modal-dialog .modal-content {
            border-radius: 0px;
        }

            .modal-custom .modal-dialog .modal-content .modal-header {
                border-bottom: 0;
                overflow: hidden;
            }

                .modal-custom .modal-dialog .modal-content .modal-header .modal-title {
                    float: left;
                    max-width: 90%;
                    color: #000;
                    font-family: "KitithadaBold";
                    font-size: 40px;
                    line-height: 40px;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    word-wrap: break-word;
                    text-transform: uppercase;
                }

                .modal-custom .modal-dialog .modal-content .modal-header .close {
                    float: right;
                    margin-right: 0;
                    background: none;
                    color: #000;
                    /*font-family: $default-font;*/
                    font-size: unset;
                    line-height: unset;
                    cursor: pointer;
                }

                    .modal-custom .modal-dialog .modal-content .modal-header .close span {
                        font-size: unset;
                        line-height: unset;
                    }

            .modal-custom .modal-dialog .modal-content .modal-body {
                padding-top: 0;
                color: #5a5a5a;
                font-family: "KitithadaBold";
                text-align: left;
                overflow-y:auto;
            }

                .modal-custom .modal-dialog .modal-content .modal-body h3 {
                    font-size: 28px;
                    font-family: "KitithadaBold";
                    font-weight: 400;
                    line-height: 40px;
                    margin: 11px 0;
                }

                .modal-custom .modal-dialog .modal-content .modal-body p {
                    font-size: 22px;
                    line-height: 28px;
                }

                    .modal-custom .modal-dialog .modal-content .modal-body p.note {
                        color: #1CA59B;
                        margin-bottom: 10px;
                    }

                .modal-custom .modal-dialog .modal-content .modal-body label {
                    line-height: 28px;
                }

                .modal-custom .modal-dialog .modal-content .modal-body img {
                    max-width: 100%;
                }

            .modal-custom .modal-dialog .modal-content .modal-footer {
                border-top: 1px solid transparent;
                text-align: right;
            }

                .modal-custom .modal-dialog .modal-content .modal-footer p {
                    font-size: 22px;
                    line-height: 28px;
                }

                    .modal-custom .modal-dialog .modal-content .modal-footer p.note {
                        color: #1CA59B;
                        margin-bottom: 10px;
                    }

@media screen and (max-width: 767px) {
    .modal-custom .modal-dialog {
        width: 95%;
    }

        .modal-custom .modal-dialog .modal-content .modal-body {
            padding: 15px;
        }
}

.modal-custom.lg .modal-dialog {
    width: 80%;
    height: auto;
}

/*�š�ä���*/
.search-result-wrapper {
    display: block;
    margin: 35px auto;
}

    .search-result-wrapper .search-result {
        min-height: 300px;
    }

        .search-result-wrapper .search-result p {
            font-size: 22px;
            color: #5a5a5a;
        }

        .search-result-wrapper .search-result a {
            font-size: 22px;
            color: #5a5a5a;
            text-decoration: none;
        }

            .search-result-wrapper .search-result a:hover {
                color: #000;
            }

/* ------------------------------------------------------ */
/*                     style for ie8                      */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/*              media screen min width 768                */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/*             media screen min width 1000                */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* screen lg  apply to screen  min-width 1200px and above */
/* note: desktop and FullHD screen tablet use this style  */
/* ------------------------------------------------------ */
.footer {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    /*.social-network-box {
        padding-bottom: 10px;
        overflow: hidden;

        .social-network-list {
            margin: 0px auto;
            width: 500px;
            list-style-type: none;

            li {
                float: left;
                margin-right: 40px;

                &:last-child {
                    margin-right: 0px;
                }

                a {
                    width: 36px;
                    height: 36px;
                    padding: 8px 0;
                    display: block;
                    text-decoration: none;
                    font-size: $text-x-small;
                    text-align: center;
                    color: #999;

                    &.fb-social-link {
                        // background: url("../../../images/icons/icon-facebook.png") no-repeat scroll center center;
                    }

                    &.tw-social-link {
                        // background: url("../../../images/icons/icon-twitter.png") no-repeat scroll center center;
                    }

                    &.inst-social-link {
                        // background: url("../../../images/icons/icon-instagram.png") no-repeat scroll center center;
                    }

                    &.pt-social-link {
                        // background: url("../../../images/icons/icon-pinterest.png") no-repeat scroll center center;
                    }

                    &.yt-social-link {
                        // background: url("../../../images/icons/icon-youtube.png") no-repeat scroll center center;
                    }

                    &.blog-social-link {
                        // text-indent: -9999px;
                        // background: url("../../../images/icons/icon-blog.png") no-repeat scroll center center;
                    }

                    &.wechat-social-link {
                        // background: url("../../../images/icons/icon-wechat.png") no-repeat scroll center center;
                    }

                    &:hover {
                        color: #fff;
                    }
                }
            }
        }

        @media screen and (max-width: $screen-sm-min) {
            .social-network-list {
                width: 320px !important;

                li {
                    margin-right: 9px;
                }
            }
        }
    }

    .social-network-list-box {
        h2 {
            text-align: center;
            color: #fff;
            font-family: 'Prompt', sans-serif;
            font-size: $text-large;
        }

        @media screen and (max-width: $screen-xs-max) {
            h2 {
                font-size: 19px;
            }
        }
    }

    .data-house-type-box {
        font-family: 'Prompt', sans-serif;

        h2 {
            border-bottom: 1px solid #626262;
            border-top: 1px solid #626262;
            color: #fff;
            padding: 20px 0;
            text-align: center;
            margin-bottom: 0px;
            font-family: 'Prompt', sans-serif;
            font-size: $text-large;
            cursor: pointer;
        }

        #toggleFooterMenu {
            .icon-toggle {
                padding: 0px 10px;
                font-size: 18px;
            }

            .icon-toggle {
                background: url("../../../images/icons/arrow-shortcut2.png") no-repeat scroll center center;
                padding: 0 15px;
                text-indent: -9999px;
                width: 20px;
                display: inline-block;
                height: 17px;
            }

            &.open {
                .icon-toggle {
                    background: url("../../../images/icons/arrow-shortcut2u.png") no-repeat scroll center center;
                }
            }
        }

        .house-type-title-list {
            display: none;

            ul {
                list-style: none;

                li {
                    float: left;
                    font-size: $text-large;
                    line-height: 32px;
                    text-align: center;
                    // padding:10px 0px;
                    border-bottom: 1px solid #626262;

                    a {
                        color: #a8a9ad;
                        display: block;
                        outline-style: none;
                        padding: 10px 0px;

                        &:hover, &.active {
                            color: #fff;
                        }
                    }

                    &.active {
                        border-bottom: 1px solid #232323;

                        a {
                            color: #fff;
                        }
                    }

                    &.town-house-tab {
                        border-left: 1px solid #626262;
                        // border-right: 1px solid #626262;
                    }
                }
            }

            &.active {
                display: block;
            }

            @media screen and (max-width: $screen-sm-min) {
                ul {
                    li {
                        border-bottom: 1px solid #626262;
                        font-size: 18px;
                        line-height: 26px;
                        padding: 0px 4px;
                    }
                }
            }
        }

        .house-type-data-list {
            display: none;

            .row {
                border-top: 1px solid #626262;
                margin-top: -1px;
                padding: 40px 20px;
            }

            &.active {
                display: block;
            }

            ul {
                list-style: none;

                li {
                    float: left;
                    width: 18%;
                    margin-right: 2%;
                }

                li {
                    font-size: 18px;
                    line-height: 28px;

                    a {
                        color: #a8a9ad;

                        &:hover {
                            color: #fff;
                        }
                    }
                }
            }

            @media screen and (max-width: $screen-sm-min) {
                ul {
                    li {
                        float: left;
                        width: 100%;
                        margin-right: 0;
                    }
                }
            }
        }
    }*/
}

    .footer .register-wrapper {
        position: relative;
        display: none;
        max-width: 100%;
        min-height: 294px;
        padding: 25px 0;
        margin: 0 auto;
        background-color: #fff;
        background-image: url("../../../../Images/home/feature-banner-2.jpg");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .footer .register-wrapper img {
            max-width: 100%;
            display: none;
        }

        .footer .register-wrapper .title {
            margin: 0;
            margin-bottom: 10px;
            font-size: 48px;
            line-height: 48px;
            color: #fff;
            text-align: center;
            visibility: hidden;
        }

        .footer .register-wrapper .subtitle {
            font-size: 40px;
            line-height: 40px;
            color: #fff;
            text-align: center;
        }

        .footer .register-wrapper .caption-outer {
            /*position: relative;
            display: block;*/
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
            text-align: center;
        }

            .footer .register-wrapper .caption-outer .caption-inner {
                display: table;
                width: 100%;
                height: 100%;
                padding: 0 10px;
            }

                .footer .register-wrapper .caption-outer .caption-inner .caption {
                    display: table-cell;
                    vertical-align: middle;
                }

        .footer .register-wrapper .btn-wrapper {
            visibility: hidden;
        }

    .footer .contact-wrapper {
        position: relative;
        display: block;
        max-width: 100%;
        padding: 0;
        padding-top: 50px;
        margin: 0 auto;
        margin-bottom: 45px;
        background-color: #fff;
    }

        .footer .contact-wrapper .social-networks {
            margin-bottom: 45px;
            text-align: center;
            /*@media screen and (max-width: $screen-xs-max) {
                h4 {
                    margin-bottom: 22px;
                }

                li {
                    margin-left: 0;

                    a {
                        width: 64px;
                        height: 64px;
                    }

                    &.facebook {
                        a {
                            background-position: -8px -6px;

                            &:hover {
                                background-position: -8px -82px;
                            }
                        }
                    }

                    &.lineadd {
                        a {
                            background-position: -137px -6px;

                            &:hover {
                                background-position: -137px -82px;
                            }
                        }
                    }

                    &.youtube {
                        a {
                            background-position: -268px -6px;

                            &:hover {
                                background-position: -268px -82px;
                            }
                        }
                    }

                    &.instagram {
                        a {
                            background-position: -398px -7px;

                            &:hover {
                                background-position: -398px -83px;
                            }
                        }
                    }
                }
            }*/
        }

            .footer .contact-wrapper .social-networks h4,
            .footer .contact-wrapper .social-networks ul {
                display: inline-block;
                vertical-align: middle;
                margin: 0;
            }

            .footer .contact-wrapper .social-networks h4 {
                font-size: 40px;
                line-height: 40px;
            }

            .footer .contact-wrapper .social-networks li {
                display: inline-block;
                margin: 0 20px;
            }

                /*.footer .contact-wrapper .social-networks li a {
                    display: block;
                    height: 35px;
                    text-indent: -9999px;
                    background-image: url("../../../../Images/icons/spritesheet-social.png");
                    background-repeat: no-repeat;
                }

                .footer .contact-wrapper .social-networks li.facebook a {
                    width: 33px;
                    background-position: 0 0;
                }

                    .footer .contact-wrapper .social-networks li.facebook a:hover {
                        background-position: 0 -35px;
                    }

                .footer .contact-wrapper .social-networks li.lineadd a {
                    width: 36px;
                    background-position: -33px 0;
                }

                    .footer .contact-wrapper .social-networks li.lineadd a:hover {
                        background-position: -33px -35px;
                    }

                .footer .contact-wrapper .social-networks li.youtube a {
                    width: 41px;
                    background-position: -69px 0;
                }

                    .footer .contact-wrapper .social-networks li.youtube a:hover {
                        background-position: -69px -35px;
                    }

                .footer .contact-wrapper .social-networks li.instagram a {
                    width: 35px;
                    background-position: -110px 0;
                }

                    .footer .contact-wrapper .social-networks li.instagram a:hover {
                        background-position: -110px -35px;
                    }*/

        .footer .contact-wrapper .contact-box h2 {
            margin-top: 0;
            color: #1CA59B;
        }

        .footer .contact-wrapper .contact-box select {
            color: #9e9e9e;
        }

    .footer .index-box-header {
        margin-top: 45px;
        margin-bottom: 95px;
    }

        .footer .index-box-header h2 {
            margin: 0;
            margin-bottom: 22px;
        }

    .footer .footer-menu {
        padding: 20px 0;
        background-color: #1CA59B;
    }

    .footer .footer_sub {
        width: 100%;
        color: #fff;
        padding: 10px 0;
        overflow: hidden;
    }

        .footer .footer_sub .footer_sub--block {
            width: 100%;
            /*.callcenter {
                height: 45px;
                padding-left: 55px;
                margin-bottom: 20px;
                background-image: url('../../../../Images/icons/icon-phone-black.fw.png');
                background-repeat: no-repeat;
                background-position: left center;

                h3 {
                    color: $color-primary;
                    font-size: 20px;
                    line-height: $text-small;
                    font-weight: 400;
                    margin: 0;
                }

                a {
                    color: $color-text;
                    font-size: $text-large;
                    line-height: $text-large;
                    font-weight: 400;

                    &:hover {
                        color: $color-primary;
                    }
                }
            }

            .lacation {
                height: 45px;
                padding-left: 40px;
                margin-bottom: 20px;
                background-image: url('../../../../Images/icons/icon-location.fw.png');
                background-repeat: no-repeat;
                background-position: left center;

                a {
                    color: $color-text;
                    font-size: 20px;
                    line-height: $text-small;
                    line-height: 45px;
                    font-weight: 400;

                    &:hover {
                        color: $color-primary;
                    }
                }
            }

            .email {
                height: 45px;
                padding-left: 55px;
                background-image: url('../../../../Images/icons/icon-mail-black.fw.png');
                background-repeat: no-repeat;
                background-position: left center;

                h3 {
                    color: $color-text;
                    font-size: 20px;
                    line-height: $text-small;
                    font-weight: 400;
                    text-transform: uppercase;
                    margin: 0;
                }

                a {
                    color: $color-text;
                    font-size: 20px;
                    line-height: $text-small;
                    font-weight: 400;

                    &:hover {
                        color: $color-primary;
                    }
                }
            }*/
        }

            .footer .footer_sub .footer_sub--block .copyright {
                position: relative;
                text-align: left;
            }

                .footer .footer_sub .footer_sub--block .copyright p {
                    font-size: 20px;
                    line-height: 22px;
                    color: #5a5a5a;
                }

            .footer .footer_sub .footer_sub--block .bottom-menu {
                position: relative;
                text-align: right;
            }

                .footer .footer_sub .footer_sub--block .bottom-menu ul {
                    list-style: none;
                }

                    .footer .footer_sub .footer_sub--block .bottom-menu ul li {
                        display: inline-block;
                        padding-right: 10px;
                        margin-right: 5px;
                        border-right: 1px solid #5a5a5a;
                    }

                        .footer .footer_sub .footer_sub--block .bottom-menu ul li:last-child {
                            padding-right: 0;
                            margin-right: 0;
                            border-right: 0;
                        }

                        .footer .footer_sub .footer_sub--block .bottom-menu ul li a {
                            font-size: 20px;
                            line-height: 22px;
                            color: #5a5a5a;
                        }

                            .footer .footer_sub .footer_sub--block .bottom-menu ul li a:hover {
                                color: #1CA59B;
                            }

.login-pc {
    display: block !important;
}

.login-mobile {
    display: none !important;
}

@media screen and (max-width: 999px) {
    .footer .footer_sub .footer_sub--block {
        padding: 0 15px;
        margin-bottom: 40px;
    }

        .footer .footer_sub .footer_sub--block .bottom-menu {
            margin-bottom: 20px;
        }

        .footer .footer_sub .footer_sub--block .copyright, .footer .footer_sub .footer_sub--block .bottom-menu {
            text-align: center;
        }
}

@media screen and (max-width: 768px) {
    .footer .contact-mobile .call-center {
        background: url("../../../images/more-info-tablet.png") no-repeat scroll 35px center;
        border-top: 1px solid #626262;
        height: 7.625em;
        width: 100%;
        display: block;
        text-indent: -9999px;
        background-size: 180px auto;
    }

    .footer .contact-mobile .live-chat {
        background: url("../../../images/live-chat-online-mobile.png") no-repeat scroll 35px center;
        border-top: 1px solid #626262;
        height: 7.625em;
        width: 100%;
        display: block;
        text-indent: -9999px;
        background-size: 300px auto;
    }
}

@media screen and (min-width: 480px) and (max-width: 999px) {
    .footer .contact-mobile .call-center {
        background: url("../../../images/more-info-tablet.png") no-repeat scroll 224px center;
        border-top: 1px solid #626262;
        height: 7.625em;
        width: 100%;
        display: block;
        text-indent: -9999px;
        background-size: 180px auto;
    }

    .footer .contact-mobile .live-chat {
        background: url("../../../images/live-chat-online-mobile.png") no-repeat scroll 224px center;
        border-top: 1px solid #626262;
        height: 7.625em;
        width: 100%;
        display: block;
        text-indent: -9999px;
        background-size: 300px auto;
    }

    .footer .hidden-xs {
        display: none !important;
    }
}

#bottom-content-box {
    margin-top: 10px;
}

    #bottom-content-box > .col {
        padding-top: 20px;
        padding-bottom: 10px;
        min-height: 150px;
        border-top: 1px solid #efefef;
    }

        #bottom-content-box > .col:first-child {
            border-left: none;
        }

    #bottom-content-box .thumb {
        display: block;
        width: 100px;
        height: 75px;
        background: #efefef;
    }

    #bottom-content-box .detail .heading, #bottom-content-box .media-body .heading {
        margin: 0;
        padding: 0;
        font-size: 23px;
        font-weight: normal;
        color: #1CA59B;
        line-height: 1.4em;
    }

    #bottom-content-box .detail .desc, #bottom-content-box .media-body .desc {
        overflow: hidden;
        margin: 3px 0 10px 0;
        padding: 0;
        height: 5.6em;
        line-height: 1.4em;
    }

    #bottom-content-box .detail .gen-button, #bottom-content-box .media-body .gen-button {
        float: left;
        width: 80px;
    }

    #bottom-content-box .collapsible-content .panel {
        margin-bottom: 0;
        border: 0;
    }

    #bottom-content-box .collapsible-content .corporate-item {
        border-radius: 0;
        position: relative;
        overflow: hidden;
        -webkit-transition: height 0.35s ease 0s;
        -o-transition: height 0.35s ease 0s;
        transition: height 0.35s ease 0s;
        /*.article-text {
                color: $color-white;
                margin-bottom: 20px;

                ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;

                    .text-link {
                        color: $color-white;
                        font-size: $text-content;
                        line-height: $text-x-small;
                        text-decoration: none;

                        @media screen and (max-width:640px) {
                            padding-left: 15px;
                        }

                        &:hover {
                            text-decoration: underline;
                        }
                    }
                }
            }*/
    }

        #bottom-content-box .collapsible-content .corporate-item .footer-nav-wrapper {
            display: block;
        }

            #bottom-content-box .collapsible-content .corporate-item .footer-nav-wrapper h3 {
                margin-bottom: 0;
            }

                #bottom-content-box .collapsible-content .corporate-item .footer-nav-wrapper h3 .txt-link {
                    color: #fff;
                    font-size: 24px;
                    line-height: 24px;
                }

                    #bottom-content-box .collapsible-content .corporate-item .footer-nav-wrapper h3 .txt-link:hover {
                        text-decoration: underline;
                    }

            #bottom-content-box .collapsible-content .corporate-item .footer-nav-wrapper ul {
                /*hide submenu footer*/
                /*display: none;*/
                list-style-type: none;
                list-style-image: url("../../../../Images/icons/ico-list-white.jpg");
                list-style-position: outside;
                padding-left: 20px;
                margin-bottom: 20px;
            }

                #bottom-content-box .collapsible-content .corporate-item .footer-nav-wrapper ul li .txt-link {
                    color: #fff;
                    font-size: 20px;
                    line-height: 24px;
                }

                    #bottom-content-box .collapsible-content .corporate-item .footer-nav-wrapper ul li .txt-link:hover {
                        text-decoration: underline;
                    }

                #bottom-content-box .collapsible-content .corporate-item .footer-nav-wrapper ul li ul {
                    list-style: disc;
                    list-style-image: none;
                }

                    #bottom-content-box .collapsible-content .corporate-item .footer-nav-wrapper ul li ul li {
                        color: #fff;
                    }

        #bottom-content-box .collapsible-content .corporate-item .collapse {
            padding-bottom: 10px;
            display: none;
        }

            #bottom-content-box .collapsible-content .corporate-item .collapse.in {
                display: block;
            }

        #bottom-content-box .collapsible-content .corporate-item ul, #bottom-content-box .collapsible-content .corporate-item ol {
            padding-left: 25px;
            margin: 0;
        }

        #bottom-content-box .collapsible-content .corporate-item p, #bottom-content-box .collapsible-content .corporate-item li {
            padding-bottom: 0;
        }

        #bottom-content-box .collapsible-content .corporate-item h3 {
            margin: 0px;
            margin-bottom: 15px;
            color: #fff;
            text-transform: uppercase;
            max-width: 300px;
            font-size: 40px;
            line-height: 40px;
        }

            #bottom-content-box .collapsible-content .corporate-item h3 a {
                display: block;
                position: relative;
                padding-right: 40px;
                font-size: 40px;
                line-height: 40px;
                color: #fff;
            }

            #bottom-content-box .collapsible-content .corporate-item h3 span {
                margin-right: -40px;
                background-color: #fff;
                color: #1CA59B;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -pie-border-radius: 50%;
                behavior: url(pie/PIE.htc);
                width: 30px;
                height: 30px;
                line-height: 30px;
                padding-left: 1px;
                text-align: center;
                margin-top: -5px;
            }

                #bottom-content-box .collapsible-content .corporate-item h3 span.pull-right {
                    position: absolute;
                    top: 5px;
                    right: 0;
                    margin-top: 0;
                    margin-right: 0;
                }

            #bottom-content-box .collapsible-content .corporate-item h3 i {
                font-size: 16px;
            }

        #bottom-content-box .collapsible-content .corporate-item h4 {
            font-size: 24px;
            line-height: 40px;
            font-weight: 300;
            margin: 0 0 10px 0;
        }

            #bottom-content-box .collapsible-content .corporate-item h4 a {
                color: #fff;
            }

                #bottom-content-box .collapsible-content .corporate-item h4 a:hover {
                    color: #fff;
                    text-decoration: none;
                }

/*#___gcse_0 {
    position: relative;
    z-index: -1;
    height: 0px;
}*/
.backtotop {
    text-align: center;
}

    .backtotop .totop {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        text-align: center;
        z-index: 999;
        line-height: 30px;
        right: 25px;
        bottom: 90px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .backtotop .totop.show {
            visibility: visible;
            cursor: pointer;
            opacity: 1.0;
        }

@media screen and (max-width: 768px) {
    .backtotop .totop {
        position: static;
        margin-top: 25px;
        margin-bottom: 25px;
        display: inline-block !important;
    }

    .login-pc {
        display: none !important;
    }

    .login-mobile {
        display: block !important;
    }
}

/* general inputs buttons style  */
/* general table style  */
/* content page*/
/* responsive control stylesheet */
/* **DO NOT** import another scss component below reponsive import!! */
