<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Modal event*/
/* The Modal (background) */
.modal {
	display: block; /* Hidden by default */
	position: fixed; /* Stay in place */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
	z-index: 1000;
}

.modal img {
	aspect-ratio: 5/3;
}

.width-74 {
	width: 74%;
}

/* The Modal mini (background) */
.modal-mini-size {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	right: 0;
	bottom: 0;
	overflow: auto; /* Enable scroll if needed */
	z-index: 999;
}

/* Modal Content/Box */
.modal-content {
	background-color: transparent;
	margin: 10% auto; /* 15% from the top and centered */
	border: 1px solid #fff;
	width: 50%; /* Could be more or less, depending on screen size */
}

.modal-content-mini-size {
	background-color: transparent;
	float: right;
	border: 1px solid #fff;
	width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close::before, .close::after {
	background-color: white !important;
}

.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.modal-content {
		width: 80%;
	}
}
/*End modal event*/

/*Card*/
/* Float four columns side by side */
.column-section1 {
	float: left;
	margin: 0 1%;
	width: 31%;
	height: 100%;
	/* padding: 0 20px; */
}

.column-thong-ke {
	float: left;
	margin: 0;
	width: 33%;
	/* padding: 0 20px; */
}

.alter-row-section1 {
	width: 100%;
}

.alter-row-tk {
	margin-left: 3%;
	min-width: 70%;
}
/* Remove extra left and right margins, due to padding in columns */
.parent {
	max-width: 100%;
	/* margin: 0px; */
	margin: 0 12.25%;
	z-index: 10;
}

.row-section1 {
	/* padding: 0 11%; */
	display: flex;
	position: relative;
	justify-content: center;
	z-index: 10;
	min-height: 239px;
}

.banner-id-biz {
	position: relative;
	display: none;
}

.spec-quote {
	color: #F37032;
}

.row-tk {
	/* padding: 0 11%; */
	display: flex;
	position: relative;
	justify-content: center;
	z-index: 10;
}

.content {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
}
/* Clear floats after the columns */
.row-section1:after {
	content: "";
	display: table;
	clear: both;
}
/* Style the counter cards */
.card-section1 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	/* this adds the "card" effect */
	height: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}

.card-section1 .card-sub {
	min-height: unset;
}

.card-tk {
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 10%;
	width: 50%;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}

.logo-section1 {
	justify-self: flex-start;
	/* cursor: pointer; */
	display: flex;
	padding-top: 5%;
	align-items: center;
	margin-left: 10%;
	min-height: 94px;
	/* max-width: 57px; */
	text-decoration: none;
}

.logo-tk {
	justify-self: flex-start;
	/* cursor: pointer; */
	display: flex;
	align-items: center;
	min-height: 40px;
	/* max-width: 57px; */
	text-decoration: none;
}

.title-section1 {
	justify-self: flex-start;
	margin: 0 10%;
	font-size: 1.9rem;
	font-weight: bold;
	/* cursor: pointer; */
	display: flex;
	text-align: left;
	min-height: 75px;
	padding-top: 5%;
	/* align-items: center; */
	text-decoration: none;
}

.title-thong-ke {
	justify-self: flex-start;
	margin: 0;
	font-size: 4rem;
	font-weight: 500;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	/* cursor: pointer; */
	display: flex;
	text-align: left;
	/* align-items: center; */
	text-decoration: none;
}

.btn-card {
	justify-self: flex-start;
	margin: 0% 10%;
	cursor: pointer;
	padding-top: 5%;
	display: flex;
	bottom: 0px;
	font-size: 1.6rem;
	/* align-items: center; */
	text-decoration: none;
}

.img, .user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#person1 {
	background-image: url(../../../themes/img/person_1.jpg);
}

#person2 {
	background-image: url(../../../themes/img/person_2.jpg);
}

#person3 {
	background-image: url(../../../themes/img/person_3.jpg);
}

#person4 {
	background-image: url(../../../themes/img/person_4.jpg);
}

#person5 {
	background-image: url(../../../themes/img/person_5.jpg);
}

.comment-img-bound img {
	padding: 0px !important;
	height: 100% !important;
	float: right;
}

.cnt-thong-ke {
	justify-self: flex-start;
	display: flex;
	bottom: 0px;
	margin-top: 3%;
	font-weight: '500';
	font-size: 1.8rem;
	text-align: left;
	/* align-items: center; */
	text-decoration: none;
}

