/* Minification failed. Returning unminified contents.
(576,46): run-time error CSS1046: Expect comma, found '170'
(576,54): run-time error CSS1046: Expect comma, found '/'
(1532,1): run-time error CSS1019: Unexpected token, found '}'
(1593,41): run-time error CSS1046: Expect comma, found '216'
(1593,49): run-time error CSS1046: Expect comma, found '/'
 */
section,
article {
    margin-bottom: 3em;
}

    section > :last-child,
    article > :last-child {
        margin-bottom: 0;
    }

    section:last-child,
    article:last-child {
        margin-bottom: 0;
    }

.row > section,
.row > article {
    margin-bottom: 0;
}

.survey {
    text-align: center;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: auto;
}

.forms {
    position: relative;
    width: 100%;
    max-width: 450px;
    display: inherit;
    filter: inherit;
    text-align: left;
    margin: auto;
}

.rowheader p {
    font-size: 19px;
}

.rowheader h3 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.container-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-top: 40px;
}

    .photos .header h1, .container-header h1 {
        font-family: Lato, Arial, sans-serif;
        font-size: 25px;
        font-weight: 700;
    }

    .container-header h1 {
        line-height: normal;
        vertical-align: middle;
        text-align: center;
        font-weight: 700;
    }


#page_fair {
    overflow-x: hidden;
}

    #page_fair .container-fluid.blue {
        background-color: #FFF;
    }

    #page_fair .container-fluid.gray {
        background-color: #EEE;
    }


    #page_fair .requestcontainer {
        min-height: 189px;
        height: 1px; /*moz*/
        display: table;
        width: 100%;
    }

        #page_fair .requestcontainer .requestrow {
            display: table-cell;
            vertical-align: middle;
        }

            #page_fair .requestcontainer .requestrow .requestcontent .requesttext {
                font-family: 'Lato';
                max-width: 600px;
                margin: 40px auto;
                text-align: center;
                font-size: 19px;
                cursor: default;
            }

                #page_fair .requestcontainer .requestrow .requestcontent .requesttext.maxwidth80 {
                    max-width: 73%;
                }


                #page_fair .requestcontainer .requestrow .requestcontent .requesttext.black {
                    color: #000;
                }


                #page_fair .requestcontainer .requestrow .requestcontent .requesttext:lang(zh) {
                    font-size: 16px;
                }


                #page_fair .requestcontainer .requestrow .requestcontent .requesttext .header {
                    font-family: 'KG';
                    font-size: 40px;
                    font-weight: normal;
                }

            #page_fair .requestcontainer .requestrow .requestcontent span.action {
                text-transform: none;
                font-size: 21px;
                font-weight: 500;
                padding: 5px 20px;
                max-width: fit-content;
                margin: 0 auto;
                border: 2px solid #FFF;
                cursor: pointer;
                border-radius: 50px;
            }

                #page_fair .requestcontainer .requestrow .requestcontent span.action:hover {
                    background: #FFF;
                    color: #5abfe2;
                }

    #page_fair #head h1 {
        font-family: 'KG';
        color: #FFF;
        font-size: 98px;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 0;
    }

    #page_fair #head p {
        font-size: 16px;
        font-family: "Roboto", Arial, sans-serif;
        line-height: 1.6;
        margin-bottom: 0;
        margin-top: 20px;
    }

    #page_fair #head .logo {
        max-width: 250px;
    }

    #page_fair .dream {
        background: #006699;
        height: auto;
        min-height: 600px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px;
        background-image: url(https://therightustorage.blob.core.windows.net/assets/fair/vector/rocket-o.png), /* Top image */ url(https://therightustorage.blob.core.windows.net/assets/fair/vector/astronaut-o.png), url(https://therightustorage.blob.core.windows.net/assets/fair/vector/mortarboard-o.png), url(https://therightustorage.blob.core.windows.net/assets/fair/vector/stethoscope-o.png);
        background-position: 71% 129%, 29% 104%, 26% 62%, 35% 73%;
        background-size: 290px, 180px, 88px, 48px;
        background-repeat: no-repeat;
        animation: riseUp 0.6s ease-out forwards, floatUpDown 3s ease-in-out 1s 1;
    }

@keyframes riseUp {
    0% {
        background-position: 71% 500%, 29% 204%, 26% 162%, 35% 173%;
    }

    70% {
        background-position: 71% 129%, 29% 104%, 26% 62%, 35% 73%;
    }

    85% {
        background-position: 71% 128%, 29% 103%, 26% 60%, 35% 72%;
    }

    100% {
        background-position: 71% 129%, 29% 104%, 26% 62%, 35% 73%;
    }
}


@keyframes floatUpDown {
    0% {
        background-position: 71% 129%, 29% 104%, 26% 62%, 35% 73%;
    }

    50% {
        background-position: 71% 120%, 29% 98%, 26% 61%, 35% 71%;
    }

    100% {
        background-position: 71% 129%, 29% 104%, 26% 62%, 35% 73%;
    }
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
    #page_fair .dream {
        animation: none;
    }
}

#findout img {
    height: 27px;
    width: 27px;
    max-height: 27px;
    max-width: 27px;
}

#registration, #checkin-container {
    display: none;
}

#register #support {
    background: #e3f3ff;
}

.seminar-img {
    border-radius: 22px;
    box-shadow: 2px 2px 11px #BBB;
}

