/**
 * @company CREASANT DIGITAL
 * @project HKUST GRAPHIC IDENTITY
 * @author  Jimmy LAU <jimmylau@creasant.com>
 * @version 2.0.1
 * @since   2018-06-20
 */

@charset "UTF-8";
html {
    box-sizing: border-box;
    font-size: 15px
}

*,
:after,
:before {
    box-sizing: inherit
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #036
}

p {
    text-indent: 0;
    direction: ltr
}

b,
strong {
    font-weight: 700
}

.asterisk:before {
    content: "*"
}

.black {
    color: #333
}

.white {
    color: #fff
}

.grey {
    color: #929292
}

.red {
    color: #9c0000
}

.yellow {
    color: #c90
}

.blue {
    color: #036
}

.lblue {
    color: #ceebfc
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a.underline:hover {
    text-decoration: underline
}

.btn {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn.active,
.btn:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

::-moz-selection {
    color: #fff;
    background: #036
}

::selection {
    color: #fff;
    background: #036
}

.page-content {
    min-width: 320px
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.page-title,
.section-content,
.section-title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

a {
    color: #9c0000;
    text-decoration: underline
}

.form,
form {
    width: 100%
}

.f1 {
    width: 8.33333%
}

@media only screen and (max-width:640px) {
    .f1 {
        width: 100%
    }
}

.f2 {
    width: 16.66667%
}

@media only screen and (max-width:640px) {
    .f2 {
        width: 100%
    }
}

.f3 {
    width: 25%
}

@media only screen and (max-width:640px) {
    .f3 {
        width: 100%
    }
}

.f4 {
    width: 33.33333%
}

@media only screen and (max-width:640px) {
    .f4 {
        width: 100%
    }
}

.f5 {
    width: 41.66667%
}

@media only screen and (max-width:640px) {
    .f5 {
        width: 100%
    }
}

.f6 {
    width: 50%
}

@media only screen and (max-width:640px) {
    .f6 {
        width: 100%
    }
}

.f7 {
    width: 58.33333%
}

@media only screen and (max-width:640px) {
    .f7 {
        width: 100%
    }
}

.f8 {
    width: 66.66667%
}

@media only screen and (max-width:640px) {
    .f8 {
        width: 100%
    }
}

.f9 {
    width: 75%
}

@media only screen and (max-width:640px) {
    .f9 {
        width: 100%
    }
}

.f10 {
    width: 83.33333%
}

@media only screen and (max-width:640px) {
    .f10 {
        width: 100%
    }
}

.f11 {
    width: 91.66667%
}

@media only screen and (max-width:640px) {
    .f11 {
        width: 100%
    }
}

.f12 {
    width: 100%
}

@media only screen and (max-width:640px) {
    .f12 {
        width: 100%
    }
}

.form-row {
    margin: 0 0 20px
}

.form-row:after,
.form-row:before {
    content: "";
    display: table;
    line-height: 0
}

.form-row:after {
    clear: both
}

.form-col {
    float: left
}

.form-action {
    text-align: center
}

input,
textarea {
    width: 100%;
    background: #333;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c90;
    font-style: italic
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c90;
    font-style: italic
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c90;
    font-style: italic
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c90;
    font-style: italic
}

input:focus,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 51, 102, .1);
    -moz-box-shadow: 0 0 5px rgba(0, 51, 102, .1);
    -ms-box-shadow: 0 0 5px rgba(0, 51, 102, .1);
    -o-box-shadow: 0 0 5px rgba(0, 51, 102, .1);
    box-shadow: 0 0 5px rgba(0, 51, 102, .1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input:disabled,
textarea:disabled {
    cursor: not-allowed
}

textarea {
    resize: vertical
}

.is-active {
    color: #929292!important
}

.is-hidden {
    display: none!important
}

.is-visually-hidden {
    position: absolute!important;
    overflow: hidden!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    width: 1px!important;
    margin: -1px!important;
    padding: 0!important;
    border: 0!important
}

@media only screen and (max-width:768px) {
    .is-desktop {
        display: none!important
    }
}

@media only screen and (min-width:769px) {
    .is-tablet {
        display: none!important
    }
}

@media only screen and (max-width:640px) {
    .is-tablet {
        display: none!important
    }
}

@media only screen and (min-width:641px) {
    .is-mobile {
        display: none!important
    }
}

@media only screen and (min-width:769px) {
    .is-tablet-mobile {
        display: none!important
    }
}

@media only screen and (max-width:640px) {
    .is-desktop-tablet {
        display: none!important
    }
}

@media only screen and (max-width:768px) and (min-width:641px) {
    .is-desktop-mobile {
        display: none!important
    }
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.pos-fixed {
    position: fixed
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.v-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.h-middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.inline {
    display: inline-block
}

.block {
    display: block
}

.font-thin {
    font-weight: 300
}

.font-medium {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    line-height: 0
}

.clearfix:after {
    clear: both
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../img/loading.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick-1.8.0/slick.eot);
    src: url(../fonts/slick-1.8.0/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick-1.8.0/slick.woff) format("woff"), url(../fonts/slick-1.8.0/slick.ttf) format("truetype"), url(../fonts/slick-1.8.0/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.dev-mode .design {
    width: 1920px;
    height: 2130px;
    background-image: url(../img/mockup/design.png);
    position: absolute;
    top: 0;
    left: calc(50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center 0;
    pointer-events: none;
    z-index: 9999;
    display: none;
    opacity: 0
}

@media only screen and (max-width:768px) and (min-width:641px) {
    .dev-mode .design {
        width: 768px;
        height: 3840px;
        background-image: url(../img/mockup/designt.png)
    }
}

@media only screen and (max-width:640px) {
    .dev-mode .design {
        width: 375px;
        height: 3840px;
        background-image: url(../img/mockup/designm.png);
        left: 50%
    }
}

.dev-mode .design.show {
    display: block;
    opacity: .3
}

.dev-mode .control {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    cursor: pointer;
    background: 0 0;
    border-radius: 5px;
    -webkit-transition: .3s .3s ease-in-out;
    -moz-transition: .3s .3s ease-in-out;
    -ms-transition: .3s .3s ease-in-out;
    -o-transition: .3s .3s ease-in-out;
    transition: .3s .3s ease-in-out
}

.dev-mode .control:hover {
    background: rgba(0, 0, 0, .3);
    -webkit-transition: .3s .3s ease-in-out;
    -moz-transition: .3s .3s ease-in-out;
    -ms-transition: .3s .3s ease-in-out;
    -o-transition: .3s .3s ease-in-out;
    transition: .3s .3s ease-in-out
}

footer .wrapper {
    padding: 41px 34px 20px 28px
}

@media only screen and (max-width:1024px) {
    footer .wrapper {
        padding: 0 25px 20px;
        line-height: 25px
    }
}

@media only screen and (max-width:640px) {
    footer .wrapper {
        text-align: right
    }
}

.footer-brand {
    font-size: 18px;
    font-size: 1.2rem
}

@media only screen and (max-width:1024px) {
    .footer-brand {
        width: 100%;
        padding: 20px 0 0
    }
}

@media only screen and (max-width:768px) {
    .footer-brand {
        border-top: 1px solid #929292;
        font-size: 16px;
        font-size: 1.06667rem
    }
}

.footer-brand span {
    padding: 0 0 0 5px
}

@media only screen and (max-width:1024px) {
    .footer-brand span {
        padding: 0 5px 0 0
    }
}

.footer-brand span:last-child {
    padding: 0
}

.footer-brand a {
    color: #333;
    text-decoration: none
}

.footer-brand a:hover {
    color: #9c0000;
    text-decoration: underline
}

.copyright {
   /* font-size: 15px;
    font-size: 1rem*/
}

@media only screen and (max-width:768px) {
    .copyright {
        line-height: 1.5;
        width: 100%;
        font-size: 12px;
        font-size: .8rem
    }
}

@media only screen and (max-width:640px) {
    .copyright {
        width: 100%
    }
}

.copyright span {
    padding: 0 13px 0 0
}

.copyright span:last-child {
    padding: 0
}

@media only screen and (max-width:413px) {
    .copyright span {
        display: block;
        padding: 0;
        width: 100%
    }
}

.copyright .ptc {
    color: #333;
    text-decoration: none
}

@media only screen and (min-width:769px) {
    .page-postgraduate .page-content,
    .page-undergraduate .page-content {
        min-width: 1045px
    }
}

@media only screen and (max-width:768px) and (min-width:641px) {
    .page-postgraduate .page-content,
    .page-undergraduate .page-content {
        min-width: 768px
    }
}

.page-postgraduate .hide-in-postgraduate,
.page-postgraduate .show-in-undergraduate,
.page-undergraduate .hide-in-postgraduate,
.page-undergraduate .show-in-undergraduate {
    display: none
}

.page-postgraduate footer .footer-brand,
.page-undergraduate footer .footer-brand {
    border-top: none
}

.page-postgraduate footer .footer-brand span:first-child,
.page-undergraduate footer .footer-brand span:first-child {
    padding: 0;
    font-size: 18px;
    font-size: 1.2rem
}

.page-postgraduate footer .copyright,
.page-undergraduate footer .copyright {
    position: relative
}

.page-postgraduate footer .copyright:before,
.page-undergraduate footer .copyright:before {
    content: "";
    width: 300px;
    height: 1px;
    background: #7f7f7f;
    position: absolute;
    top: -32px;
    left: 108px
}

@media only screen and (max-width:1024px) {
    .page-postgraduate footer .copyright:before,
    .page-undergraduate footer .copyright:before {
        top: -56px;
        left: 98px
    }
}

@media only screen and (max-width:768px) {
    .page-postgraduate footer .copyright:before,
    .page-undergraduate footer .copyright:before {
        left: 50px;
        top: -45px;
        width: calc(100% - 50px)
    }
}

.page-postgraduate footer .wrapper,
.page-undergraduate footer .wrapper {
    /*padding: 41px 10px 20px 0;*/
	padding: 20px 10px 41px 0;
    max-width: 1045px
}

@media only screen and (max-width:1024px) {
    .page-postgraduate footer .wrapper,
    .page-undergraduate footer .wrapper {
        padding: 0 20px 20px
    }
}

@media only screen and (max-width:768px) {
    .page-undergraduate footer .copyright:before {
        top: -112px
    }
}

.selectbox {
    display: inline-block;
    vertical-align: middle;
    width: 150px!important;
    margin: 0 0 0 52px;
    text-align: left
}

@media only screen and (max-width:1024px) {
    .selectbox {
        float: right
    }
}

@media only screen and (max-width:640px) {
    .selectbox {
        margin-top: 15px;
        margin-bottom: 18px;
        margin-left: calc(100% - 148px)
    }
}

.show-in-undergraduate {
    display: none
}

.page-undergraduate .show-in-undergraduate {
    display: inline-block
}

.slick-initialized .slick-arrow {
    z-index: 1;
    width: auto;
    height: auto;
    margin: 0 42px
}

.slick-initialized .slick-arrow:before {
    font-family: fontAwesome;
    font-size: 32px;
    background: #333;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px
}

@media only screen and (max-width:640px) {
    .slick-initialized .slick-arrow:before {
        font-size: 30px
    }
}

.slick-initialized .slick-arrow:hover:before {
    opacity: .8
}

.slick-initialized .slick-arrow.slick-prev {
    left: 0
}

.slick-initialized .slick-arrow.slick-prev:before {
    content: "\f104"
}

.slick-initialized .slick-arrow.slick-next {
    right: 0
}

.slick-initialized .slick-arrow.slick-next:before {
    content: "\f105"
}

.slick-initialized .slick-dots {
    bottom: 31px;
    width: auto;
    left: 50%;
    padding: 0 6px;
    border-radius: 24px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slick-initialized .slick-dots li {
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 3px
}

@media only screen and (max-width:640px) {
    .slick-initialized .slick-dots li {
        padding: 0
    }
}

.slick-initialized .slick-dots li.slick-active button:before,
.slick-initialized .slick-dots li:hover button:before {
    background: #f4a30b
}

.slick-initialized .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0
}

.slick-initialized .slick-dots li button:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #585858
}

@media only screen and (max-width:640px) {
    .slick-initialized .slick-dots li button:before {
        font-size: 4px
    }
}

.slick-slider.slick-dotted {
    margin-bottom: 0
}

.slick-slider .slick-slide {
    outline: 0
}

.select2-container .select2-selection--single {
    border-radius: 0;
    background: #aaa;
    border: 1px solid #aaa;
    outline: 0;
    height: auto
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding: 0 0 0 15px!important
}

.select2-container .select2-selection--single .select2-selection__placeholder {
    display: inline-block;
    color: #fff;
    line-height: 33px;
    font-size: 15px;
    font-size: 1rem;
    font-size: 15px!important
}

.select2-container .select2-selection--single .select2-selection__arrow {
    display: none
}

.index-cover .wrapper {
    max-width: 1920px;
    border-bottom: 10px solid #f4a30b
}

@media only screen and (max-width:768px) {
    .index-cover .wrapper {
        border-bottom: none
    }
}

@media only screen and (max-width:768px) {
    .index-cover {
        border-bottom: none
    }
}

.index-cover .index-slider__slide {
    text-align: center
}

@media only screen and (max-width:768px) {
    .index-cover .index-slider__slide {
        /*padding: 0 20px 20px*/
    }
}

.btn {
    display: inline-block;
    vertical-align: top;
    line-height: 80px;
    min-width: 290px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 33px;
    font-size: 2.2rem
}

@media only screen and (max-width:640px) {
    .btn {
        line-height: 60px;
        font-size: 24px;
        /*font-size: 1.6rem*/
		font-size: 2rem
    }
}

@media only screen and (max-width:520px) {
    .btn {
        line-height: 36px;
        font-size: 16px;
        /*font-size: 1.06667rem*/
		/*font-size: 1.8rem*/
    }
}

.btn.btn-green {
    background: #8abd3e
}

.btn.btn-dgreen {
    background: #7dab38
}

.btn.btn-purple {
    background: #324798
}

.btn.btn-orange {
    background: #f89721
}

.btn.btn-lpurple {
    background: #876cbd
}

.btn.btn-dblue {
    background: #1d71b7
}

.btn:before {
    content: "\f0da";
    font-family: fontAwesome;
    padding: 0 6px 0 0
}

.text-blue {
    color: #0059b2
}

.text-yellow {
    color: #c90
}

.text-white {
    color: #fff
}

.index-menu {
    position: relative
}

.index-menu .wrapper {
    height: 0
}

@media only screen and (max-width:768px) {
    .index-menu .wrapper {
        height: auto;
       /* padding: 20px*/
    }
}

.index-menu__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 600px;
    /*min-height: 352px;*/
    max-width: 100%;
    background-color: rgba(0, 89, 178, .6);
    padding: 10px;
    background-image: -webkit-linear-gradient(top, #0059b2 0, rgba(123, 192, 235, .5) 50%);
    background-image: -o-linear-gradient(top, #0059b2 0, rgba(123, 192, 235, .5) 50%);
    background-image: linear-gradient(to bottom, #0059b2 0, rgba(123, 192, 235, .5) 50%);
    background-repeat: repeat-x
}

@media only screen and (max-width:1210px) {
    .index-menu__content {
        left: 10px
    }
}

@media only screen and (max-width:768px) {
    .index-menu__content {
        /*position: static;
        
		padding: 30px;*/
		width: 100%;
    }
	
	.index-menu__content {
    left: 0; 
	}

}

@media only screen and (max-width:640px) {
    .index-menu__content {
        min-height: unset
    }
}

.index-menu__logo {
    margin: 10px 35px
}

.index-menu__title {
    padding: 6px 30px
}

.index-menu__links {
    font-size: 0;
    line-height: 0;
    text-align: center
}

.index-menu__links .btn {
    width: 50%
}

@media only screen and (max-width:768px) {
    .index-menu__links .btn {
        min-width: unset
    }
}

.ofi-contain,
.ofi-cover {
    height: 100%;
    min-width: 100%
}

.ofi-contain {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.ofi-cover {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.main-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    opacity: 0;
    max-height: 516px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.main-bg.img-loaded {
    opacity: 1;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.main-grid {
    max-width: 1045px;
    margin: 76px auto 0;
    position: relative
}

.main-grid:after,
.main-grid:before {
    content: "";
    display: table;
    line-height: 0
}

.main-grid:after {
    clear: both
}

@media only screen and (max-width:768px) {
    .main-grid {
        margin: 20px auto 0
    }
}

.main-grid:after {
    content: "";
    width: 112px;
    height: 184px;
    background-image: url(../img/fire.png);
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2
}

@media only screen and (max-width:768px) {
    .main-grid:after {
        bottom: 0;
        left: 21px;
        height: 180px
    }
}

@media only screen and (max-width:640px) {
    .main-grid:after {
        width: 15%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0 100%
    }
}

.main-grid:before {
    content: "";
    width: 408px;
    height: 170px;
    background-image: url(../img/house.png);
    position: absolute;
    bottom: 10px;
    left: 0;
    box-sizing: content-box;
    padding: 0 0 20px;
    z-index: 1
}

@media only screen and (max-width:768px) {
    .main-grid:before {
        width: 233px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right top;
        bottom: -72px;
        left: 22px
    }
}

@media only screen and (max-width:640px) {
    .main-grid:before {
        left: 22px;
        bottom: 8px;
        width: 33%;
        height: 75px;
        background-position: left 100%
    }
}

.main-grid .wrapper:after,
.main-grid .wrapper:before {
    content: "";
    display: table;
    line-height: 0
}

.main-grid .wrapper:after {
    clear: both
}

.main-grid.undergraduate .col-title {
    padding: 0
}

.main-grid.undergraduate #col-1 {
    background: #8abd3e;
}

@media only screen and (max-width:640px) {
    .main-grid.undergraduate #col-1>a {
        max-width: 45%
    }
}

.main-grid__col {
    position: relative;
    z-index: 5;
    float: left
}

.main-grid__col.col-left {
    margin: 0 .97561% .97561%;
    width: 38.43902%
}

@media only screen and (max-width:768px) {
    .main-grid__col.col-left {
        width: calc(100% - 40px);
        margin: 0 20px 15px
    }
}

.main-grid__col.col-right {
    margin: 0 .97561% .97561% 0;
    width: 58.63415%
}

@media only screen and (max-width:768px) {
    .main-grid__col.col-right {
        width: calc(100% - 40px);
        margin: 0 20px 15px
    }
}

.main-grid .btn {
    line-height: 100px
}

@media only screen and (max-width:640px) {
    .main-grid .btn {
        line-height: 85px
    }
}

#col-1 {
    background: #324798;
    height: 280px;
    padding: 25px;
	padding-top: 40px;
}

@media only screen and (max-width:768px) {
    #col-1 {
        height: auto
    }
}

@media only screen and (max-width:768px) {
    #col-1>a {
        float: right
    }
}

#col-2 {
    height: 280px
}

@media only screen and (max-width:768px) {
    #col-2 {
        height: auto
    }
}

#col-2 .swap-img.right {
    padding: 140px 0 0
}

@media only screen and (max-width:768px) {
    #col-2 .swap-img.right {
        float: left;
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    #col-3 {
        display: none
    }
}

#col-3 .swap-img img {
    max-width: 195px
}

#col-3 .swap-img.right img {
    height: 280px
}