.arr {
	content: \27F6;
	size: large;
	color: blue;
}
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 1280px) and (min-width: 992px) {
	.row-section1 {
		margin: 0;
		position: relative;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
	.row-section1 {
		margin: 0;
		position: relative;
	}
}

@media screen and (max-width: 991px) {
	.row-section1 {
		margin: 0;
		position: relative;
	}
	.banner-id-biz {
		position: relative;
		display: block;
	}
	.banner-id {
		padding: 0;
		padding-bottom: 5px;
	}
	.banner-biz {
		padding: 0;
	}
	.column-section1 {
		width: 100%;
		display: block;
		height: auto;
		margin: 0;
		margin-bottom: 20px;
	}
	.column-thong-ke {
		width: 100%;
		display: block;
		height: auto;
		margin-bottom: 20px;
	}
	.btn-card {
		font-size: 1.4rem;
		margin-bottom: 3%;
		margin-left: 3%;
	}
	.card-section1 {
		display: flex;
	}
	.contain-img {
		width: 85%;
		height: auto;
	}
	.logo-section1 {
		margin-left: 3%;
		padding-top: 3%;
		min-width: 30%;
	}
	.title-section1 {
		margin: 0 3%;
		font-size: 1.5rem;
	}
	.card-sub {
		justify-self: flex-end;
	}
	.title-thong-ke {
		font-size: 3.2rem;
	}
}
/*Card end*/
/*Title*/
.title-section {
	font-weight: 800;
	color: #133c8b;
	font-size: 4rem;
	font-family: inherit;
	text-align: center;
	margin: 2% 0;
}

@media screen and (max-width: 991px) {
	.title-section {
		font-size: 2rem;
		margin-bottom: 5%;
		margin-top: 3%;
	}
}
/*Title end*/
/*Search bar*/
.search-bar {
	display: flex;
	justify-content: center;
	min-height: 54px;
}

form {
	width: 100%;
	display: contents;
}

form .btn {
	background-color: #D73938;
}

form .input-group .form-control {
	box-shadow: unset;
}

.submit-search {
	vertical-align: super;
	font-weight: 300;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #041F3C;
	height: 100%;
	border: none;
	align-content: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 2px;
}

.container-bound-index {
	margin: 1% 5% 1% 5%;
	;
}

.line {
	margin-top: 5%;
	margin-right: 16.025%;
	margin-left: 16.025%;
	min-height: 10%;
	border-bottom: 2px solid darkgray;
}

.form-select {
	color: black;
	height: 100%;
	background-color: #fff;
}

.owl-carousel .owl-item img {
	display: inline;
}

.logo-in-slide img {
	max-width: 226.47px;
}

.input-group {
	display: flex;
	width: 70%;
	border: 0.1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	margin-right: 10px;
}

.input-group input {
	border: none;
	-webkit-appearance: none;
}

.input-group-append select {
	border: 0px;
	outline: 0px;
}

.input-group-append {
	min-height: 100%;
	margin-right: 5px;
}

.input-group .form-control {
	min-height: 100%;
}

.dropdown-toggle {
	background-color: #fff;
	color: black;
}

.dropdown-menu {
	z-index: 15;
}

@media screen and (max-width: 991px) {
	.input-group-append {
		min-height: 100%;
		height: auto;
	}
	.search-bar {
		display: block;
	}
	.input-group {
		width: 90%;
		margin: auto;
		margin-bottom: 5px;
		margin-top: -5px;
	}
	.input-group-append select {
		width: 100px;
	}
}
/*Search bar end*/
/*Section1*/
.content-section1 {
	display: flex;
	padding-top: 5%;
}

.content-section1-begin {
	display: flex;
	padding-top: 3%;
}

.bounder-img-reason {
	margin-bottom: 3%;
}

.bounder-img-reason img {
	max-width: 87px;
	max-height: 87px;
}

.column {
	width: 100%;
	padding-left: 5%;
}

.title-reason {
	color: #ff6347;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 3%;
}

.content-reason {
	text-align: justify;
	font-weight: 450;
	font-size: 1.6rem;
	color: black;
}

.content-section-01 {
	display: flex;
	padding-top: 5%;
	margin: 0 10%
}

.contain-img {
	min-width: 30%;
}

.contain-img img {
	height: 350px;
}

#featured-carousel {
	height: 100%;
}

.column-section {
	width: 60%;
	margin: 0;
}

.img-section1 img {
	padding-top: 15%;
	width: 100%;
	padding-left: 15px;
}

.card-section3 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	/* this adds the "card" effect */
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	width: 80%;
	margin: auto;
	height: 100%;
	transform: scale(0.99);
}

@media screen and (max-width: 991px) {
	.column {
		padding-left: 0;
	}
	.benefit {
		display: none;
	}
	.img-section1 {
		display: none;
	}
	.content-section1 {
		display: block;
		text-align: center;
	}
	.content-section1-begin {
		display: block;
		text-align: center;
	}
	.column-section {
		width: 100%;
	}
	.content {
		text-align: center;
	}
}