.forms {
    max-width: 500px;
}

    .forms .short {
        display: block;
    }

.left {
    float: left;
    text-align: left;
    display: inline;
}

.right {
    float: right;
    text-align: right;
    display: inline;
}

:focus {
    outline: none;
}

#register .register-form {
    box-shadow: none;
}


#register-form .forms {
    max-width: 450px;
}

    #register-form .forms .form-group {
        margin-bottom: 10px;
    }

    #register-form .forms #submitbtn {
        min-height: 50px;
    }

#register-form .cover, #checkin-form .cover {
    background: #069;
}

#register-form .cover {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
}

    #register-form .cover .head, #checkin-form .cover .head {
        padding: 20px;
    }

        #register-form .cover .head span, #checkin-form .cover .head span {
            font-size: 20px;
            font-weight: 600;
            color: #FFF;
        }

            #register-form .cover .head span span.free {
                font-size: 18px;
                font-weight: 300;
            }

        #register-form .cover .head .large span, #checkin-form .cover .head .large span {
            font-size: 27px;
            font-weight: 900;
        }

#register-form .privacy p {
    color: #777;
    padding-top: 3px;
}

#register-formselect {
    display: block;
    height: 44px;
}

#register-form select.short.faded {
    color: #777;
}

#register-form .success-container {
    text-align: center;
    font-size: 17px;
    display: table;
    margin: auto;
    max-width: 345px;
    padding: 15px 15px 0 15px;
    line-height: 1.5;
    padding-top: 0;
}

    #register-form .success-container a {
        text-decoration: none;
    }

#register-form .success-icon {
    font-size: 70px;
    color: #4bb40f;
    line-height: normal;
}

#register-form label, #checkin-form label {
    font-weight: 400;
    font-size: 14px;
}



.prelim label {
    cursor: pointer;
}

.prelim .item {
    margin-bottom: 5px;
}

.registerNow {
    cursor: pointer;
    z-index: 10;
    position: relative;
    width: 100%;
}

.corner-ribbon {
    width: 240px;
    background: #c32024;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
    font-weight: normal;
    /*font-family: Oswald;*/
    color: #FFF;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 10;
}

    .corner-ribbon.top-right {
        top: 25px;
        right: -85px;
        left: auto;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 19px;
        z-index: 100;
        padding: 10px 0;
        line-height: 1.2;
        width: 300px;
    }


.prelim {
    padding: 5px 0 5px;
}

    .prelim input[type=checkbox] {
        width: 19px;
        margin-right: 4px;
    }

footer .advice {
    display: none;
}

footer .footer-advice {
    display: none;
}

#subjecttags .ms-ctn {
    min-height: 44px;
    border-color: #DDD;
}

#subjecttags .ms-ctn-focus {
    box-shadow: none;
    border-color: #DDD;
    outline: none;
}

#subjecttags .ms-ctn.empty, #subjecttags .ms-ctn.empty .ms-sel-ctn input {
    background-color: #ffdcdc;
}

#subjecttags .ms-res-ctn .ms-res-item {
    line-height: 25px;
    text-align: left;
    padding: 2px 10px;
    color: #333;
    cursor: pointer;
    font-size: 15px;
}

#subjecttags .ms-res-ctn .ms-res-item {
    font-size: 18px;
    padding: 3px 10px;
}

    #subjecttags .ms-res-ctn .ms-res-item em {
        font-weight: bold !important;
        color: #555 !important;
        background: none !important;
    }


#subjecttags .ms-ctn .ms-sel-ctn input {
    width: 387px;
    height: 40px;
    min-height: 40px;
    padding-left: 5px;
    font-size: 15px;
    border: none;
    box-shadow: none !important;
}

#subjecttags .ms-ctn .ms-sel-item {
    background: #f0f0f0;
    color: #000;
    float: left;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    margin: 1px 5px 1px 0;
}

.ms-ctn .ms-trigger .ms-trigger-ico {
    border-top: 7px solid #333 !important;
    border-right: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
}

.ms-ctn .ms-trigger {
    padding-right: 32px;
    padding-left: 5px;
    padding-top: 8px;
    border-left-color: #DDD;
}

    .ms-ctn .ms-trigger:hover {
        background-color: #F2F2F2 !important;
        padding-right: 32px !important;
        right: 0 !important;
        padding-left: 5px !important;
        padding-top: 8px !important;
    }

