body {
	height: auto;
}

.d-flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.align-items-center {
	align-items: center;
}

.breadrumb {
	display: none;
}

.breadrumb a {
	color: white;
}

.breadrumb a:hover {
	text-decoration: underline;
}

.product-title {
	text-align: center;
}

.product-title span {
	padding: 5px 0px;
	font-size: 0.8em;
	text-overflow: ellipsis;
}

.product-specific:hover {
	cursor: pointer;
}

.product-specific {
	padding-left: 5px;
	padding-right: 5px;
}

.product-thumnail img {
	max-width: 100%;
}

.grad-box {
	line-height: 40px;
	position: relative;
}

.grad-box span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.grad-box span:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
}

.category-split {
	margin-bottom: 35px;
	display: none;
}

.cat-name h2 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.cat-text-description {
	font-size: 0.7em;
}

.cat-cta img {
	max-width: 120px;
}
.cat-item {
	padding-left: 10px;
	padding-right: 10px;
}

.cat-item-content-gray {
	background-color: #f3f3f3;
}

.cat-item {
	padding-left: 15px;
	padding-right: 15px;
}

.cat-item-img {
	width: 100%;
	border-bottom: 3px solid #0d2b88;
	min-height: 130px;
}

.cat-item-img img {
	width: 100%;
}

.item-published-date {
	font-size: 0.7em;
	padding: 2px 0px 2px 0px;
}

.item-title {
	font-size: 0.7em;
	font-weight: bold;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 0px 2px 0px;
}

.item-title a {
	color: black;
}

.item-title a:hover {
	text-decoration: none;
}

.item-content-intro {
	font-size: 0.7em;
	text-overflow: ellipsis;
	padding: 2px 0px 5px 0px;
}

.cat-thumbnail-image-mobile img {
	width: 100%;
}

.cat-item-content {
	background-color: white;
}

.line {
	display: block;
}

/* end common style for all page */

.main-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 50px;
	top: -1px;
}

.columns-des {
	background-color: #0d2b88;
	padding: 6px 0px;
	text-align: center;
	color: white;
}

.columns-des span:first-child {
	font-size: 1.2em;
}

.columns-des span:last-child {
	font-size: 0.8em;
}

.main-banner {
	/* padding-bottom: 10vw; */
	height: 420px; /* feature 20210525 */
}

.main-banner h1 {
	margin-top: 5vw;
	margin-bottom: 3vw;
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
}

.main-banner h2 {
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 10px;
}

.main-banner p {
	font-size: 0.8em;
	padding-left: 10px;
}

.columns-wrapper {
	border: 10px solid transparent;
	border-image: url('../../img/web/column-border-horizon.png') 30% stretch;
	border-left: 0;
	border-right: 0;
	padding: 15px 5px 20px 5px;
}

.coulumns-ajax {
	padding: 0 0;
}
.column {
	padding-bottom: 5px;
}
/* feature 20210525 */
.column-content {
	padding: 5px 9px;
	background-color: #f3f3f3;
}
/* end */
.column-content p {
	margin: 0 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-content p:first-child {
	padding-top: 5px;
}

.column-img img {
	width: 100%;
	border-right: 3px solid #0d2b88;
}

.column-title {
	font-weight: bold;
	font-size: 0.7em;
}

.column-title a {
	color: black;
}

.column-title a:hover {
	text-decoration: none;
}

.column-des {
	font-size: 0.7em;
}
.column-publised-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.column-publised-tag {
	width: max-content;
    padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 15px;
}
.column-publised-date {
	font-size: 0.7em;
}

.column-paginate {
	padding: 5px 0px 20px 0px;
}
.column-paginate span {
	margin-right: 5px;
	display: inline-block;
	margin-top: 15px;
}

.column-paginate span a {
	color: black;
	padding: 12px 16px;
	border: solid 2px #cccccc;
}

.column-paginate span.current {
	background-color: #0d2b88;
	color: white;
	padding: 15px 18px;
}

.related-prds-des {
	border-left: solid 3px #0d2b88;
	background-color: #f3f3f3;
}

.related-prd:nth-child(odd) {
	clear: both;
}

.related-prds-des h2 {
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 5px;
	margin: 10px 0 10px;
}

.related-prd-img {
	text-align: center;
}

.related-prd-img p {
	font-size: 0.7em;
}
.related-prd-img img {
	width: 100%;
}

.related-prd-title,
.related-prd-des,
.related-prd-intake {
	font-size: 0.6em;
	margin-bottom: 5px;
}

.related-prd-des {
	font-size: 0.7em;
}

.related-prd-intake {
	border: solid 1px #e6e6e6;
}

.intake-info {
	background-color: #f3f3f3;
	padding: 5px 2px 5px 5px;
	font-size: 0.9em;
}

.intake-text {
	padding: 5px;
}
.related-prd-title {
	font-weight: 600;
	font-size: 0.8em;
	margin-top: 5px;
}
.product-name {
	text-align: center;
}
@media (min-width: 768px) {
	.product-name {
		text-align: start;
	}
	.margin-top-md-3 {
		margin-top: 12px;
	}
	.d-md-flex {
		display: flex;
	}
	.related-prd-img-heigh {
		height: 84px;
	}
	.related-prd-img-heigh img {
		height: 100%;
		width: auto;
	}
	.related-prd-content-heigh {
		min-height: 211px;
	}
	.related-prd-intake {
		margin-top: auto;
	}
}
@media (min-width: 992px) {
	.related-prd-img-heigh {
		height: 108px;
	}
	.related-prd-content-heigh {
		min-height: 275px;
	}
}
@media (min-width: 1200px) {
	.related-prd-img-heigh {
		height: 145px;
	}
	.related-prd-content-heigh {
		min-height: 229px;
	}
}

.modal-button {
	padding: 0px 0px;
}

.modal-button div:first-child {
	padding-left: 0px;
	padding-right: 2px;
}

.modal-button div:last-child {
	padding-right: 0px;
	padding-left: 2px;
}

.modal-button-detail img {
	width: 100%;
}

.main-background {
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#side-banner-parent {
	padding-left: 0;
	padding-right: 65px;
}

#side-banner ul {
	list-style-type: none;
}

