
*{
    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"; 
    box-sizing: border-box;
    list-style: none;

}
html{
    height: 100%;
}
body {
    margin:0px;
    background: #ede3e3 url('../img/bg-content2.jpg') ;
    background-repeat: repeat-y;
    background-size: cover;
    height: 100%;
}

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%);
}   

#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:27%;
    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:71%;
    float:left;
    background-color:#edf4fb;   
    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;
}


@-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); }
}




.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{
      /*height: 100%;*/
    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;
}

/**/


#bttop {

  background: url("../img/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("../img/toppage.png") no-repeat;
  background-position: 0 -95px;
}


.home-content__left {
    height: 100%;
    text-align: center;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.home-content__left {
    height: 100%
}

.home-content__left .account {
    margin: .5rem 1px
}

.home-content__left .account__loggedin {
    background-color: #2d233e;
    color: #ccc;
    padding: 1rem;
    border-radius: .25rem
}

.home-content__left .account .btn {
    background: linear-gradient(180deg, rgba(19, 52, 61, 1) 0%, rgba(43, 84, 104, 1) 100%);
    border-radius: 0;
    color: #fff;
    padding: 1rem;
    text-decoration: none;
    border: none;
    font-size: .875rem
}

.home-content__left .account .btn:hover {
    filter: brightness(1.3);
    background: linear-gradient(180deg, rgba(19, 52, 61, 1) 0%, rgba(43, 84, 104, 1) 100%);
    transition: background-color .3s ease-in-out;
}

.home-content__left .game-payment{
    width: 259px;
    height: 59px;
    display: block;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.home-content__left .game-payment:hover {
    opacity: .8
}

.home-content__left .fanpage {
    background: #fff
}

.home-content__left .main-feature {
    margin: 1rem 0;
    background: #fafafa
}

.home-content__left .main-feature__header {
    padding: 1rem;
    background: linear-gradient(270deg, #004881, #00364d);
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 0
}

.home-content__left .main-feature.post-toc {
    padding: 1rem;
    background: linear-gradient(270deg, #d3302b, #851414);
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 0
}

.home-content__left .main-feature li {
    border: 1px solid #e9e9e9;

    width: 50%;
    font-weight: 500;
    text-align: center;
    padding: 1rem .5rem
}


.home-content__left .main-feature li.post-section {
    width: 100%;
    font-weight: 400
}

.home-content__left .main-feature li.post-section.active {
    font-weight: 500
}

.home-content__left .main-feature li.post-section.active a {
    color: #d4152f
}

.home-content__left .main-feature li>a {
    color: #343a40
}

.home-content__left .main-feature li>a:hover {
    color: #063354;
    font-weight: 700;
    transition: .3s ease-out
}
.align-items-center {
    align-items: center !important;
}
.d-flex {

    display: flex !important;
}

.nav{

    display: flex;

    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;   
}
.w-50 {
    width: 50% !important;
}

/**/
.aside-right a {
    display: block;
}
.aside-right {
    background: url(../img/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: -11px;
    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: 17px;
    font-size: 20px;
     
    color: #f2e19f;
    margin-right: -13px;
}
.aside-right .list-button li .btn-news {
    margin-top: 13px;
    font-size: 20px;
     
    color: #f2e19f;
    margin-right: -14px;
}
.aside-right .list-button li .btn-fb {
    margin-top: 12px;
    font-size: 20px;
     
    color: #f2e19f;
    margin-right: -16px;
}
.aside-right .list-button li .btn-congdong {
    margin-top: 16px;
    color: #f2e19f;
     
    font-size: 20px;
    margin-right: -11px;
}
.aside-right a:hover {
    filter: brightness(1.3);

}
.contentLeft-main{
    padding: 10px 50px 20px 50px;
}

.contentLeft-main h2{
    background: url(../img/icon_h4.png) no-repeat left center;
    color: #B62922;
    font-size: 16px;
    font-family: Arial;
    line-height: 30px;
    padding-left: 30px;
    margin: 10px auto 5px;
}
.contentLeft-main h4{
    background: url(../img/icon_h4.png) no-repeat left center;
    color: #B62922;
    font-size: 20px;
    font-family: Arial;
    line-height: 30px;
    padding-left: 30px;
    margin: 10px auto 5px;
}
.h4_v2{
    background: url(../img/icon__h4.png) no-repeat left center !important;
    color: #B62922;
    font-size: 20px;
    font-family: Arial;
    line-height: 30px;
    padding-left: 38px !important;
    margin: 10px auto 5px;
}

.h5{
    background: url(../img/icon_h5.png) no-repeat left center !important;
    color: #494848;
    font-size: 18px;
    font-family: Arial;
    line-height: 25px;
    margin: 5px 0 5px 30px;
    padding-left: 20px;
}
/*TABLE*/
.contentLeft-main .MyTable thead tr th {
    border: 1px solid #a1a1a1 ;
    background: #313131;
    color: #fff;
    font-weight: bolder;
    padding: 5px 10px;
}

.contentLeft-main .MyTable .EvenRow {
    background: aliceblue;
}
.contentLeft-main .MyTable .OddRow {
    background: #d7e7e3;
}
.contentLeft-main .MyTable tbody tr td {
    padding: 3px 5px;
    border: 1px solid #b3a599;
}
.EvenRow td a:hover{
    text-decoration: underline;
}




/*TABTAB*/
.tabs{
  display:flex;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
/*    border-bottom: 2px solid #979282;*/
}
.tabs button{
    overflow: hidden;
    margin-bottom: 10px;
    height: 34px;
    padding:0;
    background: url(../img/tab-bg.jpg) repeat-x center top;
    font-weight: bolder;
    color: #fffec1;
    line-height: 32px;
    display: block;
}

.tablinks {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  padding: 5px;
  font-size: 13px;
/*  text-transform: uppercase;*/
  font-weight:600;
  transition: 0.2s ease;
}
.tablinks:hover{
    border-top: 1px solid #27292d;
    border-bottom: 1px solid #27292d;

    background: url(../img/tab-act.jpg) repeat-x center top;
}
/* Tab active */
.tablinks.active {
    border-top: 1px solid #27292d;
    border-bottom: 1px solid #27292d;
    background: url(../img/tab-act.jpg) repeat-x center top;

}

/* tab content */
.tabcontent {
  display: none;
}
/* Text*/
.tabcontent p {
  color: #414141;
  font-size: 16px;
}
/* tab content active */
.tabcontent.active {
  display: block;
}

.tablinks2 {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  padding: 5px;
  font-size: 13px;
/*  text-transform: uppercase;*/
  font-weight:600;
  transition: 0.2s ease;
}
.tablinks2:hover{
    border-top: 1px solid #27292d;
    border-bottom: 1px solid #27292d;

    background: url(../img/tab-act.jpg) repeat-x center top;
}
/* Tab active */
.tablinks2.active2 {
    border-top: 1px solid #27292d;
    border-bottom: 1px solid #27292d;
    background: url(../img/tab-act.jpg) repeat-x center top;

}

/* tab content */
.tabcontent2 {
  display: none;
}
/* Text*/
.tabcontent2 p {
  color: #414141;
  font-size: 16px;
}
/* tab content active */
.tabcontent2.active2 {
  display: block;
}

.wrapper_tabcontent_img{
    text-align: center;
}
.wrapper_tabcontent_img img{
    border-radius: 8px;
}
.text-dark{
    color: #343a40!important;
}
.lead{
    font-size: 1.25rem;
    font-weight: 300;
}
.text-danger {
/*    color: #dc3545!important;*/

    font-size: 15px;
}
/*Lưu ý*/
.luuy{
 
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #676767;
    padding: 10px;
}

p.Legend {
    background: url(../img/bg-popup-header.png) repeat scroll 0 0 transparent;
    border: 1px solid #676767;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 700;
    height: 23px;
    margin: -20px 0 10px;
    padding: 2px 15px;

}
.NoteContent {
    width: 100%;
    overflow: hidden;
    text-align: justify;
    color: #565656;
}
ul.Icon {
    margin: -6px 0 10px -12px;
}
ul.Icon li {
    margin-bottom: 2px;
    background: url(../img/icon_person.png) 0 6px no-repeat;
    padding-left: 20px;
    list-style-type: none;
    text-align: justify;
}
.FirstChar{
    padding: 4px 4px 0 0;
    line-height: 30px;
    font-size: 40px;
    float: left;
}
.Strong02 {
    color: #f00;
    font-weight: bolder;
}