<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@font-face{
   	font-family: Exo;
   	src: url("../myfont/Exo/Exo-VariableFont_wght.ttf");
}*/
:root {
	--main-color: #c7383e;
  	--sub-color: #0988fe;
  	--extra-color: #fff4f4;
  	--bg-color: #e7eef6;
  	--body-color: #333;
  	--line-color: #e3e3e3;
  	--bold-grey: #b7b7b7;
  	--grey: #f2f2f2;
  	--red: #e00909;
  	--orange: #ffb21d;
  	--blue: #07459a;
  	--gradient: linear-gradient(0deg, rgba(191,82,69,1) 0%, rgba(242,102,87,1) 100%);;
  	--btn-color: #f79031;
  	--myfont: 'Exo', sans-serif;
  	--hover-color: orange;
  	--filter-color: brightness(0) saturate(100%) invert(10%) sepia(92%) saturate(3915%) hue-rotate(349deg) brightness(107%) contrast(97%);
  	--box-shadow: 0 5px 15px 0 rgba(0,0,0,0.04);
}
html {
	scrollbar-width: thin;
	overflow-y: auto;
  	overflow-x: hidden;
}
body{
	font-family: var(--myfont);
	color: var(--body-color);
	font-size: 14px;
	line-height: 22px;
	overflow-y: auto;
  	overflow-x: hidden;
}
*,
*:before,
*:after {
  	box-sizing: border-box;
}
a {text-decoration: none !important;color: var(--body-color)}
a:hover {text-decoration: none;color: var(--main-color)}
p{margin-bottom: 0}
.h1, .h2, .h3, h1, h2, h3 {
  	margin: 0;
}
button:focus {
  outline: unset;
}
input:focus-visible {
  outline: unset;
}
.fullwidth{width: 100%;}
.fullheight{height: 100%;}
.container-fluid, .row {
  	margin-left: 0;
  	margin-right: 0;
  	padding: 0;
}
.no-padding{padding: 0;}
.center{text-align: center;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.clear10{clear: both;height: 10px;}
.clear15{clear: both;height: 15px;}
.clear20{clear: both;height: 20px;}
.clear40{clear: both;height: 40px;}
.flex{display: flex;}
.flex-bw{display: flex;justify-content: space-between;}
.flex-se{display: flex;justify-content: space-evenly;}
/*img {
	width: auto;
	height: auto;
}*/
button {
	transition: all .3s ease 0s;
}
ul{list-style-type: none;padding: 0;margin: 0}
.no-padding-right{padding-right: 0;}
.no-padding-left{padding-left: 0;}
.items-center {
	display: flex;
	align-items: center;
}
.justify-content-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-control {
	border: 1px solid var(--line-color);
	border-radius: 0;
	box-shadow: unset;
	height: 40px;
	font-size: var(--font-size-small);
}
.form-control:focus, .form-control:focus-visible {
	outline: none;
	box-shadow: none;
}
.webkit-line-clamp-1 {
    width: 500px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.webkit-line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.webkit-line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.webkit-line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.webkit-line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.bg-white {
  	background:#fff
}
.pad10 {
  	padding:10px
}
.pad20 {
  	padding:20px
}
.pad2015 {
  	padding:20px 15px
}
.box-shadow {
  	box-shadow:var(--box-shadow)
}
.bor-radius10 {
  	border-radius:10px
}
.cl-red {
	color: var(--red);
}
.right {
	text-align: right;
}
/* áº¨n pháº§n tá»­ */
.hide-visible {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
}

/* Hiá»ƒn thá»‹ pháº§n tá»­ */
.visible {
    max-height: 500px; /* Chá»‰nh sá»­a giÃ¡ trá»‹ nÃ&nbsp;y cho phÃ¹ há»£p vá»›i chiá»u cao tá»‘i Ä‘a cá»§a ná»™i dung */
    transition: max-height 1s ease-in;
}
.zoom-img {
	overflow: hidden;
}
.zoom-img img {
  	transition: all .3s ease-out 0s;
}
.zoom-img:hover img {
  	transform: scale(1.1);
}
.editor {
	max-width: 100%;
	p {
	  	margin-bottom: 10px;
	}
	img, table, iframe {
		max-width: 100%;
	}
	h2, h3 {
		margin-bottom: 1rem;
		margin-top: 1rem;
		font-weight: 700;
		display: inline-block;
	}
	h2 {
		font-size: 22px;
		line-height: 28px;
		color: var(--sub-color);
	}
	h3 {
		font-size: 18px;
	  	line-height: 26px;
	}
	blockquote, q {
		font-style: italic;
		padding: 0 0 0 20px;
		margin: 0 0 1.5rem;
		border-left: 5px solid var(--sub-color);
		line-height: 22px;
	  	font-size: 15px;
	}
	ul {
		list-style-type: unset;
		list-style-position: inside;
		margin-left: 20px;
	}
}
.modal-open .modal {
	scrollbar-width: thin;
}
.modal-open .modal.in {
	padding: 0 !important;
	display: flex !important;
	align-items: center;
}
body.modal-open {
	overflow: hidden;
	padding: 0 !important;
}
.maincl {
	color: var(--main-color);
}
.whitecl {
	color: white;
}
.blackcl {
	color: black;
}
.bg-grey {
	background-color: var(--grey);
}
.owl-carousel {
	overflow: hidden;
}
.paging {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 10px;
	justify-content: right;
}
.paging &gt; a {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line-color);
	border-radius: 4px;
	overflow: hidden;
}
.paging &gt; a.active, .paging &gt; a:hover {
	border-color: var(--main-color);
	background-color: var(--main-color);
	color: #fff;
}
/**************************************************
 * 
 * **/
header {
 	padding: 15px 0;
 	background-color: #fff;
 	transition: all .5s ease;
 	width: 100%;
}
.header-desktop .grid-header {
	display: grid;
	grid-template-columns: 22% calc(78% - 40px);
	grid-gap: 40px;
}
.header-desktop {
	position: relative;
}
header.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: rgba(100,100,111,.15) 0px 2px 15px 0px;
	padding: 10px 0;
	z-index: 2;
	.logo {
		max-width: 220px;
	}
}
.header-menu {
	gap: 20px;
	justify-content: right;
}
.first-menu {
	display: flex;
	gap: 40px;
}
.first-menu &gt; li {
	padding-bottom: 4px;
	border-bottom: 4px solid transparent;
	position: relative;
}
.first-menu &gt; li &gt; a {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}
.first-menu &gt; li:hover:not(.has-sub),
.first-menu &gt; li.active {
	border-color: var(--main-color);
	visibility: visible;
	transition: all .3s ease;
	&gt; a {
		color: var(--main-color);
	}
}
.first-menu &gt; li.has-sub:hover &gt; a {
	color: var(--main-color);
}
.seccond-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 220px;
	background-color: #fff;
	box-shadow: rgba(100,100,111,.15) 0px 2px 15px 0px;
	padding: 15px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}
