img {
	border-style: none;
}

/* Forms
							 ========================================================================== */

/**
						 * 1. Change the font styles in all browsers.
						 * 2. Remove the margin in Firefox and Safari.
						 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
						 * Show the overflow in IE.
						 * 1. Show the overflow in Edge.
						 */
button,
input {
	overflow: visible;
}

.page-header {
	padding-bottom: 9px;
	margin: 0px !important;
	border-bottom: 1px solid #eee;
}

div#section-2 p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/**
						 * Remove the inheritance of text transform in Edge, Firefox, and IE.
						 * 1. Remove the inheritance of text transform in Firefox.
						 */
button,
select {
	text-transform: none;
}

/**
						 * Correct the inability to style clickable types in iOS and Safari.
						 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
						 * Remove the inner border and padding in Firefox.
						 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
						 * Restore the focus styles unset by the previous rule.
						 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
						 * Correct the padding in Firefox.
						 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
						 * 1. Correct the text wrapping in Edge and IE.
						 * 2. Correct the color inheritance from `fieldset` elements in IE.
						 * 3. Remove the padding so developers are not caught out when they zero out
						 *		`fieldset` elements in all browsers.
						 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
						 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
						 */
progress {
	vertical-align: baseline;
}

/**
						 * Remove the default vertical scrollbar in IE 10+.
						 */
textarea {
	overflow: auto;
}

/**
						 * 1. Add the correct box sizing in IE 10.
						 * 2. Remove the padding in IE 10.
						 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
						 * Correct the cursor style of increment and decrement buttons in Chrome.
						 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
						 * 1. Correct the odd appearance in Chrome and Safari.
						 * 2. Correct the outline style in Safari.
						 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
						 * Remove the inner padding in Chrome and Safari on macOS.
						 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
						 * 1. Correct the inability to style clickable types in iOS and Safari.
						 * 2. Change font properties to `inherit` in Safari.
						 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
							 ========================================================================== */

/*
						 * Add the correct display in Edge, IE 10+, and Firefox.
						 */
details {
	display: block;
}

/*
						 * Add the correct display in all browsers.
						 */
summary {
	display: list-item;
}

/* Misc
							 ========================================================================== */

/**
						 * Add the correct display in IE 10+.
						 */
template {
	display: none;
}

/**
						 * Add the correct display in IE 10.
						 */
[hidden] {
	display: none;
}

/* Box sizing
						--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
						@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
						# Base
						--------------------------------------------------------------*/

/* Typography
						--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 1.5em 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
						--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.site-header {
	height: 70px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
						--------------------------------------------- */
a {
	color: #0e3a7c;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
						--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

div#ez-toc-container .ez-toc-title {
	font-weight: bold !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
						# Layouts
						--------------------------------------------------------------*/

/*--------------------------------------------------------------
						# Components
						--------------------------------------------------------------*/

/* Navigation
						--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.tg {
	border-collapse: collapse;
	border-spacing: 0;
}

td.tg-ey1n {
	background-color: #f6f7f8;
}

td.tg-c3ow {
	background-color: #f6f7f8;
}

td.tg-0pky {
	background-color: #f6f7f8;
}

td.tg-fymr {
	background-color: #f6f7f8;
}

.box-marquee.marquee.clear.clearfix {
	margin-top: 30px;
}

body .fa-minus:before,
body .fa-subtract:before {
	content: "f068";
	font-family: fontawesome;
}

body .box-marquee.marquee.clear.clearfix {
	margin-top: 30px;
}

body div#section-dv-7 h2.tt-2 {
	font-size: 24px;
}

body h4.panel-title a {
	font-size: 16px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	font-size: 14px;
}

div#section-dv-4 h2.tt-2 {
	text-align: center;
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	max-width: 85%;
	margin: 0 auto;
	text-transform: uppercase;
}

/* CSS Grid cho mÃ¡y tÃ­nh - 5 cá»&#x2122;t */
#section-dv-5 .block-gird-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

/* CSS Grid cho tablet - 3 cá»&#x2122;t, giáº£ sá»­ tablet cÃ³ Ä‘á»&#x2122; rá»&#x2122;ng tá»« 768px Ä‘áº¿n 1023px */
@media (max-width: 1023px) and (min-width: 768px) {
	#section-dv-5 .container {
		grid-template-columns: repeat(3, 1fr);
	}
}

#section-dv-5 .block-gird-5 .block-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

#section-dv-5 .block-gird-5 .block-item .block-img {
	background: #ebeef1;
	width: 100px;
	height: 100px;
	border-radius: 99px;
}

#section-dv-5 .block-gird-5 .block-item .block-img img {
	text-align: center;
	margin: 0 auto;
	display: block;
	/* align-items: center; */
	/* justify-content: center; */
}

#section-dv-5 h2.tt-2 {
	color: #0b387a;
	text-align: center;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 54px */
	text-transform: uppercase;
}

/*.block-item-slider-kh a{
							padding-top: 100%;
							position: relative;
						}*/
.block-item-slider-kh a img {
	width: 100%;
	/*    
						    height: 100%;
						    top: 50%;
						    left: 50%;
						    position: absolute;
						    transform: translate(-50%,-50%);*/
}

.box-marquee {
	overflow: hidden;
}

.row.mg-top-30 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fff !important;
}

div#section-dv-6 {
	padding: 20px 0px;
}

div#section-dv-7 h2.tt-2 {
	color: #fff;
	/* head */
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 41.6px */
	text-transform: uppercase;
	text-align: center;
}

div#section-dv-7 {
}

h4.panel-title a {
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.03px;
	/* 150.136% */
	letter-spacing: 0.315px;
}

.panel-default > .panel-heading {
	background-color: transparent !important;
	border: none !important;
}

.panel {
	background: transparent !important;
	border: none !important;
}

i.more-less.fas.fa-plus {
	color: #fff;
	font-weight: 400;
}

#section-dv-slider ul.lSPager.lSpg {
	position: absolute;
	right: 20%;
	bottom: 27%;
}

#section-dv-slider .lSSlideOuter {
	position: relative;
}

#section-dv-slider .lSSlideOuter .lSPager.lSpg > li a,
#section-dv-slider .lSSlideOuter .lSPager.lSpg > li:hover a,
#section-dv-slider .lSSlideOuter .lSPager.lSpg > li.active a {
	border: 2px solid #fff;
}

i.more-less.fas.fa-minus {
	color: #fff;
	font-weight: 400;
}

.panel-title {
	border: none !important;
}

h4.panel-title a {
	border: none !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none !important;
}

.panel-body {
	color: #a0a0a0;
	text-align: justify;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #eeeeee;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #fafafa;
	border-color: #eeeeee;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #eeeeee;
}

.mg-top-20 {
	margin-top: 20px;
}

#section-dv-5 h2.tt-2 strong {
	color: #d81620;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}

#section-dv-6 h2.tt-2 {
	color: #0b387a;
	text-align: center;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 54px */
	text-transform: uppercase;
}

#section-dv-6 h2.tt-2 strong {
	color: #d81620;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}

.mg-top-30 {
	margin-top: 30px;
}

#section-dv-5 .block-gird-5 .block-item p {
	color: #434343;
	text-align: center;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
	padding-left: 5px;
	padding-right: 5px;
}

div#section-dv-4 {
}

div#section-dv-4 h2.tt-2 strong {
	color: #d81620;
	text-align: center;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 54px */
	text-transform: uppercase;
}

table.tg.hnh-price tr:last-child td {
	background: #fff !important;
}

/* Chá»n táº¥t cáº£ cÃ¡c hÃ ng cháºµn trong báº£ng */
tr:nth-child(even) td {
	background-color: #f2f2f2;
	/* MÃ u ná»n báº¡n muá»‘n */
}

/* Chá»n táº¥t cáº£ cÃ¡c hÃ ng láº» trong báº£ng */
tr:nth-child(odd) td {
	/* khÃ´ng cáº§n thiáº¿t láº­p mÃ u ná»n náº¿u báº¡n muá»‘n chÃºng khÃ´ng cÃ³ ná»n */
}

