.article-section {
	position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}
.page-title-box {
	padding-bottom: 10px;
    margin-bottom: 100px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8EFF9;
}
.page-title-box > .col-md-12 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-title-box .right-short p,
.page-title-box .right-short .dropdown {
	font-weight: 400;
font-size: 20px;
line-height: 32px;
color: #004990;
margin-bottom: 0;
}

.page-title-box .right-short {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.page-title-box .right-short .btn.dropdown-toggle {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #004990;
    padding: 0 0 0 10px;
}
.page-title-box .right-short .btn.dropdown-toggle.show,
.page-title-box .right-short .btn.dropdown-toggle:active {
	border: 1px solid transparent;
}
.page-title-box .right-short .btn.dropdown-toggle:hover{
	    color: var(--yellow);
}

.article-single-box {
	display: inline-block;
	margin-bottom: 50px;
}
.article-single-box .update-img {
	margin-bottom: -21px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}
.article-single-box .update-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.article-single-box .update-img img {
	width: 100%;
	height: 418px;
	object-fit: cover;
	transition: all 0.5s ease;
}
.article-single-box .detail-update {
	margin-left: 20px;
	text-align: left;
}
.detail-update h4.p {
	background: #E8EFF9;
	font-size: 20px;
	line-height: 1.6;
	padding: 3px 15px;
	font-family: 'Arial';
	display: inline-block;
	color: #58636C;
	position: relative;
	z-index: 99;
	font-weight: 400;
	margin-bottom: 5px;
}
.detail-update h3.h6 {
	font-weight: bold;
	margin-left: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #041F3A;
	margin-top: 0;
}
.detail-update .learn-more {
	margin-left: 15px;
	color:#004990;
	font-size: 20px;
	line-height: 1.6;
	margin-top: 5px;
	display: inline-block;
}
.detail-update .learn-more:after {
	font-family: 'icomoon' !important;
	content: "\e909";
	transition: all 0.5s ease;
	color: #004990;
	display: inline-block;
	line-height: normal;
	margin-left: 8px;
	position: relative;
	top: 1px;
}
.detail-update .learn-more:hover, .detail-update .learn-more:hover:after {
	color: #FF9E45;
}
.article-single-box .update-img {
	overflow: hidden;
}
.article-single-box:hover .update-img{
	border-radius: 20px;
}
.article-single-box:hover .update-img img {
	border-radius: 20px;
	transform: scale(1.1);
}
.article-single-box:hover .update-img:before {
	background:rgba(11,137,198,.4);
	z-index: 9;
}
.article-single-box:hover h3.h6 {
	color: #0b89c6;
}



/* pagination css */
.nato-pagination .pagination {	
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 50px;
	border-top: 1px solid #E8EFF9;
	margin: 0;
}
.nato-pagination .row:last-child .col-lg-12{
	display: none;
}
.nato-pagination .pagination .page-item .page-link,
.nato-pagination .pagination .page-item .page-numbers {
	border: 0;
    background: transparent;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #01172D;
	padding: 0px 12px;
	text-decoration: none;
}
.nato-pagination .pagination .page-item.active .page-link, .nato-pagination .pagination .page-item.active .page-numbers{
	    color: #0b89c6;
}
/*.nato-pagination .pagination .page-item .page-numbers.prev,
.nato-pagination .pagination .page-item .page-numbers.next {
	padding: 0;
}*/
.nato-pagination .pagination .page-item .page-link:hover {
	color: #0B89C6;
}

.article-section ul.pagination li:first-child {
	/*margin-right: 15px;*/
}
.article-section ul.pagination li:last-child {
	/*margin-left: 15px;*/
}


/* button css */

.btn-blue {
    position: relative;
}

.btn-blue a {
    font-size: 20px;
    line-height: 1.6;
    padding: 9px 20px;
    background: #0B89C6;
    color: #fff;
    display: inline-block;
    position: relative;
}

.btn-blue a span:after {
    font-family: 'icomoon' !important;
    content: "\e908";
    color: #fff;
    display: inline-block;
    margin-left: 8px;
}

.btn-blue a:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    content: "";
    background: #003D78;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-blue a:hover:before {
    width: 100%;
    right: 0;
    left: 0%;
}

.btn-blue a:hover {
    color: #fff;
}

.btn-blue a span {
    z-index: 1;
    position: relative;
    color: #fff;
}

.btn-blue .left-angle-btn,
.btn-blue .right-angle-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    transform: rotate(-53deg);
    z-index: 9;
}

.btn-blue .right-angle-btn {
    position: absolute;
    left: auto;
    top: auto;
    bottom: -12px;
    right: -20px;
    width: 30px;
    height: 30px;
    transform: rotate(-53deg);
    z-index: 9;
}