.seccond-menu &gt; li {
	margin-bottom: 10px;
	&gt; a {
		color: var(--body-color);
	}
	&gt; a:hover {
		color: var(--main-color);
	}
}
.seccond-menu &gt; li:last-child {
	margin-bottom: 0;
}
.first-menu &gt; li.has-sub:hover .seccond-menu {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
	border-top: 4px solid var(--main-color);
}
.box-header-search {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 2;
	top: 0;
	right: -2000px;
	transition: all .5s ease-out;
	.close-header-search {
		border: none;
		background: transparent;
		font-size: 18px;
	}
	.btn-search {
		border: none;
		background: transparent;
	}
}
.box-header-search form {
	display: flex;
	gap: 15px;
	width: 100%;
}
.box-header-search.active {
	right: 0;
	transition: all .5s ease-in;
}
.btn-open-search {
	border: none;
	background: transparent;
	margin-bottom: 4px;
}
.box-language {
  	margin-right: -8px;
  	margin-bottom: 4px;
}
.box-language .btn.dropdown-toggle.btn-default {
	border: none !important;
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 16px;
	padding: 0;
  	margin: 0;
}
.box-language .bootstrap-select .dropdown-toggle .caret {
	border: solid #333;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-top: -5px;
}
.box-language .dropdown-menu {
	left: unset;
	right: 0;
	padding: 0;
}
.dropdown-menu &gt; .active &gt; a {
	background-color: var(--main-color);
}
.glyphicon-ok::before {
	content: "\f00c";
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	font-weight: var(--fa-style,900);
}
.dots-custom .owl-dots {
    display: flex;
    justify-content: center;
    gap: 4px;
}
.dots-custom .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 0;
    width: 10px;
    height: 10px;
    position: relative;
    margin: 4px;
    border: 1px solid transparent;
    border-radius: 100%;
}
.dots-custom .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}
.dots-custom .owl-dots .owl-dot.active span {
    border-color: var(--main-color);
    background: var(--main-color);
}
.dots-custom .owl-dots .owl-dot.active {
    border: 1px solid #fff;
    border-radius: 100%;
}
.tit-pub {
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
}
footer {
	background-color: var(--main-color);
	padding: 40px 0;
}
.grid-footer {
	display: grid;
	grid-template-columns: 280px 1fr 280px;
	grid-gap: 40px;
	align-items: center;
}
.logo-ft &gt; img {
	width: 260px;
	max-width: 100%;
}
.social-media-ft {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
}
.social-media-ft &gt; li &gt; a {
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
#back-to-top {
	position: fixed;
	bottom: -40px;
	right: 20px;
	background-color: orange;
	color: #fff;
	z-index: 2;
	border: none;
	opacity: .8;
}
#back-to-top.active {
	bottom: 40px;
}
#back-to-top:hover {
	opacity: 1;
}
.breadcrumbs {
	padding: 20px 0;
}
.breadcrumbs .block-breac {
	flex-wrap: wrap;
	gap: 10px;
}
.breadcrumbs .block-breac span {
	text-transform: uppercase;
}
.btn-submit-form {
	border-radius: 0;
	border: none;
	background-color: var(--main-color);
	color: #fff !important;
	height: 40px;
	display: inline-flex;
	align-items: center;
}