#seminars {
    margin-bottom: 0;
    margin-top: 30px;
}

    #seminars .header {
        margin-bottom: 30px;
    }

    #seminars .fair-section {
        padding: 0;
        border-radius: 10px;
    }

        #seminars .fair-section:hover .content {
            background: #F9F9F9;
            -moz-transition: all .2s cubic-bezier(0.42,0,0.58,1);
            -o-transition: all .2s cubic-bezier(0.42,0,0.58,1);
            -webkit-transition: all .2s cubic-bezier(0.42,0,0.58,1);
            transition: all .2s cubic-bezier(0.42,0,0.58,1);
        }

        #seminars .fair-section .content {
            padding: 15px;
            padding-top: 15px;
            text-align: left;
            border-top: 1px solid #EEE;
        }

            #seminars .fair-section .content h2 {
                text-align: left;
                font-size: 18px;
                font-weight: 600;
                line-height: 1.35;
                padding-bottom: 2px;
                cursor: pointer;
            }

            #seminars .fair-section .content span {
                display: block;
            }

            #seminars .fair-section .content .subject {
                margin-bottom: 5px;
                font-weight: 500;
                font-size: 13px;
            }

                #seminars .fair-section .content .subject .fa {
                    color: #1c8acb;
                }

            #seminars .fair-section .content .speaker {
                font-size: 13px;
                font-weight: 500;
            }

            #seminars .fair-section .content .position {
                font-size: 12px;
                font-weight: 400;
            }

            #seminars .fair-section .content .organisation {
                font-weight: 400;
                font-size: 14px;
                cursor: pointer;
                width: fit-content;
            }

                #seminars .fair-section .content .organisation:hover {
                    color: #069;
                }

        #seminars .fair-section:hover {
            box-shadow: 0px 0px 12px rgb(170 170 170 / 0.80);
            -moz-transition: all .1s ease-in;
            -o-transition: all .1s ease-in;
            -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in;
        }

        #seminars .fair-section .background img {
            cursor: pointer;
            width: 100%;
        }

    #seminars .seminardays {
        text-align: center;
        margin-bottom: 30px;
        margin: 0 auto;
    }

        #seminars .seminardays hr {
            border: 0;
            border-bottom: 0;
        }


    #seminars .slickinfo .slick-slide .fa-play-circle {
        color: #0095e0;
        margin-right: 8px;
        font-size: 19px;
        vertical-align: middle;
    }

    #seminars .fair-section .content button {
        width: 100%;
        background: #1c8acb;
        margin-top: 15px;
        padding: 10px;
        font-weight: 900;
        text-transform: none;
        font-size: 17px;
    }


    #seminars .fair-section .content .playicon, #seminars .fair-section .content .description {
        float: left;
    }

    #seminars .fair-section .content .description {
        max-width: 90%;
    }

    #seminars .seminardays a {
        background: #f9f9f9;
        border-radius: 50px;
        font-size: 21px;
        font-weight: 900;
        display: inline-block;
        text-decoration: none;
        padding: 10px 15px;
        line-height: normal;
        margin-right: 5px;
        margin-bottom: 10px;
        color: #888;
        border: 2px solid #DDD;
    }

        #seminars .seminardays a.selected {
            color: #1c8acb !important;
            background: #ffffff;
            border: 2px solid #1c8acb;
        }


        #seminars .seminardays a:hover {
            color: #333;
        }

        #seminars .seminardays a.subcat {
            font-size: 14px;
            padding: 10px 15px;
            min-width: unset;
        }

            #seminars .seminardays a.subcat:hover {
                border-color: #1c8acb;
                color: #1c8acb;
            }


#register-form input[type="text"],
#register-form input[type="tel"],
#register-form input[type="email"],
#register-form select,
#register-form textarea,
#checkin-form input[type="text"],
#checkin-form input[type="email"],
#checkin-form input[type="tel"] {
    font-weight: 400;
    color: #000;
    border: 1px solid #DDD;
    width: 100%;
    line-height: 1.2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 10px;
    min-height: 40px;
    -webkit-appearance: none;
}

    #register-form input[type="text"]:hover,
    #register-form input[type="tel"]:hover,
    #register-form input[type="email"]:hover,
    #register-form select:hover,
    #register-form textarea:hover {
        border: 1px solid #CCC !important;
    }

#register-form select {
    border-color: #DDD !important;
}

.contained-container {
    margin-bottom: 40px;
    margin-top: 50px;
}

.faq-section {
    max-width: 690px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

.faq-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-item + .faq-item {
    margin-top: 14px;
}

.faq-q {
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #111827;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

    .faq-q:hover {
        color: #006699;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
         transform: translateY(-2px); 
        border: 1px solid #069;
    }

.faq-a {
    margin-top: 5px;
    padding: 15px;
    background: #FFF;
    border-radius: 20px;
}

.faq-error {
    color: #b91c1c;
}

#page_fair .faq_answer img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

#page_fair #faq .meetus, #page_fair #faq .guidecrumbs, #page_fair #faq .rowheader, #page_fair #faq .category, #page_fair #faq #request {
    display: none;
}

#page_fair .faq_answer p {
    margin-top:0;
}


#page_fair .justified-gallery {
    background: #006699;
}

#page_fair #head .content {
    max-width: 570px;
    margin: 0 auto;
}

#page_fair #details .rowheader #head h2 {
    font-size: 60px;
    line-height:1.1;
    margin-top: 0;
    text-transform: none;
    font-weight: 900;
    color: #FFF;
    margin-bottom: 10px;
}

#page_fair .smalldate {
    font-size: 35px;
    font-weight: 500;
    color: #FFF;
}

    #page_fair .smalldate:lang(zh) {
        font-size: 26px;
    }


    #page_fair .smalldate.smaller {
        font-size: 29px;
        font-weight: normal;
        font-family: 'KG';
        line-height:normal;
    }

        #page_fair .smalldate.smaller:lang(zh) {
            font-size: 23px;
        }

        #page_fair .smalldate.smaller.signup {
            cursor:pointer;
        }

        #page_fair span.location {
            font-size: 25px;
            display: block;
        }

#page_fair #gallery {
    background-color: #EEE;
}

#register #head {
    color: #FFF;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 30px 0;
    top: 0;
}

.rowheader .intro p {
    margin-top: 15px;
    font-size: 15px;
    max-width: 560px;
}

.btn.full-width {
    font-size: 18px;
    margin-bottom: 10px;
}