@media only screen and (max-width:768px) {
    #col-3 .swap-img.right img {
        height: auto
    }
}

@media only screen and (max-width:640px) {
    #col-4 .swap-img.left {
        width: 63%
    }
    #col-4 .swap-img.right {
        width: 37%
    }
}

.col-year {
    color: #0059b2;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 25px 0 0;
    font-size: 54px;
    font-size: 3.6rem
}

@media only screen and (max-width:768px) {
    .col-year {
        padding: 0;
		float:left;
		padding-right:20px;
		display: flex;
		white-space: nowrap;
		    align-items: center;
    }
}

@media only screen and (max-width:460px) {
    .col-year {
        font-size: 40px;
        font-size: 2.66667rem
    }
}

@media only screen and (max-width:413px) {
    .col-year {
        padding: 3px 0 0;
        font-size: 33px;
        font-size: 2.2rem
    }
}

.col-title-info:after,
.col-title-info:before {
    content: "";
    display: table;
    line-height: 0
}

.col-title-info:after {
    clear: both
}

@media only screen and (max-width:768px) and (min-width:641px) {
    .col-title-info {
        /*padding: 25px 0 0*/
    }
}

@media only screen and (max-width:640px) {
    .col-title-info {
        /*padding: 7px 0 0*/
    }
}

