

body{background-color:#effbf9;
 }

p{margin-bottom: 0;}
hr{margin:5px 0;}
.table td, .table th{
padding:5px;
}
.form-control{
font-size: inherit;
}
.select30{
	width:30%;
}
/*form index*/
div#dang-nhap {
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    border-top: 1px solid #c3cbca;
}

div#nghi-phep select,div#nghi-phep input[type="text"] {
width:35%;
}
div#nghi-phep label{
width:15%;
}
div#thongtinnhanvien input.top-nv {
width:100%;
}

#dangnhapright
{
	display: grid;
    align-items: center;
    position: absolute;
    right: 0px;
    z-index: 8;
}
}
h5
{
	color:#208284;
}
.navbar-collapse {
    background-color: #3a94a3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ten
{
	text-transform: uppercase;
}

/*form dang nhap*/
div#dangnhap label{
	display: inline-block;
	width:130px;
	padding-bottom: 10px;
	text-align:left;
}
div#dangnhap
{
	padding-top: 30px;
	width: 600px;
	margin: 0 auto;
	
}



/*thong tin nhan vien */

div#thongtinnhanvien label{
	display: inline-block;
	width:150px;
	margin-top:10px;
	margin-bottom:0px;
}


div#thongtinnhanvien button
{
	
	margin: 0 auto;
}
div#thongtinnhanvien input,select,textarea
{
	width: 100%;
}
div#thongtinnhanvien tr{
	padding-bottom:5px;
}
div#thongtinnhanvien td{
	padding-right:5px;
}
div#dangnhapright li
{
	list-style: none;
	display: inline;
}
/*gio lam nhan vien*/
div#giolamnhanvien label{
	display: inline-block;
	width:150px;
	padding-bottom: 10px;
}


div#giolamnhanvien input,select
{
	/*width: 230px;*/
}

input#delete {
	color: #007bff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-bottom: 1px dashed #888686;
}
input#delete:hover
{
	color:#d80d21;
}

div#giolamnhanvien button
{
    display: block;
    width: 175px;
    /*float: left;*/

    margin: 0 auto;
}

/*menu*/
div#menu li
{
	display: list-item;
}
.navbar
{
	padding:0;
	display: block;
}

.navbar-toggler
{
	background-color:#3a94a3; 
	padding:0 5px;
}

.navbar-dark .navbar-nav .nav-link
{
color:#d3f6f7;
padding-right: 5px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
{
	background-color:#4bacbd;
	transition: 0.3s;
	color: #f5e739;
}
.tenphong
{background-color: #e2e1df;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/* Style the tab content cham cong */
div#tbl-chamcong .table td, .table th {
    padding: 1px;
    vertical-align: revert;
    border-top: 1px solid #dee2e6;
    text-align:center;
}
div#tbl-chamcong .btn{
	padding:0px;
	margin:0px;
}
div#tbl-chamcong  a.font12{
	font-size:12px;
}


div#tbl-chamcong input[type="text"]{
	font-size:11px;
}

div#tbl-chamcong tr:nth-child(2){
	font-size:11px;
}
iv#x_danhgia_ns td:nth-child(3){
	text-align:center;
}

.sinh-nhat {
    position: relative;
}
img.sinhnhat {
    width: 70%;
}
.text-center.hotenchung {
    position: absolute;
    top: 225px;
    left: 43%;
    font-size: 28px;
    color: #d89392;
    font-weight: 500;
}


/*them moi*/
div#top-header{
	height: 110px;
	box-shadow: 5px 5px 10px gray;
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/*footer*/
div#footer-hr{
	background-color: #176c80;
	color:#ede6e6;
	position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 13px;
	border-top: 7px solid #34b9cf;
  
}
.quidinh{

	border-left: 1px dashed #e78739;
   
    border-bottom: 1px dashed #e78739;
   
}
.img_quidinh{
	border-radius: 50px;
    border: 1px solid #e78739;
    position: absolute;
    left: -31px;
    top: -26px;
    background-color:#fff;
}

/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 20px;
  margin-top: 0px;
}



.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 40px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 5px 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}


.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 0px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 70px;
}

/*.bounceInUp animation {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}*/
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

/* Feature Showcase */
.feature-showcase {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	padding: 1rem;
	/*background: linear-gradient(135deg, rgba(45, 90, 135, 0.03) 0%, rgba(74, 124, 138, 0.03) 100%);*/
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.feature-showcase::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	/*background: repeating-linear-gradient(45deg,*/
			transparent,
			transparent 20px,
			rgba(45, 90, 135, 0.02) 20px,
			rgba(45, 90, 135, 0.02) 40px);
	animation: slidePattern 30s linear infinite;
}

.showcase-content h3 {
	font-size: 2.2rem;
	margin-bottom: 2rem;
	background: linear-gradient(135deg, #F1E5AC 0%, #4a90e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-align: center;
	position: relative;
	z-index: 1;
}

.feature-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1.5rem;
	position: relative;
	z-index: 1;
}

