<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*******************************************************************
                 start Go up
*********************************************************************/
.go-up {
	position: fixed !important;
	bottom: 20px;
	margin-bottom: 0;
	z-index: 999;
	right: 20px;
}
@media(max-width: 992px) {
	.go-up {
		right: 10px;
		bottom: 10px;
	}
}

/*******************************************************************
                 Menu for mobile
*********************************************************************/
/* menu language */
.dropdown__language .sub-menu-toggle {
	display: none;
}
.dropdown__language .hfe-nav-menu li .hfe-has-submenu-container a {
	border: 1px solid white;
	border-radius: 5px;
}
.dropdown__language .sub-menu {
	min-width: 150px;
}
.dropdown__language .sub-menu .lang-item a.hfe-sub-menu-item {
	justify-content: flex-start;
	align-items: center;
	padding-left: 12px !important;
}
.dropdown__language .sub-menu .lang-item a img {
	margin-right: 5px;
}

/*******************************************************************
                 Content
*********************************************************************/
html, body {
	overflow-x: hidden;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.home .entry-header {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	display: none;
}

.entry-header, .post-thumbnail, .entry-content, .entry-footer, .author-bio {
	margin-top: 0;
}

.site .table__list a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: #0092E5;
	color: white !important;
}

.show-list__link__inner .elementor-button-link .elementor-align-icon-right {
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
}
.show-list__link__inner .elementor-button-link .elementor-align-icon-right svg {
	width: inherit;
}
.show-list__link__inner .elementor-button-link:hover .elementor-align-icon-right,
.show-list__link__inner .elementor-button-link:focus .elementor-align-icon-right {
	-webkit-transform: translate(10px,-3px);
    transform: translate(10px,-3px);
}
.show-list__link__inner .elementor-button-link:hover .elementor-align-icon-right svg path,
.show-list__link__inner .elementor-button-link:hover .elementor-align-icon-right svg line,
.show-list__link__inner .elementor-button-link:focus .elementor-align-icon-right svg path,
.show-list__link__inner .elementor-button-link:focus .elementor-align-icon-right svg line {
	fill: var(--global--color-blue-sky);
	stroke: var(--global--color-blue-sky);
}

.section__social--link .wp-caption .wp-caption-text {
	transition: all .25s ease;
}
.section__social--link .wp-caption:hover .wp-caption-text,
.section__social--link .wp-caption:focus .wp-caption-text {
	color: var(--global--color-blue-sky);
}

.section__point .elementor-element .elementor-icon svg {
	height: auto;
}
.section__point .elementor-widget-icon-box .elementor-icon-box-content {
	padding-bottom: 10px;
}
#btn-detail .elementor-button-icon svg {
	width: auto;
}
/* .ehf-header #masthead .section__header--top {
	background-color: white;
} */
.archive.ehf-header #masthead .section__header--top,
.single-post.ehf-header #masthead .section__header--top,
.search #masthead .section__header--top {
	border-bottom: 1px solid #ddd;
}
.ehf-header #masthead .section__header--top.fixed,
.archive.ehf-header #masthead .section__header--top.fixed,
.single-post.ehf-header #masthead .section__header--top.fixed {
    width: 100%;
	height: 98px;
    position: fixed;
	top: 0;
	background-color: #ffffffd4;
    z-index: 1000;
	box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
/* .elementor-90 .elementor-element.elementor-element-9da9699.fixed &gt; .elementor-container {
	min-height: 75px;
} */
.letter-spacing {
	letter-spacing: 0;
}