.tg td {
	font-size: 15px;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.tg th {
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.tg .tg-bylj {
	background-color: #f6f7f8;
	border-color: inherit;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.tg .tg-ey1n {
	border-color: inherit;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.tg .tg-47as {
	background-color: #ffffff;
	border-color: inherit;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.tg .tg-w2e2 {
	background-color: #0494e5;
	border-color: inherit;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.tg .tg-un6e {
	background-color: #f6f7f8;
	border-color: inherit;
	text-align: center;
	vertical-align: middle;
}

.tg .tg-4zot {
	border-color: inherit;
	color: #0b387a;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.tg .tg-7t2f {
	background-color: #0b387a;
	border-color: inherit;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.tg .tg-c3ow {
	border-color: inherit;
	text-align: center;
	vertical-align: middle;
}

.tg .tg-zv36 {
	background-color: #ffffff;
	border-color: inherit;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.tg .tg-jfoo {
	border-color: inherit;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.tg .tg-wfe4 {
	background-color: #0494e5;
	border-color: inherit;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.tg .tg-0pky {
	border-color: inherit;
	text-align: left;
	vertical-align: middle;
}

.tg .tg-8gaq {
	background-color: #0b387a;
	border-color: inherit;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.tg .tg-3xi5 {
	background-color: #ffffff;
	border-color: inherit;
	text-align: center;
	vertical-align: middle;
}

.tg .tg-l8qj {
	background-color: #ffffff;
	border-color: inherit;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}

.tg .tg-fymr {
	border-color: inherit;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.tg .tg-c6of {
	background-color: #ffffff;
	border-color: inherit;
	text-align: left;
	vertical-align: middle;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.tg .tg-7t2f {
	background-color: #0b387a;
	border-color: inherit;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: line-through;
}

td.tg-8gaq {
	/* color: var(--main-3, #FFF); */
	/* font-family: SF Pro Text; */
	/* font-size: 20px; */
	/* font-style: normal; */
	/* font-weight: 600; */
	/* line-height: 150%; */
	/* 30px */
}

th.tg-jfoo {
	background: linear-gradient(265deg, #0b387a 0%, #d81620 146.74%);
	background-clip: text;
}

.tg th.tg-jfoo {
	background: linear-gradient(264.62deg, #0b387a 0%, #d81620 146.74%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tg th.tg-jfoos {
	background: linear-gradient(86.86deg, #ff3b00 -15.75%, #e3280b 83.46%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

table.hnh-price #nut-lh {
	text-align: center;
	margin: 0 auto;
	border-radius: 30px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

table.hnh-price.hnh-price-2 tr td,
table.hnh-price.hnh-price-2 tr th,
table.hnh-price.hnh-price-2 tr {
	border: 1;
	border-color: #c8c8c8;
}

table.hnh-price.hnh-price-2 tr td,
table.hnh-price.hnh-price-2 tr th {
	padding: 8px 18px;
}

table.hnh-price.hnh-price-2 tr th + th,
table.hnh-price.hnh-price-2 tr td + td {
	text-align: center;
	width: 207px;
}

table.hnh-price.hnh-price-2 tr th {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0b387a;
}

table.hnh-price.hnh-price-2 tr.tg-gia td:nth-child(1) {
	font-size: 20px;
}

table.hnh-price.hnh-price-2 tr.tg-gia td {
	/*  padding-top: 20px;
						  padding-bottom: 20px;*/
	background-color: #1554a3;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

table.hnh-price.hnh-price-2 tr td {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333332;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 100%;
}

a:focus,
a:hover {
	color: #0b387a;
	text-decoration: underline;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
						--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.block-copy {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
						--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

/* Äá»‹nh dáº¡ng cáº£ khá»‘i #comments */
#comments {
	display: block;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	background-color: #f9f9f9;
}

/* Äá»‹nh dáº¡ng pháº§n respond */
#respond {
	margin-top: 20px;
}

/* Äá»‹nh dáº¡ng tiÃªu Ä‘á» "Tráº£ lá»i" */
#reply-title {
	font-size: 24px;
	margin-bottom: 15px;
}

/* Äá»‹nh dáº¡ng nÃºt "Há»§y" */
#cancel-comment-reply-link {
	display: none;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	margin-left: 10px;
}

/* Äá»‹nh dáº¡ng thÃ´ng Ä‘iá»‡p "ÄÄƒng nháº­p" */
.logged-in-as {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

/* Äá»‹nh dáº¡ng trÆ°á»ng bÃ¬nh luáº­n */
.comment-form-comment {
	margin-bottom: 15px;
}

/* Äá»‹nh dáº¡ng nÃºt "Pháº£n há»“i" */
.form-submit .submit {
	background-color: var(--dark-brand-color);
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
}

.bypostauthor {
	display: block;
}

/* Widgets
						--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
						--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
						--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
						--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

div#section-1 .row.d-fl {
	display: flex;
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
						# Plugins
						--------------------------------------------------------------*/

/* Jetpack infinite scroll
						--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
						# Utilities
						--------------------------------------------------------------*/

/* Accessibility
						--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
						--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
						# header
						--------------------------------------------------------------*/
.topbar {
	/*padding: 5px 0 10px;*/
	line-height: 30px;
	background: #0b387a;
}

.topbar:before,
.topbar:after {
	content: "";
	display: table;
}

.topbar:after {
	clear: both;
}

.topbar:before,
.topbar:after {
	content: "";
	display: table;
}

.topbar:after {
	clear: both;
}

.topbar .hotline {
	display: inline-block;
	vertical-align: bottom;
	color: #fff;
	padding: 0 10px;
	font-weight: 600;
}

.topbar .hotline .fa {
	padding-right: 10px;
}

.topbar .hrm_show_icon {
	float: left;
	padding-top: 1px;
}

.topbar .hrm_custom_contact {
	line-height: 27px;
	float: right;
}

.topbar .hrm_custom_contact a {
	font-weight: 600;
	color: #f8822b;
	padding-right: 5px;
	display: inline-block;
}

.topbar .hrm_custom_contact .fa {
	font-size: 18px;
	vertical-align: text-bottom;
	margin: 0 5px;
}

.topbar .hotline-link {
	display: inline-block;
	vertical-align: middle;
}

.topbar .social-media {
	display: inline-block;
	vertical-align: middle;
}

.topbar .social-media ul {
	margin: 0;
	padding: 0;
}

.topbar .social-media li {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #0b387a;
	margin-right: 5px;
}

.topbar .social-media li a {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	background: #fff;
	line-height: 25px;
	color: #0b387a;
	transition: all ease 0.3s;
}

.topbar .social-media li a:hover {
	background: #0b387a;
	color: #fff;
}

.top-left {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}

.top-right {
	float: right;
	width: 50%;
	text-align: right;
	margin-left: 0;
	margin-right: 0;
}

.top-nav {
	display: inline-block;
}

.site-header {
	width: 100%;
}

.site-header .site-branding img {
	max-height: 200px;
	width: 70%;
}

.logo-link .entry-title,
.logo-link h1 {
	padding: 0;
	margin: 0;
}

.logo-link strong {
	display: none;
}

.site-branding {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.search-menu {
	float: right;
	padding-top: 24px;
}

.search-menu .search-form {
	border: 1px solid #0b387a;
	margin-left: 20px;
}

.search-menu .ip-form {
	height: auto;
	padding: 0;
	background: transparent;
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
}

.search-menu .ip-form .search-field {
	height: 33px;
	font-weight: 400;
}

.hrm_show_icon {
	margin-top: 3px;
}

.search-menu .search-submit {
	width: 40px;
	height: 33px;
	background-size: 23px;
}

.search-menu .search-submit:hover {
	background-color: #e3322b;
	background-size: 23px;
}

.search-btns-wrap {
	float: right;
}

.header-main {
	padding: 7px 0;
}

#header-search-button-mb {
	height: 35px;
	width: 40px;
	line-height: 33px;
	font-size: 17px;
	margin-top: 9px;
	margin-right: 2px;
	text-align: center;
	display: inline-block;
	color: #0b387a;
}

.hrm-search-background {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-image: url(images/search-mobile.jpg);
	position: fixed;
	display: block;
	width: 100%;
	height: 113%;
	z-index: 9999;
	top: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
	-moz-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
	-o-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
	transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	visibility: hidden;
}

.hrm-search-background:before {
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(0, 0, 0, 0.5)),
		color-stop(100%, rgba(0, 0, 0, 0.6))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0.5)', endColorstr='rgba(0,0,0,0.6)', GradientType=0);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.98;
}

.search-opened .hrm-search-background {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	visibility: visible;
}

.search-opened .hrm-drop-down-search,
.search-opened .hrm-search-close-wp {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-moz-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}

.search-opened #hrm-search-wrap-mob .ip-form:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}

#hrm-search-wrap-mob {
	padding: 0;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	text-align: center;
	z-index: 9999;
	visibility: hidden;
	color: #fff;
}

#hrm-search-wrap-mob .hrm-search-close-wp {
	text-align: right;
	z-index: 1000;
}

#hrm-search-wrap-mob .hrm-search-close-wp .hrm-search-close {
	height: 70px;
	width: 70px;
	color: #fff;
	position: relative;
	top: 4px;
	right: 0;
	display: inline-block;
	background: url(images/x.png) no-repeat center center;
	background-size: 22px;
}

#hrm-search-wrap-mob .search-form {
	margin-bottom: 30px;
}

#hrm-search-wrap-mob .search-form .screen-reader-text {
	display: inline-block;
	opacity: 0.8;
	font-size: 12px;
	height: auto;
	width: auto;
	position: static !important;
	font-weight: 400;
}

#hrm-search-wrap-mob .search-form .search-field {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	height: 40px;
	line-height: 36px;
	border: 0;
	background: transparent;
	outline: 0;
	margin: 8px 0;
	padding: 0;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

#hrm-search-wrap-mob .ip-form {
	width: auto;
	float: none;
	background: none;
	height: auto;
	margin: 0 5%;
	position: relative;
}

#hrm-search-wrap-mob .ip-form:before,
#hrm-search-wrap-mob .ip-form:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	opacity: 0.2;
}

#hrm-search-wrap-mob .ip-form:after {
	opacity: 0.8;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transition: transform 0.5s ease 0.8s;
	-moz-transition: transform 0.5s ease 0.8s;
	-o-transition: transform 0.5s ease 0.8s;
	transition: transform 0.5s ease 0.8s;
}

#hrm-search-wrap-mob .search-submit {
	display: none;
}

.admin-bar #hrm-search-wrap-mob {
	top: 50px;
}

html #wpadminbar {
	overflow: hidden;
}

.hrm-drop-down-search {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-backface-visibility: hidden;
	position: relative;
}

/*--------------------------------------------------------------
						# menu
						--------------------------------------------------------------*/
/*--------------------------------------------------------------
						## Menus
						--------------------------------------------------------------*/
.top-menu-wp {
	float: right;
	line-height: 31px;
}

.top-menu-wp ul {
	list-style: none;
	margin: 0;
}

.top-menu-wp ul li {
	list-style: none;
	display: inline-block;
}

.top-menu-wp ul li:after {
	content: "|";
	padding: 0 3px 0 6px;
	color: #fff;
}

.top-menu-wp ul li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
}

.top-menu-wp ul li a:hover {
	color: #f5f5f5;
}

.top-menu-wp ul li:last-child:after {
	content: none;
}

.top-menu-wp .sub-menu {
	display: none;
}

ul#primary-menu li.menu-item-has-children > a:after {
	content: "f0dd";
	font-family: "FontAwesome";
	margin-left: 5px;
	position: absolute;
	top: 7px;
}

.main-navigation {
	clear: both;
	display: flex;
	width: 100%;
	position: relative;
	justify-content: right;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	position: absolute;
	background: #fff;
	z-index: 999;
	margin-left: 0;
	float: left;
	border-top: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
	display: none;
	width: 250px;
}

.main-navigation ul ul li {
	width: 100%;
}

.home-slider a img {
	width: 100%;
	max-width: 100%;
}

.container-class {
	position: relative;
	height: 730px;
	/* Hoáº·c chiá»u cao cá»‘ Ä‘á»‹nh nÃ o Ä‘Ã³ */
}

.icon {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.block-uu-diem {
	border-bottom: 6px solid #d81620;
	background: #fff;

	/* 1 */
	box-shadow: 0px 24px 32px 0px rgba(206, 222, 237, 0.5);
	height: 100%;
}

div#section-1 .block-uu-diem h3 {
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 41.6px */
	text-transform: uppercase;
	color: #0b387a;
}

.container-class #nut-lh {
	width: 160px;
}

#nut-lh {
	display: flex;
	width: 160px;
	height: 50px;
	padding: 10px 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	background: #1554a3;
	color: #fff;
	border-radius: 30px;
}

