@font-face {
	font-family: Bango;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Bango.otf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Aguda;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Aguda.otf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Avo;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Avo.ttf) format("truetype");
	font-display: swap;
}
:root
{
	--menubg:#12A1B0;
}
body
{
	font-size: 14px !important;
}
ul
{
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
p
{
	text-align: justify;
}
a
{
	text-decoration: none !important;
}
a:hover
{
	text-decoration: none !important;
}
form
{
	margin: 0;
}
.gap-10{
	gap:10px;
}
.gap-15{
	gap:15px;
}
.gap-20{
	gap:20px;
}
.gap-100{
	gap:100px;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.d-grid{
	display: grid;
	grid-gap: 10px;
}
.grid-template-2{
	grid-template-columns: repeat(2, 1fr);
}
.grid-template-4-23{
	grid-template-columns: repeat(4, 23%);
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #383838 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 13px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #383838;
	border-radius: 10px;
	border: 3px solid #ffffff;
}
.title_main{
	border-bottom:1px solid #333;
	padding-bottom: 10px;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
/*===============HEADER================*/
.header{
	display: block;
	max-width: 1350px;
	margin: auto;
	position: relative;
}
.logo-header{
	width: 80%;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-radius: 25px;
	padding-right: 10px;
	width: 100%;
	background: #fff;
}
.form_main > i{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.5rem;
	transform: translateY(-50%);
}
.phone_content div:first-child{
	font-size: 1em;
	font-weight: 500;
	margin-bottom: -5px
}
.phone_content div:nth-child(2){
	font-size: 1.7em;
	font-weight: 600;
	color: #D85C05;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
.menu-header > li a{
	color: #333 !important;
	padding: 8px 18px;
	display: block;
	transition: all 500ms;
	font-weight: 600;
	font-size: 0.99rem;
	cursor:pointer;
	text-align: left;
	border-radius: 25px;
}
.menu-header > li > a > i{
	font-size: 13px;
}
.menu-header li a:hover{
	color: #fff !important;
	background: #333;
}
.menu-header li.has_sub{
	position: relative;
}
.menu-header li.has_sub:hover .sub_menu, .sub_menu:hover{
	top: 100%;
	opacity:1;
	pointer-events: all;
}
.sub_menu{
	position: absolute;
	top: 130%;
	left: 0;
	background: #fff;
	box-shadow: 0 6px 15px -7px rgb(0 0 0 / 54%);
	width: max-content;
	transition: all 500ms;
	opacity: 0;
	pointer-events: none;
	z-index: 99999;
	display: grid;
/*	grid-template-columns: repeat(4, 1fr);*/
	grid-gap: 0px
}
.sub_menu > li > a{
	color: #333 !important;
	border-radius: 0;
}
.banner{
	max-width: 1350px;
	margin: auto;
}
.banner img{
	box-shadow: 0 6px 15px -7px rgb(0 0 0 / 54%);
}
.logo_header{
	display: inline-block;
	padding: 6px;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	border-radius: 0 0 25px 25px;
}
.item_info_header{
	display: flex;
	align-items: center;
}
.content_info_header > p{
	margin: 0;
	font-weight: 600;
	font-size: 15px;
}
.content_info_header > span{
	font-weight: bold;
	font-size: 1.1rem;
}
.cover_menu_header{
	padding: 15px;
	padding-bottom: 0;
	display: flex;
	width: 100%;
	justify-content: center ;
}
.cover_menu{
	background: #fff;
}
.menu-header{
	padding: 5px 15px;
	border-radius: 25px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
/*===============HEADER================*/

/*===============SECTION-1================*/
.item-section-1{
	padding: 15px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,.3);
	flex: 1;
}
.item-section-1.active{
	background: linear-gradient(125deg, rgba(0,150,150,1) 0%, rgba(0,173,173,1) 35%, rgba(0,192,192,1) 62%, rgba(0,196,196,1) 100%);
}
.name-section-1{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.des-section-1{
	text-align: justify;
}
.des-section-1-2{
	font-weight: 600;
}
.name-section-1-2 {
  font-size: 28px;
  color: #099;
}
.item-section-1.active :is(.name-section-1-2 ,.des-section-1-2){
  color: #fff;
}
/*===============SECTION-1================*/

/*===============SECTION-2================*/
.section-2{
	position: relative;
}
.posi_section2{
	position: absolute;
	top: 1%;
	left: 20%;
	background: url(../img/posi_section2.png) top center no-repeat;
	width: 150px;
	height: 250px;
}

.title-section-2 span{
	font-size: 22px;
	display: inline-block;
	padding: 5px 15px;
	background: linear-gradient(90deg, rgba(0,154,154,1) 46%, rgba(0,196,196,1) 86%);
	color: #fff;
	width: 28%;
	font-weight: bold;
}
.name-section-2{
	color: #666666;
	font-size: 28px;
}
.name-section-2 span {
	color: #006666;
	display: inline-block;
	font-size: 76px;
	font-weight: bold;
}
/*.name-section-2 span:last-child {
	color: #666666;
	font-size: 45px;
	font-weight: 400;
	font-family: Aguda;
}*/
.content-section-2{
	width: 68%;
	margin: auto;
	color: #000;
	font-size: 19px;
	text-align: center;
}
ul.list_content-section-2 {
    width: 60%;
    margin: auto !important;
}

.list_content-section-2 li {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    padding-left: 40px;
    font-style: italic;
    position:relative
}
.list_content-section-2 li:before {
    content:'';
    position:absolute;
    top: 50%;
    left: 2px;
    transform:translateY(-50%);
    width: 30px;
    height: 25px;
    background: url(../img/checker.png) center center no-repeat;
}
.section-2 img{
	margin-top: 20px !important; 
}
.title-section-2-2{
	position: relative;
}
.title-section-2-2:before{
	content: '';
	width: 150px;
	height: 100%;
	background: url(../img/bg_title.png) center center no-repeat;
	position: absolute;
	left: -150px;
	top: 50%;
	transform: translateY(-50%);
}
.title-section-2-2:after{
	content: '';
	width: 150px;
	height: 100%;
	background: url(../img/bg_title.png) center center no-repeat;
	position: absolute;
	right: -150px;
	top: 50%;
	transform: translateY(-50%);
}
/*===============SECTION-2================*/
/*=================SECTION-22=========================*/
.section-22{
	background: #00A5C5;
	padding: 40px 0;
	position: relative;
}
.section-22:before{
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/img2_sc2.png) center center no-repeat;
	width: 100px;
	height: 100px;
}
.section-22:after{
	content: '';
	position: absolute;
	top: -95px;
	right: 9%;
	background: url(../img/img33_sc2.png) center center no-repeat;
	width: 400px;
	height: 100%;
}
.section-22 .btn_xemgiayphep{
	margin: 0;
	margin-top: auto;
	margin-bottom: 79px;
	position: relative;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.descontent-sc2 {
	color: #fff;
	font-size: 21.4px;
	font-weight: 600;
	padding-left: 42px;
}
.content-sc2 {
	padding-left: 15px;
	border-left: 6px solid;
	font-family: BANGO;
	font-size: 26px;
	font-weight: 400;
}
.content-sc2 p{
	font-family: Arial;
	font-size: 20px;
}
.desc-sc2 {
	display: grid;
	grid-template-columns: 26% 44% 1fr;
}
/*=================SECTION-22=========================*/
/*=================SECTON-3=========================*/
.section-3 .container{
	position: relative;
}
.section-3 .btn_xemgiayphepkhongnen{
	position: absolute;
	width: 437px;
	height: 73px;
	top: 229px;
	left: 90px;
	cursor: pointer;
}
#giayphep{
	width: 550px;
	height: 90%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999999;
	background: #fff;
	border-radius: 8px;
	opacity: 0;
	pointer-events: none;
	transition: all 500ms;
	overflow: hidden;
}
#giayphep.active{
	opacity: 1;
	pointer-events: all;
}
.silder-giayphep img{
	width: auto !important;
	height: 550px !important;
}
.bg-cover{
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}
.close_giayphep{
	position: absolute;
	top: -2px;
	right: 10px;
	z-index: 99999999;
	cursor: pointer;
	color: red;
	font-weight: bold;
	font-size: 25px;
}
.silder-giayphep{
	position: relative;
}
.silder-giayphep :is(.btn_slick_prev.slick-arrow,.btn_slick_next.slick-arrow){
	position: absolute;
	top: 50%;
	right: 25px;
	width: 50px;
	height: 50px;
	font-weight: bold;
	cursor: pointer;
	z-index: 999999;
}
.silder-giayphep .btn_slick_prev.slick-arrow{
	left: 25px;
	right: unset;
}
.silder-giayphep :is(.btn_slick_prev.slick-arrow,.btn_slick_next.slick-arrow) > img{
	width: 100% !important;
	height: auto !important;
}
/*=================SECTION-3=========================*/
/*===============BACSIGIOI================*/
.desc-sc1 {
	display: grid;
	grid-template-columns: 70% 1fr;
}
.btn_xemgiayphep,.btn_xemgiayphep_2 {
	width: 250px;
	margin: auto;
	text-align: center;
	padding: 15px 50px;
	color: #fff;
	background: #FF6600;
	border-radius: 8px;
	font-style: italic;
	font-weight: 600;
	font-size: 19px;
	cursor: pointer;
}
/*===============BACSIGIOI================*/
/*===============SECTION-4================*/
.section-4{
	background: url(../img/bg_section4.png) top center no-repeat;
	background-size:cover;
	padding: 100px 0;
}
.title_section4 {
	color: #666666;
	text-align: center;
	font-size: 19px;
	margin-bottom: 55px;
}
.title_section4 span {
	display: block;
	background: linear-gradient(90deg, rgba(0,154,154,1) 46%, rgba(0,196,196,1) 86%);
	color: #fff;
	width: 35%;
	text-align: center;
	margin: auto;
	margin-bottom: 12px;
}
.title_form {
	font-weight: bold;
	font-size: 21px;
}
.cover_form_middle form{
	padding: 25px;
	border-radius: 20px;
	box-shadow: 0 6px 5px rgba(0 0 0 / 16%);
	background: rgba(255 255 255 / 55%);
}
.cover_form_middle textarea{
	height: 115px !important;
	resize: none;
}
.btn_mid{
	padding: 5px 25px;
	background: #00ADAC;
	color: #fff;
	border: 0 ;
}
.item-section-4{
	display: grid;
	grid-template-columns: 25% 70%;
	grid-gap: 8px;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc8c8;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.4);
}
.item-section-4 img{
	display: block;
	margin: auto;
	width: auto;
	height: 58px;
}
.content-section-4{
	font-weight: bold;
	font-size: 30px;
}
.content-section-4 div{
	font-size: 15px;
}
.img-section-4 img{
	display: block;
	margin: auto;
}
/*===============SECTION-4================*/
/*===============SECTION-5================*/
.item-section5{
	display: grid;
	grid-template-columns: repeat(2, 1fr) ;
	grid-gap: 15px;
}
.title-section5{
	width: max-content;
	background: linear-gradient(90deg, rgba(0,154,154,1) 46%, rgba(0,196,196,1) 86%);
	color: #fff;
	padding: 6px 55px;
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	margin-top: 25px;
}
.name-section5{
	color: #330066;
	font-weight: bold;
}
/*===============SECTION-5================*/
/*===============SECTION-33================*/
.content_list_post_gov{
	padding: 25px;
  border-radius: 20px;
  box-shadow: 0 6px 5px rgba(0 0 0 / 16%);
  background: rgba(255 255 255 / 55%);
  overflow: hidden;
  max-height: 379px;
  position: relative;
  transition: all 500ms;
  width: 83%;
}
.load_more_csyt{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #FF6600;
}
.content_list_post_gov a{
	color: #333;
}
/*===============SECTION-33================*/


/*===============LIST_SS_INDEX================*/
.list_ss_index{
	position: absolute;	
	right: 0;
	top: 20%;
	background: linear-gradient(90deg, rgba(255,150,0,1) 0%, rgba(255,150,0,1) 79%);
	border-radius: 20px 0 0 20px;
}
.list_ss_index li{
	padding: 15px;
}
.list_ss_index li:not(:last-child){
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.list_ss_index img{
	transition: all 500ms;
}
.list_ss_index img:hover{
	transform: scale(1.2);
}

/*===============LIST_SS_INDEX================*/

/*=================FOOTER=========================*/
.footer{
	/*background: url(../img/bg_footer_new.png) bottom center no-repeat;
    background-size: cover;*/
    padding-top: 88px;
    margin-top: 26px;
    border-bottom: 50px solid #00B9B9;
}
.list_menu_footer a{
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	color: #111 !important;
	width: 100%;
	font-size: 14px;
	text-align: right;
	margin-bottom: 8px;
}
.list_menu_footer + img{
	height: 55px;
	margin: auto;
	display: block;
}
.info_footer:first-child{
	margin-top: 15px;
}
.info_footer{
	margin-bottom: 15px;
	color: #111;
	font-size: 17px;
}
.info_footer p{
	font-size: 17px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	color: #000;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 2px solid #333;
}
.img_phone{margin-top: 30px;}
.img_phone img{height: 65px; z-index: 2}
.img_phone div{
	background: #fff;
	display: flex;
	align-items: center;
	font-size: 25px;
	justify-content: center;
	font-weight: bold;
	margin-left: -25px;
	z-index: 1;
	width: 75%;
	border-radius: 0 25px 25px 0;
	z-index: 1;
}
.phone_time{
	font-size: 18px;
}
.phone_time div{
	gap: 13px;
}
.phone_time i{
	font-size: 28px;
	font-weight: bold;
}
.phone_time span{
	font-size: 30px;
	font-weight: 600;
}
/*=================FOOTER=========================*/
/*===============LOAI_RIGHT================*/
.tag_time_loai{
	padding: 15px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E1E1E1;
	border-radius: 7px;
}
.tag_time_loai span{
	font-weight: 500;
}
.tag_time_loai > i{
	font-size: 4.5rem;
	margin-right: 8px;
	color: #4D4E50;
}
.item_info_right{
	background: #00ADAC;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	line-height: 1.2;
	align-items: center;
	text-transform: uppercase;
	height: 100%;
	border-radius: 6px;
}
.item_info_right:hover{
	color: #fff;
}
.item_info_right > img{
	width: 30%;
	margin-right: 10px;
}
.bg_or
{
	background: #FF9900 ;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #00ADAC;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #00ADAC;
}
.post-main h2{
	font-size: 1.5rem;
	color: #00ADAC;
	border-bottom: 1px solid #00ADAC;
	padding-bottom: 10px;
}
.right-khung {
	padding: 10px;
	border-radius: 5px;
	margin: 1rem 10px;
	box-shadow: 0px 0px 2px green;
	background: rgba(0, 77, 220, 0.1);
}
.title_lienquan{
	padding-bottom: 1px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #00ADAC;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.cover_img_post{
	width: 30%;
	display: inline-block;
	min-width: 228px;
}
.content_post_loai
{
	width: 65%;
	padding:0 15px;
}
.cl-or
{
	color: #00ADAC;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #FF9900 ;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #00ADAC;
	border-radius: 5px;
}
.page-link{
	border-color: #FF9900  !important;
	color: #FF9900  !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #FF9900  !important;
	color: #fff !important;
}
.count_online
{
	background: #00ADAC;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #00ADAC;
}
.main-breacrumd .breadcrumb-item > a{
	color: #00ADAC;
}
/*===============LOAI_RIGHT================*/