.contained-container .ribbon span {
    box-shadow: none;
    font-size: 15px;
    letter-spacing: 0;
}

.survey, .cover {
    max-width: 488px;
    margin: auto;
}

.survey {
    text-align: center;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 20px 10px;
    position: relative;
    z-index: 1;
}

    .survey.success {
        border-radius: 21px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        min-height: 0;
    }

.register-form.success #register-form .cover {
    border-top-left-radius: 21px !important;
    border-top-right-radius: 21px !important;
}

.register-form.success {
    padding: 10px;
}

.survey.success .blue-btn {
    font-size: 21px;
}

.andmore {
    margin-top: 21px;
    text-align: right;
}

    .andmore span {
        font-size: 21px;
    }

#venue a.registernow {
    font-size: 23px;
    color: #000;
}

.full-width {
    width: 100%;
}


#page_fair .register-container {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

    #page_fair .register-container .blue-btn, .survey .blue-btn, #information .blue-btn, #page_fair.onsite #details .steps .blue-btn, #page_fair #assistant .blue-btn, #page_fair.events #aboutus .blue-btn {
        text-transform: none;
        font-size: 19px;
        text-transform:uppercase;
    }

        #page_fair .register-container .blue-btn.learnmore, #page_fair .register-container .blue-btn.assistant {
            margin-bottom: 15px;
        }

    #page_fair .register-container.white {
        background-color: #FFF;
    }

    #page_fair .register-container.grayDDD {
        background-color: #E1E1E1;
    }


#page_fair .blue-btn:hover, .survey .blue-btn:hover {
    background-color: #0095e0;
}

#page_fair.onsite #details #step_1 {
    padding-top: 5px;
}

    #page_fair.onsite #details #step_1 h3 {
        font-family: "Roboto", Arial, sans-serif;
        font-size: 27px;
        color: #FFF;
        margin-bottom: 15px;
    }

#page_fair.onsite #details .steps .blue-btn {
    border: 2px solid #FFF;
    position: relative;
    max-width: fit-content;
    min-width: 280px;
    background: none;
}

    #page_fair.onsite #details .steps .blue-btn:active, #page_fair.onsite #details .steps .blue-btn:focus, #page_fair.onsite #details .steps .blue-btn:hover {
        background-color: #FFF !important;
        background: #FFF !important;
        color: #006699 !important;
    }

#page_fair.onsite #testimonials-container {
    padding-bottom: 15px;
}

#page_fair .schools-filter {
    text-align: center;
}

    #page_fair .schools-filter .filter-item {
        font-size: 16px;
        color: #555;
        font-weight: 900;
        background: #f9f9f9;
        border-radius: 50px;
        display: inline-block;
        text-decoration: none;
        line-height: normal;
        margin-right: 8px;
        margin-bottom: 10px;
        border: 2px solid #CCC;
        padding: 10px 15px;
        min-width: unset;
    }

        #page_fair .schools-filter .filter-item.selected, #page_fair .schools-filter .filter-item:hover {
            border-color: #1c8acb;
            color: #1c8acb;
        }

.photos {
    padding: 70px 0 40px;
}

    .photos .fair-section {
        padding: 0;
        border-radius: 30px;
    }

        .photos .fair-section .background-parent, .photos .fair-section .background-parent .background, #seminars .fair-section .background-parent .background {
            height: 200px;
        }

        .photos .fair-section .background-parent {
            width: 100%;
            overflow: hidden;
        }

            .photos .fair-section .background-parent .background {
                background-size: contain !important;
                background-position: center;
                -moz-transition: all .2s;
                -o-transition: all .2s;
                -webkit-transition: all .2s;
                transition: all .2s;
            }

        .photos .fair-section:hover .background {
            -ms-transform: scale(1.02);
            -moz-transform: scale(1.02);
            -webkit-transform: scale(1.02);
            -o-transform: scale(1.02);
            transform: scale(1.02);
        }

        .photos .fair-section .content {
            padding: 0 30px 20px;
            background: #FFF;
        }

            .photos .fair-section .content .blue-btn {
                width: 100%;
                margin-top: 10px;
            }

#information .photos {
    padding: 0 0 0;
}

    #information .photos .fair-section .background-parent .background {
        background-position:center;
    }

#assistant {
    padding-top: 50px;
}

    #assistant .photos {
        padding-top: 0;
    }


    #assistant .photos .fair-section .background-parent, #assistant .photos .fair-section .background-parent .background {
        height: 190px;
        background-color: #44a2dd;
    }

    #assistant .photos .fair-section.displayname .background-parent .background {
        display: table;
        margin: 0 auto;
    }

        #assistant .photos .fair-section.displayname .background-parent .background span {
            font-size: 28px;
            font-weight: 600;
            color: #FFF;
            display: table-cell;
            vertical-align: middle;
            max-width: 200px;
        }


#page_fair #assistant .desc {
    margin-bottom: 20px;
    font-size: 17px;
}

#assistant .background span {
    font-size: 30px;
    color: #FFF;
    text-align: center;
}

.photos .fair-section .info {
    max-width: 100%;
}

.fair-section .info:lang(zh) {
    font-size: 15px;
}


.fair-section .dl {
    margin-top: 10px;
    width: 100%;
}

    .fair-section .dl a {
        text-decoration: none;
        display: block;
    }