#nut-lh:hover {
	background-color: #175da8;
}

table.tg.hnh-price #nut-lh {
	width: 100%;
}

div#section-1 {
	padding-bottom: 50px;
}

#section-2 {
	height: 850px;
	background-size: cover;
}

#section-2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(11 56 122 / 82%);
}

div#section-1 {
	background-position: left top;
	/* background-size: cover; */
	background-repeat: no-repeat;
}

.row.mg-top {
	margin-top: 50px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.row.mg-top-40 {
	margin-top: 40px;
}

.mb-am {
	margin-top: -145px;
}

.block-about-us h2 {
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 54px */
	text-transform: uppercase;
}

.block-about-us h2 strong {
	color: #d81620;
}

.block-about-us h2 {
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.block-about-us h2 strong {
	color: #d81620;
}

.block-icon-box.active p,
.block-icon-box p:hover {
	color: #d81620;
}

.row.mg-top {
	margin-top: 50px;
}

.block-icon-box {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.block-icon-box img {
	margin-right: 10px;
	width: 25px;
	height: 25px;
}

.block-icon-box p {
	margin-bottom: 0px;
}

.block-icon-box {
	margin-bottom: 10px;
}

div#section-1 .block-uu-diem p {
	color: #434343;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

.block-uu-diem {
	padding: 30px;
}

.home-slider h3 {
	color: #fff;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.home-slider p {
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.block-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	/* Náº¿u cáº§n */
}

.home-slider h2 {
	color: #fff;
	font-family: Times New Roman;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}

.lg-ft {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 21%; */
	/* margin: 0 auto; */
}

.lg-ft img {
	width: 150px;
}

.lg-ft {
	margin-top: 20px;
	margin-bottom: 10px;
}

.hnh-bg-number {
	color: #efefef;
	/* font-family: UTM Avo; */
	font-size: 250px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}

.row.hnh-flex-center {
	align-items: center;
	display: flex;
}

div#section-2 {
	display: flex;
	align-items: center;
}

div#section-2 .hnh-bg-number {
	position: absolute;
	color: #efefef;
	/* font-family: UTM Avo; */
	font-size: 250px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	top: -2%;

	left: 0;
	z-index: 0;
}

.block-slider {
	display: flex;
}

.block-slider .hnh-postion {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 155px;
}

div#section-2 ul.lSPager.lSpg {
	position: absolute;
	z-index: 9999999;
	right: 0;
	bottom: 23%;
}

div#section-3 h3 {
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 41.6px */
	text-transform: uppercase;
}

div#section-3 .service-item {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}

div#section-3 {
	align-items: center;
}

div#section-4 {
	padding: 50px 0px;
}

div#section-5 {
	padding: 30px 0px;
}

div#section-6,
div#section-7 {
	padding-bottom: 50px;
}

div#footer {
	background: linear-gradient(265deg, #0b387a 0%, #d81620 146.74%);
}

.hnh-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.hnh-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

h3 {
}

.hnh-center h3 {
	margin: 0px !important;
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 33.03px;
	/* 165.15% */
	letter-spacing: 0.315px;
}

.block-contact-ft {
	display: flex;
	align-items: flex-start;
}

