/* Chung */
.saas-flex-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.saas-col-4 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-2 {
	margin-bottom: 10px !important;
}

.mb-4 {
	margin-bottom: 20px !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

[role="button"] {
	cursor: pointer;
}

/* Trang chủ */
.saas-main-page .item {
	border: 1px #ddd solid;
	height: 100%;
	border-radius: 4px;
}

.saas-main-page .item .item-image {
	margin: -1px;
	background-color: #f4f4f4;
}

.saas-main-page .item .item-image .item-image-inner {
	height: 0;
	padding-bottom: 60%;
	position: relative;
}

.saas-main-page .item .item-body {
	padding: 10px;
}

.saas-main-page .item .item-body h3 {
	margin: 15px 0;
}

/* Viewcat */

/* Responsive */
@media ( max-width : 767.98px) {
	.saas-col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
	}
}

@media ( max-width : 499.98px) {
	.saas-col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
}

.show_detail .box-themes h3 {
	margin-bottom: 0px !important;
	padding: 15px
}

.show_detail .box-themes a {
	color: #464646;
	font-size: 20px;
	line-height: 32px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.show_detail .box-themes a:hover {
	text-decoration: none;
}

.show_detail .box-themes span {
	font-size: 13px;
	font-weight: 400;
	color: #b5b5b5;
	white-space: unset;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*
.show_detail .box-themes .thumb-image {
    overflow: hidden;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    padding-bottom: 72%;
    position: relative;
}

.show_detail .box-themes .thumb-image:hover {
     -webkit-box-shadow: 3px 5px 35px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 5px 35px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 5px 35px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);   
}
*/
.show_detail .box-themes .thumb-image {
	overflow: hidden;
	height: 300px;
	position: relative;
}

.punchmeintheface {
	max-height: 540px;
	overflow: hidden;
}

.font-css h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}

.show_detail .box-themes .css-h3 a {
	font-size: 16px;
}

.show_detail .box-themes .img-thumbnail {
	background-color: transparent;
	border-radius: 10px 10px 0 0;
}

.d-grid {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin-bottom: 30px
}

.boder-box {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgb(16 155 98/ 12%);
	-webkit-box-shadow: 0 0 40px 0 rgb(16 155 98/ 12%);
	-moz-box-shadow: 0 0 40px 0 rgba(16, 155, 98, .12);
	-o-box-shadow: 0 0 40px 0 rgba(16, 155, 98, .12);
	-os-box-shadow: 0 0 40px 0 rgba(16, 155, 98, .12);
}

.box-themes .thumb-image:hover .theme-action {
	height: 100%;
}

.theme-action {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	text-align: center;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.theme-action:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.theme-action a {
	display: block;
	width: 165px;
	height: 45px;
	line-height: 45px !important;
	font-size: 18px;
	margin: 0 auto;
	font-weight: 400;
}

.theme-action a.view-demo {
	color: #fff;
	background-image: -moz-linear-gradient(0deg, #f73859 0%, #f73859 100%);
	background-image: -webkit-linear-gradient(0deg, #f73859 0%, #f73859 100%);
	background-image: -ms-linear-gradient(0deg, #f73859 0%, #f73859 100%);
	margin-bottom: 15px;
	border-radius: 10px
}

.theme-action a:hover {
	text-decoration: none;
}

.theme-action a.view-detail {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 10px
}

.theme-action .button-themes {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.theme-intro h1 {
	margin: 0 0 20px;
	font-size: 20px !important;
	color: #42464e;
	font-weight: normal;
	line-height: 1.2;
	font-weight: 300;
}

.theme-intro h1 span {
	display: block;
	font-size: 40px;
	color: #42464e;
	font-weight: bold;
	margin-top: 6px;
}

.theme-intro .desc {
	font-size: 16px;
	color: #42464e;
	margin-bottom: 10px;
	font-weight: 400;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

.theme-intro .infoweb {
	font-size: 16px; color : #42464e;
	margin-bottom: 25px;
	font-weight: 400;
	color: #42464e;
}

.theme-intro .price-detail, .theme-intro .price-detail h2 {
	font-size: 24px;
	color: red;
}

.theme-intro .price-detail {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#control a.btn {
	padding: 10px 16px;
	text-transform: uppercase;
	font-size: 16px
}

#control a:first-child.btn {
	background-color: #2483c1
}

#control a:last-child.btn {
	background-color: #f73859;
	border-color: #f73859
}

#control span {
	font-size: 12px
}

.title-h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 15px
}

.css-a {
	font-size: 16px;
	position: relative;
    cursor: pointer;
    color: #224bcf !important
}