.clr-title-1 {
  color: #414141;
}

.clr-content-1 {
  color: #3D4D37;
}

.clr-title-2 {
  color: #1A49F5;
}

.clr-title-3 {
  color: #424371;
}

.clr-title-4 {
  color: #1A2749;
}

.clr-title-5 {
  color: #142B42;
}

.clr-title-6 {
  color: #413202;
}

.clr-text-2 {
  color: #4F4F4F;
}

.clr-text-3 {
  color: #FFD91C;
}

.clr-text-4 {
  color: #F2F2F2;
}

.clr-text-5 {
  color: #FE5029;
}

.clr-text-6 {
  color: #616161;
}

.clr-count {
  color: #0077C5;
}

/*===========
Fonts
===========*/
/*===========
Common
===========*/
body {
  font-size: 16px;
  color: #04091F;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

* {
  font-family: "Barlow", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
}

img {
  max-width: 100%;
}

.container {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.text-shadow {
  box-shadow: 0px 8px 16px 2px rgba(97, 97, 97, 0.1), 0px 16px 32px 2px rgba(97, 97, 97, 0.1);
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-32 {
  border-radius: 32px;
}

.rounded-3 {
  border-radius: 3px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-56 {
  border-radius: 56px !important;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.mt-40 {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.max-w-518 {
  max-width: 518px;
}

.max-w-370 {
  max-width: 370px;
}

.max-w-970 {
  max-width: 970px;
}

.mt-100 {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .mt-100 {
    margin-top: 100px;
  }
}

.section-pad-40 {
  padding: 32px 0;
}
@media only screen and (min-width: 768px) {
  .section-pad-40 {
    padding: 40px 0;
  }
}

.m-w-370 {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .m-w-370 {
    min-width: 370px;
  }
}

.min-w-320 {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .min-w-320 {
    min-width: 320px;
  }
}

.min-w-270 {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .min-w-270 {
    min-width: 270px;
  }
}

.min-w-280 {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .min-w-280 {
    min-width: 280px;
  }
}

.min-w-370 {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .min-w-370 {
    min-width: 370px;
  }
}

.min-w-200 {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .min-w-200 {
    min-width: 200px;
  }
}

.m-w-770 {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .m-w-770 {
    max-width: 770px;
  }
}

.m-w-300 {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .m-w-300 {
    min-width: 300px;
  }
}

.min-w-450 {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .min-w-450 {
    min-width: 450px;
  }
}

.mb-22 {
  margin-bottom: 22px;
}

.section-pad-85 {
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  .section-pad-85 {
    padding: 85px 0;
  }
}

/* Scrollbar  */
.scroller {
  overflow-y: auto;
  scrollbar-color: #ac946f #C2D2E4;
  scrollbar-width: thin;
}
.scroller::-ms-scrollbar {
  width: 5px;
  scrollbar-color: #ac946f #C2D2E4;
}
.scroller::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scroller::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
}
.scroller::-webkit-scrollbar-thumb {
  background-color: #ac946f;
}

/*-- end common --*/
@-webkit-keyframes pulse1 {
  0% {
    transform: scale3d(0, 0, 0);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse1 {
  0% {
    transform: scale3d(0, 0, 0);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse1 {
  -webkit-animation-name: pulse1;
          animation-name: pulse1;
}

@-webkit-keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
.animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

.animation-name {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.box_2 {
  position: relative;
  height: 829px;
  width: 100%;
  margin-bottom: 0px;
  border-bottom: none;
  zoom: 0.4;
}
.box_2 .main-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 30px;
  background: url(../images/main_arrow.png);
  background-size: 1920px auto;
  background-position: top center;
  opacity: 0.7;
}
.box_2 .box_slide {
  position: relative;
  width: 100%;
  height: 829px;
  display: inline-block;
  overflow: hidden;
}
.box_2 .box_slide .slide_home {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.box_2 .box_slide .slide_home .swiper-pagination {
  position: absolute;
  margin: auto;
  top: 10px;
  left: 0;
  width: 250px;
}
.box_2 .box_slide .slide_home .swiper-pagination .swiper-pagination-bullet {
  float: left;
  width: 45px;
  height: auto;
  display: block;
  border-radius: 0;
  background: none;
  opacity: 1;
  outline: none;
}
.box_2 .box_slide .slide_home .swiper-pagination .li_pagination .midle_pagination {
  position: relative;
  float: left;
  width: 45px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 0px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 11px;
  color: #f5fbfd;
  background: url(../images/lb_ct.png) top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block;
  opacity: 1;
}
.box_2 .box_slide .slide_home .swiper-pagination .li_pagination .top_pagination {
  position: relative;
  display: block;
  width: 45px;
  height: 47px;
  background: url(../images/main-comm.png) no-repeat;
  background-position: 0 -143px;
  background-size: 1000px auto;
}
.box_2 .box_slide .slide_home .swiper-pagination .li_pagination .bottom_pagination {
  position: relative;
  display: inline-block;
  background: url(../images/main-comm.png) no-repeat;
  width: 45px;
  height: 23px;
  background-position: 0 -194px;
}
.box_2 .box_slide .slide_home .swiper-pagination .li_pagination.swiper-pagination-bullet-active .midle_pagination {
  position: relative;
  float: left;
  width: 45px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 0px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 12px;
  color: #f5fbfd;
  background: url(../images/lb_ct_active.png) top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  opacity: 1;
}
.box_2 .box_slide .slide_home .swiper-pagination .li_pagination.swiper-pagination-bullet-active .top_pagination {
  position: relative;
  display: block;
  width: 45px;
  height: 71px;
  background: url(../images/main-comm.png) no-repeat;
  background-position: -50px -143px;
  background-size: 1000px auto;
}
.box_2 .box_slide .slide_home .swiper-pagination .li_pagination.swiper-pagination-bullet-active .bottom_pagination {
  position: relative;
  display: inline-block;
  background: url(../images/main-comm.png) no-repeat;
  width: 45px;
  height: 23px;
  background-position: -50px -218px;
}
@media only screen and (min-width: 576px) {
  .box_2 {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 992px) {
  .box_2 {
    height: 990px;
    zoom: 0.75;
  }
  .box_2 .box_slide {
    height: 990px;
  }
}
@media only screen and (min-width: 1400px) {
  .box_2 {
    height: 990px;
    zoom: 1;
  }
  .box_2 .box_slide {
    height: 990px;
  }
}

.swiper-wrapper {
  touch-action: pan-y;
}

.box_slide .swiper-button-next {
  right: 10%;
  top: calc(50% - 50px + 0px);
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-common.png);
  background-position: 0px -647px;
  width: 107px;
  height: 152px;
}
.box_slide .swiper-button-prev {
  left: 10%;
  top: calc(50% - 50px + 0px);
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-common.png);
  background-position: -268px -503px;
  width: 80px;
  height: 120px;
}
.box_slide .swiper-button-prev:after,
.box_slide .swiper-button-next:after {
  content: "";
  display: none;
}
.box_slide .swiper-button-next:focus, .box_slide .swiper-button-next:hover, .box_slide .swiper-button-next:active,
.box_slide .swiper-button-prev:focus,
.box_slide .swiper-button-prev:hover,
.box_slide .swiper-button-prev:active {
  border: none;
  outline: none;
}

.floating .floatright * {
  pointer-events: all;
}

.hidden {
  display: none !important;
}

.floatingDesktopTopRight {
  position: fixed;
  top: 140px;
  right: 16px;
  z-index: 100;
  z-index: 9999;
  transition: all ease 0.3s;
  zoom: 0.6;
}
.floatingDesktopTopRight.desktop {
  right: 20px;
}
@media only screen and (min-width: 992px) {
  .floatingDesktopTopRight {
    top: 120px;
    zoom: 0.7;
  }
}
@media only screen and (min-width: 1400px) {
  .floatingDesktopTopRight {
    top: 150px;
    zoom: 1;
  }
}
.floatingDesktopTopRight .floatright__main {
  display: flex;
  flex-wrap: wrap;
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-floating.png);
  background-position: 0px 0px;
  width: 209px;
  height: 625px;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  transform-origin: bottom center;
  transform: translateY(0px) translateX(220px);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.floatingDesktopTopRight .floatright__main li {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.floatingDesktopTopRight .floatright__main li.item-wapper a {
  margin: 8px;
}
.floatingDesktopTopRight .floatright__main.active {
  transform: translateY(0px) translateX(0px);
}
.floatingDesktopTopRight .floatright__main.active .item-toggle-close {
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-floating.png);
  background-position: -211px -434px;
  width: 40px;
  height: 70px;
}
.floatingDesktopTopRight .floatright__main .item-toggle-close {
  position: absolute;
  top: 20%;
  left: -33px;
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-floating.png);
  background-position: -253px -434px;
  width: 40px;
  height: 70px;
}

.floatright__item:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}

.item--topup {
  grid-area: entercode;
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-common.png);
  background-position: 0px -503px;
  width: 132px;
  height: 142px;
}

.item--code {
  grid-area: topup;
  margin: 0 auto 2px;
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-floating.png);
  background-position: -383px -96px;
  width: 170px;
  height: 120px;
}

.item--home {
  grid-area: home;
  margin: 0 auto 2px;
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-floating.png);
  background-position: -833px -268px;
  width: 50px;
  height: 50px;
}

.item--fanpage {
  grid-area: fanpage;
  margin: 0 auto 2px;
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-floating.png);
  background-position: -781px -268px;
  width: 50px;
  height: 50px;
}

.item--top {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  grid-area: top;
  margin: 0 auto 2px;
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-floating.png);
  background-position: -604px -342px;
  width: 60px;
  height: 60px;
}

.phantrang {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.phantrang .pagination-custom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.phantrang a {
  background: transparent;
  color: #fff;
  width: 60px;
  height: 60px;
  font-weight: 600;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  vertical-align: middle;
  color: #48453d;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 50%;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .phantrang a {
    width: 40px;
    height: 40px;
  }
}
.phantrang a:hover {
  background: #48453d;
  color: #e2c981;
  text-decoration: none;
}
.phantrang a.btn-next-1 {
  background: transparent;
}
.phantrang a.btn-next-1:hover {
  background: #48453d;
  color: #e2c981;
  text-decoration: none;
}
.phantrang span {
  width: 60px;
  height: 60px;
  font-weight: 600;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  vertical-align: middle;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 50%;
  background: #48453d;
  color: #e2c981;
  cursor: default;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .phantrang span {
    width: 40px;
    height: 40px;
  }
}

.list-content-page {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcum {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
}
.breadcum .name-news {
  font-size: 16px;
  color: #000;
  padding-left: 20px;
}
.breadcum .nav-link-1 {
  position: relative;
  color: #62605a;
  text-transform: capitalize;
  font-size: 20px;
  padding-right: 20px;
  padding-left: 0;
}
.breadcum .nav-link-1::after {
  content: "";
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-common.png);
  background-position: -951px -92px;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
.breadcum .menu-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.breadcum .menu-list .li_category a {
  position: relative;
  color: #62605a;
  text-transform: capitalize;
  font-size: 20px;
  padding: 0 20px;
}
.breadcum .menu-list .li_category a::after {
  content: "";
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-common.png);
  background-position: -951px -92px;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}

.block-see .btn-see-all {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  background-color: #3f3c32;
  color: #b1b1af;
  padding: 10px 20px;
  width: 100%;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .block-see .btn-see-all {
    font-size: 18px;
    height: 50px;
  }
}
.block-see .btn-see-all::before {
  content: "+";
  height: 25px;
  width: 25px;
  background-color: #af9569;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .block-see .btn-see-all::before {
    height: 20px;
    width: 20px;
  }
}
.block-see .btn-see-all:hover, .block-see .btn-see-all:active, .block-see .btn-see-all:focus {
  background-color: #413e37;
  color: #fff;
}

.li_slide a {
  pointer-events: none;
}

/*===========
Typo
===========*/
.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-italic {
  font-style: italic;
}

.font-bold {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 600;
}

.text-transform-inherit {
  text-transform: inherit !important;
}

.article__title {
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: none;
  color: #a18a62;
  font-size: 32px;
  font-family: "Barlow", sans-serif;
}

.box_text_content table {
  width: 100% !important;
  max-width: 100%;
}
.box_text_content table thead tr td, .box_text_content table thead tr th {
  border: 1px solid #FFF;
  font-size: 18px;
  padding: 8px;
}
.box_text_content table tr td {
  padding: 12px 15px;
  border: 1px solid #FFF;
  vertical-align: middle;
  font-size: 16px;
}
.box_text_content .footer {
  display: none;
}

.Icon, #mathinh, .ContentH4, #lostuipk, #fileloi {
  margin: 16px 0;
}

