@font-face {
  font-family: "ShopeeDisplay";
  src: url(../fonts/ShopeeDisplay-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ShopeeDisplay";
  src: url(../fonts/ShopeeDisplay-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Shopee2021";
  src: url(../fonts/shopee2021-bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  position: relative;
  margin: 0;
  width: 100%;
  min-width: 1200px;
}
.high-light:hover {
  filter: brightness(1.2);
}
a {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #013832;
}
::-webkit-scrollbar-thumb:hover {
  background: #028d7d;
}
.wrap {
  position: relative;
  width: 100%;
  height: 3758px;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/bg-pc-11.jpg) top center no-repeat #ecebe7;
}
@media (max-width: 1200px) {
  body {
    min-width: unset;
  }
  .wrap {
    height: 7112rem;
    background: url(../images/bg-mb-11.jpg) top center no-repeat #f3ebde;
    background-size: 100% auto;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: visible;
}
.header .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  _left: calc(9.72vw - 116px);
  width: 145px;
  height: 145px;
  background: url(./../images/18.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
.header .nav-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5.2vw;
}
.header .nav-header li .nav-icon {
  width: auto;
  height: 30px;
  margin-right: 10px;
}
.header .nav-header li a {
  position: relative;
}
.header .nav-header li span {
  position: relative;
  top: 3px;
  color: #272727;
  font-family: ShopeeDisplay;
  font-weight: bold;
}
.header .group-btn {
  display: none;
}
@media (max-width: 1200px) {
  .header {
    height: 274rem;
    overflow: hidden;
  }
  .header .logo {
    top: 4rem;
    left: -20rem;
    width: 335rem;
    height: 146rem;
    background: url(/assets/images/logo.png) no-repeat;
    background-size: 100% auto;
  }
  .header .nav-header {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 124rem;
    gap: 50rem;
  }
  .header .nav-header li:nth-of-type(1),
  .header .nav-header li:nth-of-type(4),
  .header .nav-header li:nth-of-type(6) {
    display: none;
  }
  .header .nav-header li .nav-icon {
	 display:none;
    width: auto;
    height: 64rem;
    margin-right: 10rem;
  }
  .header .nav-header li span {
	  display:none;
    top: 15rem;
    font-size: 40rem;
    color: #FFF;
  }
  .header .group-btn {
    position: absolute;
    right: 10px;
    top: 24rem;
    display: flex;
  }
  .header .group-btn img {
    height: 106rem;
    width: auto;
	margin-right: 10px;
  }
}
.nav-right {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 99;
  width: 262px;
  height: 676px;
 background: url(../images/right-bg-2.png) top center no-repeat;
  padding: 202px 40px 0 60px;
  box-sizing: border-box;
  transform: translateX(216px);
  transition: all 0.3s ease-in-out;
}
.nav-right a img {
  display: block;
}
.nav-right .btn-toggle {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 215px;
  left: 0px;
  width: 50px;
}
.nav-right .btn-open {
  display: block;
}
.nav-right ul {
  display: block;
  position: relative;
  list-style: none;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.nav-right ul li {
  width: 162px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.nav-right ul li img {
  max-width: unset;
  width: 160px;
  height: 50px;
}
.nav-right .to-top {
  cursor: pointer;
  width: 40px;
  margin: 20px auto 0;
}
.nav-right.active {
  transform: translateX(0);
}
.nav-right.active .btn-open {
  display: none;
}
@media (max-width: 1200px) {
  .nav-right {
    display: none;
  }
}
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-1 {
  height: 840px;
}
.section-1 .play-btn {
  position: absolute;
  top: 191px;
  left: 53%;
  transform: translateX(-50%);
  width: 95px;
  height: 95px;
}
.section-1 .group-btn {
  position: absolute;
  top: 588px;
  left: 50%;
  transform: translateX(-50%);
  width: 958px;
  height: 254px;
  background: url(/assets/images/sec1-group-bg.png) center center no-repeat;
  background-size: auto 100%;
  padding: 31px 0 31px 170px;
  display: flex;
  gap: 12px;
}
.section-1 .group-btn .napthe {
  position: relative;
  width: 195px;
}
.section-1 .group-btn ul {
  display: block;
  position: relative;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.section-1 .group-btn ul li {
  width: 200px;
  height: 58px;
}
.section-1 .group-btn ul li ~ li {
  margin-top: 10px;
}
.section-1 .group-btn ul li img {
  position: absolute;
}
.section-1 .group-btn ul li.on:hover {
  filter: brightness(1.2);
}
.section-1 .group-btn ul li.on img:last-of-type {
  visibility: hidden;
}
.section-1 .group-btn .taigame,
.section-1 .group-btn .luudanh {
  display: block;
  width: 196px;
}
.section-1 .group-btn .luudanh {
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .section-1 {
    height: 1900rem;
  }
  .section-1 .play-btn {
    display: none;
  }
  .section-1 .group-btn {
    top: 1200rem;
    width: 100%;
    height: 418rem;
    padding: 50rem 30rem;
    gap: 25rem;
  }
  .section-1 .group-btn .napthe {
    width: 321rem;
  }
  .section-1 .group-btn ul li {
    width: 330rem;
    height: 96rem;
  }
  .section-1 .group-btn ul li ~ li {
    margin-top: 16rem;
  }
  .section-1 .group-btn .taigame,
  .section-1 .group-btn .luudanh {
    display: block;
    width: 323rem;
  }
  .section-1 .group-btn .luudanh {
    margin-top: 10rem;
  }
}
.section-2 {
  height: 619px;
  padding-top: 80px;
}
.section-2 .news-cont {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  width: 90%;
  height: 480px;
}
.section-2 .news-slide-cont {
  position: relative;
  width: 100%;
  height: 480px;
}
.section-2 .news-slide-cont .news-slide {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.section-2 .news-slide-cont .news-slide li {
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.section-2 .news-slide-cont .news-slide li.curr {
  visibility: visible;
  opacity: 1;
}
.section-2 .news-slide-cont .news-slide li img {
  height: 100%;
  object-fit: fill;
}
.section-2 .news-slide-cont .news-pagination {
  position: absolute;
  bottom: 32px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.section-2 .news-slide-cont .news-pagination li {
  display: block;
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 13px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.section-2 .news-slide-cont .news-pagination li.curr {
  width: 100px;
  background: #ffcf00;
}
.section-2 .news-slide-cont .news-pagination li:hover {
  background: #ffcf00;
}
.section-2 .news-list-cont {
  display: flex;
  flex-direction: column;
}
.section-2 .news-tabs {
  margin-bottom: 30px;
}
.section-2 .news-tabs .nav-item {
  background: #ffa72a;
  height: 49px;
  width: 22.5%;
  border-radius: 25px;
  font-family: ShopeeDisplay;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 49px;
  padding: 0;
  color: #fff;
}
.section-2 .news-tabs .nav-item.active {
  background: #de8f00;
  color: #fffeed;
  text-shadow: 0 0 10px #fd0013;
}
.section-2 .news-tabs .nav-item:last-of-type {
  font-size: 36px;
  width: 49px;
  margin-left: auto;
  line-height: 53px;
  color: #ccffe2;
}
.section-2 .news-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 315px;
  overflow-y: auto;
}
.section-2 .news-list li {
  width: 100%;
  height: 52px;
}
.section-2 .news-list li:hover,
.section-2 .news-list li:first-of-type {
}
.section-2 .news-list li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: ShopeeDisplay;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ffe6aa;
  padding: 0 14px 0 25px;
}
.section-2 .news-list li .news-item-title {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 35vw;
}
.section-2 .news-list li .news-item-date {
  width: 100px;
  text-align: right;
  margin-left: auto;
}
.section-2 .news-all {
  display: none;
}
.section-2 .search-group {
  margin-top: auto;
  height: 59px;
}
.section-2 .search-group input {
  border: 1px solid #ffe5ae;
  box-shadow: none;
  outline: none;
  padding: 0 26px;
}
.section-2 .search-group .btn {
  width: 59px;
  background: #ffa72a;
  color: #824c00;
  font-size: 28px;
}
@media (max-width: 1200px) {
  .section-2 {
    height: 1697rem;
    padding-top: 0;
  }
  .section-2 .news-cont {
    left: 50%;
    transform: translateX(-50%);
    grid-template-columns: 1fr;
    gap: 65rem;
    width: 1015rem;
    height: auto;
  }
  .section-2 .news-slide-cont {
    height: 560rem;
  }
  .section-2 .news-slide-cont .news-slide li img {
    width: 100%;
  }
  .section-2 .news-slide-cont .news-pagination {
    position: absolute;
    bottom: 42rem;
    gap: 30rem;
  }
  .section-2 .news-slide-cont .news-pagination li {
    width: 26rem;
    height: 26rem;
    border-radius: 13rem;
  }
  .section-2 .news-slide-cont .news-pagination li.curr {
    width: 100rem;
  }
  .section-2 .news-list-cont {
    flex-direction: column-reverse;
  }
  .section-2 .news-tabs {
    margin-bottom: 60rem;
  }
  .section-2 .news-tabs .nav-item {
    background: #00642b;
    height: 49rem;
    width: 22.5%;
    border-radius: 25rem;
    font-size: 24rem;
    line-height: 49rem;
  }
  .section-2 .news-tabs .nav-item.active {
    text-shadow: 0 0 10rem #fd0013;
  }
  .section-2 .news-tabs .nav-item:last-of-type {
    font-size: 36rem;
    width: 49rem;
    line-height: 53rem;
  }
  .section-2 .news-list {
    width: 100%;
    height: 588rem;
    margin-bottom: 30rem;
  }
  .section-2 .news-list li {
    height: 96rem;
  }
  .section-2 .news-list li a {
    font-size: 32rem;
    border-bottom: 1rem solid #ffe6aa;
    padding: 0 14rem 0 25rem;
  }
  .section-2 .news-list li .news-item-title {
    flex-grow: 1;
    max-width: 80vw;
  }
  .section-2 .news-list li .news-item-date {
    width: 100rem;
  }
  .section-2 .news-all {
    display: block;
    width: 100%;
    height: 89rem;
    background: #00642b;
    color: #fff;
    font-family: ShopeeDisplay;
    font-size: 32rem;
    font-weight: bold;
    line-height: 89rem;
    text-align: center;
    margin-top: auto;
  }
  .section-2 .search-group {
    position: relative;
    top: 0;
    height: 95rem;
    margin-bottom: 80rem;
  }
  .section-2 .search-group input {
    padding: 0 26rem;
    border: 1rem solid #ffe5ae;
    font-size: 28rem;
  }
  .section-2 .search-group .btn {
    width: 95rem;
    font-size: 50rem;
  }
}
.section-3 {
  height: 967px;
}
.section-3 .title {
  width: 1256px;
  padding-top: 70px;
  margin: 0 auto;
}
.section-3 .role-box {
  position: relative;
  width: 100%;
  height: 793px;
  margin: 0 auto;
  overflow: hidden;
}
.section-3 .role-tab {
  position: absolute;
  width: 1920px;
  height: 116px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0 170px;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.section-3 .role-tab li {
  position: relative;
  width: 132px;
  height: 100%;
  opacity: 0.8;
  transition: opacity 0.7s 0s ease;
  -webkit-transition: opacity 0.7s 0s ease;
  -ms-transition: opacity 0.7s 0s ease;
  cursor: pointer;
}
.section-3 .role-tab li div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.section-3 .role-tab li::before {
  position: absolute;
  left: -11px;
  bottom: 0;
  overflow: visible;
  content: "";
  display: block;
  background: url(../images/role-split.png) no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 114px;
  z-index: 1;
}
.section-3 .role-tab li:last-of-type::after {
  position: absolute;
  right: -11px;
  bottom: 0;
  overflow: visible;
  content: "";
  display: block;
  background: url(../images/role-split.png) no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 114px;
  z-index: 1;
}
.section-3 .role-tab li img {
  display: none;
}
.section-3 .role-tab li p {
  font-family: "ShopeeDisplay";
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  padding: 0 25px;
  box-sizing: border-box;
  color: #fffeed;
  text-shadow: 0 0 10px #fd0013;
}
.section-3 .role-tab li.curr,
.section-3 .role-tab li:hover {
  opacity: 1;
}
.section-3 .role-tab li.curr div,
.section-3 .role-tab li:hover div {
  height: 209px;
  background: url(../images/role-active.png) no-repeat;
  background-size: 100% 100%;
}
.section-3 .role-tab li.curr img,
.section-3 .role-tab li:hover img {
  display: block;
  width: 96px;
  height: auto;
}
.section-3 .role-list {
  position: relative;
  width: 1580px;
  height: 674px;
  overflow: visible;
  list-style: none;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-3 .role-list li {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 100%;
  transition: all 0.7s 0s ease;
  -webkit-transition: all 0.7s 0s ease;
  -ms-transition: all 0.7s 0s ease;
}
.section-3 .role-list li .role-img {
  position: absolute;
  top: 0;
  left: 681px;
  display: flex;
  width: 772px;
  height: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.section-3 .role-list li .role-img img {
  max-height: 100%;
}
.section-3 .role-list li .role-info {
  width: 620px;
  height: 100%;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
.section-3 .role-list li .role-label {
  width: 100%;
  height: 56px;
  font-family: "ShopeeDisplay";
  font-weight: bold;
  font-size: 24px;
  line-height: 56px;
  box-sizing: border-box;
  text-align: center;
  margin: 18px auto 0;
}
.section-3 .role-list li .role-label span {
  display: block;
  background: -webkit-linear-gradient(#e2b26a, #fffeec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-3 .role-list li .role-name {
  position: relative;
  text-align: center;
  height: 135px;
}
.section-3 .role-list li .role-name img {
  max-height: 100%;
}
.section-3 .role-list li .role-name::before {
  position: absolute;
  content: "";
  width: 78px;
  height: 94px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/left.png) no-repeat;
  background-size: 100% 100%;
}
.section-3 .role-list li .role-name::after {
  position: absolute;
  content: "";
  width: 78px;
  height: 94px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/right.png) no-repeat;
  background-size: 100% 100%;
}
.section-3 .role-list li .role-des {
  position: relative;
  margin-top: 30px;
  font-family: "ShopeeDisplay";
  font-size: 24px;
  line-height: 28px;
  color: #f5e5c1;
  padding-left: 36px;
  box-sizing: border-box;
}
.section-3 .role-list li .role-des::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 1px;
  height: 267px;
  background: linear-gradient(to bottom, #f5e5c1, transparent);
  background-size: 100% 100%;
}
.section-3 .role-list li .role-play {
  position: absolute;
  bottom: 110px;
  left: 86px;
  display: flex;
  align-items: center;
  gap: 17px;
  font-family: ShopeeDisplay;
  font-size: 23px;
  line-height: 29px;
  font-weight: bold;
  color: #f9eed0;
  text-transform: uppercase;
}
.section-3 .role-list li .role-play img {
  width: 95px;
}
.section-3 .role-list li.curr {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1200px) {
  .section-3 {
    height: 2016rem;
  }
  .section-3 .title {
    padding-top: 65rem;
    width: 100%;
    height: 100rem;
  }
  .section-3 .role-box {
    width: 100%;
    margin-top: 80rem;
    height: 1836rem;
  }
  .section-3 .role-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 313rem;
    background: url(../images/bg-mb.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    gap: 0;
  }
  .section-3 .role-tab li {
    width: 180rem;
    height: 156rem;
  }
  .section-3 .role-tab li div {
    gap: 12rem;
    float: left;
  }
  .section-3 .role-tab li::before {
    left: -13rem;
    width: 26rem;
    height: 173rem;
  }
  .section-3 .role-tab li:last-of-type::after {
    position: absolute;
    right: -13rem;
    width: 26rem;
    height: 173rem;
  }
  .section-3 .role-tab li p {
    font-size: 31rem;
    line-height: 37rem;
    padding: 0 40rem;
  }
  .section-3 .role-tab li.curr div,
  .section-3 .role-tab li:hover div {
    height: 279rem;
  }
  .section-3 .role-tab li.curr img,
  .section-3 .role-tab li:hover img {
    width: 128rem;
  }
  .section-3 .role-list {
    width: 100%;
    height: 1521rem;
  }
  .section-3 .role-list li {
    width: 100%;
    height: 100%;
  }
  .section-3 .role-list li .role-img {
    position: absolute;
    top: 124rem;
    left: 50%;
    transform: translateX(-50%);
    height: 724rem;
  }
  .section-3 .role-list li .role-img img {
    max-height: 724rem;
  }
  .section-3 .role-list li .role-info {
    padding: 0 128rem;
    width: 100%;
    height: 100%;
  }
  .section-3 .role-list li .role-name {
    height: 103rem;
  }
  .section-3 .role-list li .role-name::before,
  .section-3 .role-list li .role-name::after {
    width: 78rem;
    height: 102rem;
  }
  .section-3 .role-list li .role-label {
    height: 72rem;
    font-size: 36rem;
    line-height: 72rem;
    margin-top: 745rem;
    padding: 0;
  }
  .section-3 .role-list li .role-des {
    padding: 0 37rem;
    margin: 186rem 0 0;
    font-size: 36rem;
    line-height: 43rem;
  }
  .section-3 .role-list li .role-des::before {
    width: 1rem;
    height: 267rem;
  }
  .section-3 .role-list li .role-play {
    bottom: 435rem;
    left: 50%;
    transform: translateX(-50%);
    gap: 18rem;
    font-family: ShopeeDisplay;
    font-size: 36rem;
    line-height: 42rem;
  }
  .section-3 .role-list li .role-play img {
    width: 117rem;
  }
}
.section-4 {
  height: 980px;
}
.section-4 .title {
  width: 1256px;
  padding-top: 70px;
  margin: 0 auto;
}
.section-4 .slide-cont {
  width: 100%;
  height: 618px;
  margin-top: 52px;
}
.section-4 .slide-cont .slide-box {
  position: relative;
  height: 100%;
  width: 1080px;
  margin: 0 auto;
}
.section-4 .slide-cont .slide-box .slide-item {
  padding: 19px 23px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-4 .slide-cont .slide-box .slide-item img {
  width: 100%;
}
.section-4 .slide-cont .slide-box .slide-item::before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  content: "";
  width: 1080px;
  height: 618px;
  background: url(../images/galery-mask.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.section-4 .slide-cont .slide-box .item-active {
  visibility: visible;
  opacity: 0.8;
}
.section-4 .slide-cont .slide-box .item-prev {
  transform: translateX(-90%) scale(1);
  -moz-transform: translateX(-90%) scale(1);
  -webkit-transform: translateX(-90%) scale(1);
  -o-transform: translateX(-90%) scale(1);
}
.section-4 .slide-cont .slide-box .item-next,
.section-4 .slide-cont .slide-box .item-prev {
  visibility: visible;
  z-index: 1;
  opacity: 0.3;
}
.section-4 .slide-cont .slide-box .item-next {
  transform: translateX(90%) scale(1);
  -moz-transform: translateX(90%) scale(1);
  -webkit-transform: translateX(90%) scale(1);
  -o-transform: translateX(90%) scale(1);
}
.section-4 .slide-cont .slide-box .item-center {
  transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  z-index: 2;
  opacity: 1;
}
.section-4 .slide-cont .slide-box .item-center::before {
  visibility: visible;
  opacity: 0.8;
}
.section-4 .slide-cont .prev,
.section-4 .slide-cont .next {
  position: absolute;
  width: 104px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.section-4 .slide-cont .prev {
  left: -174px;
}
.section-4 .slide-cont .next {
  right: -174px;
}
.section-4 .slide-pagination {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
.section-4 .slide-pagination li {
  display: block;
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 13px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.section-4 .slide-pagination li.active {
  width: 100px;
  background: #ffcf00;
}
.section-4 .slide-pagination li:hover {
  background: #ffcf00;
}
@media (max-width: 1200px) {
  .section-4 {
    height: 968rem;
  }
  .section-4 .title {
    padding-top: 65rem;
    width: 100%;
    height: 100rem;
  }
  .section-4 .slide-cont {
    width: 100%;
    height: 552rem;
    margin-top: 130rem;
  }
  .section-4 .slide-cont .slide-box {
    width: 963rem;
  }
  .section-4 .slide-cont .slide-box .slide-item {
    padding: 20rem;
  }
  .section-4 .slide-cont .slide-box .slide-item::before {
    visibility: visible;
    opacity: 0.8;
    width: 963rem;
    height: 552rem;
    background-size: 100% 100%;
  }
  .section-4 .slide-cont .slide-box .item-prev {
    transform: translateX(-102%) scale(1);
    -moz-transform: translateX(-102%) scale(1);
    -webkit-transform: translateX(-102%) scale(1);
    -o-transform: translateX(-102%) scale(1);
  }
  .section-4 .slide-cont .slide-box .item-next {
    transform: translateX(102%) scale(1);
    -moz-transform: translateX(102%) scale(1);
    -webkit-transform: translateX(102%) scale(1);
    -o-transform: translateX(102%) scale(1);
  }
  .section-4 .slide-cont .prev,
  .section-4 .slide-cont .next {
    width: 93rem;
    height: 93rem;
  }
  .section-4 .slide-cont .prev {
    left: -25rem;
  }
  .section-4 .slide-cont .next {
    right: -25rem;
  }
  .section-4 .slide-pagination {
    gap: 30rem;
    margin: 60rem 0 0;
  }
  .section-4 .slide-pagination li {
    width: 24rem;
    height: 24rem;
    border-radius: 12rem;
  }
  .section-4 .slide-pagination li.active {
    width: 95rem;
  }
}
.footer {
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
}
.footer .logo {
  width: 372px;
}
.footer .footer-col {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.footer .group-link {
  display: flex;
  gap: 50px;
}
.footer .group-link a {
  font-family: "ShopeeDisplay";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fdfae0;
}
.footer .text p {
  font-family: "ShopeeDisplay";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin: 0;
}
.footer .text p:first-of-type {
  margin: 26px 0;
}
@media (max-width: 1200px) {
  .footer {
    height: 256rem;
	padding: 0 20px;
  }
  .footer .logo {
	  display: none;
    width: 396rem;
  }
  .footer .group-link {
    gap: 65rem;
  }
  .footer .group-link a {
    font-size: 20rem;
    line-height: 24rem;
  }
  .footer .text p {
	  color: #333;
	   text-align: center;
    font-size: 20rem;
    line-height: 24rem;
  }
  .footer .text p:first-of-type {
	  color: #333;
	  text-align: center;
    margin: 36rem 0;
  }
}
.entry-content p {
	font-size:16px;
}
.entry-content h1 {
	font-size:26px;
}
.entry-content h2 {
	font-size:24px;
}
.entry-content h3 {
	font-size:22px;
}
.entry-content h4 {
	font-size:20px;
}
.entry-content span {
	font-size:16px;
}
.entry-content {
    padding: 0 14px;
    text-align: justify;
}