
@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-Light.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-Regular.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-Medium.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-SemiBold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-Bold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}


@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-XBold.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}





/* All types of container 
	1. Default
	2. Large
	3. Full
	4. Custom Top (xtop-container)	
*/

/* Breakpoint for Mobile is 991px - 992px */



.default-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.basis-container {
	width: 86%;
	max-width: 1200px;	
}

.large-container {
	width: 86%;
	max-width: 1400px;
}


@media (max-width: 767px) {
	.full-container {
		width: 86%;
	}
}

@media (min-width: 768px) {
	.full-container {
		width: 92%;
	}	
}




@media (max-width: 575px) {
	.default-container {
		padding: 80px 0;
	} 
	.xtop-container {
		padding-top: 20px;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	.default-container {
		padding: 100px 0;
	} 
	.xtop-container {
		padding-top: 40px;
	}	
}


@media (min-width: 768px) and (max-width: 991px) {
	.default-container {
		padding: 120px 0;
	} 
	.xtop-container {
		padding-top: 60px;
	}	
}


@media (min-width: 992px) and (max-width: 1199px) {
	.default-container {
		padding: 140px 0;
	} 
	.xtop-container {
		padding-top: 80px;
	}	
}


@media (min-width: 1200px) and (max-width: 1399px) {
	.default-container {
		/** cũ padding: 160px 0; **/
		padding-top: 160px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom: 30px;
	} 
	.xtop-container {
		padding-top: 100px;
	}	
}


@media (min-width: 1400px) {
	.default-container {
		padding: 180px 0;
	} 
	.xtop-container {
		padding-top: 120px;
	}	
}




body {
	overflow-x: hidden;
	font-family: SVN-Gilroy;
	font-weight: 500;
}


/*** 03. Tag H1 ***/

h1 {
	font-weight: 800;
	color: #322D50;
	line-height: 1.2em;
	font-family: 'SVN-Gilroy';
	display: inline-block;
	margin: 0;
	margin-bottom: .65em;	
}



h2, h3, h4 {
	font-weight: 800;
	color: #322D50;
	line-height: 1.3em;
	font-family: 'SVN-Gilroy';
	display: inline-block;
	margin: 0;
	margin-bottom: .65em;
}



p {	
	line-height: 1.7em; 
	color: #707097; 
}



/*** Details ***/

@media (max-width: 575px) {
	h1 { font-size: 30px; }
	h2 { font-size: 26px; }	
	h3 { font-size: 20px; }
	h4 { font-size: 16.5px; }
	h5 { font-size: 15px; }
	p  { font-size: 14px; } 

	.intro-p { font-size: 14px;	}
	.h-divider { width: 50px; height: 5px; }
}

@media (min-width: 576px) and (max-width: 767px) {
	h1 { font-size: 34px; }
	h2 { font-size: 30px; }	
	h3 { font-size: 24px; }	
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	p  { font-size: 14px; } 

	.intro-p { font-size: 14.5px;	}
	.h-divider { width: 60px; height: 6px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	h1 { font-size: 38px; }	
	h2 { font-size: 34px; }	
	h3 { font-size: 27px; }		
	h4 { font-size: 19.5px; }
	h5 { font-size: 17px; }
	p  { font-size: 15px; } 

	.intro-p { font-size: 15px;	}
	.h-divider { width: 65px; height: 7px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	h1 { font-size: 42px; }	
	h2 { font-size: 38px; }	
	h3 { font-size: 30px; }		
	h4 { font-size: 21px; }
	h5 { font-size: 18px; }
	p  { font-size: 15px; } 

	.intro-p { font-size: 16px;	}
	.h-divider { width: 70px; height: 8px; }
}

@media (min-width: 1200px) and (max-width: 1399px) {
	h1 { font-size: 46px; }	
	h2 { font-size: 42px; }	
	h3 { font-size: 33px; }		
	h4 { font-size: 22.5px; }
	h5 { font-size: 19px; }
	p  { font-size: 15.5px; }

	.intro-p { font-size: 17px;	}
	.h-divider { width: 75px; height: 9px; }
}

@media (min-width: 1400px) {
	h1 { font-size: 50px; }
	h2 { font-size: 46px; }	
	h3 { font-size: 36px; }			
	h4 { font-size: 24px; }
	h5 { font-size: 20px; }
	p  { font-size: 16px; } 

	.intro-p { font-size: 18px;	}
	.h-divider { width: 80px; height: 10px; }
}




/*** Heading Divider ***/

.heading-row {
	text-align: center;
}

.h-divider {
	background: #1be6a5;
}

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

.h-dscr {
	text-align: center;
	max-width: 630px; margin: auto;
}

.h-dscr p {
	color: #858499; 
}




/*** Global Style ***/

.heading-row .p-wrapper {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.heading-row .p-wrapper p {
	margin-bottom: 0;
}

.heading-row .h-dscr p {
	margin-bottom: 0;
}


.content-row .blurb-img {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}



@media (max-width: 575px) {
	.heading-row { margin-bottom: 35px;	}	
	.content-row .blurb-img { margin-bottom: 30px; }
}


@media (min-width: 576px) and (max-width: 767px) {
	.heading-row { margin-bottom: 40px;	}	
	.content-row .blurb-img { margin-bottom: 30px; }
}


@media (min-width: 768px) and (max-width: 991px) {
	.heading-row { margin-bottom: 45px;	}	
	.content-row .blurb-img { margin-bottom: 35px; }
}


@media (min-width: 992px) and (max-width: 1199px) {
	.heading-row { margin-bottom: 50px;	}	
	.content-row .blurb-img { margin-bottom: 35px; }
}


@media (min-width: 1200px) and (max-width: 1399px) {
	.heading-row { margin-bottom: 55px;	}	
	.content-row .blurb-img { margin-bottom: 40px; }
}


@media (min-width: 1400px) {
	.heading-row { margin-bottom: 60px;	}	
	.content-row .blurb-img { margin-bottom: 40px; }
}








/**** Custom P2 *****/

.p2 {
	line-height: 1.7em;
	margin-bottom: 20px;
}

.p2:last-child {
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.p2 { font-size: 16.5px; }
}

@media (min-width: 576px) and (max-width: 767px) {
	.p2 { font-size: 18px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.p2 { font-size: 19.5px; }
}

@media (min-width: 992px) {
	.p2 { font-size: 21px; }
}






/***** Page Intro (White Background) ****/

.intro-heading { 
	line-height: 1.2em;
	color: #302c51;
	font-weight: 800;
}

.intro-p { line-height: 1.7em; }
.intro-demi { color: #00c7ff; margin-bottom: 1em;}
.intro-dscr { color: #858499; margin-bottom: 2.7em;}



@media (max-width: 991px) {
	.page-intro .col-left { text-align: center; }
}

@media (min-width: 992px) {
	.page-intro .col-left { padding-bottom: 10%; }
}









/**** 04. Default Button *****/

.default-button-wrapper {display: inline-block;}
.default-button {
	display: flex;	
	background-image: linear-gradient(-45deg, #00B1FF, #05E8C2);	
	border-radius: 50px;
	transition: all ease-in-out .2s;
	position: relative;	
	box-shadow: 10px 10px 15px rgba(15,0,76,.2);	
}

.homepage-promotion .default-button {
	background-image: linear-gradient(-45deg, #f4710f, #ffbc00);	
}

.default-button .button-label {
	text-transform: uppercase;	
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	color: #fff;
	letter-spacing: .5px;
	font-weight: bold;	
	line-height: 1em;
	margin-top: auto;
	margin-bottom: auto;	
}

.default-button .button-icon {
	margin-top: auto;
	margin-bottom: auto;
	width: 0;
	transition: all ease-in-out .3s;
}

.default-button:hover .button-icon img {	
	margin-left: 5px;
	padding-bottom: 2px;
}


/* Default Button Label Font Size */

@media (max-width: 575px) {
	.default-button .button-label {	font-size: 15px; }
}

@media (min-width: 576px) and (max-width: 767px) {
	.default-button .button-label {	font-size: 16px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.default-button .button-label {	font-size: 17px; }	
}

@media (min-width: 992px) {
	.default-button .button-label {	font-size: 18px; }	
}




/* Default Button Icon & Hover */


@media (max-width: 991px) {
	.default-button { padding: 10px 30px 10px 30px;	}		
	.default-button:hover { padding: 10px 45px 10px 22.5px;	}	
	.default-button:hover .button-icon img { width: 18px; }
}

@media (min-width: 992px) {
	.default-button { padding: 12.5px 35px 12.5px 35px;	}		
	.default-button:hover { padding: 12.5px 50px 12.5px 27.5px;	}	
	.default-button:hover .button-icon img { width: 20px; }	
}











/****** 05. Tag P ********/

.p-wrapper { 
	color: #838297;
}

.p-wrapper p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.p-wrapper { 
		margin-bottom: 40px;
	}	
}

@media (min-width: 992px) {
	.p-wrapper { 
		margin-bottom: 50px;
	}
}






/*** Default Blurb ***/

.blurb-image {
	box-shadow: -4px 4px 10px rgba(0,0,0,.3);
	transition: all ease-in-out .3s;
}
.default-blurb:hover .blurb-image {
	box-shadow: -5px 5px 10px rgba(25,0,205,.3);
}

.blurb-title {
	color: #302c51;
	margin-bottom: 10px;
}

.blurb-description {
	color: #9595b5;
	line-height: 1.7em;	
}

.blurb-description p {
	margin-bottom: 0px;
}

.default-blurb {
	transition: all ease-in-out .3s;
}

@media (max-width: 575px) {
	.blurb-image {
		width: 36px;
		border-radius: 8px;
	}
	.default-blurb {
		padding: 30px 0px;
	}
	.default-blurb .col-typo {
		padding-left: 15px;
	}	
}

@media (min-width: 576px) and (max-width: 991px) {
	.blurb-image {
		width: 42px;
		border-radius: 12px;
	}
	.default-blurb {
		padding: 45px 35px;
	}
	.default-blurb .col-typo {
		padding-left: 20px;
	}	
	.default-blurb:hover {
		box-shadow: 0px 2px 15px rgba(0,0,0,.15);
		z-index: 1000;
	}	
}

@media (min-width: 992px) {
	.blurb-image {
		width: 48px;
		border-radius: 15px;
	}
	.default-blurb {
		padding: 60px 50px;
	}
	.default-blurb .col-typo {
		padding-left: 25px;
	}
	.default-blurb:hover {
		box-shadow: 0px 2px 15px rgba(0,0,0,.15);
		z-index: 1000;
	}	
}























.homepage-feature-soft .animate__fadeInUp {
	animation-delay: .5s;
}
















/** Basis Modifying for Bootstrap **/

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

.row>* {
	padding-left: 0px;
	padding-right: 0px;
}


.column {
	padding-left: 0px;
	padding-right: 0px;

}



section {
	position: relative;
}

img {
	width: 100%; height: auto;
	transition: all ease-in-out .3s;
}

a {
	text-decoration: none;	
	transition: all ease-in-out .3s;
}





.et-block:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";
}
























.elements-wrapper {
	position: absolute;
	width: 100%; height: 100%;
}

.el { position: absolute; }















/*** Slick ***/
:focus {
    outline: none !important;
}



.slick-slide {
	outline: none;
}

.slick-slide:focus {
    outline: none !important;
}

.slick-slide, .slick-slide:focus * {
    outline: none !important;
}

.slick-slider { 
	user-select: none;
}


.slick-dots {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0;
	list-style-type: none;
}


@media (max-width: 575px) {
	.slick-dots { margin-top: 25px; }
}

@media (min-width: 576px) and (max-width: 767px) {
	.slick-dots { margin-top: 30px; }
}

@media (min-width: 576px) and (max-width: 991px) {
	.slick-dots { margin-top: 40px; }
}

@media (min-width: 992px) {
	.slick-dots { margin-top: 50px; }
}






.slick-dots li {
	display: block;
	width: 12px;
	height: 12px;
	background: rgba(35,60,100,.2);
	border-radius: 50px;
	transition: all ease-in-out .3s;
	cursor: pointer;
}

.slick-dots .slick-active {
	background: rgba(35,60,100,1) !important;	
}

.slick-dots li:hover {
	background: rgba(35,60,100,1);
}

.slick-dots li:last-child {	margin-right: 0;}
.slick-dots li button {	display: none;}




@media (max-width: 991px) {
	.slick-dots li { margin-right: 15px; }
}

@media (min-width: 992px) {
	.slick-dots li { margin-right: 20px; }
}








.divi-layout:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";
}



.overlay:after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
}



.slick-slide {
	outline: none !important;
}

div {
	outline: none !important;	
}






/* Fancy Title */

.fancy-title-row h1,
.fancy-title-row h3{
	color: rgba(50,45,80,1);
	padding-right: 20px;
	margin: 0;
}

.title-row h4 {
	margin-bottom: 0;
}


.title-fancy {
	background: rgba(50,45,80,.1);
	height: 1px;
	margin-top: auto;
	margin-bottom: 10px;
}

.fancy-title-row {
	margin-bottom: .65em;
}


/* Diffusal Section */

.diffusal-section .default-container {
	margin-right: 0 !important;
}


@media (max-width: 1199px) {
	.diffusal-section .default-container {
		width: 93%;
	}
	.diffusal-section .fancy-title-row {
		width: 89.5%;
	}
}

@media (min-width: 1200px) {
	.diffusal-section .default-container {
		width: calc(100% - (50vw - 600px));
	}
	.diffusal-section .fancy-title-row {
		width: calc(100% - 300px);
	}
}












/* Inpost Contact at Bottom */


@media (max-width: 991px) {
	.post-contact-container {
		margin-top: 80px;
	}		
}

@media (min-width: 992px) {
	.post-contact-container {

	}		
}






.inpost-contact {
	display: flex;
}

.inpost-contact .p2 {
	display: inline-block;
	color: #9393b3;
}

.inpost-contact  img {
	border-radius: 50px;
	box-shadow: 0px 5px 5px rgba(0,0,0,.15);
	display: inline-block;
}

.post-contact-row .column:last-child {
	margin-right: 0;
	margin-bottom: 0;
}




.post-contact-row .h-wrapper {
	border-bottom: 1px solid rgba(0,0,0,.1);
}




@media (max-width: 991px) {
	.inpost-contact img {
		width: 28px; height: 28px;
		margin-right: 10px;
	}

	.post-contact-row .column {
		margin-right: 30px;
		margin-bottom: 10px;
	}	
	.post-contact-row .h-wrapper {
		padding-bottom: 10px;
		margin-bottom: 25px;
	}	
}



@media (min-width: 992px) {
	.inpost-contact  img {
		width: 36px; height: 36px;
		margin-right: 15px;
	}

	.post-contact-row .column {
		margin-right: 40px;		
	}	
	
	.post-contact-row .h-wrapper {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	
}








/* Sidebar */

.sidebar .widget:first-child {
	margin-top: 0 !important;
}

.sidebar .widget_search {
	border: none !important;
}





.widget-title {
	padding: 20px; margin-bottom: 0 !important;
	text-transform: uppercase; display: block;
	font-size: 20px;
	font-weight: 700 !important; color: #08cbff;
	border-bottom: 1px solid rgba(48,44,81,.3);
}

.sidebar .widget {
	border-top: 5px solid #08cbff;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,.2);
	border-bottom: 3px solid #31bdec;	
	border-radius: 5px;
}




/* Sidebar */

@media (max-width: 991px) {
	.sidebar .widget { margin-top: 40px;}
	.sidebar .post-tags  { margin-top: 40px;}
}

@media (min-width: 992px) {
	.sidebar .widget { margin-top: 50px;}
	.sidebar .post-tags  { margin-top: 50px;}
}












/* Sidebar | Recent Post */

.sidebar .widget ul li {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.sidebar .widget ul li:last-child {
	border: none;
}

.sidebar .widget ul {
	padding: 0;
}

.sidebar .widget a {
	padding: 15px 20px;
	font-weight: 600; color: #302c51;
	line-height: 1.4em;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;	
	transition: all ease-in-out .4s;
	display: block;
	font-size: 14px;
}

.sidebar .widget .cat-item a:hover,
.widget_recent_entries li a:hover {
	opacity: 1; 
}

.sidebar .widget .cat-item a,
.widget_recent_entries li a {
	opacity: .5; 
}

.sidebar .widget .cat-item:first-child a,
.widget_recent_entries li:first-child a{
	opacity: 1;
}






.sidebar #searchform .field {
	font-family: SVN-Gilroy;
	border: none;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;	
}


::placeholder { color: rgba(44,48,81,.3)}


.sidebar #searchform .submit {
	border-radius: 50px;
	box-shadow: 0px 5px 15px rgba(28,1,127,.15);
	margin-left: auto !important;
	margin-right: auto !important;
	font-family: SVN-Gilroy;
	border: none;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-image: linear-gradient(-45deg, #f99f00, #fdd661);
	color: #fff;
	transition: all ease-in-out .3s;	
}


.sidebar #searchform .submit:hover {
	opacity: .7;
}




/** Sidebar | Search Form **/

input:focus, button:focus {
    outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

textarea:focus, button:focus {
    outline: none !important;
	box-shadow: none !important;
}





@media (max-width: 575px) {
	.sidebar #searchform .field,
	.sidebar #searchform .submit {
		padding: 10px 15px;
	}		
}


@media (min-width: 576px) and (max-width: 767px) {
	.sidebar #searchform .field,
	.sidebar #searchform .submit {
		padding: 12.5px 20px;
	}		
}


@media (min-width: 768px) and (max-width: 991px) {
	.sidebar #searchform .field,
	.sidebar #searchform .submit {
		padding: 15px 25px;
	}	
}


@media (min-width: 992px) {
	.sidebar #searchform .field,
	.sidebar #searchform .submit {
		padding: 17.5px 30px;
	}
}








/* Sidebar Tags */

.sidebar .widget_tag_cloud .widget-title {
	display: none !important;
}

.sidebar .widget_tag_cloud {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}

.sidebar .widget_tag_cloud a {
	display: inline-block !important;
	border: none !important;
}

.sidebar .widget_tag_cloud a {
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 2.5px;
	border: 1px solid rgba(0,0,0,.1); 
	margin-right: 12.5px; margin-bottom: 12.5px;
	display: inline-block;
	transition: all ease-in-out .2s;
	color: #fff;
	background: #08cbff;
	font-family: SVN-Gilroy;
	
}

.sidebar .widget_tag_cloud a:hover {
	background: #302c51;
}


.post-footer .cat-links {
	display: none;
}






/* Post Footer | Comment */

.comments-area {
	background: #fff;
}

.comments-area .form-group label {
	margin-bottom: 5px;
}



@media (max-width: 991px) {
	.comments-area {
		padding: 20px 7%;
	}
	.comments-area .form-submit {
		margin-top: 15px;
	}
	.comments-area .form-group {
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	.comments-area {
		padding: 25px 6%;
		margin-top: 40px;
		box-shadow: 0px 5px 20px rgba(0,0,0,.15);
	}		
	.comments-area .form-submit {
		margin-top: 20px;
	}
	.comments-area .form-group {
		margin-bottom: 20px;
	}
}



/* Edit Link for Admin */
.edit-link { display: block;}
.post-edit-link { color: rgba(0,0,0,.3)}
.post-edit-link:hover { color: rgba(0,0,0,.6)}

@media (max-width: 991px) {
	.edit-link {
		margin: 10px 7%;
	}
}

@media (min-width: 992px) {
	.edit-link {
		margin: 15px 6%;
	}
}










/* Single Footer | Tags */

.single .single-footer-tags {
	background: #fff;
	margin-top: 40px;
	border: 1px solid #e1e1e1;
	box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}


.single .single-footer-tags a {
	text-transform: uppercase;
	font-size: 14px;
	color: #302c51;
	transition: all ease-in-out .3s;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.single .single-footer-tags a:last-child {
	margin-right: 0;
}

.single .single-footer-tags a:hover {
	background: #302c51;
	color: #fff;
	border-color: #302c51;
}






@media (max-width: 991px) {
	.single .single-footer-tags {
		padding: 35px 7% 25px 7%;
	}
}

@media (min-width: 992px) {
	.single .single-footer-tags {		
		padding: 40px 6% 30px 6%;
	}	
}






/* Archive Page */

.blog-post {
	transition: all ease-in-out .3s;
}




.single-post .main-header,
.single-project .main-header,
.archive .main-header,
.single-maytech_testimonials .main-header{
	position: relative;
}

.single-post .main-content,
.single-project .main-content,
.archive .main-content,
.single-maytech_testimonials .main-content{	
    background: #f6f6f6;
    border-top: 1px solid rgba(0,0,0,.1);
}




@media (max-width: 991px) {
	.single-post .post-area,
	.single-project .post-area,
	.single-maytech_testimonials .post-area {
		width: 100%;
		padding-top: 0;
	}
}



/* Testimonial */

.article-testimonial {
	background: #fff;
	text-align: center; 
	box-shadow: 0px 5px 15px rgba(0,0,0,.15); 	
	display: block;
}




.testi-img {
	width: 100px;
	border-radius: 100px;
	margin-left: auto;
	margin-right: auto;
}

.testi-name {
    font-weight: 700;
    color: #302c51;
    margin-bottom: 5px;
}

.testi-dscr {
	text-transform: uppercase;
	color: #00bfff;
	font-weight: 600;
	border-bottom: 1px solid #c4c4c4;
	display: inline-block;
}

.testi-content p {
	color: #9595b5;
	margin-bottom: 0
}

.testi-rating { color: #00bfff; }


@media (max-width: 991px) {
	.testi {
		padding: 45px 30px; 
		margin-left: 10px; 
		margin-right: 10px;
	}
	.testi-img {margin-bottom: 20px}
	.testi-name {font-size: 18px}	
	.testi-dscr {font-size: 15px; padding-bottom: 20px; margin-bottom: 20px}
	.testi-content {margin-bottom: 20px}
}


@media (min-width: 992px) {
	.testi {
		padding: 60px 40px; 
		margin-left: 20px; 
		margin-right: 20px;
	}
	.testi-img {margin-bottom: 25px}
	.testi-name {font-size: 20px}
	.testi-dscr {font-size: 16px; padding-bottom: 25px; margin-bottom: 25px}
	.testi-content {margin-bottom: 25px}
}










/* Archive Page */


@media (max-width: 575px) {
	.archive .post-area {
		padding-top: 35px;
	}		
}


@media (min-width: 576px) and (max-width: 767px) {
	.archive .post-area {
		padding-top: 50px;
	}		
}


@media (min-width: 768px) and (max-width: 991px) {
	.archive .post-area {
		padding-top: 65px;
	}		
}

@media (min-width: 992px) {
	.archive .post-area {
		padding-top: 80px;
	}		
}





.archive .tags,
.search-results .tags {
	margin-bottom: 40px;
}

.archive .tags .tag, 
.search-results .tags .tag {
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.1);
	background: #fff;
	transition: all ease-in-out .3s;
}

.archive .tags .tag p,
.search-results .tags .tag p {
	margin-bottom: 0;
	color: rgba(48,44,81,.5) !important;
	padding: 5px 15px;
	transition: all ease-in-out .3s;
	text-transform: uppercase;
}

.archive .tags .active-tag,
.search-results .tags .active-tag {
	background: #f06060;
	border: 1px solid #f06060;
}

.archive .tags .active-tag p,
.search-results .tags .active-tag p {
	color: #fff !important;
}


.archive .tags .tag:hover,
.search-results .tags .tag:hover {
	background: #f06060;
	border: 1px solid #f06060;	
}

.archive .tags .tag:hover p,
.search-results .tags .tag:hover p {
	color: #fff !important;
}




















/*** Post Title ***/

.blog-post .post-title {
	font-weight: 800;
	color: #322D50;
	line-height: 1.3em;
	font-family: 'SVN-Gilroy';
}


@media (max-width: 575px) {
	.blog-post .post-title  { 
		margin-bottom: 15px;
	} 
} 

@media (min-width: 576px) and (max-width: 991px) {
	.blog-post .post-title  { 
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		height: 56px;
		display: -webkit-box;
		-webkit-box-orient: vertical;		
		margin-bottom: 10px;		
	} 		
}

@media (min-width: 992px) {
	.blog-post .post-title  { 
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		height: 60px;
		display: -webkit-box;
		-webkit-box-orient: vertical;		
		margin-bottom: 10px;
	} 
}




/*** Post Excerpt ***/

.blog-post .post-excerpt {
	color: #9595B5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;	
}

.blog-post .post-excerpt p {
	margin-bottom: 0px;
}


@media (max-width: 575px) {
	.blog-post .post-excerpt {
		margin-bottom: 40px;		
	} 
	.blog .post-excerpt {
		margin-bottom: 20px;		
	} 
} 

@media (min-width: 576px) and (max-width: 991px) {
	.blog-post .post-excerpt {
		margin-bottom: 15px;		
	} 		
}

@media (min-width: 992px) {
	.blog-post .post-excerpt {
		margin-bottom: 20px;			
	} 
}









/*** Post Featured Image ***/

.blog-post .post-featured-image:after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);	
	opacity: 0;
	transition: all ease-in-out .3s;
}

.blog-post:hover .post-featured-image:after {
	opacity: 1;
}

.post-featured-image {
	position: relative;
}




/*** Post Article ***/

.blog-post .button-wrapper .button-icon{
	display: flex;
	padding-top: 2px;
}

.blog-post .button-wrapper .button-icon img {
	height: 8px; width: auto;
	margin-left: 10px;
	margin-top: auto; 
	margin-bottom: auto;
}






.blog-post .post-body {
	background: #fff;
	padding: 40px 30px;
}


.blog-post .button-label {
	font-weight: 700;
	color: #00bfff;
}



/*** Post Article ***/




@media (min-width: 992px) {
	.blog-post:hover{
		transform: translateY(-15px);
		box-shadow: 0px 5px 30px rgba(0,0,0,.3);
	}
	.blog-post {
		box-shadow: 0px 5px 20px rgba(0,0,0,.15);
	}
}





@media (min-width: 992px) {
	.blog-post {
		float: left;
	}
	
	
	.blog-post {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 70px;
	}	
	
	.blog-post:nth-child(3n){
		margin-right: 0;
	}
} 






/* Back to Top */

.back-to-top {
	position: fixed;
	top: 92vh; right: 1vw;
	z-index: 1000000;
}

.back-to-top .fa {
	color: white;
	background: rgba(0,0,0,.1);
	transition: all ease-in-out .3s;
	padding: 7.5px 10px 
}

.back-to-top:hover .fa {
	background: rgba(0,0,0,.2);
}






@media (max-width: 991px) {
	.back-to-top .fa {	font-size: 18px; }
}


@media (min-width: 992px) {
	.back-to-top .fa {	font-size: 20px; }
}











@media (max-width: 575px) {
	
}


@media (min-width: 576px) and (max-width: 767px) {
	
}


@media (min-width: 768px) and (max-width: 991px) {
	
}


@media (min-width: 992px) and (max-width: 1199px) {
	
}


@media (min-width: 1200px) and (max-width: 1399px) {
	
}


@media (min-width: 1400px) {
	
}

/*HL CSS*/
.price-dscr {
    margin-bottom: 20px;
}
.price-a {
    border: 1px solid #31c3f2;
	border-radius: 5px;
    background: #31c3f2;
    color: #302c51 !important;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
}
.price-a:hover {
    border: 1px solid #302c51;
    background: #302c51;
    color: #31c3f2 !important;
}

/*-- khuyen mai */
.promo-banner {
  background: linear-gradient(135deg, #ff6a00, #ffb347);
  padding: 15px 20px;
  border-radius: 12px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin: 20px 0;
  animation: fadeInDown 0.5s ease-in-out;
}

.promo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.promo-icon {
  font-size: 28px;
  margin-right: 15px;
}

.promo-text {
  flex: 1;
  font-size: 18px;
}

.promo-btn {
  background: #fff;
  color: #ff6a00;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.promo-btn:hover {
  background: #ffe1c4;
}

/* Hiệu ứng xuất hiện */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

