* {
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  background: #1b1924 url(../images/body.jpg) no-repeat scroll left top;
  font-family: Tahoma,Arial,sans-serif;
  font-size: 13px;
  color: #ffffff;
}

/* VIDEO – GIỮ NGUYÊN THEO BẠN */
.video video {
  top: -45;   
  width: 640;
  height: 450;
  position: absolute;
}

/* KHUNG LAUNCHER – GIỮ NGUYÊN */
.launcher {
  width: 640;
  height: 360;
}
.launcher .left {
  width: 120px;
  height: 348px;
  float: right;
}

.launcher .left .logomuhn {
  margin: 30px 0 0;
  text-align: center;  
  position: relative;  
}

/* LIST NÚT – GIỮ NGUYÊN CẤU TRÚC */
.launcher .left .list-btn {
  margin: 20px 0 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
}
.launcher .left .list-btn li {
  text-align: center;
  width: 100%;
}
.launcher .left .list-btn li + li {
  margin-top: 10px;
}

/* ============================= */
/*   NÚT GOLD – ĐÃ ĐỘ LẠI 100%   */
/* ============================= */

.launcher .left .list-btn li a {
  margin: 0 auto;
  position: relative;
  display: block;

  width: 111px;
  height: 32px;
  line-height: 32px;

  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;

  color: #000000;

  /* nền vàng gold */
  background: linear-gradient(180deg, #ffe894, #ffbd24);

  /* viền + bo tròn */
  border-radius: 6px;
  border: 1px solid #ffdd55;

  /* glow vàng */
  text-shadow:
    0 0 4px rgba(255,255,255,0.8),
    0 0 6px rgba(0,0,0,0.9);
  box-shadow:
    0 0 12px rgba(255,220,100,0.9),
    0 0 24px rgba(255,160,0,0.9);

  cursor: pointer;
  transition: 0.18s ease-out;
}

/* hover gold sáng hơn */
.launcher .left .list-btn li a:hover {
  background: linear-gradient(180deg, #fff4b8, #ffd447);
  box-shadow:
    0 0 16px rgba(255,220,120,1),
    0 0 32px rgba(255,165,0,1),
    0 0 50px rgba(255,200,80,0.7);
  filter: brightness(1.08);
}

/* PHẦN BÊN PHẢI – GIỮ NGUYÊN */
.launcher .right {
  width: 578px;
  height: 348px;
  float: left;
}
.launcher .right .list-news {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.launcher .right .list-news li {
  padding: 1px 0 1px 30px;
  background: transparent url(../images/ic-dot.png) no-repeat scroll 10px 8px;
  width: 100%;
}
.launcher .right .list-news li + li {
}
.launcher .right .list-news li a {
  padding: 3px 0;
  display: block;
  text-decoration: none;
}
.launcher .right .list-news li a:hover .title {
  color: #ffffff;
}
.launcher .right .list-news li .title {
  color: #78ff14;
  font-weight: bold;
  text-shadow: #000000 0 1px 2px;
  display: block;
  width: 100%;
  font-size: 13px;
}
.launcher .right .list-news li .date {
  color: #a9a9a9;
  font-size: 11px;
  text-shadow: #000000 0 1px 2px;
  display: block;
  width: 100%;
}