.headding__title__recruit {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.page-header {
	position: relative;
	z-index: 1;
	background-color: white;
}

.elementor-section.p-absolute {
	position: absolute;
}
.fs-5 {
	font-size: 24px;
}

.d-flex {
	display: flex;
	flex-wrap: nowrap;
}

.justify-content-center {
	justify-content: space-between;
}

.align-item-center {
	align-items: center;
}

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

.site-content {
	background-color: white;
}

.slideshow .metaslider {
	max-height: 675px;
	overflow: hidden;
}
.slideshow .metaslider .flex-control-nav {
	bottom: 50px;
}
.slideshow .metaslider .flexslider {
	margin: 0;
}

/**************** page-title **************************/
.page-header__title {
	text-align: center;
}
.page-header__title .page-title {
	font-size: 37px;
	letter-spacing: 10px;
	font-weight: 700;
}
.page-header__title .archive-description {
	margin-top: 25px;
}

.archive-page-header {
	padding: 20px 0;
}
.archive-page-header .entry-title,
.archive-page-header .page-title {
	color: #333;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
	line-height: 1.3em;
	width: 99%;
	margin: 0 auto;
}
.uppercase {
	text-transform: uppercase;
}

/*************** nav-links *************************/
.pagination .nav-links {
	margin-top: 15px;
}

/**************** section social *******************/
.section_social .col_socical {
	position: relative;
}
.section_social .col_socical:before {
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
	top: -38px;
	left: 15px;
	z-index: 1;
	background-color: transparent;
	background-position: top left;
    background-repeat: no-repeat;
	background-image: url(../images/icon-down.png);
}

/**************** customer feedback ****************/
.section_testimonial .elementor-image-carousel-caption {
	background: #f79728d6;
    border-radius: 10px;
    margin: 15px 10px 0;
    padding: 15px;
}
.section_testimonial .elementor-image-carousel-caption h5 {
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 10px;
}

/**************** vhcedu_class_schedule_widget *****/
.elementor-widget-wp-widget-vhcedu_class_schedule_widget table {
	border: none;
}
.elementor-widget-wp-widget-vhcedu_class_schedule_widget table thead tr {
	background-color: var(--global--color-blue);
	color: white;
    text-transform: uppercase;
    text-align: left;
}
.elementor-widget-wp-widget-vhcedu_class_schedule_widget table thead tr th {
	font-weight: 400;
}
.elementor-widget-wp-widget-vhcedu_class_schedule_widget table thead th:first-child {
	border-radius: 4px 0 0;
}
.elementor-widget-wp-widget-vhcedu_class_schedule_widget table thead th:last-child {
	border-radius: 0 4px 0 0;
}
.elementor-widget-wp-widget-vhcedu_class_schedule_widget table td, 
.elementor-widget-wp-widget-vhcedu_class_schedule_widget table th {
	border-width: 0;
}
.elementor-widget-wp-widget-vhcedu_class_schedule_widget tbody&gt;tr&gt;td {
	background-color: #dee1e9;
	color: #282a39;
    font-size: 13px;
}
.elementor-widget-wp-widget-vhcedu_class_schedule_widget tbody&gt;tr:nth-child(2n+1)&gt;td {
    background: #f5f5f5;
}
.elementor-widget-wp-widget-vhcedu_class_schedule_widget table td a.btn-primary {
	background: var(--global--color-blue);
    border: 1px solid var(--global--color-blue);
    color: #fff;
    text-align: center;
    border-radius: 50px;
    min-width: 75px;
    display: inline-block;
    padding: 3px 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
}
.elementor-widget-wp-widget-vhcedu_class_schedule_widget table td a.btn-primary:hover {
	background: var(--global--color-yellow);
	border-color: var(--global--color-yellow);
}

#register-form-popup h3 {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#register-form-popup .wpcf7-submit {
	height: 40px;
	border-radius: 4px;
	margin: 0 auto;
	padding: 0 30px;
	text-transform: uppercase;
	display: block;
	transition: all .5s;
	background-color: var(--global--color-yellow);
	border-color: var(--global--color-yellow);
}
#register-form-popup form .wpcf7-form-control {
	margin: 0;
	width: 100%;
}
#register-form-popup form span.wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display: block;
}
#register-form-popup .wpcf7-submit:hover {
	border-color: var(--global--color-yellow);
	color: var(--global--color-yellow);
}
#register-form-popup .mfp-close {
	background-color: white;
	color: black;
	font-size: 26px;

}