@media only screen and (max-width:768px) {
    .col-title-info .col-subtitle,
    .col-title-info .col-title {
        float: left;
        width: auto;
        line-height: 1.2;
        font-size: 33px;
        font-size: 2.2rem
    }
}

@media only screen and (max-width:640px) {
    .col-title-info .col-subtitle,
    .col-title-info .col-title {
        width: 100%
    }
}

.col-subtitle,
.col-title {
    color: #fff;
    font-weight: 700;
    line-height: 1.5
}

.col-title {
   /* padding: 75px 0 0;*/
    line-height: 1.2;
    font-size: 44px;
    font-size: 2.93333rem;
	padding-top:50px;
}

@media only screen and (max-width:768px) and (min-width:641px) {
    .col-title {
        padding: 0
    }
}

@media only screen and (max-width:640px) {
    .col-title {
        font-size: 32px!important
    }
}

.col-subtitle {
    font-size: 26px;
    font-size: 1.73333rem
}

@media only screen and (max-width:640px) {
    .col-subtitle {
        font-size: 18px!important
    }
}

.swap-img {
    float: left;
    padding: 0 10px 0 0
}

@media only screen and (max-width:768px) {
    .swap-img {
        float: right;
        padding: 0 0 0 14px
    }
}

.swap-img:last-child {
    padding: 0
}

