hr {
    border-top: 1px solid #ccc;
    padding: 35px 0;
    margin: 0
}

.hr-media {
    border-top: 1px solid #f5f5f5;
    padding: 0;
    margin: 0
}

@font-face {
    font-family: 'dinpro';
    src: url(../fonts/DINPro/DINPro-Light.otf) format("opentype"), url(../fonts/DINPro/DINPro-Light.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'dinpro';
    src: url(../fonts/DINPro/DINPro-LightItalic.otf) format("opentype"), url(../fonts/DINPro/DINPro-LightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: 'dinpro';
    src: url(../fonts/DINPro/DINPro.otf) format("opentype"), url(../fonts/DINPro/DINPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
  font-family: DINPro-Regular;
  src: url(../fonts/DINPro/DINPro-Regular.eot);
  src: url("../fonts/DINPro/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro/DINPro-Regular.woff2") format("woff2"), url("../fonts/DINPro/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro/DINPro-Regular.ttf") format("truetype"), url("../fonts/DINPro/DINPro-Regular.svg#DINPro-Regular") format("svg");
  font-weight: 400; }

@font-face {
    font-family: 'dinpro';
    src: url(../fonts/DINPro/DINPro-Italic.otf) format("opentype"), url(../fonts/DINPro/DINPro-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'dinpro';
    src: url(../fonts/DINPro/DINPro-Medium.otf) format("opentype"), url(../fonts/DINPro/DINPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'dinpro';
    src: url(../fonts/DINPro/DINPro-MediumItalic.otf) format("opentype"), url(../fonts/DINPro/DINPro-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'dinpro';
    src: url(../fonts/DINPro/DINPro-Bold.otf) format("opentype"), url(../fonts/DINPro/DINPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.font-b {
    font-weight: 700
}

.font-b-ital {
    font-weight: 700;
    font-style: italic
}

.font-r {
    font-weight: 400
}

.font-m {
    font-weight: 500
}

.font-m-ital {
    font-weight: 500;
    font-style: italic
}

.font-l {
    font-family: 'dinpro', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200
}

.font-l-ital {
    font-weight: 200;
    font-style: italic
}

body {
    font-family: 'dinpro', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
p {
    margin: 0;
    padding: 0
}

a:hover,
a:active,
a:focus,
a:visited,
button:hover,
button:active,
button:focus,
button:visited {
    outline: none !important
}

.active-b {
    color: #00CEED !important
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.lane {
    margin: 0 -15px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap
}

.container {
    padding-right: 10px;
    padding-left: 10px
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.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-right: 10px;
    padding-left: 10px
}

.pdf-icon {
    display: inline;
    background-image: url(../images/icon-pdf.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 19px;
    width: 17px;
    position: relative
}

.pdf-icon-hover {
    display: inline;
    background-image: url(../images/icon-pdf-hover.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 19px;
    width: 17px;
    position: relative
}

.jpg-icon {
    display: inline;
    background-image: url(../images/img_jpg.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 19px;
    width: 17px;
    position: relative
}

.bold {
    font-weight: 700
}

.medium {
    font-weight: 500
}

.underline {
    text-decoration: underline
}

.light {
    font-weight: 200
}

.italic {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

.p-desc a,
.ul-desc a {
    font-weight: 500
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(103, 103, 103, .8);
    top: 0;
    left: 0;
    z-index: 9999999999999
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

body.logged-in .YouTubePopUp-Wrap {
    top: 32px;
    z-index: 99998
}

.YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 570px;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.YouTubePopUp-Close {
    position: absolute;
    top: -60px;
    cursor: pointer;
    bottom: 558px;
    right: 0;
    margin: auto 0;
    width: 16px;
    height: 16px;
    background: url(../images/close.svg) no-repeat;
    background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px
}

.YouTubePopUp-Close:hover {
    opacity: .5
}

@media all and (max-width:768px) and (min-width:10px) {
    .YouTubePopUp-Content {
        max-width: 90%
    }
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 0.4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 0.6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 0.6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
    border-bottom: 3px solid #50E3C2;
    background: #fff
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #50E3C2
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-content {
    color: #000;
    padding: 8px 16px;
    font-family: 'dinpro'
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
    border-radius: 0 !important;
    border: none !important;
    background: rgba(255, 255, 255, .8)
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box {
    margin-bottom: 7px
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-content {
    padding: 5px 14px 2px 14px;
    text-align: center;
    font-size: 18px;
    color: #336178;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:767px) {
    .tooltipster-sidetip.tooltipster-punk .tooltipster-content {
        font-size: 14px
    }
    .pad{
        padding: 0 !important;
    }
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-border {
    border: 0 !important
}

@font-face {
    font-family: 'lg';
    src: url(../fonts/lg.eot?n1z373);
    src: url("../../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 100%;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 4px 0 6px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #000;
    background-color: white
}

.lg-actions .lg-next {
    right: 25px
}

@media (max-width:767px) {
    .lg-actions .lg-next {
        right: 3px
    }
}

.lg-actions .lg-next:before {
    font-family: 'FontAwesome';
    content: "\f105"
}

.lg-actions .lg-prev {
    left: 25px
}

@media (max-width:767px) {
    .lg-actions .lg-prev {
        left: 3px
    }
}

.lg-actions .lg-prev:after {
    font-family: 'FontAwesome';
    content: "\f104"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: white;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

@media (max-width:767px) {
    .lg-toolbar .lg-icon {
        font-size: 18px
    }
}

.lg-toolbar .lg-icon:hover {
    color: white
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 20px;
    position: fixed;
    right: 0;
    min-height: 80px;
    text-align: center;
    z-index: 1080
}

@media (max-width:767px) {
    .lg-sub-html {
        font-size: 13px;
        min-height: auto;
        padding: 5px
    }
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

.lg-sub-html .p-desc {
    font-size: 14px;
    color: white;
    text-align: left;
    width: calc(100% - 240px)
}

@media (max-width:767px) {
    .lg-sub-html .p-desc {
        width: 100%;
        font-size: 13px
    }
}

.lg-sub-html .img-title {
    text-align: left;
    font-size: 14px;
    width: calc(100% - 240px)
}

@media (max-width:767px) {
    .lg-sub-html .img-title {
        width: 100%;
        font-size: 13px
    }
}

#lg-counter {
    color: white;
    display: inline-block;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
    width: calc(100% - 70px)
}

@media (min-width:768px) and (max-width:991px) {
    #lg-counter {
        font-size: 16px
    }
}

@media (max-width:767px) {
    #lg-counter {
        font-size: 14px !important
    }
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 1
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, .25, 1) 0s, top 0.3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, .25, 1) 0s, top 0.3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, .25, 1) 0s, top 0.3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, .25, 1) 0s, top 0.3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat scroll center center transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(103, 103, 103, .8);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s
}

.lg-outer .lg-img-wrap {
    margin-top: 50px;
    height: calc(100% - 50px);
    top: 0
}

.lg-outer .lg-img-wrap img {
    width: 100%;
    top: 0
}

@media (max-width:767px) {
    .lg-outer .lg-img-wrap {
        margin-top: 0
    }
}

.lg-outer .lg-inner img {
    width: 100%
}

.download-img {
    font-style: normal !important;
    float: right;
    margin: 0 auto;
    padding: 2px;
    display: block;
    width: 220px;
    position: absolute;
    top: 15px;
    right: 20px;
    text-transform: uppercase !important;
    height: 35px;
    border: 1px solid #999;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    text-decoration: none
}

.download-img i {
    margin-right: 15px
}

.download-img .jpg-icon {
    display: inline-block !important;
    top: 4px
}

.download-img>span {
    line-height: 30px;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    color: white;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.download-img:hover,
.download-img.active {
    color: white;
    text-decoration: none
}

.download-img:hover>span,
.download-img.active>span {
    background-color: #ae485e
}

@media (max-width:767px) {
    .download-img {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 5px;
        float: none;
        width: 100%;
        font-size: 12px
    }
}

.lg-download {
    display: none
}

.viewMobile {
    overflow: hidden;
    padding: 100px 0 40px 0
}

@media (max-width:767px) {
    .viewMobile {
        padding: 10px 0 30px 0
    }
}

.viewMobile .h2-title {
    font-size: 36px;
    text-align: center;
    color: #336178;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .viewMobile .h2-title {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 40px
    }
}

.viewMobile .item {
    --margin: 10px
}

.viewMobile .owl-stage {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center !important
}

.viewMobile .owl-dots {
    display: none !important
}

.viewMobile .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    background-color: rgba(102, 102, 102, .3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: calc(50% - 25px);
    overflow: hidden;
    width: 30px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3)
}

@media (max-width:767px) {
    .viewMobile .owl-theme .owl-nav [class*='owl-'] {
        display: none
    }
}

.viewMobile .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0
}

.viewMobile .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0
}

.viewMobile:hover .owl-theme .owl-nav [class*='owl-'] {
    opacity: 1;
    filter: alpha(opacity=100)
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(../images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(../images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(../images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile+label {
    width: calc(100% - 20px);
    font-size: 14px;
    display: inline-block;
    color: #999;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.inputfile+label:hover {
    color: #ae485e
}

.inputfile+label.blue {
    color: #336178
}

.inputfile+label.blue:hover {
    text-decoration: underline
}

.inputfile+label .fa-file-text-o {
    float: left;
    line-height: 40px
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 0
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -.25em;
    margin-right: .25em
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    from,
    11.1%,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes calendar {
    from {
        transform-origin: top;
        transform: rotateX(-180deg);
        opacity: 0
    }
    to {
        transform-origin: top;
        transform: none;
        opacity: 1
    }
}

.calendar {
    animation-name: calendar
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.btn.btn-trns-blue {
    color: #7a7a7a;
    background-color: transparent;
    border-color: #00ceed
}

.btn.btn-trns-blue:focus,
.btn.btn-trns-blue.focus {
    color: #7a7a7a;
    background-color: transparent;
    border-color: #005f6e
}

.btn.btn-trns-blue:hover {
    color: #7a7a7a;
    background-color: transparent;
    border-color: #0099b0
}

.btn.btn-trns-blue:active,
.btn.btn-trns-blue.active,
.open>.btn.btn-trns-blue.dropdown-toggle {
    color: #7a7a7a;
    background-color: transparent;
    border-color: #0099b0
}

.btn.btn-trns-blue:active:hover,
.btn.btn-trns-blue:active:focus,
.btn.btn-trns-blue:active.focus,
.btn.btn-trns-blue.active:hover,
.btn.btn-trns-blue.active:focus,
.btn.btn-trns-blue.active.focus,
.open>.btn.btn-trns-blue.dropdown-toggle:hover,
.open>.btn.btn-trns-blue.dropdown-toggle:focus,
.open>.btn.btn-trns-blue.dropdown-toggle.focus {
    color: #7a7a7a;
    background-color: transparent;
    border-color: #005f6e
}

.btn.btn-trns-blue:active,
.btn.btn-trns-blue.active,
.open>.btn.btn-trns-blue.dropdown-toggle {
    background-image: none
}

.btn.btn-trns-blue.disabled:hover,
.btn.btn-trns-blue.disabled:focus,
.btn.btn-trns-blue.disabled.focus,
.btn.btn-trns-blue[disabled]:hover,
.btn.btn-trns-blue[disabled]:focus,
.btn.btn-trns-blue[disabled].focus,
fieldset[disabled] .btn.btn-trns-blue:hover,
fieldset[disabled] .btn.btn-trns-blue:focus,
fieldset[disabled] .btn.btn-trns-blue.focus {
    background-color: transparent;
    border-color: #00ceed
}

.btn.btn-trns-blue .badge {
    color: transparent;
    background-color: #7a7a7a
}

@media (max-width:767px) {
    .media.media-dean .media-left {
        display: block
    }
}

.media.media-dean .media-object {
    width: 260px
}

@media (max-width:767px) {
    .media.media-dean .media-object {
        width: 200px;
        margin: 20px auto
    }
}

.media.media-dean .p-quote {
    font-size: 22px;
    line-height: 36px;
    color: #666;
    margin-bottom: 40px;
    padding-left: 20px
}

@media (max-width:767px) {
    .media.media-dean .p-quote {
        text-align: center
    }
}

.media.media-dean .p-quote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    color: #336178;
    font-size: 14px;
    position: relative;
    top: -10px;
    right: 6px
}

@media (max-width:767px) {
    .media.media-dean .p-quote:before {
        font-size: 12px;
        top: -7px;
        right: 4px
    }
}

.media.media-dean .p-quote:after {
    content: "\f10e";
    font-family: "FontAwesome";
    color: #336178;
    font-size: 14px;
    position: relative;
    top: -10px;
    left: 6px
}

@media (max-width:767px) {
    .media.media-dean .p-quote:after {
        font-size: 12px;
        top: -7px;
        left: 4px
    }
}

@media (max-width:767px) {
    .media.media-dean .p-quote {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 0;
        text-indent: 5px
    }
    .media.media-dean .p-quote i {
        font-size: 12px
    }
}

.media.media-dean .quote-author {
    cursor: pointer;
    color: #336178;
    font-size: 21px;
    line-height: 36px;
    text-align: right;
    font-weight: 700
}

.media.media-dean .quote-author a {
    color: #336178;
    text-decoration: none
}

.media.media-dean .quote-author a:hover {
    color: #337ab7;
    transition: color 0.4s ease
}

@media (max-width:767px) {
    .media.media-dean .quote-author {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px
    }
}

.media.media-teacher {
    height: 200px;
    color: #666
}

@media (max-width:767px) {
    .media.media-teacher {
        height: 150px
    }
}

.media.media-teacher .media-object {
    width: 150px;
    margin-right: 10px
}

@media (max-width:767px) {
    .media.media-teacher .media-object {
        width: 100px;
        margin-right: 5px
    }
}

.media.media-teacher .name,
.media.media-teacher .name a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    color: #336178;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease
}

.media.media-teacher .name:hover,
.media.media-teacher .name a:hover {
    color: #497a93
}

@media (max-width:767px) {
    .media.media-teacher .name,
    .media.media-teacher .name a {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px
    }
}

.media.media-teacher .prof {
    font-size: 18px;
    line-height: 24px
}

@media (max-width:767px) {
    .media.media-teacher .prof {
        font-size: 16px;
        line-height: 22px
    }
}

.media.media-teacher .job {
    font-size: 16px;
    line-height: 24px
}

@media (max-width:767px) {
    .media.media-teacher .job {
        font-size: 14px;
        line-height: 22px
    }
}

.media.media-special-person {
    color: #666
}

.media.media-special-person .media-object {
    width: 280px;
    margin-right: 20px
}

@media (min-width:992px) and (max-width:1199px) {
    .media.media-special-person .media-object {
        width: 260px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .media.media-special-person .media-object {
        width: 260px
    }
}

@media (max-width:767px) {
    .media.media-special-person .media-object {
        width: 260px;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.media.media-special-person>.media-body {
    padding-top: 20px;
    padding-bottom: 50px
}

@media (min-width:992px) and (max-width:1199px) {
    .media.media-special-person>.media-body {
        padding-top: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .media.media-special-person>.media-body {
        padding-top: 0;
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    .media.media-special-person>.media-body {
        display: block;
        padding-top: 0;
        padding-bottom: 30px
    }
    .media.media-special-person>.media-body:before,
    .media.media-special-person>.media-body:after {
        content: " ";
        display: table
    }
    .media.media-special-person>.media-body:after {
        clear: both
    }
}

.media.media-special-person>.media-body .name {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 14px;
    color: #ae485e;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease
}

@media (max-width:767px) {
    .media.media-special-person>.media-body .name {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px
    }
}

.media.media-special-person>.media-body .prof {
    font-size: 20px;
    line-height: 26px;
    color: #336178
}

@media (max-width:767px) {
    .media.media-special-person>.media-body .prof {
        font-size: 18px;
        line-height: 24px
    }
}

.media.media-special-person>.media-body .job {
    font-size: 16px;
    line-height: 26px;
    color: #336178
}

@media (max-width:767px) {
    .media.media-special-person>.media-body .job {
        font-size: 14px;
        line-height: 22px
    }
}

.media.media-special-person>.media-body .list-contact {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e6e6e6
}

.media.media-special-person>.media-body .list-contact li,
.media.media-special-person>.media-body .list-contact li a {
    font-size: 18px;
    line-height: 22px;
    color: #666
}

.media.media-special-person>.media-body .list-contact li {
    padding: 6px 0
}

.media.media-special-person>.media-body .list-contact li span {
    color: #336178;
    padding-right: 20px
}

@media (max-width:767px) {
    .media.media-special-person>.media-body .list-contact {
        margin-top: 16px;
        padding-top: 10px
    }
    .media.media-special-person>.media-body .list-contact li,
    .media.media-special-person>.media-body .list-contact li a {
        font-size: 16px;
        line-height: 20px
    }
    .media.media-special-person>.media-body .list-contact li {
        padding: 4px 0
    }
    .media.media-special-person>.media-body .list-contact li span {
        padding-right: 10px
    }
}

.media.media-special-person .p-quote {
    font-size: 22px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
    width: 99%;
}

@media (max-width:767px) {
    .media.media-special-person .p-quote {
        text-align: center;
        margin-bottom: 14px
    }
}

.media.media-special-person .p-quote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    color: #336178;
    font-size: 12px;
    position: relative;
    top: -10px;
    right: 6px
}

@media (max-width:767px) {
    .media.media-special-person .p-quote:before {
        font-size: 10px;
        top: -7px;
        right: 4px
    }
}

.media.media-special-person .p-quote:after {
    content: "\f10e";
    font-family: "FontAwesome";
    color: #336178;
    font-size: 12px;
    position: relative;
    top: -10px;
    left: 6px
}

@media (max-width:767px) {
    .media.media-special-person .p-quote:after {
        font-size: 10px;
        top: -7px;
        left: 4px
    }
}

@media (max-width:767px) {
    .media.media-special-person .p-quote {
        font-size: 18px;
        line-height: 26px;
        padding: 0;
        text-indent: 5px
    }
    .media.media-special-person .p-quote i {
        font-size: 12px
    }
}

.media.media-special-person .media-desc:before,
.media.media-special-person .media-desc:after {
    content: " ";
    display: table
}

.media.media-special-person .media-desc:after {
    clear: both
}

.media.media-special-person .media-desc .media-left div {
    width: 300px;
    display: block
}

@media (min-width:992px) and (max-width:1199px) {
    .media.media-special-person .media-desc .media-left div {
        width: 280px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .media.media-special-person .media-desc .media-left div {
        width: 0
    }
}

@media (max-width:767px) {
    .media.media-special-person .media-desc .media-left div {
        width: 0
    }
}

.media.media-special-person .media-desc .media-body table td {
    vertical-align: top;
    padding: 14px 0;
    font-size: 18px;
    color: #333
}

.media.media-special-person .media-desc .media-body table td:nth-child(1)::after {
    content: ':';
    margin-left: 3px;
}

.media.media-special-person .media-desc .media-body table td p {
    line-height: 24px;
    padding-bottom: 12px
}

.media.media-special-person .media-desc .media-body table td:first-child {
    text-transform: uppercase;
    color: #336178;
    padding-right: 16px
}

@media (max-width:767px) {
    .media.media-special-person .media-desc .media-body table td {
        font-size: 16px
    }
    .media.media-special-person .media-desc .media-body table td p {
        line-height: 22px;
        padding-bottom: 10px
    }
    .media.media-special-person .media-desc .media-body table td:first-child {
        padding-right: 10px;
        font-size: 15px
    }
}

.media.media-news .media-left .media-object {
    position: relative;
    top: 6px;
    width: 285px;
    margin-right: 20px
}

@media (min-width:992px) and (max-width:1199px) {
    .media.media-news .media-left .media-object {
        width: 250px
    }
}

.media.media-news .media-body .p-desc {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 7.3em
}

.media.media-news .media-body .p-desc .more-details {
    font-size: 20px;
    color: #ae485e;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.media.media-news .media-body .p-desc .more-details:hover {
    color: #c9677c
}

@media (max-width:767px) {
    .media.media-news .media-body .p-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        max-height: 15.6em
    }
}

.media.media-news .media-body .date {
    color: #666;
    font-size: 16px;
    line-height: 30px
}

@media (max-width:767px) {
    .media.media-news .media-left {
        display: block;
        float: none
    }
    .media.media-news .media-body {
        display: block;
        width: 100%;
        padding-top: 20px
    }
}

.media.media-event .media-left .media-object {
    position: relative;
    top: 6px;
    width: 285px;
    margin-right: 20px
}

@media (min-width:992px) and (max-width:1199px) {
    .media.media-event .media-left .media-object {
        width: 250px
    }
}

.media.media-event .media-body .h1-title {
    font-size: 24px;
    line-height: 28px;
    color: #336178;
    font-weight: 700;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.media.media-event .media-body .h1-title:hover {
    color: #497a93
}

@media (max-width:767px) {
    .media.media-event .media-body .h1-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 14px
    }
}

.media.media-event .media-body .h1-title .underline {
    text-decoration: underline
}

.media.media-event .media-body .info {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px
}

.media.media-event .media-body .info i {
    color: #336178;
    margin-right: 20px
}

@media (min-width:768px) and (max-width:991px) {
    .media.media-event .media-body .info {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .media.media-event .media-body .info {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.media.media-event .media-body .public {
    margin-top: 14px;
    color: #666;
    font-size: 16px;
    line-height: 30px
}

@media (max-width:767px) {
    .media.media-event .media-left {
        display: block;
        float: none
    }
    .media.media-event .media-body {
        display: block;
        width: 100%;
        padding-top: 20px
    }
}

.media.media-exchange {
    margin-top: 30px
}

@media (max-width:767px) {
    .media.media-exchange {
        margin-top: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .media.media-exchange {
        margin-top: 40px
    }
}

.media.media-exchange .pull-left {
    display: block;
    width: 82px;
    margin-right: 20px
}

@media (min-width:992px) and (max-width:1199px) {
    .media.media-exchange .pull-left {
        margin-right: 10px
    }
}

@media (max-width:767px) {
    .media.media-exchange .pull-left {
        margin-right: 15px
    }
}

.media.media-exchange .media-svg {
    position: relative;
    left: 50px;
    margin-bottom: 26px;
    width: 33px;
    top: 3px
}

@media (max-width:767px) {
    .media.media-exchange .media-svg {
        width: 26px;
        left: 57px
    }
}

.media.media-exchange .media-object {
    width: 82px
}

.media.media-exchange .media-body .m-quota,
.media.media-exchange .media-body .m-quota a {
    font-size: 16px;
    color: #336178;
    line-height: 22px;
    text-decoration: none;
    min-height: 65px;
    margin-bottom: 5px
}

@media (max-width:767px) {
    .media.media-exchange .media-body .m-quota,
    .media.media-exchange .media-body .m-quota a {
        min-height: 55px
    }
}

.media.media-exchange .media-body .m-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
    margin-bottom: 5px
}

.media.media-exchange .media-body .m-desc {
    font-size: 14px;
    line-height: 18px;
    color: #666
}

.media.media-story .pull-left {
    display: block;
    width: 138px;
    margin-right: 10px
}

@media (min-width:992px) and (max-width:1199px) {
    .media.media-story .pull-left {
        margin-right: 5px;
        width: 120px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .media.media-story .pull-left {
        display: block;
        margin-bottom: 5px;
        width: 100px
    }
}

.media.media-story .media-object {
    width: 100%
}

.media.media-story .media-body {
    padding-top: 8px
}

.media.media-story .media-body .media-svg {
    display: inline;
    position: relative;
    width: 32px;
    height: 28px;
    margin-top: -18px;
    margin-right: 5px
}

.media.media-story .media-body .m-quota,
.media.media-story .media-body .m-quota a {
    font-size: 18px;
    color: #336178;
    line-height: 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.media.media-story .media-body .m-quota:hover,
.media.media-story .media-body .m-quota a:hover {
    color: #497a93
}

.media.media-story .media-body .line {
    width: 75%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 14px 0
}

.media.media-story .media-body .m-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px
}

.media.media-story .media-body .m-desc {
    font-size: 16px;
    line-height: 24px;
    color: #666
}

@media (min-width:992px) and (max-width:1199px) {
    .media.media-story .media-body .media-svg {
        width: 28px;
        height: 26px
    }
    .media.media-story .media-body .m-quota,
    .media.media-story .media-body .m-quota a {
        font-size: 16px;
        line-height: 20px
    }
    .media.media-story .media-body .m-name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px
    }
    .media.media-story .media-body .m-desc {
        font-size: 14px;
        line-height: 20px;
        color: #666
    }
}

@media (min-width:768px) and (max-width:991px) {
    .media.media-story .media-body {
        overflow: hidden;
        display: block;
        width: 100%
    }
    .media.media-story .media-body .media-svg {
        width: 25px;
        height: 26px;
        margin-top: -14px
    }
    .media.media-story .media-body .m-quota,
    .media.media-story .media-body .m-quota a {
        font-size: 16px;
        line-height: 20px;
        display: block
    }
    .media.media-story .media-body .line {
        width: 100%;
        height: 1px;
        background-color: #e6e6e6;
        margin: 10px 0 6px 0
    }
    .media.media-story .media-body .m-name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px
    }
    .media.media-story .media-body .m-desc {
        font-size: 14px;
        line-height: 20px;
        color: #666
    }
}

.media.media-story-mobile .pull-left {
    display: block;
    width: 90px;
    margin-right: 10px
}

.media.media-story-mobile .media-object {
    width: 100%
}

.media.media-story-mobile .media-body {
    padding-top: 8px
}

.media.media-story-mobile .media-body .media-svg {
    display: inline;
    position: relative;
    width: 23px;
    height: 20px;
    margin-top: -10px;
    margin-right: 5px
}

.media.media-story-mobile .media-body .m-quota {
    font-size: 14px;
    color: #336178;
    line-height: 20px;
    text-decoration: none
}

.media.media-story-mobile .media-body .line {
    width: 95%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 12px 0 10px 0
}

.media.media-story-mobile .media-body .m-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px
}

.media.media-story-mobile .media-body .m-desc {
    font-size: 14px;
    line-height: 16px;
    color: #666
}

.media.media-story-mobile .btn-openPanel {
    width: 34px;
    height: 34px;
    border: 1px solid #39657c;
    text-align: center;
    display: block;
    margin: 25px auto;
    color: #39657c;
    font-size: 22px;
    padding-top: 0;
    border-radius: 100%
}

.media.media-story-mobile .btn-openPanel i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-right: 1px
}

.media.media-story-mobile .btn-openPanel.collapsed i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    padding-right: 0
}

.form-inquire {
    padding-top: 20px
}

.form-inquire label {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px
}

@media (max-width:767px) {
    .form-inquire label {
        font-size: 16px;
        padding-bottom: 2px
    }
}

.form-inquire .form-control {
    height: 40px;
    border-radius: 0;
    border: 2px solid #ccc;
    font-size: 14px;
    color: #333
}

.form-inquire .form-control::-moz-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto;
    opacity: 1
}

.form-inquire .form-control:-ms-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-inquire .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-inquire .form-control.error {
    border-color: #ff9e99
}

.form-inquire .form-control:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white
}

.form-inquire .valid {
    display: block;
    padding-top: 5px;
    color: #ff3126;
    font-size: 14px;
    font-weight: 700
}

.form-inquire .success-msg {
    display: block;
    padding-bottom: 15px;
    color: #00cda4;
    font-size: 16px;
    font-weight: 700
}

.form-inquire textarea.form-control {
    height: 170px;
    resize: none;
    line-height: 20px
}

.form-inquire textarea.form-control::-moz-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    opacity: 1
}

.form-inquire textarea.form-control:-ms-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.form-inquire textarea.form-control::-webkit-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.form-inquire textarea.form-control::-webkit-scrollbar {
    width: 5px
}

.form-inquire textarea.form-control::-webkit-scrollbar-track {}

.form-inquire textarea.form-control::-webkit-scrollbar-thumb {}

.form-inquire textarea.form-control::-webkit-scrollbar {
    width: 7px
}

@media screen and (max-width:767px) {
    .form-inquire textarea.form-control::-webkit-scrollbar {
        width: 6px
    }
}

.form-inquire textarea.form-control::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: white
}

.form-inquire textarea.form-control::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc
}

@media (max-width:767px) {
    .form-inquire textarea.form-control {
        height: 100px
    }
}

.form-inquire .btn-submit {
    width: 180px;
    height: 35px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background-color: #336178;
    margin-top: 30px;
    border-radius: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .form-inquire .btn-submit {
        width: 160px
    }
}

@media (max-width:767px) {
    .form-inquire {
        padding-bottom: 40px
    }
}

.form-search {
    max-width: 490px;
    position: relative;
    margin-bottom: 20px
}

.form-search .form-group {
    position: relative
}

.form-search .form-control {
    height: 40px;
    border-radius: 0;
    border: 2px solid #ccc;
    font-size: 16px;
    color: #333;
    padding-right: 40px
}

.form-search .form-control::-moz-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto;
    opacity: 1
}

.form-search .form-control:-ms-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-search .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-search .form-control:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white
}

@media (max-width:767px) {
    .form-search .form-control {
        font-size: 14px
    }
}

.form-search .search-icon {
    color: #ae485e;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.form-eventSearch {
    position: relative;
    margin-bottom: 20px;
    clear: both;
    text-align: center
}

.form-eventSearch .form-group {
    position: relative;
    float: left
}

.form-eventSearch .form-group .fa-caret-down {
    position: absolute;
    right: 10px;
    top: 14px;
    color: #999;
    font-size: 14px;
    cursor: pointer
}

@media (max-width:767px) {
    .form-eventSearch .form-group {
        float: none;
        display: block
    }
}

.form-eventSearch .form-control {
    height: 40px;
    border-radius: 0;
    border: 2px solid #ccc;
    font-size: 16px;
    color: #333;
    padding-right: 40px
}

.form-eventSearch .form-control.search-input {
    border-left: none;
    width: 470px
}

@media (min-width:992px) and (max-width:1199px) {
    .form-eventSearch .form-control.search-input {
        width: 340px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .form-eventSearch .form-control.search-input {
        width: 370px
    }
}

@media (max-width:767px) {
    .form-eventSearch .form-control.search-input {
        width: 100%;
        border-left: 2px solid #ccc
    }
}

.form-eventSearch .form-control::-moz-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto;
    opacity: 1
}

.form-eventSearch .form-control:-ms-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-eventSearch .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-eventSearch .form-control:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white
}

@media (max-width:767px) {
    .form-eventSearch .form-control {
        font-size: 14px
    }
}

.form-eventSearch .form-control[readonly] {
    width: 205px;
    cursor: pointer;
    background-color: white
}

.form-eventSearch .form-control[readonly]:focus {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white
}

@media (max-width:767px) {
    .form-eventSearch .form-control[readonly] {
        width: 100%
    }
}

.form-eventSearch .search-icon {
    color: #336178;
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 16px
}

.form-eventSearch .tab-list {
    height: 40px;
    padding: 5px 0
}

.form-eventSearch .tab-list span {
    color: #999;
    font-size: 14px;
    padding: 5px 0;
    padding-right: 8px
}

.form-eventSearch .tab-list .tab {
    color: #999;
    font-size: 14px;
    padding: 5px 6px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.form-eventSearch .tab-list .tab.active {
    color: #336178
}

.form-eventSearch .tab-list .tab:hover {
    color: #336178
}

.form-eventSearch .tab-list .tooltip.top .tooltip-inner {
    background-color: #336178;
    font-family: "dinpro";
    border-radius: 0;
    font-size: 14px
}

.form-eventSearch .tab-list .tooltip.top .tooltip-arrow {
    border-top-color: transparent
}

.form-eventSearch .tab-list .tooltip.top {
    padding: 5px 25px;
    margin-top: 0
}

@media (max-width:767px) {
    .form-eventSearch .tab-list .tooltip.top {
        padding: 0 0
    }
}

.form-jobinquire {
    padding-top: 20px
}

.form-jobinquire .p-requier {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px
}

.form-jobinquire .label {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    padding: 0
}

@media (max-width:767px) {
    .form-jobinquire .label {
        font-size: 16px;
        padding-bottom: 2px
    }
}

.form-jobinquire .delete-input {
    width: 20px;
    padding-right: 5px;
    color: #999;
    display: inline-block;
    float: right;
    line-height: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.form-jobinquire .delete-input:hover {
    color: #336178
}

.form-jobinquire .form-control {
    height: 40px;
    border-radius: 0;
    border: 2px solid #ccc;
    font-size: 14px;
    color: #333
}

.form-jobinquire .form-control::-moz-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto;
    opacity: 1
}

.form-jobinquire .form-control:-ms-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-jobinquire .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-jobinquire .form-control.error {
    border-color: #ff9e99
}

.form-jobinquire .form-control:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white
}

.form-jobinquire .valid {
    display: block;
    padding-top: 5px;
    color: #ff3126;
    font-size: 14px;
    font-weight: 700
}

.form-jobinquire .form-group {
    margin-bottom: 30px
}

.form-jobinquire .file-attach {
    border: 1px solid #e6e6e6;
    padding: 20px 15px 30px 15px
}

.form-jobinquire .file-attach .label {
    margin-bottom: 15px
}

.form-jobinquire .file-attach .box {
    border: 1px solid #ccc;
    padding: 0;
    height: 40px
}

.form-jobinquire .file-attach .inputfile:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white
}

.form-jobinquire .ref-block {
    border: 1px solid #e6e6e6;
    padding: 20px 15px 15px 15px;
    margin-bottom: 30px;
    overflow: hidden
}

.form-jobinquire .ref-block .form-group {
    margin-bottom: 3px
}

.form-jobinquire .ref-block label {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    text-align: left;
    padding: 0
}

@media (max-width:767px) {
    .form-jobinquire .ref-block label {
        margin-bottom: 10px;
        font-size: 14px
    }
}

.form-jobinquire .ref-block .label {
    font-size: 18px;
    margin-bottom: 20px
}

.form-jobinquire .ref-block .btn-row {
    padding-top: 10px;
    text-align: center
}

.form-jobinquire .ref-block .btn-row .addRow {
    font-size: 14px;
    color: #336178;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.form-jobinquire .ref-block .btn-row .addRow:hover {
    color: #497a93
}

.form-jobinquire .ref-block .btn-row .addRow span {
    line-height: 20px;
    font-size: 18px
}

.form-table {
    position: relative
}

.button-form {
    position: absolute;
    right: 0;
    top: 8px;
    color: #999
}

.button-form:hover {
    transition: all .4s
}

.form-table-row .form-group {
    width: 140px
}

@media screen and (max-width:767px) {
    .form-table-row .form-group {
        width: 100%
    }
}

.form-jobinquire .ref-block .form-table-row {
    display: block
}

.form-jobinquire .ref-block .form-table-row:before,
.form-jobinquire .ref-block .form-table-row:after {
    content: " ";
    display: table
}

.form-jobinquire .ref-block .form-table-row:after {
    clear: both
}

.form-jobinquire .ref-block .form-table-row .count {
    font-size: 18px
}

@media (max-width:767px) {
    .form-jobinquire .ref-block .form-table-row {
        margin-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .form-jobinquire .ref-block .form-table-row {
        margin-bottom: 40px
    }
}

.form-jobinquire .ref-block .form-table-row .form-control {
    height: 40px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 white;
    box-shadow: inset 0 0 0 white;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    padding: 0;
    padding-top: 10px;
    line-height: 26px
}

.form-jobinquire .ref-block .form-table-row .form-control::-moz-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto;
    opacity: 1
}

.form-jobinquire .ref-block .form-table-row .form-control:-ms-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-jobinquire .ref-block .form-table-row .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: auto
}

.form-jobinquire .ref-block .form-table-row .form-control.error {
    border-color: #ff9e99
}

.form-jobinquire .ref-block .form-table-row .form-control:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 0 0 white, 0 0 0 white;
    box-shadow: inset 0 0 0 white, 0 0 0 white
}

.form-jobinquire .ref-block .form-table-row .form-control.email {
    color: #336178
}

.form-jobinquire textarea.form-control {
    height: 170px;
    resize: none;
    line-height: 20px
}

.form-jobinquire textarea.form-control::-moz-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    opacity: 1
}

.form-jobinquire textarea.form-control:-ms-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.form-jobinquire textarea.form-control::-webkit-input-placeholder {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.form-jobinquire textarea.form-control::-webkit-scrollbar {
    width: 5px
}

.form-jobinquire textarea.form-control::-webkit-scrollbar-track {}

.form-jobinquire textarea.form-control::-webkit-scrollbar-thumb {}

.form-jobinquire textarea.form-control::-webkit-scrollbar {
    width: 7px
}

@media screen and (max-width:767px) {
    .form-jobinquire textarea.form-control::-webkit-scrollbar {
        width: 6px
    }
}

.form-jobinquire textarea.form-control::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: white
}

.form-jobinquire textarea.form-control::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc
}

@media (max-width:767px) {
    .form-jobinquire textarea.form-control {
        height: 100px
    }
}

.form-jobinquire .btn-submit {
    width: 180px;
    height: 35px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background-color: #336178;
    margin-top: 30px;
    border-radius: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .form-jobinquire .btn-submit {
        width: 160px
    }
}

@media (max-width:767px) {
    .form-jobinquire {
        padding-bottom: 40px
    }
}

nav.navbar2 {
    padding: 23px 0;
    text-align: center;
    border-bottom: 1px solid #ccc
}

nav.navbar2 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

@media (min-width:768px) and (max-width:991px) {
    nav.navbar2 .container {
        display: block
    }
}

@media (max-width:767px) {
    nav.navbar2 .container {
        display: block
    }
}

nav.navbar2 .ul,
nav.navbar2 li {
    list-style: none;
    padding: 0
}

nav.navbar2 .menu-title {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding-right: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
}

nav.navbar2 .menu-title i {
    left: 3px;
    position: relative;
    top: 1px
}

@media (min-width:768px) and (max-width:991px) {
    nav.navbar2 .menu-title {
        font-size: 16px;
        padding: 0;
        display: block;
        padding-bottom: 4px;
        cursor: pointer
    }
    nav.navbar2 .menu-title i {
        left: 6px;
        position: relative;
        top: 2px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media (max-width:767px) {
    nav.navbar2 .menu-title {
        font-size: 16px;
        padding: 0;
        display: block;
        padding-bottom: 4px;
        cursor: pointer
    }
    nav.navbar2 .menu-title i {
        left: 6px;
        position: relative;
        top: 2px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

nav.navbar2 .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

nav.navbar2 .sub-menu li a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    color: #666;
    padding: 0 20px;
    -webkit-font-smoothing: subpixel-antialiased;
}

nav.navbar2 .sub-menu li a:hover {
    color: #333
}

nav.navbar2 .sub-menu li a.active {
    color: #336178;
    font-weight: 700;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width:768px) and (max-width:991px) {
    nav.navbar2 .sub-menu {
        display: block
    }
    nav.navbar2 .sub-menu.collapse {
        display: none
    }
    nav.navbar2 .sub-menu.in {
        display: block
    }
    nav.navbar2 .sub-menu li a {
        font-size: 16px;
        line-height: 40px;
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

@media (max-width:767px) {
    nav.navbar2 .sub-menu {
        display: block
    }
    nav.navbar2 .sub-menu.collapse {
        display: none
    }
    nav.navbar2 .sub-menu.in {
        display: block
    }
    nav.navbar2 .sub-menu li a {
        font-size: 16px;
        line-height: 40px;
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

nav.navbar2.admission {
    margin-bottom: 0
}

@media (max-width:767px) {
    nav.navbar2.admission {
        margin-bottom: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    nav.navbar2.admission .container {
        width: 100%
    }
    nav.navbar2.admission .container .menu-title,
    nav.navbar2.admission .container li a {
        font-size: 16px;
        padding-right: 15px;
        line-height: 18px
    }
}

nav.navbar2.admission li a {
    padding: 0 20px
}

nav.navbar2.admission li a.active {
    position: relative
}

nav.navbar2.admission li a.active:after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 11px solid #336178;
    content: " ";
    left: calc(50% - 10px);
    top: calc(100% + 15px)
}

@media (min-width:768px) and (max-width:991px) {
    nav.navbar2.admission li a.active:after {
        display: none
    }
}

@media (max-width:767px) {
    nav.navbar2.admission li a.active:after {
        display: none
    }
}

nav.navbar2.admission.notAnchor li a.active:after {
    display: none
}

nav.navbar2.future li a.active {
    position: relative
}

nav.navbar2.future li a.active:after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 11px solid #336178;
    content: " ";
    left: calc(50% - 10px);
    top: calc(100% + 15px)
}

@media (min-width:768px) and (max-width:991px) {
    nav.navbar2.future li a.active:after {
        display: none
    }
}

@media (max-width:767px) {
    nav.navbar2.future li a.active:after {
        display: none
    }
}

nav.navbar2.future.notAnchor li a.active:after {
    display: none
}

nav.anchor-nav {
    background-color: #336178
}

nav.anchor-nav .anchor-menu {
    list-style-type: none;
    text-align: center
}

nav.anchor-nav .anchor-menu li {
    display: inline-block;
    -webkit-font-smoothing: subpixel-antialiased;
}

nav.anchor-nav .anchor-menu li a {
    display: inline-block;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width:767px) {
    nav.anchor-nav .anchor-menu {
        padding: 12px 0
    }
    nav.anchor-nav .anchor-menu li,
    nav.anchor-nav .anchor-menu a {
        display: block;
        line-height: 24px;
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

.nav-group-action {
    width: 100%;
    background-color: transparent;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease
}

.nav-group-action.fixed {
    top: 0;
    position: fixed
}

.nav-group-fixed {
    width: 100%;
    background-color: transparent;
    top: 0;
    /* position: fixed; */
    display: none;
}

.nav-group-fixed .anchor-nav {
    position: fixed;
    width: 100%;
    float: left;
}

@media (max-width:767px) {
    .nav-group-fixed {
        display: none
    }
}

.nav-group-fixed .navbar2.admission li a.active:after {
    border-bottom: 11px solid rgba(51, 97, 120, .95);
    top: calc(100% + 14px)
}

@media (min-width:768px) and (max-width:991px) {
    .nav-group-fixed .navbar2.admission li a.active:after {
        display: none
    }
}

@media (max-width:767px) {
    .nav-group-fixed .navbar2.admission li a.active:after {
        display: none
    }
}

.nav-group-fixed .navbar2.admission.notAnchor li a.active:after {
    display: none
}

.nav-group-fixed .navbar2.future li a.active:after {
    border-bottom: 11px solid rgba(51, 97, 120, .95);
    top: calc(100% + 14px)
}

@media (min-width:768px) and (max-width:991px) {
    .nav-group-fixed .navbar2.future li a.active:after {
        display: none
    }
}

@media (max-width:767px) {
    .nav-group-fixed .navbar2.future li a.active:after {
        display: none
    }
}

.nav-group-fixed .navbar2.future.notAnchor li a.active:after {
    display: none
}

.nav-group-fixed.down .anchor-nav {
    background-color: rgba(255,255,255, .95);
    top: 116px;
    z-index: 3;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

@media(max-width: 991px) {
    .nav-group-fixed.down .anchor-nav {
        top: 0;
    }
}

.nav-group-fixed.down .anchor-nav .anchor-menu li a {
    color: rgb(51, 97, 120);
}

.nav-group-fixed .navbar2 {
    border-bottom: 0;
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1)
}

/* .nav-group-fixed.up {
    top: -140px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
}

@media (min-width:768px) and (max-width:991px) {
    .nav-group-fixed.up {
        top: -400px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
}

@media (max-width:767px) {
    .nav-group-fixed.up {
        top: -500px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
} */

.nav-group-fixed.down {
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    display: block;
}

.nav-group-fixed.down nav.navbar2.admission {
    display: none;
}

@media (min-width:768px) and (max-width:991px) {
    .nav-group-fixed.down {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
}

@media (max-width:767px) {
    .nav-group-fixed.down {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
}

.events-btn-block {
    height: 95px;
    background-color: #e6e6e6;
    padding-top: 30px;
}

.events-btn-block ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

@media(max-width: 767px) {
    .events-btn-block ul {
        flex-wrap: wrap;
    }
}

.events-btn-block ul li {
    line-height: 35px;
    width: 33%;
    border-right: 1px solid #999;
    text-align: center;
    text-transform: uppercase
}

.events-btn-block ul li:last-child {
    border: none
}

.events-btn-block ul li a {
    margin: 0 auto;
    padding: 2px;
    display: block;
    width: 184px;
    height: 35px;
    border: 1px solid #999;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    background-color: white
}

.events-btn-block ul li a i {
    margin-right: 10px
}

.events-btn-block ul li a .pdf-icon {
    display: inline-block !important;
    top: 4px
}

.events-btn-block ul li a .pdf-icon-hover {
    display: none !important;
    top: 4px
}

.events-btn-block ul li a>span {
    line-height: 30px;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.events-btn-block ul li a:hover,
.events-btn-block ul li a.active {
    color: white
}

.events-btn-block ul li a:hover>span,
.events-btn-block ul li a.active>span {
    background-color: #ae485e
}

.events-btn-block ul li a:hover .pdf-icon,
.events-btn-block ul li a.active .pdf-icon {
    display: none !important
}

.events-btn-block ul li a:hover .pdf-icon-hover,
.events-btn-block ul li a.active .pdf-icon-hover {
    display: inline-block !important
}

.events-btn-block.btn-c2 ul li {
    border: none;
    position: relative;
    display: inline-block
}

@media (min-width:767px) {
    .events-btn-block.btn-c2 ul li i {
        width: 16px;
        display: inline-block;
        margin: 0;
        position: relative;
        right: -12px
    }
    .events-btn-block.btn-c2 ul li .link-name {
        display: inline-block;
        width: calc(100% - 16px)
    }
    .events-btn-block.btn-c2 ul li a {
        margin: 0;
        padding: 2px;
        display: block;
        width: 184px;
        height: 35px;
        border: 1px solid #999;
        text-decoration: none;
        font-size: 14px
    }
    .events-btn-block.btn-c2 ul li:first-child a {
        position: relative;
        left: calc(100% - 270px)
    }
    .events-btn-block.btn-c2 ul li:last-child a {
        position: relative;
        left: 86px
    }
}

.events-btn-block.btn-c3 ul li a {
    width: 210px
}

@media (min-width:767px) {
    .events-btn-block.btn-c3 ul li a i {
        width: 16px;
        display: inline-block;
        margin: 0;
        position: relative;
        right: -12px
    }
    .events-btn-block.btn-c3 ul li a .link-name {
        display: inline-block;
        width: calc(100% - 16px)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .events-btn-block.btn-c3 ul li a {
        width: 200px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .events-btn-block.btn-c3 ul li a {
        width: 185px
    }
}

@media (max-width:767px) {
    .events-btn-block.btn-c3 ul li a {
        width: 100%
    }
}

.events-btn-block.btn-c4 ul li {
    width: calc(25% - 3px)
}

.events-btn-block.btn-c4 ul li a {
    width: 210px
}

@media (min-width:767px) {
    .events-btn-block.btn-c4 ul li a i {
        width: 16px;
        display: inline-block;
        margin: 0;
        position: relative;
        right: -10px
    }
    .events-btn-block.btn-c4 ul li a .link-name {
        display: inline-block;
        width: calc(100% - 16px)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .events-btn-block.btn-c4 ul li a {
        width: 200px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .events-btn-block.btn-c4 ul li a {
        width: 160px;
        font-size: 12px
    }
}

@media (max-width:767px) {
    .events-btn-block.btn-c4 ul li a {
        width: 100%
    }
}

@media (max-width:767px) {
    .events-btn-block {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding-top: 25px;
        height: 90px
    }
    .events-btn-block ul li {
        padding: 0 25px;
        width: 100%;
        display: block;
        border: 0
    }
    .events-btn-block ul li a {
        width: 100%;
        height: 40px
    }
    .events-btn-block ul li a span {
        line-height: 34px
    }
    .events-btn-block.btn-c2 ul li {
        width: 100%;
        border: none
    }
    .events-btn-block.btn-c4 ul li {
        width: 100%;
        border: none
    }
    .events-btn-block.mobile {
        margin-top: -25px
    }
    .events-btn-block.mobile li {
        margin-bottom: 25px
    }
}

.navs.ul,
.navs li {
    list-style: none;
    padding: 0
}

.category-link-block {
    margin-top: 30px;
    margin-bottom: 200px
}

@media (min-width:1200px) {
    .category-link-block.pad20 {
        padding-left: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .category-link-block {
        margin-top: 35px;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .category-link-block {
        margin-top: 30px;
        margin-bottom: 0
    }
}

.category-link-block h4 {
    color: #999;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .category-link-block h4 {
        margin-bottom: 10px
    }
}

.category-link-block .nav-category li {
    padding: 6px 0
}

.category-link-block .nav-category li a {
    color: #666;
    font-size: 16px;
    line-height: 18px
}

.category-link-block .nav-category li a.active {
    text-decoration: underline
}

.category-link-block .nav-category li .count {
    padding-left: 10px;
    color: #666;
    font-size: 16px;
    line-height: 18px
}

.backto-link.right-side {
    text-transform: uppercase;
    font-size: 14px;
    color: #ae485e;
    line-height: 36px;
    margin-top: 30px;
    display: block
}

.backto-link.right-side i {
    margin-right: 5px
}

.backto-link.right-side.blue {
    color: #336178
}

@media (min-width:992px) and (max-width:1199px) {
    .job-social-list {
        padding-left: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .job-social-list {
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px
    }
}

.job-social-list li {
    padding-bottom: 30px
}

@media (min-width:768px) and (max-width:991px) {
    .job-social-list li {
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .job-social-list li {
        padding-bottom: 10px
    }
    .job-social-list li.share {
        float: right
    }
}

.job-social-list .li-title {
    color: #999;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .job-social-list .li-title {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 28px
    }
    .job-social-list .li-title a {
        display: inline !important;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        color: #999;
        padding: 0 5px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .job-social-list .li-title {
        margin-bottom: 2px;
        font-size: 22px;
        line-height: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .job-social-list .social {
        padding-bottom: 10px
    }
}

.job-social-list .social a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #999;
    padding-right: 10px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.job-social-list .social a:first-child:hover {
    color: #3b5998
}

.job-social-list .social a:nth-child(2):hover {
    color: #00aced
}

.job-social-list .social a:last-child:hover {
    color: #007bb6
}

.job-social-list .ctg {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-weight: 700
}

@media (max-width:767px) {
    .job-social-list .ctg {
        font-size: 14px;
        line-height: 20px
    }
}

.job-social-list .status,
.job-social-list .date {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-weight: 400
}

.job-social-list .status .part,
.job-social-list .status .full,
.job-social-list .date .part,
.job-social-list .date .full {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 16px;
    background-color: #009e29;
    border-radius: 100%
}

.job-social-list .status .part,
.job-social-list .date .part {
    background-color: #ff9600
}

@media (max-width:767px) {
    .job-social-list .status,
    .job-social-list .date {
        font-size: 14px;
        line-height: 20px
    }
    .job-social-list .status .part,
    .job-social-list .status .full,
    .job-social-list .date .part,
    .job-social-list .date .full {
        width: 12px;
        height: 12px;
        margin-right: 5px
    }
}

table.calendar {
    position: absolute;
    width: 205px;
    border: 2px solid #ccc;
    border-collapse: separate;
    border-spacing: 5px 5px;
    font-weight: 400;
    top: 38px;
    right: 0;
    background-color: white;
    z-index: 1000
}

table.calendar thead tr {
    color: #336178;
    font-size: 14px
}

table.calendar thead tr a {
    font-weight: 700;
    color: #336178;
    display: block;
    font-size: 16px
}

table.calendar tbody tr {
    border: 0
}

table.calendar tbody td {
    border: 0;
    font-size: 14px
}

table.calendar tr th,
table.calendar tr td {
    text-align: center;
    padding: 1px 8px;
    line-height: 30px
}

table.calendar tr .month {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

table.calendar tr .month a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    text-decoration: none
}

table.calendar tr .month:hover {
    background-color: #ccc
}

table.calendar tr .month.active {
    background-color: #ccc
}

@media (max-width:767px) {
    table.calendar {
        width: 100%;
        display: block;
        padding: 0;
        overflow: hidden
    }
    table.calendar thead,
    table.calendar tbody,
    table.calendar tr,
    table.calendar th,
    table.calendar td {
        padding: 0;
        margin: 0;
        border: none;
        overflow: hidden
    }
    table.calendar thead,
    table.calendar tbody,
    table.calendar tr {
        display: block;
        border: none
    }
    table.calendar tr {
        clear: both
    }
    table.calendar thead th {
        display: inline-block;
        width: 50%;
        float: left;
        border-top: none
    }
    table.calendar thead th:first-child {
        width: 25%
    }
    table.calendar thead th:first-child a {
        padding: 7px 0
    }
    table.calendar thead th:nth-child(2) {
        padding: 8px 0 8px 0
    }
    table.calendar thead th:last-child {
        width: 25%
    }
    table.calendar thead th:last-child a {
        padding: 7px 0
    }
    table.calendar tbody td {
        display: inline-block;
        width: 25%;
        float: left
    }
    table.calendar tbody td a {
        padding: 5px 0
    }
}

table.table-job {
    border-collapse: separate;
    border-spacing: 20px 0
}

table.table-job thead th {
    color: #ae485e;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:768px) and (max-width:991px) {
    table.table-job thead th {
        font-size: 14px
    }
    table.table-job thead th:nth-child(4) {
        width: 20%
    }
    table.table-job thead th:nth-child(3) {
        width: 15%
    }
    table.table-job thead th:nth-child(5) {
        width: 15%
    }
}

table.table-job thead th:last-child {
    border-bottom: 0
}

@media (max-width:767px) {
    table.table-job thead th {
        font-size: 16px
    }
}

table.table-job tbody tr td {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    padding: 14px 0 10px 0;
    vertical-align: middle
}

@media (min-width:768px) and (max-width:991px) {
    table.table-job tbody tr td {
        font-size: 14px;
        padding: 10px 0 6px 0
    }
}

@media (max-width:767px) {
    table.table-job tbody tr td {
        font-size: 14px;
        padding: 10px 0 6px 0
    }
}

table.table-job tbody tr td.name {
    color: #336178;
    text-transform: uppercase;
    padding-left: 10px
}

table.table-job tbody tr td.name a {
    color: #336178
}

table.table-job tbody tr td.status {
    text-align: center
}

table.table-job tbody tr td.status .full,
table.table-job tbody tr td.status .part {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 20px;
    background-color: #009e29;
    border-radius: 100%
}

@media (min-width:768px) and (max-width:991px) {
    table.table-job tbody tr td.status .full,
    table.table-job tbody tr td.status .part {
        margin-right: 10px
    }
}

table.table-job tbody tr td.status .part {
    background-color: #ff9600
}

table.table-job tbody tr td.date {
    text-align: center
}

table.table-job tbody tr td.date .date_title {
    font-weight: 500;
    margin-right: 7px
}

table.table-job tbody tr td.view {
    text-align: center;
    border: 0
}

table.table-job tbody tr td.view .view-more {
    display: inline-block;
    border: 1px solid #666;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 22px 6px 22px;
    line-height: 12px;
    text-decoration: none;
    color: #666;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

table.table-job tbody tr td.view .view-more:hover {
    border-color: #ae485e;
    color: #ae485e
}

@media (min-width:768px) and (max-width:991px) {
    table.table-job tbody tr td.view .view-more {
        padding: 8px 10px 6px 10px
    }
}

table.table-job tbody tr td .bold {
    font-weight: 700
}

table.table-job tbody tr .group {
    display: inline-block
}

table.table-job tbody tr .group:nth-child(2) {
    margin-right: 30px
}

@media (max-width:767px) {
    table.table-job {
        display: block
    }
    table.table-job tbody {
        display: block
    }
    table.table-job tbody tr {
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: block;
        border-bottom: 1px solid #f0f0f0
    }
    table.table-job tbody tr:last-child {
        border-bottom: 0
    }
    table.table-job tbody tr td {
        display: block;
        font-size: 16px;
        color: #666;
        line-height: 22px;
        padding: 5px 0 5px 0;
        vertical-align: middle;
        text-align: left !important;
        border: 0
    }
    table.table-job tbody tr td:first-child {
        display: block;
        padding-left: 0
    }
    table.table-job tbody tr td.status .full,
    table.table-job tbody tr td.status .part {
        margin-right: 15px
    }
}

table.table-eventCalendar {
    width: 100%;
    border: none;
    font-weight: 400;
    background-color: white;
    display: block
}

table.table-eventCalendar thead,
table.table-eventCalendar tbody,
table.table-eventCalendar tr {
    display: block
}

table.table-eventCalendar tr {
    padding: 0;
    margin: 0
}

table.table-eventCalendar tr:before,
table.table-eventCalendar tr:after {
    content: " ";
    display: table
}

table.table-eventCalendar tr:after {
    clear: both
}

table.table-eventCalendar th {
    display: block;
    float: left;
    margin: 5px;
    height: 100%
}

table.table-eventCalendar th:first-child {
    width: calc(100% * 5 / 7 - 15px)
}

table.table-eventCalendar th:last-child {
    width: calc(100% * 2 / 7 - 10px)
}

table.table-eventCalendar td {
    display: block;
    float: left;
    margin: 5px 5px 5px 5px;
    height: 186px;
    width: calc(100% / 7 - 10px)
}

table.table-eventCalendar thead tr {
    color: #336178;
    font-size: 14px
}

table.table-eventCalendar thead tr th {
    text-align: center;
    font-size: 18px;
    color: #336178;
    text-transform: uppercase
}

table.table-eventCalendar thead tr th:first-child {
    margin-right: 10px
}

table.table-eventCalendar thead tr th a {
    display: block;
    font-weight: 700;
    color: #336178;
    width: 50px;
    text-align: left;
    font-size: 18px;
    padding-left: 3px
}

table.table-eventCalendar thead tr th a:last-child {
    text-align: right;
    padding-right: 3px
}

table.table-eventCalendar thead tr th {
    border-bottom: 3px solid #ccc
}

table.table-eventCalendar tbody tr {
    border: 0
}

table.table-eventCalendar tbody tr.weekday {
    text-align: center;
    border: 0
}

table.table-eventCalendar tbody tr.weekday td {
    border: 0;
    padding-top: 20px;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    height: 40px
}

table.table-eventCalendar tbody tr .event-day {
    max-height: 190px;
    text-align: left;
    border: 1px solid #ccc
}

table.table-eventCalendar tbody tr .event-day .date {
    font-size: 24px;
    line-height: 30px;
    color: #336178
}

table.table-eventCalendar tbody tr .day {
    height: 186px;
    text-align: center;
    border: 1px solid #ccc
}

table.table-eventCalendar tbody tr .day .date {
    font-size: 36px;
    line-height: 36px;
    margin-top: 30px;
    display: inline-block;
    color: #999;
    font-weight: 200
}

table.table-eventCalendar tbody tr .passive {
    opacity: .3;
    filter: alpha(opacity=30)
}

table.table-eventCalendar tbody tr .list-event {
    list-style-type: none;
    padding-top: 5px
}

table.table-eventCalendar tbody tr .list-event li {
    padding: 4px 0 6px 0;
    border-bottom: 1px solid #ccc
}

table.table-eventCalendar tbody tr .list-event li:last-child {
    border-bottom: 0
}

table.table-eventCalendar tbody tr .list-event li a {
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 14px;
    padding: 6px 0;
    text-decoration: none;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .4 ease;
    -o-transition: all .4 ease;
    transition: all .4 ease
}

table.table-eventCalendar tbody tr .list-event li a:hover {
    color: #336178
}

table.table-eventCalendar tbody tr .list-event li a[aria-describedby] {
    color: #336178
}

table.table-eventCalendar tbody tr .list-event li .view-all {
    padding-bottom: 0;
    margin-top: 14px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    height: auto;
    color: #336178;
    text-decoration: none
}

table.table-eventCalendar tbody tr .list-event .popover {
    padding: 5px 5px 5px 0;
    border: 1px solid #999;
    -webkit-box-shadow: 0 7px 15px 1px #e6e6e6;
    -moz-box-shadow: 0 7px 15px 1px #e6e6e6;
    box-shadow: 0 7px 15px 1px #e6e6e6;
    border-radius: 0
}

table.table-eventCalendar tbody tr .list-event .popover .arrow {
    border-right-color: rgba(230, 230, 230, .7);
    display: none
}

table.table-eventCalendar tbody tr .list-event .popover .popover-title {
    background: none;
    border: 0
}

table.table-eventCalendar tbody tr .list-event .popover .popover-title a {
    font-size: 14px;
    font-weight: 700;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #336178;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

table.table-eventCalendar tbody tr .list-event .popover .popover-title a:hover {
    color: #5998b8
}

table.table-eventCalendar tbody tr .list-event .popover .popover-content {
    padding-top: 8px;
    line-height: 17px;
    color: #666;
    font-size: 14px;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

table.table-eventCalendar tbody tr .list-event .popover .popover-content .time {
    display: block;
    font-size: 12px;
    margin-bottom: 10px
}

table.table-eventCalendar-mobile {
    width: 100%;
    border: none;
    font-weight: 400;
    background-color: white;
    display: block
}

table.table-eventCalendar-mobile thead,
table.table-eventCalendar-mobile tbody,
table.table-eventCalendar-mobile tr {
    display: block
}

table.table-eventCalendar-mobile tr {
    padding: 0;
    margin: 0
}

table.table-eventCalendar-mobile tr:before,
table.table-eventCalendar-mobile tr:after {
    content: " ";
    display: table
}

table.table-eventCalendar-mobile tr:after {
    clear: both
}

table.table-eventCalendar-mobile th {
    display: block;
    margin: 5px
}

table.table-eventCalendar-mobile td {
    display: block;
    float: left;
    margin: 4px 1px 4px 1px;
    width: calc(100% / 7 - 4px)
}

table.table-eventCalendar-mobile thead tr {
    color: #336178;
    font-size: 14px
}

table.table-eventCalendar-mobile thead tr th {
    text-align: center;
    font-size: 18px;
    color: #336178;
    text-transform: uppercase;
    margin-bottom: 15px
}

table.table-eventCalendar-mobile thead tr th a {
    display: block;
    font-weight: 700;
    color: #336178;
    width: 50px;
    text-align: left;
    font-size: 18px;
    padding-left: 3px
}

table.table-eventCalendar-mobile thead tr th a:last-child {
    text-align: right;
    padding-right: 3px
}

table.table-eventCalendar-mobile thead tr th {
    border-bottom: 3px solid #ccc
}

table.table-eventCalendar-mobile tbody tr {
    border: 0
}

table.table-eventCalendar-mobile tbody tr.weekday {
    text-align: center;
    border: 0
}

table.table-eventCalendar-mobile tbody tr.weekday td {
    border: 0;
    padding-top: 0;
    color: #999;
    font-size: 14px;
    line-height: 20px
}

table.table-eventCalendar-mobile tbody tr .event-day {
    text-align: center;
    padding: 4px 4px;
    border: 1px solid #ccc
}

table.table-eventCalendar-mobile tbody tr .event-day .date {
    font-size: 16px;
    padding: 4px 2px 2px 2px;
    line-height: 27px;
    color: #336178;
    font-weight: 700;
    display: block;
    text-decoration: none;
    border-bottom: 5px solid #336178
}

table.table-eventCalendar-mobile tbody tr .day {
    text-align: center;
    border: 1px solid #ccc
}

table.table-eventCalendar-mobile tbody tr .day .date {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    font-weight: 700
}

table.table-eventCalendar-mobile tbody tr .passive {
    opacity: .3;
    filter: alpha(opacity=30)
}

.table-responsive {
    border: 0 !important
}

.spia-table table {
    display: table;
    width: 100%
}

.spia-table table thead th {
    color: #ae485e;
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    border-right: 30px solid white;
    border-bottom: 3px solid #ccc;
    text-transform: uppercase;
    font-weight: 700
}

.spia-table table thead th:first-child {
    border-right: 15px solid white;
    width: 80px
}

.spia-table table thead th:last-child {
    width: 82px;
    text-align: center
}

@media (max-width:767px) {
    .spia-table table thead th {
        font-size: 14px;
        white-space: inherit !important;
        line-height: inherit
    }
}

.spia-table table tbody tr {
    border: 0
}

.spia-table table tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

@media (max-width:767px) {
    .spia-table table tbody tr {
        font-size: 15px
    }
}

.spia-table a {
    color: #336178
}

.spia-table table tbody tr td {
    border: 0;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
    vertical-align: inherit;
}

.spia-table table tbody tr td .bold {
    font-weight: 700
}

.spia-table table tbody tr td:nth-child(2) {
    color: #336178
}

.spia-table table tbody tr td:last-child {
    text-align: center
}

@media (max-width:767px) {
    .spia-table table tbody tr td {
        font-size: 14px
    }
}

.academic-table table {
    display: table;
    text-align: center;
    width: 100%
}

.academic-table table thead th {
    color: #ae485e;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 3px solid #ccc;
    text-transform: uppercase;
    font-weight: 700;
    width: 50%
}

.academic-table table thead th:last-child {
    border-left: 30px solid white
}

@media (max-width:767px) {
    .academic-table table thead th {
        font-size: 14px;
        white-space: inherit !important;
        line-height: inherit
    }
}

.academic-table table tbody {
    padding: 20px 0
}

.academic-table table tbody tr {
    border: 0
}

.academic-table table tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

@media (max-width:767px) {
    .academic-table table tbody tr {
        font-size: 15px
    }
}

.academic-table table tbody tr td {
    border: 0;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333
}

.academic-table table tbody tr td .bold {
    font-weight: 700
}

.academic-table table tbody tr td:first-child {
    color: #336178
}

@media (max-width:767px) {
    .academic-table table tbody tr td {
        font-size: 14px
    }
}

.admission-table table {
    margin-top: 50px;
    display: table;
    width: 100%
}

.admission-table table thead th {
    color: #ae485e;
    padding: 0;
    padding-bottom: 6px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 3px solid #ccc;
    text-transform: uppercase;
    font-weight: 700;
    width: 18%
}

.admission-table.stream-table table thead th{
	width:auto;
}

.costlines tr:first-child td:first-child a {
    font-weight: 700
}

.admission-table table thead th:first-child {
    text-align: left;
    padding: 15px
}

@media (max-width:767px) {
    .admission-table table thead th {
        font-size: 14px;
        white-space: inherit !important;
        line-height: inherit
    }
}

.admission-table table tbody {
    padding: 20px 0
}

.admission-table table tbody tr {
    border: 0
}

.admission-table table tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

@media (max-width:767px) {
    .admission-table table tbody tr {
        font-size: 15px
    }
}

.admission-table table tbody tr td {
    border: 0;
    padding: 15px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.admission-table table tbody tr td:first-child {
    color: #336178;
    text-align: left
}

.admission-table a {
    color: #336178
}

.admission-table table tbody tr td {
    text-align: center
}

@media (max-width:767px) {
    .admission-table table tbody tr td {
        font-size: 14px
    }
}

.thumbnail {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

.header-img-block {
    position: relative;
    height: 550px
}
@media (min-width:1300px) {
	.header-img-block {
        height: 650px
    }
}
@media (min-width:768px) and (max-width:991px) {
    .header-img-block {
        height: 450px
    }
}

@media (max-width:767px) {
    .header-img-block {
        height: 238px;
        border-top: 8px solid #336178
    }
}

@media (max-width:550px) {
    .header-img-block {
        height: 210px;
        border-top: 4px solid #336178
    }
}
@media (max-width:400px) {
    .header-img-block {
        height: 180px
    }
}

.header-img-block .img-layer,
.header-img-block .over-layer,
.header-img-block .pattern1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.header-img-block .over-layer {
    background-color: #336178;
    opacity: .5;
    filter: alpha(opacity=50)
}

/* .header-img-block .over-layer.red {
    background-color: #ae485e
} */

.header-img-block .pattern1 {
    background-size: auto;
    opacity: .25;
    filter: alpha(opacity=25);
    background-repeat: repeat !important
}

.header-img-block .header-name {
    display: inline-block;
    position: absolute;
    min-width: 428px;
    max-width: 705px;
    bottom: 10%;
    -webkit-font-smoothing: subpixel-antialiased;
    color: white;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase
}

/* .header-img-block .c_header-name{
    position: absolute;
    min-width: 428px;
    max-width: 705px;
    bottom: 0;
    right: auto;
    font-weight: 700;
    -webkit-font-smoothing:subpixel-antialiased;
    color: white;
    font-size: 52px;
    text-transform: uppercase;
} */

@media (max-width:767px) {
    .header-img-block .header-name {
        max-width: 310px;
        min-width: 280px;
        padding: 5px 10px;
        font-size: 29px;
        line-height: 35px
    }
}

@media (max-width:580px) {
    .header-img-block .header-name {
        padding: 5px 15px;
        font-size: 20px;
        line-height: 23px;
		bottom: 10%;
    }
}

.header-img-block .header-name.small-size {
    min-width: 210px
}

.anthem-block h4::before {
    content: '\f036';
    font-family: FontAwesome;
    margin-right: 10px
}

.all-blox {
    position: relative
}

.anthem-block h4 {
    position: absolute;
    bottom: 20%;
    cursor: pointer;
    font-size: 14px;
    color: #336178
}

.video-block {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #336178
}

@media (max-width:767px) {
    .video-block {
        height: 220px;
        margin-bottom: 40px
    }
}

.video-block .play-btn {
    position: relative;
    top: calc(50% - 44px);
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 100%;
    text-align: center;
    font-size: 36px;
    color: white;
    border: 2px solid white;
    margin: 0 auto;
    padding: 16px 0 10px 10px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.video-block .play-btn:hover {
    background-color: #ae485e
}

@media (max-width:767px) {
    .video-block .play-btn {
        width: 70px;
        height: 70px;
        top: calc(50% - 35px);
        font-size: 30px;
        padding: 13px 0 8px 8px
    }
}

.map-block {
    padding: 0 20px;
    position: relative;
    width: 100%;
    margin-bottom: 70px
}

.map-block .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #B2B2B2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.map-block .st0.active {
    opacity: 1;
    fill: #ae485e;
    cursor: pointer
}

.map-block .st0.active:hover {
    fill: #336178
}

.map-block .count-uni {
    display: inline-block;
    position: absolute;
    left: 25%;
    top: 25%
}

.map-block .count-uni .counter {
    font-size: 92px;
    color: #999;
    line-height: 92px
}

.map-block .count-uni .p-text {
    color: #999;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase
}

@media (min-width:992px) and (max-width:1199px) {
    .map-block .count-uni {
        left: 23%;
        top: 25%
    }
    .map-block .count-uni .counter {
        font-size: 88px;
        line-height: 88px
    }
    .map-block .count-uni .p-text {
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .map-block .count-uni {
        left: 23%;
        top: 24%
    }
    .map-block .count-uni .counter {
        font-size: 66px;
        line-height: 66px
    }
    .map-block .count-uni .p-text {
        font-size: 14px;
        line-height: 16px
    }
}

@media (max-width:767px) {
    .map-block .count-uni {
        left: 23%;
        top: 20%
    }
    .map-block .count-uni .counter {
        font-size: 50px;
        line-height: 50px
    }
    .map-block .count-uni .p-text {
        font-size: 12px;
        line-height: 14px
    }
}

@media (max-width:767px) {
    .map-block {
        margin-bottom: 40px;
        padding: 0 10px
    }
    #hero-video {
        height: auto !important;
    }
}

#hero-video {
    height: 100% !important;
}

#hero-video #home-hero video {
    float: left;
    width: 100%;
    /* padding-bottom: 100px */
}

@media screen and (min-width:768px)and (max-width:991px) {
    #hero-video .scroll-btn1 {
        /* bottom:200px !important; */
    }
}

#hero-video .scroll-btn1 {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .2);
    font-size: 28px;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 20px);
    padding-top: 0;
    padding-left: 1px;
    opacity: .6;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#hero-video .scroll-btn1:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, .4)
}

#announcement-block {
    position: relative;
    height: 550px;
    overflow: hidden
}

@media (min-width:768px) and (max-width:991px) {
    #announcement-block {
        height: 450px
    }
}

@media (max-width:767px) {
    #announcement-block {
        height: 280px;
        border-top: 8px solid #336178
    }
}

#announcement-block .img-layer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#announcement-block .pattern1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: auto;
    opacity: .25;
    filter: alpha(opacity=25);
    background-repeat: repeat !important
}

#announcement-block .announce-box {
    position: absolute;
    bottom: 40px;
    color: white;
    width: 100%
}

#announcement-block .announce-box .desc-box {
    padding: 4px;
    max-width: 480px;
    border: 2px solid rgba(255, 255, 255, .6);
    float: right;
    margin-bottom: 20px
}

#announcement-block .announce-box .desc-box .bg-color {
    padding: 26px;
    background-color: rgba(51, 97, 120, .8);
    display: block;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    #announcement-block .announce-box .desc-box .bg-color {
        padding: 16px
    }
}

#announcement-block .announce-box .h1-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500
}

@media (max-width:767px) {
    #announcement-block .announce-box .h1-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px
    }
}

#announcement-block .announce-box .p-desc {
    font-size: 18px;
    line-height: 24px;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

@media (max-width:767px) {
    #announcement-block .announce-box .p-desc {
        font-size: 16px;
        line-height: 22px
    }
}

#announcement-block .announce-box .link-box {
    display: inline-block;
    float: right;
    color: white;
    min-width: 150px;
    padding: 4px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .6);
    transition: all 0.4s ease;
    text-decoration: none;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

#announcement-block .announce-box .link-box .bg-color {
    background-color: #336178;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px
}

#announcement-block .announce-box .link-box:hover {
    color: #336178;
    font-weight: 500
}

#announcement-block .announce-box .link-box:hover .bg-color {
    background-color: white
}

.video-block {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #336178
}

@media (max-width:767px) {
    .video-block {
        height: 220px;
        margin-bottom: 40px
    }
}

.video-block .play-btn {
    position: relative;
    top: calc(50% - 44px);
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 100%;
    text-align: center;
    font-size: 36px;
    color: white;
    border: 2px solid white;
    margin: 0 auto;
    padding: 16px 0 10px 10px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.video-block .play-btn:hover {
    background-color: #ae485e
}

@media (max-width:767px) {
    .video-block .play-btn {
        width: 70px;
        height: 70px;
        top: calc(50% - 35px);
        font-size: 30px;
        padding: 13px 0 8px 8px
    }
}

.video-block .video-background {
    background: #000
}

.video-block .video-foreground,
.video-block .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@media (min-aspect-ratio:16 / 9) {
    .video-block .video-foreground {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio:16 / 9) {
    .video-block .video-foreground {
        width: 300%;
        left: -100%
    }
}

@media (min-aspect-ratio:9 / 9) {
    .video-block .video-foreground {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio:9 / 9) {
    .video-block .video-foreground {
        width: 300%;
        left: -100%
    }
}

.panel {
    box-shadow: none;
    border: 0;
    border-radius: 0
}

.panel.panel-news {
    width: 100%;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .panel.panel-news {
        margin-bottom: 30px
    }
}

.panel.panel-news img {
    width: 100%
}

.panel.panel-news .panel-body {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%
}

.panel.panel-news .panel-body .panel-desc {
    background-color: rgba(174, 72, 94, .8);
    height: 64px;
    padding: 0 15px;
    display: block
}

.panel.panel-news .panel-body .panel-desc a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    line-height: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.panel.panel-events {
    width: 100%;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .panel.panel-events {
        margin-bottom: 30px
    }
}

.panel.panel-events img {
    width: 100%
}

.panel.panel-events .panel-body {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%
}

.panel.panel-events .panel-body .date {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    color: white;
    background-color: rgba(51, 97, 120, .8)
}

.panel.panel-events .panel-body .panel-desc {
    background-color: rgba(51, 97, 120, .8);
    height: 64px;
    width: 100%;
    padding: 0 15px
}

.panel.panel-events .panel-body .panel-desc a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    line-height: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.panel.panel-person .panel-header {
    padding: 0;
    position: relative
}

.panel.panel-person .panel-header .person-img {
    width: 100%
}

.panel.panel-person .panel-header .quota-svg {
    position: absolute;
    bottom: -25px;
    left: -2px
}

.panel.panel-person .panel-body {
    padding: 40px 0;
    margin: 0;
    border: none
}

@media (max-width:767px) {
    .panel.panel-person .panel-body {
        padding: 30px 15px 15px 20px
    }
}

.panel.panel-person .panel-body .m-quota {
    color: #ae485e;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px
}

.panel.panel-person .panel-body .m-name {
    margin-bottom: 26px;
    line-height: 24px;
    font-size: 24px;
    color: #336178;
    font-weight: 700
}

@media (max-width:767px) {
    .panel.panel-person .panel-body .m-name {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.panel.panel-person .panel-body .m-list {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px
}

.panel.panel-person .panel-body .m-list .bold {
    font-weight: 700
}

.panel.panel-person .panel-body .m-list li {
    margin-bottom: 6px;
    margin-left: 20px
}

.panel.panel-person .panel-body .p-desc {
    font-size: 18px;
    line-height: 26px;
    color: #666;
    margin-bottom: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.panel.panel-person-mobile {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    overflow: hidden
}

.panel.panel-person-mobile .panel-header {
    padding: 0;
    position: relative;
    max-width: 450px
}

.panel.panel-person-mobile .panel-header .person-img {
    width: 100%
}

.panel.panel-person-mobile .panel-header .quota-svg {
    width: 34px;
    position: absolute;
    bottom: -7px;
    left: 0
}

.panel.panel-person-mobile .panel-body {
    padding: 20px 0 0 0;
    margin: 0;
    border: none
}

.panel.panel-person-mobile .panel-body .m-quota {
    color: #ae485e;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400
}

.panel.panel-person-mobile .panel-body .m-name {
    margin-bottom: 16px;
    line-height: 24px;
    font-size: 20px;
    color: #336178;
    font-weight: 700
}

.panel.panel-person-mobile .panel-body .m-list {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    margin-bottom: 20px
}

.panel.panel-person-mobile .panel-body .m-list .bold {
    font-weight: 700
}

.panel.panel-person-mobile .panel-body .m-list li {
    margin-bottom: 6px;
    margin-left: 20px
}

.panel.panel-person-mobile .panel-body .p-desc {
    font-size: 16px;
    line-height: 22px;
    color: #666
}

.jumbotron {
    background-color: transparent;
    padding: 0;
    margin: 0
}

.pagination>li>a,
.pagination>li>span {
    padding: 6px 2px;
    font-size: 10px;
    line-height: 10px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a,
.pagination>li>span {
    color: #666;
    display: inline-block;
    text-align: center;
    width: 26px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    font-size: 11px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    font-size: 11px
}

.pagination>li {
    display: inline-block
}

.pagination>li>a {
    margin-right: 6px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.pagination>li>a.active {
    color: #ae485e
}

.pagination>li>a:hover {
    background-color: #ae485e;
    color: white
}

.pagination.event>li>a,
.pagination.event>li>span {
    padding: 6px 2px;
    font-size: 10px;
    line-height: 10px
}

.pagination.event>li:first-child>a,
.pagination.event>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination.event>li:last-child>a,
.pagination.event>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination.event>li>a,
.pagination.event>li>span {
    color: #666;
    display: inline-block;
    text-align: center;
    width: 26px
}

.pagination.event>li:first-child>a,
.pagination.event>li:first-child>span {
    font-size: 11px
}

.pagination.event>li:last-child>a,
.pagination.event>li:last-child>span {
    font-size: 11px
}

.pagination.event>li {
    display: inline-block
}

.pagination.event>li>a {
    margin-right: 6px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.pagination.event>li>a.active {
    color: #336178
}

.pagination.event>li>a:hover {
    background-color: #336178;
    color: white
}

.list {
    padding: 0;
    margin: 0
}

.list ul,
.list li {
    list-style: none;
    padding: 0
}

.list.list-news-media li {
    border-bottom: 1px solid #ccc;
    padding: 34px 0 45px 0
}

.list.list-news-media li:last-child {
    border: 0
}

@media (max-width:767px) {
    .list.list-news-media li {
        padding: 30px 0 30px 0
    }
}

.list.list-popover {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: justify;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px
}

.list.list-popover li {
    padding: 10px 0
}

.list.list-popover img {
    width: 20px;
    margin-right: 20px
}

.list.list-popover a {
    color: #333;
    text-decoration: none;
    cursor: pointer
}

.list.list-popover a:hover {
    color: #336178
}

.list.list-popover a[aria-describedby] {
    color: #336178
}

@media (min-width:768px) and (max-width:991px) {
    .list.list-popover {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px
    }
}

@media (max-width:767px) {
    .list.list-popover {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px
    }
    .list.list-popover li {
        padding: 6px 0
    }
}

.future-wrapper ~ .popover {
    padding: 5px 10px 0 5px;
    border: 0;
    -webkit-box-shadow: 0 7px 15px 1px #e6e6e6;
    -moz-box-shadow: 0 7px 15px 1px #e6e6e6;
    box-shadow: 0 7px 15px 1px #e6e6e6;
    border-radius: 0;
    z-index: 200;
}

.future-wrapper ~ .popover .close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: .6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #666;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.future-wrapper ~ .popover.right .arrow {
    border-right-color: rgba(230, 230, 230, .7)
}

.future-wrapper ~ .popover.left .arrow {
    border-left-color: rgba(230, 230, 230, .7)
}

.future-wrapper ~ .popover.top .arrow {
    border-top-color: rgba(230, 230, 230, .7)
}

.future-wrapper ~ .popover.bottom .arrow {
    border-bottom-color: rgba(230, 230, 230, .7)
}

.future-wrapper ~ .popover .popover-title {
    padding-right: 30px;
    background: none;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    border: 0
}

@media (max-width:767px) {
    .future-wrapper ~ .popover .popover-title {
        padding: 8px 20px 8px 5px
    }
}

.future-wrapper ~ .popover .popover-content {
    padding-top: 8px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

@media (max-width:767px) {
    .future-wrapper ~ .popover .popover-content {
        padding: 8px 5px 8px 5px
    }
}

@media (max-width:767px) {
    .modal.modal-exchange {
        padding: 0 20px
    }
}

.modal.modal-exchange .modal-dialog {
    width: 791px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 50px;
    border-radius: 0
}

@media (min-width:768px) and (max-width:991px) {
    .modal.modal-exchange .modal-dialog {
        width: 720px
    }
}

@media (max-width:767px) {
    .modal.modal-exchange .modal-dialog {
        width: 100%
    }
}

.modal.modal-exchange .modal-content {
    background: #fff;
    padding: 0;
    width: 791px;
    border-radius: 0
}

@media (min-width:768px) and (max-width:991px) {
    .modal.modal-exchange .modal-content {
        width: 720px
    }
}

@media (max-width:767px) {
    .modal.modal-exchange .modal-content {
        width: 100%
    }
}

.modal.modal-exchange .modal-content .modal-header {
    padding: 0;
    position: relative
}

.modal.modal-exchange .modal-content .modal-header .person-img {
    width: 100%
}

.modal.modal-exchange .modal-content .modal-header .quota-svg {
    position: absolute;
    width: 110px;
    bottom: -25px;
    left: 30px
}

@media (max-width:767px) {
    .modal.modal-exchange .modal-content .modal-header .quota-svg {
        left: 15px;
        width: 80px
    }
}

.modal.modal-exchange .modal-content .modal-body {
    padding: 40px 30px;
    margin: 0;
    border: none
}

@media (max-width:767px) {
    .modal.modal-exchange .modal-content .modal-body {
        padding: 30px 15px 15px 20px
    }
}

.modal.modal-exchange .modal-content .modal-body .m-quota {
    color: #ae485e;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .modal.modal-exchange .modal-content .modal-body .m-quota {
        font-size: 22px;
        line-height: 26px
    }
}

.modal.modal-exchange .modal-content .modal-body .m-name {
    margin-bottom: 26px;
    line-height: 28px;
    font-size: 24px;
    color: #336178
}

@media (max-width:767px) {
    .modal.modal-exchange .modal-content .modal-body .m-name {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.modal.modal-exchange .modal-content .modal-body .m-list,
.modal.modal-exchange .modal-content .modal-body .p-desc {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px
}

.modal.modal-exchange .modal-content .modal-body .m-list .bold,
.modal.modal-exchange .modal-content .modal-body .p-desc .bold {
    font-weight: 700
}

.modal.modal-exchange .modal-content .modal-body .m-list li,
.modal.modal-exchange .modal-content .modal-body .p-desc li {
    margin-bottom: 6px;
    margin-left: 20px
}

.modal.modal-exchange .modal-content .close {
    position: absolute;
    top: -30px;
    cursor: pointer;
    right: 0;
    margin: auto 0;
    width: 16px;
    height: 16px;
    opacity: 1;
    background: url(../images/close.svg) no-repeat;
    background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px
}

.modal-backdrop {
    background-color: #676767
}

.modal-backdrop.in {
    opacity: .8
}

.header-wrapper .container-fluid>.navbar-collapse,
.header-wrapper .container-fluid>.navbar-header,
.header-wrapper .container>.navbar-collapse,
.header-wrapper .container>.navbar-header {
    margin-right: -10px;
    margin-left: -10px
}

/* .header-wrapper .top-navbar .navbar-header {
    margin-top: 23px
} */

@media (max-width:991px) and (min-width: 768px) {
    .header-wrapper .top-navbar .navbar-header {
        float: left;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.header-wrapper .top-navbar .navbar-brand {
    /* height: 83px; */
    height: auto;
    width: 128px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    transition: 0.5s;
}

@media (max-width:767px) {
    .header-wrapper .top-navbar .navbar-brand {
        width: 80px;
        margin-left: 20px;
        height: 55px;
        margin-bottom: 0;
        margin-top: 0;
    }
}

.header-wrapper .top-navbar .navbar-nav {
    margin-top: 50px
}

@media(max-width: 991px) and (min-width: 768px) {
    .header-wrapper .top-navbar .navbar-nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

.header-wrapper .top-navbar .navbar-nav a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 12px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .header-wrapper .top-navbar .navbar-nav a {
        color: #333;
        font-size: 13px;
        font-weight: 400;
        padding: 10px 5px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
}

.header-wrapper .top-navbar .navbar-nav a:hover,
.header-wrapper .top-navbar .navbar-nav a:active,
.header-wrapper .top-navbar .navbar-nav a:focus {
    background: none;
    text-decoration: underline
}

.header-wrapper .top-navbar .navbar-nav li.active a {
    font-weight: 500
}

.header-wrapper .top-navbar .navbar-nav .btn-header {
    width: 140px;
    height: 35px;
    border: 1px solid #999;
    text-transform: uppercase;
    padding: 2px;
    margin-left: 15px;
    border-radius: 0
}

.header-wrapper .top-navbar .navbar-nav .btn-header span {
    display: block;
    line-height: 30px;
    height: 100%;
    width: 100%;
    color: #666;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.header-wrapper .top-navbar .navbar-nav .btn-header:hover,
.header-wrapper .top-navbar .navbar-nav .btn-header:focus {
    outline: none;
    text-decoration: none
}

.header-wrapper .top-navbar .navbar-nav .btn-header:hover span,
.header-wrapper .top-navbar .navbar-nav .btn-header:focus span {
    background-color: #ae485e;
    color: white
}

.header-wrapper .top-navbar .navbar-nav .lang {
    font-weight: 700;
    background: none !important;
}

.header-wrapper .top-navbar .navbar-nav .lang-wrapper:hover .dropdown-menu {
    display: block !important;
}

.header-wrapper .top-navbar .navbar-nav .lang i {
    padding-right: 3px
}

.header-wrapper .top-navbar .navbar-nav .lang+.dropdown-menu {
    min-width: 50px;
    top: 80%;
    right: 0;
    border: 0 solid #ccc;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px transparent;
    box-shadow: 0 6px 12px transparent
}

.modal-alert {
    display: none;
    width: 390px;
    height: 50px;
    background-color: #49b18f;
    opacity: .8;
    position: fixed;
    z-index: 1000;
    top: 9%;
    left: 74%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-box-shadow: 6px 10px 23px -8px rgba(173, 164, 173, 1);
    -moz-box-shadow: 6px 10px 23px -8px rgba(173, 164, 173, 1);
    box-shadow: 6px 10px 23px -8px rgba(173, 164, 173, 1)
}

.modal-alert h2 {
    font-size: 16px;
    line-height: 45px;
    font-weight: 100;
    color: white;
    float: left
}

.modal-alert i {
    margin-right: 13px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 47px;
    color: white;
    float: left
}

.open li {
    margin-left: 1px
}

.header-wrapper .top-navbar .navbar-nav .lang+.dropdown-menu a {
    line-height: 14px;
    color: #666;
    font-size: 14px;
    padding: 0 13px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: right;
}

.header-wrapper .top-navbar .navbar-nav .lang+.dropdown-menu a:hover,
.header-wrapper .top-navbar .navbar-nav .lang+.dropdown-menu a:active,
.header-wrapper .top-navbar .navbar-nav .lang+.dropdown-menu a:focus {
    background: none;
    text-decoration: none
}

@media (max-width:767px) {
    .header-wrapper .top-navbar .navbar-nav .lang+.dropdown-menu {
        position: absolute;
        top: 11px;
        left: 65px
    }
}

@media (max-width:767px) {
    .header-wrapper .top-navbar .navbar-header {
        margin-top: 18px;
        margin-bottom: 15px
    }
    .header-wrapper .top-navbar .navbar-header button {
        height: 30px
    }
    .header-wrapper .top-navbar .navbar-header .icon-bar,
    .header-wrapper .top-navbar .navbar-header .close-l,
    .header-wrapper .top-navbar .navbar-header .close-r {
        width: 20px;
        height: 2px;
        margin-bottom: 3px;
        background-color: #999;
        display: block
    }
    .header-wrapper .top-navbar .navbar-header .close-l {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 0;
        margin-bottom: 0
    }
    .header-wrapper .top-navbar .navbar-header .close-r {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px;
        margin-bottom: 0
    }
    .header-wrapper .top-navbar .navbar-collapse {
        border-top: 1px solid #999;
        padding: 0;
        width: 100%;
        overflow: hidden;
        position: absolute;
        background-color: whitesmoke;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2);
        z-index: 1000
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav {
        display: block;
        float: left;
        width: 50%;
        margin: 0;
        position: relative;
        padding-bottom: 20px
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav.width100 {
        width: 100%;
        float: none
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav a {
        padding: 0;
        padding-left: 20px;
        line-height: 45px
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav .btn-header {
        padding: 2px;
        max-width: 140px;
        width: auto;
        margin-right: 10px
    }
    .header-wrapper .top-navbar .navbar-nav-main {
        float: right;
        width: 50%;
        display: block;
        background-color: #336178;
        text-align: right;
        min-height: 280px
    }
    .header-wrapper .top-navbar .navbar-nav-main>li {
        position: relative;
        margin: 0;
        padding: 0
    }
    .header-wrapper .top-navbar .navbar-nav-main>li:hover,
    .header-wrapper .top-navbar .navbar-nav-main>li:active,
    .header-wrapper .top-navbar .navbar-nav-main>li:focus {
        background-color: #487185
    }
    .header-wrapper .top-navbar .navbar-nav-main>li:hover:last-child,
    .header-wrapper .top-navbar .navbar-nav-main>li:active:last-child,
    .header-wrapper .top-navbar .navbar-nav-main>li:focus:last-child {
        background-color: transparent
    }
    .header-wrapper .top-navbar .navbar-nav-main>li.open {
        background-color: #487185
    }
    .header-wrapper .top-navbar .navbar-nav-main>li.open .fa-angle-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-left: 7px
    }
    .header-wrapper .top-navbar .navbar-nav-main>li.open>a,
    .header-wrapper .top-navbar .navbar-nav-main>li.open>a:focus,
    .header-wrapper .top-navbar .navbar-nav-main>li.open>a:hover {
        background-color: #487185
    }
    .header-wrapper .top-navbar .navbar-nav-main>li>.dropdown-menu {
        border: 0 solid #ccc;
        border: 0 solid rgba(0, 0, 0, .15);
        border-radius: 0;
        text-align: right;
        -webkit-box-shadow: 0 6px 12px transparent;
        box-shadow: 0 6px 12px transparent
    }
    .header-wrapper .top-navbar .navbar-nav-main>li>a {
        color: white;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 20px 0 0;
        line-height: 45px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
}

@media (max-width:767px) and (min-width:768px) and (max-width:991px) {
    .header-wrapper .top-navbar .navbar-nav-main>li>a {
        font-size: 15px;
        padding: 0 25px
    }
}

@media (max-width:767px) {
    .header-wrapper .top-navbar .navbar-nav-main>li>a:hover {
        background-color: transparent
    }
    .header-wrapper .top-navbar .navbar-nav-main>li>a .fa-angle-down {
        margin-left: 7px
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form {
        margin: 0;
        padding: 0;
        text-align: left;
        float: left;
        width: 100%;
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form .form-control {
        width: 100%;
        height: 40px;
        margin: 0;
        border: 0;
        background-color: transparent;
        outline: none;
        box-shadow: none;
        padding-right: 0;
        -webkit-transition: width 0.5s;
        -o-transition: width 0.5s;
        transition: width 0.5s;
        color: white;
        text-align: right;
        line-height: 28px;
        float: left;
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form .form-control::-moz-placeholder {
        color: #c6dae4;
        font-style: normal;
        font-size: 14px;
        line-height: 28px;
        opacity: 1
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form .form-control:-ms-input-placeholder {
        color: #c6dae4;
        font-style: normal;
        font-size: 14px;
        line-height: 28px;
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form .form-control::-webkit-input-placeholder {
        color: #c6dae4;
        font-style: normal;
        font-size: 14px;
        line-height: 28px;
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form .form-control:focus {
        outline: none
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form .form-group {
        display: inline-block;
        width: calc(100% - 50px);
        margin-bottom: 0;
        float: left;
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form .btn-search {
        background: transparent;
        width: 20px;
        margin: 0;
        margin-right: 10px;
        color: white;
        line-height: 26px;
        font-size: 18px;
        display: inline-block;
        margin-left: 10px;
        padding: 6px 0;
    }
    .header-wrapper .top-navbar .navbar-nav-main .main-hover-menu {
        background-color: #487185;
        top: 40px;
        padding: 5px 0 0 0;
        width: 100%;
        margin: 0;
        clear: both;
        position: relative;
        top: 0;
        z-index: 1000
    }
    .header-wrapper .top-navbar .navbar-nav-main .main-hover-menu li {
        display: block;
        padding: 0
    }
    .header-wrapper .top-navbar .navbar-nav-main .main-hover-menu a {
        margin: 0;
        display: block;
        color: white;
        font-size: 15px;
        text-decoration: none;
        line-height: 40px;
        padding: 0;
        padding-right: 20px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
    .header-wrapper .top-navbar .navbar-nav-main .main-hover-menu a:hover {
        font-weight: 700;
        background-color: #336178
    }
}

.header-wrapper .main-navbar {
    height: 40px;
    margin-bottom: 0;
    background-color: #336178
}

.header-wrapper .main-navbar .navbar-nav {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header-wrapper .main-navbar .navbar-nav>li {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 40px;
}

.header-wrapper .main-navbar .navbar-nav>li:hover {
    background-color: #487185
}

.header-wrapper .main-navbar .navbar-nav>li:hover:last-child {
    background-color: transparent
}

.header-wrapper .main-navbar .navbar-nav>li>a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 40px;
    cursor: default;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    transition: all 0.5s ease
}

.header-wrapper .main-navbar .navbar-nav>li>a {
    font-size: 16px;
    padding: 0 15px;
}

@media (min-width:768px) and (max-width:1199px) {
    .header-wrapper .main-navbar .navbar-nav>li>a {
        font-size: 12px;
        padding: 0 15px
    }
}
@media (min-width:768px) and (max-width:991px) {
    .header-wrapper .main-navbar .navbar-nav>li>a {
        padding: 0 10px;
        font-size: 13px;
    }
	.header-wrapper .main-navbar .container{
		width:100%;
	}
}

.header-wrapper .main-navbar .navbar-nav>li>a:hover {
    background-color: transparent
}

.header-wrapper .main-navbar .navbar-nav .navbar-form {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 15px;
}

.header-wrapper .main-navbar .navbar-nav .navbar-form .form-control {
    width: 0px;
    height: 40px;
    margin: 0;
    border: 0;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    padding-right: 20px;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    color: white;
    text-align: right;
    padding: 0;
}

.header-wrapper .main-navbar .navbar-nav .navbar-form .form-control::-moz-placeholder {
    color: #c6dae4;
    font-style: normal;
    font-size: 14px;
    line-height: 35px;
    opacity: 1
}

.header-wrapper .main-navbar .navbar-nav .navbar-form .form-control::-ms-input-placeholder {
    color: #c6dae4;
    font-style: normal;
    font-size: 14px;
    line-height: 35px
}

.header-wrapper .main-navbar .navbar-nav .navbar-form .form-control::-webkit-input-placeholder {
    color: #c6dae4;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.header-wrapper .main-navbar .navbar-nav .navbar-form .form-control:focus {
    outline: none
}

@media (min-width:768px) and (max-width:991px) {
    .header-wrapper .main-navbar .navbar-nav .navbar-form .form-control {
        width: 0
    }
}

.header-wrapper .main-navbar .navbar-nav .navbar-form .btn-search {
    padding: 5px 0 5px 5px;
    margin: 0;
    margin-right: 0;
    background: transparent;
    color: white;
    line-height: 26px;
    outline: 0;
    font-size: 18px;
    border-color: transparent;
}

.header-wrapper .main-navbar .navbar-nav .navbar-form .btn-search:active {
    box-shadow: none;
}

.header-wrapper .main-navbar .navbar-nav .main-hover-menu {
    background-color: #487185;
    top: 40px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    min-width: 200px;
    width: auto;
    display: block;
    height: 0;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.header-wrapper .main-navbar .navbar-nav .main-hover-menu li {
    display: block;
    padding: 0
}
.header-wrapper .main-navbar .navbar-nav .main-hover-menu li:first-child {
    margin-top: 10px;
}
.header-wrapper .main-navbar .navbar-nav .main-hover-menu li:last-child {
    margin-bottom: 10px;
}

.header-wrapper .main-navbar .navbar-nav .main-hover-menu a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
    padding-left: 25px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-font-smoothing: subpixel-antialiased;
}

.header-wrapper .main-navbar .navbar-nav .main-hover-menu a:hover {
    background-color: #336178
}

.header-wrapper .main-navbar .navbar-nav>li {
    position: relative
}

.header-wrapper .main-navbar .navbar-nav>li:hover>.main-hover-menu {
    z-index: 2000;
    opacity: 1;
    height: auto;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.header-wrapper nav {
    margin-bottom: 0;
    border: 0;
    clear: both
}

.header-wrapper .main-navbar.up {
    top: -100px;
    position: fixed;
    display: block;
    z-index: 1000;
    width: 100%;
    width: 100%;
    margin-top: 0;
    text-align: center;
    background-color: rgba(51, 97, 120, .95);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width:768px) and (max-width:991px) {
    .header-wrapper .main-navbar.up {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
}

@media (max-width:767px) {
    .header-wrapper .main-navbar.up {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
}

.header-wrapper .main-navbar.up .navbar-right {
    float: none !important;
    clear: both;
    display: inline-block;
    margin: 0 auto;
    text-align: left
}

.header-wrapper .main-navbar.up .navbar-right .main-hover-menu {
    display: none;
    opacity: 1
}

.header-wrapper .main-navbar.up .navbar-right>li {
    position: relative
}

.header-wrapper .main-navbar.up .navbar-right>li:hover>.main-hover-menu {
    display: block
}

.header-wrapper .main-navbar.up .navbar-nav>li {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.header-wrapper .main-navbar.up .navbar-nav>li:hover {
    background-color: rgba(72, 113, 133, .95)
}

.header-wrapper .main-navbar.up .navbar-nav>li:hover:last-child {
    background-color: transparent
}

.header-wrapper .main-navbar.up .navbar-nav .main-hover-menu {
    background-color: rgba(72, 113, 133, .95)
}

.header-wrapper .main-navbar.up .navbar-nav .main-hover-menu a:hover {
    background-color: rgba(51, 97, 120, .95)
}

.header-wrapper .main-navbar.down {
    top: 0;
    display: block;
    z-index: 1000;
    width: 100%;
    width: 100%;
    margin-top: 0;
    text-align: center;
    background-color: rgba(51, 97, 120, .95);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width:768px) and (max-width:991px) {
    .header-wrapper .main-navbar.down {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
}

@media (max-width:767px) {
    .header-wrapper .main-navbar.down {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
}

.header-wrapper .main-navbar.down .navbar-right {
    float: none !important;
    clear: both;
    display: inline-block;
    margin: 0 auto;
    text-align: left
}

.header-wrapper .main-navbar.down .navbar-right .main-hover-menu {
    display: none;
    opacity: 1
}

.header-wrapper .main-navbar.down .navbar-right>li {
    position: relative
}

.header-wrapper .main-navbar.down .navbar-right>li:hover>.main-hover-menu {
    display: block
}

.header-wrapper .main-navbar.down .navbar-nav>li {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.header-wrapper .main-navbar.down .navbar-nav>li:hover {
    background-color: rgba(72, 113, 133, .95)
}

.header-wrapper .main-navbar.down .navbar-nav>li:hover:last-child {
    background-color: transparent
}

.header-wrapper .main-navbar.down .navbar-nav .main-hover-menu {
    background-color: rgba(72, 113, 133, .95)
}

.header-wrapper .main-navbar.down .navbar-nav .main-hover-menu a:hover {
    background-color: rgba(51, 97, 120, .95)
}

footer.footer-wrapper {
    background-color: #336178;
    padding: 50px 0 35px 0;
    width: 100%;
    float: left;
}

@media (max-width:767px) {
    footer.footer-wrapper {
        padding: 25px 0 2px 0
    }
}

footer.footer-wrapper .footer-logo {
    width: 110px;
    margin-bottom: 20px
}

footer.footer-wrapper .footer-logo img {
    width: 100%
}

footer.footer-wrapper .nova-link {
    width: 54px;
    display: block;
    opacity: .5;
    margin-top: 60px
}

footer.footer-wrapper .nova-link:hover {
    opacity: 1;
    transition: all .4s ease-in-out
}

footer.footer-wrapper .nova-link img {
    width: 100%
}

@media (max-width:767px) {
    footer.footer-wrapper .nova-link {
        margin: 30px auto 10px auto
    }
}

footer.footer-wrapper p,
footer.footer-wrapper a {
    color: white;
    font-size: 16px;
    line-height: 24px
}

@media (max-width:767px) {
    footer.footer-wrapper p,
    footer.footer-wrapper a {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width:767px) {
    footer.footer-wrapper .p-copyright {
        text-align: center;
        margin-bottom: 15px
    }
}

footer.footer-wrapper .center-block {
    padding: 0 30px;
    text-align: center
}

@media (min-width:768px) and (max-width:991px) {
    footer.footer-wrapper .center-block {
        padding: 0
    }
}

@media (max-width:767px) {
    footer.footer-wrapper .center-block {
        margin-bottom: 23px;
        padding-top: 5px
    }
}

footer.footer-wrapper .center-block .social-list {
    padding-top: 5px;
    list-style: none;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width:767px) {
    footer.footer-wrapper .center-block .social-list {
        margin-bottom: 25px
    }
}

footer.footer-wrapper .center-block .social-list li {
    padding: 0 12px
}

footer.footer-wrapper .center-block .social-list li a {
    color: white;
    font-size: 24px;
    text-decoration: none
}

footer.footer-wrapper .center-block .p-location {
    margin-top: 25px;
    margin-bottom: 5px
}

@media (max-width:767px) {
    footer.footer-wrapper .center-block .p-location {
        margin-top: 20px
    }
}

footer.footer-wrapper .center-block .p-contact i {
    width: 30px;
    text-align: left
}

@media (max-width:767px) {
    footer.footer-wrapper .center-block .p-contact i {
        width: 24px
    }
}

footer.footer-wrapper .center-block .p-location i,
footer.footer-wrapper .center-block .p-googlemap i {
    width: 20px;
    text-align: left
}

footer.footer-wrapper .footer-menu {
    direction: rtl;
    text-align: right;
    color: white;
    padding-left: 20px;
    list-style-position: inside
}

footer.footer-wrapper .footer-menu li {
    padding: 16px 0;
    border-bottom: 1px solid #80a5b8
}

footer.footer-wrapper .footer-menu li a {
    font-size: 18px
}

@media (max-width:767px) {
    footer.footer-wrapper .footer-menu {
        list-style-type: none;
        text-align: center;
        padding-left: 0
    }
    footer.footer-wrapper .footer-menu li {
        padding: 14px 0;
        border-bottom: 1px solid #80a5b8
    }
    footer.footer-wrapper .footer-menu li a {
        font-size: 16px
    }
}

footer.footer-wrapper .btn-collapse {
    margin: 0 auto;
    background: none;
    color: white;
    font-size: 18px
}

footer.footer-wrapper .btn-collapse.collapsed i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:767px) {
    footer.footer-wrapper .collapse {
        display: block
    }
}

section.home-wrapper {
    width: 100%;
    float: left;
}
section.home-wrapper .home-cultivate {
    padding: 40px 0 40px 0
}

/* @media (min-width:768px) and (max-width:991px) {
    section.home-wrapper .home-cultivate {
        padding: 80px 0 90px 0
    }
} */

@media (max-width:767px) {
    section.home-wrapper .home-cultivate {
        padding: 35px 0 40px 0
    }
}

section.home-wrapper .home-cultivate .h1-title {
    text-transform: uppercase;
    font-size: 56px;
    line-height: auto;
    font-weight: 700;
    text-align: center;
    color: #ae485e;
    margin-bottom: 26px;
    float: left;
    width: 100%;
}

@media (min-width:768px) and (max-width:991px) {
    section.home-wrapper .home-cultivate .h1-title {
        font-size: 40px
    }
}

@media (max-width:767px) {
    section.home-wrapper .home-cultivate .h1-title {
        font-size: 22px;
        margin-bottom: 16px;
        line-height: 26px
    }
}

section.home-wrapper .home-cultivate .p-desc {
    color: #666;
    font-size: 24px;
    text-align: center;
    line-height: 36px
}

@media (min-width:768px) and (max-width:991px) {
    section.home-wrapper .home-cultivate .p-desc {
        font-size: 20px;
        line-height: 30px
    }
}

@media (max-width:767px) {
    section.home-wrapper .home-cultivate .p-desc {
        font-size: 16px;
        line-height: 22px
    }
}

.home-studyField {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.home-studyField .over-layer {
    background-color: rgba(51, 97, 120, .7);
    padding: 55px 0 74px 0
}

@media (min-width:768px) and (max-width:991px) {
    .home-studyField .over-layer {
        padding: 34px 0 36px 0;
        height: auto
    }
}

@media (max-width:767px) {
    .home-studyField .over-layer {
        padding: 34px 0 6px 0;
        height: auto
    }
}

.home-studyField .h2-title {
    font-size: 30px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px
}

@media (min-width:768px) and (max-width:991px) {
    .home-studyField .h2-title {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .home-studyField .h2-title {
        font-size: 18px;
        margin-bottom: 22px
    }
}

.home-studyField .panel-desktop .panel-title {
    margin: 70px 0 70px 0;
    border: 2px solid #fff;
    width: 480px;
    height: 120px;
    padding: 6px;
    color: white;
    font-size: 47px;
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.home-studyField .panel-desktop .panel-title:after {
    content: " "
}

.home-studyField .panel-desktop .panel-title:after:before,
.home-studyField .panel-desktop .panel-title:after:after {
    content: " ";
    display: table
}

.home-studyField .panel-desktop .panel-title:after:after {
    clear: both
}

.home-studyField .panel-desktop .panel-title span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    line-height: 110px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.home-studyField .panel-desktop .panel-title span i {
    position: absolute;
    right: 10px;
    line-height: 44px;
    font-size: 18px
}

.home-studyField .panel-desktop .panel-title:hover span {
    background-color: #ae485e
}

@media (min-width:992px) and (max-width:1199px) {
    .home-studyField .panel-desktop .panel-title {
        width: 390px;
        height: 120px;
        font-size: 38px
    }
    .home-studyField .panel-desktop .panel-title span {
        line-height: 110px
    }
}

.home-studyField .panel-desktop .btn-arrow-left,
.home-studyField .panel-desktop .btn-arrow-right {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    padding-left: 2px;
}

.home-studyField .panel-desktop .btn-arrow-left:before,
.home-studyField .panel-desktop .btn-arrow-left:after,
.home-studyField .panel-desktop .btn-arrow-right:before,
.home-studyField .panel-desktop .btn-arrow-right:after {
    content: " ";
    display: table
}

.home-studyField .panel-desktop .btn-arrow-left:after,
.home-studyField .panel-desktop .btn-arrow-right:after {
    clear: both
}

.home-studyField .panel-desktop .btn-arrow-left:hover,
.home-studyField .panel-desktop .btn-arrow-right:hover {
    color: #666;
    background-color: white
}

.home-studyField .panel-desktop .btn-arrow-left.active,
.home-studyField .panel-desktop .btn-arrow-right.active {
    color: #666;
    background-color: white;
    padding: 0;
    padding-top: 2px
}

.home-studyField .panel-desktop .btn-arrow-left.active i,
.home-studyField .panel-desktop .btn-arrow-right.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-studyField .panel-desktop .btn-arrow-right {
    left: 30px;
    padding-right: 2px
}

.home-studyField .panel-desktop .col-md-6:first-child {
    min-height: 260px;
    border-right: 1px solid rgba(255, 255, 255, .7)
}

.home-studyField .panel-desktop .col-md-6:last-child {
    min-height: 260px;
    border-left: 1px solid rgba(255, 255, 255, .7)
}

.home-studyField .panel-desktop .panel-collapse:before,
.home-studyField .panel-desktop .panel-collapse:after {
    content: " ";
    display: table
}

.home-studyField .panel-desktop .panel-collapse:after {
    clear: both
}

.home-studyField .panel-desktop .panel-collapse .list-subject {
    list-style-type: none;
    padding: 20px 0 20px 0;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0
}

.home-studyField .panel-desktop .panel-collapse .list-subject li {
    padding: 14px 0 0 0;
    white-space: nowrap
}

.home-studyField .panel-desktop .panel-collapse .list-subject li:after {
    content: " ";
    height: 1px;
    width: 110px;
    display: block;
    position: relative;
    background-color: #94b4c4;
    margin-top: 16px
}

.home-studyField .panel-desktop .panel-collapse .list-subject li:last-child:after {
    height: 0;
    margin-top: 0
}

.home-studyField .panel-desktop .panel-collapse .list-subject li.notBorder:after {
    height: 1px;
    background-color: transparent
}

.home-studyField .panel-desktop .panel-collapse .list-subject li a {
    color: white;
    font-size: 19px;
    font-weight: 200;
    line-height: 24px;
    text-decoration: none
}

.home-studyField .panel-desktop .panel-collapse .list-subject li a:hover {
    font-weight: 500
}

@media (min-width:992px) and (max-width:1199px) {
    .home-studyField .panel-desktop .panel-collapse .list-subject li a {
        font-size: 18px
    }
}

.home-studyField .panel-desktop .panel-collapse.text-right {
    padding-right: 30px;
    margin-left: -50px;
    width: calc(100% + 50px)
}

@media (min-width:992px) and (max-width:1199px) {
    .home-studyField .panel-desktop .panel-collapse.text-right {
        padding-right: 20px;
        margin-left: -100px;
        width: calc(100% + 100px)
    }
}

.home-studyField .panel-desktop .panel-collapse.text-right ul {
    direction: rtl
}

.home-studyField .panel-desktop .panel-collapse.text-right li:after {
    content: " ";
    height: 1px;
    width: 110px;
    display: block;
    position: relative;
    background-color: #94b4c4;
    margin-top: 11px;
    margin-left: calc(100% - 110px)
}

.home-studyField .panel-desktop .panel-collapse.text-right li:last-child:after {
    height: 0;
    margin-top: 0
}

.home-studyField .panel-desktop .panel-collapse.text-left {
    padding-left: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .home-studyField .panel-desktop .panel-collapse.text-left {
        padding-right: 20px
    }
}

.home-studyField .panel-group .panel {
    margin: 0;
    padding: 0;
    background-color: transparent
}

.home-studyField .panel-group .panel .panel-title {
    margin: 0;
    border: 2px solid #fff;
    width: 100%;
    height: 60px;
    padding: 6px;
    color: white;
    font-size: 22px;
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.home-studyField .panel-group .panel .panel-title span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    line-height: 44px;
    background-color: #ae485e;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.home-studyField .panel-group .panel .panel-title span i {
    position: absolute;
    right: 10px;
    line-height: 44px;
    font-size: 18px
}

.home-studyField .panel-group .panel .panel-title.collapsed span {
    background-color: transparent
}

.home-studyField .panel-group .panel .panel-title.collapsed i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-studyField .panel-group .panel .panel-title.collapsed:hover span {
    background-color: #ae485e
}

.home-studyField .panel-group .panel .panel-collapse .list-subject {
    text-align: center;
    list-style-type: none;
    padding: 10px 0 20px 0
}

.home-studyField .panel-group .panel .panel-collapse .list-subject li {
    padding: 7px 0 0 0
}

.home-studyField .panel-group .panel .panel-collapse .list-subject li:after {
    content: " ";
    height: 1px;
    width: 70px;
    display: block;
    position: relative;
    margin: 0 auto;
    background-color: #94b4c4;
    margin-top: 11px
}

.home-studyField .panel-group .panel .panel-collapse .list-subject li:last-child:after {
    height: 0;
    margin-top: 0
}

.home-studyField .panel-group .panel .panel-collapse .list-subject li a {
    color: white;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    text-decoration: none
}

.home-studyField .panel-group .panel .panel-collapse .list-subject li a:hover {
    font-weight: 500
}

section.home-wrapper .home-person {
    padding: 50px 0 0 0
}

@media (max-width:767px) {
    section.home-wrapper .home-person {
        padding-top: 60px
    }
}

@media (max-width:767px) {
    section.home-wrapper .home-person .media .media-left {
        display: block;
        float: none
    }
}

section.home-wrapper .home-person .media .media-object {
    padding: 4px;
    width: 300px;
    margin-right: 30px;
    -moz-box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc
}

@media (min-width:768px) and (max-width:991px) {
    section.home-wrapper .home-person .media .media-object {
        width: 230px;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    section.home-wrapper .home-person .media .media-object {
        margin: 0 auto;
        width: 190px
    }
}

section.home-wrapper .home-person .media .media-body {
    padding-top: 20px;
    height: 100%;
    position: relative
}

@media (min-width:768px) and (max-width:991px) {
    section.home-wrapper .home-person .media .media-body {
        padding-top: 10px
    }
}

section.home-wrapper .home-person .media .media-body .p-desc {
    font-size: 20px;
    line-height: 30px;
    color: #666
}

@media (min-width:768px) and (max-width:991px) {
    section.home-wrapper .home-person .media .media-body .p-desc {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:767px) {
    section.home-wrapper .home-person .media .media-body .p-desc {
        font-size: 16px;
        line-height: 22px
    }
}

section.home-wrapper .home-person .media .media-body .title-bar {
    margin-top: 40px
}

section.home-wrapper .home-person .media .media-body .title-bar h5 {
    color: #336178;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

section.home-wrapper .home-person .media .media-body .title-bar h4 {
    color: #336178;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

@media (max-width:767px) {
    section.home-wrapper .home-person .media .media-body .title-bar {
        margin-top: 16px
    }
    section.home-wrapper .home-person .media .media-body .title-bar h5 {
        font-size: 16px;
        line-height: 20px
    }
    section.home-wrapper .home-person .media .media-body .title-bar h4 {
        font-size: 16px;
        line-height: 20px
    }
}

section.home-wrapper .home-person .item {
    padding-bottom: 60px;
    height: 100%;
    background-image: -moz-linear-gradient(90deg, #f2f2f2 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #f2f2f2 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #f2f2f2 0%, white 100%)
}

@media (max-width:767px) {
    section.home-wrapper .home-person .item {
        padding-bottom: 30px
    }
}

section.home-wrapper .home-person .person-menu {
    min-height: 40px;
    text-align: center;
    background-color: #336178;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

section.home-wrapper .home-person .person-menu li {
    padding: 12px 10px;
    margin: 0 10px;
    color: #92a9b5;
    line-height: 16px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.home-wrapper .home-person .person-menu li:hover {
    color: white
}

section.home-wrapper .home-person .person-menu li.active {
    color: white
}

section.home-wrapper .home-person .person-menu li.active:before {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 13px solid #336178;
    left: calc(50% - 10px);
    top: -10px;
    z-index: 3
}

@media (max-width:767px) {
    section.home-wrapper .home-person .person-menu li.active:before {
        top: -10px
    }
}

section.home-wrapper .home-event {
    padding: 40px 0 40px 0
}

@media (min-width:768px) and (max-width:991px) {
    section.home-wrapper .home-event {
        padding: 35px 0 20px 0
    }
}

@media (max-width:767px) {
    section.home-wrapper .home-event {
        padding: 25px 0 10px 0
    }
}

section.home-wrapper .home-event .event-box a {
    text-decoration: none
}

section.home-wrapper .home-event .event-box .h1-title {
    font-size: 30px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 4px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 20px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.home-wrapper .home-event .event-box .h1-title:hover {
    border-bottom-color: #ae485e;
    color: #ae485e
}

section.home-wrapper .home-event .event-box .h1-title.blue:hover {
    border-bottom-color: #336178;
    color: #336178
}

@media (max-width:767px) {
    section.home-wrapper .home-event .event-box .h1-title {
        font-size: 24px;
        margin-bottom: 15px
    }
}

section.home-wrapper .home-event .event-box .list-news {
    list-style-type: none;
    margin-bottom: 30px
}

section.home-wrapper .home-event .event-box .list-news li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(153, 153, 153, .4)
}

section.home-wrapper .home-event .event-box .list-news li:last-child {
    border-bottom: none
}

section.home-wrapper .home-event .event-box .list-news li a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.home-wrapper .home-event .event-box .list-news li a:hover {
    color: #497a93
}

section.home-wrapper .home-event .event-box .list-news li .news-date {
    font-size: 14px;
    color: #999;
    display: block
}

section.home-wrapper .home-event .event-box .list-events {
    list-style-type: none;
    margin-bottom: 30px
}

section.home-wrapper .home-event .event-box .list-events li {
    padding: 16px 0 10px 0;
    position: relative;
    display: block
}

section.home-wrapper .home-event .event-box .list-events li:before,
section.home-wrapper .home-event .event-box .list-events li:after {
    content: " ";
    display: table
}

section.home-wrapper .home-event .event-box .list-events li:after {
    clear: both
}

@media (max-width:767px) {
    section.home-wrapper .home-event .event-box .list-events li {
        padding: 10px 0 12px 0
    }
}

section.home-wrapper .home-event .event-box .list-events li a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 20px;
    left: 100px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.home-wrapper .home-event .event-box .list-events li a:hover {
    color: #497a93
}

@media (max-width:767px) {
    section.home-wrapper .home-event .event-box .list-events li a {
        top: 50%;
        position: absolute;
        position: relative;
        top: 6px;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

section.home-wrapper .home-event .event-box .list-events li .events-date {
    display: block;
    float: left;
    width: 80px;
    background-color: #ae485e;
    border-top: 4px solid #9c2a43;
    margin-right: 16px;
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 5px 3px 7px 3px
}

@media (max-width:767px) {
    section.home-wrapper .home-event .event-box .list-events li .events-date {
        float: none;
        display: inline-block;
        width: auto;
        padding: 7px 14px 9px 14px
    }
}

.home-counts {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.home-counts .over-layer {
    background-color: rgba(51, 97, 120, .7);
    padding: 110px 0
}

@media (min-width:768px) and (max-width:991px) {
    .home-counts .over-layer {
        padding: 90px 0
    }
}

@media (max-width:767px) {
    .home-counts .over-layer {
        padding: 25px 0
    }
}

.home-counts .count-box {
    padding: 20px 0
}

.home-counts .count-box h1 {
    font-size: 96px;
    line-height: 100px;
    color: white;
    text-align: center;
    font-weight: 400
}

.home-counts .count-box p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
    font-weight: 700;
    text-align: center;
    color: white;
    text-transform: uppercase
}

@media (min-width:992px) and (max-width:1199px) {
    .home-counts .count-box h1 {
        font-size: 86px;
        line-height: 90px
    }
    .home-counts .count-box p {
        font-size: 18px;
        line-height: 24px;
        padding-top: 13px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .home-counts .count-box h1 {
        font-size: 66px;
        line-height: 70px
    }
    .home-counts .count-box p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 3px
    }
}

@media (max-width:767px) {
    .home-counts .count-box h1 {
        font-size: 36px;
        line-height: 40px
    }
    .home-counts .count-box p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 3px
    }
}

section.home-wrapper .home-instagram {
    overflow: hidden;
    padding: 50px 0 40px 0
}

@media (max-width:767px) {
    section.home-wrapper .home-instagram {
        padding: 25px 0 40px 0
    }
}

section.home-wrapper .home-instagram .h2-title {
    font-size: 36px;
    text-align: center;
    color: #336178;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    section.home-wrapper .home-instagram .h2-title {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 40px
    }
}

section.home-wrapper .home-instagram .item {
    --margin: 10px
}

section.home-wrapper .home-instagram .insta-link {
    min-width: 190px;
    display: block;
    position: relative;
    padding: 7px 10px
}

section.home-wrapper .home-instagram .insta-link img {
    width: 100%
}

section.home-wrapper .home-instagram .insta-link .img-info {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    min-width: calc(100% - 20px);
    min-height: calc(100% - 14px);
    max-width: calc(100% - 20px);
    max-height: calc(100% - 14px);
    position: absolute;
    top: 0;
    left: 0;
    margin: 7px 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.home-wrapper .home-instagram .insta-link .img-info span {
    display: inline-block;
    position: absolute;
    text-align: center;
    color: white;
    font-size: 18px;
    text-decoration: none;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

section.home-wrapper .home-instagram .insta-link .img-info span i {
    display: block;
    font-size: 48px;
    margin-bottom: 14px
}

@media (max-width:767px) {
    section.home-wrapper .home-instagram .insta-link .img-info span i {
        font-size: 36px;
        margin-bottom: 4px
    }
}

section.home-wrapper .home-instagram .insta-link:hover .img-info {
    opacity: 1;
    filter: alpha(opacity=100)
}

section.home-wrapper .home-instagram .owl-stage {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center !important
}

section.home-wrapper .home-instagram .owl-dots {
    display: none !important
}

section.home-wrapper .home-instagram .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    background-color: rgba(102, 102, 102, .3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: calc(50% - 25px);
    overflow: hidden;
    width: 50px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3)
}

@media (max-width:767px) {
    section.home-wrapper .home-instagram .owl-theme .owl-nav [class*='owl-'] {
        display: none;
        width: 30px
    }
}

section.home-wrapper .home-instagram .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 10px
}

@media (max-width:767px) {
    section.home-wrapper .home-instagram .owl-theme .owl-nav .owl-prev {
        left: 0
    }
}

section.home-wrapper .home-instagram .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 10px
}

@media (max-width:767px) {
    section.home-wrapper .home-instagram .owl-theme .owl-nav .owl-next {
        right: 0
    }
}

section.home-wrapper .home-instagram .insta-block:hover .owl-theme .owl-nav [class*='owl-'] {
    opacity: 1;
    filter: alpha(opacity=100)
}

section.about-wrapper {
    padding-top: 50PX;
    padding-bottom: 50px
}

@media (min-width:768px) and (max-width:991px) {
    section.about-wrapper {
        padding-top: 35px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    section.about-wrapper {
        padding-top: 20px;
        padding-bottom: 50px
    }
}

.schools-cont li:before {
    content: '\2022';
    margin-right: 5px
}

section.about-wrapper .h1-title {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

section.about-wrapper .h1-title .fa-angle-down {
    display: none
}

@media (max-width:767px) {
    section.about-wrapper .h1-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 14px
    }
    section.about-wrapper .h1-title .fa-angle-down {
        display: inline-block;
        margin-left: 20px;
        font-size: 21px;
        position: relative;
        top: 2px
    }
}

section.about-wrapper .p-desc,
section.about-wrapper .ul-desc {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify
}

section.about-wrapper .p-desc i,
section.about-wrapper .ul-desc i {
    width: 35px
}

@media (max-width:767px) {
    section.about-wrapper .p-desc,
    section.about-wrapper .ul-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

section.about-wrapper .ul-desc {
    list-style-type: none;
    line-height: 30px
}

section.about-wrapper .ul-desc.honor,
section.about-wrapper .ul-desc.trustees {
    font-size: 16px;
    line-height: 20px
}

section.about-wrapper .ul-desc.honor li,
section.about-wrapper .ul-desc.trustees li {
    margin-bottom: 15px
}

section.about-wrapper .ul-desc.honor a,
section.about-wrapper .ul-desc.trustees a {
    color: #336178;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500
}

@media (max-width:767px) {
    section.about-wrapper .ul-desc.honor li,
    section.about-wrapper .ul-desc.trustees li {
        margin-bottom: 5px
    }
    section.about-wrapper .ul-desc.honor a,
    section.about-wrapper .ul-desc.trustees a {
        font-size: 16px;
        line-height: 26px
    }
}

section.about-wrapper .ul-desc.trustees {
    padding-top: 10px;
    color: #666
}

section.about-wrapper .ul-desc.trustees a {
    font-weight: 700;
    font-size: 20px
}

@media (max-width:767px) {
    section.about-wrapper .ul-desc.trustees li {
        margin-bottom: 10px
    }
    section.about-wrapper .ul-desc.trustees a {
        font-size: 16px
    }
}

@media (max-width:767px) {
    section.about-wrapper .ul-desc {
        line-height: 26px
    }
}

section.about-wrapper div[class*="-cont"] {
    color: #333;
    font-size: 18px;
    line-height: 26px
}

@media (max-width:767px) {
    section.about-wrapper div[class*="-cont"] {
        font-size: 16px;
        line-height: 22px
    }
}

section.about-wrapper div[class*="-cont"] h1,
section.about-wrapper div[class*="-cont"] h2,
section.about-wrapper div[class*="-cont"] h3,
section.about-wrapper div[class*="-cont"] h4,
section.about-wrapper div[class*="-cont"] h5,
section.about-wrapper div[class*="-cont"] h6 {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

section.about-wrapper div[class*="-cont"] h1 .fa-angle-down,
section.about-wrapper div[class*="-cont"] h2 .fa-angle-down,
section.about-wrapper div[class*="-cont"] h3 .fa-angle-down,
section.about-wrapper div[class*="-cont"] h4 .fa-angle-down,
section.about-wrapper div[class*="-cont"] h5 .fa-angle-down,
section.about-wrapper div[class*="-cont"] h6 .fa-angle-down {
    display: none
}

@media (max-width:767px) {
    section.about-wrapper div[class*="-cont"] h1,
    section.about-wrapper div[class*="-cont"] h2,
    section.about-wrapper div[class*="-cont"] h3,
    section.about-wrapper div[class*="-cont"] h4,
    section.about-wrapper div[class*="-cont"] h5,
    section.about-wrapper div[class*="-cont"] h6 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 14px
    }
    section.about-wrapper div[class*="-cont"] h1 .fa-angle-down,
    section.about-wrapper div[class*="-cont"] h2 .fa-angle-down,
    section.about-wrapper div[class*="-cont"] h3 .fa-angle-down,
    section.about-wrapper div[class*="-cont"] h4 .fa-angle-down,
    section.about-wrapper div[class*="-cont"] h5 .fa-angle-down,
    section.about-wrapper div[class*="-cont"] h6 .fa-angle-down {
        display: inline-block;
        margin-left: 20px;
        font-size: 21px;
        position: relative;
        top: 2px
    }
}

section.about-wrapper div[class*="-cont"] p,
section.about-wrapper div[class*="-cont"] ul,
section.about-wrapper div[class*="-cont"] ol {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: justify
}

section.about-wrapper div[class*="-cont"] p i,
section.about-wrapper div[class*="-cont"] ul i,
section.about-wrapper div[class*="-cont"] ol i {
    width: 35px
}

section.about-wrapper div[class*="-cont"] p a,
section.about-wrapper div[class*="-cont"] ul a,
section.about-wrapper div[class*="-cont"] ol a {
    font-weight: 500;
    color: #336178
}

@media (max-width:767px) {
    section.about-wrapper div[class*="-cont"] p,
    section.about-wrapper div[class*="-cont"] ul,
    section.about-wrapper div[class*="-cont"] ol {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

section.about-wrapper div[class*="-cont"] ul {
    list-style-type: none;
    line-height: 30px;
    margin-bottom: 0;
    padding-left:20px;
}

section.about-wrapper div[class*="-cont"] ul.honor,
section.about-wrapper div[class*="-cont"] ul.trustees {
    font-size: 16px;
    line-height: 20px
}

section.about-wrapper div[class*="-cont"] ul.honor li,
section.about-wrapper div[class*="-cont"] ul.trustees li {
    margin-bottom: 15px
}

section.about-wrapper div[class*="-cont"] ul.honor a,
section.about-wrapper div[class*="-cont"] ul.trustees a {
    color: #336178;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500
}

@media (max-width:767px) {
    section.about-wrapper div[class*="-cont"] ul.honor li,
    section.about-wrapper div[class*="-cont"] ul.trustees li {
        margin-bottom: 5px
    }
    section.about-wrapper div[class*="-cont"] ul.honor a,
    section.about-wrapper div[class*="-cont"] ul.trustees a {
        font-size: 16px;
        line-height: 26px
    }
}

section.about-wrapper div[class*="-cont"] ul.trustees {
    padding-top: 10px;
    color: #666
}

section.about-wrapper div[class*="-cont"] ul.trustees a {
    font-weight: 700;
    font-size: 20px
}

@media (max-width:767px) {
    section.about-wrapper div[class*="-cont"] ul.trustees li {
        margin-bottom: 10px
    }
    section.about-wrapper div[class*="-cont"] ul.trustees a {
        font-size: 16px
    }
}

@media (max-width:767px) {
    section.about-wrapper div[class*="-cont"] ul {
        line-height: 26px
    }
}

section.about-wrapper .anthem-audio {
    width: 100%;
    margin-bottom: 30px
}

@media (max-width:767px) {
    section.about-wrapper .anthem-audio {
        margin-bottom: 30px
    }
}

section.about-wrapper .anthem-audio #audioplayer {
    width: 100%;
    margin: 50px auto auto auto
}

section.about-wrapper .anthem-audio #pButton {
    display: block;
    height: 64px;
    width: 64px;
    border: none;
    margin: 0 auto;
    outline: none;
    background-color: #336178;
    border-radius: 100%;
    font-family: Fontawesome;
    font-size: inherit;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    color: white
}

section.about-wrapper .anthem-audio .play:before {
    content: "\f04b";
    margin-left: 5px
}

section.about-wrapper .anthem-audio .pause:before {
    content: "\f04c";
    font-size: 24px;
    position: relative;
    top: -2px
}

section.about-wrapper .anthem-audio .duration {
    overflow: hidden;
    margin-bottom: 10px;
    clear: both;
    font-size: 14px;
    color: #999
}

section.about-wrapper .anthem-audio #timeline {
    cursor: pointer;
    padding-top: 8px;
    clear: both;
    width: 100%;
    height: 20px
}

section.about-wrapper .anthem-audio #timeline .default-line {
    height: 2px;
    background-color: #ccc
}

section.about-wrapper .anthem-audio #progress-bar {
    width: 0;
    height: 2px;
    background-color: #336178;
    margin-top: -2px
}

section.about-wrapper .anthem-audio #playhead {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-top: -9px;
    background-color: #336178
}

section.about-wrapper .flag-block {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden
}

section.about-wrapper .flag-block video {
    width: 100%;
    visibility: visible;
    margin: auto;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto
}

@media (min-width:992px) and (max-width:1199px) {
    section.about-wrapper .flag-block video {
        top: 35%
    }
}

@media (min-width:768px) and (max-width:991px) {
    section.about-wrapper .flag-block video {
        top: 45%
    }
}

@media (max-width:767px) {
    section.about-wrapper .flag-block video {
        top: 50%
    }
}

@media (max-width:767px) {
    section.about-wrapper .flag-block {
        height: 222px;
        margin-bottom: 40px
    }
}

section.about-wrapper .color-block {
    display: inline-block
}

@media (max-width:767px) {
    section.about-wrapper .color-block {
        padding-top: 5px;
        display: block
    }
}

section.about-wrapper .color-block .color-name {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    display: block
}

@media (max-width:767px) {
    section.about-wrapper .color-block .color-name {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px
    }
}

section.about-wrapper .color-block .color-box {
    width: 185px;
    height: 40px;
    margin-right: 15px;
    text-align: center;
    padding-top: 8px;
    margin-bottom: 20px
}

section.about-wrapper .color-block .color-box .code {
    color: white;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

section.about-wrapper .color-block .color-box.blue {
    background-color: #336178;
    border: 1px solid #e6e6e6
}

section.about-wrapper .color-block .color-box.red {
    background-color: #ae485e;
    border: 1px solid #e6e6e6
}

section.about-wrapper .color-block .color-box.white {
    background-color: #fff;
    border: 1px solid #e6e6e6
}

section.about-wrapper .color-block .color-box.white .code {
    color: #333
}

section.about-wrapper .color-block .color-box:hover .code {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (min-width:768px) and (max-width:991px) {
    section.about-wrapper .color-block .color-box .code {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@media (max-width:767px) {
    section.about-wrapper .color-block .color-box {
        margin: 0;
        margin-bottom: 15px;
        display: block;
        width: 100%
    }
    section.about-wrapper .color-block .color-box .code {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

section.about-wrapper .print-text {
    display: inline-block;
    margin-top: 30px;
    color: #999;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.about-wrapper .print-text:hover {
    color: #ae485e
}

section.about-wrapper .line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 30px
}

section.about-wrapper .download-mp3 {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 35px;
    border: 1px solid #999;
    font-size: 14px;
    padding: 2px;
    text-decoration: none
}

@media (max-width:767px) {
    section.about-wrapper .download-mp3 {
        max-width: 300px;
        margin-top: 0;
        width: auto;
        height: 40px
    }
}

section.about-wrapper .download-mp3 .hovering {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #666;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
    padding-left: 17px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.about-wrapper .download-mp3 .hovering .inline {
    display: inline-block;
    position: relative
}

section.about-wrapper .download-mp3 .hovering img {
    position: absolute;
    left: -27px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.about-wrapper .download-mp3 .hovering img.hover-img {
    opacity: 0;
    filter: alpha(opacity=0)
}

@media (max-width:767px) {
    section.about-wrapper .download-mp3 .hovering {
        padding-top: 7px
    }
}

section.about-wrapper .download-mp3:hover .hovering {
    background-color: #ae485e;
    color: white
}

section.about-wrapper .download-mp3:hover .hovering img {
    opacity: 0;
    filter: alpha(opacity=0)
}

section.about-wrapper .download-mp3:hover .hovering .hover-img {
    opacity: 1;
    filter: alpha(opacity=100)
}

section.about-wrapper .download-pdf {
    display: block;
    width: 140px;
    height: 35px;
    border: 1px solid #999;
    font-size: 14px;
    padding: 2px;
    text-decoration: none
}

@media (max-width:767px) {
    section.about-wrapper .download-pdf {
        margin-top: 0
    }
}

section.about-wrapper .download-pdf .hovering {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #666;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
    padding-left: 17px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.about-wrapper .download-pdf .hovering .inline {
    display: inline-block;
    position: relative
}

section.about-wrapper .download-pdf .hovering img {
    position: absolute;
    left: -27px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.about-wrapper .download-pdf .hovering img.hover-img {
    opacity: 0;
    filter: alpha(opacity=0)
}

section.about-wrapper .download-pdf:hover .hovering {
    background-color: #ae485e;
    color: white
}

section.about-wrapper .download-pdf:hover .hovering img {
    opacity: 0;
    filter: alpha(opacity=0)
}

section.about-wrapper .download-pdf:hover .hovering .hover-img {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (max-width:767px) {
    section.about-wrapper .anthem-title {
        cursor: pointer;
        padding-bottom: 8px
    }
    .additional {
        width: 100%;
        /* max-height: 600px !important */
    }
}


@media (min-width:768px) {
    .additional {
        max-height: 0;
    }
}

.additional {
    width: 100%;
    overflow: hidden
}

.is-collapseds {
    max-height: 600px
}

section.about-wrapper .anthem-block p {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width:767px) {
    section.about-wrapper .anthem-block p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

section.about-wrapper .row .col-xs-12 {
    margin-bottom: 30px
}

@media (max-width:767px) {
    section.about-wrapper .row .col-xs-12 {
        margin-bottom: 18px
    }
}

section.about-wrapper.strategic-section .row .col-xs-12 {
    margin-bottom: 30px
}

@media (max-width:767px) {
    section.about-wrapper.strategic-section .row .col-xs-12 {
        margin-bottom: 18px
    }
}

section.about-wrapper.strategic-section .panel-group .panel-plan {
    padding: 10px 0 16px 0;
    border-bottom: 1px solid #ccc
}

section.about-wrapper.strategic-section .panel-group .panel-plan>a.panel-heading {
    padding: 10px 0;
    text-decoration: none
}

section.about-wrapper.strategic-section .panel-group .panel-plan>a.panel-heading .panel-title {
    font-size: 20px;
    color: #336178;
    line-height: 28px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.about-wrapper.strategic-section .panel-group .panel-plan>a.panel-heading .panel-desc {
    color: #666;
    font-size: 18px;
    line-height: 26px
}

@media (max-width:767px) {
    section.about-wrapper.strategic-section .panel-group .panel-plan>a.panel-heading .panel-title {
        font-size: 18px;
        color: #336178;
        line-height: 24px
    }
    section.about-wrapper.strategic-section .panel-group .panel-plan>a.panel-heading .panel-desc {
        color: #666;
        font-size: 16px;
        line-height: 20px
    }
}

section.about-wrapper.strategic-section .panel-group .panel-plan>a.panel-heading:hover .panel-title {
    color: #497a93
}

@media (max-width:767px) {
    section.about-wrapper.strategic-section .panel-group .panel-plan {
        padding: 10px 0 15px 0
    }
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 16px
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan>.panel-heading,
section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-heading a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    padding: 5px 0 5px 14px;
    position: relative;
    text-indent: -10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan>.panel-heading .icon,
section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-heading a .icon {
    font-size: 14px;
    position: absolute;
    left: 8px;
    top: 4px;
    color: #999
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan>.panel-heading .icon .fa-plus-square-o,
section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-heading a .icon .fa-plus-square-o {
    display: none
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan>.panel-heading .icon .fa-minus-square-o,
section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-heading a .icon .fa-minus-square-o {
    display: inline-block
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan>.panel-heading.collapsed .icon .fa-minus-square-o,
section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-heading a.collapsed .icon .fa-minus-square-o {
    display: none
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan>.panel-heading.collapsed .icon .fa-plus-square-o,
section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-heading a.collapsed .icon .fa-plus-square-o {
    display: inline-block
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan>.panel-heading:hover,
section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-heading a:hover {
    color: #336178
}

@media (max-width:767px) {
    section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan>.panel-heading,
    section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-heading a {
        font-size: 14px;
        line-height: 20px
    }
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-body {
    color: #666;
    font-size: 18px;
    line-height: 26px;
    list-style-type: none;
    border: 0;
    padding-left: 18px;
    font-weight: 200
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-body li {
    padding: 6px 0 6px 0
}

section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-body li .bold {
    font-weight: 700
}

@media (max-width:767px) {
    section.about-wrapper.strategic-section .panel-group .panel-subgroup .panel-subplan .panel-body {
        font-size: 14px;
        line-height: 20px
    }
}

section.about-wrapper.leadership-section {
    padding-bottom: 20px
}

@media (max-width:767px) {
    section.about-wrapper.leadership-section {
        padding-bottom: 30px
    }
}

section.about-wrapper.leadership-section .p-quote {
    font-size: 22px;
    line-height: 36px;
    color: #666;
    text-align: center;
    margin-bottom: 40px
}

section.about-wrapper.leadership-section .p-quote i {
    color: #336178;
    font-size: 14px;
    position: relative;
    top: -10px
}

section.about-wrapper.leadership-section .p-quote i:first-child {
    right: 6px
}

section.about-wrapper.leadership-section .p-quote i:last-child {
    left: 6px
}

@media (max-width:767px) {
    section.about-wrapper.leadership-section .p-quote {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px
    }
    section.about-wrapper.leadership-section .p-quote i {
        font-size: 12px
    }
}

section.about-wrapper.leadership-section .quote-author {
    color: #336178;
    font-size: 21px;
    line-height: 36px;
    text-align: right;
    font-weight: 700
}

@media (max-width:767px) {
    section.about-wrapper.leadership-section .quote-author {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px
    }
}

section.about-wrapper.leadership-section .rector-block {
    clear: both
}

section.about-wrapper.leadership-section .rector-block img {
    margin-top: 5px;
    width: 380px;
    float: left;
    margin-right: 40px
}

@media (max-width:767px) {
    section.about-wrapper.leadership-section .rector-block img {
        margin-right: 25px;
        width: 280px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:520px) {
    section.about-wrapper.leadership-section .rector-block img {
        float: none
    }
}

section.about-wrapper.campus-section {
    padding-bottom: 25px
}

@media (max-width:767px) {
    section.about-wrapper.campus-section {
        padding-bottom: 10px
    }
}

section.about-wrapper.campus-section .row .col-xs-12 {
    margin-bottom: 50px
}

@media (max-width:767px) {
    section.about-wrapper.campus-section .row .col-xs-12 {
        margin-bottom: 30px
    }
}

section.about-wrapper.campus-section img.left {
    width: 490px;
    float: left;
    margin-right: 20px
}

section.about-wrapper.campus-section img.right {
    width: 490px;
    float: right;
    margin-left: 20px
}

@media (min-width:768px) and (max-width:991px) {
    section.about-wrapper.campus-section img.left {
        width: 400px
    }
    section.about-wrapper.campus-section img.right {
        width: 400px
    }
}

@media (max-width:767px) {
    section.about-wrapper.campus-section img.left {
        width: 280px
    }
    section.about-wrapper.campus-section img.right {
        width: 280px
    }
}

@media screen and (max-width:520px) {
    section.about-wrapper.campus-section img.left {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 15px auto
    }
    section.about-wrapper.campus-section img.right {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 15px auto
    }
}

section.about-wrapper.campus-section .parallax-block {
    margin-bottom: 250px;
    position: relative;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

section.about-wrapper.campus-section .parallax-block .animated {
    opacity: 0
}

@media (max-width:767px) {
    section.about-wrapper.campus-section .parallax-block {
        margin-bottom: 200px
    }
}

section.about-wrapper.campus-section .parallax-block .img-group {
    width: 74%;
    float: right;
    position: relative
}

section.about-wrapper.campus-section .parallax-block .img-group img {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none
}

section.about-wrapper.campus-section .parallax-block .img-group img:nth-child(2) {
    width: 50%;
    float: left;
    position: relative;
    z-index: 0
}

section.about-wrapper.campus-section .parallax-block .img-group img:nth-child(1) {
    width: 50%;
    float: left;
    right: -50px;
    position: relative;
    z-index: 1
}

@media (min-width:768px) and (max-width:991px) {
    section.about-wrapper.campus-section .parallax-block .img-group img:nth-child(1) {
        right: -30px
    }
}

@media (max-width:767px) {
    section.about-wrapper.campus-section .parallax-block .img-group img:nth-child(1) {
        right: -30px
    }
}

section.about-wrapper.campus-section .parallax-block .note-img {
    position: absolute;
    top: 10%;
    z-index: 10
}

@media (min-width:992px) and (max-width:1199px) {
    section.about-wrapper.campus-section .parallax-block .note-img {
        width: 360px
    }
}

@media (min-width:768px) and (max-width:991px) {
    section.about-wrapper.campus-section .parallax-block .note-img {
        width: 300px
    }
}

@media (max-width:767px) {
    section.about-wrapper.campus-section .parallax-block .note-img {
        width: 45%;
        top: 20%
    }
}

section.about-wrapper.campus-section .parallax-block .sign-img {
    position: absolute;
    top: 90%;
    z-index: -2;
    left: calc(50% - 200px)
}

@media (min-width:768px) and (max-width:991px) {
    section.about-wrapper.campus-section .parallax-block .sign-img {
        top: 80%
    }
}

@media (max-width:767px) {
    section.about-wrapper.campus-section .parallax-block .sign-img {
        left: calc(50% - 160px);
        width: 330px;
        top: 80%
    }
}

section.academic-wrapper {
    padding-top: 50px;
    padding-bottom: 70px
}

@media (min-width:768px) and (max-width:991px) {
    section.academic-wrapper {
        padding-top: 35px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    section.academic-wrapper {
        padding-bottom: 50px;
        padding-top: 25px
    }
}

section.academic-wrapper .h1-title {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

section.academic-wrapper .h1-title .fa-angle-down {
    display: none
}

@media (max-width:767px) {
    section.academic-wrapper .h1-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
    section.academic-wrapper .h1-title .fa-angle-down {
        display: inline-block;
        margin-left: 20px;
        font-size: 21px;
        position: relative;
        top: 2px
    }
}

section.academic-wrapper .h2-title {
    font-size: 20px;
    line-height: 30px;
    color: #336178;
    font-weight: 700;
    margin-bottom: 23px
}

@media (max-width:767px) {
    section.academic-wrapper .h2-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

section.academic-wrapper .p-desc,
section.academic-wrapper .ul-desc {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

section.academic-wrapper .p-desc i,
section.academic-wrapper .ul-desc i {
    width: 35px
}

@media (max-width:767px) {
    section.academic-wrapper .p-desc,
    section.academic-wrapper .ul-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.academic-wrapper .p-desc a,
section.academic-wrapper .ul-desc a {
    color: #336178
}

section.academic-wrapper .ul-desc {
    margin-left: 60px
}

@media (max-width:767px) {
    section.academic-wrapper .ul-desc {
        line-height: 22px;
        margin-left: 30px
    }
}

section.academic-wrapper .affair-cont,
section.academic-wrapper .faculty-cont {
    color: #333;
    font-size: 18px;
    line-height: 26px
}

@media (max-width:767px) {
    section.academic-wrapper .affair-cont,
    section.academic-wrapper .faculty-cont {
        font-size: 16px;
        line-height: 22px
    }
}

section.academic-wrapper .affair-cont h1,
section.academic-wrapper .faculty-cont h1 {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px;
    text-align: center
}

@media (max-width:767px) {
    section.academic-wrapper .affair-cont h1,
    section.academic-wrapper .faculty-cont h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.academic-wrapper .affair-cont h2,
section.academic-wrapper .faculty-cont h2 {
    font-size: 20px;
    line-height: 30px;
    color: #336178;
    font-weight: 700;
    margin-bottom: 23px
}

@media (max-width:767px) {
    section.academic-wrapper .affair-cont h2,
    section.academic-wrapper .faculty-cont h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

section.academic-wrapper .affair-cont p,
section.academic-wrapper .affair-cont ul,
section.academic-wrapper .affair-cont ol,
section.academic-wrapper .faculty-cont p,
section.academic-wrapper .faculty-cont ul,
section.academic-wrapper .faculty-cont ol {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

section.academic-wrapper .affair-cont p i,
section.academic-wrapper .affair-cont ul i,
section.academic-wrapper .affair-cont ol i,
section.academic-wrapper .faculty-cont p i,
section.academic-wrapper .faculty-cont ul i,
section.academic-wrapper .faculty-cont ol i {
    width: 35px
}

@media (max-width:767px) {
    section.academic-wrapper .affair-cont p,
    section.academic-wrapper .affair-cont ul,
    section.academic-wrapper .affair-cont ol,
    section.academic-wrapper .faculty-cont p,
    section.academic-wrapper .faculty-cont ul,
    section.academic-wrapper .faculty-cont ol {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.academic-wrapper .affair-cont p a,
section.academic-wrapper .affair-cont ul a,
section.academic-wrapper .affair-cont ol a,
section.academic-wrapper .faculty-cont p a,
section.academic-wrapper .faculty-cont ul a,
section.academic-wrapper .faculty-cont ol a {
    color: #336178;
    font-weight: 500
}

section.academic-wrapper .affair-cont ul,
section.academic-wrapper .affair-cont ol,
section.academic-wrapper .faculty-cont ul,
section.academic-wrapper .faculty-cont ol {
    margin-left: 60px
}

@media (max-width:767px) {
    section.academic-wrapper .affair-cont ul,
    section.academic-wrapper .affair-cont ol,
    section.academic-wrapper .faculty-cont ul,
    section.academic-wrapper .faculty-cont ol {
        line-height: 22px;
        margin-left: 30px
    }
}

section.academic-wrapper .ul-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: #336178;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width:767px) {
    section.academic-wrapper .ul-title {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 5px
    }
}

section.academic-wrapper .ul-school {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px
}

section.academic-wrapper .ul-school li {
    margin-bottom: 10px
}

section.academic-wrapper .ul-school a {
    color: #336178
}

@media (max-width:767px) {
    section.academic-wrapper .ul-school {
        font-size: 18px;
        line-height: auto
    }
    section.academic-wrapper .ul-school li {
        margin-bottom: 5px
    }
}

section.academic-wrapper .line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 20px
}

section.academic-wrapper .text-box {
    margin-bottom: 60px
}

@media (max-width:767px) {
    section.academic-wrapper .text-box {
        margin-bottom: 35px
    }
}

section.academic-wrapper .teachers-block {
    padding-top: 40px
}

section.academic-wrapper .ul-study {
    color: #333;
    font-size: 18px;
    line-height: auto;
    padding-bottom: 20px
}

section.academic-wrapper .ul-study li {
    margin-bottom: 15px
}

@media (max-width:767px) {
    section.academic-wrapper .ul-study {
        font-size: 16px
    }
    section.academic-wrapper .ul-study li {
        margin-bottom: 8px
    }
}

section.academic-wrapper .ul-study a {
    color: #336178
}

section.academic-wrapper.spia_schools-section .btn-c2 {
    margin-top: 40px
}

@media (max-width:767px) {
    section.academic-wrapper.spia_schools-section .btn-c2 {
        margin-top: 30px
    }
}

section.academic-wrapper.spia_schools-section .bachelor-cont,
section.academic-wrapper.spia_schools-section .bais-cont {
    color: #333;
    font-size: 18px;
    line-height: 26px
}

@media (max-width:767px) {
    section.academic-wrapper.spia_schools-section .bachelor-cont,
    section.academic-wrapper.spia_schools-section .bais-cont {
        font-size: 16px;
        line-height: 22px
    }
}

section.academic-wrapper.spia_schools-section .bachelor-cont h1,
section.academic-wrapper.spia_schools-section .bais-cont h1 {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

@media (max-width:767px) {
    section.academic-wrapper.spia_schools-section .bachelor-cont h1,
    section.academic-wrapper.spia_schools-section .bais-cont h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.academic-wrapper.spia_schools-section .bachelor-cont h2,
section.academic-wrapper.spia_schools-section .bais-cont h2 {
    font-size: 20px;
    line-height: 30px;
    color: #336178;
    font-weight: 700;
    margin-bottom: 23px;
    padding-top: 16px
}

@media (max-width:767px) {
    section.academic-wrapper.spia_schools-section .bachelor-cont h2,
    section.academic-wrapper.spia_schools-section .bais-cont h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

section.academic-wrapper.spia_schools-section .bachelor-cont p,
section.academic-wrapper.spia_schools-section .bachelor-cont ul,
section.academic-wrapper.spia_schools-section .bachelor-cont ol,
section.academic-wrapper.spia_schools-section .bais-cont p,
section.academic-wrapper.spia_schools-section .bais-cont ul,
section.academic-wrapper.spia_schools-section .bais-cont ol {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

@media (max-width:767px) {
    section.academic-wrapper.spia_schools-section .bachelor-cont p,
    section.academic-wrapper.spia_schools-section .bachelor-cont ul,
    section.academic-wrapper.spia_schools-section .bachelor-cont ol,
    section.academic-wrapper.spia_schools-section .bais-cont p,
    section.academic-wrapper.spia_schools-section .bais-cont ul,
    section.academic-wrapper.spia_schools-section .bais-cont ol {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.academic-wrapper.spia_schools-section .bachelor-cont p a,
section.academic-wrapper.spia_schools-section .bachelor-cont ul a,
section.academic-wrapper.spia_schools-section .bachelor-cont ol a,
section.academic-wrapper.spia_schools-section .bais-cont p a,
section.academic-wrapper.spia_schools-section .bais-cont ul a,
section.academic-wrapper.spia_schools-section .bais-cont ol a {
    color: #336178;
    font-weight: 500
}

section.academic-wrapper.spia_schools-section .bachelor-cont ul,
section.academic-wrapper.spia_schools-section .bachelor-cont ol,
section.academic-wrapper.spia_schools-section .bais-cont ul,
section.academic-wrapper.spia_schools-section .bais-cont ol {
    margin-left: 60px
}

@media (max-width:767px) {
    section.academic-wrapper.spia_schools-section .bachelor-cont ul,
    section.academic-wrapper.spia_schools-section .bachelor-cont ol,
    section.academic-wrapper.spia_schools-section .bais-cont ul,
    section.academic-wrapper.spia_schools-section .bais-cont ol {
        line-height: 22px;
        margin-left: 30px
    }
}

section.academic-wrapper.spia_schools-section .bachelor-cont table,
section.academic-wrapper.spia_schools-section .bais-cont table {
    margin-bottom: 34px
}

section.academic-wrapper.calendar-section {
    padding-bottom: 10px
}

section.academic-wrapper.calendar-section .counter {
    position: relative
}

section.academic-wrapper.calendar-section .counter .sheet {
    position: relative
}

section.academic-wrapper.calendar-section .counter .sheet .down.date:first-child span {
    opacity: 0
}

section.academic-wrapper.calendar-section .counter .sheet>div {
    overflow: hidden;
    position: relative
}

section.academic-wrapper.calendar-section .counter .sheet .helper {
    position: absolute;
    left: 0;
    top: 0
}

section.academic-wrapper.calendar-section .counter .sheet .helper-up {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

section.academic-wrapper.calendar-section .counter .sheet .helper-down {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

@-webkit-keyframes upflip {
    from {
        -webkit-transform: rotateX(0deg)
    }
    to {
        -webkit-transform: rotateX(-90deg)
    }
}

@keyframes upflip {
    from {
        transform: rotateX(0deg)
    }
    to {
        transform: rotateX(-90deg)
    }
}

@-webkit-keyframes downflip {
    0% {
        -webkit-transform: rotateX(90deg)
    }
    100% {
        -webkit-transform: rotateX(0deg)
    }
}

@keyframes downflip {
    0% {
        transform: rotateX(90deg)
    }
    100% {
        transform: rotateX(0deg)
    }
}

section.academic-wrapper.calendar-section .calendar-box {
    width: 162px;
    margin: 45px auto 40px auto;
    padding: 0 10px 10px 5px
}

section.academic-wrapper.calendar-section .calendar-box .top-line {
    height: 25px;
    background: #336178 url(../images/calendar-p.png);
    background-repeat: repeat;
    -webkit-box-shadow: 11px 10px 0 0 #e6e6e6;
    -moz-box-shadow: 11px 10px 0 0 #e6e6e6;
    box-shadow: 11px 10px 0 0 #e6e6e6
}

section.academic-wrapper.calendar-section .calendar-box .date {
    padding-top: 14px;
    text-align: center;
    width: 141px;
    height: 133px;
    margin: 0 auto 0 3px;
    border: 1px solid #e6e6e6;
    border-top-width: 4px;
    background-color: white;
    -webkit-box-shadow: 10px 10px 0 0 #e6e6e6;
    -moz-box-shadow: 10px 10px 0 0 #e6e6e6;
    box-shadow: 10px 10px 0 0 #e6e6e6
}

section.academic-wrapper.calendar-section .calendar-box .date .day {
    font-size: 92px;
    line-height: 72px;
    color: #333;
    font-weight: 200;
    display: block
}

section.academic-wrapper.calendar-section .calendar-box .date .month {
    color: #666;
    font-size: 12px;
    line-height: 39px;
    display: block;
    font-weight: 700
}

section.academic-wrapper.calendar-section .p-desc.calendar {
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    max-width: 334px;
    margin: 0 auto
}

@media (max-width:767px) {
    section.academic-wrapper.calendar-section .p-desc.calendar {
        font-size: 18px
    }
}

section.academic-wrapper.calendar-section .calendar-cont {
    padding-bottom: 1px;
    color: #333;
    font-size: 18px;
    line-height: 26px
}

@media (max-width:767px) {
    section.academic-wrapper.calendar-section .calendar-cont {
        font-size: 16px;
        line-height: 22px
    }
}

section.academic-wrapper.calendar-section .calendar-cont h1 {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px;
    text-align: center
}

@media (max-width:767px) {
    section.academic-wrapper.calendar-section .calendar-cont h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.academic-wrapper.calendar-section .calendar-cont h2 {
    font-size: 20px;
    line-height: 30px;
    color: #336178;
    font-weight: 700;
    margin-bottom: 23px;
    padding-top: 10px;
    text-align: center
}

@media (max-width:767px) {
    section.academic-wrapper.calendar-section .calendar-cont h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

section.academic-wrapper.calendar-section .calendar-cont table {
    margin-bottom: 50px
}

@media (max-width:767px) {
    section.academic-wrapper.calendar-section .calendar-cont table {
        margin-bottom: 30px
    }
}

section.academic-wrapper.faculty-section {
    padding-bottom: 80px
}

@media (max-width:767px) {
    section.academic-wrapper.faculty-section {
        padding-bottom: 50px
    }
}

section.academic-wrapper.faculty-section .category-link-block {
    margin-top: 0;
    margin-bottom: 100px
}

@media (min-width:768px) and (max-width:991px) {
    section.academic-wrapper.faculty-section .category-link-block {
        margin-top: 30px;
        margin-bottom: 0
    }
    section.academic-wrapper.faculty-section .category-link-block .nav-category {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px
    }
}

@media (max-width:767px) {
    section.academic-wrapper.faculty-section .category-link-block {
        margin-top: 30px;
        margin-bottom: 0
    }
}

section.academic-wrapper.faculty-section .category-link-block h4 {
    margin-bottom: 10px;
    line-height: 30px
}

@media (max-width:767px) {
    section.academic-wrapper.faculty-section .category-link-block h4 {
        margin-bottom: 10px
    }
}

section.admission-wrapper {
    padding-top: 50px;
    padding-bottom: 70px
}

@media (min-width:768px) and (max-width:991px) {
    section.admission-wrapper {
        padding-top: 35px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    section.admission-wrapper {
        padding-bottom: 50px;
        padding-top: 25px
    }
}

section.admission-wrapper .h1-title {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

section.admission-wrapper .h1-title .fa-angle-down {
    display: none
}

@media (max-width:767px) {
    section.admission-wrapper .h1-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
    section.admission-wrapper .h1-title .fa-angle-down {
        display: inline-block;
        margin-left: 20px;
        font-size: 21px;
        position: relative;
        top: 2px
    }
}

section.admission-wrapper .p-desc,
section.admission-wrapper .ul-desc {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

section.admission-wrapper .p-desc i,
section.admission-wrapper .ul-desc i {
    width: 35px
}

@media (max-width:767px) {
    section.admission-wrapper .p-desc,
    section.admission-wrapper .ul-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.admission-wrapper .p-desc a,
section.admission-wrapper .ul-desc a {
    color: #336178
}

section.admission-wrapper .ul-desc {
    margin-left: 60px
}

@media (max-width:767px) {
    section.admission-wrapper .ul-desc {
        line-height: 22px;
        margin-left: 30px
    }
}

section.admission-wrapper div[class*="-cont"] {
    color: #333;
    font-size: 18px;
    line-height: 26px
}

@media (max-width:767px) {
    section.admission-wrapper div[class*="-cont"] {
        font-size: 16px;
        line-height: 22px
    }
}

section.admission-wrapper div[class*="-cont"] h1,
section.admission-wrapper div[class*="-cont"] h2,
section.admission-wrapper div[class*="-cont"] h3,
section.admission-wrapper div[class*="-cont"] h4,
section.admission-wrapper div[class*="-cont"] h5,
section.admission-wrapper div[class*="-cont"] h6 {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

@media (max-width:767px) {
    section.admission-wrapper div[class*="-cont"] h1,
    section.admission-wrapper div[class*="-cont"] h2,
    section.admission-wrapper div[class*="-cont"] h3,
    section.admission-wrapper div[class*="-cont"] h4,
    section.admission-wrapper div[class*="-cont"] h5,
    section.admission-wrapper div[class*="-cont"] h6 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.admission-wrapper div[class*="-cont"] p,
section.admission-wrapper div[class*="-cont"] ul,
section.admission-wrapper div[class*="-cont"] ol {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

section.admission-wrapper div[class*="-cont"] p i,
section.admission-wrapper div[class*="-cont"] ul i,
section.admission-wrapper div[class*="-cont"] ol i {
    width: 35px
}

@media (max-width:767px) {
    section.admission-wrapper div[class*="-cont"] p,
    section.admission-wrapper div[class*="-cont"] ul,
    section.admission-wrapper div[class*="-cont"] ol {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.admission-wrapper div[class*="-cont"] p a,
section.admission-wrapper div[class*="-cont"] ul a,
section.admission-wrapper div[class*="-cont"] ol a {
    color: #336178;
    font-weight: 500
}

section.admission-wrapper div[class*="-cont"] ul,
section.admission-wrapper div[class*="-cont"] ol {
    margin-left: 60px
}

@media (max-width:767px) {
    section.admission-wrapper div[class*="-cont"] ul,
    section.admission-wrapper div[class*="-cont"] ol {
        line-height: 22px;
        margin-left: 30px
    }
}

section.admission-wrapper .line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 20px
}

section.admission-wrapper .text-box {
    margin-bottom: 50px
}

@media (max-width:767px) {
    section.admission-wrapper .text-box {
        margin-bottom: 35px
    }
}

section.admission-wrapper .ul-study {
    color: #333;
    font-size: 18px;
    line-height: auto;
    padding-bottom: 20px
}

section.admission-wrapper .ul-study li {
    margin-bottom: 15px
}

@media (max-width:767px) {
    section.admission-wrapper .ul-study {
        font-size: 16px
    }
    section.admission-wrapper .ul-study li {
        margin-bottom: 8px
    }
}

section.admission-wrapper .ul-study a {
    color: #336178
}

section.admission-wrapper .column3 {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px
}

@media (max-width:767px) {
    section.admission-wrapper .column3 {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px
    }
}

section.admission-wrapper .column2 {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px
}

@media (max-width:767px) {
    section.admission-wrapper .column2 {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px
    }
}

section.admission-wrapper.tuition-section .text-box {
    margin-bottom: 50px
}

@media (max-width:767px) {
    section.admission-wrapper.tuition-section .text-box {
        margin-bottom: 35px
    }
}

section.admission-wrapper.tuition-section #admcost .h6-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 28px
}

@media (max-width:767px) {
    section.admission-wrapper.tuition-section #admcost .h6-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 14px
    }
}

section.admission-wrapper.tuition-section #admcost .p-desc {
    line-height: 22px;
    margin: 5px 0
}

section.admission-wrapper.tuition-section #admcost .p-desc.bold {
    font-weight: 700
}

@media (max-width:767px) {
    section.admission-wrapper.tuition-section #admcost .p-desc {
        margin: 4px 0;
        line-height: 18px
    }
}

section.admission-wrapper.tuition-section #admcost>.row>.col-sm-6,
section.admission-wrapper.tuition-section #admcost .col-sm-12 {
    margin-bottom: 40px
}

section.admission-wrapper.aid-section {
    padding-top: 50px;
    padding-bottom: 70px
}

@media (max-width:767px) {
    section.admission-wrapper.aid-section {
        padding-bottom: 50px;
        padding-top: 25px
    }
}

section.admission-wrapper.aid-section .text-box {
    margin-bottom: 50px
}

section.admission-wrapper.aid-section .text-box:before,
section.admission-wrapper.aid-section .text-box:after {
    content: " ";
    display: table
}

section.admission-wrapper.aid-section .text-box:after {
    clear: both
}

@media (max-width:767px) {
    section.admission-wrapper.aid-section .text-box {
        margin-bottom: 35px
    }
}

section.admission-wrapper.aid-section img.left {
    width: 490px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

section.admission-wrapper.aid-section img.right {
    width: 490px;
    float: right;
    margin-left: 20px;
    margin-top: -50px;
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:991px) {
    section.admission-wrapper.aid-section img.left {
        width: 400px
    }
    section.admission-wrapper.aid-section img.right {
        width: 400px;
        margin-top: 0
    }
}

@media (max-width:767px) {
    section.admission-wrapper.aid-section img.left {
        width: 280px
    }
    section.admission-wrapper.aid-section img.right {
        margin-top: 10px;
        width: 280px
    }
}

@media screen and (max-width:520px) {
    section.admission-wrapper.aid-section img.left {
        float: none;
        width: 100%;
        display: block;
        margin: 10px auto 15px auto
    }
    section.admission-wrapper.aid-section img.right {
        float: none;
        width: 100%;
        display: block;
        margin: 10px auto 15px auto
    }
}

section.admission-wrapper.visit-section {
    padding-top: 50px;
    padding-bottom: 70px
}

@media (min-width:768px) and (max-width:991px) {
    section.admission-wrapper.visit-section {
        padding-top: 35px
    }
}

@media (max-width:767px) {
    section.admission-wrapper.visit-section {
        padding-bottom: 50px;
        padding-top: 25px
    }
}

section.admission-wrapper.visit-section .text-box {
    margin-bottom: 60px
}

@media (max-width:767px) {
    section.admission-wrapper.visit-section .text-box {
        margin-bottom: 35px
    }
}

section.admission-wrapper.visit-section .text-box.last-box {
    margin-top: 80px;
    margin-bottom: 0
}

@media (max-width:767px) {
    section.admission-wrapper.visit-section .text-box.last-box {
        margin-top: 35px
    }
}

section.admission-wrapper.international-section .text-box:before,
section.admission-wrapper.international-section .text-box:after {
    content: " ";
    display: table
}

section.admission-wrapper.international-section .text-box:after {
    clear: both
}

section.admission-wrapper.international-section img.left {
    width: 490px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

section.admission-wrapper.international-section img.right {
    margin-top: -50px;
    width: 490px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:991px) {
    section.admission-wrapper.international-section img.left {
        width: 400px
    }
    section.admission-wrapper.international-section img.right {
        margin-top: 10px;
        width: 400px
    }
}

@media (max-width:767px) {
    section.admission-wrapper.international-section img.left {
        width: 280px
    }
    section.admission-wrapper.international-section img.right {
        margin-top: 10px;
        width: 280px
    }
}

@media screen and (max-width:520px) {
    section.admission-wrapper.international-section img.left {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 15px auto
    }
    section.admission-wrapper.international-section img.right {
        float: none;
        width: 100%;
        display: block;
        margin: 10px auto 15px auto
    }
}

section.future-wrapper {
    padding-top: 50px;
    padding-bottom: 70px
}

#block-127 {
    margin-bottom: 60px;
}

@media (min-width:768px) and (max-width:991px) {
    section.future-wrapper {
        padding-top: 35px
    }
}

@media (max-width:767px) {
    section.future-wrapper {
        padding-bottom: 50px;
        padding-top: 25px
    }
}

section.future-wrapper .h1-title {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

@media (max-width:767px) {
    section.future-wrapper .h1-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.future-wrapper .p-desc,
section.future-wrapper .ul-desc {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

@media (max-width:767px) {
    section.future-wrapper .p-desc,
    section.future-wrapper .ul-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.future-wrapper .p-desc a,
section.future-wrapper .ul-desc a {
    color: #336178
}

section.future-wrapper .ul-desc {
    margin-left: 60px
}

@media (max-width:767px) {
    section.future-wrapper .ul-desc {
        line-height: 22px;
        margin-left: 30px
    }
}

section.future-wrapper .text-box {
    margin-bottom: 60px
}

@media (max-width:767px) {
    section.future-wrapper .text-box {
        margin-bottom: 35px
    }
}

section.future-wrapper div[class*="-cont"] {
    font-size: 18px;
    line-height: 26px
}

@media (max-width:767px) {
    section.future-wrapper div[class*="-cont"] {
        font-size: 16px
    }
}

section.future-wrapper div[class*="-cont"] h1,
section.future-wrapper div[class*="-cont"] h2,
section.future-wrapper div[class*="-cont"] h3,
section.future-wrapper div[class*="-cont"] h4,
section.future-wrapper div[class*="-cont"] h5,
section.future-wrapper div[class*="-cont"] h6 {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px;
	padding-top: 25px;
}

@media (max-width:767px) {
    section.future-wrapper div[class*="-cont"] h1,
    section.future-wrapper div[class*="-cont"] h2,
    section.future-wrapper div[class*="-cont"] h3,
    section.future-wrapper div[class*="-cont"] h4,
    section.future-wrapper div[class*="-cont"] h5,
    section.future-wrapper div[class*="-cont"] h6 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.future-wrapper div[class*="-cont"] p,
section.future-wrapper div[class*="-cont"] ul,
section.future-wrapper div[class*="-cont"] ol {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

@media (max-width:767px) {
    section.future-wrapper div[class*="-cont"] p,
    section.future-wrapper div[class*="-cont"] ul,
    section.future-wrapper div[class*="-cont"] ol {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.future-wrapper div[class*="-cont"] p a,
section.future-wrapper div[class*="-cont"] ul a,
section.future-wrapper div[class*="-cont"] ol a {
    color: #336178;
    font-weight: 700
}

section.future-wrapper div[class*="-cont"] ul,
section.future-wrapper div[class*="-cont"] ol {
    margin-left: 60px
}

@media (max-width:767px) {
    section.future-wrapper div[class*="-cont"] ul,
    section.future-wrapper div[class*="-cont"] ol {
        line-height: 22px;
        margin-left: 30px
    }
}

section.future-wrapper .sub-text-box {
    padding-top: 20px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px
}

@media (max-width:767px) {
    section.future-wrapper .sub-text-box {
        font-size: 16px
    }
}

@media (max-width:767px) {
    section.future-wrapper .sub-text-box {
        padding-top: 25px;
        margin-bottom: 10px
    }
}

section.future-wrapper .sub-text-box.pad-r20 {
    padding-right: 20px
}

section.future-wrapper .sub-text-box.pad-l20 {
    padding-left: 20px
}

@media (min-width:768px) and (max-width:991px) {
    section.future-wrapper .sub-text-box.pad-r20 {
        padding-right: 10px
    }
    section.future-wrapper .sub-text-box.pad-l20 {
        padding-left: 10px
    }
}

@media (max-width:767px) {
    section.future-wrapper .sub-text-box.pad-r20 {
        padding-right: 0
    }
    section.future-wrapper .sub-text-box.pad-l20 {
        padding-left: 0
    }
}

section.future-wrapper .sub-text-box h1,
section.future-wrapper .sub-text-box h2,
section.future-wrapper .sub-text-box h3,
section.future-wrapper .sub-text-box h4,
section.future-wrapper .sub-text-box h5,
section.future-wrapper .sub-text-box h6 {
    color: #336178;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 16px
}

@media (max-width:767px) {
    section.future-wrapper .sub-text-box h1,
    section.future-wrapper .sub-text-box h2,
    section.future-wrapper .sub-text-box h3,
    section.future-wrapper .sub-text-box h4,
    section.future-wrapper .sub-text-box h5,
    section.future-wrapper .sub-text-box h6 {
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 26px
    }
}

section.future-wrapper .sub-text-box p,
section.future-wrapper .sub-text-box ul {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

@media (max-width:767px) {
    section.future-wrapper .sub-text-box p,
    section.future-wrapper .sub-text-box ul {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.future-wrapper .sub-text-box p a,
section.future-wrapper .sub-text-box ul a {
    color: #336178;
    font-weight: 500
}

section.future-wrapper .sub-text-box .sub-box-img {
    margin-bottom: 13px;
    width: 100%
}

@media (max-width:767px) {
    section.future-wrapper .sub-text-box .sub-box-img {
        margin-top: 30px
    }
}

section.future-wrapper.passion-section .video-block {
    margin-bottom: 30px
}

section.future-wrapper.passion-section img.left {
    width: 490px;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px
}

section.future-wrapper.passion-section .welmess img.left {
    width: 268px;
    float: left;
    margin-right: 30px;
	margin-top: 5px;
    margin-bottom: 10px
}

section.future-wrapper.passion-section img.right {
    width: 490px;
    float: right;
    margin-top: -50px;
    margin-left: 30px;
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:991px) {
    section.future-wrapper.passion-section img.left {
        width: 400px
    }
    section.future-wrapper.passion-section img.right {
        margin-top: 10px;
        width: 400px
    }
}

@media (max-width:767px) {
    section.future-wrapper.passion-section img.left {
        width: 280px
    }
    section.future-wrapper.passion-section img.right {
        margin-top: 10px;
        width: 280px
    }
	section.future-wrapper.passion-section .welmess img.left {
		width: 240px;
		margin-right: 20px;
	}
}

@media screen and (max-width:520px) {
    section.future-wrapper.passion-section img.left {
        float: none;
        width: 100%;
        display: block;
        margin: 10px auto 15px auto
    }
    section.future-wrapper.passion-section img.right {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 15px auto
    }
	section.future-wrapper.passion-section .welmess img.left {
        float: none;
        width: 100%;
        display: block;
        margin: 10px auto 15px auto
	}
}

section.future-wrapper.passion-ins-section {
    padding-top: 10px;
    padding-bottom: 40px
}

@media (min-width:768px) and (max-width:991px) {
    section.future-wrapper.passion-ins-section {
        padding-top: 70px
    }
}

@media (max-width:767px) {
    section.future-wrapper.passion-ins-section {
        padding-bottom: 0;
        padding-top: 50px
    }
}

section.future-wrapper.passion-ins-section .row {
    margin-bottom: 30px
}

@media (max-width:767px) {
    section.future-wrapper.passion-ins-section .row {
        margin-bottom: 50px
    }
}

section.future-wrapper.passion-ins-section .h1-title {
    margin-bottom: 50px
}

@media (min-width:768px) and (max-width:991px) {
    section.future-wrapper.passion-ins-section .h1-title {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    section.future-wrapper.passion-ins-section .h1-title {
        margin-bottom: 30px
    }
}

section.future-wrapper.passion-ins-section .p-country {
    color: #333;
    font-size: 24px;
    line-height: 30px
}

section.future-wrapper.passion-ins-section .p-country img {
    margin-right: 20px;
    max-width: 24px;
    height: auto;
}

@media (max-width:767px) {
    section.future-wrapper.passion-ins-section .p-country {
        margin-bottom: 10px
    }
}

section.future-wrapper.passion-ins-section .country-list {
    margin-top: 3px;
    margin-right: 20px;
    list-style-position: inside;
    position: relative
}

section.future-wrapper.passion-ins-section .country-list:before {
    content: "";
    position: absolute;
    margin-left: -30px;
    display: block;
    min-height: calc(100% + 20px);
    max-height: calc(100% + 20px);
    height: calc(100% + 20px);
    width: 1px;
    border-left: 1px solid #ccc
}

@media (max-width:767px) {
    section.future-wrapper.passion-ins-section .country-list {
        padding-left: 55px
    }
    section.future-wrapper.passion-ins-section .country-list:before {
        display: none
    }
}

section.future-wrapper.passion-ins-section .country-list,
section.future-wrapper.passion-ins-section .country-list a {
    color: #666;
    font-size: 18px;
    line-height: 22px
}

section.future-wrapper.passion-ins-section .country-list li,
section.future-wrapper.passion-ins-section .country-list a li {
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1.4em
}

section.future-wrapper.passion-ins-section .column2 {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px
}

@media (min-width:768px) and (max-width:991px) {
    section.future-wrapper.passion-ins-section .column2 {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px
    }
}

@media (max-width:767px) {
    section.future-wrapper.passion-ins-section .column2 {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px
    }
}

section.future-wrapper.story-section .story-block {
    margin-bottom: 80px
}

section.future-wrapper.story-section .story-block .nav-tabs {
    overflow: hidden;
    border: 0;
    margin-left: 30px;
    border-left: 11px solid #e6e6e6
}

section.future-wrapper.story-section .story-block .nav-tabs::after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e6e6e6;
    content: " ";
    left: 51px;
    top: 55px;
    -webkit-transition: all, 0.6s ease;
    -o-transition: all, 0.6s ease;
    transition: all, 0.6s ease
}

section.future-wrapper.story-section .story-block .nav-tabs li {
    padding-left: 50px;
    padding-bottom: 50px
}

section.future-wrapper.story-section .story-block .nav-tabs li:last-child {
    padding-bottom: 0
}

@media (min-width:992px) and (max-width:1199px) {
    section.future-wrapper.story-section .story-block .nav-tabs {
        margin-left: 10px
    }
    section.future-wrapper.story-section .story-block .nav-tabs::after {
        left: 31px
    }
    section.future-wrapper.story-section .story-block .nav-tabs li {
        padding-left: 30px;
        padding-bottom: 45px
    }
}

@media (min-width:768px) and (max-width:991px) {
    section.future-wrapper.story-section .story-block .nav-tabs {
        margin-left: 10px
    }
    section.future-wrapper.story-section .story-block .nav-tabs::after {
        left: 31px
    }
    section.future-wrapper.story-section .story-block .nav-tabs li {
        padding-left: 30px;
        padding-bottom: 40px
    }
}

section.future-wrapper.story-section .story-block-mobile {
    padding: 10px 0 20px 0
}

section.future-wrapper.story-section .story-block-mobile .owl-dots {
    display: none
}

section.newsAndEvents-wrapper {
    padding-top: 50px;
    padding-bottom: 40px
}

@media (min-width:768px) and (max-width:991px) {
    section.newsAndEvents-wrapper {
        padding-top: 30px;
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    section.newsAndEvents-wrapper {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

section.newsAndEvents-wrapper .h1-title {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 36px
}

@media (max-width:767px) {
    section.newsAndEvents-wrapper .h1-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px
    }
}

section.newsAndEvents-wrapper .more-details {
    display: inline-block;
    color: #ae485e;
    font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #ae485e
}

section.newsAndEvents-wrapper .more-details i {
    margin-left: 6px
}

@media (max-width:767px) {
    section.newsAndEvents-wrapper .more-details {
        margin-top: 0
    }
}

section.newsAndEvents-wrapper .news-block {
    margin-bottom: 35px
}

@media (max-width:767px) {
    section.newsAndEvents-wrapper .news-block {
        margin-bottom: 25px
    }
}

section.newsAndEvents-wrapper .events-block {
    margin-bottom: 35px
}

@media (max-width:767px) {
    section.newsAndEvents-wrapper .events-block {
        margin-bottom: 25px
    }
}

section.newsAndEvents-wrapper .events-block .h1-title {
    color: #336178
}

section.newsAndEvents-wrapper .events-block .more-details {
    color: #336178
}

section.news-wrapper {
    padding-top: 50px;
    padding-bottom: 60px
}

@media (min-width:768px) and (max-width:991px) {
    section.news-wrapper {
        padding-top: 35px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    section.news-wrapper {
        padding-top: 25px;
        padding-bottom: 50px
    }
}

section.news-wrapper .h1-title {
    font-size: 24px;
    line-height: 28px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.news-wrapper .h1-title:hover {
    color: #c9677c
}

@media (max-width:767px) {
    section.news-wrapper .h1-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

section.news-wrapper .category-title {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    section.news-wrapper .category-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.news-wrapper .pagination {
    padding-top: 30px
}

section.news-wrapper .search-result-block {
    padding: 28px 0 8px 0
}

@media (max-width:767px) {
    section.news-wrapper .search-result-block {
        padding: 20px 0 0 0
    }
}

section.news-wrapper .search-result-block p {
    color: #666;
    font-size: 18px;
    line-height: 24px
}

section.news-wrapper .search-result-block p .text,
section.news-wrapper .search-result-block p .count {
    font-weight: 700
}

@media (max-width:767px) {
    section.news-wrapper .search-result-block p {
        font-size: 16px;
        line-height: 22px
    }
}

section.newsDetails-wrapper {
    padding-top: 65px;
    padding-bottom: 115px
}

@media (min-width:768px) and (max-width:991px) {
    section.newsDetails-wrapper {
        padding-top: 60px;
        padding-bottom: 70px
    }
}

@media (max-width:767px) {
    section.newsDetails-wrapper {
        padding-top: 40px;
        padding-bottom: 70px
    }
}

section.newsDetails-wrapper .details-img {
    max-height: 430px;
    max-width: 100%
}

@media (max-width:767px) {
    section.newsDetails-wrapper .details-img {
        max-height: 260px
    }
}

section.newsDetails-wrapper .newsDetails-block {
    margin-top: 32px
}

@media (max-width:767px) {
    section.newsDetails-wrapper .newsDetails-block {
        margin-top: 0
    }
}

section.newsDetails-wrapper .h1-title {
    font-size: 24px;
    line-height: 28px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 30px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.newsDetails-wrapper .h1-title:hover {
    color: #c9677c
}

@media (max-width:767px) {
    section.newsDetails-wrapper .h1-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

section.newsDetails-wrapper .p-desc {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px
}

section.newsDetails-wrapper .p-desc i {
    width: 35px
}

@media (max-width:767px) {
    section.newsDetails-wrapper .p-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.newsDetails-wrapper .p-desc a {
    color: #336178
}

section.newsDetails-wrapper .news-cont h1,
section.newsDetails-wrapper .news-cont h2,
section.newsDetails-wrapper .news-cont h3,
section.newsDetails-wrapper .news-cont h4,
section.newsDetails-wrapper .news-cont h5,
section.newsDetails-wrapper .news-cont h6 {
    font-size: 24px;
    line-height: 28px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 30px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.newsDetails-wrapper .news-cont h1:hover,
section.newsDetails-wrapper .news-cont h2:hover,
section.newsDetails-wrapper .news-cont h3:hover,
section.newsDetails-wrapper .news-cont h4:hover,
section.newsDetails-wrapper .news-cont h5:hover,
section.newsDetails-wrapper .news-cont h6:hover {
    color: #c9677c
}

@media (max-width:767px) {
    section.newsDetails-wrapper .news-cont h1,
    section.newsDetails-wrapper .news-cont h2,
    section.newsDetails-wrapper .news-cont h3,
    section.newsDetails-wrapper .news-cont h4,
    section.newsDetails-wrapper .news-cont h5,
    section.newsDetails-wrapper .news-cont h6 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

section.newsDetails-wrapper .news-cont p,
section.newsDetails-wrapper .news-cont ul {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

section.newsDetails-wrapper .news-cont p i,
section.newsDetails-wrapper .news-cont ul i {
    width: 35px
}

@media (max-width:767px) {
    section.newsDetails-wrapper .news-cont p,
    section.newsDetails-wrapper .news-cont ul {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.newsDetails-wrapper .news-cont p a,
section.newsDetails-wrapper .news-cont ul a {
    color: #336178;
    font-weight: 500
}

section.newsDetails-wrapper .news-cont ul {
    margin-left: 60px
}

@media (max-width:767px) {
    section.newsDetails-wrapper .news-cont ul {
        line-height: 22px;
        margin-left: 30px
    }
}

section.newsDetails-wrapper .share-block {
    margin-top: 24px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    section.newsDetails-wrapper .share-block {
        margin-bottom: 14px;
        margin-top: 10px
    }
}

section.newsDetails-wrapper .share-block .date {
    font-size: 16px;
    line-height: 30px;
    color: #666
}

section.newsDetails-wrapper .share-block .share-item {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    text-align: right;
    display: inline-block;
    float: right
}

section.newsDetails-wrapper .share-block .share-item a {
    display: inline-block;
    margin-left: 15px;
    color: #999
}

section.newsDetails-wrapper .share-block .share-item a i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.newsDetails-wrapper .share-block .share-item a:hover .fa-facebook-official {
    color: #3b5998
}

section.newsDetails-wrapper .share-block .share-item a:hover .fa-twitter {
    color: #00aced
}

section.newsDetails-wrapper .share-block .share-item a:hover .fa-linkedin {
    color: #007bb6
}

section.newsDetails-wrapper .line {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 50px
}

@media (max-width:767px) {
    section.newsDetails-wrapper .line {
        margin-top: 30px;
        padding-top: 10px
    }
}

section.newsDetails-wrapper .line .print-text {
    display: inline-block;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.newsDetails-wrapper .line .print-text:hover {
    color: #ae485e
}

section.newsDetails-wrapper .line .ctg-type {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: inline-block;
    float: right
}

section.newsDetails-wrapper .line .ctg-type .red {
    color: #ae485e
}

section.newsDetails-wrapper .imgs-box {
    margin-top: 60px
}

section.newsDetails-wrapper .imgs-box ul,
section.newsDetails-wrapper .imgs-box li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

section.newsDetails-wrapper .imgs-box li {
    margin-right: 12px;
    margin-bottom: 12px;
    display: inline-block
}

section.newsDetails-wrapper .imgs-box li img {
    height: 100%;
    height: 124px
}

section.event-wrapper {
    padding-top: 50px;
    padding-bottom: 60px
}

@media (min-width:768px) and (max-width:991px) {
    section.event-wrapper {
        padding-top: 35px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    section.event-wrapper {
        padding-top: 25px;
        padding-bottom: 50px
    }
}

section.event-wrapper .category-title {
    font-size: 30px;
    line-height: 36px;
    color: #336178;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    section.event-wrapper .category-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.event-wrapper .pagination {
    padding-top: 30px
}

section.event-wrapper .search-result-block {
    padding: 32px 0 8px 0
}

@media (max-width:767px) {
    section.event-wrapper .search-result-block {
        padding: 20px 0 0 0
    }
}

section.event-wrapper .search-result-block p {
    color: #666;
    font-size: 18px;
    line-height: 24px
}

section.event-wrapper .search-result-block p .text,
section.event-wrapper .search-result-block p .count {
    font-weight: 700
}

section.event-wrapper.monthview-section .calendar-view {
    margin-top: 30px
}

@media (min-width:768px) and (max-width:991px) {
    section.event-wrapper.monthview-section .calendar-view {
        margin-top: 35px
    }
}

@media (max-width:767px) {
    section.event-wrapper.monthview-section .calendar-view {
        margin-top: 10px
    }
}

section.event-wrapper.monthview-section .calendar-view .search-null {
    color: #666;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
}

section.event-wrapper.monthview-section .calendar-view .search-null .text,
section.event-wrapper.monthview-section .calendar-view .search-null .count {
    font-weight: 700
}

@media (max-width:767px) {
    section.event-wrapper.monthview-section .calendar-view .search-null {
        font-size: 16px;
        line-height: 22px
    }
}

section.eventDetails-wrapper {
    padding-top: 65px;
    padding-bottom: 115px
}

@media (min-width:768px) and (max-width:991px) {
    section.eventDetails-wrapper {
        padding-top: 60px;
        padding-bottom: 70px
    }
}

@media (max-width:767px) {
    section.eventDetails-wrapper {
        padding-top: 40px;
        padding-bottom: 70px
    }
}

section.eventDetails-wrapper .details-img {
    max-height: 430px;
    max-width: 100%;
    margin-bottom: 30px
}

@media (max-width:767px) {
    section.eventDetails-wrapper .details-img {
        max-height: 260px;
        margin-bottom: 20px
    }
}

section.eventDetails-wrapper .eventsDetails-block {
    margin-top: 32px
}

@media (max-width:767px) {
    section.eventDetails-wrapper .eventsDetails-block {
        margin-top: 0
    }
}

section.eventDetails-wrapper .h1-title {
    font-size: 24px;
    line-height: 28px;
    color: #336178;
    font-weight: 700;
    margin-bottom: 30px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media (max-width:767px) {
    section.eventDetails-wrapper .h1-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

section.eventDetails-wrapper .event-cont h1,
section.eventDetails-wrapper .event-cont h2,
section.eventDetails-wrapper .event-cont h3,
section.eventDetails-wrapper .event-cont h4,
section.eventDetails-wrapper .event-cont h5,
section.eventDetails-wrapper .event-cont h6 {
    font-size: 24px;
    line-height: 28px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 30px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.eventDetails-wrapper .event-cont h1:hover,
section.eventDetails-wrapper .event-cont h2:hover,
section.eventDetails-wrapper .event-cont h3:hover,
section.eventDetails-wrapper .event-cont h4:hover,
section.eventDetails-wrapper .event-cont h5:hover,
section.eventDetails-wrapper .event-cont h6:hover {
    color: #c9677c
}

@media (max-width:767px) {
    section.eventDetails-wrapper .event-cont h1,
    section.eventDetails-wrapper .event-cont h2,
    section.eventDetails-wrapper .event-cont h3,
    section.eventDetails-wrapper .event-cont h4,
    section.eventDetails-wrapper .event-cont h5,
    section.eventDetails-wrapper .event-cont h6 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

section.eventDetails-wrapper .event-cont p,
section.eventDetails-wrapper .event-cont ul {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

section.eventDetails-wrapper .event-cont p i,
section.eventDetails-wrapper .event-cont ul i {
    width: 35px
}

@media (max-width:767px) {
    section.eventDetails-wrapper .event-cont p,
    section.eventDetails-wrapper .event-cont ul {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.eventDetails-wrapper .event-cont p a,
section.eventDetails-wrapper .event-cont ul a {
    color: #336178;
    font-weight: 500
}

section.eventDetails-wrapper .event-cont ul {
    margin-left: 60px
}

@media (max-width:767px) {
    section.eventDetails-wrapper .event-cont ul {
        line-height: 22px;
        margin-left: 30px
    }
}

section.eventDetails-wrapper .share-block {
    margin-top: 24px;
    margin-bottom: 30px
}

section.eventDetails-wrapper .share-block .info {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px
}

section.eventDetails-wrapper .share-block .info i {
    color: #336178;
    margin-right: 20px
}

@media (min-width:768px) and (max-width:991px) {
    section.eventDetails-wrapper .share-block .info {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px
    }
}

@media (max-width:767px) {
    section.eventDetails-wrapper .share-block .info {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    section.eventDetails-wrapper .share-block {
        margin-bottom: 14px;
        margin-top: 10px
    }
}

section.eventDetails-wrapper .event-info-list {
    margin-bottom: 30px;
    list-style-type: none;
    font-size: 18px;
    line-height: 30px;
    color: #999
}

section.eventDetails-wrapper .event-info-list span {
    display: inline-block;
    width: 120px;
    color: #336178
}

section.eventDetails-wrapper .event-info-list li {
    padding: 3px 0
}

@media (max-width:767px) {
    section.eventDetails-wrapper .event-info-list {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }
    section.eventDetails-wrapper .event-info-list span {
        width: auto;
        min-width: 80px
    }
    section.eventDetails-wrapper .event-info-list li {
        padding: 1px 0
    }
}

section.eventDetails-wrapper .share-item {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    text-align: left;
    display: inline-block;
    display: block;
    margin-bottom: 40px
}

section.eventDetails-wrapper .share-item a {
    display: inline-block;
    margin-left: 15px;
    color: #999
}

section.eventDetails-wrapper .share-item a i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.eventDetails-wrapper .share-item a:hover .fa-facebook-official {
    color: #3b5998
}

section.eventDetails-wrapper .share-item a:hover .fa-twitter {
    color: #00aced
}

section.eventDetails-wrapper .share-item a:hover .fa-linkedin {
    color: #007bb6
}

@media (max-width:767px) {
    section.eventDetails-wrapper .share-item {
        margin-bottom: 20px
    }
    section.eventDetails-wrapper .share-item a {
        margin-left: 0;
        margin-right: 15px
    }
}

section.eventDetails-wrapper .line {
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 20px
}

@media (max-width:767px) {
    section.eventDetails-wrapper .line {
        padding-top: 10px
    }
}

section.eventDetails-wrapper .line .print-text {
    display: inline-block;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.eventDetails-wrapper .line .print-text:hover {
    color: #336178
}

section.eventDetails-wrapper .line .ctg-type {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: inline-block;
    float: right
}

section.eventDetails-wrapper .line .ctg-type .blue {
    color: #336178
}

section.eventDetails-wrapper .margin-top30 {
    margin-top: 30px
}

section.jobs-wrapper {
    padding-top: 100px;
    padding-bottom: 120px
}

@media (min-width:768px) and (max-width:991px) {
    section.jobs-wrapper {
        padding-top: 70px
    }
}

@media (max-width:767px) {
    section.jobs-wrapper {
        padding-bottom: 50px;
        padding-top: 40px
    }
}

section.jobs-wrapper .h1-title {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

section.jobs-wrapper .h1-title .fa-angle-down {
    display: none
}

@media (max-width:767px) {
    section.jobs-wrapper .h1-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
    section.jobs-wrapper .h1-title .fa-angle-down {
        display: inline-block;
        margin-left: 20px;
        font-size: 21px;
        position: relative;
        top: 2px
    }
}

section.jobs-wrapper .h2-title {
    font-size: 20px;
    line-height: 30px;
    color: #336178;
    font-weight: 700;
    margin-bottom: 23px
}

@media (max-width:767px) {
    section.jobs-wrapper .h2-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

section.jobs-wrapper .p-desc,
section.jobs-wrapper .ul-desc {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

@media (max-width:767px) {
    section.jobs-wrapper .p-desc,
    section.jobs-wrapper .ul-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.jobs-wrapper .p-desc a,
section.jobs-wrapper .ul-desc a {
    color: #336178
}

section.jobs-wrapper .ul-desc {
    margin-left: 60px
}

@media (max-width:767px) {
    section.jobs-wrapper .ul-desc {
        line-height: 22px;
        margin-left: 30px
    }
}

section.jobs-wrapper .job-cont h1 {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:767px) {
    section.jobs-wrapper .job-cont h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.jobs-wrapper .job-cont p,
section.jobs-wrapper .job-cont ul,
section.jobs-wrapper .job-cont ol {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

@media (max-width:767px) {
    section.jobs-wrapper .job-cont p,
    section.jobs-wrapper .job-cont ul,
    section.jobs-wrapper .job-cont ol {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.jobs-wrapper .job-cont p a,
section.jobs-wrapper .job-cont ul a,
section.jobs-wrapper .job-cont ol a {
    color: #336178;
    font-weight: 500
}

section.jobs-wrapper .job-cont ol,
section.jobs-wrapper .job-cont ul {
    margin-left: 60px
}

@media (max-width:767px) {
    section.jobs-wrapper .job-cont ol,
    section.jobs-wrapper .job-cont ul {
        line-height: 22px;
        margin-left: 30px
    }
}

section.jobs-wrapper .ul-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: #336178;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width:767px) {
    section.jobs-wrapper .ul-title {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 5px
    }
}

section.jobs-wrapper .line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 20px
}

section.jobs-wrapper .text-box {
    margin-bottom: 60px
}

@media (max-width:767px) {
    section.jobs-wrapper .text-box {
        margin-bottom: 35px
    }
}

section.jobs-wrapper .text-box.notm {
    margin-bottom: 0
}

@media (max-width:767px) {
    section.jobs-wrapper .text-box.notm {
        margin-bottom: 0
    }
}

section.jobs-wrapper .p-null {
    font-weight: 700;
    font-size: 18px;
    color: #999;
    line-height: 20px;
    padding-top: 20px
}

@media (max-width:767px) {
    section.jobs-wrapper .p-null {
        padding-top: 10px;
        font-size: 16px
    }
}

section.jobs-wrapper .table-responsive {
    margin-top: 40px
}

@media (max-width:767px) {
    section.jobs-wrapper .table-responsive {
        padding: 10px 5px;
        margin-top: 20px
    }
    section.jobs-wrapper .table-responsive::-webkit-scrollbar {
        width: 5px
    }
    section.jobs-wrapper .table-responsive::-webkit-scrollbar-track {}
    section.jobs-wrapper .table-responsive::-webkit-scrollbar-thumb {}
    section.jobs-wrapper .table-responsive::-webkit-scrollbar {
        width: 7px
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    section.jobs-wrapper .table-responsive::-webkit-scrollbar {
        width: 6px
    }
}

@media (max-width:767px) {
    section.jobs-wrapper .table-responsive::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: white
    }
    section.jobs-wrapper .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #ccc
    }
    section.jobs-wrapper .table-responsive::-webkit-scrollbar {
        height: 4px
    }
}

section.jobs-wrapper .newsDetails-block .h3-title {
    font-size: 24px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700
}

@media (max-width:767px) {
    section.jobs-wrapper .newsDetails-block .h3-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px
    }
}

section.jobs-wrapper .newsDetails-block .sub-title {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 15px
}

section.jobs-wrapper .newsDetails-block .jobDesc-cont h2 {
    font-size: 24px;
    line-height: 36px;
    color: #336178;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 12px
}

@media (max-width:767px) {
    section.jobs-wrapper .newsDetails-block .jobDesc-cont h2 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 7px
    }
}

section.jobs-wrapper .newsDetails-block .jobDesc-cont p,
section.jobs-wrapper .newsDetails-block .jobDesc-cont ul,
section.jobs-wrapper .newsDetails-block .jobDesc-cont ol {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

@media (max-width:767px) {
    section.jobs-wrapper .newsDetails-block .jobDesc-cont p,
    section.jobs-wrapper .newsDetails-block .jobDesc-cont ul,
    section.jobs-wrapper .newsDetails-block .jobDesc-cont ol {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.jobs-wrapper .newsDetails-block .jobDesc-cont p a,
section.jobs-wrapper .newsDetails-block .jobDesc-cont ul a,
section.jobs-wrapper .newsDetails-block .jobDesc-cont ol a {
    color: #336178;
    font-weight: 500
}

section.jobs-wrapper .newsDetails-block .jobDesc-cont ul,
section.jobs-wrapper .newsDetails-block .jobDesc-cont ol {
    margin-left: 60px
}

@media (max-width:767px) {
    section.jobs-wrapper .newsDetails-block .jobDesc-cont ul,
    section.jobs-wrapper .newsDetails-block .jobDesc-cont ol {
        line-height: 22px;
        margin-left: 30px
    }
}

section.jobs-wrapper .newsDetails-block .jobDesc-cont ol,
section.jobs-wrapper .newsDetails-block .jobDesc-cont ul {
    margin-left: 20px
}

section.jobs-wrapper .margin50 {
    margin-top: 50px
}

@media (max-width:767px) {
    section.jobs-wrapper .margin50 {
        margin-top: 30px
    }
}

section.center-wrapper {
    padding-top: 100px;
    padding-bottom: 120px
}

@media (min-width:768px) and (max-width:991px) {
    section.center-wrapper {
        padding-top: 70px;
        padding-bottom: 80px
    }
}

@media (max-width:767px) {
    section.center-wrapper {
        padding-bottom: 50px;
        padding-top: 50px
    }
}

section.center-wrapper .h1-title {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

section.center-wrapper .h1-title .fa-angle-down {
    display: none
}

@media (max-width:767px) {
    section.center-wrapper .h1-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
    section.center-wrapper .h1-title .fa-angle-down {
        display: inline-block;
        margin-left: 20px;
        font-size: 21px;
        position: relative;
        top: 2px
    }
}

section.center-wrapper .p-desc {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

@media (max-width:767px) {
    section.center-wrapper .p-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.center-wrapper .p-desc a {
    color: #336178
}

section.center-wrapper .center1-cont h1,
section.center-wrapper .center2-cont h1 {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 23px
}

@media (max-width:767px) {
    section.center-wrapper .center1-cont h1,
    section.center-wrapper .center2-cont h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

section.center-wrapper .center1-cont p,
section.center-wrapper .center1-cont ol,
section.center-wrapper .center1-cont ul,
section.center-wrapper .center2-cont p,
section.center-wrapper .center2-cont ol,
section.center-wrapper .center2-cont ul {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify
}

@media (max-width:767px) {
    section.center-wrapper .center1-cont p,
    section.center-wrapper .center1-cont ol,
    section.center-wrapper .center1-cont ul,
    section.center-wrapper .center2-cont p,
    section.center-wrapper .center2-cont ol,
    section.center-wrapper .center2-cont ul {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

section.center-wrapper .center1-cont p a,
section.center-wrapper .center1-cont ol a,
section.center-wrapper .center1-cont ul a,
section.center-wrapper .center2-cont p a,
section.center-wrapper .center2-cont ol a,
section.center-wrapper .center2-cont ul a {
    color: #336178;
    font-weight: 700
}

section.center-wrapper .center1-cont ul,
section.center-wrapper .center1-cont ol,
section.center-wrapper .center2-cont ul,
section.center-wrapper .center2-cont ol {
    margin-left: 60px
}

@media (max-width:767px) {
    section.center-wrapper .center1-cont ul,
    section.center-wrapper .center1-cont ol,
    section.center-wrapper .center2-cont ul,
    section.center-wrapper .center2-cont ol {
        line-height: 22px;
        margin-left: 30px
    }
}

section.center-wrapper .text-box {
    margin-bottom: 50px;
    overflow: hidden
}

@media (max-width:767px) {
    section.center-wrapper .text-box {
        margin-bottom: 35px
    }
}

section.center-wrapper .margin-top50 {
    margin-top: 60px;
    overflow: hidden
}

@media (max-width:767px) {
    section.center-wrapper .margin-top50 {
        margin-top: 35px
    }
}

section.center-wrapper img.left {
    width: 500px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px
}

section.center-wrapper img.right {
    width: 500px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:991px) {
    section.center-wrapper img.left {
        width: 400px
    }
    section.center-wrapper img.right {
        width: 400px
    }
}

@media (max-width:767px) {
    section.center-wrapper img.left {
        width: 280px
    }
    section.center-wrapper img.right {
        width: 280px
    }
}

@media screen and (max-width:520px) {
    section.center-wrapper img.left {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 15px auto
    }
    section.center-wrapper img.right {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 15px auto
    }
}

section.center-wrapper .social-center {
    list-style-type: none;
    display: block
}

section.center-wrapper .social-center li {
    padding: 6px 0
}

section.center-wrapper .social-center a {
    color: #666;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.center-wrapper .social-center a i {
    color: #336178;
    margin-right: 20px;
    font-size: 18px
}

section.center-wrapper .social-center a:hover {
    color: #336178
}

section.others-wrapper {
    text-align: center;
    padding: 0;
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -40px
}

section.others-wrapper h1 {
    font-size: 174px;
    line-height: 202px;
    color: #ccc;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width:767px) {
    section.others-wrapper h1 {
        font-size: 140px;
        line-height: 150px
    }
}

section.others-wrapper h2 {
    color: #ae485e;
    line-height: 36px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px
}

@media (max-width:767px) {
    section.others-wrapper h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 30px
    }
}

section.others-wrapper p {
    font-size: 18px;
    line-height: 26px;
    color: 333333;
    margin-bottom: 40px
}

@media (max-width:767px) {
    section.others-wrapper p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px
    }
}

section.others-wrapper p a {
    color: #336178
}

section.others-wrapper .backto-link {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #ae485e;
    line-height: 36px;
    display: block
}

section.others-wrapper .backto-link i {
    margin-right: 5px
}

section.others-search-wrapper {
    padding: 100px 0 100px 0
}

@media (max-width:767px) {
    section.others-search-wrapper {
        padding: 50px 0 50px 0
    }
}

section.others-search-wrapper .search-icon {
    color: #336178
}

section.others-search-wrapper label {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
    margin-right: 10px
}

section.others-search-wrapper .search-result-count {
    padding: 32px 0 32px 0
}

@media (max-width:767px) {
    section.others-search-wrapper .search-result-count {
        padding: 20px 0 25px 0
    }
}

section.others-search-wrapper .search-result-count p {
    color: #666;
    font-size: 18px;
    line-height: 24px
}

section.others-search-wrapper .search-result-count p .text,
section.others-search-wrapper .search-result-count p .count {
    font-weight: 700
}

@media (max-width:767px) {
    section.others-search-wrapper .search-result-count p {
        font-size: 16px;
        line-height: 22px
    }
}

section.others-search-wrapper .search-result-block .text-box {
    margin-bottom: 40px
}

section.others-search-wrapper .search-result-block .text-box p {
    line-height: 26px;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    height: 80px;
    overflow: hidden
}

@media (max-width:767px) {
    section.others-search-wrapper .search-result-block .text-box p {
        font-size: 16px;
        line-height: 22px;
        height: 65px
    }
}

section.others-search-wrapper .search-result-block .text-box a.link {
    display: block;
    line-height: 26px;
    font-size: 18px;
    color: #336178;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

section.others-search-wrapper .search-result-block .text-box a.link:hover {
    color: #497a93
}

@media (max-width:767px) {
    section.others-search-wrapper .search-result-block .text-box a.link {
        font-size: 16px;
        line-height: 22px
    }
}

section.others-search-wrapper .line {
    height: 1px;
    margin-top: 10px;
    background-color: #ccc;
    margin-bottom: 30px
}

@media print {
    header .navbar-header,
    header .navbar-brand {
        display: block;
        -webkit-print-color-adjust: exact
    }
    header .collapse.navbar-collapse {
        display: none
    }
    header .navbar-toggle {
        display: none
    }
    header .main-navbar {
        display: none
    }
    footer {
        display: none
    }
    .header-img-block {
        display: none
    }
    header.onlyprint {
        width: 10%;
        top: 0
    }
    .nav-group-action {
        display: block
    }
    .nav-group-action .navbar2 {
        text-align: left
    }
    .nav-group-action .navbar2 .menu-title {
        display: inline-block;
        float: left;
        line-height: 18px;
        padding: 0
    }
    .nav-group-action .navbar2 .menu-title i {
        display: none
    }
    .nav-group-action .navbar2 ul li a {
        display: none;
        padding: 0;
        line-height: 18px
    }
    .nav-group-action .navbar2 ul li a.active {
        display: inline-block
    }
    .nav-group-action .navbar2 ul li a.active:before {
        display: inline;
        content: " | ";
        padding: 0 10px
    }
    .nav-group-action a[href]:after {
        content: none !important
    }
    .nav-group-fixed {
        display: none
    }
    .category-link-block {
        display: none
    }
    section.newsDetails-wrapper .imgs-box {
        margin-top: 0
    }
    section.newsDetails-wrapper .imgs-box ul,
    section.newsDetails-wrapper .imgs-box li {
        display: block
    }
    section.newsDetails-wrapper .imgs-box li {
        margin-right: 0;
        margin-bottom: 12px;
        display: block
    }
    section.newsDetails-wrapper .imgs-box li img {
        height: auto;
        max-height: 30%
    }
    .events-btn-block {
        display: none
    }
    .events-btn-block.mobile {
        display: none !important
    }
    .left-block {
        text-align: left
    }
    .left-block .p-desc {
        text-align: left
    }
    .h1-title {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 20px;
        text-align: left
    }
    .h1-title i {
        display: none
    }
    .p-desc {
        margin-bottom: 20px;
        font-size: 16px
    }
}

.YouTubePopUp-Content {
    max-width: 87% !important
}

@media screen {
    header.onlyprint,
    footer.onlyprint {
        display: none !important
    }
}

.col-centered {
    float: none;
    margin: 0 auto
}

.anthem-active {
    height: 100% !important;
    opacity: 1 !important;
    transition: all .3s
}

.anthem-sect {
    overflow: hidden;
    transition: all .7s
}

.text-transform {
    margin: 0 auto;
    width: 500px;
    font-size: 32px !important;
    line-height: 45px !important
}

@media (min-width:0) and (max-width:767px) {
    .text-transform {
        width: auto;
        text-align: center;
        font-size: 32px !important;
        line-height: 45px !important
    }
    .anthem-sect {
        display: block !important
    }
}

.main-tab {
    border: 2px solid;
    padding-left: 40px;
    padding-right: 40px;
    border-color: #ececec
}

.main-tab>legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2E647C
}

.image-right {
    float: right;
    padding-left: 40px
}

.image-left {
    float: left;
    padding-right: 40px
}

@media (min-width:0) and (max-width:767px) {
    .blockquote img {
        display: none
    }
}

.blockquote img {
    width: 100%;
    height: auto;
    margin-bottom: 40px
}

.block-news {
    margin-bottom: 30px
}

.block-news p {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px
}

.block-news h4 {
    margin-bottom: 5px;
    line-height: 26px
}

.blockquote {
    margin-bottom: 60px
}

@media (min-width:0) and (max-width:767px) {
    .image-right {
        padding-left: 0
    }
    .image-left {
        padding-right: 0
    }
    .block-news p {
        font-size: 13px
    }
}

.progress {
    height: 16px;
    margin-bottom: 34px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none
}

.count-prog {
    position: relative
}

.progress .skill {
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase
}

.progress .skill .val {
    font-style: normal;
    margin: -10px 20px 0 0
}

.progress-bar-success {
    background-color: #336178
}

.progress-bar-info {
    background-color: #336178
}

.text-progs {
    margin-left: 40px;
    margin-top: 20px
}

.text-progs p {
    margin-bottom: 26px;
    font-size: 17px;
    color: #666
}

.val {
    background: white;
    color: black;
    position: absolute;
    right: -20px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500
}

.stat-block {
    border: 1px groove threedface;
    padding-left: 40px;
    padding-right: 40px;
    border-color: #ececec
}

@media screen and (max-width:767px) {
    .stat-block {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.stat-block h5 {
    font-size: 17px;
    color: #333;
    margin-left: 50px;
    margin-bottom: 40px
}

.stat-block>legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333
}

.circle-statistic {
    width: 110px;
    padding-top: 5px;
    height: 110px;
    border: 2px solid #eaecea;
    border-radius: 100%;
    margin-bottom: 20px;
    display: inline-block
}

.circle-top {
    position: relative;
    width: 96px;
    height: 96px;
    background-color: #ae485e;
    border-radius: 100%;
    margin: 0 auto
}

.circle-top span {
    position: absolute;
    top: 22%;
    right: 22%;
    color: white;
    font-size: 34px;
    font-weight: 700
}

.text-circle {
    position: relative
}

.desc-circle {
    position: absolute;
    top: 25%;
    font-size: 17px;
    left: 38%
}

.desc-circle p {
    color: #666
}

@media screen and (max-width:767px) {
    .progs-bar-area {
        display: none
    }
    .stat-block {
        text-align: center
    }
    .stat-block h5 {
        margin-left: 0
    }
    .text-progs {
        margin-left: 0
    }
    .desc-circle {
        position: unset
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .progs-bar-area {
        display: none
    }
    .desc-circle {
        position: unset
    }
    .area-circle {
        margin-top: 0
    }
    .areas-top {
        float: right
    }
}

.progs-bar-area {
    margin-top: 5px;
    padding-top: 20px;
    padding-left: 0;
    overflow: hidden
}

.top-lines {
    width: 340px;
    height: 1px;
    background: #eaecea;
    bottom: 34%;
    left: -2%;
    position: absolute
}

.bottom-line {
    width: 340px;
    height: 1px;
    background: #eaecea;
    top: -36%;
    left: -2%;
    position: absolute
}

.line-around {
    position: absolute;
    border-left: 1px solid #eaecea;
    height: 50px;
    bottom: 34%;
    left: 0%
}

.animation-cards-block {
    padding-bottom: 100px
}

.flex-container {
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around
}

.flex-item {
    width: 210px;
    height: 340px;
    border: 1px solid #EFEFEF;
    text-align: center
}

.inner-item {
    background: #EFEFEF;
    background-image: url(../images/diagonal-pattern.png);
    width: 198px;
    height: 328px;
    margin: 0 auto;
    margin-top: 5px;
    color: white;
    font-weight: 700;
    font-size: 3em;
    text-align: center
}

.circle-curiculum {
    width: 150px;
    padding-top: 3px;
    height: 150px;
    border: 2px solid #d5d8d5;
    border-radius: 100%;
    margin: 0 auto
}

.curiculum-top {
    position: relative;
    width: 140px;
    height: 140px;
    background-color: #ae485e;
    border-radius: 100%;
    margin: 0 auto
}

.text-curriculum {
    position: relative;
    padding-top: 25px
}

.text-circle-mid {
    width: 100px;
    position: absolute;
    top: 15%;
    left: 14%
}

.text-circle-mid h2 {
    font-size: 18px;
    line-height: 25px
}

.text-circle-mid p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px
}

.animation-blocks {
    border: 1px solid;
    padding-bottom: 50px;
    border-color: #ececec
}

.animation-blocks>legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333
}

.blue-arrow {
    bottom: 15%;
    right: 38px;
    width: 615px;
    height: 45px;
    background: #336178;
    position: absolute;
    animation-name: example;
    animation-duration: 2s
}

.blue-arrow h3 {
    text-align: center;
    color: white;
    font-size: 17px;
    margin-top: 12px;
    font-weight: 400
}

.arrow-uc {
    width: 0;
    position: absolute;
    right: -25px;
    top: -28%;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 25px solid #336178
}

@-webkit-keyframes example {
    0% {
        left: 41%;
        width: 0
    }
    100% {
        left: 41%;
        width: 615px
    }
}

.blue-text {
    animation-duration: 3s;
    animation-delay: 5s
}

.blue-text::after {
    border-top: 2px solid #497B92;
    content: '';
    display: table-cell;
    position: absolute;
    top: 21px;
    width: 29%;
    left: 0
}

.blue-text::before {
    border-top: 2px solid #497B92;
    content: '';
    display: table-cell;
    position: absolute;
    top: 21px;
    width: 29%;
    right: 0
}

.flex-items {
    width: 355px;
    height: 460px;
    border: 1px solid #EFEFEF;
    text-align: center
}

.inner-items {
    background: #EFEFEF;
    background-image: url(../images/diagonal-pattern.png);
    width: 341px;
    height: 448px;
    margin: 0 auto;
    margin-top: 5px;
    color: white;
    font-weight: 700;
    font-size: 3em;
    text-align: center
}

.circle-curiculums {
    width: 210px;
    padding-top: 3px;
    height: 210px;
    border: 2px solid #d5d8d5;
    border-radius: 100%;
    margin: 0 auto
}

.curiculum-tops {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #ae485e;
    border-radius: 100%;
    margin: 0 auto
}

.text-curriculums {
    position: relative;
    padding-top: 25px
}

.text-circle-mids {
    width: 140px;
    position: absolute;
    top: 23%;
    left: 14%
}

.text-circle-mids h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700
}

.text-circle-mids p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px
}

.animation-blocks {
    border: 1px solid;
    padding-bottom: 50px;
    border-color: #ececec
}

.animation-blocks>legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333
}

.blue-arrows {
    bottom: 30%;
    right: 40px;
    width: 315px;
    height: 45px;
    background: #336178;
    position: absolute;
    animation-name: examples;
    animation-duration: 2s
}

@-webkit-keyframes examples {
    0% {
        left: 68%;
        width: 0
    }
    100% {
        left: 68%;
        width: 315px
    }
}

.blue-arrows h3 {
    text-align: center;
    color: white;
    font-size: 17px;
    margin-top: 12px;
    font-weight: 400
}

.arrow-ucs {
    width: 0;
    position: absolute;
    right: -25px;
    top: -28%;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 25px solid #336178
}

.blue-texts {
    animation-duration: 3s;
    animation-delay: 5s
}

.blue-texts::after {
    border-top: 2px solid #497B92;
    content: '';
    display: table-cell;
    position: absolute;
    top: 21px;
    width: 12%;
    left: 0
}

.blue-texts::before {
    border-top: 2px solid #497B92;
    content: '';
    display: table-cell;
    position: absolute;
    top: 21px;
    width: 12%;
    right: 0
}

.blue-arrowz {
    bottom: 12%;
    right: 40px;
    width: 315px;
    height: 45px;
    background: #336178;
    position: absolute;
    animation-name: examplez;
    animation-duration: 2s
}

@-webkit-keyframes examplez {
    0% {
        left: 68%;
        width: 0
    }
    100% {
        left: 68%;
        width: 315px
    }
}

.blue-arrowz h3 {
    text-align: center;
    color: white;
    font-size: 17px;
    margin-top: 12px;
    font-weight: 400
}

.arrow-ucz {
    width: 0;
    position: absolute;
    right: -25px;
    top: -28%;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 25px solid #336178
}

.blue-textz {
    animation-duration: 3s;
    animation-delay: 5s
}

.blue-textz::after {
    border-top: 2px solid #497B92;
    content: '';
    display: table-cell;
    position: absolute;
    top: 21px;
    width: 12%;
    left: 0
}

.blue-textz::before {
    border-top: 2px solid #497B92;
    content: '';
    display: table-cell;
    position: absolute;
    top: 21px;
    width: 12%;
    right: 0
}

@media screen and (max-width:1200px) {
    .blue-arrow {
        display: none
    }
    .blue-arrows {
        display: none
    }
    .blue-arrowz {
        display: none
    }
    .flex-item {
        margin-bottom: 30px
    }
    .flex-items {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .flex-items {
        width: 233px
    }
    .inner-items {
        width: 221px
    }
    .curiculum-tops {
        width: 170px;
        height: 170px
    }
    .circle-curiculums {
        width: 180px;
        height: 180px
    }
    .text-circle-mids {
        left: 10%
    }
    .text-circle-mids h2 {
        font-size: 18px
    }
    .text-circle-mids p {
        font-size: 16px
    }
}

.image-chart {
    text-align: center
}

.image-chart img {
    width: 75%
}

.image-chart p {
    font-size: 16px;
    font-style: italic;
    color: #666;
    margin-top: 40px
}

@media screen and (max-width:767px) {
    .image-chart img {
        width: 95%
    }
}

.content-border {
    border: 1px solid #ececec
}

.bottom-textarea {
    margin-top: 50px
}

.skill {
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 0
}

.skill .progress .lead {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 10px;
    position: absolute;
    top: 4px;
    z-index: 99;
    font-family: "Open Sans", "Sans Serif"
}

.skill .progress {
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    position: relative
}

.skill .progress-bar span {
    background: #333 none repeat scroll 0 0;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: -26px;
    position: relative;
    padding: 0 5px
}

.skill .progress-bar>span:before,
.skill .progress-bar>span:after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0
}

.skill .progress-bar>span:before {
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px
}

.progress-bar {
    background: #336178 !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 15px
}

.panel.panel-news .panel-body .date {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    color: white;
    background-color: rgba(174, 72, 94, .8)
}

.center1-cont p {
    width: 620px
}

@media screen and (max-width:1200px) {
    .center1-cont p {
        width: auto
    }
}

.aligner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    margin-top: 20px;
}

.aligner-item {
    max-width: 50%;
    max-height: 200px;
}

.aligners {
    padding: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    align-items: center;
    justify-content: space-around
}

.aligner-items {
    width: 370px
}

.btn-search label {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%
}

.header-wrapper .main-navbar .navbar-nav .active-input .form-control {
    width: 250px
}

#navbar-search.open input[type="text"] {
    width: 250px;
    padding-left: 12px;
    padding-right: 20px;
}

@media (min-width:768px) and (max-width:991px) {
    #navbar-search.open input[type="text"] {
        width: 120px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #navbar-search.open input[type="text"] {
        width: 130px
    }
}

.s-null {
    font-weight: 700;
    font-size: 18px;
    color: #999;
    line-height: 20px;
    padding-top: 20px
}

.perc {
    position: absolute;
    top: 28%;
    left: 21%;
    color: white;
    font-size: 24px
}

#header-wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
    float: left;
    width: 100%;
    margin-bottom: 108px
}
.cav_footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media screen and (min-width:0) and (max-width:768px) {
    #header-wrap {
        display: flex;
        flex-direction: column;
        height: inherit;
        float: left;
        width: 100%;
        margin-bottom: 50px
    }
}

.lang {
    cursor: default;
    text-decoration: none !important
}

.bais-cont table tr:first-child {
    width: 70px;
}

.spia-table table thead th:nth-child(3) {
    width: 80px;
}

@media (max-width:1024px) {
    section.home-wrapper .home-cultivate .h1-title {
        margin-top: 0px !important;
    }
}

.spia-table table thead th:last-child {
    width: 100px;
    text-align: center
}

@media screen and (max-width:767px) {
    .aligner {
        flex-direction: column;
    }
    .aligner-item {
        max-width: 100% !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .border-text {
        width: 85% !important;
    }
    .border-text h1 {
        font-size: 13px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .border-text {
        width: 88% !important;
    }
    .border-text h1 {
        font-size: 19px !important;
    }
}

@media screen and (min-width:1201px) {
    .border-text h1 {
        font-size: 21px !important;
    }
}

@media screen and (max-width:767px) {
    .content-border {
        margin-bottom: 30px !important;
        width: 280px !important;
        margin: 0 auto;
    }
    .border-text {
        width: initial !important;
    }
    .border-text h1 {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 1200px),
screen and (max-height: 700px) {
    .YouTubePopUp-Content iframe {
        /* max-width: 100% !important;
        width: 100% !important; */
        display: block !important;
        height: 400px;
        border: none !important;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        max-width: 60.6% !important;
        width: 60.6% !important;
        max-width: 711px !important;
        left: 50%;
        transform: translateX(-50%);
    }
    .YouTubePopUp-Close {
        position: absolute;
        top: -60px;
        cursor: pointer;
        bottom: 375px !important;
        right: 0;
        margin: auto 0;
        width: 16px;
        height: 16px;
        background: url(../images/close.svg) no-repeat;
        background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
    }
}

@media screen and (min-width:801px) and (max-width:1100px) {
    .YouTubePopUp-Content iframe {
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
        /* height: 300px; */
        height: 500px;
        border: none !important;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .YouTubePopUp-Close {
        position: absolute;
        top: -60px;
        cursor: pointer;
        bottom: 258px !important;
        right: 0;
        margin: auto 0;
        width: 16px;
        height: 16px;
        background: url(../images/close.svg) no-repeat;
        background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px
    }
}

@media screen and (min-width:601px) and (max-width:800px) {
    .YouTubePopUp-Content iframe {
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
        /* height: 230px; */
        height: 375px;
        border: none !important;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .YouTubePopUp-Close {
        position: absolute;
        top: -60px;
        cursor: pointer;
        bottom: 190px !important;
        right: 0;
        margin: auto 0;
        width: 16px;
        height: 16px;
        background: url(../images/close.svg) no-repeat;
        background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px
    }
}

@media all and (max-width:600px) and (min-width:10px) {
    .YouTubePopUp-Content iframe {
        height: 240px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .YouTubePopUp-Close {
        bottom: 210px
    }
}

@media all and (max-width:480px) and (min-width:10px) {
    .YouTubePopUp-Content iframe {
        height: 220px !important
    }
    .YouTubePopUp-Close {
        bottom: 200px
    }
}

.mobile-screen-photo {
    display: none;
}

@media screen and (max-width:1200px) {
    .mobile-screen-photo {
        display: block;
    }
    .flex-container {
        display: none;
    }
    .progs-bar-area {
        display: none;
    }
    .text-progs {
        display: none;
    }
    .areas-top {
        display: none;
    }
    .stat-block h5 {
        display: none;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .perc {
        position: absolute !important;
        top: 23% !important;
        left: 26% !important;
        color: white;
        font-size: 24px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .perc {
        position: absolute;
        top: 23%;
        left: 35%;
        color: white;
        font-size: 24px;
    }
}

@media screen and (min-width:500px) and (max-width:767px) {
    .perc {
        position: absolute;
        top: 23%;
        left: 54%;
        color: white;
        font-size: 24px;
    }
}

@media screen and (max-width:499px) {
    .perc {
        position: absolute;
        top: 24%;
        left: 58%;
        color: white;
        font-size: 24px;
    }
}

.admission-table h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: #336178;
}

@media screen and (max-width:767px) {
    .blocks-sys {
        flex-direction: column;
    }
}

.blocks-sys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    margin-top: 20px
}

.block-item {
    width: 210px;
}

.spia-table ul {
    margin: 0 !important;
}

.spia-table ul li {
    list-style: none;
    line-height: 20px;
    font-size: 16px;
    color: #336178;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.spia-table ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

.spia-table .courses li {
    height: 70px;
    line-height: 20px;
}

.spia-table .courses {
    text-align: inherit !important;
}

.spia-table .ects li {
    color: #333333;
    font-size: 18px;
    height: 70px;
    line-height: 25px;
    text-align: center;
}

.border-text {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    margin: 10px 10px;
    width: 90%
}

.border-text h1 {
    font-size: 24px !important;
    color: white !important;
    margin-bottom: 0px !important;
    padding-top: 44px;
    width: 90%;
    margin: 0 auto;
    font-weight: 500 !important;
}

.establish-cont {
    position: relative;
}

.navigation-bar {
    position: absolute;
    top: 0;
    right: 0;
}

.navigation-bar a:hover {
    color: #336178;
    transition: all .3s;
}

.navigation-bar i {
    font-size: 16px;
}

.navigation-bar a {
    font-size: 14px;
    color: rgb(153, 153, 153) !important;
    text-decoration: none;
    display: inline-block;
    padding: 2px 8px;
    transition: all .3s;
}

.campus_details_area {
    padding-top: 70px;
}

.campus_details_area .image img {
    width: 100%;
    height: 164px;
}

.campus_details_area .block_campus {
    margin-bottom: 40px;
    height: 230px;
}

.campus_details_area .image-desc {
    margin-top: 10px;
}

.campus_details_area a {
    text-decoration: none;
}

.campus_details_area .image-desc p {
    color: #336178;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    line-height: 22px;
}

.campus_details_area .image-desc a {
    color: #336178;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    line-height: 22px;
}

.desc-title {
    color: #336178 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
}

.spia-table img {
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .block-item {
        width: inherit !important;
    }
}

.c_item {
    margin-top: 50px;
}

.c_item .photo {
    width: 90px;
    height: 90px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c_item h4 {
    padding-left: 20px;
    display: inline-block;
    font-size: 20px !important;
    color: rgb(51, 97, 120) !important;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1 !important;
    margin-bottom: 0px !important;
}

.c_item:hover h4 {
    color: rgb(73, 122, 147) !important;
}

.c_item span {
    margin-top: 10px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    line-height: 1;
}

.c_back {
    height: 400px;
    background-image: url(./frq-templates/assets/content_img/back_1.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    margin-top: 10px;
}

.photo_two {
    margin-bottom: 30px;
}

.photo_two img {
    width: 100%;
}

.mrb_0 {
    margin-bottom: 0 !important;
}

.campus_sec {
}

.campus_sec .item {
    margin-bottom: 50px;
}

.campus_sec .item .title h1 {
    font-size: 30px;
    line-height: 36px;
    color: #ae485e;
    font-weight: 700;
    margin-bottom: 30px;
}

.campus_sec .item .photo {
    position: relative;
}

.campus_sec .item .photo img {
    width: 100%;
}

.campus_sec .item .photo .absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(51, 97, 119, .6);
    transition: all 1s;
}

.margin-top-50 {
    margin-top: 50px;
}

.campus_sec .item .photo .desc {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
    width: 96%;
    height: 96%;
}

.campus_sec .item .photo .desc p {
    position: absolute;
    font-family: "dinpro";
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    transition: all .4s;
}

.campus_sec .item .hover:hover .absolute {
    opacity: 1;
}

.campus_sec .item .hover:hover .desc {
    opacity: 1;
}

.ada_list {
    margin-top: 50px;
    text-align: center;
}

.ada_list .list_ul li {
    display: block;
    margin-bottom: 30px;
}

.ada_list .list_ul li a {
    font-size: 30px;
    font-weight: 700;
}

.campus_det_2 img {
    width: 100%;
}

.campus_det_2 .photo {
    margin: 20px 0;
}

.campus_det_2 .view_con {
    background-color: #e5e5e5;
    padding: 30px 0;
    margin-bottom: 110px;
}

.campus_det_2 .view_con a {
    padding: 10px;
    background-color: white;
    border: 1px solid #999999;
    font-size: 14px;
    color: rgb(102, 102, 102);
    text-decoration: none;
}

.campus_det_2 .view_con a i {
    margin-right: 6px;
}

.establish-cont {
    position: relative;
}

.navigation-bar {
    position: absolute;
    top: 0;
    right: 0;
}

.navigation-bar a:hover {
    color: #336178 !important;
}

.navigation-bar i {
    font-size: 16px;
}

.navigation-bar a {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}

.campus_det_2 .ca_item {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    overflow: hidden;
    width: 49.3%;
    margin-right: 1%;
}

.campus_det_2 .ca_item:nth-child(1) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(4) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(7) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(10) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(13) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(16) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(19) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(22) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(25) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(28) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(31) {
    width: 100%;
}

.campus_det_2 .ca_item:nth-child(3) {
    margin-right: 0;
}

.campus_det_2 .ca_item:nth-child(6) {
    margin-right: 0;
}

.campus_det_2 .ca_item:nth-child(9) {
    margin-right: 0;
}

.campus_det_2 .ca_item:nth-child(12) {
    margin-right: 0;
}

.campus_det_2 .ca_item:nth-child(15) {
    margin-right: 0;
}

.campus_det_2 .ca_item:nth-child(18) {
    margin-right: 0;
}

.campus_det_2 .ca_item:nth-child(21) {
    margin-right: 0;
}

.campus_det_2 .ca_item:nth-child(24) {
    margin-right: 0;
}

.campus_det_2 .ca_item:nth-child(27) {
    margin-right: 0;
}

.campus_det_2 .ca_item:nth-child(30) {
    margin-right: 0;
}

.campus_det_2 .ca_item .c_video {
    background: rgba(0, 0, 0, 0.5) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}
.c_frime{
    display: block;
    background: url('../content_img/360-icon.png') no-repeat top center;
    color: #b05265 !important;
    font-weight: bold;
    padding-top: 30px;
    text-decoration: none !important;
    margin-top:30px;
    text-align: center;
}
.c_border:before{
    content: '';
    display: block;
    width: 170px;
    height: 1px;
    background: #ddd;
    margin: 45px auto 40px;
}
.c_border:after{
    content: '';
    display: block;
    width: 170px;
    height: 1px;
    background: #ddd;
    margin: 45px auto 40px;
}
.campus_det_2 .ca_item .c_video .but{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    border-radius: 100%;
    text-align: center;
    font-size: 36px;
    color: white;
    border: 2px solid white;
    margin: 0 auto;
    padding: 16px 0 10px 10px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.campus_det_2 .ca_item .c_video .but:hover{
    background-color: #ae485e;
}

.campus_det_2 .ca_item .tour {
    background: rgba(0, 0, 0, 0.5) url('../content_img/p360.png') no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.campus_det_2 .ca_item iframe{
    background: rgba(0,0,0, 0.5) url('../content_img/loading360-en.png') no-repeat center center;
    position: absolute;
    border: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.campus_details_area {
    padding-top: 70px;
}

.campus_details_area .image img {
    width: 100%;
    height: 164px;
}

.campus_details_area .block_campus {
    margin-bottom: 40px;
    height: 230px;
}

.campus_details_area .block_campus:hover p {
    color: rgb(73, 122, 147);
}

.campus_details_area .image-desc {
    margin-top: 10px;
}

.campus_details_area .image-desc a {
    color: #336178;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    line-height: 22px;
}

.campus_details_area .image-desc a:hover {
    color: rgb(73, 122, 147);
}

.desc-title {
    color: #336178 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
}

.spia-table img {
    margin-bottom: 30px;
}

.c_table table thead th {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: rgb(174, 72, 94);
    font-weight: 700px;
    border-right: 20px solid white;
    border-bottom: 3px solid #ccc;
}

.c_table table thead th:first-child {
    border-right: 20px solid white;
}

.c_table table thead th:last-child {
    border-right: 0px solid white;
}

.c_table table tbody tr td {
    border: 0;
    padding: 0;
    font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    height: 40px;
    padding-top: 1px !important;
    vertical-align: inherit;
}

.m {
    background-color: #f5b5c3;
    padding: 5px;
}

.ge {
    background-color: #95cdeb;
    padding: 5px;
}

.en_color {
    background-color: #ffd37d;
    padding: 5px;
}

.back_col {
    background-color: #f5f5f5;
}

.fe {
    padding: 5px;
    background-color: #95e389;
}

.bold {
    font-size: 16px;
    line-height: 30px;
    color: rgb(51, 51, 51);
    font-weight: 700 !important;
}

.te {
    background-color: #bbcccf;
    padding: 5px;
}

.eapp {
    background-color: #ffd37d;
    padding: 5px;
}

.p_5 {
    padding: 5px;
}

.pad_righ_10 {
    padding-right: 10px !important;
}

.pad-left_1 {
    padding-left: 1px !important;
}

.pad-left_20 {
    padding-left: 20px !important;
}

.c_desc p {
    font-size: 24px;
    line-height: 36px;
    color: rgb(51, 97, 120);
    font-weight: 700;
}

.c_desc span {
    font-size: 18px;
    line-height: 26px;
    color: rgb(51, 51, 51);
}

.c_p {
    margin-top: 60px;
    font-size: 24px ! important;
    line-height: 36px ! important;
    color: rgb(51, 97, 120) ! important;
    font-weight: 700 ! important;
}

@media screen and (max-width:991px) {
    .c_item {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .margin-top-50 {
        margin-top: 0 !important;
    }
    .campus_sec .item .title h1 {
        font-size: 24px !important;
    }
    .campus_sec {
        margin-bottom: 70px !important;
        margin-top: 30px !important;
    }
    .campus_sec .item .photo .absolute {
        opacity: 1;
    }
    .campus_sec .item .photo .desc {
        opacity: 1;
    }
    .photo_two {
        padding: 26px 0;
    }
    .photo_two .photo {
        margin-top: 30px;
    }
}
@media screen and (max-width:991px) and (min-width:767px){
    .campus_det_2 .ca_item{
        margin-right: .9%;
    }
}
@media screen and  (max-width:767px){
    .navigation-bar{
        position:inherit !important;
        text-align:center;
    }
    .campus_det_2 .ca_item{
        margin-right: .6%;
    }
}
@media screen and  (max-width:470px){
    .campus_det_2 .ca_item{
        width: 100%;
    }
}

@media screen and (max-width:400px) {
    .campus_sec .item .photo .desc p {
        width: 200px;
    }
}

.margin_0{
    margin-bottom:0!important;
}

.public_affaris th:last-child {
    border-right:0;
    }

    .public_affaris th:nth-child(2) {
        border-right: 15px solid white;
        }

        .public_affaris td:last-child{
            padding-right: 0;
            padding-left: 0;
        }



/*-------01.08.18------*/
.spia-table table thead th:first-child {
    width: 180px;
    max-width: 180px;
}
.spia-table table thead th:nth-child(3) {
    width: auto;
}
.spia-table .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-left: 0;
}
.spia-table .panel-default>.panel-heading {
    background-color: transparent;
    padding-left: 0;
}
.spia-table .panel-default>.panel-heading .panel-title a {
    font-size: 20px;
    line-height: 30px;
    color: rgb(51, 97, 120);
    font-weight: 700;
    margin-bottom: 23px;
    padding-top: 16px;
    text-decoration: none;
    position:relative;
}
.spia-table .panel-default>.panel-heading .panel-title a span {
	display: block;
    position:relative;
    padding-left: 33px;
}
.spia-table .panel-default>.panel-heading .panel-title a span:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 20px;
    color: rgb(51, 97, 120);
    line-height: 1.5;
    position:absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.spia-table .panel-default>.panel-heading.show .panel-title a span:before {
    content: "\f107";
}
.spia-table .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0
}
.spia-table .panel-group {
    margin-top: -40px;
}
@media(max-width: 767px) {
    .spia-table .panel-group {
        margin-top: 0px;
        float: left;
        width: 100%;
    }
}
.spia-table table thead th {
    border-right-width: 15px;
}
.spia-table table tbody td li , .spia-table table tbody tr td:not(:first-child) {
    padding-left:0;
    padding-right: 0;
}
.spia-table table tbody td li span {
    padding:0 30px;
    float: left;
    width: 100%;
}
/* .spia-table table tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}
.spia-table table tbody tr:nth-child(odd) {
    background-color: #fafafa;
} */
.spia-table table tbody tr:nth-child(even) {
    background-color: #F5F5F5;
}
.spia-table table tbody tr:nth-child(odd) {
    background-color: #fff;
}
.spia-table table tbody tr:first-child td {
    padding-top: 25px;
}


.ge {
    background-color: #acc9d8;
}
.en:not(.anthem-title) {
    background-color: #a0df9e;
    padding: 5px;
}
.m {
    background-color: #eda4a4;
}
.fe {
    background-color: #d7b195;
}
.te {
    background-color: #f4d488;
}
.is {
    background-color: #d7bee3;
    padding: 5px;
}
.c_table tbody tr {
    background-color: #fcfcfc;
}
.c_table tbody tr.back_col {
    background-color: #f5f5f5;
}
.c_table table thead th span {
    border-bottom: 3px solid #ccc;
    padding-bottom: 8px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.c_table table thead th {
    padding-bottom: 0;
    padding-right: 20px;
    border: 0 !important;
    padding-left: 0;
}
.c_table table thead tr th:last-child {
   padding-right: 0;
}
.c_table table tbody tr td {
    padding-top:0 !important;
    border-bottom: 1px solid #e5e5e5;
}
.c_table table tbody tr td.no-border {
    border-bottom-color: transparent;
}
.c_table table tbody tr.no-border td {
    border-bottom-color: transparent;
}
.c_p {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.spia-table .courses li , .spia-table .ects li {
    height: 50px;
}
@media(max-width: 1199px) and (min-width: 768px) {
    .spia-table .courses li , .spia-table .ects li {
        height: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
/* .spia-table td {
    padding-top: 0 !important;
}   */

.education_model table td {
    text-align: center;
    border:2px solid #fff;
    background-color: #afddf4;
    height: 40px;
    font-size: 13px;
    color: rgb(51, 51, 51);
    width: 60px;
    line-height: 1.2;
    outline: 1px solid #a0d6f1;
    outline-offset: -2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.education_model table td.empty {
    background-color: #fff;
    outline-color: #fff;
}
.education_model table td.credits {
    background-color: #f5f5f5;
    outline-color: #ebebeb;
}
.education_model table td.year {
    font-size: 16px;
}
.education_model table caption {
    font-size: 16px;
    color: rgb(254, 254, 254);
    text-align: center;
    height: 60px;
    line-height: 44px;
    border:2px solid #fff;
    border-bottom: 0;
    background-color: #ae485e;
}
.education_model table {
    width: 100%;
    float: left;
}
.description h4 {
    text-align: center;
    font-size: 16px !important;
    color: #ae485e;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    line-height: 1.2 !important;
    height: 40px;
}
.description p {
    border-bottom: 3px solid rgb(204, 204, 204);
    text-align: center !important;
    line-height: 1.2 !important;
    font-size: 16px !important;
    min-height: 70px;
    padding-bottom: 10px;
}
.education_model .table-first , .education_model .table-second , .education_model .table-third {
    padding-left:60px;
}
.education_model .table-first {
    margin-left: -20px;
    padding-right: 0;
}
.education_model .table-second {
    padding-right: 0;
    position:relative;
}
.education_model .table-third {
    position:relative;
}
.education_model .table-second:before , .education_model .table-third:before {
    position:absolute;
    top: 10px;
    left: 10px;
    content: url(../images/arrow.png)
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin-left: -30px !important;
}
.description {
    float: left;
    width: 100%;
}
.description-first {
    padding: 40px 20px 50px 40px;
}
.description-second {
    padding: 40px 20px 50px 60px;
}
@media(max-width: 1199px) and (min-width: 992px) {
    .description p {
        min-height: 90px;
    }
    .description h4 {
        margin-bottom: 15px !important;
        height: 40px;
        box-sizing: content-box;
    }
    .education_model table td {
        height: 50px;
    }
}
@media(max-width: 991px) {
    .no-padding {
        padding: 10px !important;
    }
    .no-margin {
        margin-left: -10px !important;
    }
    .education_model .table-first {
        margin-left: 0;
    }
    .education_model .table-first , .education_model .table-second , .education_model .table-third {
        padding-left:10px;
        padding-right: 10px;
    }
    .education_model .table-second:before , .education_model .table-third:before {
        display: none;
    }
    .description {
        padding: 10px 10px 20px !important;
    }
    .description p {
        height: auto !important;
    }
    .education_model table {
        margin-bottom: 30px;
    }
}

section.academic-wrapper.spia_schools-section .events-btn-block.btn-c2 ul li:first-child {
    border-right: 1px solid rgb(204, 204, 204);
}


@media(min-width: 992px) {
    .header-wrapper {
        position: fixed;
        top: 0;
        height: auto;
        max-height: 160px;
        width: 100%;
        float: left;
        left: 0;
        z-index: 15;
        background-color: #fff;
    }
    .header-wrapper .container>.navbar-header {
        max-height: 120px;
        transition: 0.5s;
    }
    .header-wrapper .top-navbar .navbar-nav:first-child {
        margin-top: 0px;
        height: 120px;
        transition: 0.5s;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .header-wrapper .top-navbar .navbar-brand {
        margin-bottom: 6px;
        transition: 0.5s;
    }
    .header-wrapper .navbar-brand>img {
        transition: 0.82s;
    }
    body {
        padding-top: 160px;
    }
    .onlyprint {
        margin-top: -160px;
    }
    .header-wrapper.fixed .container>.navbar-header {
        max-height: 76px;
        transition: 0.5s;
    }
    .header-wrapper.fixed .top-navbar .navbar-brand {
        margin-top: 14px;
        margin-bottom: 4px;
        transition: 0.5s;
    }
    .header-wrapper.fixed .navbar-brand>img {
        width: 80px !important;
        transition: 0.5s;
    }
    .header-wrapper.fixed .top-navbar .navbar-nav:first-child {
        transition: 0.5s;
        height: 76px;
    }
}

.school-indicators {
    margin-bottom: 20px;
    margin-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.school-indicators .school-col .school-item:first-child {
    color: #ae485e;
}
.school-indicators .school-col .school-item:last-child {
    color: #336178;
}
.school-item {
    text-align: center;
    font-size: 20px;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.school-col {
    width: 21.5%;
}
@media(max-width: 1200px) {
    .school-col {
        width: 30%;
    }
}
@media(max-width: 767px) {
    .school-indicators {
        flex-wrap: wrap;
    }
    .school-col {
        width: 100%;
    }
}
.school-item img {
    margin-bottom: 5px;
}

.iframe360pano {
    float: right;
    width: 49.7%;
    margin-bottom: 12px;
}

@media(max-width: 992px) {
    .iframe360pano iframe {
        max-height: 240px;
    }
}
@media(max-width: 767px) {
    .iframe360pano {
        width: 100%;
        margin-bottom: 20px;
    }
    .iframe360pano iframe {
        max-height: 250px;
    }
}

#member-detail {
    margin-top: -160px;
    padding-top: 210px;
    float: left;
    width: 100%;
}



/*-------------------------*/

@font-face {
  font-family: 'MaterialIcons';
  src: url("../fonts/MaterialIcons/MaterialIcons-Regular.eot");
  src: url("../fonts/MaterialIcons/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MaterialIcons/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons/MaterialIcons-Regular.ttf") format("truetype"), url("../fonts/MaterialIcons/MaterialIcons-Regular.svg#MaterialIcons-Regular") format("svg");
  font-weight: 400; }

.material-icons {
    font-family: 'MaterialIcons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';

    //Support for all WebKit browsers.
    -webkit-font-smoothing: antialiased;
    //Support for Safari and Chrome.
    text-rendering: optimizeLegibility;

    //Support for Firefox.
    -moz-osx-font-smoothing: grayscale;

    //Support for IE.
    font-feature-settings: 'liga';
}

.slider-popover {
    position: absolute;
    left: 50%;
    bottom: 130px;
    transform: translateX(-50%);
    border: 0;
    box-shadow: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    padding: 0; 
    text-align: center;
    line-height: 40px;
    color: #999999;
}
.slider-popover:hover , .slider-popover:focus {
    color: #999999;
    background-color: rgba(255, 255, 255, 1);
}
#popover-content {
    display: none;
}
#hero-video {
    position: relative;
    width: 100%;
    float: left;
}
.popover {
    border-radius: 0;
    border: 0;
    max-width: 390px;
}
.popover.top {
    margin-top: -18px;
}
.popover-inner {
    padding: 10px 6px 20px;
    position: relative;
}
.popover-inner h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 90%;
}
.popover-inner , .popover-inner p {
    font-size: 15px;
    font-family: "DINPro";
    color: rgb(77, 77, 77);
    line-height: 1.2;
}
.popover-inner i {
    color: #999999;
    position: absolute;
    top: 0px;
    right: -5px;
    cursor: pointer;
}


@media(max-width: 991px) {
    .nav-group-fixed.down .anchor-nav {
        display: none;
    }
}

@media(max-width: 767px) {
    .header-wrapper .top-navbar .navbar-collapse.collapse.in , .header-wrapper .top-navbar .navbar-collapse.collapsing {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .header-wrapper .top-navbar .navbar-nav-main {
        width: 100%;
        order: 1;
        padding-bottom: 10px;
    }
    .header-wrapper .top-navbar .navbar-nav-main>li>a {
        padding-right: 0;
        text-align: center;
        position: relative;
    }
    .header-wrapper .top-navbar .navbar-nav-main>li>a .fa-angle-down {
        position: absolute;
        right: 20px;
        line-height: 45px;
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form {
        border-top: 0;
    }
    .header-wrapper .top-navbar .navbar-nav-main .main-hover-menu a {
        text-align: center;
        padding-right: 0;
    }
    .header-wrapper .top-navbar .navbar-nav-main>li.open>a, .header-wrapper .top-navbar .navbar-nav-main>li.open>a:focus, .header-wrapper .top-navbar .navbar-nav-main>li.open>a:hover , .header-wrapper .top-navbar .navbar-nav-main>li:hover, .header-wrapper .top-navbar .navbar-nav-main>li:active, .header-wrapper .top-navbar .navbar-nav-main>li:focus {
        background-color: #336178;
    }
    .header-wrapper .top-navbar .navbar-nav-main.visible-xs {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        flex-wrap: wrap;
    }
    .header-wrapper .top-navbar .navbar-nav-main>li {
        width: 100%;
        order: 2;
    }
    .header-wrapper .top-navbar .navbar-nav-main>li:last-child {
        order: 1;
        margin-bottom: 15px;
    }
    .header-wrapper .top-navbar .navbar-nav-main>li>.dropdown-menu {
        padding-bottom: 5px;
    }
    .header-wrapper .top-navbar .navbar-nav-main .navbar-form .btn-search {
        width: auto;
        margin-right: 0;
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav {
        width: 100%;
        order: 2;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav a {
        text-align: center;
        padding-left: 0;
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav .btn-header {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav li:last-child {
        padding: 5px 20px;
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav li {
        width: 100%;
        order: 1;
    }
    .header-wrapper .top-navbar .navbar-collapse .navbar-nav li:nth-last-child(2) {
        order: 2
    }
    .slider-popover {
        display: none;
    }
}


/*-------- honorary -------*/
    
.about-honorary {
    margin-top: 60px;
    overflow: hidden
}

@media (max-width:767px) {
    .about-honorary {
        margin-top: 35px
    }
}

.about-honorary img.left {
    width: 500px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px
}

.about-honorary img.right {
    width: 500px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:991px) {
    .about-honorary img.left {
        width: 400px
    }
    .about-honorary img.right {
        width: 400px
    }
}

@media (max-width:767px) {
    .about-honorary img.left {
        width: 280px
    }
    .about-honorary img.right {
        width: 280px
    }
}

@media screen and (max-width:520px) {
    .about-honorary img.left {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 15px auto
    }
    .about-honorary img.right {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 15px auto
    }
}

.partners-block{padding:10px 0 50px;}
.partners-government{}
.partners-corporate{}
.partners-block .partners-item{float:left;width:16.666%;padding:15px 30px;text-align:center;}
.partners-asep .partners-item{width:100%;}
@media (max-width:1200px){
	.partners-block .partners-item{width:16.666%;}
	.partners-asep .partners-item{width:100%;}
}
@media (max-width:991px){
	.partners-block .partners-item{width:20%;}
	.partners-asep .partners-item{width:100%;}
}
@media (max-width:750px){
	.partners-block .partners-item{width:100%;}
	.partners-asep .partners-item{width:100%;}
}
.partners-block .partners-item img{max-width:100%;}
.program-i{}
.program-i a{color:#336178;font-size:22px;}
.program-i a:hover{color:#336178;}

#block-113 p,
#block-114 p{text-align:left;}

section.future-wrapper.no-justify div[class*="-cont"] p{text-align:left;}


.exed-stat-item{min-height:130px;}

.exed-adapimg-cont{}
.exed-adapimg-cont h1.title-centered{text-align:center;}
.exed-adapimg-cont .exed-adapimg{text-align:center;}
.exed-adapimg-cont .exed-adapimg img{max-width:100%;}
.exed-adapimg-cont .exed-img-desktop{display:block;}
.exed-adapimg-cont .exed-img-mobile{display:none;}
@media (max-width:550px){
	.exed-adapimg-cont .exed-img-desktop{display:none;}
	.exed-adapimg-cont .exed-img-mobile{display:block;}
}

section.future-wrapper .inquire-single-box{margin-bottom:0;}

.program-list{padding-bottom:20px;}
section.future-wrapper .program-list h4.panel-title{margin-bottom:10px;padding-top:10px;}

.faq-list{padding-bottom:20px;}
section.future-wrapper .faq-list h4.panel-title{margin-bottom:10px;padding-top:10px;}

.usg-gsg-titles ul{list-style-type:none;}
.usg-gsg-titles ul li{}

.usg-gsg-titles .panel-desktop li.active .panel-title span{background-color:#ae485e;}
.usg-gsg-titles .panel-group .panel.active .panel-title.collapsed span{background-color:#ae485e;}

.members-list:after{content:' ';height:0;font-size:0;visibility:hidden;display:block;clear:both;}
.members-list .members-item{padding:10px;width:33.3%;float:left;}
.members-list .members-item img{max-width:100%;}
.members-list .members-item .members-info{min-height:160px;}
@media (max-width:840px){
	.members-list .members-item{width:50%;}
}
@media (max-width:560px){
	.members-list .members-item{width:100%;float:none;}
}




.events-btn-block ul li a.social-btn{width:auto!important;height:auto!important;border:0;background:transparent;display:inline-block;margin:0 10px;}

.events-btn-block ul.list-inline{margin-left:0!important;}



.faculty-container{}
.faculty-container .sub-text-box{display:flex;flex-wrap:wrap;}
.faculty-container .sub-text-box > [class*='col-']{display:flex;flex-direction:column;}
@media (max-width:768px){
	.no-padding-sm-xs{padding:0;}
}
.media.media-special-person{
overflow: inherit;
}


