.internship-pagination .guides-pager {
    font-family: 'Marcellus', sans-serif;
    display: flex;
    align-items: center;
}

.internship-pagination .page-numbers {
    font-size: 19px;
    color: #262626;
    text-decoration: none;
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    cursor: pointer;
    font-weight: 500;
    line-height: 43px;
    font-family: 'Marcellus';
}

.internship-pagination .page-numbers.current:not(.prev, .next) {
    background: #F6F6F6;
    color: #A5D62A !important;
    font-weight: 400;
    font-size: 25px;
    width: 29.52px;
    height: 29.52px;
    line-height: 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.facetwp-facet-pagination.internship-pagination{
    margin: 81px 0 0 !important;
}

.internship-pagination .page-numbers.prev, .internship-pagination .page-numbers.next {
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    outline: none;
}
.list-internship .box-content .description p a:hover{
	color: var(--e-global-color-secondary ) !important;
	text-decoration: underline;
}
.list-internship .box-content .description p a{
	font-weight: inherit;
	color: currentColor !important;
	text-decoration: none;
}
.internship-pagination .internship-pager{
    display: flex;
    align-items: center;
}
.internship-pagination .page-numbers{
    text-decoration: none !important;
}

.internship-pagination .page-numbers.prev:before, 
.internship-pagination .page-numbers.next:before {
    content: "";
    width: 35px;
    height: 21px;
    display: inline-block;
    background: url(../svg/arrow-left.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.internship-pagination .page-numbers.prev{
	margin-right: 26px;
}
.internship-pagination .page-numbers.next{
	margin-left: 26px;
}
.internship-pagination .page-numbers.next:before{
	background: url(../svg/arrow-right.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.internship-pagination .page-numbers.disabled{
    pointer-events: none;
}

.internship-pagination .page-numbers.prev:before {
    content: "\f177";
}

@media(max-width: 1699px) {
    .internship-pagination .page-numbers {
        font-size: 14px;
        line-height: 31px;
    }

    .internship-pagination .page-numbers.current:not(.prev, .next) {
        width: 21px;
        height: 21px;
        font-size: 18px;
        line-height: 31px;
    }
    .internship-pagination .page-numbers.prev {
	    margin-right: 18px;
	}
	.internship-pagination .page-numbers.next {
	    margin-left: 18px;
	}
}

.internship-content p{
	margin: 0 0 32px;
}
.internship-content ul{
    margin: 0 0 32px;
    padding: 0;
    list-style-type: none;
}
.internship-content ul li{
	display: contents;
}
.internship-content ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 3px;
}
.list-internship .box-content .col-left{
	width: 33.659%;
}
.list-internship .box-content .col-right{
	width: 66.341%;
	background: #F6F6F6;
	position: relative;
/*	overflow: hidden;*/
}
.list-internship .box-content .col-right:before{
	top: -2px;
	height: 72px;
}
.list-internship .box-content .col-right:after{
	bottom: -2px;
	height: 42px;
}
.list-internship .box-content .col-right:before,
.list-internship .box-content .col-right:after{
	content: '';
	position: absolute;
	left: 0;
	width: calc(100% - 10px);
	background: #F6F6F6;
}
.list-internship .box-content .col-right .content-post{
    overflow-y: auto;
    height: 100%;
    padding: 74px 138px 15px;
}
.list-internship .box-content .col-right .content-post::-webkit-scrollbar {
  width: 5px;
}
.list-internship .box-content .col-right .content-post::-webkit-scrollbar-track {
  background: #EBEBEB; 
}
 
.list-internship .box-content .col-right .content-post::-webkit-scrollbar-thumb {
  background: #A5D62A; 
  max-height: 228px;
  height: 228px;
}
.list-internship .box-content{
	display: flex;
	height: 1259px;
}
.list-internship .box-content .list-post .item .subtitle{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list-internship .box-content .subtitle{
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #82CA37;
	margin-bottom: 5px;
    text-transform: uppercase;
}
.list-internship .box-content .list-post .item .readmore-button:hover svg{
	fill: #82CA37;
}
.list-internship .box-content .list-post .item .readmore-button:hover{
	color: #82CA37;
	transition: all .25s ease;
}
.list-internship .box-content .list-post .item .readmore-button{
	font-size: 19px;
	line-height: 42px;
	font-family: 'Marcellus';
	text-decoration: none;
	color: #262626;
	transition: all .25s ease;
}
.list-internship .box-content .list-post .item .readmore-button svg{
    position: relative;
    top: 3px;
}
.list-internship .box-content .list-post .item .readmore-button span{
    padding-right: 5px;
    padding-bottom: 6px;
    margin-right: 3px;
    position: relative;
}
.list-internship .box-content .list-post .item .readmore-button span:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #A5D62A;
}
.list-internship .box-content .location{
	font-size: 17px;
	line-height: 24px;
    margin-bottom: 9px;
}
.list-internship .box-content .post-title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 25px;
	line-height: 31px;
	margin-bottom: 18px;
}
.list-internship .box-content .list-post .item-inner{
	position: relative;
	height: 100%;
/*	max-width: 390px;*/
}
.list-internship .box-content .list-post .item .content-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.list-internship .box-content .list-post .item:last-child:after,
.list-internship .box-content .list-post .item:last-child:before,
.list-internship .box-content .list-post .item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 15px);
	height: 2px;
	background: #EBEBEB;
}
.list-internship .box-content .list-post .item.active{
	background: #F6F6F6;
}
.list-internship .box-content .list-post .item{
	position: relative;
	padding: 42px 50px 28px 64px;
	height: 251.8px;
	cursor: pointer;
} 
.list-internship .box-content .list-post .item.active:before,
.list-internship .box-content .list-post .item.active+.item:before,
.list-internship .box-content .list-post .item:first-child:before{
	display: none;
}
.list-internship .box-content .list-post .item:last-child:after{
	top: auto;
	bottom: 0;
}
.list-internship .box-content .list-post .item:last-child{
	height: 253.8px;
}
.list-internship .box-content .list-post .item.active:last-child:after,
.list-internship .box-content .list-post .item.active:last-child:before{
	display: none;
}
.list-internship .box-content .col-right .content-post .content-heading{
	margin-bottom: 28px;
/*	max-width: 390px;*/
}
.list-internship .box-content .description .wp-block-heading{
	margin: 0;
	color: #707070;
	font-family: 'Poppins';
    font-size: 19px;
    line-height: 33px;
}
.list-internship .box-content .description ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #A5D62A;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 12px;
}
.list-internship .box-content .description ul{
	margin: 0 0 24px;
    list-style-type: none;
    padding-left: 2px;
}
.list-internship .box-content .description p{
	margin: 0 0 25px;
}
.internship-content p a{
	color: currentColor !important;
	font-weight: inherit;
}
.internship-content p a:hover{
	color: var(--e-global-color-secondary ) !important;
}
.list-internship .box-content .description p{
    font-size: 19px;
	line-height: 33px;
}
.list-internship .box-content .description ul li{
	position: relative;
	padding-left: 18px;
}
@media(max-width: 1699px){
	.internship-content ul,
	.internship-content p {
	    margin: 0 0 24px;
	}
	.list-internship .box-content .description ul li{
		padding-left: 12px;
	}
	.internship-content ul li:before{
	    margin-left: 1px;
        margin-right: 4px;
	}
	.list-internship .box-content .col-left {
	    width: 40.758%;
	}
	.list-internship .box-content .col-right{
		width: 59.242%;
	}
	.list-internship .box-content .subtitle {
	    font-size: 10px;
	}
	.list-internship .box-content .post-title{
	    font-size: 16px;
    	line-height: 20px;
	    margin-bottom: 4px;
	}
	.list-internship .box-content .location {
	    font-size: 12px;
        margin-bottom: 2px;
	}
	.list-internship .box-content .list-post .item .readmore-button span:before{
		height: 2px;
	}
	.list-internship .box-content .list-post .item .readmore-button {
	    font-size: 14px;
	    line-height: 31px;
	}
	.list-internship .box-content{
		height: 940px;
	}
	.list-internship .box-content .list-post .item:last-child{
		 height: 190px;
	}
	.list-internship .box-content .list-post .item{
	    height: 188px;
        padding: 34px 79px 30px;
	}
	.list-internship .box-content .list-post .item .readmore-button svg{
	    top: 1px;
	    width: 16px;
	    height: 10px;
	}
	.list-internship .box-content .list-post .item .readmore-button span {
	    padding-right: 0;
	    padding-bottom: 2px;
	    margin-right: 2px;
	}
	.list-internship .box-content .col-right .content-post{
	    padding: 68px 96px 8px;
	}
	.list-internship .box-content .col-right:after {
	    height: 10px;
	}
	.list-internship .box-content .description p{
	    font-size: 14px;
    	line-height: 24px;
	}
	.list-internship .box-content .description .wp-block-heading{
		font-size: 14px;
		line-height: 24px;
	}
	.list-internship .box-content .col-right .content-post .content-heading {
	    margin-bottom: 23px;
/*	    max-width: 224px;*/
	}
	.list-internship .box-content .description ul{
	    margin: 2px 0 30px;
	}
	.list-internship .box-content .description ul li:before{
	    width: 5px;
    	height: 5px;
	    margin-right: 8px;
    	top: 7px;
	}
	.list-internship .box-content .description ul li{
		margin-bottom: 3px;
	}
	.list-internship .box-content .col-right:before{
		height: 70px;
	}
	.facetwp-facet-pagination.internship-pagination {
	    margin: 62px 0 0 !important;
	}
	.internship-pagination .page-numbers.prev:before, .internship-pagination .page-numbers.next:before{
		width: 25px;
		height: 15px;
	}
}
@media(max-width: 1365px){
	.list-internship .box-content .col-right .content-post {
	    padding: 60px 40px 8px;
	}
	.list-internship .box-content .col-right:before {
	    height: 62px;
	}
	.list-internship .box-content .list-post .item {
	    padding: 30px 40px;
	}
}
@media(min-width: 768px){
	.list-internship .box-content .mobile-toggle,
	.list-internship .box-content .icon-toggle,
	.list-internship .box-content .list-post .item .post-content{
		display: none !important;
	}
	.list-internship .box-content .col-right .content-post .description{
		display: block !important;
	}
}
@media(max-width: 767.98px){
	.internship-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 5px;
		position: relative;
		background: transparent;
	    opacity: 1;
	}
	.internship-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 15px;
		height: 15px;
		margin: 0 5px;
	}
	.internship-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgb(0 0 0 / 50%);
		border-radius: 50%;
		z-index: 1;
	}
	.internship-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:after{
		content: '';
		position: absolute;
		width: 5px;
		height: 5px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #000;
		border-radius: 50%;
		z-index: 2;
	}
	.internship-slider .swiper-pagination{
		display: flex;
	    justify-content: center;
	    align-items: center;
        bottom: -18px !important;
	}
	.list-internship .box-content .col-right{
		display: none;
	}
	.list-internship .box-content .col-left {
	    width: 100%;
	}
	.list-internship .box-content .list-post .item .content-bottom {
	    position: static;
	}
	.list-internship .box-content .list-post .item .readmore-button{
		display: none;
	}
	.list-internship .box-content .list-post .item:last-child,
	.list-internship .box-content .list-post .item {
	    height: auto;
	    padding: 24px 18px 24px 23px;
	}
	.list-internship .box-content {
	    height: auto;
	    display: block;
	}
