@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@keyframes laluot {
  from {
    -webkit-mask-position: 150% 0px;
    mask-position: 150% 0px;
  }
  100% {
    -webkit-mask-position: 0% 0px;
    mask-position: 0% 0px;
  }
}
#myModal .modal-body {
  position: relative;
  padding: 0px;
  overflow: inherit;
}
#myModal .modal-body .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  border: none;
  background: transparent;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

:root {
  --color1: #9d9bf9;
  --color2: #333333;
  --color3: #808080;
  --colorok: #31da70;
  --colorerror: #ff6d6d;
  --whitecolor: #fff;
  --colorlink: #409ff5;
  --spacing: 30px;
  --colortablehead: #e4e4e4;
  --bs-gutter-x: 1.5rem;
}

.error {
  color: var(--colorerror) !important;
}

.green {
  color: var(--colorok) !important;
}

.gold {
  color: var(--color1) !important;
}

.blue {
  color: var(--colorlink) !important;
}

.main {
  color: var(--color1) !important;
}

body {
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color2);
  background: url(../images/bg-bot.jpg) no-repeat center;
  background-size: cover;
  background-color: #e3e4eb;
}

* {
  outline: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

button {
  transition: all 0.7s ease-in-out !important;
}

a:hover {
  text-decoration: none;
}

main {
  position: relative;
  height: 100vh;
}

.container {
  max-width: 1280px;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#layout {
  width: 1920px;
  height: auto;
  transform-origin: top left;
  overflow: hidden;
}

.tren18 {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 317px;
}

a.btn-xephang {
  position: fixed;
  top: 60%;
  left: 0;
  z-index: 10;
}
a.btn-xephang img {
  max-width: 100%;
  display: block;
}
a.btn-xephang:hover {
  filter: brightness(120%);
}

/*=Header=*/
.header {
  position: relative;
  background: url(../images/bg-top.jpg) no-repeat top center;
  height: 1030px;
  overflow: hidden;
}
.header .bgvideo {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background: none;
  border: none;
  z-index: 1;
}
.header .bgvideo #videoef {
  width: 100%;
  height: auto;
}
.header .bg-onvideo {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: auto;
}
.header .bg-onvideo img {
  max-width: 100%;
  display: block;
}
.header .header-center {
  z-index: 9;
  position: relative;
}
.header .header-center .btnvideo {
  margin-top: 268px;
  margin-left: 770px;
  width: 410px;
  height: 520px;
}
.header .header-center .btnvideo img {
  opacity: 0;
}
.header .pt-4 {
  position: relative;
  right: -48%;
}

.slider {
  width: 100%;
  overflow: hidden;
  height: auto;
}