#side-banner ul li {
	margin-bottom: 10px;
}

@media only screen and (min-width: 360px) {
	.cat-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cat-markup-item-inside:after {
		left: 75%;
	}
}

@media only screen and (min-width: 600px) {
	.cat-item-img {
		min-height: 130px;
	}
}

.column-img-left {
	width: 41.66666667%;
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.column-img-left {
		width: 100%;
	}

	.row {
		margin-right: 0px;
		margin-left: 0px;
	}

	.line {
		display: inline;
	}
	#top-cta {
		font-size: 1.3em;
	}
	.top-banner img {
		padding: 10px 30px 30px 30px;
	}
	.home-category-markup {
		padding: 0px 30px 30px 30px;
	}
	.category-split {
		display: block;
	}

	.main-background {
		background: url('../../img/web/water.jpg') left top repeat-y;
	}

	.main-banner h2 {
		font-size: 1.2em;
		padding-left: 30px;
	}

	.main-banner p {
		font-size: 0.8em;
		padding-left: 30px;
	}

	.breadrumb {
		display: block;
		width: 100%;
		color: white;
		font-size: 0.7em;
		background-color: #63add3;
		padding: 10px 0px 10px 5px;
	}

	.menu .pull-left span:last-child {
		display: inline-block;
	}

	.mobile-only {
		display: block;
		margin: 0px 0px;
	}

	/* .main-content,
	#side-banner-parent {
		margin-top: -5vw;
	} */

	.columns-wrapper {
		border-image: url('../../img/web/border-blue-box.png') 2% repeat;
		/* border-left: 10px solid transparent;
        border-right: 10px solid transparent; */
		border-style: solid;
		border-width: 10px;
	}

	.columns-wrapper {
		background-color: white;
	}

	.column {
		padding: 20px 10px 20px 10px;
	}

	.column-img,
	#coulumns-ajax {
		padding: 0px 0px;
	}

	.column-img img {
		border-right: none;
		border-bottom: 3px solid #0d2b88;
	}

	.column-paginate {
		text-align: center;
		padding: 5px 0px 40px 0px;
	}

	.related-prd-intake,
	.modal-button {
		padding: 0px 0px;
	}

	.intake-info,
	.related-prd,
	.related-prd-content {
		padding: 5px 5px;
	}

	.intake-info {
		font-size: 0.8em;
	}

	/* .related-prd .product-name {
		margin-top: 20px;
	} */

	.footer-container {
		margin: 0px 0px;
		width: 100%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.column {
		padding: 20px 25px 20px 25px;
		overflow: hidden;
	}

	.columns-wrapper {
		padding: 15px 60px 20px 60px;
	}

	.column-content p:first-child {
		padding-top: 10px;
	}

	.column-title,
	.related-prd-title {
		font-size: 0.9em;
	}

	.column-des,
	.related-prd-des {
		font-size: 0.8em;
	}

	.intake-info {
		font-size: 1em;
	}

	/* .related-prd .product-name {
		margin-top: 50px;
	} */

	.main-content {
		padding-left: 40px;
		padding-right: 65px;
	}
}
.min-hight-300 {
	min-height: 300px;
}
@media only screen and (max-width: 1024px) {
	/* feature 20210525 */
	.height-1000 {
		height: auto !important;
	}
	/* end */
}
/* Small devices */
@media only screen and (max-width: 767px) {
	#main-content,
	#side-banner-parent {
		margin-top: 40px !important; /* feature 20210525 */
	}
	.min-hight-300 {
		min-height: auto !important;
	}
	.main-banner {
		padding-bottom: 0;
		height: auto;
	}

	.main-banner h1 {
		margin-top: 15vw;
		margin-bottom: 12vw;
	}

	.main-background {
		padding-bottom: 0;
	}

	.bottom-banner {
		margin-top: 40px;
	}

	#column-bottom-banner {
		bottom: 0;
		margin: 0;
		position: fixed;
		z-index: 999;
	}

	#column-bottom-banner a {
		display: none;
	}
}
.search-title {
	background-color: #2f8fc1;
	padding: 6px 15px;
	text-align: center;
	color: #f2f8fa;
}
.search-sort span,
.search-sort p {
	color: #23527c;
	cursor: pointer;
}
#main-content,
#side-banner-parent {
	/* margin-top: 40px; */
	margin-top: 65px;
}
.column-list {
	margin-top: 30px;
}

.search-title .sort-link.active *,
.search-title .sort-link:hover *,
.search-title .sort-link a:active {
	color: #fff;
}

.search-title .sort-link.active a,
.search-title .sort-link a:hover *,
.search-title .sort-link a:active {
	text-decoration: underline;
}
/* feature 20210525 */
.height-1000 {
	height: 1000px;
}
/* end */
