  .breadcrumb {
	justify-content: flex-end;
	text-transform: uppercase;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    font-size: 12px;
	color: #425364;
    text-align: right;
	text-decoration: none !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
    padding-left: 5px;	
}

.section-page {
	padding-top: 100px;
	padding-bottom: 50px;
}
.section-page h1.page-title {
	display:block !important;
	font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 25px;
	text-transform:uppercase;
	color:#1b4976;
}
.section-page .entry-page {
	/*border-top: 10px solid #236192;*/
	border-bottom: 10px solid #236192;
    padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.section-page .entry-page time {
	font-weight: 900;
    text-transform: uppercase;
	    color: #236192;
    font-size: 14px;
}
.section-page .entry-page iframe {
	max-width:100%;
}
.section-page .entry-page h2 {
	font-family: 'Lato', sans-serif;
	color:#236192;
	    font-size: 25px;
    font-weight: 900;
	text-transform:uppercase;
}
.section-page .entry-page h3 {
	font-family: 'Lato', sans-serif;
	color:#425364;
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
	text-transform:uppercase;
}
.section-page .entry-page h4 {
	font-size: 18px;
	color:#236192;
}
.section-page .entry-page img {
    margin-bottom: 15px;	
}
.section-page .entry-page img.img-left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.section-page .entry-page img.img-right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.card-testi {
    justify-content: center;
    align-items: center;
    background-color: rgba(215, 210, 203, 0.6);
    border: none;
    padding: 30px 15px;
    margin-top: 30px;	
}
.card-testi .img-user {
	width: 100px;
    height: 100px;
    border-radius: 100% !important;
    object-fit: cover;
    margin-right: 15px;
    display: block;
}
.card-testi .content {
	max-width:70%;
}
.card-testi p {
	font-weight: 500;
    color: #425364;
	margin-bottom: 10px;
    font-size: 14px;
}
.card-testi h3 {
    font-family: 'OSP-DIN';	
    letter-spacing: 0px;
    font-weight: 400;
	margin:0;
	color:#425364;
	font-size: 18px;
	text-transform:uppercase;
}

.sidebar .nav {
	margin-bottom:30px;
}
.sidebar .nav .nav-item {
	padding: 0;
    text-transform: uppercase;
	background:#d7d2cb;
	margin-bottom:3px;
	
}
.sidebar .nav .nav-item a {
	font-size: 13px;
	color: #425364;
    text-decoration: none !important;
	padding: 15px 10px;
}

.sidebar .nav .nav-item a:hover { 
	background:#e8e5e1;
}
.sidebar .nav .nav-item.head {
	background:#236192;
	font-family: 'OSP-DIN';
	text-align: center;
	margin-bottom: 0;
	border-bottom:none;
}
.sidebar .nav .nav-item.head a {
	color: white;
    font-size: 20px;
    padding: 15px 10px;
}
.sidebar .nav .nav-item.head a:hover {
	background-color: #205680;
}
.sidebar .nav .nav-item.active {
	background:#e8e5e1;
}
.sidebar .nav .nav-item.active > a {
	font-weight:900;
}
.sidebar .nav .nav-item.has-child > a,
.sidebar .nav .nav-item.inner-child > a  {
	position:relative;
	padding-right: 30px;
}
.sidebar .nav .nav-item.inner-child .sub-menu .nav-item:last-child a {
	border-bottom: 1px solid;
}
.sidebar .nav .nav-item.has-child > a:after,
.sidebar .nav .nav-item.inner-child > a:after {
	content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    color: #425364;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    height: 35px;
    right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
    z-index: 1;
	pointer-events: none;
}
.sidebar .nav .nav-item.has-child.active > a:after,
.sidebar .nav .nav-item.inner-child.active > a:after {
	content: "\f107";
}
.sidebar .nav .nav-item .sub-menu {
	padding: 0;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.sidebar .nav .nav-item.active > .sub-menu {
	overflow-y: hidden;
	max-height: 1000px; /* approximate max height */
	transition: 0.5s;
}
.sidebar .nav .nav-item > .sub-menu .nav-item {
	background:transparent;
	padding: 0px;
    text-transform: initial;
    margin: 0;
	list-style:none;
}
.sidebar .nav .nav-item .sub-menu .nav-item.active > a {
	font-weight:900;
}
.sidebar .nav .nav-item .sub-menu .nav-item a {
	border-bottom:1px solid;
	font-weight:400;
	    padding: 10px 25px 10px 15px;
}
.sidebar .nav .nav-item .sub-menu .nav-item:last-child a {
	border-bottom:none;
}
.sidebar .nav .nav-item .sub-menu .nav-item.inner-child.active > a {
	border-bottom:none;
    font-weight: 400;	
	padding: 10px 25px 10px 15px;
}
.sidebar .nav .nav-item .sub-menu .nav-item.inner-child .sub-menu a {
	padding: 5px 30px;
    border: none;
}
.sidebar .nav .nav-item .sub-menu .nav-item.inner-child .nav-item:last-child a {
	padding: 5px 30px 10px;
   border-bottom:1px solid;
}
.big-nav .nav-item {
	margin-bottom:6px;
}
.big-nav .nav-link {
	display: block;
    padding: .5rem 1rem;
    padding: 15px 55px 15px 15px;
    background: #d7d2cb;
	color:#425364;
    position: relative;
    width: 100%;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
	text-decoration: none !important;
    font-weight: 400;	
}
.big-nav .nav-link:after {
	content: "\f105";
    font-family: "Font Awesome 5 Pro";
	font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: #425364;
    display: flex;
    width: 50px;
    justify-content: center;
    align-items: center;
}
.pagination-degree {
	align-items: center;
    margin: 0;
    padding-top: 15px;
    justify-content: space-between;	
}
.pagination-degree .page-item {
    width: 100%;
}
.pagination-degree .page-link {
	border: none;
    padding: 15px;
    font-family: 'OSP-DIN';
    letter-spacing: 2px;
    font-size: 20px;	
    background-color: transparent;
	text-transform:uppercase;
	text-decoration: none !important;
	color:#236192;
}
.pagination-degree .page-link.prev {
    border-right: 1px solid #236192;	
	text-align:right;
}
.pagination-degree .page-link.prev:before {
	content: "\f104";
    font-family: "Font Awesome 5 Pro";
	font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    color: #236192;
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;	
}
.pagination-degree .page-link.next:after {
	content: "\f105";
    font-family: "Font Awesome 5 Pro";
	font-weight: 900;
    font-style: normal;
	text-decoration: inherit;
    color: #236192;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;	
}
.hs-custom .newsImage {display:none;visibility:hidden;}
@media (min-width: 576px) {
	.pagination-degree .page-item {
		width: auto;	
	}	
	.pagination-degree .page-link.next {
		border-left: 1px solid #236192;
	}
}

@media (min-width: 768px) {

	.sidebar .nav .nav-item {
		padding: 0;
	}
	.sidebar .nav .nav-item a {
		font-size: 14px;
		font-size: 15px;
		padding: 15px;
	}
	.pagination-degree .page-link {
    	padding: 15px 30px;
	}
	.card-testi {
	flex-direction: row;
	}
}

@media (min-width: 992px) {
	.section-page h1.page-title.degree {
		    font-size: 38px;
	}
	.section-page .entry-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.sidebar .nav .nav-item a{
	    padding: 20px 15px;
	    font-size: 16px;
	}
	.sidebar .nav .nav-item.head a {
	   font-size: 28px;
	}
	.card-testi {
		padding: 50px 30px;
    	margin-top: 50px;
	}
	.big-nav .nav-item {
		margin-bottom: 13px;
	}
	.big-nav .nav-link  {
	    font-size: 18px;
	    padding: 20px 55px 20px 40px;	
	}
	.big-nav .nav-link:after {
	    width: 65px;	
	}
	.pagination-degree {
	    padding-top: 25px;	
	}
	.pagination-degree .page-link {
	    font-size: 30px;	
	    padding: 15px 40px;	
	}
}
@media (min-width: 1200px) {
.section-page h1.page-title.degree {
		    font-size: 45px;
	}
	.card-testi {
		padding: 60px 30px;
	}
	.card-testi .img-user {
		width: 125px;
    height: 125px;
		margin-right: 30px;
	}
	.card-testi p {
	    font-size: 18px;
    line-height: 25px;	
	}
	.card-testi h3 {
		font-size:23px;
	}
} 
.carousel-text-in-img .carousel .carousel-inner .carousel-item a,
.carousel-text-in-img .carousel .carousel-inner .carousel-item img {
	width: 100% !important;
}

.carousel-text-in-img .carousel .carousel-inner .carousel-item .carousel-caption {
    position: absolute !important;
}

.carousel-text-in-img .carousel .carousel-inner .carousel-item .carousel-caption h4,
.carousel-text-in-img .carousel .carousel-inner .carousel-item .carousel-caption p {
    color:white !important;
}

.carousel-text-in-img .carousel .carousel-control-prev {
	text-align: left;
}

.carousel-text-in-img .carousel .carousel-control-next {
	text-align: right;
}

.carousel-text-in-img .carousel .carousel-control-prev .sr-only:after {
    content: '<';
    position: absolute;
    left: -16px;
    width: 40px;
    height: 70px;
    text-align: center;
    font-size: 45px;
    color: white;
    background: black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.carousel-text-in-img .carousel .carousel-control-next .sr-only:after {
	content: '>';
    position: absolute;
    right: -16px;
	left: 20px;
    width: 40px;
    height: 70px;
    text-align: center;
    font-size: 45px;
    color: white;
    background: black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.carousel-text-in-img .carousel .carousel-control-next,
.carousel-text-in-img .carousel .carousel-control-prev {
	bottom: 50% !important;
	border: none;
}

.carousel-text-in-img .carousel .carousel-control-prev .sr-only,
.carousel-text-in-img .carousel .carousel-control-next .sr-only {
	color: transparent !important;
}