.col-lg-4.col-md-6.col-sm-6.col-xs-12 .logo-section-page2  img {
	padding-left: 0;
}

#featured-carousel .owl-item {
	opacity: 0;
}

#featured-carousel .owl-item.active {
	opacity: 1;
}

.header-top__bound {
	display: table;
	width: 100%;
	margin: 0;
}

.header-top__bound [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 1024px) and (min-width: 576px) {
	.col-lg-4.col-md-6.col-sm-6.col-xs-12 img {
		height: 380px;
		padding-left: 0px;
	}
	.card-section3 {
		width: 98%;
		padding: 0 3px;
		height: 380px;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1201px) {
	.card-section3 {
		width: 85%;
		padding: 0 3px;
		height: 300px;
	}
	.col-lg-4.col-md-6.col-sm-6.col-xs-12 img {
		padding-left: 0px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
	.card-section3 {
		width: 85%;
		padding: 0 3px;
	}
	.col-lg-4.col-md-6.col-sm-6.col-xs-12 img {
		padding-left: 0px;
	}
}

@media screen and (max-width: 320px) and (min-width: 281px) {
	#line-benefit {
		padding-top: 800px;
	}
	.owl-theme .owl-nav {
		margin-top: 0px;
	}
	.col-lg-4.col-md-6.col-sm-6.col-xs-12 img {
		padding-left: 0px;
	}
}

@media screen and (max-width: 280px) and (min-width: 0px) {
	#line-benefit {
		padding-top: 750px;
	}
	.owl-theme .owl-nav {
		margin-top: 0px;
	}
}

@media screen and (max-width: 767px) and (min-width: 576px) {
	#line-benefit {
		padding-top: 900px;
	}
	.owl-theme .owl-nav {
		margin-top: 0px;
	}
}

@media screen and (max-width: 575px) and (min-width: 400px) {
	#line-benefit {
		padding-top: 840px;
	}
	.owl-theme .owl-nav {
		margin-top: 0px;
	}
}

@media screen and (max-width: 399px) {
	#line-benefit {
		padding-top: 800px;
	}
	.owl-theme .owl-nav {
		margin-top: 0px;
	}
}

@media screen and (max-width: 575px) {
	.card-section3 {
		max-width: 370px;
		width: 98%;
		padding: 0 3px;
		position: relative;
	}
}

@media screen and (max-width: 768px) and (min-width: 576px) {
	.card-section3 {
		max-width: 340px;
		padding: 0 3px;
		position: relative;
	}
}

@media screen and (max-width: 767px) {
	.content-section-01 {
		display: initial;
	}
	.col-lg-4.col-md-6.col-sm-6.col-xs-12 {
		text-align: center;
	}
	.comment-img-bound img {
		float: unset;
		margin: 30px 0px;
	}
}
/*Section1 end*/
/*Content nav*/
.content-nav {
	display: flex;
	gap: 6%;
}

@media screen and (max-width: 991px) {
	.content-nav {
		display: none;
	}
}
/*Content nav end*/
/*Slide Blog*/
#slide-blog__item {
	position: relative;
	align-items: center;
}

#slide-blog__item img {
	display: block;
	border-radius: 5px;
}
/* .owl-item.active.center #slide-blog__item img{
  Custom Ă¡ÂºÂ£nh Ă„â€˜Ă†Â°Ă¡Â»Â£c active Ă¡Â»Å¸ center
} */
.slide-blog__content, .slide-blog .owl-nav {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.slide-blog__title {
	margin: 0 19%;
}

.slide-blog__title h1 {
	font-size: 45px;
	font-weight: 600;
	/* margin: 0 20%; */
	text-transform: uppercase;
}

.slide-blog .owl-nav button {
	opacity: 1;
	width: 30px;
	height: 50px;
}

.slide-blog .owl-prev {
	position: absolute;
	left: 50px;
	top: -25px;
}

.slide-blog .owl-next {
	position: absolute;
	right: 50px;
	top: -25px;
}

.slide-blog__img {
	position: relative;
}
/* .slide-blog__img:before{
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background: linear-gradient(0deg, rgba(2, 14, 36, 0.67) 0%, rgba(2, 14, 36, 0) 47%);
	  z-index: 9999;
	} */
.slide-blog .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.slide-blog .owl-stage-outer {
	min-height: 100%;
}

.slide-blog .owl-dots .owl-dot span {
	height: 4px;
	width: 50px;
	opacity: 0.5;
	display: none;
}

.slide-blog .owl-dots .owl-dot.active span, .slide-blog .owl-dots .owl-dot:hover span
	{
	background: #fff;
	opacity: 1;
	display: none;
}

.slide-blog .owl-nav [class*=owl-]:hover {
	background: unset;
}

.slide-blog .owl-item img {
	width: auto;
	margin: auto;
}

.slide-blog .owl-item {
	max-height: 90%;
}

@media screen and (max-width:991px) {
	.form-control {
		height: auto;
	}
	.slide-blog .owl-stage {
		min-height: auto;
	}
}
/*Slide Blog end*/
/*Slide Comment*/
.img, .user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-stage-outer {
	position: relative;
}

.owl-carousel .owl-item {
	opacity: 1;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.featured-carousel .owl-dots {
	display: none;
}

.featured-carousel .owl-stage-outer {
	height: 100%;
}

.owl-stage {
	height: 100%;
}

.owl-item {
	height: 100%;
}

.testimony-wrap {
	height: 140px;
	display: flex;
	width: 80%;
	justify-content: center;
	position: relative;
	padding: 30px 20px;
}

.testimony-wrap .user-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: relative;
	border: 4px solid #fff;
}

.testimony-wrap .text {
	width: calc(100% - 90px);
	position: relative;
	padding: 5% 10%;
}

.testimony-wrap .name {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
	color: #000;
}

.testimony-wrap .position {
	font-size: 13px;
	color: #afa939;
}

.quote-bounder {
	margin: 5px 10px;
}

.quote {
	font-size: initial;
	text-align: justify;
}

#quote-icon img {
	width: auto;
	margin: auto;
	width: auto;
	display: block;
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.owl-nav {
		position: absolute;
		top: 45%;
		left: 50%;
		width: 140%;
		transform: translate(-50%, -50%);
		color: #fff;
		text-align: center;
	}
}

