input[type=submit] {
    background: #00539e;
    color: #fff;
    padding: 0 20px;
    line-height: 65px;
    text-align: center
}

.form-card__icon.bus:before,
.form-card__icon.car:before,
.toggle-card__icon.bus:before,
.toggle-card__icon.car:before {
    color: #00539e;
}

.pgprogram-slide__img {
     display: block;
    /*width: 380px;*/
    height: 250px;
    height: 0;
    padding-bottom: 66.666667%;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 0;
    margin: 0 auto;
}

.pgprogram-slide__img:hover img {
    -webkit-transform: scale(1.1) rotate(-4deg);
    -moz-transform: scale(1.1) rotate(-4deg);
    -ms-transform: scale(1.1) rotate(-4deg);
    -o-transform: scale(1.1) rotate(-4deg);
    transform: scale(1.1) rotate(-4deg);
    -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
}

.pgprogram-slide__img:hover .program-slide__code:before {
    right: -320px;
    bottom: -255px;
    -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
}

.pgprogram-slide__img:hover .program-slide__code span {
    bottom: 12px;
    right: 5px;
    font-size: 30px;
    font-size: 1.66667rem;
    -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
}

.pgprogram-slide__img img {
    width: 100%;
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.pgprogram-slide__cover img {
    vertical-align: top
}

.pgprogram-slide__info {
    color: #00539e;
    font-weight: 500;
    line-height: 20px;
    margin: 12px 0 2px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 16px;
    font-size: .88889rem
}

.pgprogram-slide__info span {
    display: inline-block;
    vertical-align: middle
}

.pgprogram-slide__info .session {
    font-weight: 300
}

.pgprogram-slide__info .session span {
    margin: 5px 0
}

.pgprogram-slide__info .session-title {
    color: #2a4554
}

.pgprogram-slide__info .session-content {
    color: #a68137
}

.pgprogram-slide__info .paid {
    margin: 0 15px
}

.pgpgprogram-slide__info-hkd {
    font-size: 22px
}

.pgprogram-slide__title a {
    color: #2a4554;
    line-height: 32px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 28px;
    font-size: 1.55556rem
}

.pgprogram-slide__title a:hover {
    color: #00539e
}

@media only screen and (max-width:750px) {
	.page-cover__title span {
    line-height:1.2 !important;
    min-height: 94px;
    width: calc(100% - 2px);
	}
}


@media only screen and (max-width:550px) {
	.page-cover__title span {
        line-height:0.3;
	}
}


/* .search-programs__item {
    margin-right: 1%;
}

@media only screen and (max-width:1260px) {
    .search-programs__item {
        margin-right: 0
    }
} */


.program-list__main {
    display: -ms-flex;
    display: -mos-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -mos-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -1%;
}

.pgprogram-list__item {
    width: 100%;
    display: inline-block;
    display: -ms-flex;
    display: -mos-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    -mos-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 100%
}

.pgprogram-list__item:after,
.pgprogram-list__item:before {
    content: "";
    display: table;
    line-height: 0
}

.pgprogram-list__item:after {
    clear: both
}

@media only screen and (max-width:1380px) {
    .pgprogram-list__item {
        padding: 0px 0 30px;
    }
}

@media only screen and (max-width:750px) {
    .pgprogram-list__item {
        padding: 0px 0 70px;
        max-width: 400px;
        margin: 0 auto;
    }
}

.pgprogram-list__item:nth-child(2n) {
    background: #fef8ec
}

.pgprogram-list__item.fail {
    background: #ecedee!important
}

.pgpgprogram-list__col {
    float: left
}

.pgprogram-list__col.picture {
	 width: 100%;
	 background: #FFF;
	 -ms-flex: 0;
	 -mos-flex: 0;
	 -webkit-flex: 0;
	 flex: 0;
}

.pg_div2:after {
    content: "\0000a0";
    display: block;
    /* height: calc(1.3888889rem + 26px + 90px + 30px + 30px); */
}
.pgprogram-list__col.status {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (max-width:1380px) {
    .pgprogram-list__col.picture {
        width: 100%;
        /*padding: 0 30px 0 0*/
    }
}

@media only screen and (max-width:900px) {
    .pgprogram-list__col.picture {
        float: none;
        /*padding: 0 30px;*/
        width: 60%;
        margin: 0 auto
    }
    .pgprogram-list__col.status .status__btn.btn-join:before {
	    display: none
    }
    .pgprogram-list__col.status .status__btn.btn-join .js-join__link {
        width: auto;
        position: static;
        bottom: 0;
        left: 0
    }
    .pg_div2:after {
	    display: none;
    }
    .pgprogram-list__col.status {
        width: auto;
        position: static;
        bottom: 0;
        left: 0
    }
}

@media only screen and (max-width:750px) {
    .pgprogram-list__col.picture {
        width: 100%;
    }
}

@media only screen and (max-width:1380px) {
    .pgprogram-list__col.picture .pgprogram-slide__img {
        margin: 0 auto;
       /* width: 300px;*/
        max-width: 100%;
        height: auto
    }
    .pgprogram-slide__img {
        height: auto;
        padding-bottom: 0;
    }
}

@media only screen and (max-width:900px) {
    .pgprogram-list__col.picture .pgprogram-slide__img {
        width: 100%
    }
}

@media only screen and (max-width:360px) {
    .pgprogram-list__col.picture .pgprogram-slide__img {
        margin: 0 auto
    }
}

@media only screen and (max-width:900px) {
    .pgprogram-list__col.information {
        /* width: 60%;
        margin: 0 auto; */
        float: none;
        padding: 25px 30px 0
    }
}

/* @media only screen and (max-width:750px) {
    .pgprogram-list__col.information {
        width: 100%
    }
} */

.pgprogram-list__col.status {
    /*width: 30.6962%*/
	width: 100%;
    /* background: #fef8ec; */
    padding: 15px;
    display: inline-block;
}

@media only screen and (max-width:1380px) {
    .pgprogram-list__col.status {
        /* width: 100%; */
        /*float: right;*/
        /*padding: 25px 30px 0 0*/
    }
}

@media only screen and (max-width:900px) {
    .pgprogram-list__col.status {
        /* width: 60%;
        margin: 0 auto; */
        float: none;
        padding: 25px 30px 0
    }
	
	

	.is_bookmark {
		 padding: 0px 30px 0
	}



}

/* @media only screen and (max-width:750px) {
    .pgprogram-list__col.status {
        width: 100%
    }
} */

/* @media only screen and (max-width:750px) {
    .pgprogram-list__col.information,
    .pgprogram-list__col.picture,
    .pgprogram-list__col.status {
        max-width: 400px;
        margin: 0 auto
    }
} */




.pg_div2 {
	display: inline-block;
     width: 100%;
    background: #FFF;
    position: relative;
    -ms-flex: 1;
    -mos-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

@media only screen and (max-width:900px) {
    .pg_div2 {
        width: 60%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:750px) { 
    .pg_div2 {
        width: 100%;
    }
}

.highlight-pg-container {
    display: inline-block;
    width: 31.333%;
    vertical-align: top;
    position: relative;
    margin: 1%;
	/* background: #fef8ec; */
}

@media only screen and (min-width:1024px) {
    .highlight-pg-container:nth-child(3n+3) {
        border-right: none
    }
}

@media only screen and (max-width:1260px) and (min-width:751px) {
    .highlight-pg-container:nth-child(2n+2) {
        border-right: none
    }
}

@media only screen and (max-width:750px) {
    .highlight-pg-container {
        width: 100%;
        border-right: none
    }
}

.highlight-pg-container p {
    margin: 12px 13px
}

@media only screen and (max-width:900px) {
    .highlight-pg-container {
        width: 100%;
		/* background: #FFF; */
    }
	
	.pgprogram-list__col.status {
        /* background: #fef8ec; */
        padding-bottom: 20px;
        display: block;
	}
}

.information {
	padding-top: 15px;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom : 15px;
    /* background: #fef8ec; */
}



.is_bookmark {
	padding-top: 0px;
}


.pginformation__detail {
    font-size: 0;
    padding: 6px 0 13px;
    margin: 0 0 13px;
    /* border-bottom: 1px solid #e6e7e8 */
}

.page-enrolled-programs .pginformation__detail {
    border-bottom: none
}

@media only screen and (max-width:750px) {
    .pginformation__detail>span {
        display: block
    }
}

.pginformation__session:after,
.pginformation__session:before {
    content: "";
    display: table;
    line-height: 0
}

.pginformation__session:after {
    clear: both
}

.pginformation__location,
.pginformation__school,
.pginformation__date,
.pginformation__time {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    font-size: .88889rem;
    position: relative;
    padding-left: 18px;
    margin-top: 15px;
}

@media only screen and (max-width:750px) {
    .pginformation__location,
    .pginformation__school,
    .pginformation__date,
    .pginformation__time {
        display: block;
        width: 100%
    }
}

.pginformation__location:before,
.pginformation__school:before,
.pginformation__date:before,
.pginformation__time:before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.2em;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.pginformation__location:before {
    background-image: url(../img/info-icon/pginfo_icon__location.svg);
}

.pginformation__school:before {
    background-image: url(../img/info-icon/pginfo_icon__point.svg);
}

.pginformation__date:before {
    background-image: url(../img/info-icon/pginfo_icon__date.svg);
}

.pginformation__time:before {
    background-image: url(../img/info-icon/pginfo_icon__time.svg);
}

/* .pginformation__location:before {
    content: "";
    font-family: "HKUST Alumni Reunion";
    padding: 2px 6px 0 1px
}

.pginformation__school:before {
    content: "";
    font-family: "HKUST Alumni Reunion";
    font-size: 14px;
    padding: 0 5px 0 0
} */

.pginformation__session-item {
    float: left;
    width: 100%;
    padding: 0 0 0px 4px;
    line-height: 22px
}

@media only screen and (max-width:750px) {
    .pginformation__session-item {
        display: block;
        width: 100%;
        float: none;
        padding: 0
    }
}

.pginformation__session-item:nth-child(2n) {
    padding: 0 0 0 4px
}

@media only screen and (max-width:750px) {
    .pginformation__session-item:nth-child(2n) {
        padding: 0
    }
}

.pginformation__session-item.fail {
    position: relative
}

.pginformation__session-item.fail:before {
    content: "";
    height: 1px;
    width: 88%;
    background: #808285;
    position: absolute;
    top: 10px;
    left: 0
}

.pginformation__session-item span:last-child {
    color: #a68137
}

.information .pgprogram-slide__info {
    margin: 0 0 4px
}

@media only screen and (max-width:750px) {
    .popup-window__top .pgprogram-list__item {
        padding: 56px 15px 60px
    }
}

@media only screen and (max-width:750px) {
    .popup-window__top .pgprogram-slide__img {
        width: 100%!important
    }
    .popup-window__top .pgprogram-slide__img img {
        width: 100%;
        vertical-align: top
    }
}

@media only screen and (max-width:750px) {
    .popup-window__top .pgpgprogram-list__col {
        padding: 25px 0 0
    }
}

.register-form .select2-container--default .select2-selection--single {
    background-color: #00539e;
    border: 1px solid #00539e
}

.btn-start-add {
    background: #00539e;
}

.btn-start-add:hover {
    background: #00386b
}

.cart>.wrapper {
    max-width: unset;
    padding: 0!important
}

.cart .pgprogram-list__item,
.cart__actions,
.cart__notes,
.cart__title,
.cart__total,
.cart__user__name,
.cart__user__wrapper {
    max-width: 1380px;
    margin: 0 auto
}

@media only screen and (max-width:1380px) {
    .cart .pgprogram-list__item,
    .cart__actions,
    .cart__notes,
    .cart__title,
    .cart__total,
    .cart__user__name,
    .cart__user__wrapper {
        padding: 0 15px
    }
}

.cart__user__content .pgprogram-list__item {
    background: #fff;
    border-top: 1px solid #a68137;
    position: relative
}

@media only screen and (max-width:1380px) {
    .cart__user__content .pgprogram-list__item {
        margin: 0 15px;
        padding: 70px 0
    }
}

@media only screen and (max-width:750px) {
    .cart__user__content .pgprogram-list__item {
        padding: 70px 0 0
    }
}

.page-enrolled-programs .cart__user__content .pgprogram-list__item {
    border-top: none
}

@media only screen and (max-width:750px) {
    .page-enrolled-programs .cart__user__content .pgprogram-list__item {
        border-top: 1px solid #a68137
    }
}

.page-enrolled-programs .cart__user__content .pgprogram-list__item:first-child {
    border-top: 1px solid #a68137
}

.page-enrolled-programs .cart__user__content .pgprogram-list__item:nth-child(2n) {
    background: #fef8ec
}

@media only screen and (max-width:750px) {
    .page-enrolled-programs .cart__user__content .pgprogram-list__item:nth-child(2n) {
        background: #fff
    }
}

@media only screen and (min-width:1024px) {
    .page-transport .page-cover__title {
        padding: 172px 0 89px
    }
}

.transportation {
    padding: 102px 0 29px
}

@media only screen and (max-width:750px) {
    .transportation {
        padding: 39px 0 29px
    }
}

/* .tab-menu {
    padding: 63px 0 79px
}

@media only screen and (max-width:750px) {
    .tab-menu {
        padding: 27px 0 37px
    }
}

.tab-menu a,
.tab-menu li {
    display: inline-block;
    vertical-align: top
}

@media only screen and (max-width:800px) {
    .tab-menu a,
    .tab-menu li {
        display: block;
        width: 100%;
        text-align: center
    }
}

.tab-menu li {
    margin: 0 15px 0 0;
    max-width: 41%;
    min-width: 135px
}

.tab-menu li:last-child {
    margin: 0
}

@media only screen and (max-width:800px) {
    .tab-menu li {
        max-width: 100%
    }
}

.tab-menu__link {
    padding: 15px 25px;
}

@media only screen and (max-width:800px) {
    .tab-menu__link {
        margin: 0 0 10px
    }
}

@media only screen and (max-width:750px) {
    .tab-menu__link {
        padding: 15px 0
    }
}

@media only screen and (max-width:400px) {
    .tab-menu__link {
        padding-right: 0
    }
}

.tab-menu__link.active,
.tab-menu__link:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.tab-menu__link span {
    font-size: .88889rem
} */

.route-table__title {
    background: #00539e;
}

    @media only screen and (max-width:750px) {
        .route-table__title {
            padding: 11px 15px
        }
    }

.campus-map {
    background: #ebf5f8;
    padding: 130px 0
}

@media only screen and (max-width:1260px) {
    .campus-map {
        padding: 0
    }
}

.campus-map>.wrapper {
    padding: 0
}

/* .faq-table {
    padding: 100px 0 70px
}

@media only screen and (max-width:1260px) {
    .faq-table {
        padding: 50px 0
    }
}

.faq-table a {
    color: #00539e;
} */

.pg_date_div {
    position: absolute;
    bottom: -0;
    left: 50%;
    font-size: 18px;
	color: #b80000;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    line-height: normal;
    background: #F9F2F1;
    transform: translateX(-50%);
    text-shadow: none;
}

@media only screen and (max-width:1380px) {
	.filter-item.type>.select2-container {
		 width: 70% ! important;
	    width: calc(100% - 1.67em - 12px) ! important
	}
    .filter-item.type:nth-of-type(4) > .select2-container {
	width: calc(100% - 2.38em - 12px) ! important
    }
}

@media only screen and (max-width:1225px) {
	.filter-item.time select,
	.filter-item.time>.select2-container {
		
		width: 70% ! important;
	    width: calc(100% - 1.73em - 12px) ! important
	}
	
	.filter-item.school select,
	.filter-item.school>.select2-container {
	 
		  width: 65% ! important;
	    width: calc(100% - 3.41em - 12px) ! important
	}

}

@media only screen and (max-width:1047px) {
	.filter-item.school select,
	.filter-item.school>.select2-container {
	 
		  width: 60% ! important;
	    width: calc(100% - 3.41em - 12px) ! important
	}
}

@media only screen and (max-width:1027px) {
	.filter-item.type>.select2-container {
		 width: 65% ! important;
	    width: calc(100% - 1.67em - 12px) ! important
	}
	.filter-item.type:nth-of-type(4) > .select2-container {
	    width: calc(100% - 2.38em - 12px) ! important
	}
	
	.filter-item.type {
   
	width: 19%
	}
	
	.filter-item.time {
	    width: 19%
	}

}



@media only screen and (max-width:1260px) {
    .filter-item.time>.select2-container {
        width: 85% ! important;
    }

    .filter-item.school>.select2-container {
        width: 85% ! important;
    }

    .filter-item.type>.select2-container {
        width: 85% ! important;
    }

}



@media only screen and (max-width:480px) {
    .filter-item.time select, .filter-item.time>.select2-container {
        width: 81% ! important;
    }

    .filter-item.school select, .filter-item.school>.select2-container {
        width: 81% ! important;
    }

    .filter-item.type>.select2-container,
    div.filter-item.type>.select2-container,
    div.filter-item.type:nth-of-type(4) select, div.filter-item.type:nth-of-type(4)>.select2-container {
        width: 81% ! important;
    }
}

@media only screen and (max-width:355px) {
    .filter-item.time select, .filter-item.time>.select2-container {
        width: 79% ! important;
    }

    .filter-item.school select, .filter-item.school>.select2-container {
        width: 79% ! important;
    }

    .filter-item.type>.select2-container,
    div.filter-item.type>.select2-container,
    div.filter-item.type:nth-of-type(4) select, div.filter-item.type:nth-of-type(4)>.select2-container {
        width: 79% ! important;
    }

}

.program_detail {
    display: flex;
    flex-flow: row-reverse;
    margin-bottom: 50px;
}

.program_detail-side-l {
    width: 40%;
    padding-bottom: 80px;
    position: relative;
}

.program_detail-media {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.program_detail-side-r {
    width: 60%;
    padding-right: 60px;
}

.program_detail-picture .program-slide__img {
    width: 100%;
    height: auto;
}

.program_detail .status__flag {
    margin: 30px 0;
}

.program_detail .popup-window__detail {
    margin: 30px 0 0;
}

@media only screen and (max-width:1024px) {
    .program_detail {
        flex-flow: column;
    }
    
    .program_detail-side-l {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .program_detail-side-r {
        width: 100%;
        padding-right: 0;
    }
}