.block-contact-ft img {
	margin-right: 5px;
}

.block-item-contact-ft p strong {
	color: #fff;

	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

h3.title-ft {
	margin: 0px;
	color: #fff;
	/* font-family: SF Pro Display; */
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	margin-bottom: 5px;
}

.social .block {
	margin-top: 100px;
}

.social .block h3.title-ft {
	margin-bottom: 20px;
}

.block-copy .left {
	color: #a2a2a2;
	color: #a2a2a2;
	/* font-family: SF Pro Display; */
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%;
}

body hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ebeef1 !important;
}

ul.menu-ft {
	margin-left: 0px;
	padding-left: 1em;

	line-height: 2;
}

.block-google-news {
	margin-bottom: 30px;
}

.block-social {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.block-social a {
	margin-right: 5px;
}

.block-google-news {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.block-google-news {
}

.block-google-news .block-items img {
	width: 60%;
}

.block-google-news > img {
	margin-right: 5px;
}

.row.row-2 {
	margin-top: 50px;
}

ul.menu-ft li a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #c79393;
}

ul.menu-ft li::marker {
	color: #c79393;
	/* font-size: 20px; */
}

.block-item-contact-ft p {
	color: #c79393;
	/* font-family: SF Pro Text; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.hnh-center h3 {
	margin: 0px !important;
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 33.03px;
	/* 165.15% */
	letter-spacing: 0.315px;
}

div#section-5 .block-1 {
	border-radius: 20px;
	background: #ebeef1;
	padding: 30px 0px 30px 14px;
}

div#section-5 .block-item {
	display: flex;
	align-items: center;
}

.block-item {
	display: flex;
	align-items: center;
}

.block-item img {
	margin-right: 10px;
}

.text-with-line {
	display: flex;
	align-items: center;
}

.text-with-line::after {
	content: "";
	flex: 1;
	border-bottom: 2px solid #0b387a;
}

.cot-1 h2 {
	font-family: Times New Roman;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 33.03px;
	/* 150.136% */
	letter-spacing: 0.315px;
	color: #0b387a;
}

.cot-1 p {
	color: #0b387a;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

a#xemchitiet {
	display: flex;
	/* width: 291px; */
	/* height: 49.949px; */
	padding: 10px 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: #fff;
	flex-shrink: 0;
	background: #0b387a;
	color: #fff;
	text-align: center;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

.cot-1 {
	height: 746px;
}

.title {
	color: #fff;

	/* head body */
	font-family: Times New Roman;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 33.03px;
	/* 150.136% */
	letter-spacing: 0.315px;
}

.block-post .description {
	color: #fff;

	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

.block-post {
}

.block-author {
	display: flex;
	/* justify-content: flex-start !important; */
	align-items: center;
}

.block-author img {
	margin-right: 10px;
	border-radius: 99px;
	width: 38px;
	height: 38px;
}

.block-info .ten {
	color: #fff;
	font-family: Times New Roman;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 25.73px;
	/* 183.786% */
}

.block-info .date {
	color: #fff;
	font-family: Times New Roman;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%;
	/* 18px */
}

.block-post {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start !important;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.cot-1 {
	border-radius: 20px;
	background: #ebeef1;
	padding: 45px !important;
}

.text-with-line {
	margin-bottom: 20px;
}

.cot-1 h2 {
	margin-top: 50px;
	margin-bottom: 30px;
}

a#xemchitiet {
	margin-top: 50px;
}

.text-with-line span.text {
	white-space: nowrap;
	padding: 0 10px;
	background: -webkit-linear-gradient(265deg, #0b387a 0%, #d81620 146.74%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	/* Fallback for non-WebKit browsers */
	font-weight: bold;
	z-index: 1;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 33.03px;
	/* 137.625% */
	letter-spacing: 0.315px;
}

.text-with-line::after {
	margin-left: 10px;
}

.text {
	white-space: nowrap;
	color: red;
}

.gach {
	color: #d81620;
	font-family: initial !important;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 72px */
}

div#section-5 .block-1 p {
	color: #434343;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

div#section-5 .block-cty {
	margin-top: 30px;
}

h3.tt-main-sec-5 {
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.block-custom.lightSlider.lsGrab.lSSlide {
	height: 450px !important;
}

div#section-5 .block-1.active {
	border-radius: 20px;
	border-bottom: #d81620;
	background: #fff;

	/* 1 */
	box-shadow: 0px 24px 32px 0px rgba(206, 222, 237, 0.5);
}

h3.tt-main-sec-5 strong {
	color: #d81620;
	/* head */
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 41.6px */
	text-transform: uppercase;
}

div#section-5 .block-item h4 {
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 33.03px;
	letter-spacing: 0.315px;
}

div#section-5 .block-cty p {
	color: #a2a2a2;
	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 24px */
}

div#section-5 .block-cty {
	border-left: 3px solid #0b387a;
	padding-left: 10px;
}

div#section-5 .block-item img {
	margin-right: 10px;
}

div#section-5 .block-1 img {
	border-radius: 63px;
	width: 63px;
	height: 62.906px;
}

.service-section h4 {
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	/* line-height: 33.03px; */
	/* letter-spacing: 0.315px; */
	/* padding: 0px !important; */
	margin-top: 3px !important;
}

#section-4 .block-so {
	display: flex;
	/* width: 31px; */
	/* height: 37px; */
	align-items: center;
	justify-content: center;
}

div#section-4 {
	text-align: center;
}

#section-4 div#section-4 {
	padding: 40px 0px;
}

#section-4 .block-so h3 {
	color: #fff;
	text-align: center;
	font-family: Times New Roman;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	/* line-height: 150%; */
	/* 72px */
	margin-top: 0px !important;
	margin-left: 5px;
	margin-bottom: 0px !important;
}

#section-4 p {
	color: #fff !important;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

#section-4 .block-so img {
	width: 31px;
	height: 37px;
}

#section-4 .service-section h4 {
	color: #0b387a;
	/* head body */
	font-family: Times New Roman;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	/* line-height: 33.03px; */
	/* 150.136% */
	/* letter-spacing: 0.315px; */
	/* padding: 0px !important; */
	margin-top: 0px !important;
}

.service-section p {
	color: #434343;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	/* 24px */
}

div#section-3 h3 {
	color: #0b387a;
	/* head */
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 41.6px */
	text-transform: uppercase;
}

div#section-3 h3 strong {
	color: #d81620;
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.service-section {
	margin-top: 30px;
}

div#section-3 {
	padding: 40px 0px;
}

.service-section p {
	color: #434343;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	/* 24px */
}

div#section-3 h3 strong {
	color: #d81620;
	/* head */
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}

div#section-3 {
	padding: 40px;
}

div#section-3 .service-item {
	display: flex;
	align-items: flex-start;
}

div#section-3 .block-service-content {
	margin-left: 10px;
}

.service-item h3 {
	color: #003366;
	font-size: 18px;
	margin-top: 0;
}

.service-item p {
	color: #333333;
	font-size: 14px;
}

.hnh-icon .icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}

.lSSlideOuter .lSPager.lSpg > li a,
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	border-radius: 99px;
	border: 2px solid #0b387a;
	background: transparent !important;
	width: 8px;
	height: 8px;
	display: block !important;
}

h3.tt-1 {
	position: relative;
}

div#section-2 h3.tt-1 {
	color: #d81620;
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 48px */
	text-transform: uppercase;
}

div#section-2 h3.tt-2 {
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

div#section-2 p {
	color: #434343;
	text-align: justify;
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.row.hnh-flex-center {
	align-items: center;
	display: flex;
}

div#section-2 {
	display: flex;
	align-items: center;
}

.main-navigation ul ul li:last-child {
	border-bottom: 0;
}

.hnh-bg-fff {
	background: #fff;
}

.main-navigation ul ul a {
	color: #0b387a;
	/* font-size: 13px; */
	padding: 7px 15px;
	text-transform: none;
	font-weight: 700;
}