@media (min-width: 1200px) {
	/**************** Tab video *****/
	.elementor-20 .elementor-element.elementor-element-105f9bf .elementor-tab-title {
		padding: 15px;
	}
	.elementor-20 .elementor-element.elementor-element-105f9bf .elementor-tabs .elementor-tab-content {
		padding: 20px 20px 15px;
	}
	.elementor-20 .elementor-element.elementor-element-105f9bf .elementor-tabs .elementor-tab-content.elementor-active,
	.elementor-20 .elementor-element.elementor-element-105f9bf .elementor-tabs .elementor-tabs-content-wrapper {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.elementor-20 .elementor-element.elementor-element-105f9bf .elementor-tabs .elementor-tab-title.elementor-active {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	/**************** Tab headquarters *****/
	.section_headquarters .elementor-tabs-wrapper,
	.elementor-element.elementor-element-8112ed9 .elementor-tabs-wrapper {
		display: flex;
	}
	.section_headquarters .elementor-tab-title,
	.elementor-element.elementor-element-8112ed9 .elementor-tab-title {
		background-color: #f2f2f2;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin-right: 10px;
	}
	.section_headquarters .elementor-tabs-content-wrapper,
	.elementor-element.elementor-element-8112ed9 .elementor-tabs-content-wrapper {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.elementor-element.elementor-element-8112ed9 .elementor-tabs-content-wrapper p {
		margin-bottom: 0;
	}
}

/*******************************************************************
                page contact
*********************************************************************/
.sanpo--contact .form-group {
	margin-bottom: 15px;
}
.sanpo--contact .form-group label {
	font-weight: 400;
	margin-bottom: 3px;
    display: block;
	font-size: 16px;
}
.sanpo--contact .form-group .span--space {
	min-width: 33px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.sanpo--contact .field__policy {
	margin-bottom: 15px;
}
.sanpo--contact .field__policy a {
	color: var(--global--color-blue-sky);
	text-decoration: underline;
}
.sanpo--contact .field__policy a:hover,
.sanpo--contact .field__policy a:focus {
	text-decoration: none;
}
.sanpo--contact .field__policy,
.sanpo--contact .field__privacy {
	text-align: center;
}
.sanpo--contact .form-group-button {
	display: block;
	margin-top: -5px;
}
.sanpo--contact .btn-send {
	background-color: var(--global--color-yellow) !important;
	display: block;
	padding: 10px 30px;
	min-width: 120px;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
	border: 1px solid var(--global--color-yellow);
	color: white !important;
	font-family: var(--global--font-secondary);
	font-weight: 400;
	border-radius: 10px;
	font-size: .97em;
    letter-spacing: .03em;
}
.sanpo--contact .btn-send:hover {
	color: white !important;
	border-color: #b38d2e;
	background-color: #b38d2e !important;
}
.sanpo--contact .btn-send:focus {
	outline: none;
}
.sanpo--contact .btn-send p {
	margin-bottom: 0;
}
.sanpo--contact {
	margin: 0 auto;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 auto;
	max-width: 543px;
}
.form__contact .wpcf7-form-control {
	padding: 8px 15px;
	margin: 0;
	border-radius: 10px;
}

div#wpcf7cpcnf {
	position: absolute;
}
#wpcf7cpcnf {
	max-width: 650px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#wpcf7cpcnf table tr {
	display: grid;
	border-bottom: 1px solid #707070;
}
#wpcf7cpcnf table th, 
#wpcf7cpcnf table td {
	border: none;
	padding: 2px 0;
}
#wpcf7cpcnf table th {
	font-weight: 400;
	margin-top: 20px;
}
#wpcf7cpcnf table td {
	padding-bottom: 20px;
	font-weight: 500;
	color: #1A1311;
}
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p {
	margin-bottom: 0;
}
#wpcf7cpcnf .wpcf7cp-btns {
	margin: 70px auto 0;
	text-align: center;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control {
	width: 300px;
	padding: 11.5px 20px;
	border-width: 1px;
	font-size: 19px;
	font-weight: 400;
	transition: all .25s ease;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn {
	background-color: #FFFFFF;
	border-color: #1A1311;
	color: #1A1311;
	font-family: var(--global--font-secondary);
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-submit-btn {
	background-color: var(--global--color-blue);
	border-color: var(--global--color-blue);
	font-family: var(--global--font-secondary);
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn:hover,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn:focus,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-submit-btn:hover,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-submit-btn:focus {
	color: white;
	border-color: var(--global--color-blue-sky);
	background-color: var(--global--color-blue-sky);
	outline: none;
}
/* .wpcf7-form.submitting,
.wpcf7-form.resetting, */
.wpcf7cp-progress-cover,
.wpcf7cp-progress-content {
	display: none;
	height: 0;
}
.wpcf7 .wpcf7-submit:disabled {
	border-color: transparent;
}
#wpcf7cpcnf table tr:last-child {
	display: none;
}

div.wpcf7 {
	z-index: 9;
}
.confirm__content {
	text-align: center;
	margin-bottom: 70px;
}

.vhc_form p {
	display: flex;
	flex-wrap: wrap;
}
.vhc_form p .wpcf7-form-control-wrap {
	margin: 0 5px;
}
.vhc_form p .wpcf7-form-control-wrap input,
.vhc_form p .wpcf7-form-control-wrap select {
	height: 35px;
	padding: 5px 10px;
	border-radius: 3px;
}
.vhc_form p .wpcf7-submit {
	margin-left: 10px;
	border-radius: 3px;
	height: 35px;
	padding: 0 20px;
    text-transform: uppercase;
    font-weight: 500;
	font-size: 14px;
    letter-spacing: 1px;
}
.wpcf7-form p .wpcf7-submit:hover,
.wpcf7-form p .wpcf7-submit:focus {
	background-color: var(--global--color-yellow);
	border-color: var(--global--color-yellow);
	color: white;
	outline: none;
}
.vhc_form .wpcf7-not-valid-tip,
.section_getlatest .wpcf7-not-valid-tip {
	color: #af0000;
}
.heading_advise {
	position: relative;
}
.heading_advise:after {
	position: absolute;
	content: '';
	right: -3px;
	top: 0;
	width: 31px;
	height: 120px;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/apply-arrow.png);
}
.section_form_advise .wpcf7 form .wpcf7-response-output,
.section_getlatest .wpcf7 form .wpcf7-response-output {
	max-width: 96%;
	color: white;
	margin: inherit;
}

/*******************************************************************
                page Not found
*********************************************************************/
.error-404.not-found .page-content {
	text-align: center;
	padding-bottom: 50px;
}
.not-found .page-content p.pnf-title {
    font-size: 100px;
    line-height: normal;
    font-weight: bold;
    color: #000000;
}
.not-found .page-content p.pnf-desc {
	margin-top: 0;
	margin-bottom: 10px;
}
.not-found .page-content .pnf-buttons a {
	font-weight: bold;
	color: var(--global--color-yellow);
}
.not-found .page-content .pnf-buttons a:hover,
.not-found .page-content .pnf-buttons a:focus {
	text-decoration: none;
}

.not-found .page-content {
	text-align: center;
	margin: 91px 0;
}
.not-found .page-content p {
	font-size: 18px;
	margin-bottom: 20px;
}
.not-found .page-content .search-form {
	max-width: 500px;
}

/*******************************************************************
                Breadcrumb NavXT Compatibility.
*********************************************************************/
.breadcrumbs {
	text-align: center;
}
.breadcrumbs a {
	color: var(--global--color-blue);
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: var(--global--color-blue-sky);
}
.breadcrumb-link {
	color: #878788;
	font-size: 1rem;
	line-height: 30px;
	padding: 60px 0 30px;
}
.breadcrumb-link  span &gt; span {
	padding-left: 10px;
}
.breadcrumb-link  span &gt; a.home {
	padding-left: 0;
	text-decoration: underline;
}
.breadcrumb-link  span &gt; a {
	color: var(--global--color-blue-sky);
	margin-right: 10px;
	padding-left: 10px;
}
.breadcrumb-link  span &gt; a:hover,
.breadcrumb-link  span &gt; a:focus {
	color: var(--global--color-blue);
}

/*******************************************************************
                Blog archive
*********************************************************************/
.blog-archive {
	padding: 0 5px;
}
.blog-archive .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: -15px;
	margin-right: -15px;
}
.blog-archive .col {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
	padding-top: 5px;
}
.blog-archive .post {
  border-radius: 5px;
	height: 100%;
	box-shadow: 0 2px 7px rgba(145,145,145,.35);
  transition: box-shadow 0.3s ease;
}
.blog-archive .post:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.blog-archive .post .entry-content {
	padding: 10px;
}
.blog-archive .post h5 {
	color: var(--global--color-blue);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
	line-height: 1.3;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-archive .post h5 a {
	text-decoration: inherit;
}
.blog-archive .post .post-meta {
	margin-bottom: 8px;
	opacity: 1;
	font-size: 15px;
	color: #82848a;
	margin-top: 0;
	display: flex;
	align-items: center;
}
.blog-archive .post .entry-content p {
	margin-top: .1em;
}
.blog-archive .post .image-cover {
	position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
}
.blog-archive .post .image-cover img {
	right: 0;
    width: 100% !important;
    height: 100% !important;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

/*******************************************************************
                Blog Single
*********************************************************************/
.content-single {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.content-single .content-left {
	max-width: 68%;
    flex-basis: 68%;
    padding: 0 15px 10px;
}
.content-single .content-right {
	max-width: 32%;
    flex-basis: 32%;
    padding: 0 15px 10px;
}
.blog-detail {
	margin-bottom: 30px;
}

.content-right .widget {
	margin-bottom: 1.5em;
}
.content-right .widget_search,
.content-right .widget_nav_menu nav {
	padding: 20px 15px;
    background-color: rgb(255, 252, 245);
    border-radius: 6px 6px 6px 6px;
}
.content-right .widget_search {
	padding: 30px;
}
.content-right .widget_search .wp-block-search__label {
	display: none;
}
.content-right .widget_search .wp-block-search__button {
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0 10px 10px 0;
}
.content-right .widget_search .wp-block-search__button:hover {
	background-color: #f79728;
	color: white;
	border-color: #f79728;
}

.content-right .widget_nav_menu ul &gt; li {
	padding: 6px 0;
	border-top: 1px solid #a4c4ff;
}
.content-right .widget_nav_menu ul &gt; li:first-child {
	border-top: none;
}
.content-right .widget_nav_menu ul &gt; li a {
	text-decoration: none;
}
.content-right .widget_nav_menu ul &gt; li a:hover {
	color: var(--global--color-yellow);
}
.postsWrap__item .postsWrap__item--meta a {
	overflow: hidden;
    display: block;
}
.postsWrap__item .postsWrap__item--meta img {
	object-fit: cover;
    max-width: 100%;
    display: block;
}
.postsWrap__item .post--title a {
	text-decoration: none;
	font-weight: 500;
}
.postsWrap__item .post--title a:hover,
.postsWrap__item .post--title a:focus {
	color: var(--global--color-yellow);
}
.sidebar .widget .widget-title,
.content-left .widget .wp-block-heading {
	display: block;
    font-weight: 500;
    font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.content-left .widget .wp-block-heading {
	margin-top: 70px;
}

.postsWrap .postsWrap__item {
	transition: all .3s ease-in-out;
}
.postsWrap .postsWrap__item:hover {
	box-shadow: 0 4px 4px rgba(0,0,0,.15);
	transform: translateY(-5px);
}

.postsWrap.layout-1 .postsWrap__item {
	box-shadow: 0 2px 7px rgba(145, 145, 145, .35);
    border-radius: 3px;
	background-color: white;
	margin: 10px 7px;
}
.postsWrap.layout-1 .postsWrap__item .postsWrap__item--content {
	padding: 10px;
}
.postsWrap.layout-1 .postsWrap__item .postsWrap__item--meta img {
	height: 215px;
	transition: all .5s;
}
.postsWrap.layout-1 .postsWrap__item .postsWrap__item--meta a:hover img {
	opacity: 0.8;
}
.postsWrap.layout-1 .postsWrap__item .post--date {
	margin: 8px 0;
}
.postsWrap.layout-1 .postsWrap__item .post--title a {
    font-size: 17px;
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.postsWrap .owl-nav {
	display: block !important;
}
.postsWrap .owl-nav &gt; div {
	width: 40px;
    height: 40px;
    background-color: #333;
    color: white;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
.postsWrap .owl-nav &gt; div:hover {
	background-color: var(--global--color-yellow);
}
.postsWrap .owl-nav &gt; div.owl-prev {
	left: -15px;
}
.postsWrap .owl-nav &gt; div.owl-next {
	right: -15px;
}

/* postWrap layout-2 */
.postsWrap.layout-2 .postsWrap__item {
	box-shadow: none;
	padding-top: 5px;
}
.postsWrap.layout-2 .postsWrap__item .postsWrap__item--meta {
	margin-bottom: 10px;
}
.postsWrap.layout-2 .postsWrap__item .postsWrap__item--meta img {
	transition: all .3s;
    border-radius: 5px;
    height: 185px;
    object-fit: cover;
}
.postsWrap.layout-2 .postsWrap__item .postsWrap__item--meta a:hover img {
	opacity: 0.8;
}

/* postsWrap layout-3 */
.postsWrap.layout-3 {
	display: flex;
    flex-wrap: wrap;
}
.postsWrap.layout-3 .postsWrap__item {
	width: 50%;
	padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.postsWrap.layout-3 .postsWrap__item .postsWrap__item--meta {
	margin-bottom: 10px;
}
.postsWrap.layout-3 .postsWrap__item .postsWrap__item--meta img {
	height: 126px;
	width: 100%;
	transition: all .5s;
}
.postsWrap.layout-3 .postsWrap__item .postsWrap__item--meta a:hover img {
	opacity: 0.8;
}


.postsWrap.slider-layout-4 .postsWrap__item:hover {
	box-shadow: 0 4px 4px rgba(0,0,0,.15);
	transform: translateY(-5px);
}
.postsWrap.slider-layout-4 .postsWrap__item {
	transition: all .3s ease-in-out;
	margin: 15px 7px;
}

.content-right .postsWrap.layout-3 {
	display: block;
	background-color: #f8f8ff;
	padding: 10px;
	border-radius: 5px;
}
.content-right .postsWrap.layout-3 .postsWrap__item {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
}
.content-right .postsWrap.layout-3 .postsWrap__item:last-child {
	margin-bottom: 0;
}
.content-right .postsWrap.layout-3 .postsWrap__item .postsWrap__item--meta {
	margin-right: 10px;
	width: 40%;
	float: left;
	clear: left;
	margin-bottom: 0;
}
.content-right .widget {
	margin: 0 0 20px;
}

.singular .has-post-thumbnail .entry-header {
	margin-bottom: 0;
}

.content-single .content-right .postsWrap.layout-4 .postsWrap__item:hover {
	transform: inherit;
	box-shadow: none;
}

/*******************************************************************
                Section industry
*********************************************************************/
.section_Industry .wp-caption .widget-image-caption {
	padding: 10px;
}
.section_Industry .wp-caption img {
    object-fit: cover;
}

/*******************************************************************
                Comments
*********************************************************************/
.comments-area .comment-respond {
	background-color: rgba(0,0,0,.05);
    margin-top: 15px;
    padding: 15px 25px 2px;
}

/*******************************************************************
                Header
*********************************************************************/

/* header__btn_contact */
.header__btn_contact .elementor-button-link {
	width: 100%;
}
.header__btn_contact .elementor-button-link .elementor-button-content-wrapper {
	align-items: center;
	display: inline-flex;
}
.header__btn_contact .elementor-button-link .elementor-button-icon {
	font-size: 24px;
}

.elementor-element.elementor-element-bb4854f .elementor-heading-title .title-tel {
	font-size: 18px;
}

/*******************************************************************
                Popup
*********************************************************************/

/* text-based popup styling */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px;
	width:auto;
	max-width: 400px;
	margin: 0 auto; 
}

.mfp-zoom-in {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out; 
    transform: scale(0.8); 
  }
  
  &amp;.mfp-bg {
    opacity: 0;
	  transition: all 0.3s ease-out;
  }
  
  /* animate in */
  &amp;.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1); 
    }
    &amp;.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &amp;.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0.8); 
      opacity: 0;
    }
    &amp;.mfp-bg {
      opacity: 0;
    }
    
  }
  
}

