@font-face {
	font-family: UTM HelvetIns;
	src: url(UTMHelvetIns.ttf);
	src: url(UTMHelvetIns.ttf) format("truetype");
	font-display: swap
}

@font-face {
	font-family: Tahoma;
	src: url(tahoma.ttf);
	src: url(tahoma.ttf) format("truetype");
	font-display: swap
}

@font-face {
	font-family: Tahomabd;
	src: url(tahomabd.ttf);
	src: url(tahomabd.ttf) format("truetype");
	font-display: swap
}

@font-face {
	font-family: UTM Windsor BT;
	src: url(UTMWindsorBT.ttf);
	src: url(UTMWindsorBT.ttf) format("truetype");
	font-display: swap
}
@font-face {
	font-family: iCiel Rukola;
	src: url(iCielRukola.otf);
	src: url(iCielRukola.otf) format("truetype");
	font-display: swap
}
@font-face {
	font-family: Zetafonts-AntipastoIcons-DemiBold;
	src: url(Zetafonts-AntipastoIcons-DemiBold.otf);
	src: url(Zetafonts-AntipastoIcons-DemiBold.otf) format("truetype");
	font-display: swap
}
:root
{
	--menubg:#12A1B0;
}
ol,ul
{
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
p
{
	text-align: justify;
}
a
{
	text-decoration: none !important;
}
a:hover
{
	text-decoration: none !important;
}
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}
body {
	line-height: normal;
	color: #333;
	font-size: 15px !important;
	font-family: Tahoma;
}
b,strong {
	font-weight: normal;
	font-family: 'Tahomabd'
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	font-family: Tahoma !important;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto
}
.inner-wp {
	width: 1000px;
	margin: 0 auto
}

.fl-left {
	float: left
}

