
.pay-page .news-container .col-md-6:nth-child(2n+3),
.pay-page .news-container .col-md-6:nth-child(2) {
	margin-top: 0;
}

.pay-page .news-container .col-md-4 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 80px; 
}

.pay-page .news-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pay-page .news-item .detail-link {
	margin-top: auto;
}

.pay-page .news-item .item-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.pay-page .news-item .item-body > img {
	display: block;
	max-width: 60px;
	margin-bottom: 3px;
}

.pay-page .news-item .item-img {
	height: 300px;
}

.pay-page .half-hero {
	height: auto;
	display: block;
	margin-top: 50px;
	margin-bottom: 0;
}

.pay-page .half-hero .container {
	display: block;
}

.pay-page .hero-footer {
	position: static;
}

.pay-page .half-hero .h1, 
.pay-page .half-hero h1 {
	position: static;
	text-align: center;
	margin: 0 0 30px;
	font-size: 72px;
}

.pay-page .news-container {
	margin-top: 40px;
}

.pay-page .page-content .modal-content {
	background-color: transparent;
	width: 520px;
	margin: 0 auto;
} 

.pay-page .page-content .modal-content .form-control {
	background-color: #fff;
}

.pay-page .page-content .modal-content .btn-primary {
	width: 100%;
	height: 50px;
}

.pay-page .ticket-price {
	font-size: 18px;
	font-weight: 600;
}

.pay-page .ticket-calc {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 10px;
}

.pay-page .ticket-calc button:not(.btn-primary) {
	width: 42px;
	height: 42px;
	border: 0;
	background-color: #fff;
	font-size: 32px;
	margin: 0 10px;
	transition: 0.25s;
}

.pay-page .ticket-calc button:not(.btn-primary):hover {
	background-color: #587bbb;
	color:#fff;
}

.pay-page .ticket-calc .btn-primary {
	height: 42px;
    background: #587bbb;
    color:#fff;
    letter-spacing: 0.5px;
}

.pay-page .ticket-calc .btn-primary:hover {
	background-color: #304d82;
}

.pay-page .ticket-calc input {
	height: 42px;
    width: 20px;
    border: 0;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    outline: 0;
}

.pay-page .item-title b {
	font-weight: 700;
	font-size: 16px;
}

@media(max-width: 1699px) {
	.pay-page .half-hero .h1, .pay-page .half-hero h1 {
		font-size: 48px;
	}

	.pay-page .news-item .item-img {
		height: 250px;
	}
}

@media(max-width: 1399px) {
	.pay-page .news-item .item-img {
		height: 220px;
	} 
}

@media(max-width: 1199px) {
	.pay-page .news-item .item-img {
		height: 250px;
	} 

	.pay-page .container.news-container .col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media(max-width: 991px) {
	.pay-page .news-item .item-img {
		height: 180px;
	} 

	.pay-page .half-hero .h1, .pay-page .half-hero h1 {
		font-size: 36px;
		margin-bottom: 0;
	}

	.pay-page .ticket-calc .btn-primary {
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media(max-width: 767px) {
	.pay-page .news-item .item-img {
		height: 250px;
	}

	.pay-page .container.news-container .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}