.welcome-popup {
	max-width: 1040px;
	width: 100%;
	padding: 20px;
	border-radius: 8px;
}
.welcome-popup .form {
	padding-right: 10px;
}

.welcome-popup .image {
	padding-left: 10px;
}

.welcome-popup .image img {
	object-fit: cover;
	max-height: 622px;
	height: 100%;
}

.w-50 {
	width: 50%;
}

#popup-welcome h3 {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
}

#popup-welcome h3::after{
	content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--global--color-blue);
		margin: 20px auto 0;
}

#popup-welcome .wpcf7-submit {
	height: 40px;
	border-radius: 4px;
	margin: 0 auto;
	padding: 0 30px;
	text-transform: uppercase;
	display: block;
	transition: all .5s;
	background-color: var(--global--color-blue);
	border-color: var(--global--color-blue);
	font-size: 15px;
}
#popup-welcome form .wpcf7-form-control {
	margin: 0;
	width: 100%;
}
#popup-welcome form span.wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display: block;
}
#popup-welcome .wpcf7-submit:hover {
	color: #fff;
	border-color: var(--global--color-yellow);
	background-color: var(--global--color-yellow);
}
#popup-welcome .mfp-close {
	position: static;
	background-color: white;
	color: var(--global--color-blue);
	font-size: 16px;
	width: auto;
	height: auto;
	line-height: normal;
	padding: 0;
}