.Icon li {
  margin-bottom: 16px;
}

#matplugin {
  margin-bottom: 16px;
}

.page-header .bg-dark {
  background-color: #2f3032 !important;
  height: 65px;
  padding: 0px 0;
}
@media only screen and (min-width: 992px) {
  .page-header .bg-dark {
    background: #000 !important;
    padding: 0;
  }
}
.page-header .mobile {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .page-header .mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .page-header .mobile {
    display: none !important;
  }
}
.page-header .container {
  max-width: 100%;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .page-header .container {
    max-width: 1200px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 576px) {
  .page-header .container {
    padding: 0 15px;
  }
}
.page-header .navbar-brand {
  display: block;
}
@media (max-width: 920px) {
  .page-header .navbar-brand {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .page-header .navbar-brand {
    max-width: 120px;
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .page-header .navbar-brand {
    max-width: 70px;
    margin-right: 0;
  }
}
@media (max-width: 374px) {
  .page-header .navbar-brand {
    max-width: 60px;
  }
}
.page-header .navbar-brand img {
  max-height: 60px;
}
@media only screen and (min-width: 992px) {
  .page-header .navbar-brand {
    display: none;
  }
}
.page-header .navbar-collapse {
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  .page-header .navbar-collapse {
    padding: 0px 0;
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .page-header .navbar-collapse {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 65px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #000;
    margin: 0 -15px;
    transition: 0.5s transform ease-in-out;
    transform: translateX(-100%);
  }
  .page-header .navbar-collapse.show {
    transform: translateX(0%);
    pointer-events: unset;
  }
  .page-header .navbar-collapse .navbar-nav {
    padding: 40px 0;
  }
}
.page-header .floattop__item {
  margin: 0 6px;
  pointer-events: all;
}
@media (max-width: 920px) {
  .page-header .floattop__item {
    zoom: 0.8;
  }
}
@media (max-width: 767px) {
  .page-header .floattop__item {
    zoom: 0.6;
  }
}
@media (max-width: 576px) {
  .page-header .floattop__item {
    zoom: 0.5;
  }
}
@media (max-width: 374px) {
  .page-header .floattop__item {
    zoom: 0.4;
  }
}
.page-header .navbar-toggler {
  width: 50px;
  height: 50px;
  background: #2e2e2e;
  border-radius: 50%;
  padding: 15px 5px;
  position: relative;
  margin-left: 15px;
}
@media (max-width: 920px) {
  .page-header .navbar-toggler {
    zoom: 0.8;
  }
}
@media (max-width: 767px) {
  .page-header .navbar-toggler {
    zoom: 0.6;
  }
}
@media (max-width: 576px) {
  .page-header .navbar-toggler {
    zoom: 0.5;
  }
}
.page-header .navbar-toggler .navbar-toggler-icon.icon-opend-menu {
  background-image: none;
  width: 27px;
  height: 4px;
  background: hsl(39deg, 100%, 79%);
}
@media (max-width: 991px) {
  .page-header .navbar-toggler .navbar-toggler-icon.icon-opend-menu {
    zoom: 1;
  }
}
@media (max-width: 576px) {
  .page-header .navbar-toggler .navbar-toggler-icon.icon-opend-menu {
    zoom: 0.8;
  }
}
.page-header .navbar-toggler .navbar-toggler-icon.icon-opend-menu::before, .page-header .navbar-toggler .navbar-toggler-icon.icon-opend-menu::after {
  content: "";
  height: 4px;
  background: #ffdb96;
  display: block;
  border-radius: 4px;
  position: absolute;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.page-header .navbar-toggler .navbar-toggler-icon.icon-opend-menu::before {
  width: 33px;
  left: -4px;
  top: -7px;
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.page-header .navbar-toggler .navbar-toggler-icon.icon-opend-menu::after {
  width: 20px;
  right: 0px;
  bottom: -7px;
}
.page-header .navbar-toggler .navbar-toggler-icon.icon-close-mobile {
  background: url(../images/img-new/close.svg) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 425px) {
  .page-header .navbar-toggler .navbar-toggler-icon.icon-close-mobile {
    background-size: 20px 20px;
  }
}
.page-header .navbar-expand-lg .navbar-nav .nav-item {
  border-bottom: 1px solid #513b1b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-header .navbar-expand-lg .navbar-nav .nav-item:last-child {
  border-bottom: none;
}
.page-header .navbar-expand-lg .navbar-nav .nav-item:last-child a::before {
  display: none;
}
@media only screen and (min-width: 992px) {
  .page-header .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.page-header .navbar-expand-lg .navbar-nav .nav-item a::before {
  content: "";
  display: block;
  font-size: 0px;
  background-image: none;
  background-position: -383px -218px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(50%, -50%);
}
@media only screen and (min-width: 992px) {
  .page-header .navbar-expand-lg .navbar-nav .nav-item a::before {
    background-image: url(../images/img-new/_sprites-floating.png);
  }
}
.page-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  font-family: "Barlow", sans-serif;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #ac946f;
  padding: 0 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
.page-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  font-weight: 600;
}
.page-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.floatnav__item--home {
  font-size: 20px;
  background-image: none;
}
.page-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.floatnav__item--home::before {
  display: none;
}
@media only screen and (min-width: 992px) {
  .page-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.floatnav__item--home {
    display: block;
    background-image: url(../images/img-new/icon-home.png);
    font-size: 0px;
    width: 65px;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c7b98a;
    background-size: 60%;
    padding: 0;
  }
  .page-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.floatnav__item--home:hover {
    filter: brightness(1.2);
  }
}
@media only screen and (min-width: 992px) {
  .page-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }
}
.page-header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) {
  .page-header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
    padding-left: 30px;
  }
}

.item--download {
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-floating.png);
  background-position: -743px -158px;
  width: 176px;
  height: 50px;
  display: block;
}

.item--topup-1 {
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-floating.png);
  background-position: -555px -158px;
  width: 186px;
  height: 50px;
  display: block;
}

button:focus {
  outline: none;
}

.footer {
  width: 100%;
  display: inline-block;
  color: #868686;
  background: url(../images/img-new/bg-footer.jpg) center no-repeat;
  background-size: cover;
}
.footer .footer_content {
  position: relative;
  margin: 20px auto;
  width: 100%;
}
.footer .footer_content .footer_logo_content {
  max-width: 250px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.footer .footer_content .footer_logo_content img {
  max-width: 100%;
}
.footer .footer_content .footer_info .footer_info_content {
  width: 100%;
  padding-left: 20px;
  display: inline-block;
}
.footer .footer_content .footer_info .footer_info_content .footer_menu {
  width: 100%;
  overflow: hidden;
}
.footer .footer_content .footer_info .footer_info_content .footer_menu ul {
  display: flex;
  align-items: center;
}
.footer .footer_content .footer_info .footer_info_content .footer_menu ul li {
  margin-bottom: 12px;
  margin-right: 12px;
}
.footer .footer_content .footer_info .footer_info_content .footer_menu ul li:last-child {
  display: none;
}
.footer .footer_content .footer_info .footer_info_content .footer_menu ul li a {
  color: #cdb670;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .footer .footer_content .footer_info .footer_info_content .footer_menu ul li a {
    font-size: 18px;
  }
}

.footer_text {
  font-size: 16px;
  line-height: 24px;
}

.footer-ctas {
  margin-bottom: 24px;
  margin-top: 24px;
}
.footer-ctas .icon-footer {
  margin: 0 10px;
  display: block;
  zoom: 0.5;
}
@media only screen and (min-width: 576px) {
  .footer-ctas .icon-footer {
    zoom: 0.6;
  }
}
@media only screen and (min-width: 768px) {
  .footer-ctas .icon-footer {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-ctas .icon-footer {
    zoom: 1;
  }
}
.footer-ctas .footer-public {
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-common.png);
  background-position: -166px -236px;
  width: 164px;
  height: 162px;
}
.footer-ctas .footer-fanpage {
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-common.png);
  background-position: 0px -236px;
  width: 164px;
  height: 162px;
}