.fl-right {
	float: right
}
.imgcenters {
	display: table;
	margin: 0 auto
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.clearfix {
	clear: both;
	display: block
}

html[xmlns] .clearfix {
	display: block
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400
}
form
{
	margin: 0;
}
.gap-10{
	gap:10px;
}
.gap-15{
	gap:15px;
}
.gap-20{
	gap:20px;
}
.gap-30{
	gap:30px;
}
.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%);
}
.w-80{
	width: 80%;
}
/*.container{
	max-width: 1300px !important;
	}*/
	/* ===== 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;
	}
	.flex-1{
		flex: 1;
	}

	/*===============HEADER================*/
	.cover_tintuc_quytrinh {
		height: 100%;
		padding: 25px;
		border-radius: 22px;
	}
	.cover_info_right_header i{
		font-size: 25px;
	}
	.phone_header,.address_header {
		/*		padding: 10px;*/
		/*	background: linear-gradient(90deg, rgba(32,184,201,1) 18%, rgba(51,157,241,1) 60%);*/
		border-radius: 25px;
		color: #fff;
	}
	.phone_header {
		color: #1BA37B;
	}
	.content_phone_header span{
		color: #1BA37B;
		font-size: 1rem;
		font-family: Tahoma;
		font-weight: 600;
	}
	.menu_header{
		background: #FFB701;
		padding: 8px 0;
	}
	.main_menu_header{
		border-radius: 50px;
		position: relative;
		margin-left: -20px !important;
	}
	.main_menu_header > li:first-child{
		flex: unset;
	}
	.main_menu_header > li{
		text-align: center;
	}
	.main_menu_header > li.has_sub{
		padding: 0px 15px;
		color: #fff;
		border-radius: 50px;
		display: flex;
		align-items: center;
		gap: 5px;
		cursor: pointer;
		text-transform: uppercase;
		position: relative;
	}
	.main_menu_header > li:first-child > i{
		font-weight: bold;
		font-size: 26px;
	}
	.main_menu_header > li > a{
		color: #fff;
		padding: 11px 30px;
		display: block;
	}
	.main_menu_header > li.active > a{
		background: #1BA37B;
		border-radius: 5px;
		border: 1px solid #fff;
		padding: 4px;
		display:flex;
		align-items: center;
		justify-content: center;
	}
	.main_menu_header > li span {
		padding: 2px 10px;
		display: block;
		border-radius: 5px;
	}
	.main_menu_header > li a.active span {
		background: #1BA37B;
		color: #fff;
	}
	.tab-wrapper{
		min-height: 352px;
	}
	.has_sub:hover .sub_menu_main,.sub_menu_main:hover{
		opacity: 1;
		pointer-events: all;
	}
	.sub_menu_main{
		position: absolute;
		top: 93%;
		left: 0;
		width: max-content;
		min-width: 100%;
		background: #fff;
		padding: 15px;
		z-index: 9999;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-gap: 15px;
		opacity: 0;
		pointer-events: none;
		border-radius: 15px;
		box-shadow: 0 0 10px rgba(0 0 0 / 30%);
		height: 400px;
		overflow: auto;
		text-align: left;
	}
	.sub_menu_main > li > a{
		color: #1BA37B;
		font-weight: 600;
		font-size: 19px;
		text-transform: uppercase;
		border-bottom: 1px solid;
		display: block;
		margin-bottom: 10px;
	}
	.subsub_menu > li{
		margin-bottom: 8px;
	}
	.subsub_menu > li > a{
		font-size: 16px;
		color: #333;
		display: block;
	}
	.subsub_menu > li > a:hover{
		color: #1BA37B;
	}
	.form_search{
		width: 250px;
	}
	.form_search input{
		background: #1BA37B;
		border-radius: 50px;
	}
	.form_search input::placeholder {
		color: #fff;
	}
	.form_search input::-ms-input-placeholder {
		color: #fff;
	}
	.form_search > .btn_timkiem{
		position: absolute;
		top: 20%;
		right: 4px;
		outline: 0;
		border: 0;
		font-weight: bold;
		width: 42px;
		background: transparent;
		color: #fff;
	}
	.form_search > .btn_timkiem i{
		font-size: 25px;
	}
	.title_main{
		color: #fff;
		text-transform: uppercase;
		position: relative;
		font-size: 40px;
		font-weight: 600;
		padding-bottom: 21px;
		text-align: center;
	}
	.title_main > div{
		font-size: 24px;
	}
	.title_main > div > span{
		color: #FFBA22;
	}
	.title_main.img_1{
		background: url(../img/tt_3.svg) no-repeat;
		background-size: 68px;
		background-position: 7px 21px;  
	}
	.title_mid_index{
		background: #028F9F;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		padding: 10px 0;
		font-size: 20px; 
	}
	.list_info_postion{
		position: fixed;
		display: flex;
		flex-direction: column;
		gap: 10px;
		top: 25%;
		right: 10px;
		z-index: 999999;
	}
	.list_info_postion a {
		padding: 6px 11px;
		background: #FFBA22;
		text-align: center;
		color: #fff;
		font-weight: 500;
		border-bottom: 5px solid #E47D00;
		font-size: 14px;
	}
	.btn_top_fix_info{
		background: #21BABE;
		border-bottom: 3px solid #0E3037;
		color: #fff;
		text-align: center;
	}
	button.btn.btn_header {
		background: #0D7DBC;
		color: #fff;
	}
	.cover_list_menu {
		position: absolute;
		top: 0;
		left: 5%;
		z-index: 999;
		width: max-content;
		background: #2EA4E7;
	}

	ul.list_menu_banner li a {
		display: block;
		padding: 8px 15px;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
		color: #fff;
		font-size: 15px;
	}
	a.btn_chat_banner > div {
		width: 164px;
		margin: auto;
		text-align: center;
		padding-top: 25px;
		background: linear-gradient(0deg, rgba(196,232,249,1) 18%, rgba(255,255,255,1) 100%);
		border-radius: 12px;
		padding-bottom: 8px;
		color: #666666;
		margin-bottom: 10px;
	}

	.btn_chat_banner img {
		margin: auto;
		display: block;
		margin-bottom: -26px;
		margin-top: 23px;
	}
	.btn_inbanner {
		width: 105px;
		margin: auto;
		border: 1px solid #fff;
		border-radius: 20px;
		font-weight: bold;
		margin-top: 7px;
		background: linear-gradient(180deg, rgba(196,232,249,1) 18%, rgba(255,255,255,1) 100%);
	}
	.title-index {
		font-size: 1.3em;
		font-weight: 600;
		padding-left: 60px;
		background: url(../img/icon_1.png) no-repeat;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto;
		background-position: 10px 4px;
		background-size: 36px;
		padding-top: 18px;
		color: #606060;
		padding-bottom: 10px;
		border-bottom: 1px solid #FF7900;
	}
/*===============HEADER================*/

/*===============INTRO-INDEX================*/
.form-index-middel{
	position: relative;
}
.form-input{
	position: absolute;
	top: 36.9%;
	width: 26.8%;
	left: 20.6%;

}
.form-input .form-group{
	margin-bottom: 0.8rem;
	text-align: left;
}
.form-input button{
	margin-left: auto;
	margin-right: 3px;
	height: 23px;
	width: 59px;
	background: transparent;
}
.form-input input{
	background: transparent;
	border:0 ;
	width: 100%;
	color: #ffff;

}
.form-input input::placeholder {
	color: #fff;
}
.form-input input::-ms-input-placeholder {
	color: #fff;
}
/*===============INTRO-INDEX================*/