.title-img {
    margin: 0 0 10px;
    max-height: 280px
}

@media only screen and (max-width:768px) {
    .title-img {
        max-height: unset
    }
}

.col-links {
    font-size: 0
}

.col-links .btn {
    width: 50%;
    font-weight: 400;
    font-size: 30px;
    font-size: 2rem
}

@media only screen and (max-width:640px) {
    .col-links .btn {
        width: 100%;
        min-width: unset
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact!important;
        color-adjust: exact!important
    }
    body {
        width: 800px!important;
        margin: 0 auto
    }
    .index-menu__content {
        width: 100%
    }
    .index-menu__links .btn {
        text-align: left;
        padding: 0 0 0 38px
    }
    .slick-arrow {
        display: none!important
    }
    .slick-dots {
        display: none!important
    }
    footer .wrapper {
        padding: 40px 0
    }
    #page-content {
        min-width: unset!important
    }
    #col-1,
    #col-2 {
        height: 221px
    }
    #col-1 .is-tablet-mobile,
    #col-2 .is-tablet-mobile,
    #col-3 .is-tablet-mobile,
    #col-4 .is-tablet-mobile {
        display: none!important
    }
    #col-1 .col-year {
        font-size: 28px;
        font-size: 1.86667rem
    }
    #col-1 .col-title {
        padding: 10px 0 0!important;
        font-size: 28px;
        font-size: 1.86667rem
    }
    #col-1 .col-subtitle {
        font-size: 18px;
        font-size: 1.2rem
    }
    #col-2 .swap-img.left {
        width: 70%
    }
    #col-2 .swap-img.right {
        width: 30%;
        padding: 120px 0 0
    }
    #col-3 .swap-img {
        width: 48%;
        padding: 0
    }
    #col-3 .swap-img.left {
        margin: 0 10px 0 0
    }
    #col-3 .swap-img.right img {
        height: auto
    }
    #col-3 .swap-img img {
        max-width: 100%
    }
    #col-4 .col-links .btn {
        min-width: unset;
        line-height: 50px;
        text-align: left;
        padding: 0 0 0 15px
    }
    .main-grid:after,
    .main-grid:before {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left bottom
    }
    .main-grid:before {
        width: 312px
    }
    .main-grid:after {
        width: 100px;
        bottom: 0
    }
    .page-postgraduate footer .copyright:before {
        top: -42px;
        left: 74px;
        width: 238px
    }
    .page-undergraduate footer .selectbox {
        margin: 0 0 0 10px
    }
    .page-undergraduate footer .pull-right {
        float: left!important;
        margin: 0 0 12px
    }
    .page-undergraduate footer .copyright:before {
        top: -88px;
        left: 74px;
        width: 238px
    }
}