.main-content {
  padding-top: 60px;
}

.section-banner {
  position: relative;
  height: 500px;
}
.section-banner .section-background {
  height: 500px;
}
@media only screen and (min-width: 768px) {
  .section-banner {
    height: 673px;
  }
  .section-banner .section-background {
    height: 673px;
  }
}
@media only screen and (min-width: 992px) {
  .section-banner {
    height: 910px;
  }
  .section-banner .section-background {
    height: 910px;
  }
}
.section-banner .section-background img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.section-banner .box_logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
.section-banner .box_logo img {
  max-width: 180px;
}
@media only screen and (min-width: 992px) {
  .section-banner .box_logo {
    top: 40px;
  }
  .section-banner .box_logo img {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  .section-banner .block-item-game {
    display: none;
  }
}

.block-item-game {
  background: url(../images/img-new/bg-appinfo.png);
  width: 660px;
  height: 240px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%);
  zoom: 0.8;
}
@media only screen and (min-width: 1400px) {
  .block-item-game {
    zoom: 1;
  }
}
.block-item-game .row {
  height: 100%;
}
.block-item-game .appinfo__item--topup {
  grid-area: topup;
  display: block;
  font-size: 0px;
  background-image: url(../images/img-new/_sprites-common.png);
  background-position: 0px -92px;
  width: 100%;
  height: 142px;
  max-width: 100%;
}
.block-item-game .appinfo__item--topup:hover, .block-item-game .appinfo__item--topup:focus, .block-item-game .appinfo__item--topup:active {
  filter: brightness(120%);
}