/*===============POST-INDEX================*/
.menu-left-index {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.item-menu-index {
	background: #FDBF46;
	color: #fff;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	font-size: 0.8rem;
}
.item-menu-index.active {
	background: #FBE84E;
}
.title-index.tieudepost {
	background: url(../img/icon_2.png) no-repeat;
	background-size: auto;
	background-position: 10px 4px;
	padding-top: 0;
}
.name-post-index{
	color: #FFB701;
	margin: 5px 0;
}
.des-post-index{
	color: #606060;
}
.list-subpost a{
	display: block;
	margin-bottom: 10px;
	padding: 15px;
	color: #606060;
	border-bottom: 1px solid #FF7900;
	font-size: 0.8rem;
}
.btn-them {
	width: 145px;
	display: block;
	background: #FFB701;
	color: #fff;
	text-align: center;
	padding: 7px;
	margin: auto;
}
.cover-2post{
	display: grid;
	grid-template-columns: 48% 48%;
	grid-gap: 15px;
}
/*===============POST-INDEX================*/

/*===============POST-LEFT-INDEX================*/
.title-list-tin-noibat {
	color: #fff;
	text-align: center;
	background: #FFB701;
	font-size: 1.3rem;
}
.list-tin-noibat {
	border: 1px solid #FFB701;
	padding: 8px;
}
.list-tin-noibat > a{
	display: grid;
	grid-template-columns: 35% 60%;
	grid-gap: 10px;
	color: #606060;
	font-size: 0.8rem;
}
/*===============POST-LEFT-INDEX================*/

/*===============FORM-LEFT-INDEX================*/
.title-form {
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
}
.title-form p {
	font-weight: 600;
	color: #606060;
	text-align: center;
	font-size: 0.8rem;
}
.form-left-index {
	border: 1px solid #dddd;
}
.form-left-index label {
	color: #606060;
}
.form-left-index .form-group {
	margin-bottom: 0.6rem;
}
.form-left-index .form-group input[name='name'] {
	background: url('../img/icon_input1.png') center center no-repeat;
	background-position-x:10px;
	padding-left: 26px;
}
.form-left-index .form-group input[name='sodienthoai'] {
	background: url('../img/icon_input2.png') center center no-repeat;
	background-position-x:10px;
	padding-left: 26px;
}
.form-left-index button {
	background: #1BA37B;
	border: 2px solid #fff;
	box-shadow: -1px 4px 5px rgba(0,0,0,.5);
	color: #fff;
	padding: 5px 10px;
}
/*===============FORM-LEFT-INDEX================*/
/*===============UU-THE================*/
.uuthe .container {
	background: #FFB701;
	padding: 25px 0;
}
.title-uuthe {
	color: #fff;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 20px;
}
.item-uuthe {
	display: grid;
	grid-template-columns: 20% auto;
}

.list-content-uuthe {
	color: #fff;
	list-style: disc;
	padding-left: 15px;
}
.name-uuthe {
	font-size: 1rem;
	font-weight: bold;
}
/*===============UU-THE================*/

/*===============LOAI_RIGHT================*/
.title_side_bar{
	color: #fff;
	background: #FFBA22;
	padding: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.title_menu_sidebar{
	padding-left: 40px;
	font-size: 25px;
	color: #4C9F15;
	margin: 10px;
	background: url(../img/ic_title_menu_right.png) no-repeat;
	background-position: -5px 1px;
}
.menu_side_bar {
	background: #1BA37B;
}
.menu_side_bar li{
	border-bottom: 1px solid #c1c1c1;
	padding:10px 0px;
	cursor: pointer;
}
.menu_side_bar li a{
	font-size: 16px;
	color: #fff;
	padding-left: 40px;
	display: inline-block;
	background-position: 10px 8px;
}
.sub_menu_sidebar
{
	margin-left: 10px !important;
	margin-top: 10px !important;
	display: none;
}
.menu_side_bar li:last-child{border:none;}
.sub_menu_sidebar li a
{
	display: block;
	padding-left: 0px;
}
.title_side_bar_signup{
	padding: 15px;
	background: #02A8BC;
	color: #fff;
	text-transform: uppercase;
	text-align: center;  
	border-radius: 5px 5px 0 0;
}
.breadcrumb .title-cate {
	display: block;
	font-family: 'UTM HelvetIns';
	font-size: 22px;
	color: #212121;
	margin: 15px 0;
	line-height: 25px
}

.breadcrumb .title-cate span {
	color: #c66262
}

.main-content .list-item .item {
	padding-bottom: 20px
}

.main-content .list-item .item .thumb {
	width: 34%
}

.main-content .list-item .item .info {
	width: 64%
}

.main-content .list-item .item .info-hidden {
	width: 100%;
	display: none
}

.main-content .list-item .item .info .title {
	display: block;
	font-family: 'UTM HelvetIns';
	font-size: 20px;
	color: #212121;
	margin-bottom: 5px;
	line-height: 25px
}

.main-content .list-item .item .info .title:hover {
	color: #388669
}

.main-content .list-item .item .info .tit,.main-content .list-item .item .info p {
	display: block;
	font-family: 'Tahoma';
	font-size: 15px;
	color: #505050;
	line-height: 25px
}

.main-content .list-item .item .info p {
	height: 50px;
	overflow: hidden
}

.main-content .list-item .item .info .tit {
	font-size: 13px;
	margin-bottom: 13px
}

.main-content .list-item .item .info .tit span {
	color: #bd5c5c
}

.main-content .list-item .item .btn-bot {
	margin-top: 13px
}

.main-content .list-item .item .btn-bot a {
	position: relative;
	font-family: 'UTM HelvetIns';
	font-size: 15px;
	border-radius: 4px
}

.main-content .list-item .item .btn-bot a:nth-child(1) {
	padding: 7px 25px 7px 35px;
	border: 1px solid #565bbf;
	border-radius: 5px;
	color: #565bbf
}

.main-content .list-item .item .btn-bot a:nth-child(2) {
	padding: 7px 35px 7px 25px;
	margin-left: 15px;
	border: 1px solid #c66262;
	border-radius: 5px;
	color: #c66262
}

.main-content .list-item .item .btn-bot a:nth-child(1):before {
	position: absolute;
	content: '';
	top: 11px;
	left: 15px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -518px -230px;
	width: 14px;
	height: 14px
}

.main-content .list-item .item .btn-bot a:nth-child(2):before {
	position: absolute;
	content: '';
	top: 10px;
	right: 15px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -396px -568px;
	width: 16px;
	height: 17px
}

.main-content .list-item .item .btn-bot:hover a:nth-child(1) {
	background: #565bbf;
	color: #fff
}

.main-content .list-item .item .btn-bot:hover a:nth-child(2) {
	background: #c66262;
	color: #fff
}

.main-content .list-item .item .btn-bot:hover a:nth-child(1):before {
	position: absolute;
	content: '';
	top: 10px;
	left: 15px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -517px -214px;
	width: 15px;
	height: 16px
}

.main-content .list-item .item .btn-bot:hover a:nth-child(2):before {
	position: absolute;
	content: '';
	top: 11px;
	right: 15px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -509px -274px;
	width: 15px;
	height: 15px
}

.view-add {
	margin-bottom: 30px
}

.view-add #btn-search {
	position: relative;
	display: block;
	font-family: Roboto;
	font-size: 17px;
	line-height: 23px;
	text-transform: uppercase;
	color: #00bc97;
	padding: 15px;
	text-align: center;
	width: 30%;
	height: 100%;
	margin: 0 auto;
	border: 1px solid #ddd
}

.view-add:hover #btn-search {
	border: 1px solid #00bc97
}
.bg_or
{
	background: #009AAC ;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #1BA37B;
	font-size: 2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #1BA37B;
	font-weight: 700;
}
.post-main h2{
	font-size: 1.5rem;
	color: #1BA37B;
	border-bottom: 1px solid #1BA37B;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.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: #1BA37B;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.cover_img_post{
	width: 30%;
	display: inline-block;
	min-width: 228px;
	max-height: 150px;
}
.content_post_loai
{
	width: 68%;
	padding:0 15px;
}
.cl-or
{
	color: #1BA37B;
}
ul.pagination {
	gap: 10px;
}
.page-item:last-child .page-link {
	border-radius: 25px !important;
	width: 60px;
	text-align: center;
}
a.page-link {
	position: relative;
	display: block;
	margin-left: -1px;
	line-height: 1.25;
	color: #fff !important;
	border:none !important;
	background-color: #939393 !important;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
}
li.page-item.active a.page-link,li.page-item:hover a.page-link {
	border-radius: 50%;
	background: #1BA37B !important;
	font-weight: bold;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #009AAC ;
	border-radius: 5px;
}
.btn_gre_loai {
	padding: 5px 10px;
	padding-left:15px;
	color: #000;
	background: url(../img/icon_xemthem.png) no-repeat 0px center;
	border-radius: 5px;
}
.btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #1BA37B;
	border-radius: 5px;
}
.page-link{
	border-color: #009AAC  !important;
	color: #009AAC  !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #009AAC  !important;
	color: #fff !important;
}
.count_online
{
	background: #1BA37B;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd {
	background: #1BA37B;
	color:#fff;
	padding: 10px 0px;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #1BA37B;
}
.main-breacrumd .breadcrumb-item > a{
	color: #fff;
}
.breadcrumb-item.active {
	color: #fff !important;
}
/*===============LOAI_RIGHT================*/