.site-header {
	height: 70px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	/* width: 82%; */
	animation: hover-expand 0.2s linear 0s forwards;
	-moz-animation: hover-expand 0.2s linear 0s forwards;
	-ms-animation: hover-expand 0.2s linear 0s forwards;
	-o-animation: hover-expand 0.2s linear 0s forwards;
	-webkit-animation: hover-expand 0.2s linear 0s forwards;
}

.main-navigation li {
	float: left;
	position: relative;
}

li.current-menu-item a,
ul#primary-menu a:hover {
	color: #d81620;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: #0b387a;
	font-size: 100%;

	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 24px */
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

/*menu responsive*/
.menu-close {
	cursor: pointer;
	padding: 10px;
	background: #0b387a;
	text-align: left;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
	overflow: hidden;
	position: relative;
}

.menu-close i {
	color: #fff;
	font-size: 17px;
	/* float: left; */
	display: inline-block;
	margin-right: 3px;
}

.menu-close .icon-close {
	display: inline-block;
	background: url(images/x.png) no-repeat center center;
	background-size: 22px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.menu-open {
	padding: 0px;
	position: absolute !important;
	right: 15px;
	top: 5px;
}

.menu-icon.hidden-lg.hidden-md {
	position: relative;
}

.menu-open {
	font-size: 14px;
	padding: 5px 10px 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	float: left;
	color: #0b387a;
	margin: 5px;
	margin-top: 10px;
	/* background: #f8822b; */
	position: relative;
	z-index: 2;
}

.menu-open i {
	font-size: 21px;
}

.menu-responsive-overlay {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 0;
	position: absolute;
	transition: all ease 0.3s;
	z-index: 199998;
	top: 0;
	left: 0;
	opacity: 0;
}

.menu-responsive-overlay.show-mn {
	width: 100%;
	opacity: 1;
}

.menu-responsive {
	background: #0b387a;
	height: 100%;
	position: fixed;
	width: 250px;
	left: -250px;
	z-index: 199999;
	top: 0;
	overflow-y: auto;
	transition: all ease 0.3s;
}

.menu-responsive.show-mn {
	left: 0px;
}

.menu-responsive .menu ul {
	display: none;
}

.menu-responsive .sub-open {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	padding: 8px 8px 7px;
	border-left: 1px solid #fff;
	color: #fff;
}

.menu-responsive .sub-open.sub-opend {
	color: #fff;
	border-color: #fff;
	border-bottom: 1px solid #fff;
}

.menu-responsive .sub-open:after {
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	content: "f107";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
}

.menu-responsive .sub-open.sub-opend:after {
	content: "f106";
}

.menu-responsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-responsive ul ul {
	padding-left: 20px;
}

.menu-responsive ul ul li {
	border-bottom: none;
}

.menu-responsive ul ul li a:before {
	content: "f101";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin: 0 5px 0 0;
}

.menu-responsive ul li {
	border-bottom: 1px solid #fff;
	position: relative;
}

.menu-responsive ul li:hover > a {
	color: #0b387a;
	background: #fff;
}

.menu-responsive ul li.current-menu-item > .sub-open,
.menu-responsive ul li:hover > .sub-open,
.menu-responsive ul li.current-menu-item > .sub-opend,
.menu-responsive ul li:hover > .sub-opend {
	color: #0b387a;
	border-color: #0b387a;
	border-bottom: 1px solid #fff;
}

.menu-responsive ul li a {
	color: #fff;
	font-size: 13px;
	display: block;
	padding: 10px;
	font-weight: 600;
}

.hrm-sticky-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	border-radius: 0px !important;
	width: 100% !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	display: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.footer-menu-wrap:before,
.footer-menu-wrap:after {
	content: "";
	display: table;
}

.footer-menu-wrap:after {
	clear: both;
}

.footer-menu-wrap:before,
.footer-menu-wrap:after {
	content: "";
	display: table;
}

.footer-menu-wrap:after {
	clear: both;
}

.footer-menu-wrap ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu-wrap ul li {
	display: inline-block;
	position: relative;
	line-height: 30px;
}

.footer-menu-wrap ul li:after {
	content: "|";
	position: absolute;
	right: 0;
	top: 0;
}

.footer-menu-wrap ul li:last-child:after {
	content: none;
}

.footer-menu-wrap ul li a {
	font-weight: 600;
	color: #fff;
	padding: 0 10px;
	line-height: 30px;
	display: block;
	transition: all ease 0.3s;
	position: relative;
}

.main-navigation a:hover {
	color: #d81620 !important;
}

h4.panel-title a {
	color: #fff !important;
	/* font-family: SF Pro Text; */
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.03px;
	letter-spacing: 0.315px;
}

div#section-dv-3 .block-dv-3-item h4 {
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 33.03px;
	letter-spacing: 0.315px;
}

div#section-dv-3
	.col-xs-6.col-sm-4.col-md-4.col-lg-4
	.block-dv-3
	.block-dv-3-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	width: 80%;
}

.entry-content.entry.clearfix .gallery {
	margin-bottom: 0px !important;
}

.about-author.container-wrapper.about-author-1 {
	display: flex;
	align-items: center;
}

.footer-menu-wrap ul li a:hover {
	color: #0b387a;
}

.footer-menu-wrap ul .sub-menu,
.footer-menu-wrap ul ul {
	display: none;
}

