/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*ul.top_flag {
	position: relative;
	background-clip: padding-box;
	border: 2px solid transparent;
	background-color: #E5E5E5;
	border-radius: 20px;
	height: 32px;
	line-height: 25px;
}*/
/*ul.top_flag:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -2px;
  background-image: linear-gradient(to right top, #F8A140, #B94D00);
  border-radius: inherit;
}*/

.hp_counter {
    text-align: center;
}
span.count-up {
    font-weight: 700;
    font-size: 70px;
}
span.count-up::after {
    content: "+";
    top: -10px;
    position: relative;
}
span.cslugicon {
	font-size: 50px;
    position: relative;
    top: -8px;
    padding: 0px 5px;
}
span.count-up.cpercent::after {
	content: "%";
	font-size: 40px;
    top: -20px;
}
span.count-up.noafter::after {
    content: "";
}
.hp_counter p {
    font-size: 28px;
    margin-bottom: 0px;
}
.flickity-page-dots {
	bottom: 0px;
}
.flickity-page-dots .dot.is-selected {
	background-color: orange;
}
.flickity-page-dots .dot {
	border: solid 1px orange
}
.icf_teacher  {
	font-size: 14px;
	font-weight: 500;
}
.icf_teacher img {
	width: 20px;
	position: relative;
	top: -1px;
}
.hp_faqs .toggle {
	right: 0;
	left: unset;
}
.hp_faqs .accordion-title {
	padding: .5em 1em;
	border-top: 1px solid #b9b9b9;
	border-radius: 8px;
}
.hp_faqs .accordion-inner {
	padding: 1em;
}
.hp_faqs .toggle i {
	font-size: 1.4em;
}
.dvt_content h4 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #AA1200;
}
.dvt_content p {
	font-size: 16px;
	margin-bottom: 10px;
}

.ctda_imgbox {
	padding: 20px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 20px;
}

.ctda_imgbox h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #AA1200;
}
.ctda_imgbox .box-text {
	padding-bottom: 0px;
}
.ctda_imgbox .box-text p {
	margin-bottom: 10px;
}

