table {
	border-collapse: collapse;
	width: 100%;
}
table .number1 {
	text-align: center;
	width: 60px;
}
table .number2 {
	text-align: center;
	width: 100px;
}
table .number3 {
	text-align: center;
	width: 170px;
}

/* LAYOUT page-wrap */
.page-wrap {
	width: 88%;
	margin: 0 auto;
	padding: 0;
	max-width: 1320px;
}

@media (max-width: 1023px) {
	.page-wrap {
		width: 100%;
		padding: 0px 9px;
	}
}
/* LAYOUT page-wrap */


.flex-col2 > * {width: calc(100% / 2 - 20px)}
.flex-col3 > * {width: calc(100% / 3 - 15px)}
.flex-col4 > * {width: calc(100% / 4 - 15px)}
.flex-col5 > * {width: calc(100% / 5 - 15px)}
.flex-col6 > * {width: calc(100% / 6 - 10px)}

[class*="gr-"] h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: Fraunces,sans-serif !important;
	color: #646464;
	margin: 30px 0px;
	font-size: 26px;
	cursor: pointer;
}

[class*="gr-"] > * {
	overflow: hidden;
}

/* Bắt đầu Background-image */
.backgr-image {
	padding-bottom: 30px;
}
.backgr-image > * {
	z-index: 9;
}
.backgr-image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
/* 	background-position: bottom; */
	background-position: center center;
/* 	background-repeat: no-repeat; */
/* 	background-size: cover; */
/* 	position: absolute; */
/* 	width: calc(100% + 10px);
	height: calc(100% + 10px);
	filter: brightness(0.59) blur(4.21px);
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px; */
}
/* .backgr-image::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation-name: none;
	transform: none;
	background-color: #393939;
	z-index: -1;
} */

/* Kết thúc Background-image */

/*////////////////////////////////////////////////// DẠNG MENU */
.gr-menus [class*="temp_"] * {
	text-align: center !important;
	list-style: none;
}

.gr-menus ul {
	margin: 0;
}

.gr-menus [class*="temp_"] p {
	margin: 0px !important;
	line-height: 20px !important;
	width: 100%;
}

.gr-menus [class*="temp_"] p:last-child {
	font-weight: normal;
	margin: 0;
	font-size: 14px;
}

/* .gr-menus .temp_1 ul > * {
	width: 10%;
} */

.gr-menus .temp_1 [class*="img-"] {
	border: 1px solid #dedede;
	border-radius: 100%;
	max-width: 100px;
	margin: auto;
	margin-bottom: 10px;
}

.gr-menus .temp_1 [class*="img-"]:hover {
	box-shadow: rgba(0,0,0,0.29) 0px 1px 4px;
}

.gr-menus .temp_1 img {
	width: calc(100% - 5px) !important;
	height: calc(100% - 5px) !important;
}

.gr-menus .temp_1 p {
	font-size: 13px;
	font-weight: 700;
	color: #484848 !important;
	display: block;
	line-height: 17px;
}

.gr-menus .temp_2 {
	padding: 25px 0px;
}

.gr-menus .temp_2 [class*="img-"] {
	width: 100px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	border: 1px solid #bdbdbd;
}

.gr-menus .temp_2 img {
	width: calc(100% - 30px) !important;
	height: calc(100% - 30px) !important;
}

.gr-menus .temp_2 p {
	font-weight: 700;
	margin-bottom: 10px !important;
	font-size: 14px;
	color: #484848 !important;
}

.gr-menus .temp_3 {
	padding: 30px 0;
	/* margin-top: 30px; */
}

.gr-menus .temp_3 h2 {
	color: #fff !important;
}

.gr-menus .temp_3 [class*="img-"] {
	margin: 0 auto;
	border-radius: 100%;
	width: 140px;
	box-shadow: rgba(0,0,0,0.29) 0px 1px 4px;
}

.gr-menus .temp_3 p {
	text-align: center;
	margin: 0 auto !important;
	margin-top: 15px;
	width: 90%;
	max-width: 570px;
	color: #fff;
	font-size: 13px;
}

.gr-menus .temp_3 p > * {
	display: block;
	font-size: 17px;
	margin-top: 15px;
}

.gr-menus .temp_3 p > span {
	font-size: 13px;
	font-style: italic;
}


.gr-menus [class*="temp_4"] ul > * {
	width: calc(100% / 4 - 10px);
	background: #313131;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
}

.gr-menus .temp_4 .img-ratio11 {
	margin-bottom: 15px;
}

.gr-menus .temp_4 [class*="img-"] {
	width: 100%;
}

.gr-menus .temp_4 img {
	width: 100%;
	height: 100% !important;
}

.gr-menus .temp_4 p {
	text-align: center !important;
	font-family: 'Montserrat',sans-serif !important;
	font-weight: bold;
	margin-bottom: 10px !important;
	font-size: 21px;
	line-height: 25px !important;
	color: #fff;
}

.gr-menus .temp_4 .img-ratio11::after {
	padding-top: 70%;
}

/*////////////////////////////////////////////////// DẠNG MENU */

/*////////////////////////////////////////////////// DẠNG slider */
.gr-slider {
	margin-bottom: 30px;
}

/*////////////////////////////////////////////////// DẠNG slider */

/*////////////////////////////////////////////////// DẠNG introduce */

.gr-introduce {
	padding-bottom: 30px;
}

.gr-introduce h1 {
	font-weight: bold;
	font-size: 38px;
	line-height: 50px;
	letter-spacing: 0.03em;
	margin: 20px 0 0px 0px;
	font-family: 'Montserrat',sans-serif !important;
}

.gr-introduce .desc {
	max-width: 800px;
	font-size: 0.8em;
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 1.6em;
	font-family: 'Montserrat',sans-serif;
}


/*////////////////////////////////////////////////// DẠNG introduce */

.gr-posts .temp_4 h3 {
	font-family: Fraunces,sans-serif !important;
	font-weight: 500;
	color: #4a4a4a !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-align: center;
	font-size: 17px;
}

.gr-posts .temp_4 p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 0.8em;
	font-family: 'Montserrat',sans-serif !important;
	line-height: 21px !important;
	color: #5d63bd;
}

.gr-posts .temp_4 span {
	font-size: 13px;
}


/* //////////////////////////////////////////////////////////////////////// */
@media(min-width: 1024px){

	
	
	
}


/* //////////////////////////////////////////////////////////////////////// */
@media(max-width: 810px){
	
.mb-flex-col2 > * {width: calc(100% / 2 - 5px)}
.mb-flex-col3 > * {width: calc(100% / 3 - 5px);}
.mb-flex-col4 > * {width: calc(100% / 4 - 5px)}
.mb-flex-col5 > * {width: calc(100% / 5 - 5px)}
.mb-flex-col6 > * {width: calc(100% / 6 - 5px)}
	
	
.gr-menus [class*="temp_"] ul > * {
	margin-bottom: 15px;
}
	
.gr-introduce * {
	text-align: center;
}
	
.gr-introduce h1 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
}	

	
}

/* //////////////////////////////////////////////////////////////////////// */
/* @media(max-width: 374px){
	
.mb-flex-col2 > * {width: calc(100% / 2 - 20px)}
.mb-flex-col3 > * {width: calc(100% / 2 - 20px)}
.mb-flex-col4 > * {width: calc(100% / 2 - 20px)}
.mb-flex-col5 > * {width: calc(100% / 2 - 20px)}
.mb-flex-col6 > * {width: calc(100% / 2 - 20px)}
	
} */