#popup-welcome .mfp-close:hover {
	color: var(--global--color-yellow);
}

/*******************************************************************
                Common Page Detail
*********************************************************************/
.tit-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.tit-title h1.story-title-alpha {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: var(--heading--font-size-h1);
}

/*******************************************************************
                Common Sidebar
*********************************************************************/
.form-side .sidebar-title {
	margin-bottom: 20px
}

.form-side form {
	background-color: #f2f2f2;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px
}

.form-side form h6 {
	margin-top: 0;
	line-height: 1.2;
	font-size: 14px;
	color: red;
	margin-bottom: 10px;
	font-weight: normal;
}

.form-side form input,.form-side form select {
	height: 40px;
	background: #fff;
	border: 1px solid #aaa;
	color: #000;
	margin-bottom: 10px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px
}

.form-side form textarea {
	background: #fff;
	border: 1px solid #aaa;
	color: #000;
	margin-bottom: 10px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px
}

.form-side form input:focus,.form-side form select:focus,.form-side form textarea:focus {
	outline: none
}

.form-side form input[type=submit] {
	height: 40px;
	border-radius: 4px;
	margin: 0 auto;
	padding: 0 30px;
	text-transform: uppercase;
	display: block;
	transition: all .5s;
	background-color: var(--global--color-blue) !important;
	border-color: var(--global--color-blue);
	font-size: 15px;
}