@keyframes hover-expand {
	0% {
		opacity: 0;
		transform: rotateY(90deg);
	}

	100% {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

@-moz-keyframes hover-expand {
	0% {
		opacity: 0;
		-moz-transform: rotateY(90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: rotateY(0deg);
	}
}

@-ms-keyframes hover-expand {
	0% {
		opacity: 0;
		-ms-transform: rotateY(90deg);
	}

	100% {
		opacity: 1;
		-ms-transform: rotateY(0deg);
	}
}

@-o-keyframes hover-expand {
	0% {
		opacity: 0;
		-o-transform: rotateY(90deg);
	}

	100% {
		opacity: 1;
		-o-transform: rotateY(0deg);
	}
}

@-webkit-keyframes hover-expand {
	0% {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
	}
}

.hrm_show_icon {
	float: left;
}

.header-main .social-media ul {
	margin: 0;
	list-style-type: none;
}

.header-main .social-media ul li {
	float: left;
	margin: 0px 5px;
	padding: 0px;
	width: 30px;
	height: 30px;
	background: #1d8584;
	padding: 6px 8px;
	color: #fff;
	border-radius: 50%;
}

.header-main .social-media ul li i {
	color: #fff;
}

.header-main .social-media ul li.social-fb {
	padding-left: 11px;
}

.search-menu .search-form {
	float: right;
}

.row.mg-top-20 {
	display: flex;
	align-items: center;
}

#section-5 h2.tt-main-sec-5 {
	text-align: center;
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

#section-5 h2.tt-main-sec-5 strong {
	color: #d81620;
	font-family: Times New Roman;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}

@media (max-width: 500px) {
	div#section-6 .col-xs-12.hidden-sm.hidden-md.hidden-lg {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	div#section-6 .col-xs-12.hidden-sm.hidden-md.hidden-lg .block-info .ten {
		color: #434343;
	}

	div#section-6 .col-xs-12.hidden-sm.hidden-md.hidden-lg .block-info .date {
		color: #434343;
	}

	div#section-6 .col-xs-12.hidden-sm.hidden-md.hidden-lg .block-thumb img {
		/* padding: 20px !important; */
		border-radius: 20px;
	}

	.col-xs-12.hidden-sm.hidden-md.hidden-lg .description {
		color: #434343;
		/* font-family: SF Pro Text; */
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		margin-bottom: 20px;
	}

	.col-xs-12.hidden-sm.hidden-md.hidden-lg .title {
		color: #000;
		color: #0b387a;
		font-family: Times New Roman;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		/* line-height: 33.03px; */
		/* letter-spacing: 0.315px; */
		/* padding: 0px !important; */
		margin-top: 10px !important;
		margin-bottom: 10px;
	}

	div#section-5 .block-1 p {
		text-align: justify;
		margin-right: 10px !important;
	}

	.social .block h3.title-ft {
		margin-bottom: 20px;
		text-align: right;
	}

	body .block-slider .hnh-postion {
		position: relative;
		height: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding-top: 0px !important;
	}

	.hnh-gap.col-xs-12.col-sm-3.col-md-3.col-lg-3 {
		margin-top: 30px;
	}

	body .site-header .site-branding img {
		width: 50%;
	}

	header#masthead .row {
		display: block !important;
		align-items: center;
	}

	.block-slider-main .block-slider {
		display: block;
	}

	#section-3 h2 strong {
		display: block;
	}

	#section-5 h2 strong {
		display: block;
	}

	.hnh-slider.timeline {
		padding: 20px 0px;
	}

	.block-dv-3-item-con {
		display: flex;
		align-items: center;
		/* justify-content: center; */
	}

	.container-class {
		position: relative;
		height: 500px;
	}

	body .social .block {
		margin-top: 20px;
	}

	body.archive.author .col-xs-12.col-sm-12.col-md-4.col-lg-4 {
		width: 100% !important;
		float: left !important;
	}

	body.archive.author #footer .col-xs-12.col-sm-2.col-md-2.col-lg-2 {
		width: 100% !important;
	}

	div#section-4 .col-xs-6.col-sm-6.col-md-3.col-lg-3:nth-child(2n + 1) {
		clear: left;
	}

	div#section-1 .row.d-fl {
		display: block !important;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		font-size: 14px;
	}

	table.tg.hnh-price {
		width: 100% !important;
		max-width: 100% !important;
	}

	table.tg.hnh-price th,
	table.tg.hnh-price td {
		/* display: inline-grid; */
		/* width: 100%; */
	}

	table.tg.hnh-price a#nut-lh {
		width: 100% !important;
	}

	table.tg.hnh-price tr {
		width: 100% !important;
		max-width: 100% !important;
	}

	table.tg.hnh-price thead {
		width: 100% !important;
		max-width: 100% !important;
	}

	#section-dv-6 h2.tt-2 strong {
		font-size: 24px;
		display: block;
	}

	table.tg.hnh-price th,
	table.tg.hnh-price td {
		font-size: 12px;
		/* padding: 0px; */
	}

	table.tg.hnh-price th {
		padding: 0px;
	}

	table.tg.hnh-price {
		margin-top: 20px;
	}

	#section-dv-6 h2.tt-2 {
		font-size: 24px;
	}

	#section-dv-5 h2.tt-2 {
		font-size: 24px;
	}

	#section-dv-5 h2.tt-2 strong {
		font-size: 24px;
		display: block;
	}

	table.tg.hnh-price tr td {
		/* max-width: 100% !important; */
		/* width: 100% !important; */
	}

	#section-dv-5 .block-gird-5 {
		grid-template-columns: repeat(2, 1fr);
		/* text-align: center; */
		/* margin: 0 auto; */
		/* display: block; */
	}

	div#section-dv-1 .row.hnh-fl-center {
		display: block !important;
	}

	body div#section-dv-1 .block-info h2 {
		text-align: center;
		font-size: 24px;
	}

	body div#section-dv-1 .block-info h2 strong {
		font-size: 24px;
		display: block;
	}

	body div#section-dv-1 p.des-bold {
		font-size: 14px;
	}

	body div#section-dv-1 .block-info-item p {
		font-size: 14px;
	}

	body div#section-dv-2 h2.tt-2 strong {
		font-size: 24px;
	}

	#section-dv-3 .hidden-md.hidden-lg.hidden-sm .block-dv-3 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		/* CÄƒn chá»‰nh ná»&#x2122;i dung á»Ÿ hai Ä‘áº§u */
		height: 336px;
		/* Äáº£m báº£o Ä‘á»§ khÃ´ng gian cho cÃ¡c pháº§n tá»­ */
		/* CÃ¡c thuá»&#x2122;c tÃ­nh khÃ¡c cá»§a báº¡n */
	}

	.row.hidden-md.hidden-lg.hidden-sm .block-dv-3-item {
		/* CÃ¡c thuá»&#x2122;c tÃ­nh cáº§n thiáº¿t khÃ¡c */
	}

	#section-dv-3 .hidden-md.hidden-lg.hidden-sm .block-dv-3-item img,
	#section-dv-3 .block-dv-3-item h4 {
		display: inline-block;
		/* Äáº£m báº£o hÃ¬nh áº£nh vÃ  tiÃªu Ä‘á» náº±m trÃªn cÃ¹ng má»&#x2122;t dÃ²ng */
	}

	#section-dv-3 .hidden-md.hidden-lg.hidden-sm .block-dv-3-item p {
		margin-top: auto;
		color: #fff;
		/* font-family: SF Pro Text; */
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}

	#section-dv-3 .hidden-md.hidden-lg.hidden-sm .block-dv-3-item p {
		margin-top: auto;
		/* Äáº©y ná»&#x2122;i dung xuá»‘ng dÆ°á»›i cÃ¹ng cá»§a container */
	}

	.hnh-slider.timeline.lightSlider.lSSlide {
		height: auto !important;
	}

	.hnh-slider.timeline.lightSlider.lSSlide {
		/* height: auto !important; */
		margin: 0 auto;
	}

	#section-dv-3 ul.lSPager.lSpg {
		display: block !important;
	}

	.timeline-item {
		width: 100%;
		/* margin-right: 50px; */
		position: relative;
		background-image: none !important;
		background-repeat: no-repeat;
		background-position: top 25px left;
	}

	body .block-luuy {
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: start;
		color: #fff;
		height: auto !important;
	}

	div#section-dv-4 h2.tt-2 strong {
		font-size: 24px;
		display: block;
	}

	div#section-dv-4 h2.tt-2 {
		font-size: 24px;
		max-width: 100% !important;
	}

	body.single-dich-vu.postid-2689 div#section-2 .hnh-bg-number {
		top: calc(0% - 140px);
	}

	body.home div#section-2 .hnh-bg-number {
		top: calc(0% - 140px);
	}

	div#section-2 .block-slider .block-img {
		height: 333px;
	}

	#section-dv-3 .hidden-md.hidden-lg.hidden-sm .block-dv-3-item {
		width: 80%;
		margin: 0 auto;
	}

	body #section-dv-3 .hidden-md.hidden-lg.hidden-sm .block-dv-3-item img {
		margin-right: 10px;
		margin-bottom: 20px;
	}

	body div#section-dv-2 h2.tt-2 {
		font-size: 24px;
	}

	body div#section-dv-2 .block-dv-2 p {
		font-size: 14px;
	}

	body div#section-dv-3 h2.tt-2 {
		font-size: 24px;
	}

	body div#section-dv-3 h2.tt-2 strong {
		font-size: 24px;
		display: block;
	}

	body div#section-dv-1 p.des-bold-2 {
		font-size: 14px;
	}

	body.single-dich-vu.postid-2689 .home-slider h2 {
		font-size: 20px !important;
	}

	body.single-dich-vu.postid-2689 .gia {
		font-size: 74px !important;
	}

	body.single-dich-vu.postid-2689 .gia strong {
		font-size: 20px !important;
	}

	body.single-dich-vu.postid-2689 .home-slider h3 {
		font-size: 16px !important;
	}

	body.single-dich-vu.postid-2689 .home-slider p {
		font-size: 14px !important;
		text-align: center !important;
	}

	.col-xs-12.col-sm-4.col-md-4.col-lg-4.cot-1 img {
		width: 144px;
	}

	.cot-1 h2 {
		font-size: 20px;
	}

	.cot-1 p {
		font-size: 14px;
	}

	.col-xs-12.col-sm-4.col-md-4.col-lg-4.cot-1 {
		padding: 20px !important;
	}

	body .mt-mobi {
		margin-top: 30px;
	}

	div#section-2 {
		display: block !important;
	}

	div#section-2 {
		display: block !important;
		/* width: 70%; */
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 50px;
	}

	.col-xs-12.col-sm-12.col-md-12.col-lg-12.hnh-bg-fff {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	div#section-6 {
		padding-left: 15px;
		padding-right: 15px;
	}

	div#section-6 {
		padding-bottom: 20px !important;
	}

	h3.tt-main-sec-5 strong {
		display: block;
	}

	.col-xs-12.col-sm-2.col-md-2.col-lg-2 {
		margin-top: 15px;
	}

	#footer .block-copy .left {
		font-size: 10px;

		line-height: 45px;
	}

	.block-social a {
		margin-right: 10px;
	}

	#footer .block {
		display: flex;
	}

	.hnh-kh-mobi .col-xs-6 {
		margin-bottom: 30px;
		text-align: center;
	}

	.block-slider-post a {
		margin-right: 0px !important;
	}

	div#section-6 .col-xs-12.hidden-sm.hidden-md.hidden-lg {
		margin-top: 30px;
	}

	.cot-1 {
		height: auto !important;
	}

	div#section-4 .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
		margin-bottom: 20px;
	}

	div#section-6 h3.tt-main-sec-5 {
		font-size: 24px;
	}

	div#section-6 {
		padding-top: 0px;
	}

	div#section-5 .block-1.active {
		background: #ebeef1;
	}

	body #section-4 .block-so {
		display: block;
	}

	div#section-3 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	div#section-3 h3 {
		text-align: center;
		font-size: 24px;
	}

	div#section-3 h3 strong {
		font-size: 24px;
	}

	ul.lSPager.lSpg {
		display: none;
	}

	div#section-2 #nut-lh {
		text-align: center;
		margin: 0 auto;
	}

	div#section-2 .row.hnh-flex-center {
		display: block !important;
	}

	div#section-2 .block-slider.lslide.active {
		display: block !important;
	}

	body .row.mg-top-40 {
		margin-top: 20px;
	}

	body .row.mg-top-40 .col-xs-12 {
		/* margin-top: 20px; */
		text-align: center;
		/* margin: 0 auto; */
		display: flex;
		justify-content: center !important;
	}

	body .row.mg-top {
		margin-top: 0px !important;
		flex-wrap: wrap;
	}

	div#section-1 .mb-am:last-child .block-uu-diem {
		margin-bottom: 50px !important;
	}

	.block-about-us h2 {
		text-align: center;
		font-size: 24px;
	}

	.hnh-la.col-xs-12.col-sm-6.col-md-6.col-lg-6.mt-mobi {
		padding-left: 20%;
		padding-right: 20%;
	}

	.hnh-la.so-2.col-xs-12.col-sm-6.col-md-6.col-lg-6.mt-mobi {
		margin-top: 0px !important;
	}

	.block-icon-box {
		justify-content: start;
		margin-bottom: 20px;
	}

	body div#section-1 .block-uu-diem p {
		color: #434343;
		/* font-family: SF Pro Text; */
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}

	body .block-uu-diem {
		height: auto !important;
		margin-bottom: 175px !important;
	}

	body .block-content {
		text-align: center;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	body .home-slider .block-content h1 {
		color: #fff;
		text-align: center;
		font-family: Times New Roman;
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%;
		/* 46.8px */
		text-transform: uppercase;
	}

	body .block-content h2 {
		color: #fff;
		text-align: center;
		font-family: Times New Roman;
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%;
		/* 46.8px */
		text-transform: uppercase;
	}

	body .block-content h3 {
		color: #fff;
		text-align: center;
		font-family: Times New Roman;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%;
		/* 31.2px */
	}

	body .block-content p {
		color: #fff;
		text-align: justify !important;
		/* body text */
		/* font-family: SF Pro Text; */
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		/* 24px */
	}
}

