<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Title*/
.title-section {
	font-weight: bolder;
	color: #133c8b;
	font-size: 4rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}

@media screen and (max-width: 991px) {
	.title-section {
		font-size: 2rem;
		margin-bottom: 5%;
		margin-top: 3%;
	}
}

/*Title end*/

/*Button*/
.btn-subpage {
	position: absolute;
	bottom: 20px;
	display: inline-block;
	padding: 10px 42px;
	line-height: normal;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border
		0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	color: #fff;
	overflow: hidden;
	margin: 3% 6%;
}

.btn-subpage:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background: linear-gradient(90deg, #DA2128 -0.04%, #ED6C30 100.01%);
	border-radius: 5px;
	-webkit-transition: -webkit-transform 0.45s
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s
		cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-subpage:hover {
	color: #000;
	border-color: #000;
}

.btn-subpage.btn-hover {
	color: #fff;
	border: 1px solid var(- -main_color);
}

.btn-subpage.btn-hover:before {
	background-color: var(- -main_color);
}

.btn-subpage.btn-hover:hover {
	color: #D73938;
}

.btn-subpage:hover:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.btn-subpage-medium {
	min-width: 175px;
}

@media screen and (max-width:991px) {
	.btn-subpage {
		margin: 3% 3%;
	}
}
/*Button End*/

/*Content nav*/
.content-nav {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 991px) {
	.content-nav {
		display: none;
	}
}

/*Content nav end*/

/*Content page*/
.container-bound {
	margin-left: 20%;
	margin-right: 20%;
}

.title-content-page {
	margin-top: 60px;
	color: #D73938;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.content-font {
	font-size: large;
	font-weight: 400;
	color: #133C8B;
}

.content-font-root {
	font-size: large;
	font-weight: 400;
	color: #133C8B;
	text-align: justify;
}

.no-text-ident {
	margin-left: -20px;
}

.warning {
	color: red;
}

.warning-domain {
	color: #ffcc03;
	text-align: center;
	font-size: xx-large;
	background: linear-gradient(to right, #740809, #d02027);
	padding: 15px 0px;
	font-family: 'Open Sans', sans-serif;
}

.warning-domain a {
	color: #ffcb08;
	font-weight: 700;
}

.content-font-center {
	color: #133C8B;
	text-align: center;
}

.content-font-center img {
	margin-bottom: 30px;
}

.in-container li::before {
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
}

ol ul {
	list-style: disc;
}

ol ul li {
	color: #000;
}

li {
	font-size: large;
	font-weight: 400;
	color: #133C8B;
	text-align: justify;
}

.dropdown-menu li {
	font-size: unset;
}

td {
	font-size: large;
	font-weight: 400;
	color: #133c8b;
	text-align: justify;
}

.in-container {
	list-style-type: square;
}

.bolder-content {
	color: #D73938;
	font-weight: 600;
}

.table-content-font {
	margin-left: -20px;
}

.set-table-content-font {
	text-align: justify;
}

#table-row-3 li {
	margin-left: -20px;
}

.table-content-font li {
	color: #133c8b;
	font-size: large;
	font-weight: 400;
}

.bolder-li {
	text-align: center;
	font-weight: 600;
}

@media screen and (max-width: 991px) and (min-width:769px) {
	.container-bound {
		margin-left: 40px;
		margin-right: 40px;
	}
	.table-content-font li {
		font-size: 1.6rem;
	}
	td {
		font-size: 1.6rem;
	}
	.set-table-content-font li {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1200px) and (min-width:992px) {
	.container-bound {
		margin-left: 80px;
		margin-right: 80px;
	}
	.table-content-font li {
		font-size: 1.7rem;
	}
	td {
		font-size: 1.7rem;
	}
	.set-table-content-font li {
		font-size: 1.5rem;
	}
}

@media screen and (max-width:768px) and (min-width:301px) {
	.container-bound {
		margin-left: 15px;
		margin-right: 15px;
	}
	.table-content-font li {
		font-size: 1.5rem;
	}
	table td {
		font-size: 1.5rem;
		padding: 1px 1.5px;
	}
	.set-table-content-font li {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 300px) {
	.container-bound {
		margin-left: 5px;
		margin-right: 5px;
	}
	.table-content-font li {
		font-size: 1.5rem;
	}
	table td {
		font-size: 1.5rem;
		padding: 1px 1.5px;
	}
	.set-table-content-font li {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 991px) {
	.title-content-page {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/*End content page*/

/*For Blog*/
.container-bound-list-blog .row {
	display: flex;	
	flex-wrap: wrap;
}

.container-bound-list-blog .col-lg-4 {
	margin-bottom: 20px;
}

.container-bound-list-blog .card-section-subpage {
	padding-bottom: 50px;
	height: 100%;
}

.title-content-page-blog {
	text-align: center;
	margin-top: 60px;
	color: #D73938;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.bounder-content {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	min-height: 50px;
}

.title-content-page-blog-more {
	margin-top: 60px;
	color: #D73938;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.title-in-blog-font {
	font-size: 1.8rem;
	font-weight: 550;
	color: black;
}

.title-in-blog2-font {
	font-size: 2rem;
	font-weight: 550;
	color: black;
}

.content-blog-font {
	font-size: 1.8rem;
	font-weight: 400;
	color: black;
	text-align: justify;
}

.content-card-blog-font {
	font-size: 1.4rem;
	font-weight: 400;
	color: black;
	text-align: justify;
	padding: 10px;
}

.content-blog-font-center {
	font-size: 1.8rem;
	font-weight: 400;
	color: black;
	text-align: center;
}

.content-blog-font-center-highlight {
	font-size: 2rem;
	font-weight: 450;
	color: #133C8B;
	text-align: center;
}

.content-blog2-font {
	font-size: 2rem;
	font-weight: 400;
	color: black;
	text-align: justify;
}

.contain-img-blog {
	margin: auto;
	text-align: center;
}

.blog2-content {
	list-style-type: none;
	margin-left: -40px;
}

.card-advise {
	box-shadow: -8px -8px 4px rgba(77, 8, 206, 0.2);
	/* this adds the "card" effect */
	height: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid #133C8B;
	border-right: 1px solid #133C8B;
}

.margin-card {
	margin-left: 5%;
	margin-right: 5%;
}

.title-advise {
	font-size: 2.2rem;
	font-weight: 550;
	color: #133C8B;
	text-align: left;
}

.content-advise-font {
	font-size: 1.8rem;
	font-weight: 400;
	color: black;
	text-align: justify;;
}

.card-section-subpage {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	height: 100%;
	text-align: left;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 5%;
	/* min-height: 550px; */
}

.article {
	display: none;
}

.container-bound-list-blog {
	margin-left: 18%;
	margin-right: 18%;
	margin-top: 30px;
}

@media screen and (max-width: 991px) and (min-width:769px) {
	.margin-card {
		margin-left: 40px;
		margin-right: 40px;
	}
	.content-card-blog-font {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) and (min-width:769px) {
	.container-bound-list-blog {
		margin-left: 10%;
		margin-right: 10%;
	}
}

@media screen and (max-width: 991px) and (min-width:901px) {
	.container-bound-list-blog {
		margin-left: 12%;
		margin-right: 12%;
	}
}

@media screen and (max-width: 1200px) and (min-width:992px) {
	.margin-card {
		margin-left: 80px;
		margin-right: 80px;
	}
	.container-bound-list-blog {
		margin-left: 15%;
		margin-right: 15%;
	}
}

@media screen and (max-width:768px) {
	.margin-card {
		margin-left: 15px;
		margin-right: 15px;
	}
	.content-card-blog-font {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 768px) and (min-width:577px) {
	.container-bound-list-blog {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media screen and (max-width:576px) {
	.container-bound-list-blog {
		margin-left: 15px;
		margin-right: 15px;
	}
}

/*End Blog*/

/*List Blog*/
.contain-list-img a img:hover {
	transform: scale(1.05);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	opacity: 1;
}

.contain-list-img a img {
	width: 94%;
	object-fit: cover;
	border-radius: 5px;
	cursor: pointer;
	opacity: 0.95;
	margin: 3%;
	aspect-ratio: 5/3;
}

.read-more-blog {
	color: #D73938;
	font-size: large;
}

.card-list-blog {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	min-height: max-content;
}

.title-list-blog-font {
	font-size: 1.8rem;
	font-weight: 550;
	color: black;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) and (min-width:769px) {
	.container-bound {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media screen and (max-width: 1200px) and (min-width:992px) {
	.container-bound {
		margin-left: 80px;
		margin-right: 80px;
	}
}

/*End List Blog*/

/*Begin For Biz and Id vn*/
.register-area {
	margin-top: 3px;
	background: url("../../../themes/img/background.jpg");
	background-size: cover;
	text-align: center;
}

.register-area h3 {
	color: white;
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.white-blank {
	text-align: center;
}

.white-blank h3{
  font-size: 35px;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white-blank .btn-page2 {
	position: relative;
	margin: 20px;
}

.register-area .btn-page2 {
	position: relative;
	margin: 20px;
}

.register-area .btn-page2:hover {
	color: #fff;
	border-color: #fff;
}

.response-small {
	display: none;
}

.no-padding {
	padding: 0px !important;
	height: 100%;
	width: 100%;
}

.button-area {
	margin-bottom: 3px;
	text-align: center;
}

.button-area .btn-page2 {
	position: relative;
	bottom: unset;
	padding:15px 30px;
	border-radius: 10px;
}

.button-area .btn-page2:before {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

.margin-card-id-biz {
	padding: 15px 25%;
}

.button-area .btn-page2:hover {
	background: linear-gradient(90deg, #DA2128 -0.04%, #ED6C30 100.01%);
	color: white;
	border: none;
}


@-webkit-keyframes fadeInRight { 
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100%{
		opacity:1;
		-webkit-transform:translateX(0);
	}
}

@keyframes fadeInRight { 
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity : 1;
		transform : translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.no-margin {
	margin: 0px;
}

.id-biz-page-desc {
	padding: 0 10%;
}

.id-biz-page-desc .content-blog-font {
	font-size: 19px;
	margin-bottom: 15px;
	text-align: justify;
}

.id-biz-page-desc .title-blog-font {
	color: black;
	font-size: 28px;
	line-height: 45px;
	margin-bottom: 5px;
}

.full{
	width:100%;
}

.half{
	width:50%;
	padding: 0px;
	vertical-align: middle;
	-webkit-transition: all 2s;
    transition:all 2s;
}

.half img {
	width: 100%;
}

.bounder-table-doc {
	padding: 30px 5%;
}

.tai-lieu {
	border-radius: 10px;
	border: 1px solid black;
}

.docs-title {
	font-size: 24px;
	width: 100%;
	background: gray;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left : 5px;
}


.docs-table {
	padding: 45px 10%;
  	border-collapse: collapse;
  	border : 2px solid #133C8B;
}

.docs-table-bounder {
	padding: 45px 10%;
}

.docs-table th {
	text-align: center;
	font-size: 36px;
	border: none;
}

#docs-table-title {
	font-size: 36px;
}

.docs-table th span{
	font-size: 18px;
}

.docs-table td {
	border-bottom: 0px white;
}

.docs-table td .open&gt;.dropdown-menu {
	display: grid;
	z-index: 999;
}

.docs-table td .dropdown-item {
	margin: 8px 15px;
	font-size: 15px;
	z-index: 999;
}

.docs-table .dropdownMenuButton{
	color: #133C8B;
	float:left;
}

.auto-width-image {
	width: 100%;
   	height: auto;
}

.auto-width-image img {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.table-new-content td {
		display: flex;
		flex: 1;
		text-align: center;
		width: 100%;
	}
	
	.response-small {
		display: unset;
	}
	
	.response-big {
		display: none !important;
	}
	
	.id-biz-page-desc .content-blog-font {
		font-size: 16px;
	}
	
	.id-biz-page-desc .title-blog-font {
		font-size: 24px;
	}
	
	#docs-table-title {
		font-size: 24px;
	}
	
	.docs-table th {
		text-align: center;
		font-size: 18px;
		border: none;
	}
}

@media screen and (min-width: 992px) and (max-width:1200px) {
	.id-biz-page-desc .content-blog-font {
		font-size: 16px;
	}
	
	.id-biz-page-desc .title-blog-font {
		font-size: 24px;
	}
}

/*End For Biz and Id vn*/</pre></body></html>