.text-justify {
    text-align: justify;
}

.no-scrollbar {
	scrollbar-width: none; /* Firefox */
  	-ms-overflow-style: none; /* Internet Explorer and Edge */
  	-webkit-overflow-scrolling: touch; /* For touch scrolling */
}

.font-square {
	font-family: 'Saira', sans-serif;	
}

.font-tall {
	font-family: 'Big Shoulders Display', sans-serif;
	letter-spacing: 1px;
}

.font-art {
	font-family: "Playfair Display", serif;		
}

.font-diploma {
  	font-family: "Fleur De Leah", cursive;
}

.font-diptext {
  	font-family: "MonteCarlo", cursive;
}

.font-vibe {
  	font-family: "Great Vibes", cursive;
}

.font-roboto {
  	font-family: "Roboto", serif;
}


.letterspace-0 {
	letter-spacing: 0px;
}

.letterspace-1 {
	letter-spacing: 1px;
}

.letterspace-2 {
	letter-spacing: 2px;
}

.letterspace-3 {
	letter-spacing: 3px;
}

.letterspace-4 {
	letter-spacing: 4px;
}

.letterspace-5 {
	letter-spacing: 5px;
}

.letterspace-6 {
	letter-spacing: 6px;
}

.letterspace-7 {
	letter-spacing: 7px;
}

.letterspace-8 {
	letter-spacing: 8px;
}

.letterspace-9 {
	letter-spacing: 9px;
}


.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fs-28 {
	font-size: 28px;
}

.fs-30 {
	font-size: 30px;
}

.fs-32 {
	font-size: 32px;
}

.fs-34 {
	font-size: 34px;
}

.fs-36 {
	font-size: 36px;
}

.fs-38 {
	font-size: 38px;
}

.fs-40 {
	font-size: 40px;
}

.fs-42 {
	font-size: 42px;
}

.fs-44 {
	font-size: 44px;
}

.fs-46 {
	font-size: 46px;
}

.fs-48 {
	font-size: 48px;
}

.fs-50 {
	font-size: 50px;
}

.fs-52 {
	font-size: 52px;
}

.fs-54 {
	font-size: 54px;
}

.fs-56 {
	font-size: 56px;
}

.fs-58 {
	font-size: 58px;
}

.fs-60 {
	font-size: 60px;
}

body {
	padding-top: 90px;
	font-family: "Roboto", serif;
	letter-spacing: 0.02rem;
}

a, .login-button {
	text-decoration: none;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	overflow-y: hidden;
	border-bottom: solid 1px #bbb;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 0px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-underline {
	gap: 0;
	/* max-width: 767.98px; */
	margin: 0 auto;
}


#navbarsExampleDefault .nav-link {
	color: #FFF;
}

.nav-underline .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	font-size: .875rem;
	color: #2E2B29;
}

.nav-scroller .divider {
    border-right: solid 1px #888;
    height: 46px;
}

.nav-scroller .divider-50 {
    border-right: solid 1px #888;
    height: 54px;
}

.nav-scroller .divider-60 {
    border-right: solid 1px #888;
    height: 66px;
}

.nav-underline .nav-link:hover {
	color: #007bff;
}

.nav-underline .nav-link {
    border-bottom: 0;
}

.nav-underline .nav-link.active, .nav-underline .nav-link.active span {
	color: #8B2D2C !important;
}

.nav-underline .nav-link.active, .nav-underline .show>.nav-link {
    font-weight: normal;
}

