body {
  background: #A4D7ED;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #A4D7ED, #DEC5E3);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, #A4D7ED, #DEC5E3);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, #A4D7ED, #DEC5E3);
  /*Fx 3.6-15*/
  background: linear-gradient(to right, #A4D7ED, #DEC5E3);
  /*Standard*/
  color: #324376;

  margin: 0;
  padding: 0;
}


/*
#day, .date {
  text-align: center;
  box-sizing: border-box;
  height: 250px;
  width: 230px;
  border-radius: 10%;
  border: 10px solid #A6EDE2;
  box-shadow: 2px 2px 2px #324376, -2px 2px 2px #324376, -2px -2px 2px #324376, 2px -2px 2px #324376;
  margin-top: 5%;
}

#day {
  background: #DDF8E8;
  font-size: 20px;
  font-weight: 900;
  padding-top: 80px;
}

#day span {
  display: block;
  font-weight: 700;
  font-size: 30px;
}

.date {
  padding-top: 60px;
  background: #DDF8E8;
  font-size: 30px;
  font-weight: 900;
}

.date span {
  display: block;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 60px;
  line-height: 45px;
  padding-bottom: 15px;
}
*/

p {
  margin: 0;
}

.image-logo {
  height: 100px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
}

.image-logo img{
  height:100%;
}

.logo .title {
  text-align: center;
  font-size: 50px;
  line-height: 110px;
  font-weight: bold;
  color: #005aa8;
  text-shadow: -1px -1px 0 #f5dd07, 
                1px -1px 0 #f5dd07, 
                -1px 1px 0 #f5dd07, 
                1px 1px 0 #f5dd07;
}

.top-content {
  text-align: center;
}

.mobile-content {
  display: none;
  color: #e92926;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  text-shadow: -1px -1px 0 #f5dd07, 
                1px -1px 0 #f5dd07, 
                -1px 1px 0 #f5dd07, 
                1px 1px 0 #f5dd07;
}

.button {
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #005aa8;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px #999;
  width: 180px;
  margin: 0 auto;
}

.button:hover {background-color: #073155}

.button:active {
  background-color: #021627;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button a{
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
}
.date {
  text-align: center;
  box-sizing: border-box;
  min-height: 250px;
  width: 500px;
  border: 10px solid #A6EDE2;
  box-shadow: 2px 2px 2px #324376, -2px 2px 2px #324376, -2px -2px 2px #324376, 2px -2px 2px #324376;
  margin: 30px auto 0 auto;
  text-align: center;
  background-image: url(../images/vien.png);
  background-size: 480px 525px;
  background-color: #DDF8E8;
  background-repeat: no-repeat;
  opacity: 0.85;
  position: relative;
}

.top-date {
  margin-top: 25px;
}

.end-date {
  margin-bottom: 25px;
}

.top-date .thang {
  width: 60%;
  float: left;
  font-size: 30px;
  font-weight: bold;
  color: #833966;
}

.top-date .nam {
  width: 40%;
  float: left;
  font-size: 30px;
  font-weight: bold;
  color: #1153cd;
}

.mid-date .ngay {
  font-size: 300px;
  line-height: 270px;
  font-weight: bold;
  color: #ed1b24;
}

.bot-date .thu {
  font-size: 30px;
  font-weight: bold;
  color: #ed1b24;
  background-image: url(../images/vien2.png);
  background-size: 190px;
  background-repeat: no-repeat;
  background-position: center;
}

.bot-date .thu {
  line-height: 50px;
  padding-top: 8px;
}

.foot-date .dateam {
  width: 50%;
  float: left;
  font-weight: bold;
}

.foot-date .canchi {
  width: 50%;
  float: left;
  font-weight: bold;
}

.top-date, .mid-date, .bot-date, .foot-date, .end-date {
  clear: both;
}

.foot-date {
  margin-top: 15px;
}

.foot-date .dateam .thangam{
  color: #833966;
}

.foot-date .dateam .ngayam{
  color: #ed1b24;
  font-size: 50px;
}

.foot-date .dateam .namam{
  color: #1153cd;
}

.foot-date .canchi div{
  margin: 5px;
}

.left-content, .right-content {
  width: 25%;
  float: left;
  color: #e92926;
  margin-top: 30px;
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  font-style: italic;
  text-shadow: -1px -1px 0 #f5dd07, 
                1px -1px 0 #f5dd07, 
                -1px 1px 0 #f5dd07, 
                1px 1px 0 #f5dd07;
}

.center-content {
  width: 50%;
  float: left;
}

#random{
  /* BOX MODEL */
  width: 100%;
  
  /* ENHANCEMENT */
  /*background-image: url('../images/bg/1.jpg');*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;  
}


.navigation a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  opacity: 0;
}

.date:hover .navigation a {
  opacity: 1;
}

.navigation a:hover {
  background-color: #e92926;
  color: black;
}

.navigation .previous, .navigation .next {
  background-color: #f1f1f1;
  color: black;
}

.navigation .previous{
  left: -25px;
}

.navigation .next {
  right: -25px;
}

.navigation .round {
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 49%
}

.bot-content {
  min-height: 100px;
  clear: both;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (min-width: 768px) and (max-width: 1024px){
/* Styles */
.logo .title {
  margin-left: 50px;
  font-size: 36px;
}

.left-content, .right-content {
  font-size: 60px;
  margin-top: 40px;
}

.center-content {
  zoom: 75%;
}

.bot-content {
  min-height: 200px;
}

}

@media (min-width: 480px) and (max-width: 767px){

.logo .title {
  margin-left: 110px;
  font-size: 32px;
}

.mobile-content {
  display: block;
  font-size: 50px;
  margin-top: 20px;
}

.left-content, .right-content {
  display: none;
}

.center-content {
  width: 100%;
  zoom: 90%;
}

}

@media (min-width: 480px) and (max-width: 640px){

.logo .title {
  font-size: 22px;
}

}

@media (max-width: 479px){

.logo .title {
  display: none;
}

.top-content {
  padding-top: 25px;
  padding-left: 25%;
}

.mobile-content {
  display: block;
  font-size: 55px;
  margin-top: 55px;
}

.left-content, .right-content {
  display: none;
}

.center-content {
  width: 100%;
}

.date {
  zoom: 62%;
}

.bot-content {
  min-height: 66px;
}

}

@media (min-width: 400px) and (max-width: 480px){

.mobile-content {
  font-size: 60px;
}

.date {
  zoom: 77%;
}

}

#background_cycler{
  padding:0;
  margin:0;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}

#background_cycler div{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:white;
  background-size:cover;
  background-position:center center
}

#background_cycler div.active{
  z-index:3
}