.form-side form input[type=submit]:hover {
	color: #fff;
	border-color: var(--global--color-yellow);
	background-color: var(--global--color-yellow) !important;
}

/*******************************************************************
                Contact bar
*********************************************************************/
.icon-fixed {
	border-radius: 100px;
	z-index: 10;
	right: 19px;
	position: fixed;
	display: inline-block;
	bottom: calc(50% - 102px);
	background-color: var(--global--color-yellow);
	transform: translateY(-15%);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  }
  
  .icon-fixed .icon-box .icon-img {
	padding: 20px;
  }
  
  .icon-fixed .icon-box .icon-img img {
	width: 28px;
	height: 28px;
	transition: transform .2s;
  }
  
  .icon-fixed .icon-box .icon-img:hover {
	background: rgba(244, 244, 244, 0.3);
	border-radius: 100px;
  }
  
  .icon-fixed .icon-box .icon-img:hover img {
	transform: scale(1.25);
  }
  
  @media screen and (max-width: 768px) {
	.icon-fixed {
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  display: flex;
	  border-radius: unset;
	  transform: unset;
	  box-shadow: none;
	}
  
	.icon-fixed .icon-box {
	  width: 20%;
	  margin: 0 auto;
	  
	}
  
	.icon-fixed .icon-box a {
	  margin: 0 auto;
	  display: flex;
	  justify-content: center;
	}
  
	.icon-fixed .icon-box .icon-img {
	  padding: 10px;
	}
  
	.icon-fixed .icon-box .icon-img img {
	  width: 20px;
	  height: 20px;
	  margin: 0 auto;
	}
  }

/*******************************************************************
                Footer
*********************************************************************/
.home footer {
	margin-top: 0;
	border-top: none;
}
footer {
	margin-top: 50px;
}

.footer-width-fixer .elementor-icon-list-items {
	list-style: none;
}
.footer-infor strong {
	color: white;
}

/*******************************************************************
                Class schedules
*********************************************************************/
.text-right {
	text-align: right;
}

.vhcedu-pagination {
	padding-top: 0;
	text-align: center;
}

.vhcedu-pagination .page-numbers {
	margin: 2px;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  color: #000;
  background: #fff;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  font-weight: 700;
  font-size: 12px;
	padding: 3px 5px;
}

.vhcedu-pagination .page-numbers:hover {
	border: 1px solid var(--global--color-blue);
  color: #fff !important;
  background: var(--global--color-blue);
  text-shadow: none;
}

.vhcedu-pagination span.current {
	margin: 2px;
  border: 1px solid #000;
  color: #000;
  border: 1px solid var(--global--color-blue);
  color: #fff !important;
  background: var(--global--color-blue);
  text-decoration: none !important;
}

.vhcedu-pagination .page-numbers.next {
	border: 0;
  background: 0 0;
}

.vhcedu-pagination .page-numbers.prev {
	border: 0;
  background: 0 0;
}

.vhcedu-pagination .page-numbers.next:hover {
	color: #898989 !important;
	background: 0 0;
	border: 0;
}

.vhcedu-pagination .page-numbers.prev:hover {
	color: #898989 !important;
	background: 0 0;
	border: 0;
}

