@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');

.custom-type {
	display: flex;
	justify-content: flex-end;
	padding-right: 50px;
	display: none;
}

.custom-type a {
	display: none !important;
	width: auto;
  /* background: #ffa820; */
  background: #00488f;
  font-size: 15px;
  color: white;
  display: flex;
  /* height: 40px; */
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
	padding: 15px 30px;
	text-align: center;
}

.custom-type.myshow a {
	display: block !important;
}


.page-template-template-news-media .tab-content{
	overflow: visible;
}
.scle-sticky-button{
	position: fixed;
	right: 0;
	top: 30%;
	transition: all 0.4s;
}
.scle-sticky-button.closed{
	right: -90px;
}
.scle-sticky-button.show{
	opacity: 1;
	visibility: visible;
}
.scle-sticky-button.hide{
	opacity: 0;
	visibility: hidden;
}
.scle-sticky-button .sbtn{
	width: 90px;
	background-color: #004891;
	margin-bottom: 2px;
	transition: all 0.4s;
}
.scle-sticky-button .sbtn:hover{
	background-color: #35cbdc;
}
.scle-sticky-button .sbtn a{
	display: block;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 22px 0;
}
.scle-sticky-button .sbtn-calendar a{
	padding: 13px 10px;
}
.scle-sticky-button .sbtn a img{
	margin-bottom: 3px;
}
.scle-sticky-button .sbtn-calendar a img{
	width: 35px;
}
.scle-sticky-button .sbtn-download a img{
	width: 33px;
}
.scle-sticky-button .sbtn-contact a img{
	width: 30px;
}
.scle-sticky-button .sbtn-apply a img{
	width: 32px;
}
.scle-sticky-button .sbtn-faq a img{
	width: 38px;
}
.scle-sticky-button .sbtn-tc a img{
	width: 38px;
	margin-left: 6px;
}
.scle-sticky-button .sticky-toggle{
	width: 40px;
	height: 40px;
	background-color: #004891;
	position: absolute;
	top: 0;
	left: -41px;
	cursor: pointer;
	transition: all 0.4s;
}
.scle-sticky-button .sticky-toggle:hover{
	background-color: #35cbdc;
}
.scle-sticky-button .sticky-toggle:before{
	content: ">";
	position: relative;
	display: block;
	color: #fff;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 24px;
}
.scle-sticky-button.closed .sticky-toggle:before{
	content: "<";
	position: relative;
}
.scle-modal .close{
	float: none;
	font-weight: normal;
    font-size: 45px;
    color: #484747;
    text-shadow: none;
    margin-right: 3%;
}
.scle-modal .modal-header{
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
	border: 0;
}
.scle-modal .modal-header .modal-title{
	padding: 0 5%;
	background-color: #35cbdc;
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.scle-modal .modal-header h4{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 65px;
}
.scle-modal .modal-header .title-wline{
	background-color: #fff;
	display: block;
	height: 2px;
	width: 70px;
	margin-right: 35px;
	margin-top: -5px;
}
.scle-modal .modal-content{
	border-radius: 0;
	border: 0;
}
.scle-modal .modal-body{
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 50px;
}
.slce-dl-all{
	width: 100%;
	margin-bottom: 50px;
	text-align: right;
}
.slce-dl-all a{
	display: inline-block;
	background-color: #ffa820;
	color: #fff;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 0 18px;
	line-height: 45px;
	transition: all 0.4s;
}
.slce-dl-all a:before{
	content: "";
	display: block;
	float: left;
	width: 21px;
	height: 18px;
	background: url(../img/btn-downloadall-white.png) top left no-repeat;
	background-size: 100%;
	margin-top: 14px;
	margin-right: 11px;
	display: none;
}
.slce-dl-file{
	font-size: 18px;
	color: #000400;
	display: block;
	margin-bottom: 25px;
}
.slce-dl-file:hover{
	color: #000400;
	text-decoration: underline;
}
.slce-dl-file:before{
	content: "";
	display: block;
	float: left;
	width: 21px;
	height: 18px;
	background: url(../img/btn-downloadall-black.png) top left no-repeat;
	background-size: 100%;
	margin-right: 11px;
}
#scle-download-accordion .card, #scle-download-accordion .card-header{
	border: 0;
}
#scle-download-accordion .card {
	margin-bottom: 7px;
}
#scle-download-accordion .card-header{
	border-radius: 0;
	padding: 0;
	background-color: transparent;
}
#scle-download-accordion .card-header a{
	background-color: #ffa820;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 12px 35px 9px;
	transition: all 0.4s;
}
#scle-download-accordion .card-header a.collapsed{
	background-color: #efefef;
	color: #323532;
}
#scle-download-accordion .card-header a:after{
	content: "\f0d7";
    font: normal normal normal 26px/1 FontAwesome;
    position: absolute;
    right: 18px;
    top: 11px;
    color: #fff;
    transition: all 0.2s;
}
#scle-download-accordion .card-header a.collapsed:after{
	color: #323532;
	transform: rotate(-90deg);
}
#scle-download-accordion .card-body{
	padding: 40px 25px;
}
#scle-download-accordion .tab-left{
	width: 50%;
	float: left;
	padding-right: 15px;
}
#scle-download-accordion .tab-right{
	padding-left: 15px;
	width: 50%;
	float: right;
}
.scle-updates-filter{
	text-align: center;
	margin-bottom: 30px;
}
.scle-updates-filter span{
	font-weight: bold;
}
.scle-updates-post-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f0f0f0;
  padding: 50px 0 100px;
}
.scle-updates-post-item{
	background-color: #fff;
	margin-bottom: 20px !important;
  padding: 20px 30px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
}
.scle-updates-post-item .s-calendar{
	background-color: #35cbdc;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 7px;
	padding: 10px;
	width: 80px;
	margin-right: 15px;
	float: left;
}
.scle-updates-post-item .s-heading{
	margin-bottom: 30px;
}
.scle-updates-post-item .s-heading .s-calendar{
	color: #fff;
	font-weight: bold;
}
.scle-updates-post-item .s-heading .sdate{
	font-size: 35px;
	text-align: center;
}
.scle-updates-post-item .s-heading .smonyear{
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.scle-updates-post-item .s-title{
	font-weight: bold;
	font-size: 18px;
	width: calc(100% - 100px);
	float: right;
}
.scle-updates-post-item .s-exceprt{
	margin-bottom: 20px;
	line-height: 1.4;
}
.scle-updates-post-item .s-readmore{
	text-align: right;
}
.scle-updates-post-item .s-readmore a{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 12px 25px 10px;
	background-color: #ffa820;
}
.s-pagination{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 50px;
}
.s-pagination span{
	display: inline-block;
	font-size: 17px;
	margin-right: 15px;
	cursor: pointer;
	line-height: 30px;
	padding: 2px 10px 0;
	transition: all 0.4s;
}
.s-pagination span:hover, .s-pagination span.active{
	background-color: #ffa820;
	color: #fff;
}
.s-pagination .p-first, .s-pagination .p-last{
	letter-spacing: -4px;
}
.ax-loading{
	position: relative;
	min-height: 55px;
}
.ax-loading:after{
	content: "";
	position: absolute;
	background: url(../img/loading.gif) center center no-repeat;
	background-size: 35px;
	width: 35px;
    height: 35px;
    top: 10px;
    left: 50%;
    margin-left: -17px;
}
.load-more.ax-loading a{
	display: none;
}
.form-loading{
	position: relative;
}
.form-loading:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.3;
	z-index: 999;
}
#slce-filter{
	border: 0;
}
.itabs {
	margin-top: 50px;
}
.itabs .itabs-nav{
	text-align: center;
}
.itabs .nav-tabs{
	margin-bottom: 30px;
	border-bottom: 1px solid #555555;
  display: flex;
  /* max-width: 800px; */
  max-width: 100%;
  margin: 0 auto 30px;
	justify-content: space-between;
}
.itabs .nav-tabs .nav-item{
	margin-right: 50px;
}
.itabs .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.itabs .nav-tabs .nav-link{
	border: 0;
	border-radius: 0;
	font-weight: bold;
	font-size: 25px;
	color: #000400;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.page-template-template-news-media .footer-zh {
	background: #f0f0f0;
}
.itabs .nav-tabs .nav-item.show .nav-link:after, .itabs .nav-tabs .nav-link.active:after{
	content: "";
	position: absolute;
	height: 3px;
	background-color: #ffa820;
	width: 100%;
	bottom: -1px;
    left: 0;
}
.single .entry-meta{
	font-size: 25px;
	margin-top: 25px;
	margin-bottom: 50px;
}
.footer-talk-con h3{
	font-weight: 300;
}
.single .entry-footer{
	border-top: 2px solid #d7d7d7;
	padding-top: 25px;
}
.cpt-name{
	display: inline-block;
	background-color: #41c2d2;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
  padding: 10px 20px 8px;
  margin: 15px 0 25px;
}
.single-bottom{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.single-bottom .post-navigation{
	color: #ffa820;t
	font-weight: bold;
	font-size: 21px;
}
.single-bottom .post-navigation a{
	color: #ffa820;
	transition: all 0.4s;
}
.single-bottom .post-navigation a:hover{
	color: #00488f;
}
.single-bottom .nav-separator{
	margin: 0 30px;
}
.social-share{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.social-share .share-title{
	color: #004891;
	font-weight: bold;
	font-size: 21px;
	margin-right: 20px;
	position: relative;
	padding-left: 45px;
}
.social-share .share-title:before{
	content: "";
	position: absolute;
	background: url(../img/social-share.png) top left no-repeat;
	background-size: 100%;
	width: 30px;
	height: 34px;
	top: -5px;
	left: 0;
}
.h3-normal h3{
	font-weight: normal;
}
.graduate-3col {
	margin: 40px 0 30px;
	padding-left: 70px;
}
.graduate-3col .wpb_wrapper{
	border-right: 1px solid #000;
}
.graduate-3col .vc_col-sm-4:last-child .wpb_wrapper{
	border: 0;
}
.graduate-3col .vc_column-inner{
	padding-right: 30px;
}
.graduate-3col p{
	font-size: 21px;
}
body.wpb-js-composer .sidc-tab.graduate-tab .vc_tta-tabs-list{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-end;
}
.sidc-tab.graduate-tab .vc_tta-tabs-list .vc_tta-tab{
	width: auto;
}
.sidc-tab.graduate-tab .vc_tta-tabs-list .vc_tta-tab a{
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.graduate-list .wpb_text_column ol{
	padding-left: 20px;
}
.graduate-list .wpb_text_column ul{
	margin-top: 10px;
}
.graduate-row2{
	overflow:visible !important;
}
#graduate-scrollbtn {
    position: absolute;
    background: #ffa820;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 180px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    top: -75px;
    right: 0;
}
#graduate-scrollbtn img {
	width: 39px;
    padding-right: 13px;
    border-right: solid 1px white;
    margin-right: 15px;
    margin-top: -2px;
}
#graduate-scrollbtn span{
	color: white;
    font-weight: bold;
}
#graduate_apply_now{
	color: #212529 !important;
}
#graduate_apply_now .modal-dialog, #examModal .modal-dialog{
	max-width: 920px;
}
#graduate_apply_now .col-sm-6, #graduate_apply_now .col-sm-12{
	margin-bottom: 30px !important;
}
#graduate_apply_now label{
	font-size: 18px;
	font-weight: bold;
}
#programme-search{
	/* background-image: linear-gradient(transparent 85px, #f0f0f0 85px); */
	    background-image: linear-gradient(transparent 145px, #f0f0f0 145px);
	/*background-color: #f0f0f0;*/
}
#programme-search .container{
	max-width: 1300px;
}
.programme-heading{
	background-color: #fff;
	padding: 30px 0 20px;
	position: relative;
}
.programme-type{
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.programme-type > a{
	font-size: 21px;
	color: #4d4d4d;
	display: inline-block;
	font-weight: bold;
	position: relative;
	transition: width 0.15s ease-in;
	padding: 0 15px;
	/* margin-right: 30px; */
	margin-right: 10px;
	margin-bottom: 10px;
}
.programme-type > a:last-child, .programme-display a:last-child{
	margin-right: 0;
}
.programme-type > a:hover, .programme-type > a.current{
	color: #ffa820;
}
.programme-type > a:after {
    content: '';
    width: 0;
    position: absolute;
    height: 3px;
    background: #ffa820;
    transition: width 0.15s ease-in;
    bottom: -6px;
    left: 0;
}
.programme-type > a:hover:after, .programme-type > a.current:after {
    width: 100%;
}
.programme-display{
	text-align: right;
}
.programme-display a{
	display: inline-block;
	margin-right: 13px;
}
.programme-display a.display-list{
	background: url(../img/display-list.png) top left no-repeat;
	width: 33px;
	height: 21px;
	background-size: 100%;
	transition: all 0.15s;
}
.programme-display a.display-list:hover, .programme-display a.display-list.active{
	background: url(../img/display-list-hover.png) top left no-repeat;
	background-size: 100%;
}
.programme-display a.display-grid{
	background: url(../img/display-grid.png) top left no-repeat;
	width: 24px;
	height: 21px;
	background-size: 100%;
	transition: all 0.15s;
}
.programme-display a.display-grid:hover, .programme-display a.display-grid.active{
	background: url(../img/display-grid-hover.png) top left no-repeat;
	background-size: 100%;
}
.programme-display a.display-calendar{
	background: url(../img/display-calendar.png) top left no-repeat;
	width: 27px;
	height: 24px;
	background-size: 100%;
	transition: all 0.15s;
}
.programme-display a.display-calendar:hover, .programme-display a.display-calendar.active{
	background: url(../img/display-calendar-hover.png) top left no-repeat;
	background-size: 100%;
}
#programme-wrapper{
	display: flex;
	flex-wrap: wrap;
}
#programme-left{
	width: 6%;
	position: relative;
  	box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	transition: all 0.3s linear;
}
#programme-right{
	width: 94%;
	transition: all 0.3s linear;
	min-height: 650px;
}
#programme-left .mini{
	position: relative;
	background-color: #00488f;
	margin-left: 7px;
	padding-top: 30px;
	z-index: 9;
	height: 100%;
	cursor: pointer;
}
#programme-left .large{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 100px 50px 0 15px;
}
#programme-left .mini .btn-closed{
	text-align: center;
	margin-bottom: 710px;
    opacity: 1;
    visibility: visible;
}
#programme-left .mini .btn-closed img{
	width: 34px;
}
#programme-left .mini .btn-open{
	position: absolute;
	top: 10%;
	right: -17px;
    opacity: 0;
    visibility: hidden;
    width: 45px;
    transition: all 0.15s ease-in;
}
#programme-left .mini .btn-open img{
	width: 45px;
}
#programme-left .mini .mini-title{
	position: absolute;
    top: 440px;
    left: -121px;
    width: 310px;
    color: #fff;
    font-size: 20px;
    transform: rotate(-90deg);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s;
}
#programme-left .mini .mini-title span{
	padding: 0 20px;
}
#programme-left.expanded .large{
	position: relative;
	opacity: 1;
	visibility: visible;
	transition: opacity .8s ease-in;
}
#programme-left.expanded .mini .mini-title, #programme-left.expanded .mini .btn-closed{
	opacity: 0;
	visibility: hidden;
}
#programme-left.expanded .mini .btn-open{
	transition: all 0.8s;
	opacity: 1;
	visibility: visible;
}
#programme-left.expanded{
	width: 25%;
  transition: all 0.3s linear;
}
#programme-left.expanded .mini{
	width: 4px;
	float: right;
}
#programme-right.expanded{
	width: 75%;
	transition: all 0.3s linear;
}
.programme-items{
	padding-left: 5%;
	padding-top: 25px;
}
.programme-items .list .p-item{
	width: 100%;
	background-color: #fff;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px 20px;
	position: relative;
	transition: all 0.4s;
}
.programme-items .list .s-calendar{
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80px;
	margin-right: 15px;
	font-family: 'Roboto', sans-serif;
}
.programme-items .list .sdate{
	border-radius: 7px;
    background-color: #35cbdc;
    font-size: 40px;
    width: 75px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 12px 0 10px;
    text-align: center;
    margin-bottom: 5px;
}
.programme-items .list .smonyear{
	font-size: 17px;
	font-weight: bold;
	color: #32373d;
	text-align: center;
	text-transform: uppercase;
}
.programme-items .list .p-type{
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: -7px;
	left: 110px;
	background-color: #53c004;
	color: #fff;
	min-width: 130px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 20px 6px 20px;
}
.ps-title{
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
}
.ps-subtitle{
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}
.ps-input{
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ebebeb;
	border: none;
	padding: 10px 23px;
	margin-bottom: 25px;
	font-size: 14px;
}
.ps-input::placeholder{
	font-size: 16px;
	color: #4d4d4d;
}
.ps-input:focus,.ps-select select:focus, .ax-submit:focus{
	outline: none;
	border: none;
}
.ps-select{
	padding: 10px 0 10px 23px;
	margin-bottom: 35px !important;
    background-color: #ebebeb;
    position: relative;
}
.ps-select.ps-select-year{
	margin-bottom: 20px !important;
}
.ps-multiselect{
	margin-bottom: 35px !important;
}
.ps-select:after{
	position: absolute;
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f0d7";
	top: 10px;
	right: 12px;
	pointer-events: none;
}
.ps-select select{
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    border: none;
    background-color: #ebebeb;
}
.ps-multiselect label{
    display: flex;
    font-size: 16px;
    min-height: 1px;
}
.ps-multiselect label input{
	margin-right: 5px;
}
.ps-multiselect label span:before{
	content: "|";
	display: inline-block;
	margin: 0 10px;
	display: none;
}
.ps-multiselect label span{
	padding-left: 12px;
}
.btn-hrdf{
	width: 40px;
}
.btn-cpe{
	width: 31px;
}
.load-more{
	text-align: center;
	padding-bottom: 30px;
}
.load-more a{
	display: inline-block;
	width: 40px;
}
.ax-hide{
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
.no-result{
	text-align: center;
}
.display-type{
	display: none;
}
.list{
	display: block;
}
.calendar{
	width: 100%;
	height: 100%;
}
#calendar-sidebar{
	position: fixed;
	z-index: 100;
	top: 0;
	right: -100vw;
	background: #00488f;
	width: 330px;
	padding: 35px 30px 0;
	height: 100%;
	transition: all 0.5s;
	overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#calendar-sidebar::-webkit-scrollbar {
    display: none;
}
#calendar-sidebar .s-sidebar-content{
	padding-right: 10px;
}
#calendar-sidebar .sidebar-title{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 15px;
}
#calendar-sidebar .sidebar-card{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 15px 1px rgba(1, 44, 86, 0.34);
  margin-bottom: 30px;
}
#calendar-sidebar .s-sidebar-title{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #fff;
}
#calendar-sidebar .s-sidebar-subtitle{
	margin-top: 7px;
	display: flex;
    flex-direction: row;
    align-items: center;
}
#calendar-sidebar .s-category-name{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background-color: #53575c;
	width: 70%;
    text-align: left;
    padding: 5px 10px 5px 20px;
    margin-right: 20px;
}
#calendar-sidebar .p-icons{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 40%;
	justify-content: flex-end;
}
#calendar-sidebar .p-icons div{
	text-align: center;
	display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#calendar-sidebar .p-icons .btn-hrdf{
	width: 29px;
}
#calendar-sidebar .p-icons span{
	font-size: 10px;
	color: #32373d;
}
#calendar-sidebar .prog-card-title{
	padding-left: 20px;
	margin-top: 10px;
}
#calendar-sidebar .prog-card-title a{
	font-size: 16px;
}
#calendar-sidebar .card-clock{
	padding-left: 20px;
	font-size: 15px;
	margin-bottom: 5px;
}
#calendar-sidebar .card-exam-content{
	padding-left: 20px;
}
#calendar-sidebar .card-exam-content *{
	font-size: 16px;
	font-weight: normal;
}
#calendar-sidebar .progr-card-location{
	padding-left: 20px;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
}
#calendar-sidebar .prog-pri-btn, #calendar-sidebar .prog-card-share {
    display: inline-block;
}
#calendar-sidebar .prog-pri-btn{
	padding-left: 20px;
}
#calendar-sidebar .prog-pri-btn a{
	width: 180px;
    height: auto;
    padding: 12px 0 10px;
}
#tab-calendar .fc-button-primary{
	border-radius: 0 !important;
	background-color: #35cbdc !important;
	border-color: #35cbdc !important;
}
#tab-calendar .fc-button-primary{
	transition: opacity 0.15s;
}
#tab-calendar .fc-button-primary:hover{
	opacity: 0.7;
}
#tab-calendar .fc-button-primary:focus{
	box-shadow: none !important;
}
#tab-calendar{
	background-color: #fff;
	padding: 35px 60px;
}
#tab-calendar.fc-unthemed td, #tab-calendar.fc-unthemed th{
	border-color: transparent;
	text-align: center;
}
#tab-calendar div.fc-widget-header{
	border: 0;
	border-bottom: 1px solid #c0c3cb;
}
#tab-calendar th.fc-day-header.fc-widget-header > span{
	color: #6c7981;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    display: block;
    padding: 8px 0 15px;
}
#tab-calendar.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{
	float: none;
	color: #52595f;
    font-size: 19px;
    font-weight: normal;
    padding-top: 20px;
    display: block;
    cursor: pointer;
}
#tab-calendar .fc-toolbar h2{
	margin-left: -7em;
}
#tab-calendar.fc-unthemed td.fc-day{
	cursor: pointer;
}
#tab-calendar.fc-unthemed td.fc-today{
	border: 0;
}
#tab-calendar tr > td > .fc-day-grid-event{
	border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    margin: 2px auto 0;
}
#tab-calendar .fc-content-skeleton span.fc-title{
	display: none;
}
.fc-event-container{
	display: none;
}
.fc-day-top{
	position: relative;
}
#position-scrollbtn{
	position: fixed;
	top: unset;
	bottom: 0;
}
#graduate-scrollbtn{
	position: fixed;
	top: unset;
	bottom: 0;
	right: 15%;
}
#examModal .slce-dl-all{
	text-align: left;
}
#examModal .modal-body{
	padding: 30px 100px 0;
}
#examModal h4{
	font-weight: bold;
	font-size: 16px;
}
#examModal ol, #examModal ul{
	padding-left: 17px;
}
#examModal ol li, #examModal ul li{
	margin-bottom: 10px;
}
#examModal table{
	width: 100%;
	margin-bottom: 20px;
}
#examModal table th, #examModal table td{
	padding: 10px 20px;
}
#examModal table th{
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
}
#examModal table td{
	border: 1px solid #e3e3e3;
}
.cs-close{
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 20px;
    right: 20px;
    font-size: 24px;
    display: none;
}
.list .prog-card-share{
	position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.list .prog-card-share .addtoany_shortcode{
	position: absolute;
    display: none;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.list .prog-card-share:hover .addtoany_shortcode{
	display: block;
}
.addtoany_list a:hover img, .addtoany_list a:hover span{
	opacity: 1;
}
body.search h1.page-title{
	font-size: 24px;
	margin-bottom: 20px;
}

body.search h2.entry-title{
	font-size: 21px;
}
body.search article{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
body.search .btn-secondary{
    background: #ffa820;
    color: white;
    border-radius: 0;
    border: 0;
}
.p-title a{
	color:  #212529;
}
#form-reset{
	display: none;
	opacity: 0;
	visibility: hidden;
}
.clear-all{
	text-align: right;
}
.clear-all span{
	display: inline-block;
	padding: 5px 10px 3px;
	background-color: #00488f;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
#scle-tab .nav-tabs li{
	width: 14%;
}
.single-programme h2.progr-pricing span{
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
.prog-pri-btn a.btn-learnmore{
	margin-bottom: 5px;
	/* background-color: #00488f; */
	background-color: #ffa820;
	color: #fff;
}
.g100 .gfield_checkbox li{
	width: 100%;
}
.prog-counter-list ol{
	padding-left: 25px !important;
}
.prog-counter-list ol li:before{
	transform: none;
	left: -24px;
}
.pricing-group{
	margin-bottom: 60px;
	background: #d7effc;
	padding-top: 25px;
}
.pricing-group > div{
	margin-bottom: 25px;
}
.pricing-group .pricing-item{
	background: #d7effc;
	height: 100%;
	padding: 25px 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.pricing-group .pricing-item .prog-pri-btn, .pricing-group .pricing-item .progr-pricing{
	margin-top: auto;
}
.pricing-group .pricing-item .prog-pri-btn a{
	margin: auto;
}
.prog-list-col4 .p-icons2 span{
	text-align: center;
}
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
	background-color: #fff;
	border: 0;
}
.consultancy-tab.sidc-tab .vc_tta-panel-body{
	padding-top: 40px !important;
}
.consultancy-tab.sidc-tab .vc_tta-panel-body ul li{
	margin-bottom: 20px;
}
.consultancy-tab.sidc-tab .vc_tta-tabs-list .vc_tta-tab{
	width: auto;
}
.consultancy-tab.sidc-tab .vc_tta-tabs-list{
	border-bottom: 0;
}
.para_content{
	margin-bottom: 90px;
}
.single-programme .algrid{
	margin-top: 30px;
}
.single-programme .entry-content.nopad h3.martop:first-child{
	margin-top: 0;
}
.single-programme .content-expand.sas{
	width: 100vw;
	margin-bottom: 60px !important;
}
.single-programme .pa1{
	margin-bottom: 16px;
}
.prog-card-share > img{
	transform: rotate(180deg);
}
#calendar-sidebar .prog-card-share {
	margin-bottom: 20px;
}

/* #annoucement_modal .modal-dialog{
	max-width: 100%;
	margin-top: 0;
}
#annoucement_modal .modal-content{
	border-radius: 0;
	background-color: #00488f;
	border: 0;
}
#annoucement_modal .modal-dialog .modal-header{
	border-radius: 0;
	background-color: #00488f;
	padding: 10px;
	border: 0;
}
#annoucement_modal .modal-header .close{
	text-shadow: none;
	color: #fff;
	font-size: 30px;
    opacity: 1;
    font-weight: normal;
}
#annoucement_modal .modal-dialog * {
	color: #fff !important;
} */

#annoucement_modal .modal-content{
	border-radius: 0;
	border: 0;
	background-color: transparent;
}
#annoucement_modal .modal-body .close{
	text-shadow: none;
	color: #000;
	font-size: 40px;
	opacity: 1;
	font-weight: normal;
	position: absolute;
	top: 45px;
	right: 60px;
}
#annoucement_modal .modal-body{
	padding: 0
}
#annoucement_modal .btn-annoucement{
	display: inline-block;
	background-color: #ffa820;
	color: #fff;
	font-size: 15px;
	padding: 12px 30px 8px;
	position: absolute;
	bottom: 35px;
	right: 60px;
}
.page-template-template-programme-search2 .programme-display{
	position: relative;
	top: unset;
	right: unset;
	text-align: right;
}
.page-template-template-programme-search2 .programme-heading{
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}
.page-template-template-programme-search2 .programme-type{
	margin-top: 30px;
}
.programme-type > a:last-child{
	margin-right: 0;
}
.page-template-template-programme-search2 #programme-search{
	background-image: linear-gradient(transparent 135px, #f0f0f0 135px);
}
.wpcf7 select{
	font-size: 18px;
}
.td-price{
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 12px;
}
#sidc-exam-table2{
	display: none;
}
#programme-content{
	padding-top: 80px !important;
    background-color: #f3f3f3 !important;
	 position: relative;
	 padding-bottom: 30px;
}
#programme-content::before{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 100%;
    background-color: #f3f3f3 !important;
}
#programme-content::after{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	right: 100%;
    background-color: #f3f3f3 !important;
}
#programme-content .nav-tabs{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	border: 0;
}
#programme-content .nav-tabs a{
	display: block;
	text-align: center;
	color: #000 !important;
   font-size: 24px;
   line-height: 1.3;
	font-weight: bold;
	padding: 14px 65px;
	position: relative;
}
#programme-content .nav-tabs a:after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 5px;
	background: #ffa820 !important;
	transition: all .3s ease-in;
}
#programme-content .nav-tabs a.active:after{
	width: 100%;
}
#programme-content .nav-tabs li{
	border-bottom: 1px solid #000;
	flex: 0 0 30%;
}
#programme-content .tab-content .tab-pane{
	padding-top: 80px;
	padding-bottom: 20px;
}
.prog-pri-btn a.disabled{
	pointer-events: none;
	background: #eee;
	color: #00488f;
}
@media(min-width: 576px) {
	#annoucement_modal .modal-dialog{
		max-width: 850px;
	}
}
@media (min-width: 1300px) {
	.single-prog-tab .vc_tta-panels{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media(max-width:991px){
	.graduate-3col {
		padding-left: 0;
		margin-left: -15px;
	}
	#tab-calendar .fc-toolbar h2{
		margin-left: 0;
	}
	.list .prog-card-share {
    right: 20px;
    top: auto;
    bottom: 10px;
	}
}
@media(max-width: 1200px){
	#calendar-sidebar{
		top: 60px;
		padding-bottom: 60px;
	}
	#annoucement_modal .modal-dialog{
		margin-top: 78px;
	}
}
@media (max-width: 700px){
	#annoucement_modal .modal-body .close{
		font-size: 30px;
		right: 50px;
	}
	#annoucement_modal .btn-annoucement{
		font-size: 14px;
		padding: 10px 30px 6px;
		right: 50px;
		bottom: 20px;
	}
}
@media(max-width: 600px){
	.cs-close{
		display: block;
	}
	#calendar-sidebar{
		width: 100%;
		padding-left: 15%;
		padding-right: 15%;
	}
	#examModal .modal-body{
		padding-left: 10%;
		padding-right: 10%;
	}
	#calendar-sidebar .card-exam-content *{
		font-size: 13px;
	}
}
@media(max-width: 575px){
	#graduate-scrollbtn {
		right: 0;
    height: 40px;
    width: auto;
    padding: 0 15px;
    font-size: 14px;
	}
	#graduate-scrollbtn img {
		height: 20px;
    width: auto;
	}
	.scle-modal .close {
		font-size: 32px;
	}
	#annoucement_modal .modal-body .close{
		font-size: 30px;
		top: 30px;
		right: 35px;
	}
	#annoucement_modal .btn-annoucement{
		font-size: 14px;
		padding: 8px 10px 4px;
		right: 35px;
		bottom: 10px;
	}
}
@media (max-width: 450px) {
	.sn-logo img{
		width: 200px;
		margin-top: 14px;
	}
}
@media (max-width: 420px) {
	#annoucement_modal .btn-annoucement{
		font-size: 12px;
		padding: 6px 6px 3px;
	}
}
