@font-face {
	font-family: UTM HelvetIns;
	src: url(UTMHelvetIns.ttf);
	src: url(UTMHelvetIns.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;
}
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: 3.2vw;
	vertical-align: baseline;
	background: 0 0
}
body {
	margin: 0 auto !important;
	max-width: 650px;
	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
}

* html .clearfix {
	height: 1%
}

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%);
}
/* ===== 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================*/
.logo_header_mb {
	padding: 0px;
	
	background: #fff;
}
.logo_header_mb img {
	display: block;
	margin: auto;
	width: 70%;
}
.top-header{
	background: #009AAC;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.top-header i{
	font-size: 45px;
	color: #fff;
}
.top-header img{
	width: 30px;
}
.title_main{
	color: #BE7E33;
	text-transform: uppercase;
	position: relative;
	font-size: 4vw;
	font-weight: 600;
	padding-bottom: 21px;
	padding-left: 80px;
	padding-top: 25px;
	margin-bottom: 20px;
}
.title_main > span {
    display: block;
    color: #222;
    font-size: 3vw;
}
.title_main.img_1{
	background: url(../img/tt_3.svg) no-repeat;
	background-size: 71px;
	background-position: center left;  
}
.title_main:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 5px;
	background: #BE7E33;
}

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

.diachi-header {
	font-size: 16px;
}

.list_item_cate{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(4, 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 span{
	color: #428BCA;
	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;
}
.phone_cate span{
	font-family: UTM HelvetIns;
	color: #fff;
}
/*===============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: 15px;
	flex-direction: column;
}
.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;
}
.item_hethong:nth-child(2){
	background: #6BBED6;
}
.item_hethong:nth-child(3){
	background: #E6B75C;
}
.item_hethong:nth-child(4){
	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 #028F9F;
        display: block;
        margin: auto;
        width: 92%;
        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(2,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;
    }
    .grid-3{
        grid-column: 1/span 2;
    }
    .item-chuyende:nth-child(2){

        background: #729EA8;
    }
    .item-chuyende:nth-child(3){
        background: #F2B77A;
    }
    .item-chuyende:nth-child(4){
        text-align: center;
        background: #86B0DF;
    }
    .item-chuyende:nth-child(5){
        background: #30B2A6;
    }
    .item-chuyende:nth-child(6){
        background: #E5C49B;
    }
    .item-chuyende:nth-child(7){
        background: #30D1BD;
    }
    .item-chuyende:nth-child(8){
        background: #C69FB3;
    }
    .item-chuyende:nth-child(9){
        background: #7AD4F0;
    }
    .item-chuyende:nth-child(10){
        background: #94D2A3;
    }
    .item-chuyende:nth-child(11){
        background: #9AC385;
    }
    /*===============CHUYENDE================*/

/*===============FOOTER================*/
.name_info_footer {
	color: #BE7E33;
	font-size: 5vw;
	text-align: center;
	font-weight: bold;
}
.list_info_footer >li {
	display: flex;
	align-items: center;
	/* height: 55px; */
	margin-bottom: 20px;
}
/*===============FOOTER================*/

/*===============LOAI_RIGHT================*/
.ic_social img{
	width: 55px;
}
.cate-menu .cate-hidden{
	position: absolute; height: 50px; width: 100%; top: 0px; left: 0px;
}
.info_title_trangloai img{	
	float: left;
}
.info_title_trangloai{	
	clear: both;
}
.info_title_trangloai{
	margin: 0 25px;
	text-align: justify;
}
.title_trangloai {
    color: #078493;
    font-size: 25px;
    font-weight: bold;
    padding-left: 60px;
    padding-bottom: 25px;
    background: url(../img/clover.png) no-repeat;
    background-position: 16px 4px;
    background-size: 37px;
}
.des_title_trangloai {
    font-weight: 400;
    color: #333;
    font-size: 20px;
}
#errorContainer_sidebar {
	width: 100%;
	display: none;
	overflow: auto;
	margin: 20px 0;
}
#errorContainer_sidebar li {
	text-align: center;
	color: #cc4747;
	padding: 2px 0;
}
/* Add css page category */
.sidebar #section-cate,.sidebar #section-date,.sidebar #section-contact,.sidebar #section-register {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 5px
}

#guide-page-wp #section-01 .slider-hidden {
	display: none
}

.sidebar {
	height: auto;
	min-height: 1380px;
	width: 97%;
}

.sidebar #section-cate .title {
	position: absolute;
	content: '';
	top: 16px;
	left: 0;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: 0 -587px;
	width: 246px;
	height: 51px
}

.sidebar #section-cate .box-cate {
	padding-top: 68px
}

.cate-menu {
	background: #f2f2f2
}

.cate-menu li {
	position: relative;
	padding: 16px 0 16px 55px;
	border-bottom: 1px solid #ccc
}

.cate-menu li:nth-child(1):before {
	position: absolute;
	content: '';
	top: 7px;
	left: 20px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -519px -710px;
	width: 13px;
	height: 36px;
	position: absolute;
	top: 7px;
	left: 20px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -519px -710px;
	width: 13px;
	height: 36px
}

.cate-menu li:nth-child(2):before {
	position: absolute;
	content: '';
	top: 7px;
	left: 20px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -400px -830px;
	width: 17px;
	height: 37px
}

.cate-menu li:nth-child(3):before {
	position: absolute;
	content: '';
	top: 7px;
	left: 10px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -315px -549px;
	width: 33px;
	height: 33px
}

.cate-menu li:nth-child(4):before {
	position: absolute;
	content: '';
	top: 7px;
	left: 16px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -511px -542px;
	width: 20px;
	height: 38px
}