.feature-list li {
	display: flex;
	align-items: center;
	gap: 1rem;
	
	background: linear-gradient(88deg, #f5bc65 0%, #f79707 100%);
    color: #fff;
    border-radius: 29px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgb(175 178 179);
    position: relative;
    overflow: hidden;
    border: 1px solid #bfb9b3;
}

.feature-list li::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(241, 229, 172, 0.2), transparent);
	transition: left 0.5s ease;
}

.feature-list li:hover {
	color:red;
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
	/*background: linear-gradient(135deg, rgba(241, 229, 172, 0.05) 0%, rgba(74, 144, 226, 0.05) 100%);*/
	background-color: white;
}

.feature-list li:hover::before {
	left: 100%;
}

.feature-check {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #36c5dd 0%, #2c7f8d 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	flex-shrink: 0;
	font-size: 1.1rem;
	transition: all 0.3s ease;
}

.feature-list li:hover .feature-check {
	transform: scale(1.1) rotate(360deg);
	box-shadow: 0 5px 15px rgba(241, 229, 172, 0.4);
	/*background: linear-gradient(135deg, #dc3545 0%, #ffc107 100%);*/
	color:red;
}
.show-events-carousel {
    padding: 10px;
    position: relative;
}
/*
---------------------------------------------
Show Events Carousel
---------------------------------------------
*/
.owl-show-events {
  position: relative;
  margin-top: 10px;
}

.owl-show-events .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(5px);
}

    
.owl-show-events .owl-nav .owl-prev{
  position: absolute;
  left: -45px;
  outline: none;
}

.owl-show-events .owl-nav .owl-prev span,
.owl-show-events .owl-nav .owl-next span {
  opacity: 0;
}

.owl-show-events .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #7c838b;
  font-size: 14px;
  content: '\f060';
}

.owl-show-events .owl-nav .owl-next{
  position: absolute;
  right: -45px;
  outline: none;
}

.owl-show-events .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #7c838b;
  font-size: 14px;
  content: '\f061';
}
h5.events {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #cb630a9e;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    border-top-right-radius: 18px;
}
#hr ul li >a {
    color: #0c949f;
    text-decoration: none;
    background-color: transparent;
}
.feature-list li a:hover .feature-check{
	color red;
}
i {
	font-size: 20px;
}
/*body.body-hr {
    background: url(../images/hr.png) no-repeat;
    background-size: cover;
    height: 100vh;
}*/
li.li-hand:hover{
	cursor: pointer;
}
/* Large devices (desktops, ≥992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* CSS cho laptop nhỏ */
  img.sinhnhat {
    width: 90%;
}
.tieude-hr {
    height: -webkit-fill-available;
	background-image: url(../images/slogan.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
div#footer-hr{
	position: relative;
	width: 109%;
}
div#top-header {
    height: 155px;  
    background-image: none;
}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
.text-center.hotenchung {
  
    font-size: 18px;
}
img.sinhnhat {
    width: 100%;
}

.tieude-hr {
    height: -webkit-fill-available;
	background-image: url(../images/slogan.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
div#footer-hr{
	position: relative;
	width: 109%;
}
div#top-header {
    height: 155px;  
    background-image: none;
}

 }

@page {
  size: auto;
}
/* Small devices (landscape phones, ≥576px) CSS cho điện thoại lớn*/
@media (min-width: 576px) and (max-width: 767.98px) {
 .tieude-hr {
    height: -webkit-fill-available;
	background-image: url(../images/slogan.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
div#footer-hr{
	position: relative;
	width: 109%;
}
div#top-header {
    height: 134px;  
    background-image: none;
}

}
/* Extra small devices (portrait phones, <576px) CSS cho điện thoại nhỏ*/
@media (max-width: 575.98px) {div#thongtinnhanvien input.top-nv {
width:100%;
} 
div#thongtinnhanvien input,select,textarea
{
	width:100%;
}
div#nghi-phep input[type="text"],div#nghi-phep select
{
	width:100%;
}

div#nghi-phep label{
	width:100%;
	margin-bottom:0px;
	margin-top:0.5rem;
}
h5{
	font-size:1rem;
}
.select30{
	width:100%;
}
.text-center.hotenchung {
   top: 90px;
    font-size: 14px;
}

element.style {
}
img.sinhnhat {
    width: 100%;
}
body.body-hr {
   background: none;
   background-color: #effbf9;
}
.show-events-carousel{
	padding: 0px 20px 50px 20px;
	
}
.tieude-hr {
    height: -webkit-fill-available;
	background-image: url(../images/slogan-small.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
div#footer-hr{
	position: relative;
	width: 109%;
}
div#top-header {
    height: 135px;  
    background-image: none;
}
}
