
*{
	/*font-family:Open Sans,sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 

}
html{
	height: 100%
}
body {
	height: 100%;
    margin:0px;
    background: #ede3e3 url('../images/bg.jpg') ;
    background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: 100% 100%;
  	background-position:  bottom;
}
a, a:hover {

	text-decoration:none;
}
nav a{
	position: relative;
	display: inline-block;
}
nav a:hover{

}
nav a:before {
  content: '';
  border-bottom: solid 1px whitesmoke;
  position: absolute;
  bottom: 0; left: 30%;

  width: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0); 
}

nav a:hover:before {

  border-bottom: solid  whitesmoke;
  width: 40%;
  -webkit-animation: heartbeat-x 1.7s infinite ease-in;
          animation: heartbeat-x 1.7s infinite ease-in;
}

nav a:hover {
  -webkit-animation: heartbeat 1.7s infinite ease-in;
          animation: heartbeat 1.7s infinite ease-in;
}

@-webkit-keyframes heartbeat {
  0% { -webkit-transform: scale(1); }
  10% { -webkit-transform: scale(1.1); }
  20% { -webkit-transform: scale(1); }
  30% { -webkit-transform: scale(1.1); }
  40% { -webkit-transform: scale(1); }
}

@-webkit-keyframes heartbeat-x {
  0% { -webkit-transform: scaleX(0); }
  10% { -webkit-transform: scaleX(1); }
  20% { -webkit-transform: scaleX(0); }
  30% { -webkit-transform: scaleX(1); }
  40% { -webkit-transform: scaleX(0); }
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  10% { transform: scale(1.1); }
  20% { transform: scale(1); }
  30% { transform: scale(1.1); }
  40% { transform: scale(1); }
}

@keyframes heartbeat-x {
  0% { transform: scaleX(0); }
  10% { transform: scaleX(1); }
  20% { transform: scaleX(0); }
  30% { transform: scaleX(1); }
  40% { transform: scaleX(0); }
}

#wapper {
    width:960px;
    display:block;
    margin:auto;
}

#wapper #notification{
	display: block;
	background: #d82f2f url('../images/bg-button.png') no-repeat bottom left;
	margin-bottom: 30px;
	border-radius: 0px;
	border: 0px solid;
	text-align: center;
	padding: 20px 0px;
	font-size: 20px;
	font-family: tahoma;
	color: #F7F7F7;
	box-shadow:0px 0px 3px 3px rgb(45 123 146 / 80%);
}	
div strong{
		box-shadow: 0px 0px 2px 2px rgb(138 72 45 / 48%);  
    border: 1px solid black;
    color: white;
		padding: 8px;

}
#wapper #notification2{
	margin-bottom: 30px;

}

#table_info {
	width: 100%;
	font-weight: normal;

	border-collapse: collapse;
}

#table_info tr {
	margin:0px;
}

#table_info td {
	padding:8px 10px;
	margin:0px;
	border: 1px dotted #b9a8a8;
	width:50%;
}

header {
    display:block;
    height:110px
}

header #headerlogo {
    float:left;
    margin:25px 15px 0px 20px;
	-webkit-animation: swing 0.6s ease-out;
	animation: swing 0.6s ease-out;
}
#headerlogo img:hover{
	-webkit-animation: swing 0.6s ease-out;
	animation: swing 0.6s ease-out;
}
header nav {
    float:right;
    margin:65px 15px 0px 0px;
    background-color:#063354;
    background: linear-gradient(180deg, rgba(19, 52, 61, 1) 0%, rgba(43, 84, 104, 1) 100%);
    padding:6px;
    box-shadow:0px 0px 3px 3px rgb(45 123 146 / 80%);
    border-radius: 25px;
    font-weight:bold;
    font-family:Tahoma,arial;
	font-size:16px;
}

header nav a {
    color:white;
    margin:0px 10px;
	text-transform: uppercase;
}

section#content {
	margin:45px 0px;
	font-family:tahoma,arial, "times new roman";
}

section#contentRight {
	width:38%;
	float:right;
	background-color:#F3F3F3;	
	margin:0px;
	border:0px solid;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0px 0px 3px 3px rgb(45 123 146 / 80%);
}

[data-icon]:before {
	  font-family: icons; /* BYO icon font, mapped smartly */
	  content: attr(data-icon);
	  speak: none; /* Not to be trusted, but hey. */
	  font-size:50px;
}

