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

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

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

@font-face {
	font-family: UTM Windsor BT;
	src: url(UTMWindsorBT.ttf);
	src: url(UTMWindsorBT.ttf) format("truetype")
}
:root
{
	--menubg:#12A1B0;
}
ol,ul
{
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
p
{
	text-align: justify;
	margin: 0 !important;
}
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
}
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-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%;
}
/* ===== 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;
}

/*===============HEADER================*/
.menu_header{
	background: #E1E1E1;
}
.main_menu_header{
	background: #d35aa1;
	border-radius: 50px;
	position: relative;
}
.main_menu_header > li:first-child{
	padding: 11px 15px;
	background: #FFE04D;
	color: #000;
	font-weight: bold;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.main_menu_header > li:first-child > i{
	font-weight: bold;
	font-size: 26px;
}
.main_menu_header > li:last-child{
	margin-left: auto;
}
.main_menu_header > li > a{
	color: #fff;
	padding: 15px;
	padding-left: 40px;
}
.main_menu_header > li:nth-child(6) > a{
	background: url(../img/ic_4_header.svg) no-repeat;
	background-size: 20px;
	background-position: 12px 10px;
}
.main_menu_header > li:nth-child(6) > a:hover{
	background: url(../img/ic_4_header.svg) #933f70  no-repeat;
	background-size: 20px;
	background-position: 12px 10px;
}
.main_menu_header > li:nth-child(3) > a{
	background: url(../img/ic_1_header.svg) no-repeat;
	background-size: 20px;
	background-position: 12px 10px;
}
.main_menu_header > li:nth-child(3) > a:hover{
	background: url(../img/ic_1_header.svg) #933f70 no-repeat;
	background-size: 20px;
	background-position: 12px 10px;
}
.main_menu_header > li:nth-child(4) > a{
	background: url(../img/ic_2_header.svg) no-repeat;
   
    	background-position: 7px 10px;
    	background-size: 20%;
}
.main_menu_header > li:nth-child(4) > a:hover{
	background: url(../img/ic_2_header.svg) #933f70 no-repeat;
	background-position: 7px 10px;
    	background-size: 20%;
}
.main_menu_header > li:nth-child(5) > a{
	background: url(../img/ic_3_header.svg) no-repeat;
	background-size: 20px;
	background-position: 12px 10px;
}
.main_menu_header > li:nth-child(5) > a:hover{
	background: url(../img/ic_3_header.svg) #933f70 no-repeat;
	background-size: 20px;
	background-position: 12px 10px;
}

.main_menu_header > li:last-child > i{
	width: 41px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fd6dc2;
	border-radius: 50%;
	margin-bottom: 2px;
	margin-right: 5px;
	color: #fff;
	font-size: 23px;
	padding-left: 4px;
	cursor: pointer;
}
.main_menu_header > li:last-child > i:hover{
	background: #933f70;
}
.has_sub:hover + .sub_menu_main,.sub_menu_main:hover{
	opacity: 1;
	pointer-events: all;
}
.sub_menu_main{
	position: absolute;
	top: 100%;
	left: 0;
	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%)
}
.sub_menu_main > li > a{
	color: #009AAC;
	font-weight: 600;
	font-size: 17px;
	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: #009AAC;
}
.form_search{
	position: absolute;
	top: 100%;
	left: 50%;
	padding: 10px;
	border-radius: 6px;
	z-index: 99999;
	background: #fff;
	width: 1110px;
	display: none;
	transform: translateX(-50%);
}
.form_search > .btn_timkiem{
	position: absolute;
	top: 26%;
	right: 15px;
	outline: 0;
	border: 0;
	background: #fff;
	font-weight: bold;
	width: 75px;
}
.icon_phone_header{
	border-radius: 50%;
	background: #4CAE50;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5vw;
	color: #fff;
}
.icon_phone_header{
	background: url(../img/icon_phone_header.svg) top center no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
}
.info_phone_header > div:nth-child(1){
	padding: 5px;
	background: #72C36A;
	color: #fff;
	font-size: 18px; 
	text-align: center;
}
.info_phone_header > div:nth-child(2){
	color: #F74558;
	font-size: 25px;
	font-weight: bold;
}
.title_main{
	color: #BE7E33;
	text-transform: uppercase;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 21px;
	padding-left: 80px;
	padding-top: 25px;
}
.title_main > span{
	display: block;
	color: #222;
	font-size: 14px;
}
.title_main.img_1{
	background: url(../img/tt_3.svg) no-repeat;
	background-size: 68px;
	background-position: 7px 21px;  
}
.title_main:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 2px;
	background: #BE7E33;
}
.title_mid_index{
	background: #028F9F;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	font-size: 20px; 
}
/*===============HEADER================*/

