/* Load lazy styles */
.site-header {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.main-navigation .main-nav ul li a {
					font-weight: 700;
					text-transform: uppercase;
				}
.site-hotline {
	padding: 0 1em 0 2em
}
.site-hotline a {
		padding-left: 2em;
		display: flex;
		align-items: center;
		grid-gap: 0.5em;
		gap: 0.5em;
		color: var(--accent);
		text-decoration: unset;
		font-weight: 700
	}
.site-hotline a:hover {
			color: #e56468;
		}
.site-hotline svg {
		background: var(--accent);
		padding: 5px;
		border-radius: 100%;
		fill: var(--base);
	}
.site.grid-container {
		padding: 0 !important;
	}
.site-footer .widget-title {
		margin-bottom: 0.8em !important;
		font-weight: 700;
	}
.site-footer ul {
		padding: 0;
	}
.site-footer .widget_nav_menu ul a {
				text-decoration: unset !important;
			}
.site-footer .widget_text .wpcf7 p {
				display: flex;
				flex-wrap: nowrap
			}
.site-footer .widget_text .wpcf7 p input[type='email'] {
					width: 100%;
				}
.site-footer .widget_text .wpcf7 p input[type='submit'] {
					background: #00a3ff;
					text-transform: uppercase;
					font-weight: 700;
				}
.site-footer .widget_text .wpcf7 .wpcf7-not-valid-tip {
				display: none;
			}
.ct-info svg {
		fill: var(--base);
	}
.ct-info li {
		display: flex;
		grid-gap: 0.4em;
		gap: 0.4em;
		align-items: center;
		justify-content: start;
		margin-bottom: 1em !important
	}
.ct-info li > svg {
			width: 30px;
			height: 30px;
		}
.ct-info li.social {
			display: flex;
			align-items: center
		}
.ct-info li.social a {
				display: flex;
				justify-content: center;
				align-items: center;
				margin: 0 0 0 0.5em;
				width: 2.5em;
				height: 2.5em;
				background: #293339;
				text-decoration: unset;
				border-radius: 100%
			}
.ct-info li.social a:hover {
					background-color: var(--accent)
				}
.ct-info li.social a:hover svg {
						fill: var(--base);
					}
.ct-info li.social svg {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 1.5em;
				height: 1.5em;
				fill: #697074;
			}
.title-style--bac,
.title-style--main-bac {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}
.title-style--bac::after, .title-style--main-bac::after {
		content: '';
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
		height: 3px;
		background: #fff;
		width: 100px;
		display: block;
	}
.footer-widgets .wpcf7-spinner {
		display: none;
	}
.title-style--main-bac::after {
		background: var(--accent);
	}
.align-justify {
	text-align: justify;
}
.search .site-content .widget-title, .single .site-content .widget-title {
		font-weight: 500;
		font-size: 1em !important;
		text-transform: uppercase;
		margin-bottom: 1em;
		color: #374151;
	}
.search .site-content .inside-right-sidebar ul, .single .site-content .inside-right-sidebar ul {
			padding-left: 0
		}
.search .site-content .inside-right-sidebar ul li, .single .site-content .inside-right-sidebar ul li {
				line-height: 1.25;
				margin-bottom: 0;
				padding: 0.75em 0;
				border-top: 1px solid #e5e7eb;
				font-size: 0.9em;
			}
.search .site-content .entry-content h2, .single .site-content .entry-content h2 {
			font-size: 1.75em !important;
		}
.search .site-content .entry-content h3, .single .site-content .entry-content h3 {
			font-size: 1.5em !important;
		}
.search .site-content .entry-content a, .single .site-content .entry-content a {
			color: var(--accent) !important;
		}
.search .site-content footer .cat-links a, .search .site-content footer .tags-links a, .single .site-content footer .cat-links a, .single .site-content footer .tags-links a {
				text-decoration: unset;
			}
.ct-post-header {
	margin: 1em 0;
	padding: 0.5em 0;
	border-top: 1px solid var(--contrast-3);
	border-bottom: 1px solid var(--contrast-3);
}
.ct-post-meta {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap !important;
	grid-gap: 1em;
	gap: 1em
}
.ct-post-meta li {
		display: flex;
		justify-content: start;
		align-items: center;
		grid-gap: 0.3em;
		gap: 0.3em;
	}
.ct-post-meta svg {
		width: 24px;
		height: 24px;
		fill: var(--contrast-2);
	}
.archive article .feature-image__wrapper {
			position: relative;
			width: 100%
		}
.archive article .feature-image__wrapper img {
				width: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				opacity: 1;
				transition: opacity 500ms;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 1
			}
.archive article .feature-image__wrapper img.is-image-placeholder {
					max-width: 236px;
					-o-object-fit: contain;
					   object-fit: contain;
					opacity: 0.8;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
				}
.archive article .feature-image__wrapper::before {
				content: '';
				display: block;
				padding-top: 56.25%;
				background-color: var(--contrast-3);
			}
.archive article .entry-header {
			margin-top: 1em
		}
.archive article .entry-header .entry-title {
				font-size: 1.2rem !important;
				font-weight: 600
			}
@media (min-width: 768px) {
.archive article .entry-header .entry-title {
					font-size: 1.4rem
			}
				}
.archive article .entry-header .entry-title a:hover {
						color: var(--accent);
					}
.archive article .entry-summary {
			margin-top: 0.5em;
			height: 55px;
			overflow: hidden;
		}
.inside-right-sidebar .widget-title {
		font-weight: 600;
		font-size: 1em !important;
		text-transform: uppercase;
		margin-bottom: 0.5em;
		color: #374151;
	}
.inside-right-sidebar ul {
		padding-left: 0
	}
.inside-right-sidebar ul li {
			line-height: 1.25;
			margin-bottom: 0;
			padding: 0.75em 0;
			border-top: 1px solid #e5e7eb;
			font-size: 0.9em
		}
.inside-right-sidebar ul li a {
				text-decoration: unset !important;
				color: var(--contract)
			}
.inside-right-sidebar ul li a:hover {
					color: var(--accent);
				}
.single a {
		color: #1346af;
		color: var(--primary);
	}
.single .page-header-image-single img {
		width: 100%;
	}
.single .grid-container {
		max-width: 1400px;
	}
.page-id-499 .introduce-grid .gb-grid-column {
			display: flex;
		}
.page-id-499 .grid-gb-container {
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	}
.page-id-499 .discount .discount-container {
			position: relative;
		}
.page-id-499 .discount .discount-img {
			position: absolute;
			top: -55px;
			left: 50%;
			transform: translateX(-50%);
		}
.page-id-499 .quote-section .gb-grid-column {
			display: flex;
		}
.page-id-499 .quote-section .quote-section-card {
			transition: all 0.3s;
			border: unset
		}
.page-id-499 .quote-section .quote-section-card:hover {
				background: #fff;
				background: var(--white);
				box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
			}
.page-id-499 .quote-section .quote-section__description {
			position: relative;
			flex-grow: 1;
			padding-bottom: 2em
		}
.page-id-499 .quote-section .quote-section__description::before {
				position: absolute;
				content: '';
				bottom: 0;
				left: 50%;
				transform: translateX(-50%);
				width: 70px;
				height: 2px;
				background: #000;
			}
.page-id-499 .image-grid .gb-block-image {
			width: 100%;
		}
@media (min-width: 768px) {
			.page-id-499 .image-grid .gb-block-image {
				width: auto;
			}
		}
.page-id-506 .gb-grid-column {
	display: flex;
}
.page-id-506 ul {
	margin: 0;
	padding-left: 15px;
}
.page-id-506 li {
	margin-bottom: 15px;
}
.page-id-506 mark {
	padding: 0;
}
.page-id-506 .quote-section .gb-block-image, .page-id-499 .quote-section .gb-block-image {
			position: absolute;
			top: -50px;
			left: 50%;
			transform: translateX(-50%);
		}
@media (min-width: 1024px) {
.page-id-364 #wpcf7-f368-p364-o1 {
			padding-left: 10em
	}
		}
