/* GENERAL */
/*	.bg-cdblue{background:#F5F8FA;}*/
.bg-cdbluedark {
	background: rgba(145, 218, 238, 0.2);
}

@media only screen and (max-width:767px) {
	.bg-cdblue {
		background: none;
	}

	.bg-cdbluedark {
		background: none;
	}
}

/* MENU */
.course-menumain {
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	background: #FFF;
}

.course-menu {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	padding: 5px 0px;
}

.course-menu .title-phone {
	width: 100%;
	display: none;
	flex-wrap: nowrap;
}

.course-menu .title {
	width: 100%;
	font-size: 1.5rem;
	font-weight: 300;
	margin: 5px 0px;
}

.course-menu .phone {
	width: 130px;
	flex: 0 0 130px;
	font-size: 1.6rem;
	line-height: 35px;
	color: #333;
	font-weight: 700;
	text-align: right;
}

.course-menu .menu-buttons {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.course-menu ul {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}

.course-menu ul li {
	float: left;
	border-radius: 0px 0.2rem 0.2rem 0px;
	margin-right: 1.2rem;
}

.course-menu ul li a {
	float: left;
	padding: 15px 0px;
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

.course-menu ul li a:hover {
	color: var(--blue);
	transition: 0.3s;
}

.course-menu ul li a.active {
	color: var(--blue);
	border-bottom: solid 2px var(--blue);
}

.course-menu .buttons {
	width: 240px;
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 240px;
	justify-content: flex-end;
}

.course-menu .buttons a {
	font-weight: 400;
	height: 36px;
	margin-left: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 0.2rem;
}

.course-menu .buttons i {
	font-size: 1.2rem;
	line-height: 1.5rem;
	float: left;
}

.course-menu .buttons span {
	font-size: 0.8rem;
	line-height: 1.5rem;
	float: left;
}

.course-menu .buttons .red {
	background: var(--blue);
	border: solid 1px var(--blue);
	color: #FFF;
	padding: 0px 15px;
}

.course-menu .buttons .red span {
	color: #FFF;
}

.course-menu .buttons .red:hover {
	background: none !important;
	color: var(--blue);
}

.course-menu .buttons .red:hover span {
	color: var(--blue);
}

.course-menu .buttons .blue {
	background: #FFF;
	color: var(--blue);
	border: solid 1px var(--blue);
	padding: 0px 5px;
}

.course-menu .buttons .blue span {
	color: #FFF;
}

.course-menu .buttons .blue:hover {
	background: var(--blue);
	color: #FFF !important;
}

.course-menu .buttons .blue:hover span {
	color: var(--blue);
}

.course-menumain.sticky {
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-left: 15px;
	box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
}

.course-menumain.sticky .course-menu {
	padding: 0px;
}

.course-menumain.sticky .title-phone {
	display: flex;
}

.course-menumain.sticky ul li a {
	padding: 10px 0px;
	border-bottom: solid 2px #FFF;
}

.course-menumain.sticky .buttons {
	margin-top: -10px;
}

@media only screen and (max-width:768px) {
	.course-menu .title {
		font-size: 1.2rem;
	}

	.course-menu .phone {
		font-size: 1.4rem;
	}

	.course-menu ul li a {
		font-size: 0.9rem;
	}

	.course-menu .menu-buttons {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.course-menu .buttons {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.course-menumain {
		display: none;
	}
}

/* DETAIL */
.courses-detail {
	width: 100%;
	padding: 2rem 0px 3rem;
}

.courses-detail .detail {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.courses-detail .detail .left {
	width: 50%;
}

.courses-detail .detail .left .logos {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #EEE;
	padding-bottom: 1.5rem;
}

.courses-detail .detail .left .logos .type1 {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
}

.courses-detail .detail .left .logos .type1 p {
	font-size: .9rem;
	letter-spacing: .25rem;
	margin-bottom: .5rem;
	margin-left: 1rem;
	font-style: italic;
	color: #0D336D;
	opacity: .8;
}

.courses-detail .detail .left .logos .type1 div {
	sdisplay: flex;
	align-items: center;
}

.courses-detail .detail .left .logos .type1 img {
	height: 4rem;
	float: left;
}

.courses-detail .detail .left .logos .type2.top {
	margin-top: 1.5rem;
}

.courses-detail .detail .left .logos .type2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.courses-detail .detail .left .logos .type2 p {
	width: 100%;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	color: #999;
	opacity: .8;
	font-weight: 300;
}

.courses-detail .detail .left .logos .type2 img,
.courses-detail .detail .left .logos .type2 .svgcss {
	height: 2rem;
	float: left;
	margin-right: 2rem;
}

.courses-detail .detail .left .logos .type2 .svgcss path {
	fill: #CCC !important;
}

.courses-detail .detail .left .logos .type2 .svgcss:hover path {
	fill: auto !important;
}

.courses-detail .detail .left .title {
	width: 100%;
	margin: 1.5rem 0 15px;
	color: #0D336D;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 1.15;
	position: relative;
	font-family: 'Roboto Slab', serif;
}

.courses-detail .detail .left .title span {
	position: absolute;
	right: 0;
	top: -18px;
	font-size: .75rem;
	border: solid 1px #0D336D;
	color: #0D336D;
	border-radius: .25rem;
	padding: .25rem .5rem;
	line-height: 1.15;
}

.courses-detail .detail .left .description {
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #525C65;
	line-height: 1.5rem;
	margin-bottom: 24px;
}

.courses-detail .detail .left .objectives {
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #525C65;
	line-height: 1.5rem;
	margin-bottom: 8px;
}

.courses-detail .detail .left .buttonsfollow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.courses-detail .detail .left .follow {
	width: 2.25rem;
	border-radius: .25rem;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	transition: .3s;
	background: #FFF;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.courses-detail .detail .left .follow:hover {
	transform: translateY(-2px);
}

.courses-detail .detail .left .follow i {
	font-size: 1.25rem;
	color: #CCC;
}

.courses-detail .detail .left .follow:hover i {
	color: #666;
}

.courses-detail .detail .left .follow.active i {
	color: var(--red);
}

.courses-detail .detail .left .buttons {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.courses-detail .detail .left .buttons a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.5rem;
	letter-spacing: .025em;
	padding: 3px 22px;
	border-radius: .25rem;
	margin-right: 1rem;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.courses-detail .detail .left .buttons a.info {
	background: #FFF;
	color: #333;
}

.courses-detail .detail .left .buttons a.info:hover {
	background: #FFF;
}

.courses-detail .detail .left .buttons a.info div {
	position: absolute;
	right: -5px;
	top: -5px;
	display: flex;
}

.courses-detail .detail .left .buttons a.info div i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	background: #FFF;
	padding: 3px;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.courses-detail .detail .left .buttons a.info div p {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 20px;
	display: none;
	font-size: 11px;
	background: #FFF;
	padding: 5px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.courses-detail .detail .left .buttons a.info div:hover p {
	display: inline;
}

.courses-detail .detail .left .buttons a.blue {
	background: #1a73e8;
	color: #FFF;
}

.courses-detail .detail .left .buttons a.blue:hover {
	background: #185abc;
}

.courses-detail .detail .left .buttons a.green {
	background: #c8e130;
	color: #001E2B;
}

.courses-detail .detail .left .buttons a.green:hover {
	background: #3898ec;
	color: #FFFFFF;
}

.courses-detail .detail .left .buttons a.blueborder {
	border: solid 1px #1a73e8;
	color: #1a73e8;
}

.courses-detail .detail .left .buttons a.greenborder {
	border: solid 1px #dadce0;
	color: #c8e130;
}

.courses-detail .detail .left .buttons a.greenborder:hover {
	border: solid 1px #c8e130;
	background: #c8e130;
	color: #FFF;
}

.courses-detail .detail .left .buttons a:hover {
	transform: translateY(-2px);
}

.courses-detail .detail .typebuttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.courses-detail .detail .typebuttons.margin {
	margin: 1rem 0 1.5rem;
}

.courses-detail .detail .typebuttons .itemtitle {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: .75rem;
	color: #333;
}

.courses-detail .detail .typebuttons .items {
	display: flex;
	flex-wrap: nowrap;
}

.courses-detail .detail .typebuttons .item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border-radius: .25rem;
	padding: 6px 14px 6px 6px;
	margin-right: 15px;
	background: #FFF;
	border: solid 1px #0D336D;
}

.courses-detail .detail .typebuttons .item .icon {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.courses-detail .detail .typebuttons .item p {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 2px;
	padding-left: 10px;
	color: #0D336D;
}

.courses-detail .detail .typebuttons .item1 .icon {
	background: url(../_resources/images/courseclass-type-3.svg) no-repeat;
	background-size: cover;
}

.courses-detail .detail .typebuttons .item2 .icon {
	background: url(../_resources/images/courseclass-type-2.svg) no-repeat;
	background-size: cover;
}

.courses-detail .detail .left .share {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin-top: 1rem;
	align-items: center;
}

.courses-detail .detail .left .share p {
	color: #333;
	font-size: .75rem;
	margin-right: .25rem;
}

.courses-detail .detail .left .share .button {
	width: 28px !important;
	height: 28px !important;
	margin: 0 .5rem 0 0;
}

.courses-detail .detail .left .share .at-icon-wrapper {
	width: 28px !important;
	height: 28px !important;
	padding: 0px;
}

.courses-detail .detail .left .share .at-icon-wrapper svg {
	width: 28px !important;
	height: 28px !important;
	opacity: .75;
}

.courses-detail .detail .right {
	width: 50%;
	height: 100%;
	padding-left: 15%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.courses-detail .detail .kurumsalbox {
	display: none !important;
}

.kurumsal .courses-detail .detail .kurumsalbox {
	display: block !important;
}

.courses-detail .detail .coursetab {
	position: relative;
	overflow: hidden;
	display: none;
	flex-wrap: wrap;
	width: 100%;
	border-radius: .5rem;
	transition: all 0.3s ease;
	transform: translateY(0px);
	box-shadow: 37.2px 62.5px 125px -25px rgba(50, 50, 93, .5), 22.3px 37.5px 75px -37.5px rgba(0, 0, 0, .6);
}

.courses-detail .detail .coursetab.active {
	display: flex;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.courses-detail .detail .coursetab.image {
	box-shadow: none;
}

.courses-detail .detail .coursetab.image img {
	border-radius: .5rem;
}

.courses-detail .detail .box {
	width: 100%;
	padding: 1rem 2rem 2rem;
	background: #FFF;
	border-radius: 0 0 .5rem .5rem;
}

.courses-detail .detail .band {
	width: 100%;
	padding: 0px 2rem;
	color: #001E2B;
	font-size: 1rem;
	line-height: 3.25rem;
	letter-spacing: .025em;
	border-radius: .5rem .5rem 0 0;
	font-weight: 500;
}

.courses-detail .detail .band.white {
	color: #FFF;
}

.courses-detail .detail .infotab .band {
	background: #0D336D;
	color: #FFF;
}

.courses-detail .detail .infotab .info {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 1.25rem;
}

.courses-detail .detail .infotab .info:last-child {
	border-bottom: none;
}

.courses-detail .detail .infotab .info i {
	font-size: 1.25rem;
	margin-right: .5rem;
}

.courses-detail .detail .infotab .info span {
	width: 100%;
	color: #333;
	font-size: 1rem;
}

.courses-detail .detail .infotab .info a {
	width: 100%;
	float: none;
	display: block;
	font-size: 0.9rem;
	color: #666;
	font-weight: 300;
	text-decoration: underline;
}

.courses-detail .detail .infotab .info a:hover {
	text-decoration: none;
}

.courses-detail .detail .infotab .quota {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	position: relative;
	margin: 1rem 0px 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.courses-detail .detail .infotab .quota div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-left: 1rem;
}

.courses-detail .detail .infotab .quota span {
	width: 100%;
	font-size: 1rem;
}

.courses-detail .detail .infotab .quota samp {
	width: 100%;
	font-size: 1.25rem;
}

.courses-detail .detail .infotab .quota p {
	width: 100%;
	color: #F00;
	font-size: .75rem;
	font-weight: 300;
}

.courses-detail .detail .pricetab .band {
	background: #c8e130;
}

.courses-detail .detail .coursetab .title {
	width: 100%;
	color: #3D4251;
	font-size: 1.125rem;
	margin-bottom: .25rem;
}

.courses-detail .detail .coursetab .subtitle {
	width: 100%;
	color: #3D4251;
	font-size: .9rem;
	font-weight: 300;
	margin-bottom: .5rem;
}

.courses-detail .detail .coursetab .buttons {
	width: 100%;
	margin-top: .5rem;
	justify-content: flex-end;
}

.courses-detail .detail .coursetab .buttons a.link {
	width: auto !important;
	font-size: .9rem;
	line-height: 2.5rem;
	letter-spacing: .025em;
	padding: 0px 2rem;
	border-radius: .25rem;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	background: #c8e130;
	color: #001E2B;
}

.courses-detail .detail .coursetab .buttons a.link-border {
	width: auto !important;
	font-size: .9rem;
	line-height: 2.5rem;
	letter-spacing: .025em;
	padding: 0px 1.75rem;
	border-radius: .25rem;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	border: solid 1px var(--blue);
	color: var(--blue);
}

.courses-detail .detail .coursetab .buttons a.link.full {
	width: 100% !important;
	justify-content: center;
}

.courses-detail .detail .coursetab .buttons a.blue {
	background: #0D336D;
	color: #FFF;
}

.courses-detail .detail .coursetab .buttons .addbasketresult {
	width: 100%;
	margin-top: .5rem;
	justify-content: flex-end;
	font-size: .75rem;
	color: #F00;
	text-align: right;
}

.courses-detail .detail .pricetab .code {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 1.25rem;
	color: #333;
	font-size: .9rem;
}

.courses-detail .detail .pricetab .code b {
	margin-left: .25rem;
}

.courses-detail .detail .pricetab .courseclass {
	width: 100%;
	height: 2.5rem;
	border: solid 1px #EEE;
}

.courses-detail .detail .pricetab .courseclass select {
	background: #FFF;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 1rem;
	font-weight: bold;
}

.courses-detail .detail .pricetab .pricelist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.courses-detail .detail .pricetab .pricelist .item {
	width: 100%;
	display: none;
	flex-wrap: wrap;
}

.courses-detail .detail .pricetab .pricelist .item.active {
	display: flex;
}

.courses-detail .detail .pricetab .prices {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.courses-detail .detail .pricetab .prices .titleprice {
	width: 100%;
	padding: 1rem 0px;
	border-bottom: solid 1px #EEE;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.courses-detail .detail .pricetab .prices .titleprice .title {
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	color: #333;
	margin-bottom: 0px;
}

.courses-detail .detail .pricetab .prices .titleprice .title span {
	width: 100%;
	color: #333;
	font-size: 1rem;
}

.courses-detail .detail .pricetab .prices .titleprice .title span i {
	font-size: 1rem;
	margin-right: .25rem;
}

.courses-detail .detail .pricetab .prices .titleprice .title a {
	color: #666;
	font-size: .75rem;
	margin: .25rem 0px 0px 1.5rem;
}

.courses-detail .detail .pricetab .prices .titleprice .title a:hover {
	color: var(--blue);
}

.courses-detail .detail .pricetab .prices .titleprice .title small {
	width: 100%;
	color: #333;
	font-size: .75rem;
	padding-left: 1.25rem;
	font-weight: lighter;
	font-style: italic;
}

.courses-detail .detail .pricetab .prices .titleprice .price {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 42%;
	justify-content: flex-end;
	align-items: flex-end;
}

.courses-detail .detail .pricetab .prices .titleprice .price samp {
	font-size: 1rem;
	margin-right: 5px;
	font-weight: 500;
	color: #333;
	opacity: 1rem;
}

.courses-detail .detail .pricetab .prices .titleprice .price span {
	font-size: 1.25rem;
	line-height: 1;
	color: #333;
}

.courses-detail .detail .pricetab .prices .titleprice.active .price span {
	font-weight: bold;
}

.courses-detail .detail .pricetab .prices .titleprice .price small {
	width: 100%;
	text-align: right;
	font-size: .8rem;
	font-weight: 300;
	color: #333;
	opacity: .6;
}

.courses-detail .detail .pricetab .prices .infopopup {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 1rem;
	margin: 2px 0px 0px 10px;
}

.courses-detail .detail .pricetab .prices .infopopup p {
	float: left;
	border: solid 2px #666;
	color: #333;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	font-size: .8rem;
	font-weight: 300;
	cursor: pointer;
}

.courses-detail .detail .pricetab .prices .infopopup small {
	display: none;
	position: absolute;
	right: 0px;
	top: 1.3rem;
	background: #666;
	z-index: 1000;
	color: #FFF;
	border-radius: 0.2rem;
	width: 240px;
	padding: 20px;
	line-height: 1rem;
	font-weight: 300;
	font-size: .8rem;
}

.courses-detail .detail .pricetab .prices .infopopup:hover small {
	display: inline;
}

.courses-detail .detail .coursetab .infoo {
	width: 100%;
	margin-top: 1rem;
}

.courses-detail .detail .coursetab .infoo p {
	width: 100%;
	margin-top: .5rem;
	font-size: .8rem;
	font-weight: 300;
}

.courses-detail .detail .coursetab .infoo a {
	color: var(--blue);
	font-size: .9rem;
}

.courses-detail .detail .coursetab .infoo a:hover {
	text-decoration: underline;
}

.courses-detail .detail .coursetab .infobig {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: .8rem;
	color: #333;
	align-items: center;
	margin-top: .5rem;
}

.courses-detail .detail .coursetab .infobig a {
	font-size: .8rem;
	text-decoration: underline;
	color: var(--blue);
	padding: 0 .25rem;
}

.courses-detail .detail .coursetab .infobig a:hover {
	color: var(--darkblue);
}

@media only screen and (max-width:767px) {
	.courses-detail {
		height: auto;
	}

	.courses-detail .detail {
		flex-wrap: wrap;
	}

	.courses-detail .detail .left {
		width: 100%;
		padding-bottom: 2rem;
	}

	.courses-detail .detail .left .logo {
		padding-bottom: .75rem;
	}

	.courses-detail .detail .left .logo img {
		height: 3rem;
		float: left;
	}

	.courses-detail .detail .left .title {
		font-size: 1.75rem;
		line-height: 2.5rem;
		margin: 1.75rem 0px .5rem;
	}

	.courses-detail .detail .left .title span {
		margin-top: -5px;
	}

	.courses-detail .detail .left .buttonsfollow {
		margin-top: 1rem;
		flex-wrap: wrap;
	}

	.courses-detail .detail .left .buttons {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}

	.courses-detail .detail .left .buttons a {
		width: 100%;
		line-height: 46px;
		text-align: center;
		padding: 0px 1rem;
		margin-right: 0;
		margin-bottom: .5rem;
		box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	}

	.courses-detail .detail .left .follow {
		display: none;
	}

	.courses-detail .detail .right {
		width: 100%;
		height: auto;
		padding-left: 0;
	}
}

/* BOX ITEM */
.courses-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}

.courses-box .item {
	display: flex;
	flex-wrap: wrap;
	width: 33.33%;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.courses-box .item a {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: .5rem;
	border: 1px solid #DADFE2;
	transition: all 0.3s ease;
}

.courses-box .item a:hover {
	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

.courses-box .item figure {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.courses-box .item figure img {
	width: 100%;
	float: left;
	border-radius: 4px;
}

.courses-box .item .title-more {
	position: absolute;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 30px;
}

.courses-box .item .title {
	width: 100%;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 500;
	color: #FFF;
	overflow: hidden;
	transition: all 0.3s ease;
}

.courses-box .item.black .title {
	color: #333;
}

.courses-box .item .tag {
	position: absolute;
	top: .5rem;
	right: -.5rem;
	font-size: .75rem;
	font-weight: 300;
	color: #FFF;
	border-radius: 1rem .25rem .25rem 1rem;
	padding: .25rem .5rem .25rem .75rem;
}

.courses-box .item .tag1 {
	background: var(--blue);
}

.courses-box .item .tag2 {
	background: var(--green);
}

.courses-box .item .tag3 {
	background: var(--darkblue);
}

.courses-box .item .more {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: auto;
	align-items: center;
}

.courses-box .item .more span {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	transition: all 0.3s ease;
	opacity: 1;
	position: relative;
	padding-right: 1rem;
}

.courses-box .item .more span i {
	position: absolute;
	right: -5px;
	top: -2px;
	font-size: 1rem;
	color: #FFF;
	transition: all 0.3s ease;
	opacity: 1;
	margin: .25rem 0 0 .75rem;
}

.courses-box .item a:hover .more span {
	opacity: 1;
}

.courses-box .item a:hover .more i {
	opacity: 1;
}

.courses-box .item .more:hover i {
	right: -10px;
}

.courses-box .item .dateup {
	position: absolute;
	right: -.5rem;
	top: .5rem;
	background: #FFF;
	border: solid 1px #EEE;
	border-radius: 1rem .25rem .25rem 1rem;
	padding: .25rem .5rem .25rem .75rem;
	font-size: .75rem;
	font-weight: 500;
	color: var(--darkblue);
}

.courses-box .item .dateup.top {
	top: 2.25rem;
}

@media only screen and (max-width:768px) {
	.courses-box .item {
		width: 33.33%;
	}
}

@media only screen and (max-width:767px) {
	.courses-box {
		padding: .5rem;
	}

	.courses-box .item {
		width: 50%;
	}

	.courses-box .item .title-more {
		padding: 20px;
	}
}

@media only screen and (max-width:450px) {
	.courses-box .item {
		width: 100%;
	}
}

.nomore .courses-box .item a {
	justify-content: flex-start;
}

.nomore .courses-box .item .more {
	display: none;
}

/* BOX ITEM */
.courses-box2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}

.courses-box2 .item {
	display: flex;
	flex-wrap: wrap;
	width: 25%;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.courses-box2 .item a {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: .5rem;
	border: 1px solid #DADFE2;
	transition: all 0.3s ease;
}

.courses-box2 .item a:hover {
	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
	background: var(--darkblue);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

.courses-box2 .item .title {
	width: 100%;
	min-height: 190px;
	float: left;
	padding: 50px 32px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 300;
	color: #294859;
	overflow: hidden;
	transition: all 0.3s ease;
}

.courses-box2 .item a:hover .title {
	color: #FFF;
}

.courses-box2 .item .dateup {
	position: absolute;
	right: -.5rem;
	top: 20px;
	background: #FFF;
	border: solid 1px #EEE;
	border-radius: 1rem .25rem .25rem 1rem;
	padding: .25rem .5rem .25rem .75rem;
	font-size: .75rem;
	font-weight: 500;
	color: var(--darkblue);
}

@media only screen and (max-width:768px) {
	.courses-box2 .item {
		width: 33.33%;
	}
}

@media only screen and (max-width:767px) {
	.courses-box2 {
		padding: .5rem;
	}

	.courses-box2 .item {
		width: 50%;
	}

	.courses-box2 .item .title {
		padding: 32px 20px;
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media only screen and (max-width:450px) {
	.courses-box2 .item {
		width: 100%;
	}
}

.nomore .courses-box2 .item a {
	justify-content: flex-start;
}

.nomore .courses-box2 .item .more {
	display: none;
}

/* BOX ITEM */
.courses-box4 {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}

.courses-box4 .item {
	display: flex;
	flex-wrap: wrap;
	width: 33.33%;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.courses-box4 .item a {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: .5rem;
	border: 1px solid #DADFE2;
	transition: all 0.3s ease;
}

.courses-box4 .item a:hover {
	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.courses-box4 .item a:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

.courses-box4 .item figure {
	position: relative;
	float: left;
	width: 100%;
	max-height: 210px;
	overflow: hidden;
	z-index: 1;
}

.courses-box4 .item figure img {
	width: 100%;
	max-height: 210px;
	float: left;
	border-radius: 4px 4px 0 0;
}

.courses-box4 .item .title-more {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
}

.courses-box4 .item .title {
	width: 100%;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 500;
	color: #333;
	overflow: hidden;
	transition: all 0.3s ease;
}

.courses-box4 .item .tag {
	position: absolute;
	z-index: 2;
	top: .5rem;
	right: -.5rem;
	font-size: .75rem;
	font-weight: 300;
	color: #FFF;
	border-radius: 1rem .25rem .25rem 1rem;
	padding: .25rem .5rem .25rem .75rem;
}

.courses-box4 .item .tag1 {
	background: var(--blue);
}

.courses-box4 .item .tag2 {
	background: var(--green);
}

.courses-box4 .item .tag3 {
	background: var(--darkblue);
}

.courses-box4 .item .more {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	align-items: center;
}

.courses-box4 .item .more span {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	transition: all 0.3s ease;
	opacity: 1;
	position: relative;
	padding-right: 1rem;
}

.courses-box4 .item .more span i {
	position: absolute;
	right: -5px;
	top: -2px;
	font-size: 1rem;
	color: #333;
	transition: all 0.3s ease;
	opacity: 1;
	margin: .25rem 0 0 .75rem;
}

.courses-box4 .item a:hover .more span {
	opacity: 1;
}

.courses-box4 .item a:hover .more i {
	opacity: 1;
}

.courses-box4 .item .more:hover i {
	right: -10px;
}

.courses-box4 .item .dateup {
	position: absolute;
	z-index: 2;
	right: -.5rem;
	top: .5rem;
	background: #FFF;
	border: solid 1px #EEE;
	border-radius: 1rem .25rem .25rem 1rem;
	padding: .25rem .5rem .25rem .75rem;
	font-size: .75rem;
	font-weight: 500;
	color: var(--darkblue);
}

.courses-box4 .item .dateup.top {
	top: 2.25rem;
}

@media only screen and (max-width:768px) {
	.courses-box4 .item {
		width: 33.33%;
	}
}

@media only screen and (max-width:767px) {
	.courses-box4 {
		padding: .5rem;
	}

	.courses-box4 .item {
		width: 50%;
	}

	.courses-box4 .item .title-more {
		padding: 15px;
	}
}

@media only screen and (max-width:450px) {
	.courses-box4 .item {
		width: 100%;
	}
}

/* BOX ITEM */
.schedule {
	width: 100%;
}

.schedule .tab {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 60px;
}

.schedule .tab li a {
	font-size: 18px;
	color: #294859;
	opacity: .6;
	border: 1px solid #d2d2d7;
	padding: 19px 30px;
}

.schedule .tab li:nth-child(1) a {
	border-radius: 5px 0 0 5px;
}

.schedule .tab li:nth-child(2) a {
	border-radius: 0;
}

.schedule .tab li:nth-child(3) a {
	border-radius: 0 5px 5px 0;
	color: red;
}

.schedule .tab li a.active {
	border: solid 1px var(--blue);
	opacity: 1;
	color: var(--blue);
}

.schedule .tab li:nth-child(3) a.active {
	border-color: red;
}

@media only screen and (max-width:767px) {
	.schedule .tab {
		margin-bottom: 30px;
	}

	.schedule .tab li a {
		font-size: 17px;
		padding: 15px 20px;
	}
}

@media only screen and (max-width:424px) {
	.schedule .tab li a {
		font-size: 16px;
		padding: 8px 12px;
	}
}

@media only screen and (max-width:374px) {
	.schedule .tab li a {
		font-size: 14px;
		padding: 5px 10px;
	}
}

/* courses-box3 */
.courses-box3 {
	display: flex;
	flex-wrap: wrap;
}

.courses-box3 .item {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	position: relative;
	width: 49%;
	background: #FFF;
	border-radius: .5rem;
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 40px;
	border: solid 1px #E8E8E8;
}

.courses-box3 .item:nth-child(2n) {
	margin-left: 2%;
}

.courses-box3 .item:hover {
	transform: translateY(-5px);
}

.courses-box3 .item .time {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 300;
	color: #294859;
	background: #f6f9fc;
	padding: 40px 20px 10px 30px;
}

.courses-box3 .item .info-image {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
}

.courses-box3 .item .image {
	width: 25%;
	background-size: cover !important;
	background-position: center !important;
	opacity: .75;
}

.courses-box3 .item .info {
	width: 75%;
	padding: 20px 20px 30px 30px;
}

.courses-box3 .item .info .title {
	width: 100%;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	color: #294859;
}

.courses-box3 .item .info .detail {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 10px;
	/*display: none;*/
}

.courses-box3 .item .info .detail .dates {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.courses-box3 .item .info .detail .dates p {
	width: 100%;
	font-size: 14px;
	color: 294859;
	margin-bottom: 5px;
}

.courses-box3 .item .info .detail .dates span {
	border: solid 1px #EEE;
	font-size: 14px;
	font-weight: 500;
	color: var(--darkblue);
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 6px 10px;
	border-radius: 4px;
}

.courses-box3 .item .info .detail .description {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.courses-box3 .item .info .detail .button {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
}

.courses-box3 .item .info .detail .button span {
	font-size: .9rem;
	line-height: 2.5rem;
	letter-spacing: .025em;
	padding: 0px 1.5rem;
	border-radius: .25rem;
	margin-right: 1rem;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	border: solid 1px var(--blue);
	background: var(--blue);
	color: #FFF;
}

.courses-box3 .item .info .detail .button span:hover {
	background: #FFF;
	color: #0D336D;
}

.courses-box3 .item .button {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
	justify-content: flex-end;
	align-items: flex-start;
}

.courses-box3 .item .button span {
	font-size: .9rem;
	line-height: 2.5rem;
	letter-spacing: .025em;
	padding: 0px 1.5rem;
	border-radius: .25rem;
	margin-right: 1rem;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	border: solid 1px var(--blue);
	background: var(--blue);
	color: #FFF;
}

.courses-box3 .item .button span:hover {
	background: #FFF;
	color: #0D336D;
}

@media only screen and (max-width:767px) {
	.courses-box3 {
		padding: 0 10px;
	}

	.courses-box3 .item {
		margin-bottom: 15px;
		width: 100%;
	}

	.courses-box3 .item:nth-child(2n) {
		margin-left: 0;
	}

	.courses-box3 .item .time {
		font-size: 20px;
	}

	.courses-box3 .item .info {}

	.courses-box3 .item .info .title {
		font-size: 16px;
	}
}

@media only screen and (max-width:479px) {
	.courses-box3 .item:nth-child(2n) {
		margin-left: 0;
	}

	.courses-box3 .item .time {
		padding: 20px;
	}

	.courses-box3 .item .info {
		width: 75%;
		padding: 20px;
	}
}

.nomore .courses-box3 .item {
	justify-content: flex-start;
}

.nomore .courses-box3 .item .more {
	display: none;
}

/* BOXONE */
.courses-boxone {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}

.courses-boxone .item {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
	height: 203px;
	padding: 0px 15px;
	margin-bottom: 20px;
}

.courses-boxone .item a {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: .5rem;
	border: 1px solid #DADFE2;
	transition: all 0.3s ease;
}

.courses-boxone .item a:hover {
	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.courses-boxone .item a:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

.courses-boxone .item figure {
	position: absolute;
	height: 203px;
	overflow: hidden;
	float: left;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	border-radius: 0.2rem;
}

.courses-boxone .item figure img {
	width: 100%;
	float: left;
}

.courses-boxone .item .title-more {
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.courses-boxone .item .title {
	width: 100%;
	float: left;
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 500;
	color: #FFF;
	overflow: hidden;
	transition: all 0.3s ease;
}

.courses-boxone .item .more {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.courses-boxone .item .more span {
	font-size: .9rem;
	font-weight: 500;
	color: #FFF;
	transition: all 0.3s ease;
	opacity: 1;
	position: relative;
	padding-right: 1rem;
}

.courses-boxone .item .more span i {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 1rem;
	color: #FFF;
	transition: all 0.3s ease;
	opacity: 1;
	margin: .25rem 0 0 .75rem;
}

.courses-boxone .item a:hover .more span {
	opacity: 1;
}

.courses-boxone .item a:hover .more i {
	opacity: 1;
}

.courses-boxone .item .more:hover i {
	right: -.5rem;
}

@media only screen and (max-width:767px) {
	.courses-boxone {
		padding: 0 .5rem;
	}
}

/* BOX NOIMAGE */
.courses-boxnoimage {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
}

.courses-boxnoimage .item {
	display: flex;
	flex-wrap: wrap;
	width: 33.33%;
	padding: 0px 10px;
	margin-bottom: 30px;
}

.courses-boxnoimage .item a {
	height: 100%;
	height: 201px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 100%;
	background: #FFF;
	transition: all 0.3s ease;
}

.courses-boxnoimage .item:nth-child(4n) a {
	background: #E3F2FA;
}

.courses-boxnoimage .item:nth-child(5n) a {
	background: #EBF6F1;
}

.courses-boxnoimage .item a:hover {
	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.courses-boxnoimage .item a:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

.courses-boxnoimage .item .title {
	width: 100%;
	float: left;
	padding: 2rem;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	color: #202c5e;
	overflow: hidden;
	transition: all 0.3s ease;
}

.courses-boxnoimage .item .more {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 1rem 2rem 2rem;
	margin-top: auto;
}

.courses-boxnoimage .item .more span {
	font-size: .9rem;
	font-weight: 500;
	color: #0D336D;
	transition: all 0.3s ease;
	opacity: 1;
	position: relative;
	padding-right: 1rem;
}

.courses-boxnoimage .item .more span i {
	position: absolute;
	right: 0px;
	top: -3px;
	font-size: 1rem;
	color: #0D336D;
	transition: all 0.3s ease;
	opacity: 1;
	margin: .25rem 0 0 .75rem;
}

.courses-boxnoimage .item a:hover .more span {
	opacity: 1;
}

.courses-boxnoimage .item a:hover .more i {
	opacity: 1;
}

.courses-boxnoimage .item .more:hover i {
	right: -.5rem;
}

@media only screen and (max-width:767px) {
	.courses-boxnoimage {
		padding: 0 .5rem;
		margin: 0px;
	}

	.courses-boxnoimage .item {
		width: 50%;
	}

	.courses-boxnoimage .item .title {
		padding: 2rem 1rem 1rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media only screen and (max-width:450px) {
	.courses-boxnoimage .item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0px;
	}
}

/* BOX ITEM 2*/
.courses-slidermain {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.courses-slider {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.courses-slidermain .prev,
.courses-slidermain .next {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	opacity: .75;
	z-index: 1000;
	width: 48px;
	height: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #dadce0;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .05), 0 1px 3px 1px rgba(60, 64, 67, .15);
	background: #fff;
	border-radius: 50%;
}

.courses-slidermain .prev i,
.courses-slidermain .next i {
	font-size: 30px;
	color: #333;
}

.courses-slidermain .prev:hover,
.courses-slidermain .next:hover {
	box-shadow: 0 2px 4px 0 rgba(60, 64, 67, .05), 0 2px 6px 2px rgba(60, 64, 67, .15);
	opacity: 1;
}

.courses-slidermain .prev:hover i,
.courses-slidermain .next:hover i {
	color: var(--blue);
}

.courses-slidermain .next {
	left: 0px;
}

.courses-slider .owl-stage-outer {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.courses-slider .owl-stage {
	float: left;
	display: flex;
}

.courses-slider .owl-item {
	float: left;
	width: 440px !important;
}

.courses-slider .owl-nav {
	display: none;
}

.courses-slider .owl-dots {
	width: 100%;
	display: none;
	flex-wrap: wrap;
	overflow: hidden;
	z-index: 100;
	justify-content: center;
	margin-top: 20px;
}

.courses-slider .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #292929;
	margin: 0 2px;
	cursor: pointer;
	opacity: .25;
}

.courses-slider .owl-dot.active {
	opacity: 1;
}

.courses-slider .item2 {
	display: flex;
	flex-wrap: wrap;
	width: 440px;
	padding-right: 30px;
}

.courses-box .item2 {
	display: flex;
	flex-wrap: wrap;
	width: 32%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 2%;
	padding-left: 0px;
}

.courses-box .item2:nth-child(3n) {
	margin-right: 0;
}

.courses-slider .item2 a {
	padding: 36px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	background: #FFF;
	border: 1px solid #dadce0;
	border-radius: .25rem;
	transition: all 0.3s ease;
}

.courses-slider .item2 a:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}

.courses-slider .item2 figure {
	float: left;
	width: 100%;
	height: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.courses-slider .item2 figure img {
	max-height: 20px;
	float: left;
}

.courses-slider .item2 .title {
	width: 100%;
	height: 110px;
	float: left;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 500;
	color: #202124;
	overflow: hidden;
	transition: all 0.3s ease;
}

.courses-slider .item2 .tag {
	font-size: 11px;
	font-weight: 500;
	border-radius: .25rem;
	padding: .125rem .5rem;
	margin-bottom: .5rem;
	letter-spacing: 1px;
}

.courses-slider .item2 .tag1 {
	background: var(--blue);
}

.courses-slider .item2 .tag2 {
	background: #e6f4ea;
	color: #0d652d;
}

.courses-slider .item2 .tag3 {
	background: var(--darkblue);
}

.courses-slider .item2 .more {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	justify-content: space-between;
}

.courses-slider .item2 .more span {
	font-size: .75rem;
	color: var(--blue);
	transition: all 0.3s ease;
	opacity: 1;
	position: relative;
}

.courses-slider .item2 .more i {
	font-size: 1rem;
	color: var(--blue);
	transition: all 0.3s ease;
	opacity: 1;
	margin: .125rem 0 0 .5rem;
}

.courses-slider .item2 a:hover .more span {
	opacity: 1;
}

.courses-slider .item2 a:hover .more i {
	opacity: 1;
	margin-left: 1rem;
}

.courses-slider .item2 .dateup {
	position: absolute;
	right: -.5rem;
	top: .5rem;
	background: #FFF;
	border: solid 1px #EEE;
	border-radius: .25rem;
	padding: .125rem .5rem;
	font-size: .75rem;
	font-weight: 500;
	color: var(--darkblue);
}

.courses-slider .item2 .dateup.top {
	top: 2.25rem;
}

.bogazici .courses-detail .detail .left .logos .type1 img {
	height: 7rem;
}

@media only screen and (max-width:768px) {
	.courses-slider .item2 {
		width: 33.33%;
	}
}

@media only screen and (max-width:767px) {
	.bogazici .courses-detail .detail .left .logos .type1 img {
		height: 4.5rem;
	}

	.bogazici .courses-detail .detail .left .logos .type1 p {
		margin-left: 0.5rem;
		line-height: 0.8em;
	}

	.courses-slider {
		padding: 0px 10px;
	}

	.courses-slidermain .prev,
	.courses-slidermain .next {
		margin-top: -12px;
		width: 24px;
		height: 24px;
	}

	.courses-slidermain .prev i,
	.courses-slidermain .next i {
		font-size: 20px;
	}

	.courses-slidermain .prev {
		left: 20px;
	}

	.courses-slidermain .next {
		right: 20px;
	}

	.courses-slider .owl-item {
		width: 100% !important;
	}

	.courses-slider .item2 {
		width: 100%;
		padding-right: 0px;
	}
}

/* BOX ITEM 3*/
.courses-box .item3 {
	display: flex;
	flex-wrap: wrap;
	width: 20%;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.courses-box .item3 a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #FFF;
	border-radius: .25rem;
	border: 1px solid #DADFE2;
	transition: all 0.3s ease;
	font-size: 1rem;
	color: #333;
	font-weight: 300;
	padding-top: 4rem;
	text-align: center;
	line-height: 1.375rem;
}

.courses-box .item3 a:hover {
	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

/*	.viewbg{background:url(../_resources/images/background.svg) no-repeat; background-position:center right; background-size:cover; margin-top:-20px; padding-top:20px;}*/


.seoozel .courses-detail .detail .left .title {
	font-weight: bold;
}

.notitle .courses-detail .detail .left .title span {
	display: none;
}