.photos .header h1, #page_fair #information .header h1, #page_fair .header h1 {
    text-align: center;
    font-weight: 900;
    font-size: 39px;
}

#seminar-container {
    background-color: #ebf3fa;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 10px;
}

    #seminar-container h1 {
        margin-bottom: 20px;
        font-size: 50px;
    }


#page_fair #information .header h1 {
    margin-bottom: 30px;
}

#page_fair #information .header .description {
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
}

#page_fair .toggle-header .active .flag, #page_fair .toggle-header .uni-group:hover .header .flag {
    opacity: 1;
    transition: all 100ms ease-in;
}

.photos .icon {
    text-align: center;
    height: 100px;
}

    .photos .icon img {
        max-width: 95px;
        max-height: 95px;
        -moz-transition: all .1s cubic-bezier(0.42,0,0.58,1);
        -o-transition: all .1s cubic-bezier(0.42,0,0.58,1);
        -webkit-transition: all .1s cubic-bezier(0.42,0,0.58,1);
        transition: all .1s cubic-bezier(0.42,0,0.58,1);
    }


.photos:hover .icon img {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}

.slickinfo .slickcontent .slickheader span {
    font-size: 50px;
}

.slickinfo .slickcontent .slicktext p {
    font-size: 16px;
    margin-top: 5px;
}

.slickinfo .slickcontent .slickheader .fa {
    margin-bottom: 0;
}

#gallery .slickinfo {
    display: none;
}

#reasons .fair-section .content h2 {
    font-size: 23px;
    margin: 0 auto;
    max-width: 90%;
}

.slickinfo .slickcontent {
    padding: 20px 20px;
    min-width: 120px;
    background: none;
    border: none;
}

#register_wrapper::-webkit-scrollbar {
    width: 0; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}


.signup span.free {
    font-family: KG;
    text-transform: lowercase;
    margin-left: 10px;
}

#previewvideo {
    width: 80%;
    max-width: 1280px;
}

    #previewvideo .content {
        position: relative;
    }




.fair-section {
    background: #FFF;
    text-align: center;
    padding: 25px 30px;
    -moz-transition: all .1s cubic-bezier(0.42,0,0.58,1);
    -o-transition: all .1s cubic-bezier(0.42,0,0.58,1);
    -webkit-transition: all .1s cubic-bezier(0.42,0,0.58,1);
    transition: all .1s ease-in-out;
    overflow: hidden;
}

    .fair-section .info {
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        max-width: 245px;
    }

    .fair-section .icon {
        height: 80px;
    }

        .fair-section .icon img {
            max-width: 60px;
            max-height: 60px;
            -moz-transition: all .1s cubic-bezier(0.42,0,0.58,1);
            -o-transition: all .1s cubic-bezier(0.42,0,0.58,1);
            -webkit-transition: all .1s cubic-bezier(0.42,0,0.58,1);
            transition: all .1s cubic-bezier(0.42,0,0.58,1);
            margin: 0 auto;
        }

    .fair-section h2 {
        font-size: 21px;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 800;
        text-align: center;
    }

        .fair-section h2:lang(zh) {
            font-size: 20px;
        }

    .fair-section:hover .icon img {
        -moz-transition: all .1s cubic-bezier(0.42,0,0.58,1);
        -o-transition: all .1s cubic-bezier(0.42,0,0.58,1);
        -webkit-transition: all .1s cubic-bezier(0.42,0,0.58,1);
        transition: all .1s cubic-bezier(0.42,0,0.58,1);
        max-width: 64px;
        max-height: 64px;
    }



#testimonials-container {
    margin-bottom: 0;
    padding: 0;
    background-color: #EEE;
}

    #testimonials-container #testimonials {
        padding-bottom: 30px;
    }

    #testimonials-container .header h1, #testimonials-container .header h2 {
        margin-bottom: 30px;
    }

#testimonials .arrow_box {
    background: #FFF;
}

#page_fair #paragraphbody {
    margin-bottom: 25px;
}

    #page_fair #paragraphbody p {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        max-width: 55%;
        line-height: 1.8;
        font-size: 17px;
    }

#page_fair #seminars .slick-dots li button:before {
    font-size: 30px;
    color: #555;
}

#page_fair #seminars .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0095e0;
}

#page_fair #seminars .slick-dots li {
    width: 10px;
}

#register .info {
    text-align: center;
}

#register .register-form img.graduation-hat {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
}

.signup.blue-btn, .blue-btn.gtt-chat, .register-container .btn {
    min-width: 150px;
}

footer .upcoming {
    display: none;
}

#page_fair .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 100vw 40px 0;
    border-color: transparent transparent #069 transparent;
    background:#EEE;
}

    #page_fair .triangle.accent {
        background-color: #1c73a7;
    }

        #page_fair .triangle.accent.darker {
            background-color: #1e7db7;
        }

    #page_fair .triangle.a0 {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        border-width: 3px 100vw 40px 0;
    }

    #page_fair .triangle.a1 {
        border-width: 0 0 40px 100vw;
        background: #EEE;
    }

    #page_fair .triangle.a2 {
        border-width: 3px 100vw 30px 0;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    #page_fair .triangle.a3 {
        border-width: 0 0 40px 100vw;
        background: #EBEBEB;
    }

    #page_fair .triangle.a4 {
        border-color: transparent transparent #FFF transparent;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    #page_fair .triangle.a5 {
        border-width: 0px 0 40px 100vw;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        background: #E1E1E1;
    }

    #page_fair .triangle.a6 {
        border-width: 0 100vw 40px;
    }

    #page_fair .triangle.a7 {
        border-width: 3px 0 30px 100vw;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        background: #EBEBEB;
    }

    #page_fair .triangle.a8 {
        border-width: 0 0 40px 100vw;
        background: #FFF;
    }

    #page_fair .triangle.a9 {
        border-width: 0 0 40px 100vw;
        background: #FFF;
    }



