.banner {
	height: 496px;
}
.banner .row {
	height: 100%;
}
.banner .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	width:100%;
	height: 100%;
}
.banner .content {
	text-align: center;
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	width:100%;
}
.banner h2 {
	width:100%;
	color: #fff;
    font-size: 31px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	text-align: center;
    margin-bottom: 22px;
    line-height: 37px;
    padding: 0 0%;
}
	.Vietnamese .banner h2 {
		font-family: 'Open Sans';
		font-size: 22px;
	}
.banner p {
    width: 100%;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    text-align: center;
    padding: 0 0%;
}
	.banner.front {
		height: 586px;
	}
	.banner.front .cta {
		background: #f4c522;
		color: #864912;
		box-shadow: 0 3px 0 rgba(218, 175, 26, 0.75);
		padding: 4px 15px;
		border-radius: 3px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
		display: inline-block;
	}
	.banner.front .cta:hover {
		background: #e4b100;
		color: #6f3e11;
		box-shadow: 0 3px 0 rgba(177, 137, 1, 0.75);
		text-shadow: 2px 2px rgba(255,255,255,0.1);
	}
@media only screen and (min-width:768px) {
	.banner h2 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 30px;
		padding: 0 20%;    
		margin-bottom: 10px;
    	line-height: 32px;
	}
	.banner p {
		padding: 0 20%;
    	margin-bottom: 18px;
	}
	.banner.front {
		height: 500px;
	}
	.Vietnamese .banner h2 {
		font-family: 'Open Sans';
		font-size: 24px;
	}
}
@media only screen and (min-width:1720px) {
	.banner p {
		margin-bottom: 40px;
		font-size: 22px;
		line-height: 36px;

	}
	.banner h2 {
		font-size: 43px;
		line-height: 49px;

	}
	.banner.front {
		height: 586px;
	}
	.banner.front .cta {
		padding: 9px 21px;
		font-size: 16px;
	}
	.Vietnamese .banner h2 {
		font-family: 'Open Sans';
		font-size: 32px;
	}
}
/* Changed the size with previous breakpoint */
/* @media only screen and (min-width:1720px) {
	.banner h2 {
		font-size: 56px;
		line-height: 56px;
	}
	.Vietnamese .banner h2 {
		font-family: 'Open Sans';
		font-size: 38px;
	}
	.banner.front {
		height: 706px;
	}
} */