.page-template-template-dich-vu .home-slider h2 {
	color: #fff;
	font-family: Times New Roman;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}

.page-template-template-dich-vu div#section-2 .hnh-bg-number {
	position: absolute;
	color: #efefef;
	/* font-family: UTM Avo; */
	font-size: 250px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	top: -2%;

	left: 0;
	z-index: 0;
}

.page-template-template-dich-vu div#section-2 ul.lSPager.lSpg {
	position: absolute;
	z-index: 9999999;
	right: 0;
	bottom: 28%;
}

.page-template-template-dich-vu .home-slider h3 {
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 31.2px */
	margin: 0px !important;
}

.page-template-template-dich-vu .home-slider p {
	color: #ebeef1;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

body.single-dich-vu.postid-2689 .gia {
	font-size: 120px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 156px */
	text-transform: uppercase;
	background: linear-gradient(87deg, #ae631e -15.75%, #f8b755 83.46%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.single-dich-vu.postid-2689 .gia strong {
	background: linear-gradient(87deg, #ae631e -15.75%, #f8b755 83.46%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	leading-trim: both;
	text-edge: cap;

	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}

div#section-dv-1 {
	padding: 50px 0px;
}

div#section-dv-1 .row.hnh-fl-center {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

div#section-dv-1 .block-info h2 strong {
	color: #d81620;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 54px */
	text-transform: uppercase;
}

div#section-dv-1 .block-info h2 {
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}

div#section-dv-1 p.des-bold {
	color: #434343;
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

div#section-dv-1 .block-info-item {
	display: flex;
	align-items: start;
}

div#section-dv-1 .block-info-item img {
	margin-right: 10px;
}

div#section-dv-1 .block-info-item p:hover {
	color: #d81620;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

div#section-dv-1 .block-info-item p {
	color: #434343;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

div#section-dv-1 .block-info-item {
	margin-bottom: 20px;
}

div#section-dv-1 p.des-bold-2 {
	color: #434343;
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 24px */
}

div#section-dv-2 h2.tt-2 {
	text-align: center;
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 30px;
}

div#section-dv-2 h2.tt-2 strong {
	color: #d81620;
	text-align: center;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 54px */
	text-transform: uppercase;
}

div#section-dv-2 .block-dv-2 {
	display: flex;
	align-items: start;
	margin-bottom: 20px;
}

div#section-dv-2 .block-dv-2 img {
	margin-right: 10px;
}

div#section-dv-2 .block-dv-2 p {
	color: #434343;
	text-align: justify;
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

div#section-dv-3 .col-xs-6.col-sm-4.col-md-4.col-lg-4.active .block-dv-3 p {
	color: #fff;
	text-align: center;
	/* body text */
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

div#section-dv-3 .col-xs-6.col-sm-4.col-md-4.col-lg-4.active .block-dv-3 {
	padding: 25px;
}

div#section-dv-3 .col-xs-6.col-sm-4.col-md-4.col-lg-4 .block-dv-3 {
	display: flex;
	align-items: self-end;
	justify-content: center;
}

div#section-dv-3 .col-xs-6.col-sm-4.col-md-4.col-lg-4.active .block-dv-3 {
	align-items: center !important;
}

div#section-dv-3
	.col-xs-6.col-sm-4.col-md-4.col-lg-4
	.block-dv-3
	.block-dv-3-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

div#section-dv-3
	.col-xs-6.col-sm-4.col-md-4.col-lg-4
	.block-dv-3
	.block-dv-3-item
	img {
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

div#section-dv-3 h2.tt-2 {
	color: #0b387a;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	text-align: center;
}

div#section-dv-3 {
	padding: 50px 0px;
}

a#nut-lh {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

header#masthead .row {
	display: flex;
	align-items: center;
}

.hrm-sticky-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	border-radius: 0px !important;
	width: 100% !important;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

div#section-dv-3 h2.tt-2 strong {
	color: #d81620;
	text-align: center;
	font-family: Times New Roman;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 54px */
	text-transform: uppercase;
}

div#section-dv-3 .col-xs-6.col-sm-4.col-md-4.col-lg-4 {
	margin-bottom: 20px;
}

div#section-dv-3 .block-dv-3-item h4 {
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 33.03px;
	/* 150.136% */
	letter-spacing: 0.315px;
}

.timeline {
	display: flex;
	flex-direction: row;
	/* Äá»•i hÆ°á»›ng tá»« ngang sang dá»c */
	padding: 20px;
	overflow-x: hidden;
	/* Chá»‰nh sá»­a náº¿u cáº§n */
	overflow-y: auto;
	/* Cho phÃ©p cuá»&#x2122;n dá»c náº¿u cáº§n */
}