@media all and (max-width:992px) {
    .carousel-inner.preview {
        width: 300%;
    }

        .carousel-inner.preview > .item {
            width: 30%;
            display: inline-block;
        }

            .carousel-inner.preview > .item.active1 {
                display: inline-block;
            }

    .popup_wrapper #register-form .cover, .survey {
        border-radius: 0;
    }

    #register-form .success-container {
        font-size: 18px;
    }


    #page_fair .requestcontainer .requestrow .requestcontent .requesttext {
        font-size: 26px;
        max-width: 97%;
    }

    .requestcontainer .requestrow .requestcontent .requesttext:lang(zh) {
        font-size: 19px;
    }

    .requestcontainer .requestrow .requestcontent {
        margin: 0;
        padding: 0 10px;
    }

    #page_fair .header h1 {
        font-size: 35px;
    }

    #testimonials-container {
        padding-top: 0;
    }

    #testimonials-container #testimonials {
        padding-bottom: 0;
        padding-top:20px;
    }

    #page_fair .requestcontainer {
       min-height:200px;
    }

    #page_fair .dream {
        background-image: none;
    }

    #page_fair #faq .faq-section {
        padding: 0 5px 70px;
    }

    #page_fair #represented {
        padding-top: 10px;
    }

    #page_fair .faq_answer img {
        height:170px;
    }
}


@media all and (min-width: 1280px) {
    .carousel-control .glyphicon-chevron-left {
        margin-left: -70px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -70px;
    }


}



@media all and (max-width: 1600px) {
    @keyframes riseUp {
        0% {
            background-position: 80% 300%, 19% 204%, 16% 162%, 28% 173%;
        }

        70% {
            background-position: 80% 129%, 19% 104%, 16% 62%, 28% 73%;
        }

        85% {
            background-position: 80% 128%, 19% 103%, 16% 60%, 28% 72%;
        }

        100% {
            background-position: 80% 129%, 19% 104%, 16% 62%, 28% 73%;
        }
    }


    @keyframes floatUpDown {
        0% {
            background-position: 80% 129%, 19% 104%, 16% 62%, 28% 73%;
        }

        50% {
            background-position: 80% 126%, 19% 98%, 16% 61%, 28% 71%;
        }

        100% {
            background-position: 80% 129%, 19% 104%, 16% 62%, 28% 73%;
        }
    }
    
}