.btn-blue .left-angle-btn:before,
.btn-blue .right-angle-btn:after {
    position: absolute;
    background: #fff;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
}

.btn-blue.blue-bg a:before {
    background: #4EBEFF;
}

.btn-blue.blue-bg .left-angle-btn:before,
.btn-blue.blue-bg .right-angle-btn:after {
    background: #003D78;
}

.btn-blue .left-angle-btn:before {
    left: 0;
    top: 0;
    left: 0px;
    top: -22px;
}

.btn-blue .right-angle-btn:after {
    left: 0;
    top: 0;
    right: 0px;
    bottom: -22px;
}
.btn-blue a.btn-prev span{
	margin-left: 30px;
}

.btn-blue a.btn-prev span:after {
    font-family: 'icomoon' !important;
    content: "\e908";
    color: #fff;
    display: inline-block;
    margin-left: 0px;
    position: relative;
    left: -75px;
    transform: rotate(-180deg);
}

.right-short .dropdown-toggle::after {
  	border-top: 12px solid;
  	position: relative;
	top: 3px;
}
.article-single-box .detail-update{
	min-height: 200px;
    position: relative;
}
.article-single-box .detail-update .learn-more{
	position: absolute;
    bottom: 0px;
}
@media(max-width:1650px) {
	.article-section {
	  padding-top: 120px;
	  padding-bottom: 100px;
	}
	.page-title-box .right-short {
	  margin-top: 30px;
	}
	.article-single-box .detail-update {
    min-height: 180px;
}
}
@media(max-width:1440px) {
	.article-single-box .update-img img {	
		height: 300px;
	}
	.article-single-box .detail-update {
		margin-left: 10px;
		text-align: left;
	}
	.page-title-box {
	  margin-bottom: 60px;
	}
}
@media(max-width:1365px){
	.page-title-box .right-short {
  		margin-top: 10px;
	}
}
@media(max-width:1199px){
	.article-section {
	  padding-top: 90px;
	  padding-bottom: 90px;
	}
	.nato-pagination .pagination {
		padding-top: 30px;
	}
	.article-single-box {
	  margin-bottom: 40px;
	}
}
@media(max-width:991px) {
	.article-single-box .update-img img {
		width: 100%;
		height: 340px;
		object-fit: cover;
		transition: all 0.5s ease;
	}
	.article-single-box .detail-update {
		margin-left: 10px;
	}
	.article-single-box {	
		margin-bottom: 30px;
		width: 100%;
	}
	.page-title-box {
	  margin-bottom: 40px;
	}
	.article-section {
	  padding-top: 70px;
	  padding-bottom: 70px;
	}
	.page-title-box .right-short {
  		margin-top: 0px;
	}
	
}
@media(max-width:767px) {
	.article-single-box .detail-update {
    min-height: auto;
}
	.article-single-box .detail-update .learn-more {
    position: relative;
    bottom: 0px;
}
	.article-single-box .update-img {
		margin-bottom: -40px;
	}
	.detail-update h3.h6,
	.detail-update .learn-more{
		margin-left: 0px;
	}
	.right-short .dropdown-toggle::after {
	  border-top: 9px solid;
	}
	.article-section .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
	.article-single-box .update-img img {
		height: 250px;
	}
	.nato-pagination .pagination .page-item .page-link,
	.detail-update .learn-more,
	.detail-update h4.p,
	.page-title-box .right-short .btn.dropdown-toggle {
		font-size: 18px;
	}
	.article-section {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
	.detail-update .learn-more {
	  margin-top: 10px;
	}
	.nato-pagination .pagination .page-item .page-link, .nato-pagination .pagination .page-item .page-numbers {
	  font-size: 18px;
	}
}
@media(max-width:585px) {
	.article-section .col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.article-single-box .update-img img {
		height: auto;
	}
	.nato-pagination .pagination .page-item.prev-page {
		margin-right: 5px;
	}
	.nato-pagination .pagination .page-item..next-page {
		margin-left: 5px;
	}
}
@media(max-width:479px) {
	.nato-pagination .pagination {		
		flex-wrap: wrap;
	}
	.nato-pagination .pagination .page-item.prev-page {
		display: flex;
		width: 100%;
		margin-bottom: 15px;
		align-items: center;
		justify-content: center;
		margin-right: 0;
	}
	.nato-pagination .pagination .page-item.next-page {
		display: flex;
		width: 100%;
		margin-top: 15px;
		align-items: center;
		justify-content: center;
		margin-left: 0;
	}
}