#__bs_notify__ {
    top: auto!important;
    right: auto!important;
    border-bottom-left-radius: 0!important;
    font-size: 14px!important;
    padding: 5px 25px!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}














.menu-open,
.menu-close,
.menu .menu-link,
.menu .catalog,
.header-bg .small-device {
    display: none;
}

.catalog {
    width: 300px;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.catalog .catalog-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.catalog .catalog-item>a {
    font-family: Arial, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    text-decoration: none;
    font-size: 18px;
    padding: 0 0 0 20px;
    position: relative;
}

.catalog-item>a::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 3px;
}

.catalog .catalog-item.selected>a::before {
    left: 0px;
    top: 7px;
}

.career-pg .catalog .catalog-item>a {
    color: #DADADA;
}

.career-pg .catalog .catalog-item.selected>a {
    color: #DBA400;
}

.career-pg .catalog .catalog-item>a::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #DADADA;
}

.career-pg .catalog .catalog-item.selected>a::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #DBA400;
}

.career-ug .catalog .catalog-item>a {
    color: #D8D8D8;
}

.career-ug .catalog .catalog-item.selected>a {
    color: #0059B1;
}

.career-ug .catalog .catalog-item>a::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #D8D8D8;
}

.career-ug .catalog .catalog-item.selected>a::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0059B1;
}



