#header #wide-nav {
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
}
table td a.link{
	display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    background: linear-gradient(270deg, #ff1f1f 0%, rgba(255, 105, 105, 0.932292) 50%, #ff1f1f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.hotline_phone {
	display: flex;
	align-items: center;
	background: linear-gradient(
		270deg,
		#ff1f1f 0%,
		rgba(255, 105, 105, 0.932292) 50%,
		#ff1f1f 100%
	);
	border-radius: 30px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	height: 36px;
	padding: 0px 20px;
}
#header .hotline {
	display: flex;
}
#header .hotline span {
	font-size: 1rem;
	font-weight: bold;
	line-height: 33px;
	background: linear-gradient(
		270deg,
		#ff1f1f 0%,
		rgba(255, 105, 105, 0.932292) 50%,
		#ff1f1f 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-right: 10px;
}

#header #wide-nav .sub-menu a {
	color: #025899;
}

#header #wide-nav .sub-menu a:hover {
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
}
.absolute-footer {
	display: none;
}

.footer-2 .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #025899;
}
#footer .widget-title {
	color: #025899;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.125em;
}
#footer .section-title-normal,
#footer .section-title-normal span {
	border-bottom: unset;
}
#footer .is-divider {
	visibility: hidden;
}
#footer .section-title-container {
	margin-bottom: 0.5em;
}
#footer .l-address li {
	color: #025899;
}
.footer-1 {
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
}
#footer ul li {
	border-top: unset;
}
.custom-button,.custom-button-mb{
	display: inline-flex;
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    color: #025899;
    height: 42px;
    align-items: center;
    justify-content: center;
    
    background: linear-gradient(90deg, #dfaa23 0%, #fbf08d 47.92%, #dfaa23 100%);
    border-radius: 20px;
    border: none;
    text-wrap: nowrap;
}
.custom-button span,.custom-button-mb span{
	font-weight: 700;
    font-size: 22px;
    line-height: 42px!important;
    color: #025899;
	padding: 0 32px;
}
#footer #menu-menu-footer a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #025899;
	padding-left: 27px;
	background: url(../images/ico_arrow_menu.svg) no-repeat left center;
	padding-bottom: 0;
	padding-top: 0;
}
#footer #menu-menu-footer a:hover {
	text-decoration: underline;
}

#footer p,
#footer li {
	margin-bottom: 8px;
}
@media screen and (min-width: 850px) {
/* 	.home .header .header-inner.flex-row {
		padding: 0 8%;
	} */
	.footer-1 #block_widget-2,
	.footer-1 #nav_menu-3 {
		flex-basis: 25%;
		max-width: 25%;
	}
	.footer-1 #custom_html-3 {
		flex-basis: 48%;
		max-width: 48%;
	}
	.l-demo_item .demo-info_name .name{
		width: 70%;
	}
}

.row-form .wpcf7-form input[type="email"],
.row-form .wpcf7-form input[type="number"],
.row-form .wpcf7-form input[type="search"],
.row-form .wpcf7-form input[type="tel"],
.row-form .wpcf7-form input[type="text"],
.row-form .wpcf7-form input[type="url"],
.row-form .wpcf7-form textarea {
	background: #ffffff;
	border: 1px solid #025899;
	border-radius: 30px;
	height: 42px;
	color: #2b2b2b;
	padding: 0 17px;
	appearance: none;
	box-shadow: none;
	width: 100%;
	margin-bottom: 20px;
}