.page-id-364 .dang_ky_nhan_tu_van {
		background: #ffffff;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
		border-radius: 12px;
		padding: 40px 30px 50px 30px;
		width: auto
	}
.page-id-364 .dang_ky_nhan_tu_van h2 {
			font-weight: bold;
			font-size: 24px;
			line-height: 33px;
			text-align: center;
			text-transform: uppercase;
			color: #333333;
			margin: 0;
			margin-bottom: 40px;
		}
.page-id-364 .dang_ky_nhan_tu_van img {
			position: absolute;
			left: 15px;
			z-index: 9;
			top: 13px;
		}
.page-id-364 .dang_ky_nhan_tu_van input {
			background: #ffffff;
			border: 1px solid #e0e0e0;
			box-sizing: border-box;
			border-radius: 4px;
			height: 48px;
			margin-bottom: 20px;
			padding-left: 45px;
			font-weight: normal;
			font-size: 14px;
			line-height: 19px;
			color: #888888;
			width: 100%;
		}
.page-id-364 .dang_ky_nhan_tu_van input[type='submit'] {
			background: linear-gradient(90deg, #ff823c 0%, #ffc83a 100%);
			border-radius: 6px;
			height: 50px;
			font-weight: bold;
			font-size: 16px;
			line-height: 22px;
			text-align: center;
			letter-spacing: 0.08em;
			text-transform: uppercase;
			color: #ffffff;
			margin-bottom: 0;
			padding-left: 0;
		}
.page-id-364 .dang_ky_nhan_tu_van .dkntv_username,
		.page-id-364 .dang_ky_nhan_tu_van .dkntv_sdt,
		.page-id-364 .dang_ky_nhan_tu_van .dkntv_email {
			position: relative;
		}
.page-id-364 .wpcf7-response-output {
		display: none;
	}
.has-no-margin {
	margin: 0;
}
.has-line {
	position: relative
}
.has-line::before {
		content: '';
		position: absolute;
		left: 30px;
		border-left: 1px solid #e0e0e0;
		height: 100%
	}
@media (min-width: 768px) {
.has-line::before {
			left: 50%
	}
		}
.has-circle-border {
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}
.is-right-content .has-circle-border {
		position: absolute;
		left: 5px
	}
@media (min-width: 768px) {
.is-right-content .has-circle-border {
			left: -25px
	}
		}
.is-left-content .has-circle-border {
		position: absolute;
		left: 5px
	}
@media (min-width: 768px) {
.is-left-content .has-circle-border {
			right: -25px;
			left: unset
	}
		}
@media (min-width: 768px) {
.is-left-content .has-text-align-left {
			text-align: right
	}
		}
.hero-image .hero-image__box-text {
		padding: 2em 0
	}
@media (min-width: 768px) {
.hero-image .hero-image__box-text {
			padding: 2.5em 0
	}
		}
@media (min-width: 1024px) {
.hero-image .hero-image__box-text {
			padding: 3em 0
	}
		}
.hero-image .hero-image__box-text h2 {
			font-size: 2rem;
			line-height: 1.5
		}
@media (min-width: 768px) {
.hero-image .hero-image__box-text h2 {
				font-size: 3rem
		}
			}
.hero-image .hero-image__box-text p {
			padding: 0.5em 0.5em 1em;
			font-size: 1.5rem;
		}
.agencies {
	border-bottom: 1px solid #ddd
}
@media (min-width: 768px) {
.agencies {
		padding: 2em 0 1em !important
}
	}
.ct-icon-box {
	padding: 0.2em 1em
}
@media (min-width: 768px) {
.ct-icon-box {
		padding: 1em
}
	}
.ct-icon-box a {
		display: flex;
		justify-content: start;
		align-items: center;
		grid-gap: 1em;
		gap: 1em;
		text-decoration: unset
	}
@media (min-width: 768px) {
.ct-icon-box a {
			flex-direction: column;
			grid-gap: 0;
			gap: 0
	}
		}
.ct-icon-box__text {
	text-align: left
}
@media (min-width: 768px) {
.ct-icon-box__text {
		margin-top: 0.5em;
		text-align: center
}
	}
.ct-icon-box__text h3 {
		color: var(--contrast);
		font-size: 1rem;
		margin-bottom: 0;
		font-weight: 700
	}
@media (min-width: 768px) {
.ct-icon-box__text h3 {
			font-size: 1.2rem;
			line-height: 1.5
	}
		}
.ct-icon-box__text p {
		color: var(--contrast);
		font-size: 1rem;
		margin-bottom: 0;
	}
.services {
	padding: 2em 0
}
@media (min-width: 768px) {
.services {
		padding: 1em 0 3em
}
	}
.services-grid {
	margin-bottom: 2em
}
@media (min-width: 768px) {
.services-grid {
		margin-bottom: 2em
}
	}
.services-grid .gb-grid-column {
		margin-top: 1em !important
	}
@media (min-width: 768px) {
.services-grid .gb-grid-column {
			margin-top: 0
	}
		}
.blogspot .wp-block-post-title {
		margin-top: 1em;
		margin-bottom: 0.5em
	}
.blogspot .wp-block-post-title a {
			font-weight: 700;
			color: var(--contract-2);
			text-decoration: unset
		}
.blogspot .wp-block-post-title a:hover {
				color: var(--accent) !important;
			}
.blogspot .wp-block-post-date {
		display: flex;
		grid-gap: 0.5em;
		gap: 0.5em;
		color: var(--contrast-3);
		font-size: 0.9rem;
		font-style: italic
	}
.blogspot .wp-block-post-date::before {
			content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724%27 viewBox=%270 96 960 960%27 width=%2724%27%3E%3Cpath d=%27M180 976q-24 0-42-18t-18-42V296q0-24 18-42t42-18h65v-60h65v60h340v-60h65v60h65q24 0 42 18t18 42v620q0 24-18 42t-42 18H180Zm0-60h600V486H180v430Zm0-490h600V296H180v130Zm0 0V296v130Zm300 230q-17 0-28.5-11.5T440 616q0-17 11.5-28.5T480 576q17 0 28.5 11.5T520 616q0 17-11.5 28.5T480 656Zm-160 0q-17 0-28.5-11.5T280 616q0-17 11.5-28.5T320 576q17 0 28.5 11.5T360 616q0 17-11.5 28.5T320 656Zm320 0q-17 0-28.5-11.5T600 616q0-17 11.5-28.5T640 576q17 0 28.5 11.5T680 616q0 17-11.5 28.5T640 656ZM480 816q-17 0-28.5-11.5T440 776q0-17 11.5-28.5T480 736q17 0 28.5 11.5T520 776q0 17-11.5 28.5T480 816Zm-160 0q-17 0-28.5-11.5T280 776q0-17 11.5-28.5T320 736q17 0 28.5 11.5T360 776q0 17-11.5 28.5T320 816Zm320 0q-17 0-28.5-11.5T600 776q0-17 11.5-28.5T640 736q17 0 28.5 11.5T680 776q0 17-11.5 28.5T640 816Z%27/%3E%3C/svg%3E");
			width: 20px;
			height: 20px;
		}
.blogspot .wp-block-read-more {
		color: var(--accent) !important;
		font-size: 1rem;
		display: flex;
		justify-content: flex-end;
		grid-gap: 0.3em;
		gap: 0.3em;
		width: 100%;
	}
.contact-us__form {
	margin-top: 1.5em
}
.contact-us__form .username-phone p {
			max-width: 100%;
			display: flex;
			justify-content: space-between;
			grid-gap: 0.5em;
			gap: 0.5em
		}
.contact-us__form .username-phone p span {
				width: calc((100% - 1em) / 2);
			}
.contact-us__form .username-phone p .wpcf7-not-valid-tip {
				width: 100% !important;
			}
.contact-us__form .email .wpcf7-form-control-wrap {
			width: 100%
		}
.contact-us__form .email .wpcf7-form-control-wrap input[type='email'] {
					width: 100%;
				}
.contact-us__form .email .wpcf7-form-control-wrap input:placeholder {
					color: #ff0000 !important;
				}
.contact-us__form input[type='submit'] {
		margin-bottom: 0;
		width: 100%;
		background: var(--accent);
		border-radius: 4px;
		text-align: center;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}
.contact-us__info .ct-icon-box {
		padding: 0.5em;
		border: 1px solid var(--accent);
		border-radius: 4px;
	}
.contact-us__info .ct-icon-box__link {
		flex-direction: row;
		grid-gap: 0.5em;
		gap: 0.5em;
		justify-content: start;
	}
.contact-us__info .ct-icon-box__text {
		text-align: left;
	}
.post-related {
	position: relative;
	padding: 1em;
	background: #fff;
	z-index: 1
}
.post-related .post-card__content {
		padding: 0.5em 0
	}
.post-related .post-card__content a {
			text-decoration: unset
		}
.post-related .post-card__content a:hover {
				color: var(--accent);
			}
.post-related .post-card__media {
		padding-bottom: 50%;
	}
.post-related .post-card__title {
		height: 38px;
		font-weight: 500;
		font-size: 1em;
	}
.post-related .post-related__related {
		text-align: center
	}
@media (min-width: 768px) {
.post-related .post-related__related {
			text-align: left
	}
		}
.post-related .post-card__column {
		max-width: 400px;
		margin: auto
	}
@media (min-width: 768px) {
.post-related .post-card__column {
			max-width: 100%;
			margin: auto
	}
		}
.post-related__loop {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.post-related__loop .post-card {
		width: calc(100% / 1);
		margin-top: 1em;
		padding-left: calc( 1em / 2);
		padding-right: calc( 1em / 2)
		/* background: pink; */
	}
.post-related__loop .post-card:nth-child(-n + 1) {
    margin-top: 0;
    padding-top: 0;
  }
.post-related__loop .post-card {

		padding-left: 0;
		padding-right: 0
	}
@media (min-width: 480px) {
.post-related__loop .post-card {
			width: calc(100% / 2);
			margin-top: 1em;
			padding-left: calc( 1em / 2);
			padding-right: calc( 1em / 2)
			/* background: pink; */
	}
			.post-related__loop .post-card:nth-child(-n + 2) {
    margin-top: 0;
    padding-top: 0;
  }
		}
@media (min-width: 960px) {
.post-related__loop .post-card {
			width: calc(100% / 3);
			margin-top: 1em;
			padding-left: calc( 1em / 2);
			padding-right: calc( 1em / 2)
			/* background: pink; */
	}
			.post-related__loop .post-card:nth-child(-n + 3) {
    margin-top: 0;
    padding-top: 0;
  }

			.post-related__loop .post-card:nth-child(3n + 1) {
				padding-left: 0;
			}

			.post-related__loop .post-card:nth-child(3n) {
				padding-right: 0;
			}
		}
.post-related__loop .post-card .post-card__media {
			position: relative;
			width: 100%
		}
.post-related__loop .post-card .post-card__media img {
				width: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				opacity: 1;
				transition: opacity 500ms;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 1
			}
.post-related__loop .post-card .post-card__media img.is-image-placeholder {
					max-width: 236px;
					-o-object-fit: contain;
					   object-fit: contain;
					opacity: 0.8;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
				}
.post-related__loop .post-card .post-card__media::before {
				content: '';
				display: block;
				padding-top: 56.25%;
				background-color: var(--contrast-3);
			}
.vietmoz-accordions {
	width: 100%;
}
.vietmoz-accordions__svg {
	display: flex
}
.vietmoz-accordions__svg svg {
		transition: transform 0.5s;
	}
.show .vietmoz-accordions__svg svg {
			transform: rotate(180deg);
		}
.vietmoz-accordions__header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px;
	font-weight: 500;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
}
.vietmoz-accordions__title {
	display: flex;
	align-items: center;
	font-size: 1rem;
	line-height: 24px;
}
.vietmoz-accordions__content {
	height: 0;
	transition: height 0.5s;
	overflow: hidden;
}
.vietmoz-accordions__content--inner {
	padding: 15px;
}

