/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-family: montserrat, sans-serif;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:focus, a:hover p, select:hover, select:focus, select:active {
  text-decoration: none;
  outline: none !important;
}

a, a:link, a:active {
  text-decoration: none;
  outline: none !important;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  display: table;
  clear: both;
}

*, .box-sizing-border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a100 {
  width: 100%;
  height: 100%;
  display: block;
}

.m-auto {
  margin-inline: auto;
}

.w95_auto {
  width: 95%;
  margin: 0 auto;
}

.c-pointer {
  cursor: pointer;
}

.text-upper, .t-upper {
  text-transform: uppercase;
}

.text-center, .t-center {
  text-align: center;
}

.c-white {
  color: #fff !important;
}

.c-tim {
  color: #950739 !important;
}

.img-responsive {
  max-width: 100%;
  width: auto;
  height: auto;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
body {
  font-family: montserrat,sans-serif;
  line-height: 1.5;
  font-size: 15px;
  padding: 0px;
  color: #000;
  margin: 0px auto;
  width: 100%;
  overflow-x: hidden !important;
  background: url('../images/bg.jpg') no-repeat center top, #ddeef8;
}

body > img {
  display: none;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.container.container2 {
  max-width: 1088px;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

@media only screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}

video#video-bg {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1366px) {
  video#video-bg {
    width: 1440px;
  }
}
@media only screen and (max-width: 1024px) {
  video#video-bg {
    width: 1250px;
  }
}
@media only screen and (max-width: 768px) {
  video#video-bg {
    display: none;
  }
}

.info-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 1%;
  margin-top: -465px;
  width: 100%;
  position: absolute;
}

.header {
}
.header p {
  width: 190px;
}
.header ul {
}
.header ul li {
}
.header ul li a {
}
.header ul li a:hover {
 
}
.header ul li:nth-child(n+2):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  top: 4px;
  left: -8px;
}

#footer {
  height: 120px;
  width: 100%;
  background: #000;
  z-index: 9;
}
#footer .logo {
  display: block;
  height: 39px;
  float: left;
  margin-top: 35px;
}
#footer .logo.gosu {
  width: 162px;
  height: 42px;
  background: url(../images/logo_gosu.png) no-repeat center center;
  background-size: contain;
  margin-left: 2px;
}
#footer .logo.cubinet {
  width: 238px;
  background: url(../images/logo_cubinet.png) no-repeat center center;
  background-size: contain;
}
#footer .address {
  width: 575px;
  height: 81px;
  float: left;
  padding-top: 30px;
}
#footer .address a {
  color: #fff;
  font-size: 14px;
  font-family: Tahoma;
  padding: 0 2px 0 5px;
  line-height: 1;
}
#footer .address p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: Tahoma;
  float: left;
  color: #fff;
  margin: 6px 0px 0px 0px;
}
#footer .address .menu_footer {
  text-align: center;
  margin-left: 15px;
}
#footer .address .menu_footer li {
  float: left;
  margin: 1px 4px;
  border-left: 1px solid #fff;
}
#footer .address .menu_footer li:nth-child(1) {
  border-left: none;
}
#footer .address .menu_footer li a {
  width: 100%;
  height: 100%;
  display: block;
}
#footer .address .menu_footer li a:hover {
  color: #ff9427;
}