@media all and (max-width:1200px) {
    #head h3 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #register .rowheader #head h1 {
        font-size: 52px !important;
    }



    #details .rowheader .intro p {
        margin: 20px auto;
    }

    .prelim input[type=checkbox] {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    #register-form label, #checkin-form label {
        float: left;
        max-width: 90%;
    }



    #page_fair #information {
        padding: 0 0 30px;
        padding-bottom: 0px;
        background: #EEE;
    }

        #page_fair #information .martop30 {
            margin-top: 15px;
        }

        #page_fair #information .fair-section {
            background: #ffffff;
            border-radius: 20px;
            min-height: 270px;
        }

            #page_fair #information .fair-section .blue-btn {
                margin-top: 10px;
            }

    #page_fair.onsite #information {
        padding-bottom: 0;
    }

    .fair-section {
        margin-bottom: 0;
        padding: 30px 15px;
        box-shadow: 1px 1px 3px rgb(216 216 216 / 0.90);
    }

        .fair-section .content h2, .fair-section h2 {
            font-size: 24px;
            font-weight: 900;
            line-height: 1.3;
        }

    #seminars .fair-section .content h2 {
        font-size: 20px;
    }

    #seminars .fair-section .content .speaker {
        font-size: 15px;
    }

    #seminars .fair-section .content .subject {
        font-size: 14px;
    }


    .photos .fair-section h2 {
        margin-top: 10px;
    }

    .fair-section .info {
        font-size: 18px;
        line-height:1.4;
        max-width: 100%;
    }

    .container-header {
        border-radius: 0;
    }

    .photos {
        padding-top: 0;
    }

        .photos .header h1, #page_fair #information .header h1 {
            line-height: normal;
        }

        .photos .header h1, .container-header h1 {
            font-size: 28px;
            margin-bottom: 15px;
            margin-top: 15px;
        }

    #fair {
        display: none;
    }

    .ribbon span {
        font-size: 17px;
        box-shadow: none !important;
    }

    .corner-ribbon.top-right {
        right: -95px !important;
        display: none;
    }

    .registerNow {
        font-size: 27px !important;
    }

    .forms .short {
        max-width: none;
        width: 100%;
    }

    .registerNow .button {
        border-radius: 0;
        padding: 6px 0;
    }

    .register-form {
        border-radius: 0;
    }



    #subjecttags .ms-ctn .ms-sel-item {
        font-size: 19px;
        border-radius: 100px;
        width: 100%;
    }

    .forms textarea, .forms select, #subjecttags .ms-ctn {
        font-size: 17px;
        min-height: 50px;
        border-radius: 26px;
    }

    .survey select.short {
        width: 100%;
    }

    #register .info {
        padding: 30px 15px 10px;
        font-size: 27px;
    }

        #register .info h1 {
            margin-top: 0;
            font-size: 55px;
            text-transform: uppercase;
        }


    #register-form .blue-btn, #checkin-form .blue-btn {
        margin-top: 5px;
    }

    #checkin-form #emailTB {
        margin-bottom: 10px;
        text-align: center;
        font-size: 23px !important;
    }

    #checkin-form .blue-btn {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #checkin-form .survey {
        padding-top: 50px;
    }

    .speech-bubble {
        position: relative;
    }

    #subjecttags .ms-ctn .ms-sel-ctn input {
        font-size: 20px;
        min-width: fit-content;
    }

    .col-xs-bottom-margin {
        margin-bottom: 15px;
    }

    .col-xs-bottom-margin-20 {
        margin-bottom: 20px;
    }

    #register-form input[type="text"],
    #register-form input[type="tel"],
    #register-form input[type="email"],
    #register-form select,
    #register-form textarea,
    #checkin-form input[type="text"],
    #checkin-form input[type="email"],
    #checkin-form input[type="tel"] {
        font-size: 19px;
        min-height: 50px;
        border-radius: 100px;
        font-size: 19px !important;
        padding-left: 15px !important;
    }


    #represented #universities #country .unis.martop0-sm {
        margin-top: 0;
        padding-top: 0 !important;
    }

    #register-form label, #checkin-form label {
        font-size: 18px;
        margin-bottom: 5px;
    }


    .row .active .header h2, .row .active .header span {
        font-size: 22px !important;
        font-weight: 900 !important;
    }

    .register-form .survey h1 {
        font-size: 62px;
        margin-bottom: 5px;
        margin-top: 0;
        text-transform: uppercase;
    }

    .survey, .form-bgr, #register-form .forms {
        background: #EEE;
    }

    .form-bgr, #register-form .forms {
        max-width: 100%;
    }

    #gallery-mobile1 .slickinfo .slick-list {
        margin: 0 -15px;
    }

    #gallery-mobile1 {
        margin-top: 0;
        margin-bottom: 40px;
    }

    #gallery-mobile2 {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    #gallery-mobile1, #gallery-mobile2 {
        padding-left: 0;
        padding-right: 0;
    }

    .slickinfo .slickcontent .slickheader span {
        font-size: 80px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 100;
    }

    #register .register-form img.goodiebag {
        width: 100%;
        max-width: 70px;
        margin-bottom: 15px;
        display: none;
    }

    .prelim {
        padding: 10px 0 0;
    }

    .survey {
        padding: 20px;
        margin-bottom: 0;
        padding-top: 25px;
    }

    #register #support {
        background: #e3f3ff;
        padding: 30px 0;
        margin-top: 30px;
    }

    .rowheader p {
        font-size: 17px;
    }

    #venue {
        text-align: center;
        margin: 10px 0 0;
    }

    #register .info {
        font-size: 22px;
        font-weight: 500;
    }

    #details .contained-container {
        padding-bottom: 0;
    }

    .slickinfo .slickcontent .slicktext p {
        font-size: 21px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 400;
    }

    .slickinfo .slickcontent .slickheader .fa {
        font-size: 70px;
    }


    #register-form .cover .head .large span, #checkin-form .cover .head .large span {
        font-size: 36px;
    }

    #checkin-form .cover .head span {
        font-size: 23px;
    }

    #reasons.carousel {
        background: #EEE;
    }

    .photos .header h1 {
        margin-bottom: 40px;
    }

    #reasons .fair-section {
        margin-bottom: 0;
        border-radius: 20px;
    }

    .photos .carousel-control .glyphicon-chevron-left, .photos .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .photos .carousel-control .icon-prev {
        top: 22%;
    }

    .photos .carousel-control .glyphicon-chevron-left, .photos .carousel-control .icon-prev {
        margin-left: 20px;
    }


    .slick-list {
        padding: 0 30px 0 5px !important;
    }


    .ms-ctn .ms-trigger {
        border-left: none !important;
    }

    body.fixed {
        width: 100%;
        height: 100%;
    }

    .register-div .signup.btn {
        font-size: 24px !important;
    }

    .fair-section .icon {
        height: 75px;
    }

    .register-button-container {
        margin: 0;
        width: 100%;
        max-width: none;
    }

    body.scrolled .register-button-container button {
        width: 49.5% !important;
        min-width: unset;
        display: inline;
        border-radius: 0 !important;
        font-size: 29px !important;
        padding: 9px 0px !important;
        box-sizing: border-box;
    }

        body.scrolled .register-button-container button.gtt-chat {
            background: #59a90f !important;
        }


    .register-button-container .signup.blue-btn {
        margin-bottom: 0;
        border-radius: 0 !important;
        font-size: 30px;
        width: 100%;
    }

    .photos .fair-section .content {
        padding: 0 12px 10px;
    }

    .survey.success .blue-btn {
        font-size: 25px;
    }

    #page_fair #details #head .register-container {
        margin-top: 30px;
    }

    #register .register-form img.graduation-hat {
        width: 90px;
        height: 90px;
        max-width: none;
    }


    #information .blue-btn {
        font-size: 27px;
    }

    #page_fair #paragraphbody p {
        font-size: 18px;
        max-width: 100%;
    }

        #page_fair #paragraphbody p:last-child {
            margin-bottom: 0;
        }

    #assistant .photos .fair-section .background-parent, #assistant .photos .fair-section .background-parent .background {
        height: 150px;
    }


    #seminars .fair-section .background-parent .background, #seminars .fair-section iframe {
        height: 145px !important;
    }

    #seminars .seminardays a {
        margin-bottom: 10px;
        width: 100%;
    }

    #seminars .seminardays {
        margin-bottom: 20px;
    }

    #seminars {
        margin-top: 40px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    #seminars .fair-section .content .description {
        max-width: 84%;
    }

    #seminars .cloneslick {
        margin-top: 15px;
    }

    #seminars .seminardays a.subcat {
        font-size: 17px;
    }

    #page_fair .triangle.a1 {
        border-width: 0 0 30px 100vw
    }

    #page_fair .triangle.a9 {
        border-width: 0 0 30px 100vw;
    }

    #page_fair .triangle.a6 {
        border-width: 0 100vw 30px;
    }

    #page_fair .triangle.a3 {
        border-width: 0 0 30px 100vw;
    }
}