/*******************************************************************
                Page du hoc nghe duc
*********************************************************************/
/* section countdown */
.section_countdown .elementor-icon-box-wrapper {
	min-height: 185px;
}
.section_countdown .elementor-icon-box-content .elementor-icon-box-title {
	border-bottom: 1px solid rgba(225,225,225,.6);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* section_getlatest */
.section_getlatest .wpcf7-form .row10 {
    margin: 0 -10px;
	display: flex;
    flex-wrap: wrap;
}
.section_getlatest .wpcf7-form .row10&gt;div {
    padding: 0 10px;
	width: 50%;
}
.section_getlatest .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
	padding: 12px;
	height: 40px;
	margin: 0;
}
.section_getlatest .wpcf7-form .wpcf7-form-control.wpcf7-submit {
	width: 100%;
	border-radius: 5px;
	height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

/* section_collapse */
.elementor-15796 .elementor-element.elementor-element-31675a3 .elementor-tab-title,
.elementor-15796 .elementor-element.elementor-element-759db0e .elementor-tab-title {
	border-left: 3px solid var(--global--color-yellow);
	border-radius: 5px;
}

/*******************************************************************
                Event post detail
*********************************************************************/
.content-right-event .widget-title {
	background: var(--global--color-blue);
	text-align: center;
	padding: 0 15px;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.event-sidebar {
	border: 1px solid #ddd;
}

.event-sidebar .widget {
	margin-bottom: 0;
}

.event-sidebar .postsWrap__item {
	margin-bottom: 15px;
	padding: 0 10px;
}

.event-sidebar .postsWrap__item .image {
	display: inline-block;
	width: 100px;
	padding: 4px 4px 5px;
	background: #f5f5f5;
	border-bottom: 1px solid #d9d9d9;
	-webkit-box-shadow: 0 2px 5px 0 rgba(196,202,212,.7);
	box-shadow: 0 2px 5px 0 rgba(196,202,212,.7);
}

.event-sidebar .postsWrap__item .image a {
	text-transform: initial;
}

.event-sidebar .postsWrap__item img {
	max-width: 100%;
	border: none;
	height: auto;
}

.event-sidebar .postsWrap__item .info {
	flex: 1;
  padding-left: 10px;
}

.event-sidebar .info .title {
	margin: 0 0 5px;
	padding: 0;
	color: #081c2f;
	font-size: 14px;
	font-weight: 700;
}

.event-sidebar .info .title a {
	color: var(--global--color-blue);
	text-decoration: none;
	outline: none;
}

.event-sidebar .info .event-time {
	position: relative;
}

.event-sidebar .info a.btn-primary {
	position: absolute;
	right: 0;
	top: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background: var(--global--color-blue);
	line-height: 24px;
	padding: 0 8px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	font-weight: 700;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
}

.event-sidebar .info a.btn-primary:hover {
	background: var(--global--color-yellow);
	border-color: var(--global--color-yellow);
}

.event-book {
	display: block;
	width: 180px;
	text-align: center;
	padding: 10px 0;
	border-radius: 32px;
	font-weight: 500;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 18px;
	background: var(--global--color-blue);
}

.event-book:hover {
	background: var(--global--color-yellow);
	border-color: var(--global--color-yellow);
}

.banner-post img{
	width: 100%;
}

.event-page-container .page-title {
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}

.event-page-container .post-meta-container {
	padding: 10px 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

/*******************************************************************
                Recruitment Industries Slider 
*********************************************************************/
.owl-carousel.recruitment-industries-slider .owl-dots {
	text-align: center;
	margin-top: 10px
}

.owl-carousel.recruitment-industries-slider .owl-dots&gt;* {
	display: inline-block;
	zoom:1}

.owl-carousel.recruitment-industries-slider .owl-dots .owl-dot {
	outline: none;
	background: 0 0
}

.owl-carousel.recruitment-industries-slider .owl-dots .owl-dot span {
	width: 30px;
	height: 5px;
	background: #869791;
	margin: 0 5px;
	display: block
}

.owl-carousel.recruitment-industries-slider .owl-dots .owl-dot.active span {
	background: var(--global--color-blue)
}

.recruitment-industries-slider .item {
	margin-bottom: 7px
}

.recruitment-industries-slider .item img {
	height: 200px;
	object-fit: cover;
	border-radius: 10px
}

.recruitment-industries-slider .main04 {
	border-radius: 10px;
	box-shadow: 0 2px 7px rgb(145 145 145/35%);
	padding: 15px;
	background: #fff;
	margin-top: -50px;
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto
}

.recruitment-industries-slider .item .title04 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px
}

.recruitment-industries-slider .item .text04 {
	margin-bottom: 15px;
	color: #aaa
}

.recruitment-industries-slider .flexbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: #000;
	font-weight: 500
}

.recruitment-industries-slider .flexbox span i {
	color: var(--global--color-blue);
	margin-right: 5px
}

.recruitment-industries-slider .flexbox a {
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	background: var(--global--color-blue);
	padding: 15px 30px;
	font-weight: 400
}

.recruitment-industries-slider .owl-dots {
	display: block !important;
}

/*******************************************************************
                Feedbacks Slider 
*********************************************************************/
.owl-carousel.feedbacks-slider .owl-dots {
	text-align: center;
}

.owl-carousel.feedbacks-slider .owl-dots&gt;* {
	display: inline-block;
	zoom:1
}

.owl-carousel.feedbacks-slider .owl-dots .owl-dot {
	outline: none;
	background: 0 0
}

.owl-carousel.feedbacks-slider .owl-dots .owl-dot span {
	width: 30px;
	height: 5px;
	background: #869791;
	margin: 0 5px;
	display: block
}

.owl-carousel.feedbacks-slider .owl-dots .owl-dot.active span {
	background: var(--global--color-blue)
}

.feedbacks-slider .owl-item {
	padding: 5px;
}

.feedbacks-slider .item {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 7px rgb(145 145 145/35%);
}

.feedbacks-slider .img10 {
	display: flex;
	align-items: center;
	position: relative
}

.feedbacks-slider .images {
	margin-right: 20px
}

.feedbacks-slider .images img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 100%;
	border: 5px solid var(--global--color-yellow)
}

.feedbacks-slider .img10 .icon {
	height: 60%;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 60px;
	color: var(--global--color-yellow);
}

.feedbacks-slider .name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px
}

.feedbacks-slider .j0b {
	font-size: 18px;
	color: var(--global--color-blue)
}

.feedbacks-slider .text {
	margin-top: 20px;
	font-size: 16px
}

/* .feedbacks-slider .owl-dots {
	display: block !important;
} */

.category-hoat-dong-su-kien .archive-page-header {
	padding: 20px 0 0;
}