.timeline-item {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
	/* margin-right: 50px; */
	position: relative;
	background-image: url(https://luatankhang.websitedemo2.click/wp-content/uploads/2023/12/Line-45.png);
	background-repeat: no-repeat;
	background-position: top 25px left;
}

.timeline-content h2 {
	color: #0b387a;

	/* font-family: SF Pro Text; */
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 133.333% */
}

.timeline-content p {
	color: #495661;

	/* font-family: SF Pro Text; */
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/* 128.571% */
}

.timeline-content p strong {
	background: linear-gradient(265deg, #0b387a 0%, #d81620 146.74%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	/* margin-top: -10px; */
	margin-bottom: 5px !important;
}

.timeline-content {
	text-align: left;
	padding: 5px;
	padding-top: 0px !important;
}

.timeline-item::after {
	content: "";
	position: absolute;
	top: 40px;
	/* Khoáº£ng cÃ¡ch tá»« Ä‘á»‰nh cá»§a .timeline-icon */
	left: 19.5px;
	/* Äáº·t ngay sau .timeline-item */
	width: 2px;
	/* Äá»&#x2122; rá»&#x2122;ng cá»§a Ä‘Æ°á»ng gáº¡ch */
	height: 50px;
	/* Äá»&#x2122; cao, Ä‘iá»u chá»‰nh Ä‘á»ƒ phÃ¹ há»£p vá»›i layout */
	background-color: #0b387a;
	z-index: 9;
}

.timeline-item:last-child {
	background-image: none;
}

.block-luuy {
	display: flex;
	align-items: center;
	justify-content: start;
	color: #fff;
}

.block-luuy ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

.block-luuy ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

.block-luuy ul li {
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%;
	/* 21px */
	margin-bottom: 10px;
}

.block-luuy h3 {
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%;
	/* 54px */
	text-transform: uppercase;
}

.block-luuy p {
	color: #fff;
	/* font-family: SF Pro Text; */
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%;
	/* 21px */
}

.timeline-content {
	margin-top: 60px;
}

.timeline-content h2 {
	margin: 0px !important;
}

.timeline-item::before {
	content: "";
	position: absolute;
	top: calc(35px + 53px);
	left: 18px;
	width: 5px;
	height: 5px;
	background-color: #0b387a;
	border-radius: 50%;
	z-index: 1;
}

.timeline-icon {
	border: 2px solid #0b387a;
	color: #fff;
	border-radius: 50%;
	/* padding: 10px; */
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 37px;
	z-index: 1;
	color: #0b387a;
	leading-trim: both;
	text-edge: cap;
	/* font-family: SF Pro Text; */
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	background: #fff;
	position: relative;
	z-index: 99;
}

.timeline-content p {
	color: #495661;
	leading-trim: both;
	text-edge: cap;
	/* font-family: SF Pro Text; */

	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.timeline-content h2 {
	color: #0b387a;
	leading-trim: both;
	text-edge: cap;
	/* font-family: SF Pro Text; */
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

div#content figure {
	width: 100% !important;
	max-width: 100% !important;
}

.timeline-content {
	text-align: left;
}

.hnh-hover-container {
	position: relative;
}

.hnh-hover-container .image {
	display: block;
	width: 100%;
	height: auto;
}

.hnh-hover-container .block-dv-3-item {
	padding-left: 20px;
	padding-right: 20px !important;
	bottom: 15%;
	/* align-content: space-between !important; */
	z-index: 1;
	display: flex;
	align-items: center;
	max-width: 100% !important;
	margin: 0 auto;
	justify-content: center;
	position: absolute;
}

.hnh-hover-container .block-dv-3-item img {
	margin-right: 10px;
}

.hnh-hover-container .overlay {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	border-radius: 20px;
	transition: 0.5s ease;
	background: linear-gradient(265deg, #0b387a 0%, #d81620 146.74%);
}

.hnh-hover-container:hover .overlay {
	opacity: 1;
}

.hnh-hover-container .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 100%;
	text-wrap: wrap;
	width: 95%;
}

.page-header .dcell h1.page-title {
	color: #fff !important;
	margin-bottom: 10px;
}

header.entry-header-outer nav.rank-math-breadcrumb a:hover {
	color: #0b387a !important;
	text-decoration: underline !important;
	transition: 0.2s;
}

body .entry a {
	font-weight: bold;
}

body .entry a:hover {
	text-decoration: underline !important;
}

header.entry-header-outer nav.rank-math-breadcrumb {
	color: #000 !important;
}

nav.rank-math-breadcrumb {
	color: #fff !important;
}

nav.rank-math-breadcrumb a {
	color: #fff;
}

table.kkm-price tr,
table.kkm-price td,
table.kkm-price th {
	border: none;
}

table.kkm-price {
	margin-bottom: 40px;
	margin-top: 50px;
}

table.kkm-price th {
	background: #0494e5;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 16px 18px;
}

table.kkm-price td + td,
table.kkm-price th + th {
	text-align: center;
}

table.kkm-price td {
	font-size: 14px;
	font-weight: 600;
	padding: 16px 18px;
}

.table-wrapper {
	overflow-y: hidden;
	overflow-x: auto;
}

@media (max-width: 1024px) {
	table.kkm-price th,
	table.hnh-price.hnh-price-2 tr.tg-gia td,
	table.hnh-price.hnh-price-2 tr th {
		font-size: 15px;
	}

	table.hnh-price.hnh-price-2 tr th:first-child,
	table.hnh-price.hnh-price-2 tr.tg-gia td:first-child {
		font-size: 15px;
	}

	table.hnh-price.hnh-price-2 tr td,
	table.hnh-price.hnh-price-2 tr th {
		padding: 8px 8px;
	}

	table.hnh-price.hnh-price-2 tr th + th,
	table.hnh-price.hnh-price-2 tr td + td {
		text-align: center;
		width: 74px;
	}

	table.kkm-price td,
	table.tg.hnh-price.hnh-price-2 td {
		font-size: 14px;
		/* padding: 0px; */
	}

	table.tg.hnh-price.hnh-price-2 td:first-child {
		font-size: 14px;
	}

	table.tg.hnh-price.hnh-price-2 td:first-child b {
		font-size: 14px;
	}
}

/* === Pricing Cards UI (custom) === */
.pricing-cards {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 32px 0;
}
.pricing-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
	padding: 32px 24px 24px 24px;
	width: 320px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #e6e6e6;
	transition: box-shadow 0.2s;
}
.pricing-card:hover {
	box-shadow: 0 8px 32px rgba(21, 84, 163, 0.12);
	border-color: #cde9ff;
}
.pricing-card h3 {
	color: #1554a3;
	font-size: 1.3rem;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pricing-card .price {
	font-size: 2rem;
	color: #de763b;
	margin: 12px 0 18px 0;
	font-weight: bold;
}
.pricing-card ul {
	text-align: left;
	margin: 0 0 16px 0;
	padding: 0 0 0 0px !important;
	width: 100%;
	color: #333;
	font-size: 1rem;
}
.pricing-card ul li {
	margin-bottom: 8px;
	line-height: 1.5;
}
.pricing-card .btn-contact {
	background: #1554a3;
	color: #fff;
	border-radius: 24px;
	padding: 10px 32px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
	margin-top: 10px;
	transition: background 0.2s;
	display: inline-block;
}
.pricing-card .btn-contact:hover {
	background: #de763b;
	color: #fff;
}
@media (max-width: 900px) {
	.pricing-cards {
		gap: 16px;
	}
	.pricing-card {
		width: 90vw;
		max-width: 350px;
	}
}
@media (max-width: 600px) {
	.pricing-cards {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	.pricing-card {
		width: 98vw;
		max-width: 91vw;
		padding: 20px 8px 16px 8px;
	}
	.pricing-card h3 {
		font-size: 1.1rem;
	}
	.pricing-card .price {
		font-size: 1.3rem;
	}
	.pricing-card ul {
		font-size: 0.95rem;
	}
}