.section-list .box_list {
  width: 100%;
}
.box_slide_mini {
  width: 195px;
  height: 296px;
  margin: 0 auto;
  margin-top: 12px;
  background: url(../images/main-scan-bg.png) no-repeat;
}
.box_slide_mini .slide_mini {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.box_slide_mini .slide_mini .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}
.box_slide_mini .slide_mini .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f60;
}
.box_slide_mini .slide_mini .li_slide {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.box_slide_mini .slide_mini .li_slide .tieu_de {
  position: absolute;
  margin: auto;
  top: 30px;
  left: 0;
  right: 0;
  color: #fff;
  height: 50px;
  text-transform: uppercase;
  line-height: 25px;
}
.box_slide_mini .slide_mini .li_slide img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 146px;
  height: 146px;
}

.box_li_content {
  position: relative;
  margin: auto 24px;
  max-width: 100%;
  height: 100%;
  padding: 30px;
  background: #ae722c;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 5px #b0956a;
}
@media only screen and (min-width: 992px) {
  .box_li_content {
    max-width: 400px;
    margin: auto;
    padding: 24px;
  }
}
.box_li_content .tieu_de {
  position: relative;
  margin: auto;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.box_li_content .tieu_de a {
  color: #fff;
  font-weight: 600;
}
.box_li_content .tieu_de a:hover, .box_li_content .tieu_de a:active, .box_li_content .tieu_de a:focus {
  color: #f2f2f2;
}
.box_li_content .text_info {
  position: relative;
  margin: auto;
  width: 100%;
  padding-left: 30px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
  margin-top: 16px;
  font-size: 20px;
}
.box_li_content .text_info span {
  font-weight: 600;
  color: #FFF;
}
.box_li_content .text_info i {
  font-size: 18px;
  margin-right: 16px;
}
.box_li_content .text_info a {
  color: #f2f2f2;
}
.box_li_content .li_input {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 16px;
  clear: both;
}
.box_li_content .li_input a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
}
.box_li_content .li_input input[type=text] {
  position: relative;
  margin: auto;
  height: 54px;
  width: 100%;
  border: 1px solid #b0956a;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}
@media only screen and (min-width: 992px) {
  .box_li_content .li_input input[type=text] {
    height: 48px;
  }
}
.box_li_content .li_input input[type=password] {
  position: relative;
  margin: auto;
  height: 54px;
  width: 100%;
  border: 1px solid #b0956a;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}
@media only screen and (min-width: 992px) {
  .box_li_content .li_input input[type=password] {
    height: 48px;
  }
}
.box_li_content .li_input button {
  position: relative;
  margin: auto;
  min-width: 350px;
  height: 54px;
  padding: 12px 20px;
  line-height: 30px;
  background: rgba(187, 141, 47, 0.9411764706);
  border: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.box_li_content .li_input button:hover {
  filter: brightness(120%);
}
@media only screen and (min-width: 992px) {
  .box_li_content .li_input button {
    font-size: 20px;
    min-width: 250px;
  }
}

.list_content .li_content {
  line-height: 24px;
  font-size: 18px;
  background-color: #dfd3bb;
  border-bottom: 1px solid #afafaf;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .list_content .li_content {
    padding: 0px 20px;
  }
}
.list_content .li_content:last-of-type {
  border-bottom: none;
}
.list_content .li_content .text-name {
  position: relative;
}
.list_content .li_content .text-name .icon_content {
  padding-right: 10px;
}
.list_content .li_content .text-name .icon_content span {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 9px;
  height: 15px;
  background: url(../images/icon.png) no-repeat;
  background-position: left -22px;
}
.list_content .li_content .name_content {
  padding-right: 10px;
  line-height: 48px;
  font-family: "Barlow", sans-serif;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
  color: #000;
}
.list_content .li_content .date_content {
  line-height: 24px;
  font-family: "Barlow", sans-serif;
  color: #000;
}

.border-item {
  border: 3px solid #ffed87;
  width: 100%;
  height: 142px;
  max-width: 195px;
  margin: 0 auto;
  background-color: rgba(203, 162, 78, 0.831372549);
  color: #5b4418;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  padding: 10px;
}
.border-item i {
  margin-top: 10px;
  border: 2px solid #524b1f;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex: 0 0 50px;
}
.border-item:hover, .border-item:active, .border-item:focus {
  color: #5b4418;
  text-decoration: none;
}

.section-background {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.appinfo__item--entercode {
  background-image: url(../images/img-new/_sprites-common.png);
  display: block;
  font-size: 0px;
  background-position: 0px -503px;
  width: 132px;
  height: 142px;
  max-width: 100%;
}
.appinfo__item--entercode:hover, .appinfo__item--entercode:focus, .appinfo__item--entercode:active {
  filter: brightness(120%);
}

.desktop {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block !important;
  }
}

.mobile {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

.page-main {
  position: relative;
}

.box_slide .swiper-button-next.swiper-button-disabled, .box_slide .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: auto;
}

.box_slide {
  position: relative;
  z-index: 1;
}
.box_slide .li_slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.box_slide .li_slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-size: 0;
}

.box_2 .section-background {
  z-index: 11;
}

.page .page_content .box_page_content {
  padding-top: 100px;
}

.section-list {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 1600px;
  zoom: 0.5;
}
@media only screen and (min-width: 576px) {
  .section-list {
    zoom: 0.6;
    height: 1450px;
  }
}
@media only screen and (min-width: 992px) {
  .section-list {
    height: 910px;
    zoom: 1;
  }
}
.section-list .container {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  zoom: 1;
}
.section-list .box_list {
  padding-top: 240px;
  height: 1600px;
}
.section-list .box_list .box_li {
  padding: 24px;
}
@media only screen and (min-width: 576px) {
  .section-list .box_list {
    height: 1450px;
    padding-top: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .section-list .box_list {
    height: 910px;
    padding-top: 200px;
  }
}

.block-tab {
  background: rgba(197, 197, 197, 0.4901960784);
  padding: 24px;
  height: 100%;
}
.block-tab .nav-tabs {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #857141;
}
.block-tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 25px;
}
@media only screen and (min-width: 992px) {
  .block-tab .nav-tabs .nav-item:not(:last-child) {
    margin-right: 30px;
  }
}
.block-tab .nav-tabs .nav-item .nav-link {
  display: block;
  padding: 5px 10px;
  font-family: "Barlow", sans-serif;
  color: #757575;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .block-tab .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
}
.block-tab .nav-tabs .nav-item .nav-link.active, .block-tab .nav-tabs .nav-item .nav-link:hover, .block-tab .nav-tabs .nav-item .nav-link:focus, .block-tab .nav-tabs .nav-item .nav-link:active {
  color: #857141;
  font-weight: 600;
  border-bottom: 2px solid #857141;
  background-color: transparent;
  border-color: transparent transparent #857141;
}

.page .page_content .box_page_content {
  position: relative;
  width: 100%;
}

.box_page_content_left {
  position: relative;
}
.box_page_content_left .button_down {
  position: relative;
  width: 274px;
  height: 154px;
  background: url(../images/pc.jpg) no-repeat;
  display: inline-block;
  margin-bottom: -6px;
}
.box_page_content_left .button_down:hover {
  filter: brightness(105%);
}
.box_page_content_left .button_profile {
  position: relative;
  width: 274px;
  height: 68px;
  background: url(../images/pc.jpg) no-repeat;
  background-position: 0px -160px;
  display: inline-block;
  margin-bottom: -6px;
}
.box_page_content_left .button_profile:hover {
  filter: brightness(115%);
}
.box_page_content_left .button_nap {
  position: relative;
  width: 274px;
  height: 68px;
  background: url(../images/pc.jpg) no-repeat;
  background-position: 0px -228px;
  display: inline-block;
}
.box_page_content_left .button_nap:hover {
  filter: brightness(115%);
}
.box_page_content_left .box_tr {
  width: 274px;
  display: inline-block;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.box_page_content_left .box_tr ul li {
  width: 50%;
  height: 105px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  float: left;
}
.box_page_content_left .box_tr ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #4b608b;
}
.box_page_content_left .box_tr ul li a .icon_tr {
  display: inline-block;
  width: 100%;
  height: 65px;
  text-align: center;
  font-size: 28px;
  line-height: 65px;
}
.box_page_content_left .box_tr ul li a .icon_tr i {
  font-size: 30px;
  color: #4b608b;
}
.box_page_content_left .box_tr ul li a .icon_tr i:hover {
  color: #f60;
}
.box_page_content_left .box_tr ul li a .text_tr {
  display: inline-block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.box_page_content_left .box_tr ul li a .text_tr:hover {
  color: #f60;
}
.box_page_content_left .box_category {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}
.box_page_content_left .box_category .title {
  width: 100%;
  height: 30px;
  padding-left: 20px;
  font-size: 16px;
  color: #4b608b;
  text-transform: uppercase;
  font-weight: 600;
  border-left: 3px solid #4b608b;
  line-height: 30px;
}
.box_page_content_left .box_category .list_category {
  position: relative;
  margin: auto;
  margin-top: 10px;
  width: 100%;
}
.box_page_content_left .box_category .list_category .top_category {
  width: 100%;
  height: 5px;
  background: url(../images/top_box_category.png) no-repeat;
  background-size: 100%;
}
.box_page_content_left .box_category .list_category .midle_category {
  width: 100%;
  background: url(../images/center_box_category.png) repeat-y;
  background-size: 100%;
}
.box_page_content_left .box_category .list_category .bottom_category {
  width: 100%;
  height: 8px;
  background: url(../images/bottom_box_category.png) no-repeat;
  background-size: 100%;
}
.box_page_content_left .box_category .list_category .li_category {
  position: relative;
  margin: auto;
  width: calc(100% - 10px);
  height: 71px;
  background: url(../images/bg_menu.png) no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: 71px;
  text-transform: uppercase;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_page_content_left .box_category .list_category .li_category:hover {
  background: url(../images/bg_menu_hover.png) no-repeat;
  background-size: 100%;
}
.box_page_content_left .box_category .list_category .li_category a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.box_page_content_left .box_category .list_category .li_category a:hover {
  color: #ca0000;
}
.box_page_content_left .box_support {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}
.box_page_content_left .box_support div:last-child {
  display: none;
}
.box_page_content_left .box_support .title {
  width: 100%;
  height: 30px;
  padding-left: 20px;
  font-size: 16px;
  color: #4b608b;
  text-transform: uppercase;
  font-weight: 600;
  border-left: 3px solid #4b608b;
  line-height: 30px;
}
.box_page_content_left .box_support .li_support {
  width: 100%;
  height: 45px;
  margin-top: 10px;
  line-height: 45px;
  background: url(../images/bg_support.png) no-repeat;
  text-indent: 35px;
  font-weight: 600;
}
.box_page_content_left .box_support .li_support a {
  width: 100%;
  height: 45px;
  color: #fff;
  font-size: 16px;
}
.box_page_content_left .box_event {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}
.box_page_content_left .box_event .title {
  width: 100%;
  height: 30px;
  padding-left: 20px;
  font-size: 16px;
  color: #4b608b;
  text-transform: uppercase;
  font-weight: 600;
  border-left: 3px solid #4b608b;
  line-height: 30px;
}
.box_page_content_left .box_event .li_event {
  width: 100%;
  height: 60px;
  margin-top: 10px;
}
.box_page_content_left .box_event .li_event .img {
  float: left;
  width: 80px;
  height: 60px;
}
.box_page_content_left .box_event .li_event .img img {
  width: 80px;
  height: 60px;
}
.box_page_content_left .box_event .li_event .info {
  float: left;
  width: calc(100% - 80px);
  padding-left: 10px;
  padding-right: 5px;
  display: -webkit-box;
  max-height: 44px;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 10px;
}
.box_page_content_left .box_event .li_event .info a:hover {
  color: #f60;
}

.box_page_content_right .content_action {
  position: relative;
}
.box_page_content_right .content_action .header_action {
  width: 100%;
  height: 85px;
  background: rgba(11, 125, 66, 0.8);
}
.box_page_content_right .content_action .header_action .header_action_content {
  width: 100%;
  height: 100%;
  background: url(../images/bg_title.png) 8px 8px no-repeat;
  line-height: 85px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-indent: 20px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_page_content_right .content_action .header_action .header_action_content i {
  font-size: 18px;
  margin-right: 5px;
}
.box_page_content_right .content_action .content_view {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #fff;
}
.box_page_content_right .content_action .list_content {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #fff;
}
.box_page_content_right .content_action .list_content .title {
  width: 100%;
  height: 25px;
  padding-left: 18px;
  font-size: 18px;
  color: #4b608b;
  text-transform: uppercase;
  font-weight: 600;
  border-left: 3px solid #4b608b;
  line-height: 25px;
  font-family: "Roboto Condensed";
}
.box_page_content_right .content_action .list_content .li_content {
  height: 40px;
  line-height: 40px;
  border-bottom: #dadada dotted 1px;
  font-size: 14px;
}
.box_page_content_right .content_action .list_content .li_content .icon_content {
  float: left;
  width: 9px;
  height: 15px;
  margin: 13px 9px 0 0;
  background: url(../images/icon.png) no-repeat;
  background-position: left -22px;
}
.box_page_content_right .content_action .list_content .li_content .name_content {
  float: left;
  width: calc(100% - 60px);
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_page_content_right .content_action .list_content .li_content .date_content {
  float: right;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.box_page_content_right .col_right_left {
  position: relative;
}
.box_page_content_right .col_right_left_content {
  position: relative;
  background: #fff;
}
.box_page_content_right .col_right_left_content .box_slide_right {
  width: 100%;
  height: 295px;
  overflow: hidden;
}
.box_page_content_right .col_right_left_content .box_slide_right .swiper-container {
  width: 100%;
  height: 100%;
}
.box_page_content_right .col_right_left_content .box_slide_right .swiper-container .li_slide {
  width: 100%;
  height: 100%;
}
.box_page_content_right .col_right_left_content .title_content {
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.box_page_content_right .col_right_left_content .title_content:after {
  content: "";
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 0px;
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #e9e3cd;
}

.page {
  width: 100%;
  display: inline-block;
  background: url(../images/main_part_1_1.jpg) #fff top center no-repeat;
  padding-bottom: 30px;
  margin-bottom: -4px;
}
.page .page_content {
  position: relative;
  margin: auto;
}
.page .page_content .box_menu {
  position: relative;
}

.box_menu {
  position: absolute;
  width: 100%;
  height: 580px;
  display: inline-block;
}

.col_right_left_content .box_info_account {
  position: relative;
  margin: auto;
  width: 100%;
}
.col_right_left_content .box_info_account .top_content {
  width: 100%;
  height: 21px;
  background: url(../images/top_content.png);
}
.col_right_left_content .box_info_account .midle_content {
  width: 100%;
  background: url(../images/center_content.png) repeat-y;
}
.col_right_left_content .box_info_account .bottom_content {
  width: 100%;
  height: 21px;
  background: url(../images/bottom_content.png);
}

.box_info_account .midle_content .box_text_content {
  position: relative;
  margin: auto;
  width: 100%;
  margin-top: 30px;
}
.box_info_account .midle_content .box_text_content .list_box_tab {
  width: 100%;
}
.box_info_account .midle_content .box_text_content .list_box_tab .box_tab {
  width: 100%;
  display: none;
}
.box_info_account .midle_content .box_text_content .list_box_tab .box_tab.active {
  width: 100%;
  display: block;
}
.box_info_account .midle_content .box_text_content .title {
  width: 100%;
  height: 25px;
  padding-left: 18px;
  font-size: 16px;
  color: #4b608b;
  text-transform: uppercase;
  font-weight: 600;
  border-left: 3px solid #4b608b;
  line-height: 25px;
  font-family: "Roboto Condensed";
  margin-bottom: 10px;
}
.box_info_account .midle_content .box_text_content p {
  margin-bottom: 15px;
}
.box_info_account .midle_content .box_text_content .li_input {
  width: 100%;
  margin-top: 12px;
  display: inline-block;
}
.box_info_account .midle_content .box_text_content .li_input .col_50 {
  width: calc(50% - 5px);
  float: left;
}
.box_info_account .midle_content .box_text_content .li_input .col_50:nth-child(odd) {
  width: calc(50% - 5px);
  float: right;
}
.box_info_account .midle_content .box_text_content .li_input .col_50 #captcha {
  height: 40px;
}
.box_info_account .midle_content .box_text_content .li_input .img_captcha img {
  cursor: pointer;
}
.box_info_account .midle_content .box_text_content .li_input label {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}
.box_info_account .midle_content .box_text_content .li_input select {
  width: 100%;
  height: 40px;
  border: 1px solid #d9b235;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}
.box_info_account .midle_content .box_text_content .li_input input[type=password] {
  width: 100%;
  height: 40px;
  border: 1px solid #d9b235;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}
.box_info_account .midle_content .box_text_content .li_input input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px solid #d9b235;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
  font-size: 16px;
}
.box_info_account .midle_content .box_text_content .table_lichsu {
  position: relative;
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}
.box_info_account .midle_content .box_text_content .table_lichsu tr th {
  text-align: center;
  padding: 10px 12px;
  background: #4b608b;
  border: 1px solid #e9e3cd;
  color: #fff;
  font-size: 16px;
}
.box_info_account .midle_content .box_text_content .table_lichsu tr td {
  text-align: center;
  border: 1px solid #e9e3cd;
  padding: 10px 12px;
  color: #000;
  font-size: 14px;
  background: #FFF;
}
.box_info_account .midle_content .title_view {
  width: 100%;
  height: 25px;
  padding-left: 18px;
  font-size: 18px;
  color: #fa6501;
  font-weight: 600;
  line-height: 25px;
  font-family: "Roboto Condensed";
  margin-bottom: 10px;
}

.list_tab {
  width: 100%;
  border-bottom: none;
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
  overflow-x: auto;
  overflow-y: hidden;
}
.list_tab div:last-child {
  margin-right: 0;
}
.list_tab .tab {
  height: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .list_tab .tab {
    margin-right: 24px;
  }
}
.list_tab .tab a {
  font-family: "Barlow", sans-serif;
  display: block;
  padding: 5px 7px;
  color: #757575;
  font-size: 18px;
  text-transform: uppercase;
  transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.list_tab .tab a:hover, .list_tab .tab a.active, .list_tab .tab a:active, .list_tab .tab a:focus {
  border-bottom: #444343 1px solid;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .list_tab .tab a {
    padding: 5px 12px;
    font-size: 22px;
  }
}

.block-content-page .title-sub {
  color: #4a4845;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .block-content-page .title-sub {
    font-size: 52px;
  }
}

.section__content {
  display: block;
  position: relative;
  z-index: 1;
  background: url(../images/img-new/bg-loop.jpg);
  zoom: 0.6;
}
@media only screen and (min-width: 768px) {
  .section__content {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 1200px) {
  .section__content {
    zoom: 1;
  }
}
.section__content .inner-content {
  height: auto;
  padding: 63px 0;
}
@media only screen and (min-width: 992px) {
  .section__content .inner-content .container {
    padding: 0 100px;
  }
}
.section__content .block-sub-news {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  margin: 63px auto;
  overflow: visible;
  background: url(../images/img-new/bg-sub-new-frame-loop.png) center center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 992px) {
  .section__content .block-sub-news {
    padding: 0 100px;
  }
}
.section__content .block-sub-news::before {
  content: "";
  background: url(../images/img-new/bg-sub-new-frame-top.png) center center;
  width: 100%;
  height: 63px;
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
}
.section__content .block-sub-news::after {
  content: "";
  background: url(../images/img-new/bg-sub-new-frame-bottom.png) center center;
  width: 100%;
  height: 63px;
  position: absolute;
  bottom: -63px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
}
.section__content .block-sub-news-2 .content-news-info {
  width: 100%;
  height: 100%;
  background: url(../images/img-new/bg-title-detail-news.png) no-repeat center;
  padding: 20px 40px;
  background-size: cover;
}
.section__content .block-sub-news-2 .block-article {
  position: relative;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
  font-size: 20px;
  background-color: #cfcfcf;
}
.section__content .block-sub-news-2 .block-article .box_text_content {
  margin-top: 0;
  line-height: 1.4;
}

.news_tab .li_tintuc {
  width: 100%;
  height: 100%;
  transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid gray;
  padding: 15px 0;
  background-color: rgba(237, 213, 155, 0.2);
  font-family: "Barlow", sans-serif;
}
.news_tab .li_tintuc .img {
  grid-area: thumbnail;
  display: block;
  height: 200px;
  position: relative;
  border: 2px solid #edd59b;
  overflow: hidden;
}
.news_tab .li_tintuc .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .news_tab .li_tintuc .img {
    height: 170px;
  }
}
.news_tab .li_tintuc .info .name {
  grid-area: title;
  color: #424242;
  width: 100%;
  line-height: 30px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.news_tab .li_tintuc .info .name a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .news_tab .li_tintuc .info .name a {
    font-size: 20px;
  }
}
.news_tab .li_tintuc .info .short {
  width: 100%;
  line-height: 30px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #424242;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .news_tab .li_tintuc .info .short {
    font-size: 18px;
  }
}

.box_login {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 100px 0 30px 0px;
}
.box_login .box_login_content {
  position: relative;
  margin: auto;
}
.box_login .box_login_content .box_login_left {
  position: relative;
  margin: auto;
}
.box_login .box_login_content .box_login_right {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: url(../images/bg-sigin.jpg) no-repeat;
  padding: 16px;
  background-size: 100% 100%;
}
@media only screen and (min-width: 576px) {
  .box_login .box_login_content .box_login_right {
    padding: 24px;
  }
}
.box_login .box_login_content .box_login_right .title {
  position: relative;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
}
.box_login .box_login_content .box_login_right .title:after {
  content: "";
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 10px;
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #e9e3cd;
}
.box_login .box_login_content .box_login_right .li_input {
  position: relative;
  width: 100%;
  height: 53px;
  border: 1px solid #d9b235;
  margin-top: 20px;
}
.box_login .box_login_content .box_login_right .li_input .icon_input {
  float: left;
  width: 44px;
  height: 100%;
  text-align: center;
  background: #c7ad5b;
  line-height: 44px;
  color: #fff;
  font-size: 22px;
}
.box_login .box_login_content .box_login_right .li_input .input {
  float: left;
  width: calc(100% - 44px);
  height: 100%;
}
.box_login .box_login_content .box_login_right .li_input .input input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 16px;
}
.box_login .box_login_content .box_login_right .li_button {
  position: relative;
  width: 100%;
  height: 53px;
  margin-top: 20px;
}
.box_login .box_login_content .box_login_right .li_button button {
  width: 100%;
  height: 53px;
  border: none;
  background: #b62929;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
}
.box_login .box_login_content .box_login_right .li_button button:hover {
  filter: brightness(120%);
}
.box_login .box_login_content .box_login_right .li_text {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.box_login .box_login_content .box_login_right .li_text .input_left {
  float: left;
  width: 50%;
}
.box_login .box_login_content .box_login_right .li_text .input_left input {
  width: 100%;
  height: 45px;
  border: 1px solid #d9b235;
  padding-left: 10px;
}
.box_login .box_login_content .box_login_right .li_text .input_right {
  float: left;
  width: 50%;
  padding-left: 10px;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.box_login .box_login_content .box_login_right .li_text .input_right #captcha {
  height: 52px;
}
.box_login .box_login_content .box_login_right .li_text .input_right img {
  cursor: pointer;
}

.box_page_content_left .box_event .li_event .info a:hover {
  color: #f60;
}

.col_right_right {
  margin-top: 40px;
  background: #fff;
  border-top: 1px solid #fff;
}
.col_right_right .box_event {
  width: 100%;
  margin-bottom: 25px;
}
.col_right_right .box_event .title {
  width: 100%;
  font-size: 16px;
  color: #4b608b;
  text-transform: uppercase;
  font-weight: 700;
  border-left: 3px solid #4b608b;
  line-height: 30px;
}
.col_right_right .box_event .title a {
  color: #4b608b;
}
.col_right_right .box_event .li_event {
  width: 100%;
  height: 100%;
  transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid gray;
  padding: 15px 0;
  background-color: rgba(237, 213, 155, 0.2);
  font-family: "Barlow", sans-serif;
}
.col_right_right .box_event .li_event .img {
  height: 100%;
}
.col_right_right .box_event .li_event .img img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #c7ad5b;
}
.col_right_right .box_event .li_event .info {
  display: -webkit-box;
  max-height: 44px;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 10px;
}

.li_lienquan {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.li_lienquan .img {
  float: left;
  height: 100px;
  width: 150px;
}
.li_lienquan .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.li_lienquan .info {
  float: left;
  height: 100px;
  width: calc(100% - 150px);
  padding-left: 10px;
}
.li_lienquan .info .name {
  width: 100%;
  line-height: 30px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.li_lienquan .info .name a {
  color: #444;
  font-weight: 600;
}
.li_lienquan .info .short {
  width: 100%;
  line-height: 30px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}/*# sourceMappingURL=custom.css.map */