.bg-video video {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-video #video-mobile {
  width: 100%;
}
.bg-video #video-pc {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.link-zoom {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-zoom:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.it-hover {
  display: inline-block;
}
.it-hover:hover .img-hv {
  opacity: 1;
}
.it-hover .img-hv {
  opacity: 0;
  left: 0;
  top: 0;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.l0 {
  left: 0;
}

.t0 {
  top: 0;
}

.title {
  width: 615px;
}
.title .img-tieude {
  width: 100%;
  display: block;
}
.title .ct-tieude {
  padding-top: 75px;
}
.title .ct-tieude .title-big {
  color: #f0e7d0;
  font-size: 29px;
}
.title .ct-tieude .title-small {
  color: #34b95a;
  font-size: 15px;
}
.title .ct-tieude2 {
  padding-top: 100px;
}

.btn-bd-copy {
  width: 216px;
  height: 43px;
  line-height: 43px;
}

.btn-page {
  background: url(../images/btn-page.png) no-repeat center center;
  background-size: 100% 100%;
}
.btn-page:hover {
  background: url(../images/btn-page-hover.png) no-repeat center center;
  background-size: 100% 100%;
}

.pagination {
  margin-top: 5%;
  margin-bottom: 5%;
}
@media only screen and (min-width: 1200px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .prev,
.pagination .next {
  background: transparent;
  border: transparent;
  color: #662314;
}
.pagination .prev:hover,
.pagination .next:hover {
  background: transparent;
}
.pagination ul {
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 1000px) {
  .pagination ul {
    margin: 0 80px;
  }
}
.pagination ul li {
  display: inline-block;
  margin: 0 3px;
  background: #1f2734;
}
.pagination ul li.active a, .pagination ul li:hover a {
  background: #69b38e;
  color: #fff;
}
.pagination ul li a {
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  padding: 6px 10px;
}
@media only screen and (min-width: 768px) {
  .pagination ul li a {
    font-size: 20px;
    padding: 8px 18px;
  }
}

.info-top {
  margin-top: -65px;
}
.info-top .slogan, .info-top .date-open {
  left: -50px;
}
.info-top .slogan {
  width: 759px;
  margin-top: 210px;
}
.info-top .slogan .img-slogan {
  opacity: 0;
  width: 100%;
}
.info-top .slogan .play-trailler img {
  -webkit-animation: zoomIcon 2s infinite linear;
          animation: zoomIcon 2s infinite linear;
  left: -3%;
  top: 63%;
}
.info-top .date-open {
  width: 759px;
  color: #2a3d6f;
  font-size: 49px;
  gap: 0 10px;
}
.info-top .box-luot-share {
  width: 100%;
  height: 205px;
  line-height: 1.2;
  background: url(../images/infotop/bg-box-share.png);
  background: rgba(56, 75, 103, 0.6);
  bottom: 0;
  color: #f1dbb2;
  font-size: 15px;
  margin-top: 50px;
}
.info-top .box-luot-share .main-boxluot-share {
  width: 1080px;
  margin-inline: auto;
}
.info-top .box-number-share {
  width: 251px;
  height: 219px;
  background: url(../images/infotop/bg-number-share.png);
  padding: 0 14px;
  margin-top: -14px;
}
.info-top .box-number-share .txt-share-moc {
  margin-left: 80px;
  margin-top: 26px;
}
.info-top .box-number-share .number-share {
  font-size: 51.5px;
  line-height: 0.8;
}
.info-top .box-number-share .btn-share {
  cursor: pointer;
  width: 216px;
  height: 43px;
  line-height: 43px;
  background: url(../images/infotop/bg-btn-share.png);
  margin: 10px auto;
  color: #3e5b68;
}
.info-top .box-number-share .note-end {
  color: #c8e9f8;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
}
.info-top .box-number-share .note-end:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #6b7982;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  left: 0;
}
.info-top .item-share {
  position: relative;
  float: left;
  margin-top: 22px;
}
.info-top .item-share:first-child {
  margin-left: 30px;
}
.info-top .item-share:not(:last-child) {
  margin-right: 78px;
}
.info-top .item-share:not(:last-child):after {
  position: absolute;
  content: "";
  width: 14px;
  height: 119px;
  background: url(../images/infotop/icon-left-item-share.png);
  right: -50px;
  top: 0;
}
.info-top .item-share.active .bg-qua {
  background-position: right top;
}
.info-top .item-share.active .bg-qua .img-item-share {
  -webkit-animation: tada 1.5s linear infinite;
          animation: tada 1.5s linear infinite;
}
.info-top .box-show-qua {
  width: 275px;
  min-height: 320px;
  background: url(../images/infotop/bg-pop-qua.jpg) no-repeat center bottom, #4d5b64;
  position: absolute;
  top: -340px;
  left: -80px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
}
.info-top .box-show-qua:after {
  position: absolute;
  content: "";
  width: 334px;
  height: 24px;
  background: url(../images/infotop/icon-bottom-vang.png);
  bottom: -17px;
  left: -28px;
}
.info-top .box-show-qua .title-qua {
  height: 41px;
  line-height: 41px;
  width: 100%;
  background: #6e7f89;
  color: #fff;
  font-size: 15.67px;
  background: url(../images/infotop/icon-rau-2-ben.png) center center, #6e7f89;
}
.info-top .txt-center-line {
  position: relative;
  width: 90%;
  margin: 15px auto 0;
}
.info-top .txt-center-line span {
  background: #4d5b64;
  position: relative;
  padding: 0 10px;
}
.info-top .line-span {
  border-bottom: 1px solid #5b6b74;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.info-top .list-qua-pop {
  margin: 0 auto;
  width: 260px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-top .list-qua-pop .item-qua {
  font-size: 13px;
  width: 130px;
  float: left;
  margin: 6px 0;
}
.info-top .list-qua-pop .img-qua {
  width: 54px;
  height: 54px;
  border: 2px solid #f3e0b7;
  background: #4d5b64;
  position: relative;
  margin: 0 auto 5px;
}
.info-top .list-qua-pop .img-qua img {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.info-top .list-qua-pop .txt-ten-qua {
  font-size: 10px;
  color: #e8d19f;
}
.info-top .list-qua-pop .txt-ten-qua span {
  color: #fff;
}
.info-top .detail-item-share:hover ~ .box-show-qua {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.info-top .detail-item-share {
  width: 189px;
}
.info-top .detail-item-share .bg-qua {
  width: 117px;
  height: 117px;
  background: url(../images/infotop/bg-item-share.png) no-repeat;
  background-position: left top;
  position: relative;
}
.info-top .detail-item-share .txt-number-moc {
  margin-left: 6px;
  margin-top: 75px;
  line-height: 1;
}
.info-top .btn-code {
  margin-top: 7px;
  width: 189px;
  height: 41px;
  line-height: 41px;
  background: url(../images/infotop/border-btn-code-share.png);
}
.info-top .btn-code .text-code {
  height: 33px;
  line-height: 33px;
  padding-top: 13px;
}
.info-top .btn-code .txt-code {
  width: 70%;
  height: 33px;
  background: transparent;
  border: none;
  color: #f1dbb2;
  font-size: 15px;
}
.info-top .btn-code .btn-copy {
  cursor: pointer;
  background: #e6535e;
  display: inline-block;
  width: 30%;
  height: 33px;
  margin-top: 1px;
}

.box-show-qua2 {
  top: -400px !important;
}

.baodanh {
  position: relative;
  z-index: 4;
  margin-top: 140px;
}

.main-baodanh {
  width: 100%;
  height: 200px;
  gap: 0 140px;
}
.main-baodanh:after {
  position: absolute;
  content: "";
}
.main-baodanh .umbella {
  pointer-events: none;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.main-baodanh .umbella.um-blue {
  z-index: 0;
  width: 235px;
  height: 235px;
  background: url(../images/baodanh/img-umbella-blue.png) no-repeat center center;
  left: -115px;
  top: -70px;
}
.main-baodanh .umbella.um-pink {
  z-index: 3;
  width: 131px;
  height: 131px;
  background: url(../images/baodanh/img-umbella-pink.png) no-repeat center center;
  left: 155px;
  top: 155px;
}
.main-baodanh .bg-bd {
  position: absolute;
  content: "";
  width: 1189px;
  height: 439px;
  background: url(../images/baodanh/bg-baodanh.png) no-repeat center center;
  left: -183px;
  top: -23px;
}

.left-baodanh {
  width: 186px;
}
.left-baodanh .number-baodanh {
  color: #d54d4f;
  font-size: 20px;
  height: 26px;
}
.left-baodanh .txt-big-baodanh, .left-baodanh .txt-small-baodanh {
  color: #fbfcfd;
  text-shadow: 1px 1px 1px #6f81f1;
}
.left-baodanh .txt-big-baodanh {
  font-size: 25px;
  margin-top: 33px;
  line-height: 1.2;
}
.left-baodanh .txt-small-baodanh {
  font-size: 13px;
  margin-top: 4px;
}
.left-baodanh .btn-baodanh {
  color: #fff;
  font-size: 16px;
  width: 142px;
  height: 48px;
  background: url(../images/baodanh/bg-btn-baodanh.png) no-repeat center center;
  margin-top: 20px;
}
.list-qua-baodanh {
  width: calc(100% - 186px - 140px);
  gap: 0 35px;
  margin-top: 28px;
}

.it-mocbaodanh {
  width: 173px;
}
.it-mocbaodanh .thumb-number {
  width: 173px;
  height: 119px;
  background: url(../images/baodanh/bg-it-moc.png) no-repeat center center;
  background-size: 100% 100%;
}
.it-mocbaodanh .thumb-number .number-bd {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 13px;
  color: #ac7902;
  width: 22px;
  height: 95px;
  background: url(../images/baodanh/bg-number-moc.png) no-repeat center center;
  right: -5px;
  top: -7px;
}
.it-mocbaodanh.active .thumb-number {
  background: url(../images/baodanh/bg-it-moc-hv.png) no-repeat center center;
  background-size: 100% 100%;
}
.it-mocbaodanh.active .thumb-number img {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.it-mocbaodanh.active .thumb-number .number-bd {
  background: url(../images/baodanh/bg-number-moc-hv.png) no-repeat center center;
  color: #fff;
}
.it-mocbaodanh .copycode {
  width: 158px;
  height: 24px;
  background: url(../images/baodanh/bg-macode.png) no-repeat center center;
  margin-top: 15px;
}
.it-mocbaodanh .copycode .macode {
  width: 96px;
  height: 100%;
  color: #b5ab9b;
  border: 0;
  background: transparent;
}
.it-mocbaodanh .copycode .btn-copy {
  color: #7e715c;
  width: calc(100% - 96px);
  height: 100%;
  line-height: 24px;
}

.box-show-qua {
  width: 275px;
  min-height: 320px;
  background: url(../images/baodanh/bg-pop-qua.jpg) no-repeat center bottom, #5f62a6;
  position: absolute;
  top: -340px;
  left: -55px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
}
.box-show-qua:after {
  position: absolute;
  content: "";
  width: 334px;
  height: 24px;
  background: url(../images/baodanh/icon-bottom-vang.png);
  bottom: -17px;
  left: -28px;
}
.box-show-qua .title-qua {
  height: 41px;
  line-height: 41px;
  width: 100%;
  background: #777bc8;
  color: #e8d19f;
  font-size: 15.67px;
}

.list-qua-pop {
  width: 260px;
  margin-top: 15px;
}
.list-qua-pop .item-qua {
  width: 130px;
  float: left;
  margin: 6px 0;
}
.list-qua-pop .img-qua {
  width: 54px;
  height: 54px;
  border: 2px solid #f3e0b7;
  background: #43437d;
  position: relative;
  margin: 0 auto 5px;
}
.list-qua-pop .img-qua img {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list-qua-pop .txt-ten-qua {
  color: #e8d19f;
}
.list-qua-pop .txt-ten-qua span {
  color: #fff;
}

.txt-center-line {
  position: relative;
  width: 90%;
  margin: 15px auto 0;
}
.txt-center-line span {
  background: #5f62a5;
  position: relative;
  padding: 0 10px;
}

.line-span {
  border-bottom: 1px solid #8589cb;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 11px;
}

.it-mocbaodanh .thumb-number:hover ~ .box-show-qua {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes scrollIcon {
  0%, 100% {
    top: 0px;
  }
  50% {
    top: 7px;
  }
}

@keyframes scrollIcon {
  0%, 100% {
    top: 0px;
  }
  50% {
    top: 7px;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.monphai {
  margin-top: 120px;
  position: relative;
}
.monphai:before {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 2000px;
  height: 262px;
  background: url(../images/bg-noivideo.png) no-repeat center center;
  top: -318px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-monphai {
  margin-top: 25px;
}

.tab-main {
  z-index: 5;
  gap: 0 25px;
}
.tab-main .it-tab-main {
  background: url(../images/conluan/bg-tab.png);
  width: 216px;
  height: 26px;
  font-size: 16px;
  color: #2a3d6f;
}
.tab-main .it-tab-main:hover, .tab-main .it-tab-main.active {
  color: #fff;
  background: url(../images/conluan/bg-tab-hover.png);
}

.detail-monphai {
  height: 588px;
  margin-top: 45px;
}

.it-detail-monphai {
  height: 100%;
}
.it-detail-monphai:not(.active) {
  display: none;
}
.it-detail-monphai:before, .it-detail-monphai:after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.it-detail-monphai:before {
  width: 1167px;
  height: 999px;
  left: -365px;
  top: -165px;
  z-index: 5;
}
.it-detail-monphai:after {
  width: 1179px;
  height: 588px;
  background: url(../images/conluan/bg-main.png);
  right: -125px;
  top: 0;
}
.it-detail-monphai.conluan:before {
  background: url(../images/conluan/conluan/art.png) no-repeat;
}
.it-detail-monphai.thiennhai:before {
  background: url(../images/conluan/thiennhai/art.png) no-repeat;
}

.name-tab-vhnc-left {
  z-index: 7;
  background: url(../images/conluan/bg-tab-left.png);
  width: 106px;
  height: 583px;
  top: -70px;
}
.name-tab-vhnc-left .name-monphai {
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.name-tab-vhnc-left .name-monphai .moc-phai {
  text-align: right;
  margin-right: 10px;
}
.name-tab-vhnc-left .tab-vhnc {
  margin-top: 50px;
  margin-inline: auto;
  width: 75%;
}
.name-tab-vhnc-left .tab-vhnc .it-tab-vhnc {
  padding-top: 15px;
  padding-bottom: 15px;
}
.name-tab-vhnc-left .tab-vhnc .it-tab-vhnc:first-child {
  border-bottom: 1px solid #cbe6fb;
}
.name-tab-vhnc-left .tab-vhnc .it-tab-vhnc:hover .icon-tab, .name-tab-vhnc-left .tab-vhnc .it-tab-vhnc.active .icon-tab {
  background: url(../images/conluan/tab-vh-hover.png) no-repeat;
}
.name-tab-vhnc-left .tab-vhnc .it-tab-vhnc.it-tab-noicong:hover .icon-tab, .name-tab-vhnc-left .tab-vhnc .it-tab-vhnc.it-tab-noicong.active .icon-tab {
  background: url(../images/conluan/tab-noicong-hover.png) no-repeat;
}
.name-tab-vhnc-left .tab-vhnc .it-tab-vhnc.it-tab-noicong .icon-tab {
  background: url(../images/conluan/tab-noicong.png) no-repeat;
}
.name-tab-vhnc-left .tab-vhnc .it-tab-vhnc .icon-tab {
  width: 79px;
  height: 79px;
  background: url(../images/conluan/tab-vh.png) no-repeat;
}
.name-tab-vhnc-left .tab-vhnc .it-tab-vhnc .name-tab-vhnc {
  font-size: 13px;
  background: url(../images/conluan/bg-name-tab-left.png) no-repeat;
  width: 77px;
  height: 19px;
  margin-top: -10px;
}

.detail-right-monphai {
  position: relative;
  z-index: 3;
  margin-left: 101px;
  height: 100%;
  width: 1105px;
}

.bg-video-detail-right {
  overflow: hidden;
  width: 100%;
  height: 100%;
  right: -45px;
  top: 0;
}
.bg-video-detail-right .item-video {
  width: 100%;
  height: 100%;
}
.bg-video-detail-right video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-video-detail-right .play-popup {
  z-index: 9;
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg-image-detail-right {
  overflow: hidden;
  width: 100%;
  height: 100%;
  right: -45px;
  top: 0;
}
.bg-image-detail-right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.bg-image-detail-right .slide-image-cltn {
  width: 100%;
  height: 100%;
}

.bg-video-image:not(.active) {
  opacity: 0;
}

.detail-right-mp-vh:not(.active) {
  display: none;
}

.tab-detail-vohoc-noicong {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 40px;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc {
  background: url(../images/conluan/bg-name-icon.png) no-repeat center top;
  background-size: 100% 100%;
  width: 76px;
  height: 204px;
  padding-top: 15px;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc:hover, .tab-detail-vohoc-noicong .it-tab-dt-vhnc.active {
  height: 249px;
  background: url(../images/conluan/bg-name-icon-hover.png) no-repeat center top;
  background-size: 100% 100%;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc:hover .icon-tab-dt-vhnc:before, .tab-detail-vohoc-noicong .it-tab-dt-vhnc.active .icon-tab-dt-vhnc:before {
  background: #e55a60;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc:hover .line-up, .tab-detail-vohoc-noicong .it-tab-dt-vhnc.active .line-up {
  background: url(../images/conluan/img-up-name-hover.png) no-repeat center center;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc:hover .line-down, .tab-detail-vohoc-noicong .it-tab-dt-vhnc.active .line-down {
  background: url(../images/conluan/img-down-name-hover.png) no-repeat center center;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc:hover .more-red-tab, .tab-detail-vohoc-noicong .it-tab-dt-vhnc.active .more-red-tab {
  display: block;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .tag-dt-vhnc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../images/conluan/bg-tag2.png) no-repeat center center;
  top: 6px;
  left: -28px;
  width: 35px;
  height: 101px;
  color: #354761;
  font-size: 13px;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .tag-dt-vhnc .dot {
  width: 3px;
  height: 3px;
  background: #8da3c3;
  border-radius: 50%;
  margin-block: 3px;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .icon-tab-dt-vhnc {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .icon-tab-dt-vhnc:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #669bbe;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .icon-tab-dt-vhnc img {
  position: relative;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .line-up, .tab-detail-vohoc-noicong .it-tab-dt-vhnc .line-down {
  width: 55px;
  height: 5px;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .line-up {
  background: url(../images/conluan/img-up-name.png) no-repeat center center;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .line-down {
  background: url(../images/conluan/img-down-name.png) no-repeat center center;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .more-red-tab {
  display: none;
  margin-top: 15px;
}
.tab-detail-vohoc-noicong .it-tab-dt-vhnc .text-tab-dt-vhnc {
  font-size: 13px;
  margin-block: 5px;
}

.detail-loop-end {
  margin-top: 10px;
}
.detail-loop-end .item-dt-loop-end {
  display: none !important;
  width: 550px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 10px;
}
.detail-loop-end .item-dt-loop-end:not(.active) {
  display: none;
}
.detail-loop-end .item-dt-loop-end .title-dtle {
  text-align: right;
  font-size: 26px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.detail-loop-end .item-dt-loop-end .title-dtle:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background: #41add3;
  right: 0;
  bottom: 0;
}
.detail-loop-end .item-dt-loop-end .des-end {
  text-align: justify;
  line-height: 1.5;
}
.detail-loop-end .item-dt-loop-end .des-end p {
  margin-bottom: 10px;
}

.cophomoi {
  margin-top: 200px;
}
.cophomoi .btn-more {
  margin-top: 55px;
}

.main-copho {
  width: 850px;
  margin-top: 50px;
}
.main-copho .tag-copho {
  left: -10px;
  top: -60px;
}

.cachchoi {
  margin-top: 165px;
}

.main-cachchoi {
  margin-top: 45px;
}
.main-cachchoi .link-ccto {
  position: relative;
}
.main-cachchoi .link-ccto:nth-child(1) {
  z-index: 5;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  left: -25px;
  top: 80px;
}
.main-cachchoi .link-ccto:nth-child(2) {
  z-index: 4;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  left: -15px;
  top: 15px;
}
.main-cachchoi .link-ccto:nth-child(3) {
  z-index: 3;
}
.main-cachchoi .link-ccto:nth-child(4) {
  z-index: 2;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  left: 15px;
  top: 15px;
}
.main-cachchoi .link-ccto:nth-child(5) {
  z-index: 1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  left: 25px;
  top: 80px;
}
.main-cachchoi .link-ccto img {
  display: block;
  -webkit-filter: drop-shadow(0px 1px 5px black);
          filter: drop-shadow(0px 1px 5px black);
}
.main-cachchoi .link-ccto img:hover {
  -webkit-filter: brightness(1.05) drop-shadow(0px 1px 6px black);
          filter: brightness(1.05) drop-shadow(0px 1px 6px black);
}

.btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fdfeff;
  font-size: 24px;
  width: 305px;
  height: 85px;
  margin-top: 60px;
}

.skhot {
  margin-top: 619px;
  padding-bottom: 25px;
}
.skhot .container {
  max-width: 884px;
}

.main-skhot {
  margin-top: 70px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.main-skhot img {
  display: block;
  -webkit-filter: drop-shadow(0px 1px 6px black);
          filter: drop-shadow(0px 1px 6px black);
}
.main-skhot img:hover {
  -webkit-filter: brightness(1.05) drop-shadow(0px 1px 6px black);
          filter: brightness(1.05) drop-shadow(0px 1px 6px black);
}
.main-skhot .left-4link {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
}
.main-skhot .left-4link .it-4link-skhot:nth-child(3), .main-skhot .left-4link .it-4link-skhot:nth-child(4) {
  margin-top: -5px;
}

.anchor {
  width: 160px;
  position: fixed;
  right: -160px;
  z-index: 99;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.anchor.open {
  right: 5px;
}
.anchor .btn-tai-dk {
  position: relative;
  z-index: 2;
  margin-left: 0;
}
.anchor .btn-tai-dk .btn-tai-game {
  width: 160px;
  height: 88px;
  background: url(../images/navright/btn-tai-game.jpg);
  background-size: 100% 100%;
}
.anchor .btn-tai-dk .btn-tai-game:hover {
  background: url(../images/navright/btn-tai-game-hover.jpg);
  background-size: 100% 100%;
}
.anchor .linktoright {
  margin-bottom: 6px;
}
.anchor .linktoright img {
  display: block;
}

.link-4nut {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
  background: url(../images/navright/bg-4nut.jpg);
  background-size: 100% 100%;
  width: 160px;
  height: 147px;
  padding-block: 5px;
}
.link-4nut a {
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(../images/navright/bg-moi-4nut.png) no-repeat center center;
  width: 71px;
  height: 64px;
  color: #6981a2;
  padding-bottom: 3px;
}
.link-4nut a:hover {
  background: url(../images/navright/bg-moi-4nut-hover.png) no-repeat center center;
}

.box-giftcode {
  width: 180px;
  height: 217px;
  background: url(../images/bg-giftcode-anchor.html);
  margin-top: 4px;
}
.box-giftcode .tit-bgc {
  line-height: 1.2;
  margin-left: 62px;
  padding-top: 17px;
}

.go-top {
  cursor: pointer;
  width: 49px;
  height: 129px;
  margin: 5px auto 0;
}

.i-control {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: -32px;
  height: 143px;
  width: 32px;
  background: url(../images/navright/bg-arr.png) center center/100% 100% no-repeat;
}
.i-control .i-txt {
  margin-top: 72px;
  margin-left: 11px;
  width: 10px;
  height: 15px;
  background: url(../images/navright/arr.png) center center/100% 100% no-repeat;
  display: block;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.i-control.i-control-open .i-txt {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.info-all-user {
  position: relative;
  right: 3px;
  width: 185px;
  height: 167px;
  background: url(../images/navright/bg-user.png) no-repeat center center;
  padding-top: 10px;
  margin-top: 10px;
}
.info-all-user .hello-user {
  font-size: 13px;
  width: 174px;
  height: 82px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.info-all-user .hello-user .img-user {
  margin-bottom: 20px;
}
.info-all-user .hello-user .name-sever-log {
  width: 105px;
}
.info-all-user .hello-user .btn-login {
  width: 100%;
  font-size: 13px;
}
.info-all-user .hello-user .name-user {
  color: #000b07;
  line-height: 1.2;
  margin-bottom: 5px;
}
.info-all-user .hello-user .name-user span {
  color: #2d6358;
}
.info-all-user .hello-user .select {
  width: 100%;
}
.info-all-user .hello-user .select select {
  font-size: 11px;
  width: 100%;
  height: 25px;
}
.info-all-user .info-user-other {
  margin-top: 3px;
}
.info-all-user .info-user-other a {
  color: #000b07;
}
.info-all-user .info-user-other .row-otheruser {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000b07;
  width: 90%;
}
.info-all-user .info-user-other .dotot:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #2e6457;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 4px;
}
.info-all-user .info-user-other .dotot .left-label {
  padding-left: 15px;
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  color: #0b1822;
}
.popup .content-popup {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 98%;
  max-width: 850px;
}
.popup .content-popup:before, .popup .content-popup:after {
  content: "";
  position: absolute;
}
.popup .content-popup:before {
  width: 771px;
  height: 188px;
  background: url(../images/popup/img-bh1.png) no-repeat center center;
  top: -185px;
  left: -155px;
}
.popup .content-popup:after {
  width: 148px;
  height: 164px;
  background: url(../images/popup/img-bh2.png) no-repeat center center;
  bottom: 25px;
  right: -148px;
}
.popup .wrapper-popup {
  background: url(../images/popup/bg-popup.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  min-height: 300px;
  padding-block: 3%;
}
@media only screen and (min-width: 360px) {
  .popup .wrapper-popup {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .popup .wrapper-popup {
    min-height: 500px;
  }
}
.popup .main-popup {
  position: relative;
  z-index: 1;
}
.popup .wcus-pop {
  width: 90%;
}
.popup .title-popup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25px;
  color: #382f1f;
}
.popup .title-popup .line-title {
  display: block;
}

#popup-video-xuatchieu .content-popup {
  width: 100%;
  height: 100%;
}
#popup-video-xuatchieu #video-xuatchieu {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
#popup-video-xuatchieu .close-video {
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 44px;
  top: 5px;
  right: 5px;
  background: url(../images/icon-close-popup.png) no-repeat center center;
  background-size: contain;
}

.close-popup {
  position: absolute;
  background: url(../images/popup/icon-close.png) no-repeat center center;
  background-size: 100%;
  top: -33px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .close-popup {
    top: -55px;
    width: 50px;
    height: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .close-popup {
    width: 89px;
    height: 91px;
    top: -65px;
    right: -62px;
  }
}

.close-popup-full {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #popup-rules .wrapper-popup {
    height: 650px;
  }
}
#popup-rules .main-popup {
  width: 80%;
}
#popup-rules .main-content {
  width: 96%;
  height: 40vh;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (min-width: 768px) {
  #popup-rules .main-content {
    height: 550px;
  }
}
#popup-rules .main-content::-webkit-scrollbar {
  width: 2px;
}
@media only screen and (min-width: 768px) {
  #popup-rules .main-content::-webkit-scrollbar {
    width: 3px;
  }
}
#popup-rules .main-content::-webkit-scrollbar-track {
  background: #fff;
}
#popup-rules .main-content::-webkit-scrollbar-thumb {
  background: #840203;
}
#popup-rules .main-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#popup-rules .main-content .text {
  height: 100%;
}

#popup-alert .wrapper-popup {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  #popup-alert .wrapper-popup {
    min-height: 300px;
  }
}
#popup-alert .detail-alert {
  width: 75%;
  margin-inline: auto;
  margin-top: 6%;
  font-size: clamp(13px, 3vw, 20px);
}

.text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
.text span.content-event-first {
  float: left;
  font-size: 40px;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.text h1,
.text .content-event-h1 {
  font-size: 19px;
  color: #f57825;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: "tahomabold";
}
.text h2,
.text .content-event-h2 {
  font-size: 16px;
  font-weight: bold;
  color: #f57825;
  font-family: "tahomabold";
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.text a {
  color: #1e88d2;
  font-weight: 500;
}
.text ul {
  margin-left: 25px;
}
.text ul li {
  line-height: 30px;
}
.text p {
  line-height: 30px;
}
.text p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .text table {
    width: auto;
  }
}
.text table tr td {
  border: 1px solid #382f1f;
  margin: 0;
  padding: 5px;
  vertical-align: middle !important;
  text-align: center;
}
.text table tr:first-child {
  background: #f57825;
}
.text table tr:first-child td {
  font-family: "tahomabold";
}
.text table tr:first-child td p {
  font-family: "tahomabold";
  color: #444444;
}
.text fieldset {
  border: 1px solid #382f1f;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.text fieldset legend {
  color: white;
  background: #fb8142;
  font-family: "tahomabold";
  padding: 0 15px;
}
.text fieldset ul {
  margin-left: 15px;
}
.text strong {
  font-family: "tahomabold";
}
.text em {
  font-style: italic;
}

table img {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 10px;
}
table thead tr {
  background: #382f1f;
}
table thead tr td {
  color: #fff;
}
table tr:first-child td {
  text-align: center;
}
table tr td {
  border: 1px solid #382f1f;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}

@-webkit-keyframes zoom_ani {
  0%, 100% {
    -webkit-transform: translate(10px, 10px) scale(0.8);
            transform: translate(10px, 10px) scale(0.8);
  }
  50% {
    -webkit-transform: translate(10px, 10px) scale(1.4);
            transform: translate(10px, 10px) scale(1.4);
  }
}

@keyframes zoom_ani {
  0%, 100% {
    -webkit-transform: translate(10px, 10px) scale(0.8);
            transform: translate(10px, 10px) scale(0.8);
  }
  50% {
    -webkit-transform: translate(10px, 10px) scale(1.4);
            transform: translate(10px, 10px) scale(1.4);
  }
}
/*# sourceMappingURL=main.css.map */

.header {
    width: 100%;
    display: inline-block;
    height: 88px;
    position: relative;
    z-index: 1;
    margin-top: -1%;
    background: #0000004d;
}

.nav-menu {
    width: 100%;
    padding: 33px 0px;
}

.nav-menu li {
    float: left;
    margin: 0 14px
}

.nav-menu li:first-child {
    margin-left: 217px;
}

.nav-menu li:nth-child(3) {
    margin-left: 220px
}

.nav-menu li a {
    color: #ffffff;
    font-size: 20px;
    width: 155px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 8px 0 10px;
    text-align: center;
    line-height: 1;
    vertical-align: baseline;
    text-decoration: none;
    font-family: montserrat,sans-serif;
}
.nav-menu li a:hover {
    color: #ffffff;
}

.nav-menu li a:hover,.nav-menu li a.active {
    transition: inherit;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    border-bottom: 2px solid #ffffff
}

.logo {
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    top: 5px
}
.nav-tin-home {
    display: inline-block;
    width: 100%;
    padding: 0 15px 19px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin: 11px 0 0
}

.nav-tin-home li {
    width: 100%;
    border-bottom: 1px dashed #a8a8a8
}

.nav-tin-home li:last-child {
    border: none
}

.nav-tin-home li a p {
    color: #fff;
    font-size: 14px;
    background: #af0501;
    display: inline-block;
    float: left;
    line-height: 20px;
    padding: 2px 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    border-radius: 3px;
    -ms-transition: .3s
}

.nav-tin-home li a span {
    color: #555;
    display: inline-block;
    font-size: 17px;
    width: 320px;
    line-height: 20px;
    float: left;
    margin: 0 0 0 15px
}

.nav-tin-home li a small {
    color: #777;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    float: right
}

.nav-tin-home li a h4 {
    float: right;
    display: inline-block;
    color: #484848;
    font-size: 14px;
    font-family: arial;
    line-height: 14px;
    margin: 10px 10px 10px 0
}

.nav-tin-home li a {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}

.nav-tin-home li a:hover span {
    color: #ad0501
}

.nav-tin-home li a:hover p {
    margin: 0 0 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s
}
.tabs-home {
    position: relative;
    display: block;
    width: 98%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #ffffff59;
    padding: 0 2%;
    font-weight: 600;
    margin: 20px 2%;
    box-shadow: 1px 1px 12px 1px #33333345;
    left: -3px;
}

.nav-tabs-home {
    padding: 0;
    margin: 15px 0 0;
    height: 31px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #383737
}

.nav-tabs-home li {
    float: left;
    height: 20px
}

.nav-tabs-home li:first-child {
    border-left: none
}

.nav-tabs-home li a {
    color: #383737;
    font-size: 16px;
    outline: none;
    width: 115px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    text-decoration: none
}

.nav-tabs-home li a:hover:before,.nav-tabs-home .ui-state-active a:before,.nav-tabs-home .ui-state-active a:before,.nav-tabs-home .ui-state-active a:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #b02207;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    bottom: -7px
}

.nav-tabs-home li a:hover,.nav-tabs-home .ui-state-active a,.nav-tabs-home .ui-state-active a:link,.nav-tabs-home .ui-state-active a:visited {
    color: #fff;
    background: url(../images/bg-tab-active.png) no-repeat
}


.container .main .detail .content {
    border-bottom: none;
    border-top: none;
    min-height: 908px;
    background: #faf5e2;
    padding-bottom: 80px;
    position: relative;
    top: 56px;
}

.container .main .detail .content:before, .container .main .detail .content:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 51px;
    display: block;
    top: 8px;
}

/*.container .main .detail .content:before {
    background: url(../images/icon_left_bg_detail.png) no-repeat center center;
    left: 8px;
}

.container .main .detail .content:after {
    background: url(../images/icon_left_bg_detail.png) no-repeat center center;
    right: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.container .main .detail .content .main_content {
    width: 90%;
    margin: 0 auto;
    padding-top: 0px;
}

.container .main .detail .content .main_content .info_user {
    color: #f2e4c3;
    font-family: 'tahoma';
}

.container .main .detail .content .main_content .info_user span {
    float: left;
}

.container .main .detail .content .main_content .info_user span.name_user {
    font-family: 'tahomabold';
    text-transform: uppercase;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
    color: #a7421d;
}

.container .main .detail .content .main_content .info_user a {
    color: #f2e4c3;
    margin-left: 5px;
}

.container .main .detail .content .main_content .title {
    text-transform: uppercase;
    text-align: center;
    padding-top: 35px;
    position: relative;
    z-index: 9;
}

.container .main .detail .content .main_content .title span {
    font-size: 28px;
    background: #333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container .main .detail .content .main_content .title span:before, .container .main .detail .content .main_content .title span:after {
    position: absolute;
    content: '';
    width: 166px;
    height: 17px;
    margin-top: 7px;
}

.container .main .detail .content .main_content .title span:before {
    background: url(../images/icon_left_title_detail.png) no-repeat left top;
    margin-left: -180px;
}

.container .main .detail .content .main_content .title span:after {
    background: url(../images/icon_left_title_detail.png) no-repeat left top;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px;
    margin-top: 5px;
}

.container .main .detail .content .main_content .text_le_phi {
    width: 319px;
    height: 52px;
    background: url(../images/bg_phi_tham_gia.png) no-repeat center center;
    margin: 0 auto;
    margin-top: 25px;
    color: #e6d2ab;
    font-size: 15px;
    text-align: center;
    line-height: 52px;
}

.container .main .detail .content .main_content .form_register {
    width: 522px;
    height: 312px;
    margin: 0 auto;
    margin-top: 40px;
    background: url(../images/bg_form_register.png) no-repeat center center;
}

.container .main .detail .content .main_content .form_register .send_register {
    width: 380px;
    margin: 0 auto;
    padding-top: 10px;
}

.container .main .detail .content .main_content .form_register .send_register .control_group {
    margin: 18px 0px;
}

.container .main .detail .content .main_content .form_register .send_register .control_group .control_label {
    float: left;
    color: #e6d2ab;
    font-size: 14px;
    line-height: 32px;
}

.container .main .detail .content .main_content .form_register .send_register .control_group .controls {
    float: right;
    position: relative;
}

.container .main .detail .content .main_content .form_register .send_register .control_group .controls input {
    width: 265px;
    height: 35px;
    border: 1px solid #7a6b5e;
    box-sizing: border-box;
    background: #000000;
    border-radius: 1px;
    padding: 0px 5px;
    font-size: 14px;
    color: #e6d2ab;
}

.container .main .detail .content .main_content .form_register .send_register .control_group .controls select {
    width: 265px;
    height: 35px;
    background: url(../images/mui_ten_option.png) no-repeat 230px 9px, #000000;
    border: 1px solid #7a6b5e;
    border-radius: 1px;
    padding: 6px 5px;
    font-size: 14px;
    color: #e6d2ab;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.container .main .detail .content .main_content .form_register .send_register .form_actions input {
    width: 138px;
    height: 41px;
    display: block;
    margin: 10px auto 40px;
    background: url(../images/bg_btn_gui.png) no-repeat left top;
    border: none;
    font-size: 20px;
    text-decoration: none;
    font-family: 'utmgodwordr';
    color: #e6d2ab;
    text-transform: uppercase;
    cursor: pointer;
}

.container .main .detail .content .main_content .form_register .send_register .form_actions input:hover {
    background: url(../images/bg_btn_gui.png) no-repeat right top;
}

.container .main .detail .content .main_content .search_btn_group {
    width: 735px;
    height: 37px;
    margin: 0 auto;
    margin-top: 45px;
}

.container .main .detail .content .main_content .search_btn_group .search_form {
    float: left;
}

.container .main .detail .content .main_content .search_btn_group .search_form .input_search {
    width: 220px;
    height: 37px;
    border: 1px solid #7a6b5e;
    box-sizing: border-box;
    background: transparent;
    border-radius: 1px;
    padding: 0px 5px;
    font-size: 14px;
    color: #ffffff;
}

.container .main .detail .content .main_content .search_btn_group .search_form .input_submit {
    width: 90px;
    height: 37px;
    background: url(../images/bg_btn_search_list_join.jpg) no-repeat left top;
    font-size: 14px;
    border: none;
    color: #e6d2ab;
    cursor: pointer;
    margin-left: 10px;
}

.container .main .detail .content .main_content .search_btn_group .search_form .input_submit:hover {
    background: url(../images/bg_btn_search_list_join.jpg) no-repeat right top;
}

.container .main .detail .content .main_content .search_btn_group .btn_more_info {
    float: left;
    margin-left: 12px;
}

.container .main .detail .content .main_content .search_btn_group .btn_more_info ul li {
    float: left;
    margin-left: 10px;
    width: 188px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: url(../images/bg_btn_list_join.jpg) no-repeat left top;
}

.container .main .detail .content .main_content .search_btn_group .btn_more_info ul li:hover {
    background: url(../images/bg_btn_list_join.jpg) no-repeat right top;
}

.container .main .detail .content .main_content .search_btn_group .btn_more_info ul li a {
    width: 188px;
    height: 37px;
    font-family: 'tahoma';
    color: #e6d2ab;
}

.container .main .detail .content .main_content .list_join {
    margin-top: 45px;
}

.container .main .detail .content .main_content .list_join table {
    width: 600px;
    border-collapse: collapse;
    font-size: 14px;
    font-family: 'tahoma';
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.container .main .detail .content .main_content .list_join table tr:first-child td {
    background-color: #9d4221;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 15px 0px;
}

.container .main .detail .content .main_content .list_join table tr td {
    border: 1px solid #ffffff;
    vertical-align: middle;
    color: #e6d2ab;
    font-weight: normal;
    text-align: center;
    padding: 15px 0px;
}

.container .main .detail .content .main_content .list_join table strong {
    font-family: 'tahomabold';
}

.container .main .detail .content .main_content .text_info {
    text-align: center;
    color: #e6d2ab;
    margin-top: 20px;
    line-height: 1.4;
}

.container .main .detail .content .main_content .text_info p {
    font-family: 'tahoma';
}

.container .main .detail .content .main_content .live_stream_video {
    width: 810px;
    margin: 0 auto;
    margin-top: 30px;
}

.container .main .detail .content .main_content .title_option .title_live {
    float: left;
}

.container .main .detail .content .main_content .title_option .title_live .content_h1 {
    color: #f2e4c3;
    font-family: 'tahomabold';
    font-size: 18px;
    padding-left: 80px;
    padding-top: 25px;
    background: url(../images/icon_h1_live_stream.png) no-repeat left 0px;
    margin: 15px 0px;
    height: 60px;
}

.container .main .detail .content .main_content .title_option .select_live {
    float: right;
    width: 235px;
    height: 30px;
    margin-right: 45px;
    margin-top: 35px;
}

.container .main .detail .content .main_content .title_option .select_live select {
    width: 235px;
    height: 30px;
    background: url(../images/icon_option_live_stream.png) no-repeat 200px 8px, #000000;
    border: 1px solid #7a6b5e;
    border-radius: 1px;
    padding: 6px 5px;
    font-size: 14px;
    color: #f2e4c3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.container .main .detail .content .main_content .list_live_stream {
    width: 810px;
    margin: 0 auto;
    margin-top: 10px;
}

.container .main .detail .content .main_content .list_live_stream table {
    width: 810px;
    border-collapse: collapse;
    font-size: 14px;
    font-family: 'tahoma';
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.container .main .detail .content .main_content .list_live_stream table tbody {
    border: 1px solid #e6d2ab;
}

.container .main .detail .content .main_content .list_live_stream table tbody tr:nth-child(2n+1) {
    background: #261918;
}

.container .main .detail .content .main_content .list_live_stream table tbody tr:first-child {
    background: #9d4221;
    border: 1px solid #e6d2ab;
}

.container .main .detail .content .main_content .list_live_stream table tbody tr:first-child:first-child td {
    color: #ffffff;
}

.container .main .detail .content .main_content .list_live_stream table tbody tr td {
    vertical-align: middle;
    color: #e6d2ab;
    font-weight: normal;
    text-align: center;
    padding: 15px 0px;
}

.container .main .detail .content .main_content .list_live_stream table tbody tr td a {
    color: #e6d2ab;
}

.container .main .detail .content .main_content .list_match_schedule {
    width: 743px;
    margin: 0 auto;
    margin-top: 40px;
    height: 562px;
    background: url(../images/bg_match_schedule.png) no-repeat left top;
}

.container .main .detail .content .main_content .list_match_schedule iframe {
    padding-top: 79px;
    width: 665px;
    margin: 0 auto;
    margin-left: 37px;
}