.t_inline {
	display: inline-block;
	color : #333 !important;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-header-2 {
	background: #B68F52; 
	color: #FFF !important; 
	text-align: center;
	border-radius: 35px; 
	padding:15px 20px 15px 20px;
	display: inline-block;
	line-height: 1.2;
	font-size: 18px;
	min-width: 85%;
}

.program_hl_title {
	margin-bottom: 30px;
}
.program_hl_block {
	max-width: 900px; 
	margin: 0 auto;
	margin-bottom: 0px;
}
.text-header {
	background: #15346a; 
	color: #FFF !important; 
	text-align: center;
	border-radius: 35px; 
	padding:8px 10px 8px 10px;
	display: inline-block;
	width: 100%;
	min-width: 100%;
	line-height: 1.2;
}
.text-header-3 {
	background: #ccb5af; 
	color: #FFF !important; 
	text-align: center;
	border-radius: 35px; 
	padding:8px 10px 8px 10px;
	display: inline-block;
	width: 100%;
	min-width: 100%;
	line-height: 1.2;
}
.program_hl_block_list {
	max-width: 370px;
	margin:0 auto; 
	/* margin-bottom: 50px; */
}

#logo {
    height: 60px;
}
#logo img {
    height: 60px;
}

#header .container {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#header #logo{
	padding-top:1rem;
}
#header.sticky-header #logo{
	padding-top: 0px;
}

#primary-menu ul.sf-js-enabled li.sub-menu ul {
    display: block !important;
}
.herobanner {
    display: block;
}
.herobanner_pc {
    display: none;
}
.herobanner_mobile {
    display: block;
}

/* home hl */
.home_hl_ic {
    margin-top:0px;
    margin-bottom: 0px;
	background: #ffffff;
}
.img-hilight {
	text-align: center;
}
.content-hilight {
	padding: 40px 0px 0px 0px;
	margin-left: 0px;
	font-family: "Open Sans", sans-serif;
}
.home_hl_title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
	color:#0081A8;
	font-weight: 800 !important;
	font-family: "Open Sans", sans-serif;
}
.home_hl_desc {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.7 !important;
	font-family: "Open Sans", sans-serif;
}

.section{
	padding: 40px 0;
}
.home_divider{
	border-bottom:5px solid #d1db0d;width:120px;height:5px;margin-bottom:15px
}
.home_hl_readmore{
	margin-top: 10px;
	color:#0081A8;
	font-weight: 600;
}

.home_la_title{
	font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
	color:#0081A8;
	font-weight: 800 !important;
	font-family: "Open Sans", sans-serif;
}