.cate-menu li:nth-child(5):before {
	position: absolute;
	content: '';
	top: 7px;
	left: 13px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -349px -547px;
	width: 29px;
	height: 35px
}

.cate-menu li:nth-child(6):before {
	position: absolute;
	content: '';
	top: 7px;
	left: 16px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -512px -506px;
	width: 20px;
	height: 34px
}

.cate-menu li:last-child {
	border-bottom: none
}

.cate-menu li a {
	color: #4b4b4b
}

.cate-menu li a:hover {
	color: #388669
}

.cate-menu li a .m-icon {
	position: absolute;
	content: '';
	top: 21px;
	right: 10px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -493px -399px;
	width: 11px;
	height: 11px
}

.sub-cate-menu {
	display: none;
	background: #fffaee;
	margin-top: 20px;
	margin-left: -55px !important;
}

.sub-cate-menu li {
	position: relative;
	padding: 12px 0 12px 45px;
	border-bottom: none
}

.sub-cate-menu li:before {
	display: none
}

.sub-cate-menu li:after {
	position: absolute;
	content: '';
	top: 16px;
	left: 25px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -504px -398px;
	width: 9px;
	height: 11px
}

.sub-cate-menu li:hover a {
	color: #388669
}

li.selected .sub-cate-menu {
	display: block
}

.sidebar #section-date {
	background: #f2f2f2;
	height: 300px
}

.sidebar #section-date .title {
	position: absolute;
	content: '';
	top: -13px;
	left: 0;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: 0 -639px;
	width: 246px;
	height: 54px
}

.sidebar #section-date .box-date {
	position: absolute;
	content: '';
	top: 60px;
	left: 32.5px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -8px -692px;
	width: 181px;
	height: 175px
}

.sidebar #section-date .tit {
	position: absolute;
	width: 100%;
	bottom: 15px
}

.sidebar #section-date p {
	display: block;
	font-family: Tahoma;
	font-size: 15px;
	color: #505050;
	text-align: center;
	margin: 0;
}

.sidebar #section-date p:last-child {
	color: #c27575
}

.sidebar #section-contact {
	width: 100%;
	height: 246px
}

.sidebar #section-contact .item-1 {
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -358px -290px;
	width: 120px;
	height: 120px
}

.sidebar #section-contact .item-2 {
	position: absolute;
	content: '';
	top: 10px;
	left: 126px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -189px -830px;
	width: 120px;
	height: 120px
}

.sidebar #section-contact .item-3 {
	position: absolute;
	content: '';
	top: 136px;
	left: 0;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -189px -710px;
	width: 120px;
	height: 120px
}

.sidebar #section-contact .item-4 {
	position: absolute;
	content: '';
	top: 136px;
	left: 126px;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -310px -709px;
	width: 120px;
	height: 120px
}

.sidebar #section-register {
	width: 100%;
	height: 360px;
	background: #f2f2f2;
	margin-top: 30px
}

.sidebar #section-register .title {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: url(../img/all_zip1.png) no-repeat;
	background-position: -247px -586px;
	width: 246px;
	height: 54px
}

.sidebar #section-register .box-register {
	position: absolute;
	top: 70px;
	padding: 0 20px
}

.sidebar #section-register .box-register input,.sidebar #section-register .box-register textarea,.sidebar #section-register .box-register button {
	width: 100%;
	padding: 10px 0 10px 20px;
	margin-bottom: 10px
}

.sidebar #section-register .box-register input[type="date"] {
	padding: 7px 0 7px 20px
}

.sidebar #section-register .box-register button {
	position: relative;
	border-radius: 4px;
	border: none;
	background: #59a388;
	color: #fff;
	font-family: 'UTM HelvetIns';
	font-size: 17px;
	text-transform: uppercase
}

.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
}

@media screen and (max-width: 414px) {
	#header-wp {
		display:none
	}

	#header-m-wp {
		display: block
	}

	#guide-page-wp #section-01,#guide-page-wp #section-02,#guide-page-wp #section-quick {
		padding-bottom: 20px;
		margin-bottom: 10px
	}

	#guide-page-wp #section-01 {
		margin-bottom: 5px;
		padding-bottom: 0
	}

	#guide-page-wp #section-01 .slider2 {
		display: none
	}

	#guide-page-wp #section-01 .slider-hidden {
		display: block
	}

	.sidebar {
		display: none
	}

	.breadcrumb ul {
		padding: 10px 15px
	}

	.main-content {
		width: 100%
	}

	.main-content .list-item {
		margin-top: 0
	}

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

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

	.main-content .list-item .item .info .title {
		font-size: 18px
	}

	.main-content .list-item .item .info p,.main-content .list-item .item .info .btn-bot {
		display: none
	}

	.main-content .list-item .item .info-hidden {
		display: block;
		margin-top: 3px
	}

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

	.main-content .list-item .item .info-hidden .btn-bot {
		margin-top: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd
	}

	.main-content .list-item .item .btn-bot a {
		left: 13%;
		transform: translateX(-13%)
	}
}
.bg_or
{
	background: #009AAC ;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #007B89;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #007B89;
}
.post-main h2{
	font-size: 1.5rem;
	color: #007B89;
	border-bottom: 1px solid #007B89;
	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: #007B89;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.cover_img_post{
	display: inline-block;
	flex: 1;
    	margin-bottom: 10px;
}
.content_post_loai
{
	/*width: 65%;*/
	flex:1;
	padding:0 15px;
}
.content_post_loai > :is(.card-title, p){
	font-size: 100%;
}
.content_post_loai > :.card-title{
	margin-bottom: 5px;
}
.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: #007B89;
	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: #007B89;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #007B89;
}
.main-breacrumd .breadcrumb-item > a{
	color: #007B89;
}
/*===============LOAI_RIGHT================*/