/*===============LIST_CATE================*/

.list_item_cate{
	display: grid;
    	grid-template-columns: repeat(6, 1fr);
    	grid-template-rows: repeat(2, 1fr);
    	grid-gap: 4px;
    	
}
.list_item_cate > .item_cate > a{
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 25px 17px;
	height: 100%;
}

.content_cate.text-justify {
    padding: 1.4rem 0px;
}

.div-content {
	background: #d65fa3;
    	color: white
}

.content_cate span {
	color: #ffff02;
	/*font-weight: 600;*/

}


.cl_cate_0{
	background: #EE8C7D;
}
.cl_cate_1{
	background: #DEC37C;
}
.cl_cate_2{
	background: #FCB56A;
}
.cl_cate_3{
	background: #72D078;
}
.cl_cate_4{
	background: #C7B2CE;
}
.cl_cate_5{
	background: #ABB8C8;
}
.cl_cate_6{
	background: #CA948C;
}
.cl_cate_7{
	background: #CA9444;
}
.cl_cate_8{
	background: #DDBD93;
}
.cover_cate_p{
	padding: 15px;
	background: #028F9F; 
	color: #fff;
	text-align: center;
}
.title_cate{
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 15px 22px;
	font-size: 17px;
}
.border-load{
	width: 150px;
	height: 150px;
	border: solid 10px #fff;
	border-radius: 50%;
	border-right-color: rgba(255 255 255 / 20%);
	border-bottom-color: rgba(255 255 255 / 20%);
	border-left-color: rgba(255 255 255 / 20%);
	transform: rotate(45deg);
	margin: auto;
	margin-top: 30px;
}
.border-load > div{
	transform: rotate(-45deg) translate(-9px, 9px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 23px;
	font-weight: bold;
}
.border-load > div > span{
	color: #FFF2C5;
}
.phone_cate{
	font-size: 26px;
	margin-top: 15px;
	font-family: UTM HelvetIns;
	letter-spacing: 2px;
}
.phone_cate > i{
	font-size: 30px;
	margin-right: 5px;
}
.btn_chat_cate{
	padding: 12px 25px;
	color: #000;
	background: #FEB300;
	margin: 15px 0;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
}
.btn_chat_cate:hover{
	color: #000;
}
/*===============LIST_CATE================*/
/*===============CONTENT_INDEX================*/
.content_index{
	background: #BB9D7D;
	color: #fff;
	padding: 19px 0; 
}
.title_content_index{
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
}
.title_content_index i{
	color: #fff;
	transform:scaleX(-1);
	font-size: 50px;
}
/*===============CONTENT_INDEX================*/
/*===============HETHONGANTOAN================*/
.des_content_index> span{
	color: #428BCA;
	font-weight: bold;
}
.title_hethong{
	font-weight: bold;
	font-size: 20px;
}
.title_hethong > div{
	font-size: 13px;
	color: #737373;
}
.list_hethong{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:55px;
}
.list_hethong > .item_hethong{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #EB9F9F;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 27px;
	position: relative;
}
.item_hethong:not(:last-child):before{
	content: '';
	position: absolute;
	top: 50%;
	right: -66px;
	width: 80px;
	height: 10px;
	background: #EB9F9F;
}
.item_hethong:nth-child(2){
	background: #6BBED6;
}
.item_hethong:nth-child(2):before{
	background: #6BBED6;
}
.item_hethong:nth-child(3){
	background: #E6B75C;
}
.item_hethong:nth-child(3):before{
	background: #E6B75C;
}
.item_hethong:nth-child(4){
	background: #A66AC9;
}
.item_hethong:nth-child(4):before{
	background: #A66AC9;
}
.item_hethong:nth-child(5){
	background: #7FA95D;
}
/*===============HETHONGANTOAN================*/
/*===============CHUYENDE================*/
.title_chuyende{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.title_chuyende > span{
	font-size: 20px;
	padding: 15px 0;
	border-bottom: 3px solid #e20e0a;
	display: block;
	margin: auto;
	width: 33%;
	font-weight: 500;
}
.list_chuyende{
	padding: 15px;
	box-shadow: inset 0 0 15px rgba(0 0 0 / 20%); 
}
.list-item-chuyende{
	display: grid;
	grid-template-columns: repeat(8,1fr);
	grid-gap: 5px;
}
.item-chuyende{
	padding: 15px;
	color: #fff !important;
	background: #9AC385;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.item-chuyende > div{
	padding-bottom: 10px;
	background: url(../img/bg_chuyende.png) no-repeat;
	background-size: 95px;
	background-position: -7px 23px;
}
.item-chuyende:nth-child(1){
	grid-column: 1/3;
}
.item-chuyende:nth-child(2){
	grid-row: 1/3;
	grid-column: 3/4;
	background: #729EA8;
}
.item-chuyende:nth-child(3){
	background: #F2B77A;
}
.item-chuyende:nth-child(4){
	grid-column: 5/7;
	text-align: center;
	background: #86B0DF;
}
.item-chuyende:nth-child(5){
	background: #30B2A6;
}
.item-chuyende:nth-child(6){
	grid-row: 1/3;
	grid-column: 8/9;
	background: #E5C49B;
}
.item-chuyende:nth-child(7){
	background: #30D1BD;
}
.item-chuyende:nth-child(8){
	background: #C69FB3;
}
.item-chuyende:nth-child(9){
	grid-column: 4/6;
	background: #7AD4F0;
}
.item-chuyende:nth-child(10){
	background: #94D2A3;
}
.item-chuyende:nth-child(11){
	background: #9AC385;
}
/*===============CHUYENDE================*/


/*===============LOAI_RIGHT================*/
.title_side_bar{
	color: #078493;
	background: url(../img/bg_title_sidebar.png) bottom center no-repeat;
	background-size: cover;
	padding: 20px;
	padding-bottom: 30px;
	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 li{
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.menu_side_bar li a{
	font-size: 16px;
	color: #333;
	padding-left: 31px;
	display: inline-block;
	background: url(../img/ic_sub_bar.png) center left no-repeat;
	background-position: 10px 8px;
}
.sub_menu_sidebar
{
	margin-left: 25px !important;
	margin-top: 10px !important;
	display: none;
	background: #ddd;
}
.sub_menu_sidebar li a
{
	display: block;
	padding-top: 10px;
	background: url(../img/ic_sub_bar.png) #dddd center left no-repeat;
	background-position: 10px 16px;
}
.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 #933f70;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #933f70;
}
.post-main h2{
	font-size: 1.5rem;
	color: #933f70;
	border-bottom: 1px solid #933f70;
	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: #933f70;
	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:#BE7E33;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #009AAC ;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #933f70;
	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: #933f70;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #933f70;
}
.main-breacrumd .breadcrumb-item > a{
	color: #933f70;
}
/*===============LOAI_RIGHT================*/