@media (min-width: 1600px) {
  	.container {
    	width: 80%;
    	max-width: unset;
  	}
  	
}
@media (max-width: 1199px) {
	.hide1199 {
        display: none;
    }
    .show1199 {
        display: block;
    }
    .header-desktop .grid-header {
		grid-template-columns: 220px 1fr;
		grid-gap: 20px;
	}
	.first-menu {
		gap: 15px;
	}
}
@media (max-width: 991px) {
	.hide991 {
        display: none;
    }
    .show991 {
        display: block;
    }
    .logo-mobile {
    	width: 220px;
    }
  	/*NAV MENU*/
  	.menu-bar {
  		cursor: pointer;
  	}
  	#nav-mobile {
	    position: fixed;
	    top: 0;
	    right: -100px;
	    width: 0;
	    max-width: 320px;
	    height: 100%;
	    background: #fff;
	    z-index: 99;
	    opacity: 0;
	    visibility: hidden;
	    transition: all .5s ease;
  	}
  	#nav-mobile.active {
	    right: 0;
	    width: 80%;
	    opacity: 1;
	    visibility: visible;
	    transition: all .5s ease;
  	}
  	.bg-overlay {
		background-color: #000000c4;
		z-index: 4;
		top: 0;
		left: 0;
		position: fixed;
		overflow: auto;
		width: 100vw;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
	}
	.bg-overlay.active {
		opacity: 1;
		visibility: visible;
	}
	.header-nav-mob {
		background-color: var(--main-color);
		padding: 15px 0;
	}
	.header-nav-mob &gt; a &gt; img {
		width: 60%;
		min-width: 180px;
	}
  	.first-menu-mob &gt; li {
	    width: 100%;
	    position: relative;
  	}
  	.first-menu-mob&gt;li&gt;a {
	    width:100%;
	    height:44px;
	    display:flex;
	    align-items:center;
	    padding-left:15px;
	    padding-right:4px;
	    font-weight:600;
	    text-transform:uppercase;
	    border-bottom:1px solid var(--line-color)
  	}
  	.first-menu-mob &gt; li.has-sub &gt; a {
    	width: calc(100% - 44px);
  	}
  	 .first-menu-mob&gt;li.has-sub&gt;a {
    	width:calc(100% - 44px)
  	}
  	.p-help-mob {
	    width:44px;
	    height:44px;
	    position:absolute;
	    right:0;
	    top:0;
	    display:flex;
	    align-items:center;
	    justify-content:center;
	    border-left:1px solid var(--line-color);
	    border-bottom:1px solid var(--line-color);
	    cursor:pointer
  	}
  	.p-help-mob svg {
	    width:20px;
	    margin:0
  	}
  	.seccond-menu-mob {
	    height:0;
	    opacity:0;
	    visibility:visible;
	    transition:all .5s ease
  	}
  	.seccond-menu-mob&gt;li {
    	position:relative
  	}
  	.seccond-menu-mob&gt;li&gt;a {
	    width:100%;
	    height:44px;
	    display:flex;
	    align-items:center;
	    border-bottom:1px solid var(--line-color);
	    padding-left:30px;
	    padding-right:4px;
	    font-weight:500
  	}
  	.first-menu-mob&gt;li.active&gt;.seccond-menu-mob {
	    height:auto;
	    opacity:1;
	    visibility:visible;
	    transition:all .5s ease;
	    overflow-y:scroll;
	    max-height:264px
  	}
  	.third-menu-mob {
	    height:0;
	    opacity:0;
	    visibility:visible;
	    transition:all .5s ease
  	}
  	.third-menu-mob&gt;li&gt;a {
	    width:100%;
	    height:44px;
	    display:flex;
	    align-items:center;
	    border-bottom:1px solid var(--line-color);
	    padding-left:45px;
	    padding-right:4px
  	}
  	.seccond-menu-mob&gt;li.active&gt;.third-menu-mob {
	    height:auto;
	    opacity:1;
	    visibility:visible;
	    transition:all .5s ease;
	    overflow-y:scroll;
	    max-height:264px
  	}
  	/*end NAV MENU*/
  	.menu-bar {
		padding: 0;
		margin: 0;
		background-color: transparent;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.box-language,
	.btn-open-search {
		margin-bottom: 0;
	}
	#back-to-top {
		right: 10px;
	}
	.grid-footer {
		grid-template-columns: 100%;
		grid-gap: 40px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.show767 {
        display: block;
    }
    .hide767 {
        display: none;
    }
}
@media (max-width: 480px) {
	.hide480 {
        display: none !important;
    }
    .show480 {
        display: block;
    }
    .header-desktop .grid-header {
		grid-template-columns: 180px 1fr;
		grid-gap: 20px;
	}
	.social-media-ft {
    	gap: 20px;
    }
    .header-menu {
  		gap: 5px;
  	}
  	.tit-pub {
		font-size: 20px;
		line-height: 28px;
	}
	.logo-ft &gt; img {
		width: 180px;
	}
	.paging {
		justify-content: center;
	}
}

.news-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.news-wrapper {
    position: absolute;
    width: 100%;
}

.news-item {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
/*    text-align: center;*/
    background-color: #f9f9f9;
    animation: fade-in 1s;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
</pre></body></html>