.carousel-slider {
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.carousel-slider .swiper-container {
  width: 1180px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.carousel-slider .swiper-container .swiper-slide {
  width: 900px;
}
.carousel-slider .swiper-container .swiper-slide img {
  display: block;
  margin: 0 auto;
  filter: blur(3px) grayscale(100%);
}
.carousel-slider .swiper-container .swiper-slide-active img {
  filter: blur(0);
}

.maincontent {
  margin-top: -181px;
  position: relative;
  z-index: 11;
}
.maincontent .slider img {
  width: 100%;
}
.maincontent .blockdownload {
  height: 498px;
  overflow: hidden;
}
.maincontent .blockdownload .icongame {
  display: block;
  position: relative;
  width: 209px;
  height: 209px;
}
.maincontent .blockdownload .icongame img {
  max-width: 100%;
}
.maincontent .blockdownload .icongame .light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  filter: brightness(2);
  -webkit-mask-size: 300% 200%;
  mask-size: 300% 200%;
  -webkit-mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, #fff 50%, rgba(255, 255, 255, 0) 60%);
          mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, #fff 50%, rgba(255, 255, 255, 0) 60%);
  animation: laluot linear 2.5s infinite 1s;
}
.maincontent .blockdownload .listbutton {
  background: url(../images/bg-download.png) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 66%;
  margin-top: -59%;
  display: grid;
  grid-template-columns: auto auto;
}
.maincontent .blockdownload .listbutton a {
  display: flex;
  background: radial-gradient(transparent 50%, rgba(165, 135, 255, 0.5)) center/200% 200% no-repeat;
  transition: 0.5s;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.maincontent .blockdownload .listbutton a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.maincontent .blockdownload .listbutton a .text {
  font-size: 20px;
  color: var(--whitecolor);
}
.maincontent .blockdownload .listbutton a:hover {
  background-size: 100% 100%;
}
.maincontent .blockdownload .listbutton .topleft {
  padding: 0;
  padding-top: 5px;
  margin-left: 8px;
  margin-bottom: 5px;
}
.maincontent .blockdownload .listbutton .topright {
  padding: 0;
  padding-top: 5px;
  margin-right: 8px;
  margin-bottom: 5px;
}
.maincontent .blockdownload .listbutton .botleft {
  padding: 0;
  padding-top: 10px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.maincontent .blockdownload .listbutton .botright {
  padding: 0;
  padding-top: 10px;
  margin-right: 8px;
  margin-bottom: 2px;
}
.maincontent .block-news {
  position: relative;
}
.maincontent .block-news a.xemlisttin {
  position: absolute;
  top: 2px;
  right: 20px;
  color: var(--whitecolor);
  font-size: 2rem;
}
.maincontent .block-news a.xemlisttin:hover {
  color: var(--color1);
}
.maincontent .block-news .nav {
  background-image: url(../images/bg-title-1.jpg), url(../images/bg-title-3.jpg), url(../images/bg-title-2.jpg);
  background-position: top left, top right, top center;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: contain;
}
.maincontent .block-news .nav .nav-link {
  padding: 0.9rem 1.5rem;
  color: var(--whitecolor);
  transition: none;
  border: none;
}
.maincontent .block-news .nav .nav-link:hover, .maincontent .block-news .nav .nav-link:focus {
  border: none;
}
.maincontent .block-news .nav .active {
  color: #fdff77;
  border: none;
  background-color: transparent;
}
.maincontent .block-news .nav .breadcrumb {
  padding: 0.9rem 1.5rem;
}
.maincontent .block-news .nav .breadcrumb li {
  color: var(--whitecolor);
}
.maincontent .block-news .nav .breadcrumb li a {
  color: var(--whitecolor);
}
.maincontent .block-news .nav .breadcrumb li a:hover {
  text-decoration: underline;
}
.maincontent .block-news .nav .breadcrumb .active {
  background: none;
  opacity: 0.5;
}
.maincontent .block-news .nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--whitecolor);
}
.maincontent .block-news .fix-trangchu {
  height: 401px;
}
.maincontent .block-news .tab-content {
  min-height: 401px;
  background-image: url(../images/bg-news1.png), url(../images/bg-news3.png), url(../images/bg-news2.png);
  background-position: top left, bottom right, top center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: contain;
  overflow: hidden;
}
.maincontent .block-news .tab-content .tab-pane .list-group {
  list-style: square;
}
.maincontent .block-news .tab-content .tab-pane .list-group li {
  background: transparent;
  display: flex;
  padding-left: 0;
}
.maincontent .block-news .tab-content .tab-pane .list-group li a {
  color: var(--color2);
}
.maincontent .block-news .tab-content .tab-pane .list-group li a .title-news {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-weight: 500;
}
.maincontent .block-news .tab-content .tab-pane .list-group li a .datetime {
  color: var(--color3);
  font-size: 13px;
}
.maincontent .block-news .tab-content .tab-pane .list-group li a:hover {
  color: var(--color1);
}
.maincontent .block-news .tab-content .tab-pane .list-group li:before {
  content: "▪";
  margin-right: 0.3rem;
}
.maincontent .block-news .listtin .tab-pane {
  min-height: 800px;
}
.maincontent .allbutton a:hover {
  filter: brightness(120%);
}
.maincontent .pagination a.page-link {
  color: var(--color2);
}
.maincontent .pagination .active a.page-link {
  background-color: var(--color1);
  color: var(--whitecolor);
}
.maincontent .baiviet .datetime {
  color: var(--color3);
}
.maincontent .baiviet p {
  font-size: 1rem;
  font-weight: 300;
}
.maincontent .baiviet p img {
  display: block;
  margin: 1.2rem auto;
}

.footer {
  min-height: 200px;
  background-color: #e8e9f0;
  margin-top: 120px;
}
.footer .footer-menu {
  background-color: #707487;
}
.footer .footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  list-style: none;
}
.footer .footer-menu ul li {
  padding: 0.5rem 1rem;
}
.footer .footer-menu ul li a {
  color: var(--whitecolor);
}
.footer .footer-menu ul li a:hover {
  color: var(--color1);
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .footer-content p {
  line-height: 1;
  font-weight: 500;
  color: var(--color2);
}

.floatbar {
  width: 166px;
  height: 743px;
  background: url(../images/floatside.png) no-repeat top center;
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 15;
}
.floatbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
}
.floatbar ul li {
  padding: 0.3rem 0;
}
.floatbar ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  color: #fff;
}
.floatbar ul li a:hover {
  filter: brightness(120%);
}
.floatbar ul li a.store {
  background: #050f15;
  padding: 0.5rem;
  border-radius: 6px;
  color: #fff;
  width: 124px;
  height: 39px;
}
.floatbar ul li a.store img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.floatbar ul li a.store span {
  line-height: 1;
}
.floatbar ul li a.store:hover {
  background: #6358b9;
}
.floatbar ul li a.naptien {
  position: relative;
}
.floatbar ul li a.naptien .light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  filter: brightness(2);
  -webkit-mask-size: 300% 200%;
  mask-size: 300% 200%;
  -webkit-mask-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 40%, #fff 50%, rgba(255, 255, 255, 0) 60%);
          mask-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 40%, #fff 50%, rgba(255, 255, 255, 0) 60%);
  animation: laluot linear 2.5s infinite 1s;
}
.floatbar ul li a.linktc {
  background: url(../images/bg-btn.png) no-repeat top center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 39px;
}
.floatbar ul li a.totop {
  display: block;
  text-indent: -9999px;
}