.card {
	padding: 25px 15px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 15px;
  }
  
  .card-shadow {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .btec_lv_img{
	max-height: 80px;
	max-width: initial;
  }
  .btec_lv_text{
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#000000;
	margin-top: 20px;
  }
  .btec_lv_text_2{
	font-family: "Open Sans", sans-serif;
	color:#999999;
	font-weight: bold;
	margin-top: 15px;
	font-size: 12px;
  }
  .btec_lv_text_3{
	font-family: "Open Sans", sans-serif;
	color:#999999;
	font-size: 12px;
  }

  .btec_lv_button{
	background:#D0DD00;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size:10px;
	border-radius: 20px;
	padding:5px 20px;
	margin-top: 25px;
	display: inline-block;
	
  }

  .btec_lv_p{
	padding:50px 0px
  }

  .program_title{
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
  }
  .program_text{
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
  }
  .program_padding{
	padding:15px 30px;
  }
  .mt-3{margin-top: 15px;}
  .mb-3{margin-bottom: 30px;}

  .program-table{
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	font-size: 14px;
	margin-top: 15px;
  }
  .program-table th{
	background-color: #0081A8;
	color:#ffffff;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	border-right:1px solid #d9d9d9
  }
  .program-table tr td{
	border-right:1px solid #0081A8;
	padding:30px 0px !important;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
  }
  .program-table tr td:last-child {
	border-right: none; /* Removes the right border from the last <td> */
  }

  .relative{
	position: relative;
  }
  .program_lv_2{
	position: absolute;
	transform: rotate(-90deg); /* Rotates the element counter-clockwise by 90 degrees */
	transform-origin: center center; 
	background: #7D4495;
	color:#ffffff;
	top:42%;
	left: -38px;
    padding: 3px 8px;
	font-size: 10px;
  }
  .program_lv_3{
	position: absolute;
	transform: rotate(-90deg); /* Rotates the element counter-clockwise by 90 degrees */
	transform-origin: center center; 
	background: #0081A8;
	color:#ffffff;
	top:75%;
	left: -38px;
    padding: 3px 8px;
	font-size: 10px;
  }
  .program-ps{
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
  }

  .hl-text-section{
	background: #D0DD00;
	padding: 8px;
	font-family: "Open Sans", sans-serif;
	font-size:10px;
  }
  .m-0{
	margin: 0px;
  }
  .hl-1-img{
	background-size: cover !important;
	background-position: right !important;
	height: 185px;
  }
  .hl-1-section{
	height: 185px;
  }
  .hl-2-img{
	background-size: cover !important;
	background-position: center !important;
	height: 185px;
  }

  .hl-3-img{
	background-size: cover !important;
	background-position: center !important;
	height: 160px;
  }

  .hl-4-img{
	background-size: cover !important;
	background-position: center !important;
	height: 160px;
  }
  .hl_title{
	font-size:12px;
	font-weight: 800;
  }
  .btec_title{
	font-weight: 700;
	margin-bottom: 5px;
	font-family: "Open Sans", sans-serif;
  }
  .btec_subtitle{
	color:#0081A8;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
  }
  .about_us_text{
	font-size:14px;
  }
 
  .py-3{
	padding-top: 1rem;
	padding-bottom: 1rem;
  }
  .standard-logo{
	height: 100%;
  }

  .step-container{
	background: url('../images/content/bg-progress-mb.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;

  }
  .step-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 51, 102, 0.5); /* Dark blue overlay with some transparency */
  filter: brightness(0.6);
	z-index: 1; 
  }
  
  .step-content {
	position: relative;
	z-index: 2; /* Keep the content above the pseudo-element */
	color: white;
	font-size: 14px;
	line-height: 1.8;
  }
  .step-content h2{
	margin-bottom: 15px;
  }
  .step-title{
	color:#ffffff;
	font-weight: bold;
  }
  .col-auto {
	display: inline-block;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
  }

  .step_p{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .step-divider{
	background: #fff;
	height: 5px;
	margin:0 auto 25px;
	width:150px;
  }
  .step-arrow{
	padding: 0 5px;
  }
  .step-arrow img{
	width:30px
  }

  .calendar_title{
	color:#0081A8;
	font-size:28px;
	font-weight: bold;
	margin-bottom: 15px;
  }

  .card.contact-form{
	background-color: #D0EBE4;
	padding: 0px;
  }
  .contact-form-header{
	background-color: #0081A8;
	color:#fff;
	font-size: 30px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
  }
  .contact-form-content{
	padding: 30px;
	background-color: #D0EBE4;
  }
  .contact-form-content .form-title{
	font-weight: 700;
	font-size:20px;
	margin-bottom: 5px;
  }
  .contact-form-content .form-control{
	width: 100%;
	height:44px;
	font-size:18px;
	margin-bottom: 20px;
	border:0px
  }

  .contact-form-content .form-send-btn{
	width: 100%;
	background-color: #0081A8;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	border:0px;
	margin-top: 15px;
	border-radius: 4px;
  }

  .level-er-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
  }
  .level-er-desc{
	font-size: 16px;
  }

  .program-level-title{
	font-size: 20px;
	font-weight: bold;
	color:#003159;
	margin-bottom: 20px;
	padding-top: 30px;
  }
  .program-level-question{
	font-size:18px;
	font-weight: bold;
  }
  .program-level-answer{
	font-size: 16px;;
	margin-bottom: 15px;
  }
  .study-program-table{
	width: 100%;
	margin-bottom: 5px;
  }
  .study-program-table,
  .study-program-table tr th,
  .study-program-table tr td{
	border:1px solid #CFDA00;
	
  }
  .study-program-table tr th{
	background-color: #F5F6C8;
	
  }
  .study-program-table tr th,
  .study-program-table tr td{
	padding: 3px 10px;
	
  }