@media screen and (max-width: 768px) {
	.catalog {
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        /* padding: 10px 20px; */
        /* background: #D09300; */
    }
    .apply-btn {
        /*top: -41px;*/
        /* padding: 0 25px; */
        /* height: 42px; */
        /*font-size: 14px;*/
        /*padding: 12px 15px;*/
        display: block;
        z-index: 10;
        top: -37px;
        font-size: 14px;
        padding: 10px 15px;
    }
    .apply-btn .fa-play {
        margin-left: 5px;
    }
    .home-direct-link {
        display: none;
    }
    .catalog .catalog-item {
        width: 100%;
        font-size: 20px;
        vertical-align: top;
        padding: 5px 20px 5px 70px;
    }
    .catalog .catalog-item {
        display: none;
    }
    .catalog .catalog-item>a {
        padding: 0 0 0 15px;
    }
    .catalog .catalog-item.selected>a::before {
        left: -5px;
    }
    .career-pg .catalog .catalog-item {
        background: #DBA400;
    }
    .career-ug .catalog .catalog-item {
        background: #0181FF;
    }
    .catalog .catalog-item.selected {
        display: block;
    }
    .career-pg .catalog .catalog-item.selected>a {
        color: #334799;
    }
    .career-pg .catalog .catalog-item.selected>a::before {
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        border-top: 8px solid #334799;
    }
    .career-ug .catalog .catalog-item.selected>a {
        color: #D8D8D8;
    }
    .career-ug .catalog .catalog-item.selected>a::before {
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        border-top: 8px solid #D8D8D8;
    }
	
	.menu-open {
        display: block;
    }
    .career-ug .menu-open {
        color: #D8D8D8;
    }
    .career-pg .menu-open {
        color: #CBCBCB;
    }
    .menu {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        left: -100%;
        -webkit-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out;
        z-index: 9999;
    }
    .menu.open {
        left: 0;
    }
    .career-pg .menu {
        background: rgba(51, 71, 153, 0.9);
    }
    .career-ug .menu {
        background: rgba(137, 189, 61, 0.9);
    }
    .menu-close {
        display: block;
        margin: 20px 20px;
        float: right;
        cursor: pointer;
    }
    .menu-close img {
        vertical-align: top;
        width: 100%;
        max-width: 29px;
    }
    .menu .catalog,
    .menu .menu-link {
        display: block;
    }
    .menu .menu-link {
        padding: 20px;
    }
    .menu .menu-link a {
        float: left;
        vertical-align: middle;
        width: 33.3%;
        margin: 0 0 10px 0;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        color: #FFF;
        font-weight: bold;
        border-right: 1px solid #FFF;
    }
    .menu .menu-link a.home img {
        width: 25px;
        vertical-align: top;
    }
	
	.menu .menu-link a:nth-child(3n+3) {
        border: 0;
    }
    .menu .catalog {
        background: none;
        margin: 100px 0 0 0;
        padding: 0 20px;
    }
    .menu .catalog .catalog-item {
        display: block;
        width: 100%;
        padding: 20px;
        margin: 0 0 20px 0;
    }
    .menu .catalog .catalog-item>a::before,
    .menu .catalog .catalog-item.selected>a::before {
        left: 0;
        top: 3px;
    }
    .career-pg .menu .catalog .catalog-item>a::before {
        border-top: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #DADADA;
    }
    .career-pg .menu .catalog .catalog-item.selected>a::before {
        border-top: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #334799;
    }
    .career-ug .menu .catalog .catalog-item>a::before {
        border-top: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #D8D8D8;
    }
    .career-ug .menu .catalog .catalog-item.selected>a {
        color: #FEFB00 !important;
    }
    .career-ug .menu .catalog .catalog-item.selected>a::before {
        border-top: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #FEFB00;
    }
    .header .header-bg .small-device {
        display: block;
    }
    .header .header-bg .large-device {
        display: none;
    }
    .header .header-bg img {
        /*width: calc(100% - 65px);*/
        width: calc(100% - 80px);
        left: auto;
        margin: 0;
        max-width: 378px;
    }
    .header .header-bg {
        z-index: 11;
        padding: 15px 0 20px 65px;
        text-align: left;
        margin: 0;
        height: auto;
    }
    .header.career-ug .header-bg {
        background: #8ABE3D;
		display:none;
    }
    .header.career-pg .header-bg {
        background: #334799;
		display:none;
    }
}