@font-face {
  font-family: beVietnamPro;
  src: url(../fonts/BeVietnamPro-Regular.ttf);
}
@font-face {
  font-family: beVietnamPro-SemiBold;
  src: url(../fonts/BeVietnamPro-SemiBold.ttf);
}
@font-face {
  font-family: beVietnamPro-Bold;
  src: url(../fonts/BeVietnamPro-Bold.ttf);
}
@font-face {
  font-family: svnGalleryModern;
  src: url(../fonts/SVN-Gallery\ Modern.otf);
}
/* SVN-Gallery Modern */
.section-result {
  background-image: url(../images/back_rank.png);
  background-size: cover;
  background-position: top center;
  background-repeat: round;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 50px;
}

.section-result .header-nav .module-header .logo {
  float: left;
  z-index: 1;
  position: relative;
  padding: 28px 0;
}
.section-result .header-nav .module-header .logo::before {
  content: "";
  background-image: url(../images/bxh-after-left.png);
  height: 203px;
  width: 605px;
  position: absolute;
  top: 0;
  left: -398px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.section-result .header-nav .module-header .logo img {
  width: 156px;
}
.section-result .header-nav .module-header .kols {
  position: relative;
  z-index: 1;
  float: right;
  padding-top: 40px;
  margin-right: 31px;
}
.section-result .header-nav .module-header .kols::after {
  content: "";
  background-image: url(../images/bxh-after-right.png);
  height: 203px;
  width: 605px;
  position: absolute;
  top: 0;
  right: -420px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.section-result .header-nav .module-header .kols .link {
  font-family: roboto_medium;
  color: #f36e61;
  text-transform: uppercase;
  border: 1px solid #f36e61;
  padding: 6px 15px;
  font-size: 16px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
}
.section-result .module-result .module-content {
  padding-top: 60px;
}
.section-result .module-result .tab-module {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .section-result .module-result .tab-module {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .section-result .module-result .tab-module {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 568px) {
  .section-result .module-result .tab-module {
    margin-top: 40px;
  }
  .section-result .module-result .tab-module li {
    font-size: 12px;
    text-align: center;
  }
}
.section-result .module-result .tab-module li {
  margin: 0 12px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.4);
  font-family: beVietnamPro;
  cursor: pointer;
  /* border-radius: 20px;
   border-bottom-left-radius: 38px;
   border-top-right-radius: 38px; */
}
.section-result .module-result .tab-module li.active {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.6);
}
.section-result .module-result .tab-module li:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.6);
}
/* .section-result .module-result .module-content .wrapper-content {
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
} */
.section-result .module-result .module-content .wrapper-content .top-2 {
  max-width: 858px;
  margin-left: 96px;
  margin-right: auto;
}
.section-result .module-result .module-content .wrapper-content .item {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 53px;
  cursor: pointer;
}
.section-result .module-result .module-content .wrapper-content .item:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-avatar {
  width: 214px;
  height: 284px;
  background: #fff;
  position: relative;
  float: left;
  margin-right: 30px;
  /* -webkit-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg); */
  padding: 10px;
  margin-left: -10px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-avatar
  .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-avatar
  .image
  .img-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-right: 2px solid #f5cecd;
  border-bottom: 2px solid #f5cecd;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-avatar
  .image
  .img-frame
  img {
  width: 120%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
  -webkit-transform: skew(5deg, 0) translateX(-20px);
  transform: skew(5deg, 0) translateX(-20px);
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-avatar
  .image
  .img-frame.img-team {
  height: auto;
  max-width: 100%;
  width: unset;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-avatar
  .image
  .img-frame.img-team
  img {
  height: unset;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-info {
  padding-top: 65px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(252, 251, 251, 0.25)),
    to(rgba(254, 207, 201, 0))
  );
  background: linear-gradient(
    to right,
    rgba(252, 251, 251, 0.25),
    rgba(254, 207, 201, 0)
  );
  height: 284px;
  margin-left: 180px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-info
  .point {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: roboto_semiBold;
  color: #ff0d26;
  font-size: 43px;
  margin-bottom: 8px;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    2px 2px 0 #fff;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-info
  .point {
  text-transform: uppercase;
  color: #ad5850;
  font-size: 35px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-info
  .point
  .heart-icon {
  margin: 0 7px;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    2px 2px 0 #fff;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-info
  .sbd {
  text-transform: uppercase;
  color: #ad5850;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .item-info
  .name {
  font-family: roboto_semiBold;
  color: #ad5850;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 3px;
  white-space: nowrap;
}

.section-result .module-result .module-content .wrapper-content .item .ratings {
  max-width: 86px;
  top: -62px;
  left: -58px;
  position: absolute;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .ratings
  .text {
  text-transform: uppercase;
  font-family: Alter;
  color: #fff;
  position: absolute;
  top: 66%;
  left: 67%;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item
  .ratings
  img {
  width: 100%;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-2 {
  max-width: 345px;
  margin-bottom: 89px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-2
  .item-avatar {
  width: 161px;
  height: 211px;
  margin-right: 22px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-2
  .item-info {
  padding: 48px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(252, 251, 251, 0.25)),
    to(rgba(254, 207, 201, 0))
  );
  background: linear-gradient(
    to right,
    rgba(252, 251, 251, 0.25),
    rgba(254, 207, 201, 0)
  );
  height: 211px;
  margin-left: 140px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-2
  .item-info
  .point {
  font-size: 35px;
  margin-bottom: 4px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-2
  .item-info
  .name {
  font-size: 15px;
  margin-bottom: 0;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-2
  .item-info
  .sbd {
  font-size: 15px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-2
  .ratings {
  max-width: 65px;
  top: -47px;
  left: -44px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-2
  .ratings
  .text {
  font-size: 20px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4 {
  /* width: 161px; */
  margin-left: auto;
  margin-right: auto;
  max-width: unset;
  margin-bottom: 35px;
  background: unset;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .item-avatar {
  width: 100%;
  height: 211px;
  margin-right: 0;
  float: unset;
  position: relative;
  margin-left: 0;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .item-avatar
  .image
  .img-frame,
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .item-avatar
  .image
  .img-frame
  img {
  border: none;
}

.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .item-avatar
  .sbd {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(5deg, 0);
  transform: translateX(-50%) skew(5deg, 0);
  background: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ad5850;
  padding: 7px 36px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .item-info {
  padding: 0;
  position: relative;
  text-align: center;
  height: unset;
  margin-left: 0;
  background: unset;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .item-info
  .point {
  font-size: 31px;
  margin-bottom: -3px;
  margin-top: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .item-info
  .name {
  font-size: 14px;
  margin-bottom: 0;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .ratings {
  top: -1px;
  left: -6px;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .ratings
  .wrap-rating {
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
  width: 54px;
  height: 25px;
  position: relative;
  z-index: 1;
  background: #ffcfc9;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .ratings
  .wrap-rating::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #c68b1d;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 0;
}
.section-result
  .module-result
  .module-content
  .wrapper-content
  .item.item-top-4
  .ratings
  .wrap-rating
  .text {
  font-size: 17px;
  position: absolute;
  top: 35%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%) skew(15deg, 0);
  transform: translate(-50%, -50%) skew(15deg, 0);
}
@media (max-width: 1199px) {
  .section-result .header-nav .module-header .kols {
    margin-right: 0;
  }
  .section-result .header-nav .module-header .kols::after {
    right: -398px;
  }
  .section-result .module-result .module-content {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .section-result::after,
  .section-result::before {
    width: 566px;
  }
  .section-result .module-result .module-content .wrapper-content .item,
  .section-result .module-result .module-content .wrapper-content .top-2 {
    margin-left: auto;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2 {
    margin-left: 15px;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2,
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-4 {
    margin-left: auto;
    margin-bottom: 60px;
  }
  .section-result::after,
  .section-result::before {
    width: 400px;
  }
  .section-result .header-nav .module-header .logo {
    padding: 15px 0;
  }
  .section-result .header-nav .module-header .logo img {
    width: 115px;
  }
  .section-result .header-nav .module-header .kols {
    padding-top: 15px;
    margin-right: 0;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item
    .item-avatar,
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2
    .item-avatar {
    margin-right: 15px;
  }
  .section-result .module-result .module-content {
    padding-top: 70px;
  }
  .section-result .module-result .module-content .wrapper-content .item {
    margin-bottom: 60px;
    max-width: 380px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item
    .item-info
    .point {
    font-size: 30px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item
    .item-info
    .name {
    font-size: 15px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item
    .item-info
    .sbd {
    font-size: 14px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item
    .ratings {
    top: -47px;
    left: -30px;
    max-width: 70px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item
    .ratings
    .text {
    font-size: 18px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2:last-child {
    margin-bottom: 60px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2
    .item-info
    .point {
    font-size: 25px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2
    .item-info
    .sbd {
    font-size: 14px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-4
    .item-info
    .point {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .section-result .module-result .module-content {
    padding-top: 140px;
  }
}
@media (max-width: 479px) {
  .section-result .module-result .module-content .wrapper-content .item,
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2 {
    max-width: 161px;
  }
  .section-result .header-nav {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .section-result .header-nav .module-header .kols::after,
  .section-result .header-nav .module-header .logo::before {
    display: none;
  }
  .section-result .module-result .module-content {
    padding-top: 50px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item
    .item-avatar {
    float: unset;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 211px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item
    .ratings {
    top: -47px;
    left: -33px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item
    .item-info {
    text-align: center;
    padding: 15px 0;
    margin-left: 0;
    background: unset;
    height: unset;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2
    .item-avatar {
    float: unset;
    margin-right: auto;
    margin-left: auto;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2
    .ratings {
    top: -46px;
    left: -33px;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-2
    .item-info {
    text-align: center;
    padding: 15px 0;
    margin-left: 0;
    background: unset;
    height: unset;
  }
  .section-result
    .module-result
    .module-content
    .wrapper-content
    .item.item-top-4 {
    margin-bottom: 60px;
  }
}
.section-detail {
  background: #fff;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
.section-detail .module-header {
  text-align: center;
  background-color: #e1e7f2;
  padding: 37px 0;
}
.section-detail .module-header .title {
  text-transform: uppercase;
  color: #1d407d;
  font-family: Opensan_Bold;
  font-size: 27px;
  margin-top: 12px;
}
.section-detail .module-detail {
  padding-top: 50px;
}
.section-detail .module-detail .module-content {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #041852;
  padding: 70px 40px 59px;
  border-top: 5px solid #cb8b28;
}
.section-detail .module-detail .module-content.item-team .bs-row .bs-col {
  width: 100%;
}
.section-detail
  .module-detail
  .module-content.item-team
  .bs-row
  .bs-col
  .detail-left {
  margin-bottom: 30px;
}
.section-detail
  .module-detail
  .module-content.item-team
  .bs-row
  .bs-col
  .detail-left
  .slide-detailImages
  .slide-item
  .item
  .img
  .ImagesFrame::before {
  padding-bottom: 0;
}
.section-detail
  .module-detail
  .module-content.item-team
  .bs-row
  .bs-col
  .detail-left
  .slide-detailImages
  .slide-item
  .item
  .img
  .ImagesFrame
  .ImagesFrameCrop0 {
  display: block;
  position: relative;
}
.section-detail
  .module-detail
  .module-content.item-team
  .bs-row
  .bs-col
  .detail-left
  .slide-detailImages
  .slide-item
  .item
  .img
  .ImagesFrame
  .ImagesFrameCrop0
  img {
  max-width: 100%;
  height: auto;
  width: unset;
  -webkit-transform: unset !important;
  transform: unset !important;
  display: block;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.section-detail
  .module-detail
  .module-content.item-team
  .bs-row
  .bs-col
  .detail-right {
  width: 100%;
}
.section-detail
  .module-detail
  .module-content.item-team
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .text-index
  .bs-col {
  width: 50%;
}
.section-detail .module-detail .module-content .bs-row .bs-col .detail-left {
  position: relative;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-left
  .slide-control
  .detail__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../images/icon_control_detail.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-left
  .slide-control
  .detail__btn:hover {
  background-image: url(../images/icon_control_detail_hover.gif);
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-left
  .slide-control
  .detail__btn.next__btn {
  left: 20px;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-left
  .slide-control
  .detail__btn.prev__btn {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-left
  .slide-detailImages {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-left
  .slide-detailImages
  .item
  .img
  .ImagesFrame:before {
  padding-bottom: 146.7%;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .text-index {
  border: 1px solid #253044;
  padding: 27px 20px 26px;
  margin-bottom: 37px;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .text-index
  .bs-col {
  width: 100%;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .text-index
  .bs-col
  .index__desc {
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 19px;
  position: relative;
  padding-left: 204px;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .text-index
  .bs-col
  .index__desc.normal {
  padding-left: 0;
  text-transform: unset;
  text-align: justify;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .text-index
  .bs-col
  .index__desc.normal
  .title {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .text-index
  .bs-col
  .index__desc:last-child {
  margin-bottom: 0;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .text-index
  .bs-col
  .index__desc
  .title {
  position: absolute;
  top: 0;
  left: 0;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .desc {
  font-size: 15px;
  text-align: justify;
  line-height: 29px;
  margin-bottom: 20px;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .detail-button {
  text-align: center;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .detail-button
  .social {
  display: inline-block;
  position: relative;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .detail-button
  .social
  .social-list {
  position: absolute;
  background: #fff;
  border: 1px solid #253044;
  text-align: left;
  left: 10px;
  border-radius: 5px;
  top: 105%;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .detail-button
  .social
  .social-list.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .detail-button
  .social
  .social-list
  .social-list__item
  .social-list__link {
  padding: 5px 7px;
  display: block;
  color: #253044;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .detail-button
  .social
  .social-list
  .social-list__item
  .social-list__link:hover {
  color: #fff;
  background: #253044;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .detail-button
  .link {
  display: inline-block;
  margin: 5px 2px;
  background: #000;
  color: #fff;
  font-size: 15px;
  padding: 10px 29px 7px;
}
.section-detail
  .module-detail
  .module-content
  .bs-row
  .bs-col
  .detail-right
  .slide-detail
  .text
  .detail-button
  .link:hover {
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.section-detail .module-detail .module-content .detail-history {
  padding-top: 43px;
}
.section-detail .module-detail .module-content .detail-history .title {
  display: table;
  width: 100%;
  /* margin-left: 140px; */
  text-align: center;
  position: relative;
  /* text-transform: uppercase; */
  font-family: svnGalleryModern;
  font-size: 40px;
  margin-top: 29px;
}
.section-detail .module-detail .module-content .detail-history .title span {
  position: relative;
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .title
  span:after {
  content: "";
  display: block;
  height: 1px;
  bottom: -5px;
  width: 100%;
  left: 0;
  background: #0e3350;
  position: absolute;
}
.section-detail .module-detail .module-content .detail-history .title:after {
  /* background-image: url(../images/icon_title.gif); */
  background-repeat: no-repeat;
  background-position: top left;
  width: 38px;
  height: 39px;
  background-size: 100%;
  position: absolute;
  top: -3px;
  content: "";
  left: -51px;
}
/* .section-detail .module-detail .module-content .detail-history .title:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    bottom: -5px;
    left: 0;
    background: #0e3350;
    position: absolute;
  } */
.section-detail .module-detail .module-content .detail-history .history-table {
  overflow: auto;
  background: rgba(255, 255, 255, 0.3);
  /* border-top: 2px solid #f2346f; */
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .history-table
  .table {
  border: none;
  border-collapse: unset;
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .history-table
  .table
  thead
  th {
  padding: 20px 13px;
  white-space: nowrap;
  border: none;
  font-family: roboto_bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #cb8b28;
  /* background-image: url(../images/table_head_bg.jpg); */
  background-size: cover;
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .history-table
  .table
  tbody
  tr {
  border: none;
  position: relative;
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .history-table
  .table
  tbody
  tr:hover {
  cursor: pointer;
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .history-table
  .table
  tbody
  tr:hover
  td:nth-child(1) {
  border-left: 5px solid #cb8b28;
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .history-table
  .table
  tbody
  tr:nth-child(odd) {
  background: #fff;
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .history-table
  .table
  tbody
  tr:nth-child(even) {
  background: #f9f3ee;
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .history-table
  .table
  tbody
  tr
  td {
  padding: 10px 15px;
  border: none;
  font-size: 15px;
  color: #00053a;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
}
.section-detail
  .module-detail
  .module-content
  .detail-history
  .history-table
  .table
  tbody
  tr
  td:first-child {
  border-left: 5px solid transparent;
}
.section-detail .module-detail .module-content .detail-pagination {
  padding: 11px;
  background: #ebf6ff;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}
.section-detail
  .module-detail
  .module-content
  .detail-pagination
  .pagination-list {
  margin-bottom: 0;
}
.section-detail
  .module-detail
  .module-content
  .detail-pagination
  .pagination-list
  .pagination__item {
  display: inline-block;
  margin: 3px;
}
.section-detail
  .module-detail
  .module-content
  .detail-pagination
  .pagination-list
  .pagination__item
  .pagination__link {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 23px;
  color: #4b506e;
  border: 1px solid #dcdcdc;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index {
    padding: 20px;
    margin-bottom: 10px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .index__desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .index__desc
    .title {
    width: 190px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .desc {
    font-size: 14px;
    line-height: 25px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .detail-button
    .link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .section-detail {
    padding-top: 90px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-left
    .slide-detailImages {
    margin-bottom: 30px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col,
  .section-detail
    .module-detail
    .module-content.item-team
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .section-detail .module-detail .module-content {
    padding: 30px 20px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col,
  .section-detail
    .module-detail
    .module-content.item-team
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col,
  .section-detail
    .module-detail
    .module-content.item-team
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col {
    width: 100%;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col
    .index__desc
    .title,
  .section-detail
    .module-detail
    .module-content.item-team
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col
    .index__desc
    .title {
    position: unset;
  }
  .section-detail {
    padding-top: 0;
  }
  .section-detail .module-detail {
    padding-top: 30px;
  }
  .section-detail .module-detail .module-content {
    padding: 15px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index {
    padding: 15px;
    margin-bottom: 10px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col
    .index__desc {
    padding-left: 0;
    font-size: 13px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .detail-button
    .link {
    padding: 6px 7px 8px;
    margin: 5px 3px;
  }
  .section-detail
    .module-detail
    .module-content
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .desc {
    font-size: 14px;
    line-height: 25px;
  }
  .section-detail
    .module-detail
    .module-content.item-team
    .bs-row
    .bs-col
    .detail-right
    .slide-detail
    .text
    .text-index
    .bs-col
    .index__desc {
    padding-left: 0;
    font-size: 13px;
  }
  .section-detail .module-detail .module-content .detail-history .title {
    font-size: 18px;
    font-weight: 700;
    margin-left: 34px;
  }
  .section-detail .module-detail .module-content .detail-history .title:after {
    left: -37px;
    top: -2px;
  }
  .section-detail
    .module-detail
    .module-content
    .detail-history
    .history-table
    .table
    thead
    th {
    padding: 36px 0;
  }
}
.section-block {
  background: white;
  padding-bottom: 187px;
  position: relative;
  z-index: 10;
}
.section-block .module-header {
  text-align: center;
  background-color: #e1e7f2;
  padding: 37px 0;
}
.section-block .module-header .title {
  text-transform: uppercase;
  color: #1d407d;
  font-family: Opensan_Bold;
  font-size: 27px;
  margin-top: 12px;
}
.section-block .module-block {
  padding-top: 50px;
}
.section-block .module-block .module-content {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #041852;
  padding: 70px 40px 59px;
  border-radius: 5px;
  /* border-top: 5px solid #3c82ba; */
}
.section-block .module-block .module-content .vote-content {
  padding: 10px 4px;
}
.section-block
  .module-block
  .module-content
  .vote-content.block-content
  .table-content {
  max-width: 875px;
  margin-top: 50px;
}
.section-block .module-block .module-content .vote-content .title {
  display: table;
  padding: 15px 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  word-break: break-all;
}
.section-block .module-block .module-content .vote-content .title span {
  font-family: roboto_bold;
}
.section-block .module-block .module-content .vote-content .content {
  margin-top: 33px;
  padding-left: 52px;
  font-size: 18px;
}
.section-block .module-block .module-content .vote-content .content .desc {
  margin-bottom: 22px;
  word-break: break-all;
}
.section-block
  .module-block
  .module-content
  .vote-content
  .content
  .desc.desc__title {
  font-size: 17px;
}
.section-block .module-block .module-content .vote-content .content .desc span {
  font-family: roboto_bold;
}
.section-block .module-block .module-content .vote-content .content-code {
  padding-top: 9px;
  padding-bottom: 8px;
}
.section-block
  .module-block
  .module-content
  .vote-content
  .content-code
  .item
  .desc {
  font-size: 21px;
  text-transform: uppercase;
  display: table;
  text-decoration: underline;
  margin-bottom: 30px;
}
.section-block
  .module-block
  .module-content
  .vote-content
  .content-code
  .item
  .title {
  display: block;
  padding: 18px 22px;
  font-size: 16px;
}
.section-block
  .module-block
  .module-content
  .vote-content
  .content-code
  .item
  .title.blue {
  color: #006bf0;
}
.section-block .module-block .module-content .vote-content .table-content {
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 59px;
  overflow: auto;
}
.section-block
  .module-block
  .module-content
  .vote-content
  .table-content
  table {
  border: 1px solid #d3d3d3;
  width: 100%;
}
.section-block
  .module-block
  .module-content
  .vote-content
  .table-content
  table
  thead
  th {
  background: #002b46;
  border: 1px solid #002b46;
  text-align: center;
  color: #fff;
  font-family: roboto_bold;
  font-size: 16px;
  padding: 24px 10px;
  white-space: nowrap;
}
.section-block
  .module-block
  .module-content
  .vote-content
  .table-content
  table
  tbody
  tr {
  border: 1px solid #d3d3d3;
}
.section-block
  .module-block
  .module-content
  .vote-content
  .table-content
  table
  tbody
  tr
  td {
  padding: 26px 10px;
  text-align: center;
  border: none;
  font-size: 18px;
}
.section-guess .module-guess .module-header .title,
.section-guess .module-header .title {
  color: #1d407d;
  font-size: 27px;
}
@media only screen and (max-width: 991px) {
  .section-block .module-block .module-content .vote-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .section-block .module-block .module-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-block
    .module-block
    .module-content
    .vote-content.block-content
    .table-content {
    margin-top: 15px;
  }
  .section-block .module-block .module-content .vote-content .title {
    padding: 10px;
  }
  .section-block .module-block .module-content .vote-content .table-content {
    margin-top: 30px;
  }
  .section-block .module-block .module-content .vote-content .content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-block .module-block .module-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-block
    .module-block
    .module-content
    .vote-content.block-content
    .table-content {
    margin-top: 15px;
  }
  .section-block .module-block .module-content .vote-content .title {
    padding: 10px;
  }
  .section-block .module-block .module-content .vote-content .table-content {
    margin-top: 30px;
  }
  .section-block .module-block .module-content .vote-content .content {
    padding-left: 0;
  }
}
#main .section-rules .module-header .title,
.section-guess .module-guess .module-header .title,
.section-guess .module-header .title {
  font-family: Opensan_Bold;
  margin-top: 12px;
  text-transform: uppercase;
}
.section-guess {
  padding-top: 88px;
  background: #f1f3f9;
  padding-bottom: 187px;
  position: relative;
}
.section-guess .module-guess .module-header,
.section-guess .module-header {
  text-align: center;
  background-color: #e1e7f2;
  padding: 37px 0;
}
.section-guess .module-guess .module-content {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #0e3350;
  padding: 40px 40px 78px;
}
.section-guess .module-guess .module-content .guess-item .title {
  display: table;
  margin-left: 60px;
  position: relative;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 29px;
}
.section-guess .module-guess .module-content .guess-item .title:after {
  background-image: url(../images/icon_title.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 32px;
  height: 34px;
  background-size: 100%;
  position: absolute;
  top: 4px;
  content: "";
  left: -51px;
}
.section-guess .module-guess .module-content .guess-item .title:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  bottom: -5px;
  left: 0;
  background: #0e3350;
  position: absolute;
}
.section-guess .module-guess .module-content .guess-item.guess-result {
  padding-right: 528px;
  position: relative;
  margin-bottom: 47px;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-result
  .result-information {
  margin-top: 71px;
  margin-left: 51px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 43px 46px 19px;
  background: #fcfdff;
  max-width: 510px;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-result
  .result-information
  .desc {
  font-size: 16px;
  font-family: roboto_bold;
  padding-left: 115px;
  position: relative;
  margin-bottom: 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-result
  .result-information
  .desc
  .label {
  position: absolute;
  top: 0;
  left: 0;
  color: #0e3350;
  font-size: 16px;
  font-family: jofin;
  font-weight: 400;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-result
  .result-reward {
  position: absolute;
  top: 72px;
  right: 38px;
  width: 432px;
  text-align: right;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-result
  .result-reward
  .arrow {
  position: absolute;
  top: 111px;
  left: -17px;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content {
  margin-top: 80px;
  max-width: 759px;
  margin-left: auto;
  margin-right: auto;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item {
  margin-bottom: 14px;
  max-width: 327px;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item.item-button {
  padding-top: 25px;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item
  .guess__input,
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item
  .guess__select {
  border: 1px solid #586c91;
  width: 100%;
  margin: 0;
  border-radius: 5px;
  height: 35px;
  padding-left: 10px;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item
  .select2-container--default {
  width: 100% !important;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item
  .select2-container--default
  .select2-selection--single {
  height: 35px;
  border: 1px solid #586c91;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px;
  color: #0e3350;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
  color: #0e3350;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #0e3350 transparent transparent;
}
.section-guess
  .module-guess
  .module-content
  .guess-item.guess-form
  .form-content
  .item
  .guess__btn {
  border-radius: 0;
  width: 142px;
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .section-guess .module-guess .module-content {
    padding: 30px;
  }
  .section-guess .module-guess .module-content .guess-item .title {
    font-size: 21px;
  }
  .section-guess .module-guess .module-content .guess-item .title:after {
    top: 1px;
  }
  .section-guess .module-guess .module-content .guess-item.guess-result {
    padding-right: 444px;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-information {
    margin-left: 0;
    margin-top: 30px;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-reward {
    top: 17px;
    right: 0;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-reward
    .arrow {
    left: 6px;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-form
    .form-content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-guess .module-guess .module-content {
    padding: 30px;
  }
  .section-guess .module-guess .module-content .guess-item .title {
    font-size: 21px;
  }
  .section-guess .module-guess .module-content .guess-item .title:after {
    top: 1px;
  }
  .section-guess .module-guess .module-content .guess-item.guess-result {
    padding-right: 0;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-information {
    margin-top: 30px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-information
    .desc {
    padding-left: 130px;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-reward {
    padding-top: 90px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-reward
    .arrow {
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-form
    .form-content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .section-guess .module-guess .module-content {
    padding: 30px 20px;
  }
  .section-guess .module-guess .module-content .guess-item.guess-result {
    padding-right: 0;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-form
    .form-content,
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-information {
    margin-top: 30px;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-form
    .form-content
    .item {
    margin-left: auto;
    margin-right: auto;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-form
    .form-content
    .item
    .guess__btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .section-guess .module-guess .module-content {
    padding: 30px 15px;
  }
  .section-guess .module-guess .module-content .guess-item .title {
    font-size: 18px;
    font-weight: 700;
    margin-left: 34px;
  }
  .section-guess .module-guess .module-content .guess-item .title:before {
    display: none;
  }
  .section-guess .module-guess .module-content .guess-item .title:after {
    left: -37px;
  }
  .section-guess .module-guess .module-content .guess-item.guess-result {
    padding-right: 0;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-information {
    margin-left: 0;
    margin-top: 30px;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-information
    .desc {
    font-size: 13px;
    padding-left: 0;
    white-space: normal;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-information
    .desc
    .label {
    position: relative;
    padding-right: 10px;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-result
    .result-reward
    img {
    max-width: 100%;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-form
    .form-content {
    margin-top: 30px;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-form
    .form-content
    .item {
    margin-left: auto;
    margin-right: auto;
  }
  .section-guess
    .module-guess
    .module-content
    .guess-item.guess-form
    .form-content
    .item
    .guess__btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#main #header {
  position: relative;
  z-index: 10000;
  padding-bottom: 74px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  #main #header {
    /* padding-bottom: 78px; */
  }
}
@media only screen and (max-width: 576px) {
  #main #header {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  #main #header {
    padding: 0;
  }
}

#main #header.scrolled .header-nav {
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 0;
  padding-bottom: 5px;
}
#main #header.scrolled .header-nav .nav-content {
  margin-top: 0px;
}
#main #header.scrolled .header-nav .nav-content .logo {
  padding-top: 0px;
}
#main #header.scrolled .header-nav .nav-content .logo img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 12px;
}
#main
  #header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item:hover {
  color: #021b2d;
}
#main
  #header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link {
  padding:15px;
  color: #021b2d;
}
#main
  #header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link:after {
  bottom: -5px;
  background: #021b2d;
}
#main
  #header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link.active {
  color: #021b2d;
}
#main
  #header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link:hover {
  color: #021b2d !important;
}
#main #header .header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom: 0;
  z-index: 1000;
  -webkit-transition: padding 0.5s ease, color 1s ease;
  transition: padding 0.5s ease, color 1s ease;
  -webkit-box-shadow: 15px 15px 25px rgba(61, 66, 95, 0.15);
  box-shadow: 15px 15px 25px rgba(61, 66, 95, 0.15);
}
#main #header .header-nav .nav-content {
  /* max-width: 1031px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main #header .header-nav .nav-content .logo {
  float: left;
  /* padding-top: 10px; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main #header .header-nav .nav-content .logo img {
  top: 7px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main #header .header-nav .nav-content .nav {
  float: right;
  padding-top: 2px;
}
#main #header .header-nav .nav-content .nav .menu .close__menu,
#main #header .header-nav .nav-content .nav .show__menu {
  display: none;
}
#main #header .header-nav .nav-content .nav .menu .menu-list {
  margin-bottom: 0;
  margin: 0 10px;
}
#main #header .header-nav .nav-content .nav .menu .menu-list .menu-list__item {
  float: left;
  position: relative;
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link {
  display: block;
  /* color: #221f3c; */
  font-size: 20px;
  position: relative;
  /* text-transform: uppercase; */
  padding: 12px 20px;
  margin: 0 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link:after {
  content: "";
  /* background: #c68b1d;
  width: 0;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link.active:after,
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link:only-child:hover:after,
.section-about {
  width: 100%;
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link:only-child:hover {
  color: #221f3c;
}
/* #main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link.active {
  color: #221f3c;
  font-family: roboto_bold;
} */
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item:hover
  .menu-list__link {
  color: #221f3c;
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item:hover
  .dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list {
  position: absolute;
  min-width: 100px;
  right: 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #221f3c;
  padding: 20px;
  -webkit-transform-origin: top right 20px;
  transform-origin: top right 20px;
  border-top: 3px solid #021b2d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 10px solid #021b2d;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: 100%;
  right: 28px;
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list
  .dropdown-list__item
  .dropdown-list__link {
  padding: 6px 10px 6px 29px;
  position: relative;
  display: block;
  color: #0b2234;
  font-size: 15px;
  white-space: nowrap;
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list
  .dropdown-list__item
  .dropdown-list__link:hover {
  color: #021b2d;
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list
  .dropdown-list__item
  .dropdown-list__link:hover:after {
  background: #021b2d;
  border: 1px solid #021b2d;
}
#main
  #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list
  .dropdown-list__item
  .dropdown-list__link:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cdd4e7;
  top: 48%;
  border: 1px solid #cdd4e7;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main .section-rules {
  /* background-color: #f1f3f9; */
  padding-bottom: 0px;
}
#main .section-rules .module-header {
  text-align: center;
  background-color: #e1e7f2;
  padding: 37px 0;
}
#main .section-rules .module-header .title {
  color: #1d407d;
  font-size: 27px;
}
#main .section-rules .module-rules {
  padding-top: 30px;
}
#main .section-rules .module-rules .module-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cdd3e9;
  padding: 0;
  border-top: 5px solid #cb8b28;
  background: #fff;
}
#main .section-rules .module-rules .module-content .body {
  padding: 30px 33px 150px;
}
#main .section-rules .module-rules .module-content .body .body-title {
  font-family: Opensan_semiBold;
  color: #cb8b28;
  font-size: 21px;
  margin-bottom: 28px;
}
#main .section-rules .module-rules .module-content .body .body-content {
  font-family: Opensan;
  color: #929292;
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #main
    #header
    .header-top
    .top-content
    .header-conect
    .conect-list
    .conect-list__item {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #main #header.scrolled .header-nav .nav-content .logo img {
    width: 144px;
    padding-top: 3px;
  }
  #main
    #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link {
    padding-bottom: 14px;
  }
  #main #header .header-nav .nav-content {
    margin-right: -10px;
  }
  #main #header .header-nav .nav-content .logo img {
    width: 144px;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link {
    font-size: 13px;
    padding: 20px 2px 26px;
  }
}
@media only screen and (max-width: 991px) {
  #main
    #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link {
    color: #fff;
    padding: 15px 20px;
    margin: 0 0 -1px;
  }
  #main
    #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link.active,
  #main
    #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link:hover {
    background: #fff;
    color: #021b2d;
  }
  #main
    #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link.active:after,
  #main
    #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link:hover:after {
    display: none;
  }
  #main
    #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item:hover
    .dropdown-list {
    display: block;
  }
  #main #header .header-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main #header .header-nav .nav-content {
    margin-right: 0;
  }
  #main #header .header-nav .nav-content .logo img {
    width: 160px;
    top: 0 !important;
  }
  #main #header .header-nav .nav-content .nav .show__menu {
    display: block;
    color: #8854df;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #main #header .header-nav .nav-content .nav .menu {
    position: fixed;
    top: 0;
    padding-top: 51px;
    left: 0;
    background: #8854df;
    height: 100%;
    width: 180px;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #main #header .header-nav .nav-content .nav .menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #main #header .header-nav .nav-content .nav .menu .close__menu {
    display: block;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item {
    float: none;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link {
    color: #fff;
    padding: 15px;
    margin: 0px;
    border: 1px solid #fff;
    font-size: 16px;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link.active,
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link:hover {
    background: #fff;
    color: #021b2d;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link.active:after,
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link:hover:after {
    display: none;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item:hover
    .dropdown-list {
    display: block;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .dropdown-list {
    width: auto;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    background: #023050;
    border: none;
    display: none;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .dropdown-list:after {
    display: none;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .dropdown-list
    .dropdown-list__item
    .dropdown-list__link {
    color: #fff;
  }
  #main
    #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .dropdown-list
    .dropdown-list__item
    .dropdown-list__link:after {
    left: 10px;
  }
}
@media only screen and (max-width: 577px) {
  #header .header-nav .nav-content {
    padding: 5px 0 !important;
  }


}
@media only screen and (max-width: 479px) {
  #main #header.scrolled .header-nav {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main #header .header-nav {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  #main #header .header-nav .nav-content .logo img {
    top: 0;
  }
}
@media (max-width: 991px) {
  #main .section-rules {
    /* padding-top: 90px; */
  }
}
@media (max-width: 767px) {
  #main .section-rules .module-rules .module-content .body {
    padding: 15px;
  }
}
@media (max-width: 479px) {
  #main .section-rules {
    padding-top: 0;
  }
  #main .section-rules .module-rules {
    padding-top: 30px;
  }
  #main .section-rules .module-header {
    padding: 15px 0;
  }
}
@-webkit-keyframes register__btn {
  0%,
  100% {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffe200),
      to(#fea900)
    );
    background: linear-gradient(#ffe200, #fea900);
  }
  50% {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fea900),
      to(#ffe200)
    );
    background: linear-gradient(#fea900, #ffe200);
  }
}
@keyframes register__btn {
  0%,
  100% {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffe200),
      to(#fea900)
    );
    background: linear-gradient(#ffe200, #fea900);
  }
  50% {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fea900),
      to(#ffe200)
    );
    background: linear-gradient(#fea900, #ffe200);
  }
}
.section-banner .banner-content {
  /* height: 830px; */
  background-size: cover;
}
.section-banner .banner-content img {
  /* height:100%; */
  width: 100%;
  /* height:100%; */
}
.section-about {
  padding-top: 122px;
  padding-bottom: 111px;
  overflow: hidden;
}
.section-about .module-about {
  position: relative;
  padding-top: 14px;
  color: #202634;
  min-height: 391px;
  /* margin-left: 35px; */
  background: linear-gradient(110.38deg, rgba(247, 56, 224, 0.2) 0%, rgba(66, 198, 255, 0.2) 100%);
  padding: 6px 312px 65px 80px;
  border-radius: 16px;
}
.section-about .module-about .module-header {
  margin-bottom: 38px;
  position: relative;
  z-index: 1;
}
.section-about .module-about .module-header .id {
  font-family: beVietnamPro-SemiBold;
  font-size: 120px;
  display: table;
  position: relative;
  position: absolute;
  color: rgba(239, 223, 194, 0.68);
  bottom: 0;
  left: 0;
  padding-top: 72px;
  line-height: 75%;
}
.section-about .module-about .module-header .title {
  /* font-family: roboto_bold; */
  /* font-family:"SVN-Gallery Modern"; */
  font-family: svnGalleryModern;
  font-size: 52px;
  margin: 0 0 0 5px;
  display: table;
  position: relative;
  padding-right: 30px;
  padding-left: 81px;
  /* padding-bottom: 16px; */
  padding-top: 72px;
  line-height: 150%;
}
/* .section-about .module-about .module-header .title::first-letter{
    transform:capitalize;
    color:red;
  } */
/* .section-about .module-about .module-header .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    height: 6px;
    width: 81px;
    bottom: 0;
    background: #3b82b9;
  } */
.section-about .module-about .module-content {
  margin-left: 16px;
  max-width: 576px;
}
.section-about .module-about .module-content .download-app {
  padding-left: 55px;
  margin-bottom: 38px;
  text-align: left;
}
.section-about .module-about .module-content .download-app .download__btn {
  background: #fff;
  margin-right: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-about
  .module-about
  .module-content
  .download-app
  .download__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-about .module-about .module-content .download-app .download__btn img {
  height: 50px;
}
.section-about
  .module-about
  .module-content
  .download-app
  .download__btn:last-child {
  margin-right: 0;
}
.section-about .module-about .module-content .info-website {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-left: 10px;
}
.section-about .module-about .module-content .info-website .title {
  text-align: left;
  font-family: beVietnamPro;
  font-size: 15.5px;
}
.section-about .module-about .module-content .info-website .title .link {
  color: #18b25b;
}
@media only screen and (max-width: 997px) {
  .section-about .module-about .module-content .info-website {
    align-items: center;
  }
}
.section-about .module-about .module-content .info-website li {
  display: flex;
  align-items: start;
  margin: 0 0 6px 0;
  font-family: beVietnamPro;
  font-size: 12px;
  font-style: italic;
}
.section-about .module-about .module-content .info-website li span {
  max-width: 30px;
  width: 24px;
  display: flex;
  align-items: center;
}
.section-about .module-about .module-content .info-website li span .icon {
  /* width:0px; */
  color: #18b25b;
  font-size: 16px;
}
.section-about .module-about .module-content .desc {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0;
  color: #2B2438;
  margin-left: 10px;
  text-align: justify;
}
.section-about .module-about .module-content .desc .item p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  color: #2b2438;
  font-family: beVietnamPro;
}
.section-about .module-about .module-content .desc span {
  font-size: 15px;
  line-height: 29px;
  margin-bottom: 27px;
}
.section-about .module-about .module-content .about__link {
  display: flex;
  font-family: beVietnamPro;
  align-items: center;
  margin-top: 28px;
  margin-left: 10px;
  width: fit-content;
  padding: 13px 38px 11px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  background: #cb8b28;
  text-align: center;
  border-radius: 8px;
  padding: 10.5px 16px;
  line-height: 27px;
  /* text-transform: uppercase; */
}
.section-about .module-about .module-content .about__link img {
  margin-left: 8px;
}
.section-about .module-about .module-content .about__link span {
  font-size: 18px;
  line-height: 27px;
  margin-left: 5px;
}
.section-about .module-about .module-content .about__link:hover {
  -webkit-box-shadow: 10px 8px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 8px 20px rgba(0, 0, 0, 0.5);
}
.section-about .about-img {
  max-width: 402px;
  margin-left: 87px;
  margin-top: 9px;
  width: 402px;
  /* height:auto; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.section-about .about-img .img {
  position: relative;
  padding-bottom: 115.3%;
}
.section-about .about-img .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* border: 2px solid #fa9d9f; */
  border-top-right-radius: 47px;
  border-bottom-left-radius: 47px;
  position: absolute;
  top: -25px;
  left: 27px;
  z-index: -1;
}
.section-about .about-img .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 47px;
  border-bottom-left-radius: 47px;
}
@media only screen and (max-width: 1399px) and (min-width: 1199px) {
  .section-about .about-img {
    margin-top: 0;
    /* height: 100%; */
  }
  .section-about .about-img .img {
    height: 100%;
  }
  .section-about .about-img .img img {
    /* right: 0; */
    /* top: -10px; */
    height: 100%;
    /* bottom:0; */
  }
  .section-about .module-about .module-content {
    max-width: 550px;
  }
}

.section-activity {
  /* background-image: url(../images/background-missgrand.png);
  background-position: top left;
  background-repeat: no-repeat; */
  position: relative;
  z-index: 1;
  padding-top: 85px;
  padding-bottom: 76px;
  overflow: hidden;
}
.section-activity .background-img2 {
  position: absolute;
  right: -50px;
  top: 0;
  transform: rotate(50deg);
  width: auto;
}
.section-activity .module-activity .module-header {
  display: table;
  /* margin-left: auto;
    margin-right: auto; */
  position: relative;
}
.section-activity .module-activity .module-header .id {
  font-family: beVietnamPro-SemiBold;
  font-size: 120px;
  display: table;
  position: relative;
  position: absolute;
  color: rgba(239, 223, 194, 0.68);
  bottom: 0;
  left: 0;
  padding-top: 72px;
  line-height: 75%;
}
.section-activity .module-activity .module-header .title {
  text-align: center;
  color: #221f3c;
  font-family: svnGalleryModern;
  /* text-transform: uppercase; */
  margin: 0;
  font-size: 52px;
  padding: 0 0 12px 111px;
  position: relative;
}
.section-activity .module-activity .module-content {
  margin-top: 28px;
  /* max-width: 944px; */
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 0px 12px #f9f3ee;
}
.section-activity .module-activity .module-content .table-content .table-head {
  margin-left: -28px;
  margin-right: -28px;
  padding-left: 28px;
  padding-right: 28px;
  /* background: rgba(255, 255, 255, 0.45); */
  /* border: 1px solid #fff; */
  border-radius: 3px;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table-head
  .table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table-head
  .table
  tbody,
.section-activity
  .module-activity
  .module-content
  .table-content
  .table-head
  .table
  tbody
  tr {
  height: 0;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table-head
  .table
  tbody
  tr
  td {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  line-height: 0;
}
.section-activity .module-activity .module-content .table-content .table {
  border: none;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  th {
  padding: 16px 16px 18px 16px;
  white-space: nowrap;
  border: none;
  font-family: beVietnamPro;
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-align: center;
  background: #cb8b28;
}

.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  th:nth-child(-n + 3) {
  background-image: url("../images/border-table.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  tr {
  background: #f9f3ee;
  margin: 6px 0;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  tr:nth-child(2n + 1) {
  background: #f2f2f2;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  td:nth-child(-n + 3) {
  background-image: url("../images/border-2.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  th:nth-child(-n + 1) {
  /* border-right:5px solid red; */
  text-align: left;
}
.section-activity .module-activity .module-content .table-content .table tbody {
  -webkit-box-shadow: 0 26px 25px rgba(34, 31, 60, 0.15);
  box-shadow: 0 26px 25px rgba(34, 31, 60, 0.15);
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  tbody
  tr {
  border: none;
  position: relative;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  tbody
  tr:hover {
  cursor: pointer;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  tbody
  tr:hover
  td:nth-child(1) {
  border-left: 5px solid #cd912b;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  tbody
  tr:nth-child(odd) {
  background: #fff;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  tbody
  tr:nth-child(even) {
  background: #f0f5ff;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  tbody
  thead
  tr
  td {
  /* padding: 19px 15px;
    font-size: 14px;
    color: #616161;
    white-space: nowrap;
    text-align: center;
    border-bottom: 2px solid #fff;
    height:100px; */
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  tr
  td {
  border: none !important;
  height: 100px;
  text-align: center;
  font-family: beVietnamPro;
}

.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  tr
  td:nth-child(n + 1)
  .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  tr
  td
  .wrap
  a {
  color: #176cdd;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  tr
  td:nth-child(2)
  .link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  display: block;
  text-align: center;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  tr
  td
  .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  tr
  td
  .info {
  margin-left: 16px;
  text-align: start;
}
.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  thead
  tr
  td
  .info
  p {
  font-size: 16px;
  font-family: beVietnamPro-Bold;
  text-transform: uppercase;
}

.section-activity
  .module-activity
  .module-content
  .table-content
  .table
  tbody
  tr
  td:first-child {
  border-left: 5px solid transparent;
}
.section-activity .module-activity .module-footer {
  padding-top: 40px;
  text-align: center;
}
.section-activity .module-activity .module-footer .activity__btn {
  width: 33px;
  height: 35px;
  margin: 0 5px;
  border-radius: 5px;
  padding: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  position: relative;
  background-image: url(../images/icon_activity_next.gif);
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #3b82b9;
  background-position: center;
}
.section-activity .module-activity .module-footer .activity__btn:hover {
  background-image: url(../images/icon_activity_hover.gif);
  background-color: #3b82b9;
}
.section-activity .module-activity .module-footer .activity__btn.prev__btn {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.section-activity .module-activity .activity-advertisement {
  padding-top: 30px;
}
.section-activity .module-activity .activity-advertisement .activity-slide {
  margin: 0 -15px;
}
.section-activity
  .module-activity
  .activity-advertisement
  .activity-slide
  .slick-list {
  padding: 10px !important;
  margin: -10px;
}
.section-activity
  .module-activity
  .activity-advertisement
  .activity-slide
  .slide-item {
  padding: 0 15px;
  outline: 0 !important;
}
.section-activity
  .module-activity
  .activity-advertisement
  .activity-slide
  .item {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}
.section-activity
  .module-activity
  .activity-advertisement
  .activity-slide
  .item
  img {
  width: 100%;
}
.section-event {
  padding-top: 106px;
  /* padding-bottom: 50px; */
  position: relative;
  background: url(../images/background-list.png) no-repeat;
  overflow: hidden;
  background-size: 100%;
}
.section-event .module-event .module-header {
  margin-top: 85px;
  position: relative;
  z-index: 1;
}
.section-event .module-event .module-header .id {
  font-family: beVietnamPro-SemiBold;
  font-size: 120px;
  display: table;
  position: relative;
  position: absolute;
  color: #e1c69a;
  bottom: 0;
  left: 0;
  padding-top: 72px;
  line-height: 75%;
}
.section-event .module-event .module-header .title {
  margin: 0 0 24px;
  font-size: 52px;
  font-family: svnGalleryModern;
  /* text-transform: uppercase; */
  /* text-align: center; */
  padding-left: 120px;
  color: #221f3c;
  position: relative;
  padding-bottom: 8px;
}
/* .section-event .module-event .module-header .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100px;
    height: 5px;
    background-color: #3b82b9;
    right: 50%;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .section-event .module-event .module-header .title:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100px;
    height: 5px;
    background-color: #3b82b9;
    left: 50%;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  } */
.section-event .module-event .module-header .desc {
  max-width: 1038px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  text-align: center;
  font-style: italic;
}
.section-event .module-event .module-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 33px;
  padding-top: 40px;
}
.section-event .module-event .module-content .item {
  max-width: 260px;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: center;
}
.section-event .module-event .module-content .item .item-content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius:8px; */
  position: relative;
}
.section-event .module-event .module-content .item .item-content .content {
  /* overflow:hidden; */
  border-radius: 8px;
}
.section-event .module-event .module-content .item .item-content:hover {
  box-shadow: 1px 0px 26px #d5a459;
  border-radius: 8px;
}
.section-event
  .module-event
  .module-content
  .item
  .item-content
  .img
  .favourite {
  position: absolute;
  min-width: 50px;
  margin: 0;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-family: beVietnamPro;
}

/* .section-event .module-event .module-content .item .item-content .img .favourite:hover .icon{
    color:#E94560;
  } */
.section-event
  .module-event
  .module-content
  .item
  .item-content
  .img
  .favourite
  .icon {
  color: #e94560;
  font-size: 14px;
}

.section-event
  .module-event
  .module-content
  .item
  .item-content
  .img
  .favourite
  span {
  /* color:white; */
  font-size: 11.5px;
  margin-left: 6px;
  color: rgba(255, 255, 255, 0.9);
}
.section-event .module-event .module-content .item .item-content .img .sbd {
  color: white;
  font-size: 15px;
  margin-bottom: 0;
  position: absolute;
  font-family: beVietnamPro;
  min-width: 74px;
  bottom: 15px;
  left: -8px;
  background: #cb8b28;
  padding: 4px 8px 2px 8px;
  z-index: 2;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.section-event
  .module-event
  .module-content
  .item
  .item-content
  .img
  .sbd:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top: 4px solid #724b10;
  border-right: 4px solid #724b10;
  background: transparent;
  top: 100%;
  left: 0;
}
.section-event
  .module-event
  .module-content
  .item
  .item-content
  .head
  .sbd
  span {
  font-family: roboto_bold;
}
.section-event
  .module-event
  .module-content
  .item
  .item-content
  .content
  .text
  .name {
  font-family: beVietnamPro-Bold;
  color: #1e2737;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}
.section-event
  .module-event
  .module-content
  .item
  .item-content
  .content
  .text
  .point {
  color: #616161;
  margin-bottom: 15px;
  font-size: 14px;
  margin-top: 4px;
  font-family: beVietnamPro;
}
.section-event
  .module-event
  .module-content
  .item
  .item-content
  .content
  .text
  .point
  span {
  font-family: beVietnamPro-Bold;
  font-size: 20px;
  color: #cb8b28;
}
.section-event
  .module-event
  .module-content
  .item
  .item-content
  .content
  .text
  .link {
  color: #fff;
  /* background-color:#CB8B28; */
  background: rgba(0, 0, 0, 0.1);
  color: black;
  justify-content: center;
  font-family: beVietnamPro;
  padding: 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  transition: 0.15s linear;
}
.section-event
  .module-event
  .module-content
  .item
  .item-content
  .content
  .text
  .link:hover {
  background-color: #cb8b28;
  color: white;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
}
.section-event .module-event .module-content .item:hover {
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}
.section-event .module-event .module-content .item .title {
  color: #fff;
  text-align: center;
  padding-top: 9px;
  font-family: roboto_bold;
  /* text-transform: uppercase; */
  font-size: 15px;
  white-space: nowrap;
  margin-bottom: 4px;
}
.section-event .module-event .module-content .item .text {
  background: white;
  padding: 20px 15px 17px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: left;
}
.section-event .module-event .module-content .item .img {
  text-align: center;
  position: relative;
  width: 100%;
  height: 238px;
}
/* .section-event .module-event .module-content .item .img:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    height: 57px;
    width: 47px;
    background: #ffb7c1;
    z-index: -1;
  }
  .section-event .module-event .module-content .item .img:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    right: -8px;
    height: 57px;
    width: 47px;
    background: #ffb7c1;
    z-index: -1;
  } */
.section-event .module-event .module-content .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  /* background: #f6ede6; */
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  /* border: 1px solid #e6eaef; */
}
.section-event .module-event .module-content .item .event__btn {
  background: #3b82b9;
  width: 100%;
  max-width: 135px;
  border-radius: 20px;
  text-transform: uppercase;
  font-family: roboto_semiBold;
  color: #fff;
  font-size: 16px;
  padding: 7px 10px;
  margin-bottom: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-event .module-event .module-content .item .event__btn:hover {
  -webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.2);
  background: #221f3c;
  color: #fff;
}
.section-event .module-event .module-bottom {
  padding-bottom: 97px;
}
.section-event .module-event .module-bottom .activity-advertisement {
  padding-top: 30px;
}
.section-event
  .module-event
  .module-bottom
  .activity-advertisement
  .activity-slide {
  margin: 0 -15px;
}
.section-event
  .module-event
  .module-bottom
  .activity-advertisement
  .activity-slide
  .slick-list {
  padding: 10px 5px !important;
  margin: -10px -5px;
}
.section-event
  .module-event
  .module-bottom
  .activity-advertisement
  .activity-slide
  .slide-item {
  padding: 0 15px;
  outline: 0 !important;
}
.section-event
  .module-event
  .module-bottom
  .activity-advertisement
  .activity-slide
  .item {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.section-event
  .module-event
  .module-bottom
  .activity-advertisement
  .activity-slide
  .item
  img {
  width: 100%;
}
.section-event
  .module-event
  .module-bottom
  .activity-advertisement
  .activity-slide
  .item:hover {
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.section-information {
  background: #eefdff;
  padding-top: 115px;
  padding-bottom: 162px;
  margin-top: -104px;
}
.section-information .module-information .module-content .slide-detail {
  margin: 0 -15px;
}
.section-information
  .module-information
  .module-content
  .slide-detail
  .slick-list {
  padding-top: 20px !important;
  margin-top: -20px;
}
.section-information
  .module-information
  .module-content
  .slide-detail
  .slide-item {
  margin-left: 15px;
  margin-right: 15px;
}
.section-information .module-information .module-content .item-part .desc {
  border-radius: 35px;
  position: relative;
  padding: 11px 1px 18px 46px;
  font-size: 15px;
  color: #121f48;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 19px;
}
.section-information
  .module-information
  .module-content
  .item-part
  .desc:hover {
  background: #00aa59;
  color: #fff;
}
.section-information
  .module-information
  .module-content
  .item-part
  .desc:hover:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e3ebf0)
  );
  background: linear-gradient(#fff, #e3ebf0);
}
.section-information
  .module-information
  .module-content
  .item-part
  .desc:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0372d6),
    to(#00aa59)
  );
  background: linear-gradient(#0372d6, #00aa59);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 19px;
  position: absolute;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.section-branch {
  position: relative;
  z-index: 10;
}
.section-branch .branch-content {
  position: relative;
  width: 100%;
  /* left: 50%; */
  left: 0;
  top: 26px;
  padding-bottom: 143px;
  /* -webkit-transform: translate(-50%, -59%);
    transform: translate(-50%, -59%); */
}
@media only screen and (max-width: 992px) {
  .section-branch .branch-content {
    padding-bottom: 50px;
  }
}
.section-branch .module-branch {
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
  /* border-radius: 10px;
    -webkit-box-shadow: 0 -10px 45px rgba(29, 64, 125, 0.25);
    box-shadow: 0 -10px 45px rgba(29, 64, 125, 0.25); */
  position: relative;
  z-index: 1;
  /* -webkit-animation: branch_float 4s infinite ease;
    animation: branch_float 4s infinite ease; */
}
.section-branch .module-branch:after {
  content: "";
  width: 100%;
  height: 100%;
  /* background-image: url(../images/branch_bg.jpg); */
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  border-radius: 10px;
}
.section-branch .module-branch .module-header {
  padding-top: 30px;
  text-align: center;
}
.section-branch .module-branch .module-header .id {
  font-family: beVietnamPro-SemiBold;
  font-size: 120px;
  display: table;
  position: relative;
  position: absolute;
  color: rgba(239, 223, 194, 0.68);
  bottom: 0;
  left: 0;
  padding-top: 20px;
  line-height: 75%;
}
.section-branch .module-branch .module-header .title {
  /* font-family: roboto_bold; */
  /* font-family:"SVN-Gallery Modern"; */
  font-family: svnGalleryModern;
  font-size: 52px;
  margin: 0 0 0 5px;
  display: table;
  position: relative;
  padding-right: 30px;
  padding-left: 81px;
  /* padding-bottom: 16px; */
  padding-top: 72px;
  line-height: 150%;
}
/* .section-branch .module-branch .module-header .title {
    text-transform: uppercase;
    font-family: roboto_bold;
    font-size: 21px;
    color: #514e64;
  } */
.section-branch .module-branch .show__more {
  font-size: 72px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  line-height: 34px;
  height: 49px;
  color: #18305a;
  text-shadow: 2px -2px 4px rgba(0, 0, 0, 0.4);
  -webkit-animation: show-more 0.5s infinite linear;
  animation: show-more 0.5s infinite linear;
  cursor: pointer;
  z-index: 1;
  display: block;
}
.section-branch .module-branch .show__more.active {
  -webkit-animation: show-more-active 0.5s infinite linear;
  animation: show-more-active 0.5s infinite linear;
}
.section-branch .module-branch .show__more.hidden {
  display: none;
}
.section-branch .module-branch .module-content {
  text-align: center;
  /* padding-top: 25px;
    padding-left:30px; */
  padding: 30px 25px 0 25px;
  max-height: 146px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.section-branch .module-branch .module-content .branch-width {
  /* max-width: 880px; */
  margin-left: auto;
  margin-right: auto;
}
.section-branch .module-branch .module-content.active {
  max-height: 1000px;
}
.section-branch .module-branch .module-content .branch-slide {
  margin: 0 -10px;
}
.section-branch .module-branch .module-content .branch-slide .item {
  display: inline-block;
  margin: 3px 10px 2px;
}
.section-branch .module-branch .module-content .branch-slide .branch-item {
  min-height: 89px;
  min-width: 153px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 10px 0 30px rgba(23, 48, 92, 0.2);
  box-shadow: 10px 0 30px rgba(23, 48, 92, 0.2);
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 34px;
}
.section-branch
  .module-branch
  .module-content
  .branch-slide
  .branch-item:hover {
  top: -5px;
  -webkit-box-shadow: 10px 0 30px rgba(23, 48, 92, 0.3);
  box-shadow: 10px 0 30px rgba(23, 48, 92, 0.3);
}
.section-branch
  .module-branch
  .module-content
  .branch-slide
  .branch-item
  .link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#header,
body.active-modal:after {
  z-index: 10000;
}
.section-branch .module-branch .module-content .branch-slide .branch-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.bs-modal.show-modal {
  z-index: 100000;
}
.bs-modal .content-modal .header-modal {
  background: 0 0;
  position: relative;
  padding-left: 88px;
  margin-bottom: 17px;
  margin-top: 18px;
}
.bs-modal .content-modal .header-modal:after {
  content: url(../images/icon_header_vote.gif);
  position: absolute;
  top: 14px;
  left: 10px;
}
.bs-modal .content-modal .header-modal .modal__title {
  margin: 0;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  font-family: roboto_bold;
}
.bs-modal .content-modal .header-modal .close__modal {
  font-size: 24px;
}
.bs-modal .content-modal .body-modal {
  color: #24404e;
}
.vote-notice {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.73);
  color: #8e0764;
  z-index: 10;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.vote-notice.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.vote-notice .close__notice {
  position: absolute;
  top: 0;
  right: 5px;
  color: red;
  z-index: 1;
  cursor: pointer;
}
.vote-notice .close__notice:after {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  z-index: -1;
}
.vote-notice .desc {
  margin-bottom: 0;
  font-size: 15px;
}
.vote-notice .desc span {
  font-family: roboto_bold;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .section-about {
    position: relative;
  }
  .section-about .module-about,
  .section-banner .module-banner .module-header {
    margin-left: 0;
  }
  .section-banner .module-banner .module-header .banner-social::after {
    width: 235px;
    left: 155px;
  }
  .section-banner .module-banner .module-content {
    -webkit-transform: translateX(35px);
    transform: translateX(35px);
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-about .about-img {
    /* margin-left: 0; */
    /* height: 100%; */
  }
  .section-about .about-img .img {
    top: 0;
  }
  .section-about .about-img .img img {
    /* width: 100%; */
    height: 100%;
    top: 0;
  }
  .section-about .module-about .module-content .desc .item p {
    max-width: 450px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-about .module-about .module-content {
    max-width: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .section-about .module-about .module-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .section-banner .banner-content {
    /* height: 540px; */
  }
}
@media only screen and (max-width: 991px) {
  .section-banner .banner-slide .item .banner-text .img {
    margin-bottom: 71px;
  }
  .section-banner .banner-slide .item .banner-text .banner-talent {
    padding-right: 0;
  }
  .section-banner .banner-slide .item .banner-text .banner-talent .desc {
    top: unset;
    bottom: 95px;
    left: 0;
    -webkit-transform: unset;
    transform: unset;
  }
  .section-banner .module-banner .module-header {
    margin-left: 0;
    width: 50%;
  }
  .section-banner .module-banner .module-header .banner-social {
    left: 0;
  }
  .section-banner .module-banner .module-header .banner-social::after {
    width: 200px;
    left: 155px;
  }
  .section-banner .module-banner .module-content {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .section-activity .module-activity .module-content {
    margin-top: 28px;
    /* max-width: 944px; */
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: transparent;
    border-radius: 20px;
    box-shadow: none;
  }

  .section-activity .module-activity .module-content .table-content {
    padding: 15px;
    border-radius: 16px;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head
    .table
    thead
    tr
    td
    .avatar {
    width: 60px;
    height: 60px;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head
    .table
    thead
    tr
    td
    .info {
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head
    .table
    thead
    tr
    td
    .info
    span {
    font-size: 12px;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head
    .table
    thead
    tr
    td
    .info
    p {
    font-size: 13.5px;
  }
  .section-about {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .section-about .module-about {
    padding-top: 80px;
    min-height: auto;
    margin-left: 0;
    /* height:252px; */
  }
  .section-about .module-about .module-header .id {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0;
    /* font-size:30px; */
  }
  .section-about .module-about .about-img {
    display: none;
  }
  .section-about .module-about .module-header .title {
    /* margin-left: auto;
      margin-right: auto; */
    padding: 0 0 0 111px;
    /* padding-top:0px; */
    /* font-size:28px; */
  }
  .section-about .module-about {
    padding: 40px 0 0px 0;
    background: transparent;
  }
  .section-about .module-about .module-header .title:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section-about .module-about .module-content .desc .item p {
    width: 100%;
  }
  .section-about .module-about .module-content {
    margin-bottom: 0px;
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }
  .section-about .module-about .module-content .about__link {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .section-about .module-about .module-content .desc {
    margin-left: 0;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    /* Line height: 150% */
  }
  .section-about .about-img .img {
    padding-bottom: 15px;
  }
  .section-about .about-img .img img {
    position: unset;
  }
  .section-activity .module-activity .module-content .table-content {
    overflow: auto;
    -webkit-box-shadow: 0 26px 25px rgba(34, 31, 60, 0.15);
    box-shadow: 0 26px 25px rgba(34, 31, 60, 0.15);
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: table;
    border: none;
    border-radius: 0;
    background: 0 0;
    margin-bottom: 0;
  }

  .section-activity
    .module-activity
    .module-content
    .table-content
    .table
    thead
    th {
    /* padding: 30px 10px; */
    /* background: rgba(255, 255, 255, 0.5); */
    border: none;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table
    tbody {
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table
    tbody
    tr
    td {
    padding: 10px;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table
    tbody
    tr
    td:first-child {
    border: none;
  }
  .section-about .about-img {
    max-width: unset;
    position: relative;
    top: 0;
    left: 0;
    right: unset;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    -webkit-transform: unset;
    transform: unset;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-about .about-img img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .module .module-header .title {
    font-size: 30px !important;
  }
  .bs-modal .content-modal .body-modal {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .section-banner .banner-content {
    /* height: 360px; */
  }
  .section-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-about .about-img .img img {
    width: 100%;
  }
  .section-event .module-event .module-header:after {
    top: 76px;
  }
  .section-event .module-event .module-header .desc {
    font-size: 14px;
    text-align: justify;
  }
  .section-event .module-event .module-content .tab-control {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .section-activity,
  .section-event {
    padding-bottom: 0px;
  }
  .section-event .module-event .module-content .tab-control .control__btn {
    width: 130px;
  }
  .section-event {
    padding-top: 80px;
  }
  .section-event .module-event .module-content .item .title {
    font-size: 13px;
  }
  .section-banner .banner__btn {
    display: none;
  }
  .section-branch .module-branch .module-content .branch-slide .item {
    margin: 5px;
  }
  .section-branch .module-branch .module-content .branch-slide .branch-item {
    min-width: 135px;
  }
  .section-activity .module-activity .module-content .table-content {
    padding: 8px;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head {
    width: 100%;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table
    thead
    th {
    font-size: 8px;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table
    thead
    tr
    td {
    font-size: 8px;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head
    .table
    thead
    tr
    td
    .avatar {
    width: 30px;
    height: 30px;
    display: none;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head
    .table
    thead
    tr
    td
    .info {
    margin-left: 0;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head
    .table
    thead
    tr
    td
    .info
    span {
    font-size: 11px;
  }
  .section-activity
    .module-activity
    .module-content
    .table-content
    .table-head
    .table
    thead
    tr
    td
    .info
    p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .bs-modal .content-modal,
  .bs-modal .content-modal .body-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
  #vote .content-modal .body-modal .item label,
  .bs-modal .content-modal .body-modal .item label {
    position: relative;
    top: 0;
  }
  .bs-modal .content-modal .body-modal {
    margin-left: 0;
    margin-right: 0;
  }
  .bs-modal .content-modal .body-modal .item {
    padding-left: 0;
  }
  .bs-modal .content-modal .body-modal .item:last-child {
    margin-bottom: 0;
  }
  .section-about .module-about .module-content .download-app .download__btn,
  .section-about
    .module-about
    .module-content
    .download-app
    .download__btn:last-child {
    margin: 5px;
  }
  .section-banner {
    background-color: #edf4ff;
  }
  .section-banner .banner-content {
    /* height: 252px; */
    height: auto;
    margin-bottom: 0px;
  }
  .section-about {
    padding-bottom: 0;
  }
  .section-about .module-about .module-content .download-app {
    padding-left: 0;
    text-align: center;
  }
  .section-about
    .module-about
    .module-content
    .download-app
    .download__btn
    img {
    height: 42px;
  }
  .section-about .about-img {
    margin-top: 0;
  }
  .section-about .about-img .img img {
    width: 100%;
  }
  #vote .content-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
  #vote .content-modal .body-modal .item {
    padding-left: 0;
  }
  #vote .content-modal .body-modal .item:last-child {
    margin-bottom: 0;
  }
  .module .module-header .id {
    font-size: 70px !important;
  }
  .module .module-header .title {
    font-size: 35px !important;
    /* padding: 0 0 0 58px !important; */
    line-height: normal !important;
  }
  .section-event .module-event .module-header:after {
    top: 69px;
  }
  .section-event .module-event .module-header .title {
    padding-bottom: 30px;
    margin: 0;
  }
  .section-event .module-event .module-header .desc {
    font-size: 14px;
    text-align: justify;
  }
  .section-event .module-event .module-content .tab-control {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .section-event
    .module-event
    .module-content
    .tab-control
    .control-list
    .control-list__item {
    margin-bottom: 15px;
  }
  .section-event
    .module-event
    .module-content
    .tab-control
    .control-list
    .control-list__item:last-child {
    margin-bottom: 0;
  }
  .section-event .module-event .module-content .tab-control .control__btn {
    width: auto;
    font-size: 14px;
  }
  .section-event .module-event .module-bottom .activity-advertisement {
    padding-top: 0;
  }
  .section-activity {
    padding-bottom: 70px;
  }
  .section-event {
    padding-top: 50px;
  }
  .section-event .module-event .module-content .slide-control .slick-list {
    padding-top: 45px !important;
  }
  .section-event .module-event .module-bottom {
    padding-bottom: 43px;
  }
  .section-information {
    padding-top: 72px;
    padding-bottom: 144px;
  }
  .section-branch .module-branch .module-content .branch-slide .item {
    margin: 5px;
  }
  .section-branch .module-branch .module-content .branch-slide .branch-item {
    min-width: 155px;
  }
}
@-webkit-keyframes up_down {
  0%,
  100% {
    bottom: 29px;
  }
  50% {
    bottom: 20px;
  }
}
@keyframes up_down {
  0%,
  100% {
    bottom: 29px;
  }
  50% {
    bottom: 20px;
  }
}
@-webkit-keyframes xoay_deu {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xoay_deu {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section-detail_result {
  background-image: url(../images/bg-result.gif);
  background-size: cover;
  background-position: top;
}
.section-detail_result .module-detail_result {
  padding: 0 113px;
}
.section-detail_result .module-detail_result .module-header {
  position: relative;
}
.section-detail_result .module-detail_result .module-header .back_home {
  display: inline-block;
  padding-top: 69px;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  padding-left: 44px;
  margin-left: 29px;
  border-bottom: 2px solid #fff;
  line-height: 18px;
  position: relative;
  z-index: 10;
}
.section-detail_result .module-detail_result .module-header .back_home .back {
  width: 12px;
  position: absolute;
  top: 70px;
  left: -29px;
}
.section-detail_result .module-detail_result .module-header .back_home .home {
  position: absolute;
  top: 54px;
  left: -2px;
  width: 32px;
}
.section-detail_result .module-detail_result .module-header .logo {
  position: absolute;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.section-detail_result .module-detail_result .module-header .logo img {
  width: 245px;
}
.section-detail_result .module-detail_result .module-header .desc {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-detail_result .module-detail_result .module-header .desc img {
  width: 973px;
}
.section-detail_result .module-detail_result .module-content {
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-shadow: 0 0 47px -12px #000;
  box-shadow: 0 0 47px -12px #000;
  margin-top: 91px;
  z-index: 1;
  position: relative;
}
.section-detail_result .module-detail_result .module-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ce9531),
    to(#faef9c)
  );
  background: linear-gradient(to right, #ce9531 0, #faef9c 100%);
  z-index: -1;
}
.section-detail_result .module-detail_result .module-content:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  z-index: -1;
}
.section-detail_result .module-detail_result .module-content .prize {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.section-detail_result .module-detail_result .module-content .prize:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 61%;
  height: 100%;
  background-image: url(../images/bg-prize.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.section-detail_result .module-detail_result .module-content .prize .down {
  display: block;
}
.section-detail_result .module-detail_result .module-content .prize .down img {
  position: absolute;
  left: 50%;
  bottom: 29px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: up_down 1s infinite;
  animation: up_down 1s infinite;
  cursor: pointer;
  width: 37px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .detail_prize {
  position: relative;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .detail_prize:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26.4%;
  height: 82%;
  background-image: url(../images/bg-desc.gif);
  background-size: cover;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .detail_prize
  .title {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  padding: 99px 0 0;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .detail_prize
  img {
  width: 582px;
  margin-top: -30px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .detail_prize
  .desc {
  color: #fff;
  padding-left: 302px;
  margin-top: -13px;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.section-detail_result .module-detail_result .module-content .prize .ranking {
  padding: 54px 219px 0;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .ranking
  .item {
  background-image: url(../images/bg-title.gif);
  background-size: cover;
  padding: 32px 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  width: 100%;
  height: 148px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .ranking
  .item
  .title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-weight: 700;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .ranking
  .item
  .detail {
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 0 0;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .ranking
  .item.center {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-top: -16px;
  padding: 32px 0 20px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .prize
  .ranking
  .item.center
  .detail {
  font-size: 25px;
  padding: 9px 0 0;
}
.section-detail_result .module-detail_result .module-content .show-solution {
  padding: 0 60px 30px;
  display: none;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item {
  margin: 0 25px 30px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item
  .header {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#c6962f),
    color-stop(#eddb79),
    color-stop(#c6962f),
    color-stop(#eddb79),
    to(#c6962f)
  );
  background: linear-gradient(
    to left,
    #c6962f,
    #eddb79,
    #c6962f,
    #eddb79,
    #c6962f
  );
  text-transform: uppercase;
  color: #111;
  font-weight: 700;
  padding: 10px;
  margin: 0;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item
  table {
  width: 100%;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item
  table
  tbody
  tr
  td {
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
  text-align: left;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item
  table
  tbody
  tr
  td.right {
  text-align: right;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item
  .detail {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#c6962f),
    color-stop(#eddb79),
    color-stop(#c6962f),
    color-stop(#eddb79),
    to(#c6962f)
  );
  background: linear-gradient(
    to left,
    #c6962f,
    #eddb79,
    #c6962f,
    #eddb79,
    #c6962f
  );
  padding: 22px 15px;
  position: relative;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item
  .detail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  width: 42%;
  height: 3px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item
  .detail
  h4 {
  color: #111;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -1px;
  text-align: center;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item
  .detail
  h4
  span {
  font-size: 30px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .show-solution
  .item
  .detail
  h4.top {
  padding-bottom: 30px;
}
.section-detail_result .module-detail_result .module-content .title-content {
  text-align: center;
  color: #fff;
  font-size: 25.5px;
  background-image: url(../images/bg-title2.gif);
  background-size: 100%;
  padding: 13px 0;
  background-repeat: no-repeat;
  margin: -8px -101px 0;
}
.section-detail_result .module-detail_result .module-content .part .title {
  color: #00184b;
  font-weight: 700;
  background-image: url(../images/bg-title3.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 24px;
  margin: 43px auto;
  max-width: 500px;
  font-size: 27px;
  letter-spacing: 1.5px;
}
.section-detail_result .module-detail_result .module-content .part.part1 {
  padding: 0 77px;
  text-align: center;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part1
  .content {
  padding-top: 60px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part1
  .content
  .item.center {
  margin-top: -65px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part1
  .content
  .item
  .img {
  overflow: hidden;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part1
  .content
  .item
  .img
  .ImagesFrame:before {
  padding-bottom: 79.43%;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part1
  .content
  .item
  .img
  .ImagesFrame:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/bg-user.gif);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part1
  .content
  .item
  .img
  .ImagesFrame
  .ImagesFrameCrop0
  img {
  width: 27%;
  display: block;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part1
  .content
  .item
  .name {
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cc902a),
    color-stop(#faef9c),
    to(#cc902a)
  );
  background: linear-gradient(to right, #cc902a, #faef9c, #cc902a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 14.3px;
  line-height: 34px;
  margin-top: 5px;
  position: relative;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part1
  .content
  .item
  .name:after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/bg-name.gif);
  width: 77%;
  height: 33px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part1
  .content
  .item
  .detail {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content {
  padding: 7px 57px 100px;
  margin-bottom: 100px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item {
  text-align: center;
  padding: 0 10px 9px;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .img {
  padding: 12px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .img:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/result_img_frame.gif);
  background-repeat: none;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation: xoay_deu infinite 10s linear;
  animation: xoay_deu infinite 10s linear;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .img
  .ImagesFrame {
  overflow: hidden;
  border-radius: 50%;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .img
  .ImagesFrame:before {
  padding-bottom: 100%;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .img
  .ImagesFrame
  .ImagesFrameCrop0
  img {
  top: 50%;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .img
  .sbd {
  position: absolute;
  z-index: 2;
  bottom: -12px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  background: rgba(0, 38, 67, 0.8);
  text-align: center;
  padding: 14px 67px 28px;
  width: 100%;
}

.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .name {
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cc902a),
    color-stop(#faef9c),
    to(#cc902a)
  );
  background: linear-gradient(to right, #cc902a, #faef9c, #cc902a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 13.3px;
  line-height: 34px;
  margin-top: 10px;
  position: relative;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .name:after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/bg-name.gif);
  width: 93%;
  height: 33px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-detail_result
  .module-detail_result
  .module-content
  .part.part2
  .content
  .item
  .kind {
  color: #fff;
  margin-top: -9px;
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  .section-detail_result .module-detail_result {
    padding: 0 30px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize:after {
    width: 27.8%;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .ranking
    .item {
    padding: 26px 0;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .ranking
    .item.center
    .detail {
    font-size: 21px;
    padding: 8px 0 0;
  }
  .section-detail_result .module-detail_result .module-content .prize .ranking {
    padding: 54px 199px 0;
    height: 100%;
  }
  .section-detail_result .module-detail_result .module-content .title-content {
    padding: 16px 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -8px -21px 0;
  }
  .section-detail_result .module-detail_result .module-content .part.part1 {
    padding: 0 40px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part1
    .content
    .item
    .name:after {
    height: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .section-detail_result .module-detail_result .module-header .desc img {
    width: 741px;
  }
  .section-detail_result .module-detail_result .module-header .back_home {
    font-size: 18px;
    padding-left: 31px;
    margin-left: 15px;
    padding-top: 38px;
  }
  .section-detail_result .module-detail_result .module-header .back_home .back {
    width: 10px;
    top: 39px;
    left: -19px;
  }
  .section-detail_result .module-detail_result .module-header .back_home .home {
    top: 28px;
    width: 27px;
  }
  .section-detail_result .module-detail_result .module-header .logo img {
    width: 188px;
  }
  .section-detail_result .module-detail_result .module-content {
    background-position: top;
    background-size: cover;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize
    .title {
    font-size: 20px;
    padding: 99px 0 7px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize
    img {
    width: 455px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize:after {
    width: 33.8%;
  }
  .section-detail_result .module-detail_result .module-content .prize .ranking {
    padding: 54px 93px 0;
    height: 241px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .ranking
    .item
    .detail {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0 0;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .ranking
    .item.center
    .detail {
    padding: 14px 23px 0;
  }
  .section-detail_result .module-detail_result .module-content .title-content {
    font-size: 18.5px;
  }
  .section-detail_result .module-detail_result .module-content .part .title {
    padding: 22px;
    margin: 27px auto;
    font-size: 21px;
    max-width: 416px;
  }
  .section-detail_result .module-detail_result .module-content .part.part1 {
    padding: 0 7px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part1
    .content
    .item
    .name:after {
    width: 94%;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part2
    .content {
    padding: 0 0 35px;
    margin-bottom: 50px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part2
    .content
    .item
    .name:after {
    width: 115%;
  }
  .section-detail_result .module-detail_result .module-content .show-solution {
    padding: 0 16px 25px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .show-solution
    .item {
    margin: 0 10px 25px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .show-solution
    .item
    .detail
    h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-detail_result .module-detail_result {
    padding: 0 5px;
  }
  .section-detail_result .module-detail_result .module-header .back_home {
    font-size: 15px;
    padding-left: 24px;
    margin-left: 15px;
    padding-top: 16px;
  }
  .section-detail_result .module-detail_result .module-header .back_home .back {
    top: 18px;
  }
  .section-detail_result .module-detail_result .module-header .back_home .home {
    top: 12px;
    width: 21px;
  }
  .section-detail_result .module-detail_result .module-header .logo img {
    width: 153px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize
    .title {
    font-size: 15px;
    padding: 99px 0 13px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize
    img {
    width: 298px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize:after {
    width: 214px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize
    .desc {
    padding-left: 0;
    margin-top: -7px;
    padding-bottom: 17px;
    font-size: 13px;
  }
  .section-detail_result .module-detail_result .module-content .prize .ranking {
    padding: 54px 0 0;
    max-width: 472px;
    margin: 0 auto;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .ranking
    .item {
    height: 146px;
    width: 138px;
  }
  .section-detail_result .module-detail_result .module-content .title-content {
    font-size: 16.5px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part1
    .content
    .item {
    margin-bottom: 40px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part1
    .content
    .item
    .name:after {
    width: 204px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part2
    .content {
    padding: 0 85px 35px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part2
    .content
    .item
    .name:after {
    width: 200px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .show-solution
    .item {
    margin: 0 20px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize
    .title {
    font-size: 12px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize
    img {
    width: 246px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize
    .desc {
    font-size: 11px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .prize
    .detail_prize:after {
    width: 207px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part1
    .content
    .item
    .name:after,
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part2
    .content
    .item
    .name:after {
    width: 200px;
  }
  .section-detail_result .module-detail_result .module-content .prize .ranking {
    padding: 54px 56px 0;
    height: 100%;
    max-width: 250px;
  }
  .section-detail_result .module-detail_result .module-content .title-content {
    font-size: 13.5px;
    line-height: 21px;
  }
  .section-detail_result .module-detail_result .module-content .part .title {
    padding: 14px;
    margin: 27px auto;
    font-size: 14px;
    max-width: 416px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .part.part2
    .content {
    padding: 0 20px 35px;
  }
  .section-detail_result .module-detail_result .module-content .show-solution {
    padding: 0;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .show-solution
    .item {
    margin: 0 20px 15px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .show-solution
    .item
    .detail
    h4 {
    font-size: 15px;
  }
  .section-detail_result
    .module-detail_result
    .module-content
    .show-solution
    .item
    .detail
    h4
    span {
    font-size: 25px;
  }
}
.section-rules .module-rules .module-content .head .title {
  margin: 0 0 9px;
  padding-left: 51px;
  padding-top: 14px;
  padding-bottom: 12px;
  position: relative;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: underline;
}
.section-rules .module-rules .module-content .head .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url(../images/icon_title.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}
.section-rules .module-rules .module-content .body {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 26px;
}
.section-rules .module-rules .module-content .body .info-website {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-left: 10px;
}
.section-rules .module-rules .module-content .body .info-website .title {
  text-align: left;
  font-family: Opensan_semiBold;
  font-size: 15.5px;
}
.section-rules .module-rules .module-content .body .info-website .title .link {
  color: #18b25b;
}
.section-rules .module-rules .module-content .body .info-website li {
  display: flex;
  align-items: start;
  margin: 0 0 6px 0;
  font-family: beVietnamPro;
  font-size: 13px;
  font-style: italic;
}
.section-rules .module-rules .module-content .body .info-website li span {
  max-width: 30px;
  width: 24px;
  display: flex;
  align-items: center;
}
.section-rules .module-rules .module-content .body .info-website li span .icon {
  /* width:0px; */
  color: #18b25b;
  font-size: 16px;
}
.section-rules .module-rules .module-content .body .item .rules__title span {
  font-family: jofin !important;
  color: #041852 !important;
  font-size: 16px !important;
}
.section-rules .module-rules .module-content .body .item .rules__title img {
  max-width: 100%;
  display: table;
  margin: 20px auto;
}
.section-rules .module-rules .module-content .body .desc {
  line-height: 29px;
  font-size: 16px;
  margin-bottom: 0;
}
.section-rules .module-rules .module-content .body .desc.bold {
  font-family: roboto_bold;
  font-size: 16px;
}
.section-rules .module-rules .module-content .body .button {
  text-align: center;
  padding-top: 43px;
  padding-bottom: 43px;
}
.section-rules .module-rules .module-content .body .button .link {
  margin: 2px;
  display: inline-block;
  padding: 8px;
  color: #fff;
  width: 314px;
  font-size: 17px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .button
  .link.register__link {
  background: #00adef;
}
.section-rules
  .module-rules
  .module-content
  .body
  .button
  .link.download__link {
  background: #00a652;
}
.section-rules .module-rules .module-content .body .register-information {
  padding-top: 9px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-information
  .title {
  margin: 0 0 27px;
  font-family: roboto_bold;
  font-size: 27px;
  color: #080603;
}
.section-rules .module-rules .module-content .body .register-information .desc {
  line-height: 29px;
  font-size: 16px;
  margin-bottom: 0;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form {
  padding-top: 3px;
  color: #000;
  margin-left: -30px;
  margin-right: -30px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item {
  margin-bottom: 18px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload {
  padding-top: 21px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload
  .img-upload {
  padding-top: 13px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload
  .img-upload
  .upload-item {
  height: 125px;
  max-width: 140px;
  margin-left: auto;
  background: #ccc;
  position: relative;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload
  .img-upload
  .upload-item
  .upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload
  .img-upload
  .upload-item
  .upload
  input[type="file"] {
  display: none;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload
  .img-upload
  .upload-item
  .upload
  .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload
  .img-upload
  .upload-item
  .upload
  .cover
  img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  padding-top: 43px;
  margin-bottom: 10px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload
  .img-upload
  .upload-item
  .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload
  .img-upload
  .upload-item
  .img
  img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item.item-upload
  .upload__desc {
  padding-top: 16px;
  margin-left: auto;
  display: table;
  font-size: 15px;
  font-style: italic;
  color: #0273ff;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  label {
  font-weight: 400;
  display: table;
  font-size: 15px;
  margin-bottom: 2px;
  position: relative;
  color: #000;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  label.require:after {
  content: "*";
  display: block;
  position: absolute;
  top: -7px;
  left: 100%;
  color: red;
  font-size: 21px;
  font-weight: 400;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  label.radio {
  display: inline-block;
  width: 75px;
  padding-left: 30px;
  margin-left: 14px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  label.radio.active:after {
  border: 4px solid #00aeed;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  label.radio:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  label.radio
  input[type="radio"] {
  display: none;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  .register__input {
  border-radius: 0;
  margin: 0;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  .register__input:focus,
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  .register__input:hover {
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  .register__textarea {
  height: 70px;
  border-radius: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  .register__textarea:focus,
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-form
  .item
  .register__textarea:hover {
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-agree {
  margin-top: -13px;
  margin-left: -30px;
  margin-right: -30px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-agree
  label {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 8px;
  cursor: pointer "";
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-agree
  .agree-item
  label {
  margin-bottom: 5px;
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-left: 8px;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-agree
  .agree-item
  label
  span {
  color: red;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-agree
  .agree-item
  label.active:before {
  display: block;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-agree
  .agree-item
  label:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #d5d5d5;
  top: 3px;
  left: 0;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-agree
  .agree-item
  label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  background-image: url(../images/icon_tick.gif);
  background-repeat: no-repeat;
  top: 4px;
  left: 2px;
  z-index: 10;
  background-size: 100%;
  display: none;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-agree
  .agree-item
  input[type="checkbox"] {
  display: none;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-button {
  padding-top: 46px;
  text-align: center;
  padding-bottom: 34px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-button
  .register__btn {
  padding: 6px 68px;
  border-radius: 22px;
  font-size: 18px;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #000;
  border: 1px solid #8fb6d5;
}
.section-rules
  .module-rules
  .module-content
  .body
  .register-content
  .register-button
  .register__btn:hover {
  background: #0a0a0a;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-content
  .reward__title {
  margin: -8px 0 6px;
  font-size: 22px;
  font-family: roboto_bold;
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-content
  .reward-part
  .title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-content
  .reward-part
  .item {
  padding-bottom: 21px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-content
  .reward-part
  .item
  .item__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-content
  .reward-part
  .item
  .reward-list {
  margin: 0;
  padding-top: 15px;
  padding-left: 41px;
  padding-bottom: 4px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-content
  .reward-part
  .item
  .reward-list.list-space
  .reward-list__item {
  margin-bottom: 20px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-content
  .reward-part
  .item
  .reward-list
  .reward-list__item {
  margin-bottom: 5px;
  font-size: 16px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-content
  .reward-part
  .item
  .desc {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 9px;
}
.section-rules .module-rules .module-content .body .reward-social {
  padding-top: 15px;
}
.section-rules .module-rules .module-content .body .reward-social .desc {
  margin-bottom: 3px;
  font-size: 15px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-social
  .social__item {
  line-height: 30px;
  margin-right: 5px;
  display: inline-block;
  width: 27px;
  background: #ed1b24;
  height: 26px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-social
  .social__item:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.section-rules
  .module-rules
  .module-content
  .body
  .reward-social
  .social__item:nth-child(2) {
  margin-left: 27px;
  background: #1378e2;
}
#footer,
.bs-modal .content-modal {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-rules
  .module-rules
  .module-content
  .body
  .organizational-content
  .title {
  margin: 0;
  font-size: 24px;
  font-family: jofin;
}
.section-rules
  .module-rules
  .module-content
  .body
  .organizational-content
  .organizational-item {
  padding-top: 12px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .organizational-content
  .organizational-item:last-child
  .item-content {
  max-width: 640px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .organizational-content
  .organizational-item
  .desc {
  font-size: 25px;
  font-family: roboto_bold;
}
.section-rules
  .module-rules
  .module-content
  .body
  .organizational-content
  .organizational-item
  .item-content {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .organizational-content
  .organizational-item
  .item-content
  .item {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 104px;
  position: relative;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-rules
  .module-rules
  .module-content
  .body
  .organizational-content
  .organizational-item
  .item-content
  .item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.section-rules
  .module-rules
  .module-content
  .body
  .organizational-content
  .organizational-item
  .item-content
  .item
  img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-rules
  .module-rules
  .module-content
  .body
  .organizational-content
  .organizational-item
  .item-content
  .item
  a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.section-rules .module-rules .module-content .body .judge-content {
  margin-top: -11px;
}
.section-rules .module-rules .module-content .body .judge-content .title {
  margin: 13px 0 0;
  font-family: jofin_italic;
  font-weight: 700;
  font-size: 22px;
}
.section-rules .module-rules .module-content .body .judge-content .content {
  padding-top: 53px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .judge-content
  .content
  .item {
  margin-bottom: 41px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .judge-content
  .content
  .item
  .img {
  background-image: url(../images/Judge_img_frame.gif);
  background-repeat: no-repeat;
  width: 167px;
  border-radius: 50%;
  padding: 8px 10px 7px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-rules
  .module-rules
  .module-content
  .body
  .judge-content
  .content
  .item
  .img
  .ImagesFrame {
  overflow: hidden;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.section-rules
  .module-rules
  .module-content
  .body
  .judge-content
  .content
  .item
  .img
  .ImagesFrame:before {
  padding-bottom: 99.7%;
}
.section-rules
  .module-rules
  .module-content
  .body
  .judge-content
  .content
  .item
  .img
  .ImagesFrame
  .ImagesFrameCrop0 {
  overflow: hidden;
  border-radius: 50%;
}
.section-rules
  .module-rules
  .module-content
  .body
  .judge-content
  .content
  .item
  .text {
  padding-top: 27px;
  text-align: center;
}
.section-rules
  .module-rules
  .module-content
  .body
  .judge-content
  .content
  .item
  .text
  .judge__name {
  font-size: 15px;
  color: #011837;
  margin-bottom: 1px;
}
.section-rules
  .module-rules
  .module-content
  .body
  .judge-content
  .content
  .item
  .text
  .desc {
  text-align: center;
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .section-rules {
    padding-bottom: 170px;
  }
  .section-rules .module-rules .module-content {
    padding: 20px;
  }
  .section-rules .module-rules .module-content .body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .item:nth-child(2)
    .rules-list
    .rules-list__item {
    margin-bottom: 0;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-checkbox
    .checkbox-content
    .checkbox-item
    label {
    font-size: 15px;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-agree,
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-form
    .item
    .register__input {
    max-width: unset;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-form
    .special-row
    > .bs-col:first-child
    .item:after {
    display: none;
  }
  .section-rules .module-rules .module-content .body .button .link {
    width: auto;
    min-width: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-rules .module-rules .module-content .body {
    padding-left: 0;
    padding-right: 0;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-location
    .location-item {
    margin-top: 50px;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .organizational-content
    .organizational-item
    .desc,
  .section-rules
    .module-rules
    .module-content
    .body
    .organizational-content
    .title {
    font-size: 18px;
  }
  .section-rules .module-rules .module-content .body .button .link {
    width: auto;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .section-rules .module-rules .module-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-rules .module-rules .module-content .head .title {
    font-size: 20px;
  }
  .section-rules .module-rules .module-content .body .item:nth-child(2) {
    padding-bottom: 0;
  }
  .section-rules .module-rules .module-content .body .button .link {
    width: auto;
    min-width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-form
    .special-row
    .item:after {
    display: none;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-form
    .item.item-upload
    .img-upload
    .upload-item {
    margin-bottom: 20px;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-location
    .location-item {
    margin-top: 0;
    padding-left: 0;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .register-content
    .register-location
    .location-item
    label {
    position: relative;
    top: 0;
  }
  .section-rules
    .module-rules
    .module-content
    .body
    .reward-content
    .reward-part
    .item
    .reward-list {
    padding-left: 10px;
  }
}
.bs-modal .content-modal {
  background-image: url(../images/bg-modal.jpg);
  background-position: top center;
  max-width: 780px;
  border-radius: 0;
  padding: 5px;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.bs-modal .content-modal .header-modal {
  padding: 0;
  margin: 0;
}
.bs-modal .content-modal .header-modal .close__modal {
  top: -20px;
  right: -20px;
}
.bs-modal .content-modal .header-modal .close__modal .fa-times {
  color: red;
  background: #fff;
  border-radius: 25px;
  padding: 6px 9px;
  font-size: 21px;
}
.bs-modal .content-modal .header-modal:after {
  display: none;
}
.bs-modal .content-modal .body-modal {
  background: 0 0;
  border-radius: 0;
  padding: 0;
  border: none;
  margin: 0;
}
.bs-modal .content-modal .body-modal .step {
  border-radius: 10px;
  border: none;
  color: #fff;
  margin: 10px 10px 12px;
  background: rgba(255, 255, 255, 0.8);
}
.bs-modal .content-modal .body-modal .step .notice-banner.slide-vote {
  margin: 0;
}
.bs-modal .content-modal .body-modal .step.step6 {
  background: 0 0;
}
.bs-modal .content-modal .body-modal .step.step-notice {
  position: relative;
  margin: 10px;
}
.bs-modal .content-modal .body-modal .step.step-notice .head {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 45%;
  text-align: left;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 666px;
  margin-bottom: 32px;
}
.bs-modal .content-modal .body-modal .step.step-notice .head .title {
  display: table;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}
.bs-modal .content-modal .body-modal .step.step-notice .head .logout__btn {
  position: absolute;
  top: -10px;
  right: -12%;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding: 7px 36px 8px;
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffe200),
    to(#fea900)
  );
  background: linear-gradient(to bottom, #ffe200, #fea900);
  -webkit-box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.2);
}
.bs-modal .content-modal .body-modal .step.step-notice .head .logout__btn:focus,
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .head
  .logout__btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fea900),
    to(#ffe200)
  );
  background: linear-gradient(to bottom, #fea900, #ffe200);
}
.bs-modal .content-modal .body-modal .step .next,
.bs-modal .content-modal .body-modal .step.step-notice .content .notice__btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffe200),
    to(#fea900)
  );
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.bs-modal .content-modal .body-modal .step.step-notice .content {
  padding-bottom: 40px;
  padding-top: 30px;
}
.bs-modal .content-modal .body-modal .step.step-notice .content .notice__btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  background: linear-gradient(#ffe200, #fea900);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 8px 40px 6px;
  font-size: 15px;
  border-radius: 32px;
  margin-bottom: 40px;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice__btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fea900),
    to(#ffe200)
  );
  background: linear-gradient(#fea900, #ffe200);
}
.bs-modal .content-modal .body-modal .step.step-notice .content .desc {
  text-align: center;
  max-width: 586px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
  padding-top: 25px;
  color: #01274a;
  font-size: 19px;
}
.bs-modal .content-modal .body-modal .step.step-notice .content .modal-video {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9px;
  overflow: hidden;
}
.bs-modal .content-modal .body-modal .step.step-notice .content .notice__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
  color: #01274a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  padding: 30px 72px 0;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-button
  .notice__btn {
  background: #009cff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-button
  .notice__btn:hover {
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
  background: #0e75b6;
}
.bs-modal .content-modal .body-modal .step.step-notice .content .notice-form {
  padding-top: 31px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 55px;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-form
  .notice__input {
  border-radius: 0;
  height: 52px;
  border: 1px solid #ef3a41;
  margin-bottom: 17px;
  text-align: left;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-form
  .notice__input:focus,
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-form
  .notice__input:hover {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.3);
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-form
  .send__btn {
  width: 200px;
  border-radius: 0;
  padding: 13px 10px 10px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #fe0000;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-form
  .send__btn:hover {
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}
.bs-modal .content-modal .body-modal .step.step-notice .content .notice-button {
  text-align: center;
  padding-bottom: 65px;
  padding-top: 26px;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-button
  .notice__btn {
  padding: 17px 10px 13px;
  font-size: 16px;
  margin: 0 20px;
  width: 200px;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  display: inline-block;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-button
  .notice__btn.red__btn {
  background: #fe0000;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-button
  .notice__btn.red__btn:hover {
  background: #d80303;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-button
  .notice__btn.blue__btn {
  background: #009cff;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .notice-button
  .notice__btn.blue__btn:hover {
  background: #046fb3;
}
.bs-modal .content-modal .body-modal .step.step-notice .content .result__desc {
  text-align: center;
  font-size: 19px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 80px 20px;
  color: #01274a;
}
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .result__notice {
  margin-top: 25px;
  text-align: center;
  font-size: 28px;
  margin-bottom: -16px;
}
.bs-modal .content-modal .body-modal .step.step-notice .content .result__img {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 70px;
}
.bs-modal
  .content-modal
  .body-modal
  .step
  .notice-banner
  .activity-advertisement
  .activity-slide
  .slide-item
  .item
  .link
  img,
.bs-modal
  .content-modal
  .body-modal
  .step.step-notice
  .content
  .slick-slide
  img {
  width: 100%;
}
.bs-modal .content-modal .body-modal .step.favourite {
  margin: 89px 10px 10px;
}
.bs-modal .content-modal .body-modal .step > .title {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  margin: 10px 0;
  color: #01274a;
  padding: 45px 79px 0;
}
.bs-modal .content-modal .body-modal .step .button__content {
  margin-top: 49px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 60px;
}
.bs-modal .content-modal .body-modal .step .button__content span {
  display: inline-block;
  padding: 0 12px;
  color: #01274a;
}
.bs-modal .content-modal .body-modal .step .button__content .login__link {
  display: inline-block;
  padding: 12px 10px 7px;
  width: 200px;
  color: #fff;
}
.bs-modal
  .content-modal
  .body-modal
  .step
  .button__content
  .login__link.google__link {
  background: #de4b39;
}
.bs-modal
  .content-modal
  .body-modal
  .step
  .button__content
  .login__link.google__link:hover {
  background: #bf1f0c;
}
.bs-modal
  .content-modal
  .body-modal
  .step
  .button__content
  .login__link.facebook__link {
  background: #1778f2;
}
.bs-modal
  .content-modal
  .body-modal
  .step
  .button__content
  .login__link.facebook__link
  img {
  width: 33px;
}
.bs-modal
  .content-modal
  .body-modal
  .step
  .button__content
  .login__link.facebook__link:hover {
  background: #051f56;
}
.bs-modal .content-modal .body-modal .step .title__like {
  font-size: 26px;
  font-family: roboto_bold;
  padding-top: 0;
  margin-bottom: 23px;
}
.bs-modal .content-modal .body-modal .step .fb-page {
  text-align: center;
}
.bs-modal .content-modal .body-modal .step .next {
  font-size: 15px;
  text-align: center;
  border-radius: 30px;
  padding: 8px 45px 7px;
  background: linear-gradient(#ffe200, #fea900);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 15px auto 20px;
}
.bs-modal .content-modal .body-modal .step .next:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fea900),
    to(#ffe200)
  );
  background: linear-gradient(#fea900, #ffe200);
}
.bs-modal .content-modal .body-modal .step .notice-banner {
  margin: 0 50px;
}
.bs-modal .content-modal .body-modal .step .title__desc {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #01274a;
  padding-left: 30px;
}
.bs-modal .content-modal .body-modal .step > .desc {
  font-size: 15px;
  color: #01274a;
  padding: 0 30px 25px;
}
.bs-modal.vote-guess .content-modal {
  max-width: 780px;
  padding: 8px;
  text-align: center;
}
.bs-modal.vote-guess .content-modal:after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background-image: url(../images/modal_vote3_bg.gif);
}
.bs-modal.vote-guess .content-modal .header-modal .title {
  margin: 0;
  color: #fff;
  font-family: roboto_bold;
  font-size: 41px;
  padding-left: 96px;
  padding-top: 13px;
  position: relative;
}
.bs-modal.vote-guess .content-modal .header-modal .title img {
  left: 0;
  position: absolute;
  bottom: 2px;
}
.bs-modal.vote-guess .content-modal .body-modal .step.step6 {
  background: 0 0;
}
.bs-modal.vote-guess .content-modal .body-modal .step.step6 .title__like {
  text-align: left;
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .step.step-notice
  .notice__title {
  max-width: 100%;
  font-family: jofin;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
  color: #01274a;
  padding: 39px 114px 10px;
  text-transform: uppercase;
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .step.step-notice
  .notice-button {
  padding-top: 6px;
  padding-bottom: 43px;
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .step.step-notice
  .notice-button
  .notice__btn {
  display: table;
  font-weight: 700;
  background: #009cff;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 12px 40px 8px;
  font-size: 15px;
  border-radius: 32px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .step.step-notice
  .notice-button
  .notice__btn:hover {
  background: #0e75b6;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
}
.bs-modal.vote-guess .content-modal .body-modal .modal-form {
  padding-left: 0;
  position: relative;
  padding-top: 11px;
}
.bs-modal.vote-guess .content-modal .body-modal .modal-form .img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.bs-modal.vote-guess .content-modal .body-modal .modal-form .img img {
  width: 100%;
}
.bs-modal.vote-guess .content-modal .body-modal .modal-form input {
  height: 41px;
  width: 54%;
  display: block;
  margin: 0 auto 10px;
  border-radius: 25px;
  padding: 0 10px;
  -webkit-box-shadow: 0 2px 12px -10px #333;
  box-shadow: 0 2px 12px -10px #333;
}
.bs-modal.vote-guess .content-modal .body-modal .modal-form input:focus {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.bs-modal.vote-guess .content-modal .body-modal .modal-form .vote__btn {
  font-size: 15px;
  text-align: center;
  border-radius: 30px;
  padding: 8px 32px 7px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffe200),
    to(#fea900)
  );
  background: linear-gradient(#ffe200, #fea900);
  color: #fff;
  margin-top: 7px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 27px;
}
.bs-modal.vote-guess .content-modal .body-modal .modal-form .vote__btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fea900),
    to(#ffe200)
  );
  background: linear-gradient(#fea900, #ffe200);
}
.bs-modal.vote-guess .content-modal .body-modal .modal-form .text {
  padding-left: 20px;
  padding-right: 20px;
}
.bs-modal.vote-guess .content-modal .body-modal .modal-form .text .vote__input {
  color: #000;
  padding: 3px 15px 0;
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .modal-form
  .text
  .content
  .form__desc {
  font-size: 17px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 16px;
  color: #234050;
  background: #fff;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .modal-form
  .text
  .content
  .form__desc:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .modal-form
  .text
  .content
  .form__desc:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffe200),
    to(#fea900)
  );
  background: linear-gradient(#ffe200, #fea900);
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .modal-form
  .text
  .content
  .desc__send {
  font-size: 15px;
  text-align: center;
  border-radius: 30px;
  padding: 8px 45px 7px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffe200),
    to(#fea900)
  );
  background: linear-gradient(#ffe200, #fea900);
  color: #fff;
  margin: 15px auto 27px;
  display: block;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .modal-form
  .text
  .content
  .desc__send:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fea900),
    to(#ffe200)
  );
  background: linear-gradient(#fea900, #ffe200);
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .modal-form
  .text
  .content
  .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2px;
}
.bs-modal.vote-guess
  .content-modal
  .body-modal
  .modal-form
  .text
  .content
  .desc.red {
  color: #ff2529;
}
.bs-modal.vote-guess .content-modal .body-modal .title_voteform {
  color: #01274a;
  font-weight: 700;
  font-size: 19px;
  padding: 40px 116px 17px;
}
.bs-modal.vote-sms .content-modal .body-modal .step {
  padding-bottom: 30px;
}
.bs-modal.vote-sms .content-modal .body-modal .step .title_sms {
  color: #01274a;
  font-family: roboto_bold;
  font-size: 21px;
  padding: 30px 43px 25px;
  margin-top: 0;
}
.bs-modal.vote-sms .content-modal .body-modal .step .vote {
  position: relative;
  text-align: center;
  max-width: 370px;
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bs-modal.vote-sms .content-modal .body-modal .step .vote .phone {
  width: 100%;
  border-radius: 25px;
  display: block;
  height: 45px;
  line-height: 35px;
  color: #000;
  margin: 0 auto;
  font-size: 17px;
  padding-top: 3px;
  padding-left: 14px;
}
.bs-modal.vote-sms .content-modal .body-modal .step .vote .send_vote {
  font-size: 13px;
  text-align: center;
  border-radius: 30px;
  padding: 10px 11px 6px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffe200),
    to(#fea900)
  );
  background: linear-gradient(#ffe200, #fea900);
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  top: 5px;
  position: absolute;
  right: 5px;
  margin: 0;
}
.bs-modal.vote-sms .content-modal .body-modal .step .vote .send_vote:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fea900),
    to(#ffe200)
  );
  background: linear-gradient(#fea900, #ffe200);
}
.bs-modal.vote-sms .content-modal .body-modal .step .desc_ {
  padding: 24px 70px 12px;
  text-align: center;
  color: #01274a;
  line-height: 26px;
}
.bs-modal.vote-sms .content-modal .body-modal .step .demo {
  text-align: center;
  padding-bottom: 30px;
}
.bs-modal.vote-sms .content-modal .body-modal .step .demo .syntax {
  width: 35%;
  text-align: center;
  height: 40px;
  line-height: 69px;
  font-size: 16px;
  padding-top: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 28px -13px #333;
  box-shadow: 0 0 28px -13px #333;
}
.bs-modal.vote-sms
  .content-modal
  .body-modal
  .step
  .demo
  .syntax::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 700;
  color: #ca8c06;
}
.bs-modal.vote-sms
  .content-modal
  .body-modal
  .step
  .demo
  .syntax::-ms-input-placeholder {
  font-style: normal;
  font-weight: 700;
  color: #ca8c06;
}
.bs-modal.vote-sms .content-modal .body-modal .step .demo .syntax::placeholder {
  font-style: normal;
  font-weight: 700;
  color: #ca8c06;
}
.bs-modal.vote-sms .content-modal .body-modal .step .demo .send_vote {
  font-size: 15px;
  text-align: center;
  border-radius: 30px;
  padding: 11px 23px 7px;
  margin-left: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffe200),
    to(#fea900)
  );
  background: linear-gradient(#ffe200, #fea900);
  color: #fff;
  margin-top: 7px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.bs-modal.vote-sms .content-modal .body-modal .step .demo .send_vote:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fea900),
    to(#ffe200)
  );
  background: linear-gradient(#fea900, #ffe200);
}
.bs-modal.vote-sms .content-modal .body-modal .step .example {
  text-align: center;
  color: #351e04;
  font-size: 18px;
}
.bs-modal.vote-sms .content-modal .body-modal .step .example span {
  font-weight: 700;
  color: #ca8c06;
  font-size: 20px;
}
.bs-modal.vote-sms .content-modal .body-modal .step .cost {
  padding-bottom: 20px;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.bs-modal.vote-sms .content-modal .body-modal .step .cost .note {
  max-width: 350px;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #351e04;
  padding-left: 53px;
  font-size: 15px;
}
.bs-modal.vote-sms .content-modal .body-modal .step .cost .note.title {
  color: #f40707;
  position: absolute;
  top: -3px;
  left: 0;
  font-weight: 700;
  font-size: 17px;
  padding: 0;
}
.bs-modal .video,
.bs-modal .video2 {
  display: block;
  position: relative;
}
.bs-modal .video .cover,
.bs-modal .video2 .cover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bs-modal .video .background,
.bs-modal .video2 .background {
  width: 100%;
  padding-bottom: 57%;
  position: relative;
  background: #000;
}
.bs-modal .video .video-content,
.bs-modal .video2 .video-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bs-modal .video #myVideo,
.bs-modal .video2 #myVideo {
  position: absolute;
  width: 100%;
  max-height: 100%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bs-modal .video .video-youtube .video-content,
.bs-modal .video2 .video-youtube .video-content {
  opacity: 0;
}
.bs-modal .video .video-youtube .video-content.active,
.bs-modal .video2 .video-youtube .video-content.active {
  opacity: 1;
}
.bs-modal .video .progressBar,
.bs-modal .video2 .progressBar {
  position: absolute;
  bottom: 7px;
  height: 3px;
  background: #fff;
  width: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}
.bs-modal .video .forward__notice,
.bs-modal .video2 .forward__notice {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 73%;
  z-index: 10;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
}
.bs-modal .video .continue,
.bs-modal .video .next,
.bs-modal .video2 .continue,
.bs-modal .video2 .next {
  bottom: 33px;
  font-size: 11px;
  border: 1px solid #fff;
  z-index: 100;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
}
.bs-modal .video .next,
.bs-modal .video2 .next {
  position: absolute;
  right: 10px;
  padding: 5px 10px 1px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.bs-modal .video .next:hover,
.bs-modal .video2 .next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.bs-modal .video .continue,
.bs-modal .video2 .continue {
  position: absolute;
  left: 10px;
  padding: 5px 10px 1px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.bs-modal .video .continue:hover,
.bs-modal .video2 .continue:hover {
  background: rgba(0, 0, 0, 0.7);
}
.bs-modal .video .time-down,
.bs-modal .video2 .time-down {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 15px;
}
.bs-modal .video .timeskip__alert,
.bs-modal .video2 .timeskip__alert {
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  padding: 5px 10px 1px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}
#header .header-nav .nav-content .nav .menu .close__menu,
#header .header-nav .nav-content .nav .show__menu,
.bs-modal .video .timeskip__alert.hidden,
.bs-modal .video2 .timeskip__alert.hidden {
  display: none;
}
.bs-modal .video iframe,
.bs-modal .video2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bs-modal .video .timeBar,
.bs-modal .video .timeBar2,
.bs-modal .video2 .timeBar,
.bs-modal .video2 .timeBar2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 2px;
  background-color: #172bfd;
}
.bs-modal .video .link,
.bs-modal .video2 .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .bs-modal.modal-vote.vote-guess .content-modal .body-modal .modal-form {
    padding-right: 0;
  }
  .bs-modal.modal-vote.vote-guess .content-modal .body-modal .modal-form .img {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
  .bs-modal.modal-vote.vote-guess
    .content-modal
    .body-modal
    .modal-form
    .img
    img {
    width: auto;
    max-width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .bs-modal .content-modal {
    max-width: 715px;
  }
  .bs-modal .content-modal .body-modal .step .title__like {
    font-size: 24px;
  }
  .bs-modal
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice-button {
    padding-bottom: 44px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .vote .send_vote {
    left: 56.3%;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .desc_ {
    padding: 24px 43px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .bs-modal .content-modal .header-modal .close__modal {
    right: -31px;
  }
  .bs-modal .content-modal .body-modal .step .notice-banner {
    margin: 0 15px;
  }
  .bs-modal .content-modal .body-modal .step .title__like {
    font-size: 18px;
  }
  .bs-modal .content-modal .body-modal .step > .title {
    font-size: 15px;
    line-height: 25px;
    margin: 4px 0;
    padding: 32px 13px 0;
  }
  .bs-modal .content-modal .body-modal .step.step-notice .content {
    padding-bottom: 15px;
  }
  .bs-modal .content-modal .body-modal .step.step-notice .content .desc {
    max-width: 379px;
    margin-bottom: 18px;
    padding-top: 0;
    color: #01274a;
    font-size: 17px;
  }
  .bs-modal
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice__title {
    line-height: 25px;
    font-size: 16px;
    margin-top: 0;
    padding: 5px 11px 10px;
  }
  .bs-modal
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice-button {
    padding-bottom: 30px;
  }
  .bs-modal
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice-button
    .notice__btn {
    width: 154px;
    padding: 12px 4px 8px;
    font-size: 14px;
  }
  .bs-modal .content-modal .body-modal .step.step-notice .content .result__img {
    margin-top: 0;
    width: 59px;
  }
  .bs-modal
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .result__desc {
    padding: 16px 12px 10px;
    font-size: 17px;
  }
  .bs-modal.vote-guess .content-modal .body-modal .modal-form input {
    width: 72%;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .vote .phone {
    width: 76%;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .desc_ {
    padding: 15px 14px 7px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .title_sms {
    padding: 30px 14px 6px;
    font-size: 19px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .demo .syntax {
    width: 51%;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .example {
    font-size: 15px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .example span {
    font-size: 18px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .cost .note {
    padding-left: 62px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .cost .note span {
    left: 12px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .bs-modal.modal-vote.vote-guess .content-modal .body-modal .modal-form .text {
    padding-left: 0;
    padding-right: 0;
  }
  .bs-modal.modal-vote.vote-guess .content-modal .body-modal .step {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .bs-modal.modal-vote.vote-guess
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .result__notice {
    font-size: 21px;
  }
  .bs-modal.modal-vote.vote-guess
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .result__desc {
    font-size: 18px;
  }
  .bs-modal.modal-vote.vote-guess
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .desc {
    max-width: 360px;
    margin-bottom: 18px;
    padding-top: 0;
    color: #01274a;
    font-size: 15px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step > .title {
    font-size: 14px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step .title__like {
    font-size: 17px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step .button__content {
    margin-top: 22px;
    margin-bottom: 28px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step
    .button__content
    .login__link {
    width: 130px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step .title__desc {
    font-size: 19px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.favourite {
    margin: 108px 10px 10px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step-notice .head {
    margin-bottom: 54px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step-notice .head .title {
    font-size: 18px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .head
    .logout__btn {
    display: block;
    margin-left: auto;
    top: 8px;
    right: unset;
    margin-top: 20px;
    width: 100px;
    padding: 5px 10px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step-notice .content {
    padding-top: 25px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .result__notice {
    font-size: 21px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .result__desc {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice__title {
    font-size: 14px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice-button {
    padding-top: 0;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice-button
    .notice__btn {
    width: 150px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  .bs-modal.modal-vote.vote-guess .content-modal .header-modal .title {
    font-size: 30px;
    padding-left: 0;
  }
  .bs-modal.modal-vote.vote-guess .content-modal .header-modal .title img {
    display: none;
  }
  .bs-modal.modal-vote.vote-guess .content-modal .body-modal .modal-form .text {
    padding-left: 0;
    padding-right: 0;
  }
  .bs-modal.modal-vote.vote-guess .content-modal .body-modal .step {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bs-modal.modal-vote.vote-guess
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .result__notice {
    font-size: 21px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step > .title {
    font-size: 12px;
    line-height: 19px;
    padding: 25px 0 0;
  }
  .bs-modal#vote2 .content-modal .body-modal .step .title__like {
    font-size: 15px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step
    .button__content
    .login__link {
    width: 80px;
    padding: 9px 2px 2px;
    font-size: 18px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step .button__content span {
    padding-left: 0;
    padding-right: 0;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step6 {
    padding: 0;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step-notice .head {
    margin-bottom: 20px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step-notice .head .title {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .head
    .logout__btn {
    display: block;
    margin-left: auto;
    top: 4px;
    right: 0;
    margin-top: 20px;
    width: 100px;
    padding: 5px 10px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step-notice .content {
    padding-top: 25px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .result__notice {
    font-size: 21px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice-banner {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -57px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice__title {
    font-size: 13px;
    margin-bottom: 0;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice-button {
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .bs-modal#vote2
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice-button
    .notice__btn {
    width: 124px;
    margin: 0 5px;
    padding: 8px 5px 6px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step-notice .content .desc {
    font-size: 14px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step4 .head .title,
  .bs-modal#vote2 .content-modal .body-modal .step.step5 .head .title {
    height: 0;
    padding-top: 6px;
  }
  .bs-modal#vote2 .content-modal .body-modal .step.step4 .head .logout__btn,
  .bs-modal#vote2 .content-modal .body-modal .step.step5 .head .logout__btn {
    top: -19px;
  }
  .bs-modal .content-modal .body-modal .step {
    margin: 0 0 12px;
  }
  .bs-modal .content-modal .body-modal .step .notice-banner {
    margin: 0;
  }
  .bs-modal .content-modal .body-modal .step .title__like {
    font-size: 14px;
  }
  .bs-modal .content-modal .body-modal .step .fb-page iframe {
    width: 100% !important;
  }
  .bs-modal .content-modal .body-modal .step > .title {
    font-size: 13px;
    line-height: 22px;
    padding: 25px 9px 0;
  }
  .bs-modal .content-modal .body-modal .step.step6 {
    margin: 0 -15px;
  }
  .bs-modal
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice__title {
    line-height: 21px;
    font-size: 13px;
    margin-top: 0;
    padding: 5px 0 3px;
  }
  .bs-modal
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .notice-button
    .notice__btn {
    width: 128px;
    font-size: 12px;
  }
  .bs-modal .content-modal .body-modal .step.step-notice .content .result__img {
    width: 50px;
  }
  .bs-modal
    .content-modal
    .body-modal
    .step.step-notice
    .content
    .result__desc {
    font-size: 14px;
    padding: 16px 2px 10px;
  }
  .bs-modal .content-modal .body-modal .step.step-notice .content .notice__btn {
    padding: 8px 21px 6px;
    margin-bottom: 23px;
  }
  .bs-modal .content-modal .body-modal .step .button__content {
    margin-top: 18px;
    font-size: 23px;
    margin-bottom: 20px;
  }
  .bs-modal .content-modal .body-modal .step .title__desc {
    font-size: 17px;
    margin-bottom: 9px;
    padding-left: 0;
  }
  .bs-modal .content-modal .body-modal .step > .desc {
    font-size: 13px;
    padding: 0 0 20px;
  }
  .bs-modal .content-modal .body-modal .step.favourite {
    margin: 73px 10px 10px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step.step1 {
    padding-bottom: 10px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .title_sms {
    padding: 24px 7px 6px;
    font-size: 15px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .vote .phone {
    width: 90%;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .vote .send_vote {
    padding: 12px 7px 8px;
    font-size: 10px;
    left: 55.3%;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .desc_ {
    padding: 11px 8px 7px;
    font-size: 12px;
    line-height: 20px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .demo .send_vote {
    padding: 6px 17px 2px;
    margin-left: 0;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .demo .syntax {
    width: 58%;
  }
  .bs-modal.vote-sms
    .content-modal
    .body-modal
    .step
    .demo
    .syntax::-webkit-input-placeholder {
    font-size: 13px;
  }
  .bs-modal.vote-sms
    .content-modal
    .body-modal
    .step
    .demo
    .syntax::-ms-input-placeholder {
    font-size: 13px;
  }
  .bs-modal.vote-sms
    .content-modal
    .body-modal
    .step
    .demo
    .syntax::placeholder {
    font-size: 13px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .example {
    font-size: 12px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .example span {
    font-size: 13px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .cost {
    padding-top: 15px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .cost .note {
    max-width: 279px;
    padding-left: 27px;
    font-size: 12px;
  }
  .bs-modal.vote-sms .content-modal .body-modal .step .cost .note span {
    left: 15px;
    top: -23px;
  }
  .bs-modal.vote-guess .content-modal .body-modal .modal-form input {
    width: 100%;
  }
}
.countdown-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clock-item .inner {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
#header .text,
.text .val {
  color: #fff;
  position: absolute;
}
.clock-canvas {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  height: 0;
  padding-bottom: 100%;
  z-index: 10;
}
#header .text {
  font-weight: 700;
  margin-top: -45px;
  top: 55%;
  text-align: center;
  width: 100%;
}
.text .type-time,
.text .val {
  font-family: avo;
  text-align: unset !important;
}
.text .val {
  font-size: 30px !important;
  font-weight: 400;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
.text .type-time {
  font-size: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clock-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .clock-item {
    margin-top: 30px;
  }
}
#footer {
  text-align: center;
  position: relative;

  /* height:293px; */
  /* padding-top: 105px; */
  padding: 120px 0 0 0;
  background-image: url(../images/bg-footer.png);
  /* background-size:100%; */

  background-position: bottom center;
  width: 100%;
  overflow: hidden;
}
#footer .footer-content {
  display: flex;
  flex-direction: column;
}

#footer .footer-content .link-logo {
  /* display:block;
    width:100%; */
  display: flex;
  justify-content: start;
  padding-left: 8px;
}
#footer .footer-content .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 58px;
  padding-left: 14px;
  margin-bottom: 40px;
}
#footer .footer-content .footer-list {
  /* padding-top: 65px; */
  margin: 0 -22px;
  /* padding-bottom: 14px; */
  display: flex;
  align-items: start;
  padding-left: 8px;
}
#footer .footer-content .footer-list .footer-list__item {
  display: inline-block;
  /* text-transform: uppercase; */
  font-size: 18px;
  margin: 6px 34px 6px 0px;
  font-family: beVietnamPro;
}
#footer .footer-content .footer-list .footer-list__item .footer-list__link {
  color: white;
}
#footer
  .footer-content
  .footer-list
  .footer-list__item
  .footer-list__link:hover {
  color: #fa0;
  text-decoration: underline !important;
}
#footer .footer-content .footer-bottom {
  display: flex;
  align-items: center;
  font-size: 14px;
  /* padding: 18px; */
  color: #c1c3c5;
  position: relative;
  max-width: 730px;
  margin: 0 -30px 0 0;

  /* border-top: 1px solid #c9d1e5; */
}
#footer .footer-content .footer-bottom a {
  /* color: #fa0; */
  color: #c1c3c5;
  margin: 0 4px;
}
#footer .footer-content .footer-bottom a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 1349px) {
  #footer .footer-content .link-logo {
    justify-content: center;
  }
  #footer .footer-content .footer-list {
    justify-content: center;
    align-items: center;
  }
  #footer .footer-content .menu {
    flex-direction: column;
    justify-content: center;
  }
  #footer {
    padding-bottom: 0;
  }
  #footer .footer-content .menu {
    margin-bottom: 0;
  }
  #footer .footer-content .footer-list .footer-list__item {
    margin: 0 20px;
    letter-spacing: 0.5px;
  }
  #footer .footer-content .footer-bottom {
    /* padding-top:60px; */
    padding: 50px 0 14px 0;
  }
}
@media only screen and (max-width: 992px) {
  #footer .footer-content .menu {
    margin: 40px 0 0 0;
  }
  #footer .footer-content .footer-list .footer-list__item {
    margin: 0 12px;
    /* padding:0 20px; */
    letter-spacing: 0.5px;
    font-size: 12.2px;
  }
  #footer .footer-content .footer-bottom {
    /* padding-top:60px; */
    padding: 30px 0 14px 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1350px) {
  #footer,
  #footer:after {
    background-size: 100%;
  }
  #footer:after {
    height: 107px;
    background-position: top center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 470px) and (max-width: 576px) {
}
@media only screen and (max-width: 470px) {
  #footer .footer-content .footer-list .footer-list__item {
    font-size: 8px;
    margin: 0px 6px;
  }
  #footer .footer-content .footer-bottom {
    font-size: 8px;
    margin: 0px 6px;
    text-align: center;
  }
}
#header {
  position: relative;
}
#header.scrolled .header-nav {
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
}
#header.scrolled .header-nav .nav-content {
  margin-top: 0px;
  /* padding-top: 0; */
}
#header.scrolled .header-nav .nav-content .logo  {
 padding-top: 2px;
}
#header.scrolled .header-nav .nav-content .logo img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item:hover {
  color: #021b2d;
}
#header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link {
  padding: 15px;
  color: #021b2d;
}
#header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link:after {
  bottom: -5px;
  background: #021b2d;
}
#header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link.active {
  color: #021b2d;
}
#header.scrolled
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link:hover {
  color: #021b2d !important;
}
#header .header-nav {
  position: relative;
  top: 0;
  width: 100%;
  padding-bottom: 0;
  background: #fff;
  z-index: 1000;
  -webkit-transition: padding 0.5s ease, color 1s ease;
  transition: padding 0.5s ease, color 1s ease;
}
#header .header-nav .nav-content {
  padding: 12px 0;
  /* max-width: 1031px;
  margin-left: auto;
  margin-right: auto; */
  /* padding-top: 6px; */
}
#header .header-nav .nav-content .logo {
  float: left;
  /* padding-top: 10px; */
}
#header .header-nav .nav-content .logo img {
  top: 7px;
  position: relative;
}
#header .header-nav .nav-content .nav {
  float: right;
  padding-top: 2px;
}
#header .header-nav .nav-content .nav .menu .menu-list {
  margin-bottom: 0;
  margin-right: -18px;
}
#header .header-nav .nav-content .nav .menu .menu-list .menu-list__item {
  float: left;
  position: relative;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link {
  display: block;
  color: #2B2438;
  font-size: 20px;
  position: relative;
  /* text-transform: uppercase; */
  padding: 12px 20px;
  margin: 0 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link {
  /* background: #ce8426; */
 
  /* display: none; */
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link.active:after,
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link:only-child:hover:after,
#main {
  width: 100%;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link:only-child:hover {
    background: linear-gradient(110.38deg, rgba(247, 56, 224, 0.16) 0%, rgba(88, 227, 255, 0.16) 100%);
    background-clip: text;
}
/* #header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link span:only-child:hover {
    background: linear-gradient(110.38deg, #F738E0 0%, #42C6FF 100%);
    background-clip: text;
} */
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link.active {
  /* color: #2B2438; */
  font-family: roboto_bold;
  font-weight: 700;
  background: linear-gradient(110.38deg, rgba(247, 56, 224, 0.16) 0%, rgba(88, 227, 255, 0.16) 100%);
  border-radius: 8px;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .menu-list__link.active span{
    background: linear-gradient(110.38deg, #F738E0 0%, #42C6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item:hover
  .menu-list__link {
  color: #221f3c;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item:hover
  .dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list {
  position: absolute;
  min-width: 100px;
  right: 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #221f3c;
  padding: 20px;
  -webkit-transform-origin: top right 20px;
  transform-origin: top right 20px;
  border-top: 3px solid #021b2d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 10px solid #021b2d;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: 100%;
  right: 28px;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list
  .dropdown-list__item
  .dropdown-list__link {
  padding: 6px 10px 6px 29px;
  position: relative;
  display: block;
  color: #0b2234;
  font-size: 15px;
  white-space: nowrap;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list
  .dropdown-list__item
  .dropdown-list__link:hover {
  color: #021b2d;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list
  .dropdown-list__item
  .dropdown-list__link:hover:after {
  background: #021b2d;
  border: 1px solid #021b2d;
}
#header
  .header-nav
  .nav-content
  .nav
  .menu
  .menu-list
  .menu-list__item
  .dropdown-list
  .dropdown-list__item
  .dropdown-list__link:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cdd4e7;
  top: 48%;
  border: 1px solid #cdd4e7;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #header.scrolled .header-nav .nav-content .logo img {
    width: 144px;
    padding-top: 3px;
  }
  #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link {
    padding-bottom: 14px;
  }
  #header .header-nav .nav-content {
    margin-right: -10px;
  }
  #header .header-nav .nav-content .logo img {
    width: 144px;
  }
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link {
    font-size: 13px;
    padding: 20px 2px 26px;
  }
}
@media only screen and (max-width: 991px) {
  #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link {
    color: #fff;
    padding: 15px;
    font-size: 16px;
    margin: 0px;
  }
  #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link.active,
  #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link:hover {
    background: #fff;
    color: #021b2d;
  }
  #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link.active:after,
  #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link:hover:after {
    display: none;
  }
  #header.scrolled
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item:hover
    .dropdown-list {
    display: block;
  }
  #header .header-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header .header-nav .nav-content {
    margin-right: 0;
  }
  #header .header-nav .nav-content .logo img {
    width: 160px;
    top: 0;
  }
  #header .header-nav .nav-content .nav .show__menu {
    display: block;
    color: #8854df;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .header-nav .nav-content .nav .menu {
    position: fixed;
    top: 0;
    padding-top: 51px;
    left: 0;
    background: #8854df;
    height: 100%;
    width: 180px;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header .header-nav .nav-content .nav .menu .menu-list {
    margin: 0 10px;
}
  #header .header-nav .nav-content .nav .menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #header .header-nav .nav-content .nav .menu .close__menu {
    display: block;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  #header .header-nav .nav-content .nav .menu .menu-list .menu-list__item {
    float: none;
    margin-bottom: 20px;
  }
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link {
    color: #fff;
    padding: 15px 20px;
    margin: 0 0 -1px;
    border: 1px solid #fff;
    font-size: 16px;
  }
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link.active,
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link:hover {
    background: #fff;
    color: #021b2d;
  }
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link.active:after,
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .menu-list__link:hover:after {
    display: none;
  }
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item:hover
    .dropdown-list {
    display: block;
  }
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .dropdown-list {
    width: auto;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    background: #023050;
    border: none;
    display: none;
  }
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .dropdown-list:after {
    display: none;
  }
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .dropdown-list
    .dropdown-list__item
    .dropdown-list__link {
    color: #fff;
  }
  #header
    .header-nav
    .nav-content
    .nav
    .menu
    .menu-list
    .menu-list__item
    .dropdown-list
    .dropdown-list__item
    .dropdown-list__link:after {
    left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #header.scrolled .header-nav {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header .header-nav {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  #header .header-nav .nav-content .logo img {
    top: 0;
  }
}
@-webkit-keyframes advertisement_color {
  20% {
    background: #00f;
  }
  40% {
    background: #ff0;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    background: green;
  }
  80% {
    background: #000;
  }
  0% {
    background: red;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes advertisement_color {
  20% {
    background: #00f;
  }
  40% {
    background: #ff0;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    background: green;
  }
  80% {
    background: #000;
  }
  0% {
    background: red;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#main {
  position: relative;
  z-index: 1;
}
.advertisement,
.back-top {
  position: fixed;
  z-index: 100;
}
.back-top {
  border-radius: 50%;
  bottom: 10px;
  right: 15px;
  -webkit-transform: rotateX(180deg) scale(0);
  transform: rotateX(180deg) scale(0);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: none;
}
.back-top.active {
  -webkit-transform: rotateX(180deg) scale(1);
  transform: rotateX(180deg) scale(1);
}
.advertisement {
  border-radius: 5px;
  bottom: 5px;
  right: 5px;
  padding: 7px 10px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  background: red;
  -webkit-animation: advertisement_color 0.5s infinite;
  animation: advertisement_color 0.5s infinite;
}
.advertisement .link {
  font-weight: 700;
  color: #fff;
}
.banner-page {
  position: relative;
  z-index: 100;
}
.banner-page .banner-content {
  background-image: url(/images/banner.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 282px;
  background-size: cover;
  -webkit-box-shadow: 15px 15px 35px rgba(108, 131, 159, 0.15);
  box-shadow: 15px 15px 35px rgba(108, 131, 159, 0.15);
}