/* Responsive */

@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.level-er-title{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
		margin-top: 0px;
	  }
	.program-level-title{
		font-size: 24px;
		font-weight: bold;
		color:#003159;
		margin-bottom: 20px;
		padding-top: 80px;
	  }
	  .program-level-question{
		font-size:20px;
		font-weight: bold;
	  }
	  .program-level-answer{
		font-size: 16px;;
		margin-bottom: 30px;
	  }
	.about_us_text{
		font-size:18px;
	  }
	.mt-3{margin-top: 30px;} 
	.hl-text-section{
		background: #D0DD00;
		padding: 15px;
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
	  }
	.hl_title{
		font-size:20px;
		font-weight: 800;
	  }
	.hl-1-img{
		background-size: cover !important;
		background-position: right !important;
		height: 400px;
	  }
	  .hl-1-section{
		height: auto;
	  }
	  .hl-2-img{
		background-size: cover !important;
		background-position: center !important;
		height: 205px;
	  }
	
	  .hl-3-img{
		background-size: cover !important;
		background-position: center !important;
		height: 185px;
	  }
	
	  .hl-4-img{
		background-size: cover !important;
		background-position: center !important;
		height: 185px;
	  } 
	.program-table{
		border-radius: 20px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
		overflow: hidden;
		font-size: 20px;
		margin-top: 15px;
	  }
	  .program-table th{
		background-color: #0081A8;
		color:#ffffff;
		font-weight: bold;
		font-family: "Open Sans", sans-serif;
		border-right:1px solid #d9d9d9
	  }
	  .program-table tr td{
		border-right:1px solid #0081A8;
		padding:40px 0px !important;
		font-weight: bold;
		font-family: "Open Sans", sans-serif;
	  }
	  .program-table tr td:last-child {
		border-right: none; /* Removes the right border from the last <td> */
	  }
	
	  .relative{
		position: relative;
	  }
	  .program_lv_2{
		position: absolute;
		transform: rotate(-90deg); /* Rotates the element counter-clockwise by 90 degrees */
		transform-origin: center center; 
		background: #7D4495;
		color:#ffffff;
		top:38%;
		left: -58px;
		padding: 5px 15px;
		font-size: 14px;
	  }
	  .program_lv_3{
		position: absolute;
		transform: rotate(-90deg); /* Rotates the element counter-clockwise by 90 degrees */
		transform-origin: center center; 
		background: #0081A8;
		color:#ffffff;
		top:75%;
		left: -58px;
		padding: 5px 15px;
		font-size: 14px;
	  }