.row-form p.primary-color {
	margin-bottom: 10px;
}
.g-map {
	height: 230px;
	overflow: hidden;
}
.co-so .title {
	font-size: 1.25rem;
	line-height: 32px;
	color: #025899;
	padding-bottom: 4px;
	border-bottom: 1px solid #025899;
	margin-bottom: 16px;
}
.maps-info address {
	line-height: 27px;
	padding-left: 40px;
	background: url(../images/ico_location_bl.svg) no-repeat left top 4px;
	font-style: normal;
	margin-bottom: 7px;
}
.maps-info .phone {
	line-height: 27px;
	padding-left: 40px;
	background: url(../images/ico_phone_bl.svg) no-repeat left top 4px;
}
.section.contact-mb {
	padding-left: 20px;
	padding-right: 20px;
}
.row-form input[type="submit"],
.row-form input[type="submit"].button {
	display: block;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 32px;
	color: #025899;
	height: 32px;
	padding: 0 32px;
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	border-radius: 32px;
	border: none;
	margin: 0 auto;
}
.row-form input[type="submit"]:hover,
.row-form input[type="submit"].button:hover {
	background: linear-gradient(
		90deg,
		#ffe4a0 0%,
		#fbf08d 47.92%,
		#ffe4a0 100%
	);
	color: #025899;
}
@media screen and (min-width: 768px) {
	.contact-information .col {
		padding-bottom: 0;
	}
}
.box-title-cat {
	margin-top: 30px;
}
.box-title-cat h2 {
	text-align: center;
	font-size: 1.875rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 45px;
	color: #025899;
	margin-bottom: 30px;
}
.cat-row {
	padding-top: 40px;
	padding-bottom: 40px;
}
.cat-name {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #025899;
	display: inline-block;
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	border-radius: 20px;
	padding: 5px 16px;
}
.cat-row .title-post {
	margin-top: 18px;
	margin-bottom: 14px;
}
.cat-row .excerpt {
	margin-bottom: 20px;
}

.cat-row a.xem-them {
	background: #025899;
	color: #fff;
	border-radius: 32px;
	border: none;
	height: 32px;
	padding: 8px 20px;
}
.cat-row a.xem-them:hover {
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	color: #025899;
}
.cat-row .thumb {
	position: relative;
}
.cat-row .thumb img {
	border-radius: 20px;
	overflow: hidden;
}
.cat-row .post-video .thumb:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	z-index: 2;
	font-family: "Font Awesome 6 Pro";
	font-size: 20px;
	color: var(--fs-color-primary);
	content: "\f04b";
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 1px 4px #ddd;
}
.category-posts .post .info-post {
	margin-top: 20px;
}
.cat-row .pagination {
	width: 100%;
}
.cat-row .excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cat-row .pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cat-row .pagination .nav-links .page-numbers {
	color: #025899;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid;
	margin: 0 10px;
	position: relative;
}
.cat-row a.prev.page-numbers,
.cat-row a.next.page-numbers {
	font-size: 0;
}
.cat-row a.prev.page-numbers:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 6 Pro";
	content: "\f053";
	font-size: 18px;
}
.cat-row a.next.page-numbers:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 6 Pro";
	content: "\f054";
	font-size: 18px;
}
.cat-row .pagination .page-numbers:hover {
	background: #025899;
	color: #fff;
	border-color: #025899;
}
.cat-row .pagination .page-numbers.current {
	background: #025899;
	color: #fff;
	border-color: #025899;
}
.khoi-cuoi-bai .title {
	font-size: 1.124rem;
	font-weight: bold;
}
.khoi-cuoi-bai .social-icons .button.icon {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.khoi-cuoi-bai .l-address li {
	list-style-type: none;
}
.khoi-cuoi-bai .l-address li span {
	color: var(--fs-color-primary);
}
.l-outstand .ux-menu-link {
	position: relative;
	margin-bottom: 15px !important;
}
.l-outstand .ux-menu-link a {
	display: block;
	font-size: 18px;
	line-height: 27px;
	padding: 8px 15px;
	background: #e4f4ff;
	color: #2b2b2b;
}
.l-outstand .ux-menu-link::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	z-index: 1;
}
.khoi-cuoi-bai .form-2 {
	margin-top: 30px;
	border: 1px solid var(--fs-color-primary);
	border-radius: 20px;
	overflow: hidden;
}
.form-2 .f-title {
	background: var(--fs-color-primary);
	border: 1px solid var(--fs-color-primary);
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	line-height: 33px;
	padding: 12px 0px 7px;
}
.form-2 .f-title strong {
	display: block;
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-top: 2px;
}
.form-2 form {
	background: url(../images/bg_form.jpg) no-repeat;
	padding: 30px;
	margin-bottom: 0;
	background-size: cover;
}
.form-2 label {
	display: block;
	font-size: 1.125rem;
	line-height: 27px;
	color: var(--fs-color-primary);
	margin-bottom: 13px;
	text-align: left;
}
.form-2 span#subscribe_select {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-2 span.wpcf7-list-item {
	width: 48%;
	display: block;
	margin: 0;
	text-align: left;
	margin-right: unset !important;
}
.form-2 .wpcf7-list-item-label {
	font-size: 1rem;
	line-height: 24px;
	color: var(--fs-color-primary);
	position: relative;
	padding-left: 5px;
}
.form-2 input[type="submit"],
.form-2 input[type="submit"].button {
	display: block;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 32px;
	color: #025899;
	height: 32px;
	padding: 0 32px;
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	border-radius: 32px;
	border: none;
	margin: 0 auto;
	width: 100%;
}
.form-2 input[type="submit"]:hover,
.form-2 input[type="submit"].button:hover {
	background: linear-gradient(
		90deg,
		#ffe4a0 0%,
		#fbf08d 47.92%,
		#ffe4a0 100%
	);
	color: #025899;
}
#popup-dang-ky,
#popup-banner {
	padding: 0;
	background: transparent;
}
#popup-dang-ky .icon-calender,
#popup-banner .icon-calender {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	width: 60px;
	height: 60px;
}
#popup-dang-ky .form-popup,
#popup-banner .form-popup {
	border-radius: 32px;
	overflow: hidden;
}