@media all and (max-width:767px) {
    .survey {
        min-height: 100vh;
    }

    .survey {
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .rowheader h1 {
        font-size: 100px !important;
    }
}


@media only screen and (max-width: 480px) {

    #page_fair.onsite .dream {
        min-height:555px;
    }

    .rowheader h1 {
        font-size: 70px !important;
    }

    #page_fair #details .rowheader #head h2 {
        font-size: 45px;
        margin-top: 0;
    }

    #page_fair span.location {
        font-size: 21px;
    }

    #page_fair .smalldate {
        font-size: 25px;
    }

        #page_fair .smalldate.smaller {
            font-size:23px;
        }

        #register-form .forms #submitbtn, #register-form .forms #cancelBtn {
            min-height: 50px;
            margin-bottom: 5px;
        }

    #seminar-container h1 {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #seminar-container img {
        border-radius: 0;
    }

    #page_fair #head .logo {
        display:none;
        max-width: 180px;
    }

    #page_fair .requestcontainer .requestrow .requestcontent .requesttext {
        font-size: 21px;
    }

        #page_fair .requestcontainer .requestrow .requestcontent .requesttext.maxwidth80 {
            font-size: 21px;
            max-width: 97%;
        }
}


@media only screen and (max-width: 360px) {

    .smalldate {
        font-size: 26px;
    }

    .rowheader #head h1 {
        font-size: 55px !important;
    }

    .rowheader #head h2 {
        font-size: 24px;
    }

    #page_fair .requestcontainer .requestrow .requestcontent .requesttext {
        font-size: 24px;
    }
}


@media only screen and (min-width:1024px) and (max-width:1200px) {
    .contained-container {
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
        padding-bottom: 90px;
    }

    #details .rowheader #head h2 {
        font-size: 38px;
        margin-top: 0;
    }

    #register {
        display: none;
    }
}



@media only screen and (min-width:1200px) {

    #register-form .short {
        width: 55% !important;
    }

    .contained-container {
        border-radius: 15px;
    }
    .cover img {
        display: block;
        max-width: 500px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    #register-form img.goodiebag {
        width: 105px;
        position: absolute;
        bottom: 63px;
        right: 1px;
    }

    #register-form .success-container {
        padding-top: 0;
        font-size: 17px;
    }

    .awesome {
        height: auto;
        margin: unset;
        top: 0;
        left: 85%;
        width: 180px;
    }

    #head p:lang(zh) {
        font-size: 17px;
    }

    .photos #reasons.multi-item-carousel .carousel-control.left {
        display: none;
    }

    .photos #reasons.multi-item-carousel .carousel-control.right {
        display: none;
    }

        #seminars .fair-section .background-parent .background img {
            width: 100%;
        }


    #reasons .background-parent .background, #reasons .background-parent {
        height: 190px;
    }

    #page_fair #paragraphbody p {
        max-width: 65%;
        font-size: 18px;
    }

    #page_fair #information #paragraphbody p {
        max-width: 50%;
    }

    #seminars .seminardays {
        max-width: 77%;
    }

    #page_fair .slickinfo .slick-slide {
        padding: 10px 20px;
    }
}

@media only screen and (min-width:768px) {
    .popup_wrapper #register-form .cover, .popup_wrapper #checkin-form .cover {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .survey {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}



@media only screen and (min-width:992px) {
    #subjecttags .ms-ctn .ms-sel-ctn input {
        font-size: 17px;
        width: auto !important;
        border: none !important;
    }

    #register-form .cover {
        border-top-left-radius: 21px;
        border-top-right-radius: 21px;
    }

    #details .rowheader #head h1:lang(zh) {
        font-size: 137px;
    }

    .signup.blue-btn, .blue-btn.gtt-chat, .register-container .btn {
        min-width: 230px;
        font-size: 23px;
    }

    #page_fair #information {
        background: #EEE;
        padding: 0;
    }

    .fair-section {
        padding: 30px 15px;
        border-radius: 20px;
    }

    #page_fair #information .header h1 {
        margin-bottom: 30px;
    }


    .row-2 {
        margin-top: 30px;
    }


    #seminars .fair-section {
        margin-bottom: 30px;
    }

    #seminars .seminardays a {
        font-size: 17px;
    }
}