/*	.list-internship .box-content .list-post .item .post-content .description,*/
	.list-internship .box-content .list-post .item .content-top,
	.list-internship .box-content .list-post .item .content-bottom{
		display: none;
	}
	.list-internship .box-content .list-post .item.active .post-content .description{
		display: block;
	}
	.list-internship .box-content .list-post .item-inner{
		max-width: 100%;
	    position: static;
	}
	.list-internship .box-content .list-post .item .mobile-toggle {
	    opacity: 0;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    padding: 24px 18px 24px 23px;
	}
	.list-internship .box-content .subtitle,
	.list-internship .box-content .post-title,
	.list-internship .box-content .location{
		max-width: calc(100% - 42px);
	}
	.list-internship .box-content .list-post .item .icon-toggle{
	    position: absolute;
	    right: 25px;
    	top: 27px;
	}
	.list-internship .box-content .list-post .item .icon-toggle.active{
		transform: rotate(-180deg);
	}
	.internship-content ul, .internship-content p {
	    margin: 0 0 22px;
	}
	.internship-content ul li:before {
	    margin-left: 2px;
	    margin-right: 3px;
	    width: 4px;
	    height: 4px;
	    margin-top: -3px;
	}
	.list-internship .box-content .list-post .item:last-child:after, 
	.list-internship .box-content .list-post .item:last-child:before, 
	.list-internship .box-content .list-post .item:before{
		height: 1px;
		width: 100%;
	}
	.list-internship .box-content .list-post .item:first-child:before{
		display: block;
	}
	.list-internship .box-content .list-post .item.active:first-child:before{
		display: none;
	}
	.list-internship .box-content .item.active .subtitle{
		font-size: 9px;
		line-height: 10px;
	}
	.list-internship .box-content .list-post .item.active .mobile-toggle,
	.list-internship .box-content .list-post .item.active{
		padding: 30px 18px 17px 24px;
	}
	.list-internship .box-content .item.active .location {
	    font-size: 11px;
	    margin-bottom: 19px;
	}
	.list-internship .box-content .item.active .post-title{
		margin-bottom: 7px;
	}
	.list-internship .box-content .description .wp-block-heading {
	    font-size: 11px;
	    line-height: 19px;
	}
	.list-internship .box-content .description ul li,
	.list-internship .box-content .description p {
	    font-size: 11px;
	    line-height: 19px;
        margin: 0 0 12px
	}
	.list-internship .box-content .list-post .item .post-content .description{
		padding-top: 3px;
	}
	.list-internship .box-content .description ul li {
	    margin-bottom: 0px;
        padding-left: 9px;
	}
	.list-internship .box-content .description ul {
	    margin: 0px 0 30px;
	}
	.list-internship .box-content .description ul li:before{
	    margin-right: 4px;
	}
	.list-internship .box-content .description ul {
	    margin: 0px 0 8px;
	}
	.facetwp-facet-pagination.internship-pagination {
	    margin: 36px 0 0 !important;
	}
}
.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #A5D62A;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 