.ctda_imgbox .box-text .button {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ctda_imgbox .box-image img {
	border-radius: 16px;
}







/* CSS Blog */
.obelix-blog-list--ten .theme-title-block .subtitle {
  margin-bottom: 0;
  color: var(--fs-color-primary);
}

.obelix-blog-list--ten .theme-title-block .title {
  margin-bottom: .2em;
}

.obelix-blog-list--ten:not(.row-grid) .box-image {
  --mask-image: url("./assets/fl-element/blog-list-10/mask-image.svg");
  -webkit-mask-image: var(--mask-image);
  mask-image: var(--mask-image);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/0.8;
}

.obelix-blog-list--ten.row-grid .box-text {
  border: solid 1px rgb(234, 234, 234);
  border-top: none;
  border-radius: 0 0 .5rem .5rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.obelix-blog-list--ten.row-grid .box-image {
  border-radius: .6rem;
}

.obelix-blog-list--ten .box-text .post-meta {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .85rem;
}

.obelix-blog-list--ten:not(.row-grid) .box-text .post-meta {
  position: absolute;
  top: -1.6rem;
}

.obelix-blog-list--ten .box-text .post-meta::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #F48120;
  -webkit-mask-image: url("./assets/fl-element/blog-list-10/calendar-days.svg");
  mask-image: url("./assets/fl-element/blog-list-10/calendar-days.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-right: 7px;
}

.obelix-blog-list--ten .box-text .is-divider {
  display: none;
}

.obelix-blog-list--ten .box-text .button.is-underline:before {
  height: 1px;
  left: 0;
  width: calc(100% - 25px);
  bottom: 5px;
  opacity: 1;
}

.obelix-blog-list--ten .box-text p {
  font-size: 1rem;
}

.obelix-blog-list--ten.row-grid .box-text p {
  font-size: .9rem;
  margin-top: .7em;
}

.obelix-blog-list--ten .box-text .post-title {
  padding: 0 0 15px;
  margin: 0;
}

.obelix-blog-list--ten .box-text .button.is-underline {
  color: #F48120;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.95rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.obelix-blog-list--ten .box-blog-post:hover .box-text .button.is-underline {
  color: #000;
}

.obelix-blog-list--ten .box-blog-post:hover .box-text .button.is-underline::after {
  background-color: #000;
  margin-left: 15px;
}

.obelix-blog-list--ten .box-blog-post:hover .box-text .button.is-underline::before {
  width: calc(100% - 35px);
}

.obelix-blog-list--ten .box-text .button.is-underline::after {
  content: "";
  width: 20px;
  height: 15px;
  margin-left: 5px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #F48120;
  -webkit-mask-image: url('./assets/fl-element/blog-list-10/arrow-right.svg');
  mask-image: url('./assets/fl-element/blog-list-10/arrow-right.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.obelix-blog-list--ten.slider-nav-simple .flickity-prev-next-button {
  margin-top: -4%;
  background: white;
  min-height: unset;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.obelix-blog-list--ten.slider-nav-simple:hover .flickity-prev-next-button {
  opacity: 1;
}

.obelix-blog-list--ten.slider-nav-simple .flickity-prev-next-button svg {
  padding: 14px;
}

@media screen and (min-width: 850px) {

  .obelix-blog-list--ten.row-grid .grid-col-1-2 .box-text .post-meta,
  .obelix-blog-list--ten.row-grid .grid-col-1-2 .button.is-underline {
    display: none;
  }

  .obelix-blog-list--ten.row-grid .grid-col-1-2 .box-text .post-title {
    font-size: 1rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 549px) {
  .obelix-blog-list--ten.slider-nav-simple .flickity-prev-next-button {
    margin-top: -20%;
    background-color: white !important;
    min-height: unset;
    width: 2.2rem !important;
    height: 2.2rem !important;
    opacity: 1;
  }

  .obelix-blog-list--ten.slider-nav-simple .flickity-prev-next-button svg {
    padding: 12px !important;
  }

  .obelix-blog-list--ten.slider-nav-simple .flickity-prev-next-button.next {
    right: 7%;
  }

  .obelix-blog-list--ten.slider-nav-simple .flickity-prev-next-button.previous {
    left: 7%;
  }
}
/* End CSS Blog */



.banner {
	background-color: unset !important;
}

ul.top_flag {
	border: 2px solid #F8A140;
	border-radius: 20px;
	height: 32px;
	line-height: 24px;
	overflow: hidden;
}

ul.top_flag li {
	list-style: none;
	display: inline-block;
	padding: 0px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-weight: 600;
	color: #333;
	font-size: 15px;
	margin: 0;
	height: 100%;
}

ul.top_flag li.flag_active {
	background: #fff;
}

ul.top_flag li img {
	width: 24px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

ul.top_contact {
	margin: 0px 50px !important;
}

ul.top_contact li{
	list-style: none;
	display: inline-block;
	color: #4F4F4F;
	font-size: 14px;
}

ul.top_contact li img {
	width: 24px;
	position: relative;
	top: -1px;
}

ul.top_contact li.tc_icon, ul.top_contact li.tc_label {
	padding: 0px 5px;
}

ul.top_contact li.tc_text {
	font-size: 20px;
	color: #AA1200;
	font-weight: 600;
}

ul.top_contact li.tc_text a {
	color: #AA1200;
}

.top_btn_apply {
	display: block !important;
	width: 180px;
	height: 40px;
	background: linear-gradient(180deg, #F68300 0%, #F8A140 100%);
	border-radius: 30px;
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 18px !important;
	border-bottom: 1px solid #B94D00;
	transition: 0.3s;
}

.top_btn_apply:hover {
	background: linear-gradient(180deg, #F68300 0%, #db8526 100%);
}

.top_btn_apply img {
	width: 20px;
	position: relative;
	top: -2px;
	margin-left: 5px;
}

.btn_main {
	height: 40px;
	background: linear-gradient(180deg, #F68300 0%, #F8A140 100%);
	border-radius: 30px;
	text-align: center;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 35px !important;
	border-bottom: 1px solid #B94D00;
	transition: 0.3s;
	padding: 0px 30px !important;
}

.btn_main:hover {
	background: linear-gradient(180deg, #F68300 0%, #db8526 100%);
}


a.btn_play_video {
	padding: 0px 10px !important;
}

a.btn_play_video i {
	padding-right: 5px;
}

.banner {
	background-color: unset;
}

/*.hp_textbox_feature {
	background: radial-gradient(100% 100% at 0% 0%, rgba(249, 251, 255, 0.4) 0%, rgba(249, 251, 255, 0) 100%)  warning: gradient uses a rotation that is not supported by CSS and may not behave as expected ;
	box-shadow: inset -3.74841px -3.74841px 187.421px rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(6.980899999999998px);
}*/

.hp_textbox_feature {
	background: radial-gradient(100% 100% at 0% 0%, rgba(249, 251, 255, 0.4) 0%, rgba(249, 251, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	box-shadow: inset -3.74841px -3.74841px 187.421px rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(34.98089999999999px);
	/* Note: backdrop-filter has minimal browser support */

	/*transform: rotate(-90deg);*/
}

.hp_top_banner {
	overflow: hidden;
	border-radius: 10px;
}

.homepage-slider .flickity-page-dots {
	bottom: 140px;
	left: 25px;
	right: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
	max-width: 1140px;
	text-align: left;
}

.homepage-slider .slider-nav-light .flickity-page-dots .dot.is-selected {
	background-color: #F48120;
	border-color: #f48120;
}

a.hp_btn_about_us {
	color: #F68300;
}

a.hp_btn_about_us img {
	height: 16px;
	padding-left: 10px;
	position: relative;
	top: -2px;
}

.sec_why_label{
	font-size: 18px;
  color: #333;
  font-weight: 600;
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.sec_why_label:after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 5px;
  background: #333;
  right: 0;
  bottom: -2.9px;
  border-radius: 50%;
}

.sec_why_number {
	font-weight: 700;
  font-size: 48px;
  color: #333;
  text-align: center;
}

.sec_review {
	background-image: url(https://recruitment.eiv.edu.vn/wp-content/uploads/2022/07/eiv-review.png);
	background-size: 50%;
	background-position: 0% 35%;
	background-repeat: no-repeat;
	min-height: 500px;
	z-index: 9;
}

.review_list {
	padding-left: 50px;
	position: relative;
	margin-top: 20px;
}

.star-custom {
	font-size: 13px;
	letter-spacing: 5px;
	width: auto;
}

.review_list:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(https://recruitment.eiv.edu.vn/wp-content/uploads/2022/07/review-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  left: 5px;
  top: -8px;
}

.rl_content {
	display: table;
	margin-top: 20px;
}

.rl_text {
	padding-top: 10px;
}

.rlc_img, .rlc_info {
	display: table-cell;
	vertical-align: middle;
}

.rlc_img {
	padding-right: 20px;
}

.rlc_img img{
	width: 70px;
}

.rlc_info p {
	margin-bottom: 5px;
	color: #F68300;
}

.rlc_info span {
	color: #90A3B4;
}

.star-rating span:before, .star-rating:before {
	color: #F68300;
}

.review_slider .flickity-prev-next-button.previous {
	left: 5%;
}

.review_slider .flickity-prev-next-button {
	top: 66%;
	color: #AA1200;
	width: 25px;
}

.review_slider .flickity-prev-next-button:hover svg {
	background: linear-gradient(180deg, #F68300 0%, #F8A140 100%);
	fill: #ffffff;
	border-radius: 50%;
	transition: unset;
}

.job_list_wrapper {
	position: relative;
}

.job_list_wrapper .col-inner {
	min-height: 500px;
}

.job_list_wrapper:before {
  content: "";
  background-image: url(https://recruitment.eiv.edu.vn/wp-content/uploads/2022/07/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 195px;
  position: absolute;
  width: 195px;
  height: 190px;
  top: -36px;
  right: -142px;
}

.hompage_news_wrapper {
	background: #fff;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}


.hpn_img {
	max-height: 200px;
	overflow: hidden;
}

.hpn_title {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  padding: 10px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


ul.hpn_info {
	padding: 0px 10px;
	margin-bottom: 10px;
}

ul.hpn_info li{
	list-style: none;
	font-size: 14px;
	display: inline-block;
	margin: 0px;
	padding-right: 25px;
	color: #7B7485;
}

ul.hpn_info li img {
	width: 18px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.hpn_des {
	padding: 0px 10px;
	font-size: 14px;
	color: #161B3D;
}

.hpn_btn {
	padding: 15px 10px;
	margin-bottom: 5px;
}

.hpn_btn a {
	background: linear-gradient(180deg, #AA1200 0%, #DF2500 100%);
	color: #fff;
	border-radius: 30px;
	padding: 6px 10px;
	font-size: 12px;
}

.hpn_btn a img{
	position: relative;
	top: -1px;
	padding-left: 10px;
}

.hp_form_left_wrapper {
	background: #EAF0FF;
	min-height: 600px;
	border-radius: 30px;
}

.hpf_text {
  font-size: 30px;
  color: #2D9CDB;
  padding: 40px;
  margin-bottom: 30px;
}

.sec_hp_form_apply {
	z-index: 9;
}

.homepage_form_apply {
	background: #fff;
  box-shadow: 0px 2px 6px rgb(151 172 198 / 25%);
  border-radius: 30px;
  backdrop-filter: blur(24px);
  padding: 30px;
}

.hompage_form_apply_wrapper input[type=radio] {
	display:none;
}
 
.hompage_form_apply_wrapper input[type=radio] + span.wpcf7-list-item-label{    
  height: 30px;
  line-height: 26px;
  padding: 0px 10px;
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #AA1200;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border: solid 1px #AA1200;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}

.hompage_form_apply_wrapper input[type=radio] + span.wpcf7-list-item-label:hover{
    background: #AA1200;
    color: #fff;
}
 
.hompage_form_apply_wrapper input[type=radio]:checked + span.wpcf7-list-item-label {
    background: #AA1200;
    color: #fff;
}

.hompage_form_apply_wrapper span.form_label {
	display: block;
	padding-bottom: 7px;
}

.hompage_form_apply_wrapper p {
	margin-bottom: 15px;
}



.homepage_form_apply input[type="text"],  .homepage_form_apply input[type="email"], .homepage_form_apply input[type="tel"], .homepage_form_apply textarea, .homepage_form_apply select {
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	box-shadow: unset;
	margin-bottom: 0px;
}

.homepage_form_apply textarea {
	min-height: 50px !important;
}

.image-center {
	margin: 0 auto;
}

.margin-bottom p {
	margin-bottom: 10px;
}

.notice_label {
	color: #900;
	font-size: 14px;
	margin-top: 5px;
	display: block;
	background: #f7f7f7;
	padding: 10px;
	border-radius: 4px;
}

.homepage_form_apply input[type="file"] {
	margin-bottom: 10px;
}

.position-select .wpcf7-list-item{
	margin-right: 10px !important;
}

.form_btn_apply {
	display: block !important;
	width: 180px;
	height: 40px;
	background: linear-gradient(180deg, #F68300 0%, #F8A140 100%);
	border-radius: 30px !important;
	text-align: center !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 18px !important;
	border-bottom: 1px solid #B94D00 !important;
	transition: 0.3s !important;
	margin-left: auto;
	margin-right: 0;
}

.form_btn_apply img {
	width: 20px;
	position: relative;
	top: -2px;
	margin-left: 5px;
}

.form_submit_wrapper {
	text-align: right;
}

.sec_newsletter {
	background: linear-gradient(180deg, #DDE8F8 0%, rgba(253, 247, 235, 0) 109.19%);
	z-index: 1;
}

/*.page-id-105 .sec_newsletter, .page-id-498 .sec_newsletter, .page-id-558 .sec_newsletter, .page-id-698 .sec_newsletter {
	margin-top: -400px;
}*/

.newsletter_wrapper {
	position: relative;
}

.newsletter_wrapper input[type=email] {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 30px;
	box-shadow: unset;
	height: 58px;
	padding: 0px 20px;
}

.btn_form_newsletter {
	display: block !important;
	width: 90px;
	height: 54px;
	background: linear-gradient(180deg, #F68300 0%, #F8A140 100%);
	border-radius: 30px !important;
	text-align: center !important;
	color: #fff !important;
	font-size: 16px !important;
	border-bottom: 1px solid #B94D00 !important;
	transition: 0.3s !important;
	position: absolute;
	top: 2px;
	right: -13px;
}

.footer_menu_custom p {
	color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer_menu_custom ul li {
	list-style: none;
	margin-left: 0;
}

.footer_menu_custom ul li a {
	color: #333;
}

.ft_branch_title {
	color: #AA1200;
	font-weight: 600;
	margin-bottom: 10px;
}

.ft_branch_title img {
	height: 15px;
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.ft_branch_address p {
	margin-bottom: 10px;
	color: #333;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}

.tabbed-content .nav-vertical {
	width: 30%;
}
.nav-vertical+.tab-panels {
	border-left: unset;
}
.hp_tab ul > li.tab {
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 25px !important;
}
.hp_tab ul > li.tab > a {
	font-size: 18px;
	color: #000;
}
.hp_tab ul > li.tab:nth-child(1) {
	border-top: solid 6px #f97316;
	background: #f9731605;
}
.hp_tab ul > li.tab:nth-child(2) {
	border-top: solid 6px #dc2626;
	background: #dc262605;
}
.hp_tab ul > li.tab:nth-child(3) {
	border-top: solid 6px #2563eb;
	background: #2563eb0d;
}
.hp_tab ul > li.tab:nth-child(4) {
	border-top: solid 6px #16a34a;
	background: #16a34a17;
}
.hp_tab .tab-panels .box-text {
	max-width: 90%;
	background: #fff;
	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 10px;
	border: solid 1px #f7f7f7;
}

.hp_tab h4 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	color: #AA1200;
}
.hp_tab .tab-panels .box-text p {
	margin-bottom: 10px;
}
.hp_tab .tab-panels .box-text ul {
	margin-bottom: 10px;
}


/* CSS cũ */
.main_footer_info {
	text-align: center;
}

.main_footer_info ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.main_footer_info ul li {
	list-style: none;
	display: inline-block;
}

ul.mfi_social li {
	padding: 5px;
}

ul.mfi_site_link li {
	padding: 5px;
}

ul.mfi_site_link li:not(:last-child):after{
	content: "I";
	color: #0A142F;
	position: relative;
	top: 1px;
	padding-left: 15px;
}

ul.mfi_site_link a{
	color: #0A142F;
	font-size: 14px;
}

.absolute-footer {
	display: none;
}

.job_list {
	position: relative;
	background: #f9f9f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px;
}

.jlw_img, .jlw_info {
    display: table-cell;
    vertical-align: middle;
}

.jlw_img {
	width: 20%;
}

.jlw_img img {
	width: 70%;
	margin: 0 auto;
	display: block;
}

.jlw_info {
	width: 80%;
	padding-left: 25px;
}

.jlwi_title {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.jlwi_title a {
	color: #333;
	margin-left: 5px;
}

.jlwi_title a:hover {
	color: #F48120;
}

.jlwi_title span {
	background: #AA1200;
  color: #fff;
  border-radius: 30px;
  padding: 2px 10px 5px 10px;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.jlwi_option {
	color: rgba(51, 51, 51, 0.7);
	font-size: 14px;
	margin-bottom: 10px;
}

.jlwi_option img {
	width: 20px;
	padding-right: 5px;
	position: relative;
	top: -1px;
}

ul.jlwi_info {
	margin: 0px 0px 10px 0px;
	padding: 0;
}

ul.jlwi_info li {
	list-style: none;
	display: inline-block;
	padding: 0px 40px 0px 0px;
	margin: 0;
	font-size: 14px;
}

ul.jlwi_info li img {
	height: 16px;
	position: relative;
	top: -1px;
	padding-right: 7px;
}

ul.jlwi_job_type {
	margin: 0;
	padding: 0;
}


ul.jlwi_job_type li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	font-size: 14px;
}

ul.jlwi_job_type li.Full-time {
	background: #DDE8F8;
	color: #2D9CDB;
	border-radius: 16px;
	padding: 3px 10px;
}

ul.jlwi_job_type li.Part-time {
	background: #FEF2D8;
	color: #F68300;
	border-radius: 16px;
	padding: 3px 10px;
}


.btn_view_all_job {
	display: block !important;
	width: 220px;
	height: 40px;
	background: linear-gradient(180deg, #F68300 0%, #F8A140 100%);
	border-radius: 30px;
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 38px !important;
	border-bottom: 1px solid #B94D00;
	transition: 0.3s;
	margin: 0 auto;
}

.btn_view_all_job img {
	width: 20px;
	position: relative;
	top: -1px;
	margin-left: 5px;
}

.heading_about_us {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}

.heading_about_us:before {
	content: "";
	position: absolute;
	height: 35px;
	width: 15px;
	background: #aa1200;
	top: 16px;
	left: 0px;
}

.txt_about_us p {
	position: relative;
	padding-left: 35px;
}

.txt_about_us p:before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("https://recruitment.eiv.edu.vn/wp-content/uploads/2022/07/about-us-icon.png");
	background-size: 20px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
}

.au_image_posiiton {
	position: relative;
	min-height: 200px;
}

/*.au_image_posiiton .img {
	position: absolute;
	top: -69px;
}*/

.au_sec_2_wrapper, .au_sec_4_wrapper, .sec_faq_wrapper, .section_why_page_info {
	border-radius: 10px;
	box-shadow: 0px 2px 6px rgba(151, 172, 198, 0.25);
	z-index: 9;
}

.sec_faq_wrapper h3.accordion_title {
	font-size: 36px;
	color: #AA1200;
	text-align: center;
	margin-bottom: 25px;
}

.faq-content .accordion-title {
	padding: 0.6em 0px;
	color: #333333;
	font-weight: 600;
}

.faq-content .accordion-title.active {
	background-color: unset;
}

.faq-content .accordion-inner {
	padding: 0px;
	color: #333;
}

.sec_faq_wrapper .accordion .toggle {
	right: 0;
	left: unset;
	opacity: 1;
	color: #AA1200;
}

.btn_form_newsletter img {
	position: relative;
	top: -2px;
	left: -3px;
}

.why_video_wrapper {
	position: relative;
}

.why_video p {
	margin: 0;
}

.why_video {
	border-radius: 30px;
	overflow: hidden;
}

.why_right_icon {
	max-width: 170px;
	position: absolute;
	bottom: -90px;
	right: -142px;
}

.list_branch_banner {

}

.list_branch_banner .fill {
	-webkit-border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.list_branch_banner .hp_textbox_feature {
	bottom: -150px !important;
}

.list_branch_banner .hp_textbox_feature img {
	width: 60px;
}

.why_img_branch {
	position: absolute;
	top: -27px;
}

.why_img_gallery {
	border-radius: 30px;
	overflow: hidden;
}

/*.single-jobs .sec_newsletter {
	margin-top: 0px !important;
}

.single-jobs .gap-custom {
	padding-top: 130px !important;
}*/

.sgj_title {
	position: relative;
	margin-bottom: 20px;
	margin-top: 30px;
}

.sgj_title h1 {
	color: #aa1200;
	font-weight: 700;
	font-size: 36px;
}

.sgj_title:before {
    content: "";
    position: absolute;
    height: 35px;
    width: 15px;
    background: #aa1200;
    top: 11px;
    left: -35px;
}

.sgj_branch {
	color: #333;
	margin-bottom: 20px;
}

.sgj_branch i {
	padding-right: 5px;
}

ul.sgj_top_info {
	margin-bottom: 20px;
}

ul.sgj_top_info li {
	display: inline-block;
	list-style: none;
	color: #333;
	margin-left: 0px;
}

ul.sgj_top_info li i {
	color: #F48120;
	padding-right: 5px;
}

.sgj_support p {
	font-size: 20px;
	color: #333;
	margin-bottom: 0px;
}

.sgj_support span {
	font-size: 36px;
	color: #333;
	font-weight: 600;
}

.sgj_content_wrapper {
	position: relative;
	width: 100%;
}

.sgj_content_background {
	background: linear-gradient(180deg, #DDE8F8 0%, rgba(253, 247, 235, 0) 109.19%);
  clip-path: polygon(0 calc(0% + 90px), 100% 0, 100% 100%, 0 100%) !important;
  z-index: 1;
  height: 500px;
  width: 100%;
  position: absolute;
  top: 200px;
}

.sgj_content_main {
	z-index: 9;
	position: relative;
	width: 100%;
}

.sgj_layout {
	padding: 50px;
	background: #fff;
	border-radius: 100px;
	box-shadow: 0px 2px 6px rgba(151, 172, 198, 0.25);
	min-height: 500px;
	margin-top: 50px;
}

.sgj_other_info h2, .sgj_des_info h2 {
	font-size: 36px;
	color: #AA1200;
	font-weight: 600;
}

.sgj_other_info table tr td {
	border: unset;
	padding: 10px 0px;
	color: #333;
}

.sgj_des_info {
	color: #333;
}

.sgj_list_info h2 {
	color: #F68300;
}

.sgj_list_info h2 img {
	width: 30px;
}

.sgjli_content {
	color: #333;
}

a.sgj_apply_main_btn {
    color: #F68300;
    border: solid 1px #F68300;
    border-radius: 30px;
    position: absolute;
    right: 45px;
    top: 65px;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
a.sgj_apply_second_btn {
	color: #F68300;
	border: solid 1px #F68300;
	border-radius: 30px;
	padding: 5px 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

a.sgj_apply_main_btn i, a.sgj_apply_second_btn i {
	padding-left: 5px;
}

a.sgj_apply_main_btn:hover, a.sgj_apply_second_btn:hover {
	color: #fff;
	background: #F68300;
}

a.sgj_apply_mobile {
    color: #F68300;
    border: solid 1px #F68300;
    border-radius: 30px;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

a.sgj_apply_mobile i {
	padding-left: 5px;
}

a.sgj_apply_mobile:hover {
	color: #fff;
	background: #F68300;
}

.job_related_wrapper {
	background: #FAF0DE;
	border-radius: 100px;
	padding: 50px;
	z-index: 9;
	position: relative;
}

.job_related_wrapper h2 {
	font-size: 36px;
	color: #AA1200;
	text-align: center;
	margin-bottom: 30px;
}

.pop_apply_title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	color: #AA1200;
}

.apply_popup_wrapper .hompage_form_apply_wrapper p {
	margin-bottom: 0px !important;
}

.single-jobs .lightbox-content {
	border-radius: 30px;
}

.apply_popup_wrapper .form_submit_wrapper {
	text-align: left;
}

.apply_popup_wrapper .form_submit_wrapper input[type=submit] {
	background: linear-gradient(180deg, #F68300 0%, #F8A140 100%);
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 18px !important;
  border-bottom: 1px solid #B94D00;
}

img.mfp-img {
	background: #fff;
	padding: 10px;
	border-radius: 30px;
}
.mfp-figure:after {
	background: unset !important;
	box-shadow: unset !important;
}

.job_tab_city .nav-outline>li.active>a {
	color: #F48120;
	font-weight: 600;
}

.job_tab_city .nav-outline>li>a:hover {
	color: #F48120;
}

/*.single-jobs .sec_newsletter, .page-id-711 .sec_newsletter, .single-post .sec_newsletter {
	margin-top: unset !important;
	clip-path: unset !important;
	padding-top: 40px !important;
}*/

.single-jobs .gap-custom, .page-id-711 .gap-custom, .single-post .gap-custom{
	display: none !important;
}

.blog_page_heading .page-title-inner{
	padding-bottom: 0px;
}

.cptlfcf7_left_box, .cptlfcf7_description {
	display: none;
}

.select2-results__option[aria-selected] {
	margin-bottom: 0px;
}

.select2-results {
	width: 100%;
}
.select2-container {
	min-width: unset !important;
}

.heading_text_main h2 {
	font-size: 36px;
}

.sgj_apply_mobile {
	display: none;
}

.sgj_email_receive {
	display: none;
}

.field_email_receive {
	display: none;
}

.header-main li.html.custom {
	display: block;
}

.mwt_section {
	display: grid;
  grid-auto-flow: column;
  gap: 5%;
  overflow: auto;
}

.mwt_section > li {
	list-style: none;
	margin-left: 0px !important;
	width: 300px;
	height: 100%;
}

.mwt_wrapper {
	padding: 20px;
	border-radius: 20px;
	height: 100%;
}

.mwt_wrapper .mwt_text_1 {
	text-align: center;
	color: #F68300;
	font-size: 24px;
	font-weight: 600;
}

.mwt_wrapper .mwt_text_2 {
	text-align: center;
	color: #0E0E2C;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.mwt_color_1 {
	background: #FAF0DE;
}
.mwt_color_2 {
	background: #FBD6CE;
}
.mwt_color_3 {
	background: #D5E7E2;
}
.mwt_color_4 {
	background: #E5E5E5;
}
.mwt_color_5 {
	background: #EAF0FF;
}

.mwt_wrapper > ul {
	padding: 0;
	margin: 0;
}

.mwt_wrapper ul li {
	color: rgba(14, 14, 44, 0.6);
}

.tl_tab .nav {
	width: unset;
  margin: 0 auto;
  background: #fff;
  padding: 8px 15px;
  border-radius: 50px;
}

.tl_tab .nav li {
	padding: 10px 55px;
	border-radius: 25px;
	min-width: 120px;
}

.tl_tab .nav li.tab.active {
	background: #16A34A;
	color: #fff !important;
}

.tl_tab .nav li.tab.active a {
	color: #fff;
}

.tl_tab .nav li a {
	color: #000;
	font-weight: 600;
	font-size: 1rem;
	padding: 0;
}

.tl_content_right .col-inner {
	padding: 30px;
}

.imgradius img {
	border-radius: 10px;
}

.blog-single article {
	background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.blog-single .is-divider {
	display: none;
}
.blog-single .entry-header-text {
	padding-bottom: 0px;
}

.img_quytrinh img {
	border-radius: 20px;
	    border: solid 3px #ffa50087;
}
.shareiconhome {
	margin-top: 15px;
	margin-bottom: 0px;
}
.shareiconhome a {
	color: #aa1200;
}
.hpsv_content {
	background: #f481200a;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.hpsv_content img {
	border-radius: 16px;
}
.hpsv_content h4 {
	font-size: 20px;
	margin: 10px 0px;
}
.hpsv_content h4 a {
	color: #000;
}
.hpsv_content h4 a:hover {
	color: #F48120;
}
.bottom_form {
	background: #fff;
  padding: 25px;
  border-radius: 20px;
}
.bottom_form input, select, textarea {
	box-shadow: unset;
	margin-top: 5px;
	height: 40px;
	border-radius: 7px;
}
.bottom_form textarea {
	height: 140px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#logo a {
		max-width: unset !important;
	}
	#logo img {
		max-height: 69px !important;
	}
	.button.icon.is-small i {
		top: -2px;
	}
	.button.icon i {
		font-size: 1.6em;
	}
	.job_list_wrapper .col-inner {
		border-radius: 10px !important;
	}
	.job_list {
		padding: 20px 0px;
	}
	.jlw_img {
		display: none;
	}
	.jlw_info {
		width: 100%;
	}
	.sec_why_label span {
		font-size: 25px;
	}
	.sec_why_number {
		display: none;
	}
	.sec_review {
		background-image: unset;
		min-height: unset;
		padding-top: 30px !important;
	}
	.homepage_form_apply {
		padding: 15px;
		border-radius: 10px;
	}
	.select2-results {
		top: 0;
	}
	.cptlfcf7_right_box {
		width: 100%;
	}
	.cptlfcf7_title {
		font-size: 14px;
		line-height: 1.2;
		color: unset;
	}
	.list_branch_banner
	{
		height: 350px;
		margin-bottom: 150px;
		padding-top: unset !important;
	}
	.list_branch_banner .banner-layers {
		overflow: unset !important;
	}
	.job_related_wrapper {
		border-radius: 10px;
		padding: 15px;
	}
	.sgj_ft_img {
		display: none;
	}
	.sgj_layout {
		margin-top: 0px;
		border-radius: 10px;
		padding: 20px;
	}
	.sgj_support {
		display: none;
	}
	.sgj_apply_main_btn {
		display: none;
	}
	ul.sgj_top_info {
		margin-bottom: 0px;
	}
	.sgj_apply_mobile {
		display: block;
	}
	.top_btn_apply {
		width: 150px;
		line-height: 16px !important;
	}
	.top_btn_apply img {
		width: 16px;
		top: -1px;
	}
	.hp_top_banner {
		padding-top: 350px !important;
	}
	.hp_textbox_feature {
		backdrop-filter: blur(5.980899999999991px);
	}
	.tl_content_mobile .col-inner {
		padding: 20px;
	}
	.tl_content_mobile h3 {
		font-size: 18px;
		color: #AA1200;
	}
	.tl_content_mobile p {
		font-size: 14px;
	}
	.tl_content_mobile a.button {
		font-size: 14px;
	}
}