.blog-footer {
  padding: 1rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.card-horizontal {
	flex-direction: row;
}

.card-horizontal .card-horizontal-image img {
	width: 150px !important;
	height: auto !important;
	max-width: 150px !important;
}

.card-horizontal .card-body {
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
}

@media (max-width: 767.98px) {

	html, body {
		overflow-x: hidden; 
	}
	
	.offcanvas-collapse {
		position: fixed;
		top: 56px; /* Height of navbar */
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		/*
		background-color: #343a40;
		*/
		background-image: url("/media/images/black-vintage.png");
	   	background-repeat: repeat;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		transform: translateX(-100%);
	}
	
	.card-responsive {
		flex-direction: row;
	}
	
	.card-responsive .card-responsive-image img {
		width: 150px !important;
		height: auto !important;
		max-width: 150px !important;
	}
	
	.card-responsive .card-body {
		display: flex;
		justify-content: start;
		align-items: start;
		flex-direction: column;
	}
	
	/*
	.card-responsive .card-body .card-text {
		display: none;
	}
	*/
	
	.g-5, .gy-5 {
	    --bs-gutter-y: 1.5rem;
	}
	
	.navbar-dark .navbar-nav .nav-item > a {
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	
	.navbar-dark .navbar-nav .nav-item:not(:last-child) {
		border-bottom: solid 1px #aaa;
	}
	
	.nav-scroller .divider {
	    height: 40px;
	}
	
	.nav-scroller .divider-50 {
	    height: 50px;
	}
	
	.nav-scroller .divider-60 {
	    height: 66px;
	}
	
	/*********************/
	
	.popupFormContainer input, .popupFormContainer select {
		height: 3rem;
	}
}

.general-inlineform select, .business-inlineform select, .education-inlineform select, .popupFormContainer select {
		color: #666;
}

@media (min-width: 768px) {

	.navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.nav-scroller .nav {
	    justify-content: center;
	}	
	
	/*
	.nav-underline .nav-link {
	    padding-left: 40px;
	    padding-right: 40px;
	}
	*/
	
	.nav-underline .nav-link i {
	    margin-right: 5px;
	}
	
	.navbar-dark .navbar-nav .nav-item {
		
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.navbar-dark .navbar-nav .nav-item:not(:last-child) {
		border-right: solid 1px #aaa;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
    
	/*************************/
	
	.fixed-height-coursename {
		min-height: 120px;
	}
    
}

/*************/

/*
.nav-link {
    color: #FFF;
}
*/

.nav-underline .nav-link {
    color: #2E2B29;
}

.bg-primary-subtle {
	background-color: #AB0C2F !important;  
}

.background-dark-purple {
	background-color: #031633 !important; 
}

.form-control.invalid, .was-validated .form-control.invalid, textarea.form-control.invalid, .was-validated textarea.form-control.invalid {
    border-color: #dc3545;
}

.form-control.invalid, .was-validated .form-control.invalid, textarea.form-control.invalid, .was-validated textarea.form-control.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.valid, .was-validated .form-control.valid, textarea.form-control.valid, .was-validated textarea.form-control.valid {
    border-color: #1cbb8c;
}

.form-control.valid, .was-validated .form-control.valid, textarea.form-control.valid, .was-validated textarea.form-control.valid {
    border-color: #1cbb8c;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

textarea.form-control.invalid, .was-validated textarea.form-control.invalid, textarea.form-control.valid, .was-validated textarea.form-control.valid {
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}



/************************/
/* Slider Banner starts */

.swiper-slide-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    border: solid 5px black;
    display: block;
    position: absolute;
    
}

/*
.swiper-slide-banner::before, .swiper-slide-banner img {
	border-radius: 0.375rem;
}
*/

.swiper-slide-banner .swiper-caption {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100%;
}

.swiper-slide-banner .swiper-caption .text1 {
	font-size: 4rem;
	color: #FFF;
	margin-bottom: 30px;
}

.swiper-slide-banner .swiper-caption .text2 {
	font-size: 1.5rem;
	font-style: italic;
	color: #FFF;
	margin-bottom: 40px;
}

.swiper-slide-banner .swiper-caption .text1 a, .swiper-slide-banner .swiper-caption .text2 a {
	color: #FFF;
}

@media only screen and (max-width: 600px) {
	.swiper-slide-banner .swiper-caption .text1 {
	    font-size: 2rem;
	    margin-bottom: 15px;
	}
	.swiper-slide-banner .swiper-caption .text2 {
	    font-size: 1rem;
	}
	.swiper-slide-banner .swiper-caption {
		padding: 20px !important;
		text-align: center !important;
	}
}


/* Slider Banner ends */
/**********************/





/******************************/
/*       theme starts         */
/* https://www.color-meanings.com/retro-color-palettes/   12. Acid-Etched  */

.card {
	background: none;
    background-color: transparent;
}

.border-vintage {
    border: 1px solid rgba(108,117,125, 0.5); 
}

.shadow-sm {
	box-shadow: 0 4px 4px 1px rgba(9, 9, 9, 0.3) !important;
}

.list-group-item {
    border: 1px solid rgba(108,117,125, 0.5); 
}

.light-background-color, .bg-light {
	background-color: #FAEBD7 !important;
}

.header-background-color {
	/*
	background-color: #B44819 !important;
	*/
	background-image: url("/media/images/header-vintage.png");
    background-repeat: repeat;
	
}

.fixed-bottom-cat-color {
	/*
	background-color: #01928B !important;
	*/
	background-image: url("/media/images/cta-vintage.png");
    background-repeat: repeat;
}

.footer-background-color {
	/*
	background-color: #774320 !important;
	*/
	background-image: url("/media/images/footer-vintage.png");
    background-repeat: repeat;
}

.item-background-color {
	background-image: url("/media/images/single-item-background.jpg");
    background-repeat: repeat;
}

.box-padding-background-color {
	background-color: #F5F4ED !important;
}

.box-outer-border-color {
	border: solid 1px #B44819 !important;
}

.box-header-background-color {
	background-color: #B44819 !important;
}

.no-background {
	background-color: transparent !important;
}

.text-dark-color {
	color: #5F3822 !important;
}

.text-gray-color {
	color: #212529 !important;
}

a {
	color: #06394D;
}

.border-warning {
	border-color: #8B2D2C !important;
}

.btn-success {
	background-color: #1F9295 !important;
}

.grayimg {
  -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  filter: grayscale(80%);
}

/*       theme ends           */
/******************************/

.blink-text {
  animation: blinker 1200ms linear infinite;
}

@keyframes blinker {
	 5% {
	    opacity: 0;
	  }
	  10% {
	    opacity: 1;
	  }
	  100% {
	    opacity: 1;
	  }
}

.no-scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Edge */
  -webkit-overflow-scrolling: touch; /* For touch scrolling */
}

.no-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}


/* certificate starts */

.vintage-background {
	background-image: url("/media/images/vintage-subhead.png");
    background-repeat: repeat;
}

.white-vintage-background {
	background-image: url("/media/images/vintage-white.png");
    background-repeat: repeat;
}

.black-vintage-background {
	background-image: url("/media/images/black-vintage.png");
    background-repeat: repeat;
}

.layeredbox {
    box-shadow: 0 0 5px 5px #B44819;
	padding: 1rem 1.5rem 1.5rem 1.5rem;
	border-radius: 10px;
}

			table.rounded-corners {
				 /* Change these properties */
				 --border: 1px solid rgba(108,117,125, 0.75);
				 border-radius: 5px;
				
				 /* Don't change these properties */
				 border-spacing: 0;
				 border-collapse: separate;
				 border: var(--border);
				 overflow: hidden;
			}
			
			/* Apply a border to the right of all but the last column */
			table.rounded-corners th:not(:last-child),
			table.rounded-corners td:not(:last-child) {
			 	border-right: var(--border);
			}
			
			/* Apply a border to the bottom of all but the last row */
			table.rounded-corners>thead>tr:not(:last-child)>th,
			table.rounded-corners>thead>tr:not(:last-child)>td,
			table.rounded-corners>tbody>tr:not(:last-child)>th,
			table.rounded-corners>tbody>tr:not(:last-child)>td,
			table.rounded-corners>tfoot>tr:not(:last-child)>th,
			table.rounded-corners>tfoot>tr:not(:last-child)>td,
			table.rounded-corners>tr:not(:last-child)>td,
			table.rounded-corners>tr:not(:last-child)>th,
			table.rounded-corners>thead:not(:last-child),
			table.rounded-corners>tbody:not(:last-child),
			table.rounded-corners>tfoot:not(:last-child) {
			 	border-bottom: var(--border);
			}
			
			.text-certtext-color {
				color: #444 !important;
			}

@media (min-width: 768px) {
	.layeredbox {
		padding: 1.5rem 2rem 2rem 2rem;
	}
}

/* certificate ends */


.zalo-consent-widget {
	z-index: 99999;
	bottom: 50px !important;
}

.zalo-follow-only-button {
	margin-top: 15px;
}

#followOaModal {
	background-color: rgba(0, 0, 0, 0.5);
}