@media screen and (min-width:1281px) {
	.owl-nav {
		position: absolute;
		top: 45%;
		left: 50%;
		width: 115%;
		transform: translate(-50%, -50%);
		color: #fff;
		text-align: center;
	}
}

@media screen and (min-width:1025px) and (max-width:1280px) {
	.owl-nav {
		position: absolute;
		top: 45%;
		left: 50%;
		width: 120%;
		transform: translate(-50%, -50%);
		color: #fff;
		text-align: center;
	}
}

@media screen and (min-width:768px) {
	.owl-nav button {
		opacity: 1;
		width: 30px;
		height: 50px;
	}
	.owl-prev {
		position: absolute;
		left: 7%;
		top: -25px;
	}
	.owl-next {
		position: absolute;
		right: 7%;
		top: -25px;
	}
}

@media screen and (min-width:280px) {
	.testimony-wrap {
		padding: 10px 5px;
	}
}
/*Slide Comment End*/
/*Benefit*/
.benefit {
	text-align: center;
	width: 100%;
	margin-left: 1%
}

.benefit-title-section {
	font-weight: bolder;
	color: #133c8b;
	font-size: 2rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	text-align: center;
}

.benefit-contain-bound {
	margin-left: 15px;
	margin-right: 15px;
}

.benefit img {
	max-height: 100%;
}

.benefit-responsive {
	display: none;
	text-align: center;
	height: 100%;
	width: 100%;
}

.benefit-responsive .benefit-custom-img1 img {
	margin: auto;
	max-width: 60%;
}

.benefit-responsive .benefit-custom-img2 img {
	margin: auto;
	max-width: 4%;
}

.benefit-responsive .benefit-custom-img3 img {
	margin: auto;
	max-width: 30%;
}

.benefit-responsive .benefit-contain-content {
	margin-top: 5px;
}

.benefit-custom-content {
	font-weight: 1000;
}

@media screen and (max-width:991px) {
	.benefit-responsive {
		display: initial;
	}
}
/*End benefit*/

/*Adding for banner id, biz*/
.header-card-space {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-card-group {
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 2%;
	display: flex;
}

.header-card-item-space {
	flex: 1;
	max-width: 650px;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	border-radius: 18px;
}

.header-card-item {
	width: 100%;
}

.header-card-item-image {
	width: 100%;
	max-height: 200px;
	border-top-right-radius: 18px;
	border-top-left-radius: 18px;
	object-fit: cover;
	object-position: 100% 0%;
}

.header-card-item-text-space {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	width: 100%;
	background: white;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

.header-card-item-text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%;
}

.header-card-item-text-img {
	max-height: 40px;
	object-fit: cover;
	max-width: 18%;
}

.header-card-item-text-content {
	font-size: 18px;
	font-weight: 600;
	color: #133C8b;
	margin: 0px;
	max-width: 80%;
}

.mobile-only {
	display: none;
}

.header-card-item-space--padding{
	margin:40px 0px;
}

@media screen and (max-width:991px) {
	.header-card-space {
		display: none;
	}
	
	.mobile-only {
		display: block;
	}
}
/*End*/</pre></body></html>