.card {
	padding: 50px 30px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 15px;
  } 
	.program_title{
		font-family: "Open Sans", sans-serif;
		font-size: 24px;
		font-weight: bold;
	  }
	  .program_text{
		font-family: "Open Sans", sans-serif;
		font-size: 18px;
	  }
	.btec_lv_p{
		padding:100px 0px
	  }
	.btec_lv_img{
		max-height: 100px;
		max-width: initial;
	  }
	  .btec_lv_text{
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		font-size: 20px;
		color:#000000;
		margin-top: 20px;
		
	  }
	  .btec_lv_text_2{
		font-family: "Open Sans", sans-serif;
		color:#999999;
		font-weight: bold;
		margin-top: 15px;
		font-size: 16px;
	  }
	  .btec_lv_text_3{
		font-family: "Open Sans", sans-serif;
		color:#999999;
		font-size: 16px;
	  }
	
	  .btec_lv_button{
		background:#D0DD00;
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		font-size: 14px;
		border-radius: 20px;
		padding:5px 20px;
		margin-top: 25px;
		display: inline-block;
	  }
	
    .program_hl_title {
		margin-bottom: 50px;
	}
    .text-header-2 {
		font-size: 20px;
		min-width: 370px;
	}
    .program_hl_block {
		margin-bottom: 50px;
	}
    .text-header {
		width: 100%;
		min-width: 85%;
		max-width: 400px;
	}
    .text-header-3 {
		width: 100%;
		min-width: 85%;
		max-width: 400px;
	}

	.home_la_title{
		font-size: 36px;
		line-height: 1.4;
		margin-bottom: 20px;
		color:#0081A8;
		font-weight: 800 !important;
		font-family: "Open Sans", sans-serif;
	}
	.step-container{
		background: url('../images/content/bg-progress.jpg') no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	
	  }

}

@media (min-width: 992px) {
    .text-header {
		width: 85%;
		min-width: 85%;
		max-width: 400px;
	}
    .text-header-3 {
		width: 85%;
		min-width: 85%;
		max-width: 400px;
	}
    #logo img {
        margin-top: 10px;
    }
    #primary-menu ul.sf-js-enabled li.sub-menu ul {
        display: none !important;
    }
    #primary-menu ul.sf-js-enabled li.sub-menu:hover ul {
        display: block !important;
    }

    .herobanner_pc {
        display: block;
    }
    .herobanner_mobile {
        display: none;
    }

    .img-hilight {
		text-align: right;
	}
    .content-hilight {
		padding: 15px 0px 0px 0px;
		margin-left: 0px;
	}
    .home_hl_title {
        font-size: 50px;
        line-height: 1.3;
		letter-spacing: -1px;
        margin-bottom: 20px;
    }
    .home_hl_desc {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 1.7 !important;
    }
    
}
@media (min-width: 1024px) {
	.step_p{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 80px;
		padding-bottom: 80px;
	  }
	  .step-content {
	
		font-size: 14px;
	  }
	  .step-arrow{
		padding: 0 5px;
	  }
	  .step-arrow img{
		width:30px
	  }
    
}
@media (min-width: 1200px) {
    #header .container {
        width: 1170px !important;
        margin: 0 auto !important;
    }
    #logo {
        height: 80px;
    }
    #logo img {
        height: 60px;
        margin-top: 0px;
    }
	.step_p{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 100px;
		padding-bottom: 80px;
	  }
	  .step-content {
	
		font-size: 16px;
	  }
	  .step-arrow{
		padding: 0 15px;
	  }
	  .step-arrow img{
		width:40px
	  }
}

@media (min-width: 1281px) {
    
}
@media (min-width: 1400px) {
    .step_p{
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 100px;
		padding-bottom: 50px;
	  }
	  .step-content {
	
		font-size: 18px;
	  }
	  .step-arrow{
		padding: 0 15px;
	  }
	  .step-arrow img{
		width:60px
	  }
}
@media (min-width: 1600px) {
	.step_p{
		padding-left: 100px;
		padding-right: 100px;
		padding-top: 100px;
		padding-bottom: 50px;
	  }
	  .step-arrow{
		padding: 0 15px;
	  }
	  .step-arrow img{
		width:80px
	  }
    
}
@media (min-width: 1920px) {
    
}


.text-md-right {
	text-align: right;
  }
  @media (max-width: 991px) {
	.text-md-right {
	  text-align: left;
	}
  }

  @media (max-width: 414px) {
	.pr-1 {
	  padding-right: 0.5rem;
	}
	.pl-1{
		padding-left: 0.5rem;
	}
  }