.title-grad {
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.form-popup .title-grad {
	margin-bottom: 15px;
}
#popup-dang-ky p,
#popup-banner p {
	margin-bottom: 15px;
}
#popup-dang-ky select#subscribe_quantam,
#popup-banner select#subscribe_quantam {
	background: #ffffff;
	border: 1px solid #025899;
	border-radius: 30px;
	height: 42px;
	color: #2b2b2b;
	padding: 0 17px;
	appearance: none;
	box-shadow: none;
	width: 100%;
}
#popup-dang-ky .wpcf7-form input[type="tel"],
#popup-dang-ky .wpcf7-form input[type="text"] {
	background: #ffffff;
	border: 1px solid #025899;
	border-radius: 30px;
	height: 42px;
	color: #2b2b2b;
	padding: 0 17px;
	appearance: none;
	box-shadow: none;
	width: 100%;
	margin-bottom: 20px;
}
#popup-dang-ky input.wpcf7-submit,
#popup-banner input.wpcf7-submit {
	display: block;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 32px;
	color: #025899;
	height: 32px;
	padding: 0 32px;
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	border-radius: 32px;
	border: none;
	margin: 0 auto;
	width: 100%;
}
.button-popup {
	display: inline-block;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 42px;
	color: #025899;
	height: 42px;
	padding: 0 40px;
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	border-radius: 32px;
	border: none;
	margin: 0 auto;
}

.sec-form-ngang .section-content > .row {
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	border-radius: 32px;
	padding: 10px 20px;
}
.sec-form-ngang .section-content p {
	margin-bottom: 0;
}
.sec-form-ngang .section-content form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	flex-wrap: wrap;
}
.sec-form-ngang .section-content form p:nth-of-type(1) {
	width: 70%;
	display: inline-flex;
}
.sec-form-ngang .section-content form p:nth-of-type(1) > span {
	margin-right: 20px;
}
table.table-common th, table.table-common td{
	border: 1px solid #025899;
}

@media (max-width: 767px) {
	.sec-form-ngang .section-content form p:nth-of-type(1) {
		width: 100%;
		display: block;
	}
	.sec-form-ngang .section-content p {
		display: block;
		width: 100%;
		text-align: center;
	}
	.wpcf7-spinner {
		display: none;
	}
	.sec-form-ngang .section-content form input {
		margin: 10px 0;
	}
	.sec-form-ngang .section-content > .row {
		padding: 35px 20px;
	}
	.sec-form-ngang .section-content form p:nth-of-type(1) > span {
		margin-right: 0;
	}
}