section#contentLeft {
	width:58%;
	float:left;
	background-color:#F3F3F3;	
	margin:0px;
	border:0px solid;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0px 0px 3px 3px rgb(45 123 146 / 80%);
}

section#contentRight h3, section#contentLeft h3 {
	
	margin:0px;
	font-size:15px;
	color:black;
	padding:10px;
	color:white;
	text-transform: uppercase;
	background-color:#063354;
	
}

section#contentBottom p.descript, section#contentRight p.descript, section#contentLeft p.descript {
	margin:0px;
	font-size:12px;
	font-style: italic;
	font-weight:bold;
	color:#888888;
	padding:10px 20px;
	
}

section#contentBottom form, section#contentRight form,section#contentLeft form {
	margin:0px 20px 20px 40px;
	float:left;
	font-family:Tahoma,arial;
	font-weight:bold;
	font-size:17px;
	display:block;
	width:85%;
}

section#contentRight form{
	width:78%;
}

label {
	font-weight:bold;
	text-transform: uppercase;
	clear:both;
	display:block;
	margin-top:15px;
	color:#063354;

}
label img{
	margin-bottom: -5px;
}


input,select {
	font-weight:bold;
	clear:both;
	display:block;
	margin:5px 0px 20px 0px;
	width:100%;
	height:25px;
	font-size:15px;
	padding-left:10px;

    line-height: 100%;
}

input:focus{
	outline: none;
	border: 2px solid #063354;
	border-radius: 3px;
}

input:disabled {
	border:1px solid blue;
	background-color:#FFF1A8;
}
input::placeholder{
	color: #555 !important;
}
section#contentLeft .forgetpassword {
	
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:20px;
	display:block;
}
a.forgetpassword.floatRight{
	color: #063354;
}

a.forgetpassword.floatRight:hover{
	color: #063354;
	text-decoration: underline;
}
.button {
	font-family:Tahoma,arial;
	font-size:17px;
	font-weight:bold;
	background:#d82f2f url('../images/bg-button.png') no-repeat bottom left;
	height:40px;
	width:auto;
	margin:0px 0px 10px 20px;
	padding:0px 25px 0px 30px;
	color:white;
	clear:none;
	border: 0px solid;
    border-radius: 6px;
	box-shadow: 1px 1px 5px #888888;

}

.button:hover{
	opacity:1;
	animation: swing 0.6s ease-out;
}

section#contentTop {
	width:40%;
}

section#contentBottom {
	width:53%;
	-webkit-animation: born 0.6s ease-out;
	animation: born 0.6s ease-out;
	
}

@-webkit-keyframes born {
  0%   { -webkit-transform: skewY(0deg); }
  20%  { -webkit-transform: skewY(4deg); }
  60%  { -webkit-transform: skewY(-3deg); }
  80%  { -webkit-transform: skewY(-2deg); }
  100% { -webkit-transform: skewY(0deg); }
}

@keyframes born {
  0%   { transform: skewY(0deg); }
  20%  { transform: skewY(4deg); }
  60%  { transform: skewY(-3deg); }
  80%  { transform: skewY(-2deg); }
  100% { transform:  skewY(0deg); } 
}

section#contentBottom, section#contentTop {
	background-color:#F3F3F3;	
	margin:0px;
	border:0px solid;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0px 0px 3px 3px rgb(45 123 146 / 80%);
	margin-bottom:50px;
}

section#contentBottom h3, section#contentTop h3{


	margin:0px;
	font-size:15px;
	
	color:black;
	padding:10px;
	color:white;
	text-transform: uppercase;
	background-color:#063354;
	
}

#contentTop #greeding {
	font-size:12px;
	margin:0px 10px;
	color:blue;
	float:right;
}
#contentTop #greeding a{
	font-size: 14px;
}
.box {
	width:100%;
	text-align: center;
}