.nofixed {
  position: relative !important;
}

/*=BXH=*/
.bxh {
  width: 1207px;
  height: 872px;
  margin: 0 auto;
  position: relative;
}
.bxh .khungin {
  width: 100%;
  height: auto;
  margin-top: 51px;
  position: relative;
}
.bxh .khungin .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  width: 921px;
  left: 50%;
  transform: translateX(-50%);
  top: 102px;
}
.bxh .khungin .nav button {
  width: 230px;
  height: 79px;
  margin-bottom: 24px;
  transition: 0.2s ease;
  filter: grayscale(1);
  background: url(../images/btn.png) no-repeat top center;
  font-size: 20px;
  color: var(--whitecolor);
  background-size: contain;
  height: 61px;
}
.bxh .khungin .nav button:hover, .bxh .khungin .nav button.active {
  filter: hue-rotate(0deg);
  animation: filter 2000ms infinite ease-in-out;
}
.bxh .khungin .tab-content {
  width: 100%;
  height: 100%;
}
.bxh .khungin .tab-content table {
  color: var(--whitecolor);
  font-size: 150%;
  color: var(--color2);
}
.bxh .khungin .tab-content table thead {
  background: rgba(255, 255, 255, 0.116);
  font-size: 134%;
}
.bxh .khungin .tab-content table tr {
  text-align: center;
}
.bxh .khungin .tab-content .tab-pane {
  background: url(../images/bc-bxh.png) no-repeat top center;
  width: 100%;
  height: 864px;
  position: relative;
}
.bxh .khungin .tab-content .tab-pane .showin {
  width: 921px;
  margin: 0 auto;
  padding-top: 200px;
}

.backhome {
  display: block;
  color: var(--color2);
  font-size: 150%;
}

.modal-dk .modal-content {
  background: url(../images/bg-pop1.png) no-repeat top center;
  border: none;
  height: 471px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.modal-dk .modal-content .modal-body {
  padding: 4rem 12rem;
}
.modal-dk .modal-content .modal-body .close {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 85px;
  height: 85px;
  background: url(../images/btn-close.png) no-repeat top center;
  border: none;
}
.modal-dk .modal-content .modal-body .content-dksom {
  text-align: center;
}
.modal-dk .modal-content .modal-body .content-dksom h4 {
  font-size: 30px;
  color: #101a66;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-dk .modal-content .modal-body .content-dksom h6 {
  color: #101a66;
  font-size: 22px;
}
.modal-dk .modal-content .modal-body .content-dksom input {
  border: 2px solid #101a66;
  color: #101a66;
  background: transparent;
  width: 80%;
  margin: 0 auto;
  height: 61px;
  border-radius: 10px;
}
.modal-dk .modal-content .modal-body .content-dksom p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #101a66;
}
.modal-dk .modal-content .modal-body .content-dksom table {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #101a66;
}
.modal-dk .modal-content .modal-body .content-dksom .btn {
  margin: 0 auto;
  background: #101a66;
  color: white;
  font-weight: 700;
  font-size: 24px;
  margin-top: 0.5rem;
  position: relative;
}
.modal-dk .modal-content .modal-body .content-dksom .btn span.textsub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px 2px #cc2717, 0px 0px 6px #81170d;
  text-transform: uppercase;
}
.modal-dk .modal-content .modal-body .content-dksom .btn-dangky {
  background: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
}
.modal-dk .modal-content .modal-body .content-dksom .btn-dangky:hover {
  filter: brightness(120%);
}

@media (max-width: 1024px) {
  /*	footer{position: relative;}*/
}/*# sourceMappingURL=9main.css.map */

.swiper-slide img{
    width:900px;
    height:509px;
}