body {
    font-family: Arial, Helvetica, sans-serif !important;
}
img {
    width: 100% !important;
	height: 100% !important;
    cursor: pointer;
}
.range {
    margin-top: 30px;
}
.flex {
    align-items: center;
}


/* menu */
.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
	text-shadow: 0.1em 0.1em #fff;
	background: #ffd700;
    padding: 3px 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
}
.logo {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
}
.navbar-nav {
    justify-content: space-around ;
    width: 100%;
    align-items: center;
}
.bg-light {
    --bs-bg-opacity: 0 !important;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.fixed-top {
    position: unset !important;
}
.nav-item {
    text-align: center;
}
.nav-link {
    text-transform: uppercase;
    font-weight: 600  !important;
    color: #000 !important;
	padding: 20px 10px !important;
    font-size: 15px !important;
	text-shadow: 0.1em 0.1em #fff;
}
.nav-link:hover {
    background-color: #ffd700; 
    color: #000 !important;
}

.active { 
	background-color: #ffd700; 
}
#myDIV .active .nav-link { 
	color: #000 !important; 
}

.navbar {
	padding: 0 !important;
}
.main_header { 
    position: relative;
    width: 100%;
    background: #fff !important;
}
.main_header.sticky {
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    position: fixed;
    animation: menudown 2s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 5px 5px;
}
.main_header.sticky .logo {
    display: none;
}
@keyframes menudown {
    0% {transform: translateY(-50px);}
    100% {transform: translateY(0);}
}
.navbar-toggler {
    margin: 7px !important;
    padding: 0px 5px !important;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height:normal !important;
    color: #000 !important;
    background-color: transparent;
    border: none !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler-icon {  
    background-image: none !important;
}
.navbar-toggler .fa-solid {
	padding-top: 5px; 
}
.offcanvas {
    width: 300px !important;
	transition: 0.4s !important;
}
.container-fluid {
    justify-content: unset !important;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;	
}
.button_menu {
    font-size: 20px;
    display: none;
}
.header__with-input {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 4px 10px;
    border-radius: 20px;
	width: 200px;
}

.header__with-input form {
	width: 100%;
	display: flex;
}

.header__input {
    border: none;
    outline: none;
    flex: 1;
	width: 95%;
    background: transparent;
}

.header__input-icon {
    cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
}

.header__input-icon-link {
    color: #018791;
}

/* main*/
.interior_title {
    text-align: center;
    margin: 30px 0px;
}
.interior_title .title {
    text-decoration: none;
    text-transform: uppercase;
    color: #444444;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-size: 23px;
}
.interior_title .title:hover {
}
.box_interior {
    position: relative;
    margin: 10px 0px;
}
.interior_img {
    overflow: hidden;
	height: 250px;
}
.interior_img img {
    object-fit: cover;
    transition: transform .9s;
}
.interior_img img:hover {
    transform: scale(1.1);
}
.interior_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(100 100 100 / 60%);
    text-align: center;
    color: #fff;
    padding: 10px;
}
.button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button-33 {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-transform: uppercase;
  margin-top: 10px;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: #000;
}

.tin_news {
    background: #f5f2f4;
    margin-top: 20px;
}
.tin_news .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    padding: 20px 0px;
}
.box_news {
    text-decoration: none;
}
.news_box {
    color: #000;
    margin: 25px 0px;
    transition: 0.4s;
}
.news_box:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.news_name {
    font-weight: bold;
    font-size: 20px;
}
.news_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #444444;
    margin: 10px 0px;
}

.list_tin_news .button {
    padding-bottom: 20px;
}
.map {
    position: relative;
    cursor: pointer;
}
.map iframe {
    width: 100%;
    height: 250px;
}
.map::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    transition: transform .9s;
}
.map:hover::before {
    display: block;
}

/* footer */
.footer {
    background: #444444;
    padding: 30px 10px;
    color: #fff;
}
.footer .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    padding: 20px 0px;
}
.text_footer {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}
.text_footer .icon {
    margin-right: 10px;
}
.chinh_sach {
	padding-top: 10px;
}
.chinh_sach_title {
    font-weight: bold;
    text-transform: uppercase;
}
.chinh_sach .text_footer {
    font-weight: bold;
    text-transform: capitalize;
}
.copy_right {
    background: #444444;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    border-top: 1px solid #fff;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer a:hover {
    color: #fff;
    text-decoration-line: underline;
}

/* back top*/
.go_to_top {
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9000;
    cursor: pointer;
    display: none;
}


.go_to_top-icon {
    color: #fff;
    font-size: 18px;
}

.go_to_top.show {
    display: flex;
    animation: sideUp ease 0.2s;
}

@keyframes sideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* call*/
.infor_fixed {
    position: fixed;
    z-index: 100;
    bottom: 3%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 350px;
    background: #f5f911;
    padding: 10px 5px;
    right: 8%;
    border-radius: 3px;
    text-transform: uppercase;
}
.left {
    display: flex;
}
.right {
    font-size: 15px;
    margin-right: 10px;
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    transition: all 150ms linear 0s;
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.infor_fixed .icon {
    margin: 0px 5px;
    border: 1px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotateRight infinite ease 0.9s;
}
.infor_fixed a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.infor_fixed .icon img {
    width: 15px;
}

@keyframes rotateRight {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(0);
    }
}

/* css trang con */
.page_icon {
	text-decoration: none;
}
.page_link {
	margin: 30px 0px; 
	display: flex;
	align-items: center;
}
.page_link a {
	color: #018791;
}
.page-home-icon {
	padding: 0px 10px;
}
.page_home_name {
	text-transform: capitalize;
	font-weight: bold;
	color: #018791;
	display: flex;
	align-items: center;
}
.content {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
	padding: 10px;
}
.content_name {
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0px;
	font-weight: bold;
	color: #444444;
	font-size: 25px;
}
.cat_box {
	text-decoration: none;
}
.box_cat {
	text-align: center;
	color: #000;
	margin: 10px 0px;
	transition: 0.4s;
}
.box_cat:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	transform: translateY(-5px);
}
.cat_name {
	padding: 20px 10px;
}
.cat_img {
	height: 200px;
}
.cat_img img {
	object-fit: cover;
}
.sidebar {
	background: #f8f8f8;
}
.sidebar_title {
	border-bottom: 2px solid #000;
}
.sidebar_title .title {
    display: -webkit-inline-box;
    padding: 5px 12px;
    background: #271511;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
	font-weight: bold;
}
.list_sidebar {
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
	color: #000;
}
.sidebar_name {
	border-top: 1px solid #d5d1d1;
	padding: 10px;
}
.sidebar_name:hover {
	background: #000;
	color: #fff;
}
.post_lien_quan .title {
    display: inline-block;
    max-width: 90%;
    position: relative;
	padding: 30px 0px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
.post_lien_quan .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #eee;
    left: 100%;
    width: 100%;
    margin-top: -1px;
    margin-left: 15px;
}
.tablenav {
	padding: 24px 0;
}

.pagination {
	justify-content: center;
}

.pagination .active span {
	background: #f5f911;
	color: #000;
	border: 1px solid #ccc;
}

.pagination .active span:hover {
	background: #f5f911;
	filter: brightness(60%);
	color: #000;
}

.pagination li a {
	color: #000;
	text-decoration: none;
}

.pagination li a:hover {
	color: #000;;
}

.pagination li span {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination li {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
}