.box-menu {
	width:100%;
	display:flex;
	text-align:center;
	overflow:hidden;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.box-icon {
		height: 58px;
    width: 176px;
    float: left;
    display: inline-block;
    margin: 10px 12px;
    /*background-color: blue;*/
    /* border: 8px solid black; */
    /* border-radius: 10px; */
    background: url(../images/btn_hephai_normal.png) no-repeat;
    box-shadow: 0px 0px 2px 2px rgb(45 123 146 / 46%);
}

.box-icon:hover {
	-webkit-animation: swing 0.6s ease-out;
	animation: swing 0.6s ease-out;
	background: url(../images/btn_hephai_hover.png);
	box-shadow: 0px 0px 2px 2px rgb(138 72 45 / 48%);
  width: 176px;
  height: 58px;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}

.box-icon a {
	font-size:22px;
	color:white;
}

.box-icon p {
	margin-top:2px;
 	font-family:Tahoma, arial;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:white;

	text-transform: uppercase;

}

.box-active { 
	  background: url(../images/btn_hephai_hover.png);
    width: 176px;
    height: 58px;
    box-shadow: 0px 0px 2px 2px rgb(138 72 45 / 48%)
}

.box-active a {
	color:white;
}

.box-active p {

}
.flaticon-user77, .flaticon-cog2, .flaticon-open95, .flaticon-vintage27{
	padding-top: 6px;
}
.flaticon-power27 {
	color:yellow;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.floatCenter {
	text-align:center;
}

.scrollSlide {
	font-size:35px;
	margin:0px 5px;
	margin-top:60px;
	
}
/*footer*/
footer{
        background-color: #01121a;
    color: #555;
    border-top: 1px solid #052d40;
    position: sticky;
    top: 100%;
}
.container{
      
    justify-content: space-between;
    display: flex;
    align-items: center !important;
}
.p-2{
        margin: 0;
    padding: 8px;
    flex-grow: 2;
    text-align: center;
}
.text-muted{
        flex-grow: 1;
    text-align: left;
    padding: 8px;
    font-size: .75rem;
    color: #6c757d !important;
}
.text-muted a{
    color: #d4152f;
}
/*footer*/
.captcha {
	border:1px solid black;
	border-radius:15px;
	opacity:0.6;
	display:inline;
	margin-left:10px;
	margin-top:-10px;
}

.captchatext {
	vertical-align: top;
	font-weight:bold;
	text-transform: uppercase;
	margin-top:35px;
	color:#411717;
	opacity:0.9;
}

#errorl, #errorr {
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:13px;
	padding:0px 15px;
}

#bttop {

  background: url("../images/toppage.png") no-repeat;
  text-align:center;
  padding:5px;
  position:fixed;
  bottom:80px;
  right:10px;
  cursor:pointer;
  display:block;
  color:#fff;
  font-size:11px;
  font-weight:900;
  height: 95px;
  width: 141px;
}
	
#bttop:hover {
  background: url("../images/toppage.png") no-repeat;
  background-position: 0 -95px;
}


/*ASIDE*/
.aside-right a {
    display: block;
}
.aside-right {
    background: url(../images/floating-bg.png) 0 0 no-repeat;
    width: 250px;
    height: 493px;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 100;
    transform-origin: right top;
    transition: .3s ease-in-out;
    background-position: center;
}
.aside-right .list-button {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: -28px;
    padding-top: 160px;
    overflow: hidden;
    list-style: none;
}
.aside-right .close-side {
    position: absolute;
    background-position: 0 -630px;
    height: 70px;
    width: 26px;
    top: 85px;
    left: 14px;
}
.aside-right .list-button li .btn-napthe {
    margin-top: 0px;
     
    font-size: 23px;
    margin-right: -15px;
    color: #f2e19f;
    font-weight: 700;
}

.aside-right .list-button li .btn-register {
    margin-top: 15px;
    font-size: 20px;
     
    color: #f2e19f;
    margin-right: -13px;
}
.aside-right .list-button li .btn-news {
    margin-top: 15px;
    font-size: 20px;
     
    color: #f2e19f;
    margin-right: -14px;
}
.aside-right .list-button li .btn-fb {
    margin-top: 13px;
    font-size: 20px;
     
    color: #f2e19f;
    margin-right: -16px;
}
.aside-right .list-button li .btn-congdong {
    margin-top: 15px;
    color: #f2e19f;
     
    font-size: 20px;
    margin-right: -11px;
}
.aside-right a:hover {
    filter: brightness(1.3);

}
.contentLeft-main{
    padding: 10px 50px 20px 50px;
}