/*******************************************************************
                Contact bar
*********************************************************************/
.icon-fixed {
  border-radius: 100px;
  z-index: 10;
  right: 19px;
  position: fixed;
  display: inline-block;
  bottom: calc(50% - 102px);
  background-color: #c81640;
  transform: translateY(-15%);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.icon-fixed .icon-box .icon-img {
	padding: 20px;
}

.icon-fixed .icon-box .icon-img img {
	width: 28px;
	height: 28px;
	transition: transform .2s;
}

.icon-fixed .icon-box .icon-img:hover {
	background: rgba(244, 244, 244, 0.3);
	border-radius: 100px;
}

.icon-fixed .icon-box .icon-img:hover img {
	transform: scale(1.25);
}

@media screen and (max-width: 768px) {
  .icon-fixed {
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    border-radius: unset;
    transform: unset;
		box-shadow: none;
  }

	.icon-fixed .icon-box {
		width: 20%;
		margin: 0 auto;
		
	}

	.icon-fixed .icon-box a {
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.icon-fixed .icon-box .icon-img {
		padding: 10px;
	}

	.icon-fixed .icon-box .icon-img img {
		width: 20px;
		height: 20px;
		margin: 0 auto;
	}
}

/*******************************************************************
                Responsive
*********************************************************************/
@media(min-width: 820px) {
	.span--break {
		display: block;
	}
	.font-large {
		font-size: 48px;
		margin-left: -26px;
		margin-right: -23px;
	}
}
@media(max-width: 1199px) {
	.section__header--top ul.hfe-nav-menu &gt; li &gt; a, 
	.section__header--top ul.hfe-nav-menu &gt; li a.hfe-menu-item {
		display: inline-block;
		text-align: left;
	}
	.section__header--top .hfe-nav-menu li:last-child a.hfe-menu-item {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.hfe-nav-menu .menu-item-has-children .sub-menu {
		left: inherit;
		right: -5px;
	}

	.hfe-flyout-content .sub-menu a {
		position: relative;
	}
	.hfe-flyout-content .sub-menu .sub-menu .menu-item a.hfe-sub-menu-item {
		padding-left: 20px !important;
	}
	.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover, 
	.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover, 
	.hfe-flyout-wrapper .hfe-menu-toggle:hover {
		border: none;
	}
	.section__header--top .hfe-nav-menu .sub-arrow.hfe-menu-child-1 {
		right: 0;
	}
	.hfe-flyout-close {
		margin-top: 10px;
		margin-right: 10px;
	}
}
@media(max-width: 1024px) {
	.header__hamburger__inner {
		top: -16px;
	}
	.ehf-header #masthead .section__header--top.fixed, 
	.archive.ehf-header #masthead .section__header--top.fixed, 
	.single-post.ehf-header #masthead .section__header--top.fixed {
		height: 65px;
	}
}
@media (max-width: 991px) {
	.vhc_form p .wpcf7-form-control-wrap {
		width: 50%;
		margin: 0;
		padding: 5px;
	}
	.vhc_form p .wpcf7-form-control-wrap input, 
	.vhc_form p .wpcf7-form-control-wrap select {
		width: 100%;
		margin: 0;
	}
	.vhc_form p .wpcf7-submit {
		margin: 5px 5px 0;
        width: 100%;
	}

	.blog-archive .col {
		width: 33.33%;
	}
}

@media(max-width: 840px) {
	.blog-archive .post {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.section__contact--tell--office .elementor-widget-container {
		min-height: 50px;
		transition: all .25s ease;
	}
	.section__contact--tell--office .elementor-widget-container:hover {
		padding: 4px 19px 0px;
	}
	.contact--note {
		margin-bottom: 30px;
	}
	.confirm__content {
		margin-bottom: 10px;
	}
	#wpcf7cpcnf .wpcf7cp-btns {
		margin: 25px auto 0;
	}
	
	.header__hamburger__inner {
		top: -18px;
	}

	.header__menu_mobile .header__btn_contact .elementor-button-link {
		border-radius: 0;
		border: 2px solid var(--global--color-blue-sky);
		color: var(--global--color-blue-sky);
		background-color: white;
	}
	.header__menu_mobile .header__btn_contact .elementor-button-link:hover {
		border-color: var(--global--color-blue);
		color: var(--global--color-blue);
	}

	.vhcedu__banner__text .wp-caption-text p,
	.vhcedu__banner__text.style1 .wp-caption-text p {
		font-size: 12px;
	}

	.blog-archive .col {
		width: 50%;
	}

	.go-up {
        bottom: 50px;
    }

	.dropdown__language .hfe-nav-menu .hfe-menu-item span {
		display: none;
	}
}
@media(max-width: 568px) {
	
	button.wpcf7cp-cfm-edit-btn {
		margin-right: 0;
	}

	.entry-content ul,
	.entry-content ol {
		padding-left: calc(1 * var(--global--spacing-horizontal));
	}

	.archive-page-header {
		position: relative;
		padding: 0;
	}
	.archive-page-header .entry-title, 
	.archive-page-header .page-title {
		font-size: 25px;
		margin-bottom: 0px;
	}

	.content-single {
		display: block;
	}
	.content-single .content-left {
		max-width: 100%;
		flex-basis: 100%;
		padding: 0;
	}
	.content-single .content-right {
		max-width: 100%;
		flex-basis: 100%;
		padding: 0;
		margin-top: 30px;
	}
}
@media(max-width: 414px) {
	.page-header__title {
		padding-bottom: 20px;
	}
	.page-header__title .page-title {
		font-size: 28px;
	}
	.breadcrumb-link {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.navigation .nav-links &gt; * {
		min-width: 36px;
	}

	.wpcf7-list-item-label {
		font-size: 14px;
	}
	.blog-archive {
		padding: 0;
	}
	.blog-archive .row {
		margin-left: -7px;
		margin-right: -7px;
	}
	.blog-archive .col {
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 10px;
	}

	#popup-welcome .row.d-flex {
		flex-wrap: wrap;
		width: 100%;
	}
	#popup-welcome .row.d-flex .form,
	#popup-welcome .row.d-flex .image {
		width: 100% !important;
		padding-right: 0;
		padding-left: 0;
	}
	#popup-welcome .row.d-flex .image {
		display: none;
	}

	#popup-welcome form span.wpcf7-form-control-wrap {
		margin-bottom: 10px;
	}
}

@keyframes spinner-border{
	50% {
		transform: rotate(360deg);
	}
}</pre></body></html>