.sec-form-ngang .section-content form input {
	margin-bottom: 0;
	border-radius: 15px;
}
.sec-form-ngang .section-content form input[type="submit"] {
	padding: 0 30px;
	border-radius: 20px;
}
.l-check li {
	line-height: 33px;
	padding-bottom: 10px;
	text-align: justify;
}
.l-check li {
	list-style-type: none;
}
.l-check li {
	font-size: 18px;
	line-height: 27px;
	padding-left: 35px;
	background: url(../images/ico_check.svg) no-repeat left top 3px;
}
.form-dv {
	border-radius: 20px;
	overflow: hidden;
}
.form-dv form {
	margin-bottom: 0;
}
.form-dv input[type="text"],
.form-dv input[type="tel"] {
	background: #ffffff;
	border: 1px solid #025899;
	border-radius: 30px;
	height: 42px;
	font-size: 18px;
	line-height: 27px;
	color: #2b2b2b;
	padding: 0 17px;
	appearance: none;
	box-shadow: none;
	width: 100%;
}
.form-dv input[type="submit"] {
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #025899;
	padding: 0 32px;
	background: linear-gradient(
		90deg,
		#dfaa23 0%,
		#fbf08d 47.92%,
		#dfaa23 100%
	);
	border-radius: 32px;
	border: none;
	width: 60%;
	text-wrap: nowrap;
	margin: 10px auto 0;
}
.form-dv .col-inner .img,
.form-dv .col-inner .img .img-inner {
	width: 100%;
	height: 100%;
}
.form-dv .col-inner .img .img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#popup-banner input[type="text"],
#popup-banner input[type="tel"]{
	border-radius: 32px;
}

div#contact-menu {
    position: fixed;
    z-index: 3;
    right: 25px;
    top: 10vw;
    width: 80px;
    text-align: center;
    box-shadow: 0 19px 35px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    border-radius: 35px;
    padding: 25px 0 20px;
    background: #fff;
}

div#contact-menu ul {
    list-style: none;
    padding: 0;
}

div#contact-menu ul li {
    padding: 2px 0;
}

div#contact-menu ul li a {
    font-size: 14px;
    white-space: nowrap;
    color: #0d6799;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

div#contact-menu ul li a img {
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    div#contact-menu {
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        padding: 10px 0 1px;
        background: #025899;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 30px 30px 0px 0px;
    }

    div#contact-menu > ul {
        display: flex;
        flex-direction: row;
    }

    div#contact-menu > ul > li {
        width: 25%;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    div#contact-menu > ul > li img {
        height: 35px;
    }

    div#contact-menu > ul > li a {
        color: #fff;
        font-weight: normal;
    }
}

.is-pc {
    display: block;
}
.is-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .is-pc {
        display: none!important;
    }
	.is-sp {
        display: block;
    }
}


@media screen and (max-width: 849px) {
	.nav .menu-item-has-children > a {
        pointer-events: all; 
    }
	#header .header-inner {
		width: 100%;
		background: #025899;
		padding: 10px 20px;
	}
	#header .medium-logo-left .flex-right {
		flex: unset;
	}
	#header #logo {
		width: 100px;
	}
	#header .header-main li.html.custom {
		display: block;
	}
	#header .header-main li.html.custom .button,
	#main-menu .header-button-1 a.button {
		display: block;
		font-weight: 700;
		font-size: 0.85rem;
		color: #025899;
		line-height: 42px;
		height: 42px;
		padding: 0 20px;
		background: linear-gradient(
			90deg,
			#dfaa23 0%,
			#fbf08d 47.92%,
			#dfaa23 100%
		);
		border-radius: 32px;
		border: none;
		margin: 0 auto;
	}
	#header.sticky-jump .header-main li.html.custom .button{
		
	}
	#main-menu .header-button-1 a.button {
		font-size: 1.125rem;
		padding: 5px 20px;
		line-height: 1.4;
	}
	#header .nav > li > a > i.icon-menu {
		font-size: 2.2em;
		color: #fff;
	}
	#main-menu .nav > li > a {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		color: #025899;
		text-transform: uppercase;
	}
	#main-menu .nav-sidebar.nav-vertical > li + li {
		border-top: unset;
	}
	#main-menu .searchform .button.icon {
		background-color: #025899 !important;
		border-radius: 0 20px 20px 0;
		padding: 0 20px;
	}
	#main-menu .searchform .button.icon i {
		color: #fff;
	}
	#footer .footer-1 div#block_widget-2 {
		order: 3;
	}
}
