.phaser2 {
  padding-top: 15px;
}
.phaser2 .hero_banner .wrap-bg {
  background: url(images/graphics/banner-soloai.jpg);
  background-size: cover;
  margin-top: 0;
  padding: 60px 0;
}
.phaser2 .section-toancanh {
  padding: 40px 20px;
}
.phaser2 .section-chude {
  padding: 50px 15px;
  background: url(images/graphics/bg-chude2.png);
}
.phaser2 .section-chude .flexbox {
  gap: 60px;
}
.phaser2 .section-chude .flexbox .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 600px) {
  .phaser2 {
    padding-top: 0;
  }
  .phaser2 .margin-mb {
    margin-left: -15px;
    margin-right: -15px;
  }
  .phaser2 .hero_banner .wrap-bg {
    padding: 30px 0;
  }
  .phaser2 .section-toancanh, .phaser2 .section-chude {
    padding: 30px 15px;
  }
  .phaser2 .section-toancanh .flexbox, .phaser2 .section-chude .flexbox {
    gap: 24px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.slide-detail-vote {
  position: relative;
}
.slide-detail-vote .title_award {
  display: none;
}
.slide-detail-vote .slide-thumbs {
  position: relative;
  padding: 24px 0;
  margin-bottom: 20px;
}
.slide-detail-vote .slide-thumbs::before {
  content: "";
  background: #f3f6fe;
  border-radius: 30px 0 0 30px;
  position: absolute;
  left: 80px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.slide-detail-vote .slide-thumbs .swiper-slide {
  border: 1px solid #D3D9EC;
  width: 150px;
  background: #fff;
}
.slide-detail-vote .slide-thumbs .swiper-slide-thumb-active {
  border: 1px solid var(--color-main);
}
.slide-detail-vote .slide-main .swiper-slide {
  opacity: 0 !important;
}
.slide-detail-vote .slide-main .swiper-slide-active {
  opacity: 1 !important;
}
.slide-detail-vote .swiper-control {
  position: absolute;
  right: 0;
  top: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.slide-detail-vote .swiper-control .swiper-button-next, .slide-detail-vote .swiper-control .swiper-button-prev {
  position: static;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='45' height='28' viewBox='0 0 45 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.5 27.5L44 14M44 14L30.5 0.499999M44 14L1.18021e-06 14' stroke='%23D3D9EC'/%3e%3c/svg%3e");
  width: 45px;
  height: 28px;
  background-size: 45px 28px;
  margin: 0;
  opacity: 1;
}
.slide-detail-vote .swiper-control .swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slide-detail-vote .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slide-detail-vote .info-item .ava {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 500px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  padding-top: 50px;
}
.slide-detail-vote .info-item .ava .thumb_img {
  border: 1px solid #D3D9EC;
  background: #FFF;
}
.slide-detail-vote .info-item .content-info-item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  line-height: 1.6;
}
.slide-detail-vote .info-item .content-info-item .title_award {
  display: block;
}
.slide-detail-vote .info-item .content-info-item .tag-de-cu {
  display: inline-block;
  border-radius: 15px;
  background: #0F69ED;
  color: #fff;
  font-size: 16px;
  padding: 3px 16px;
}
.slide-detail-vote .info-item .content-info-item .cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 20px;
}
.slide-detail-vote .info-item .content-info-item .cate a {
  font-size: 14px;
  color: #6E7B9B;
  position: relative;
}
.slide-detail-vote .info-item .content-info-item .cate a::after {
  content: "";
  background: #d3d9ec;
  width: 1px;
  height: 15px;
  position: absolute;
  right: -20px;
  top: 3px;
}
.slide-detail-vote .info-item .content-info-item .cate a:last-child::after {
  display: none;
}
.slide-detail-vote .info-item .content-info-item .note {
  text-align: center;
  color: #6E7B9B;
  margin-bottom: 20px;
}
.slide-detail-vote .info-item .content-info-item .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.slide-detail-vote .info-item .content-info-item .des {
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px solid #D3D9EC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.slide-detail-vote .info-item .content-info-item .des .content {
  overflow: hidden;
  display: inline;
}
.slide-detail-vote .info-item .content-info-item .des .more, .slide-detail-vote .info-item .content-info-item .des .less {
  cursor: pointer;
  color: var(--color-main);
}
.slide-detail-vote .info-item .content-info-item .txt_18 {
  font-weight: 400;
  margin-bottom: 14px;
}
.slide-detail-vote .info-item .content-info-item .toggle {
  position: relative;
}
.slide-detail-vote .info-item .content-info-item .toggle::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 17C11.8082 17 11.6162 16.9267 11.4698 16.7802L3.9698 9.28024C3.67673 8.98717 3.67673 8.51261 3.9698 8.21974C4.26286 7.92686 4.73742 7.92667 5.0303 8.21974L12 15.1895L18.9698 8.21974C19.2629 7.92667 19.7374 7.92667 20.0303 8.21974C20.3232 8.5128 20.3234 8.98736 20.0303 9.28024L12.5303 16.7802C12.3839 16.9267 12.1919 17 12 17Z' fill='%232C2E2F'/%3e%3c/svg%3e");
  position: absolute;
  width: 24px;
  height: 25px;
  right: 0;
  top: 2px;
  display: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(181deg);
      -ms-transform: rotate(181deg);
          transform: rotate(181deg);
}
.slide-detail-vote .info-item .content-info-item .list-info {
  max-height: 220px;
  overflow-y: auto;
}
.slide-detail-vote .info-item .content-info-item .list-info::-webkit-scrollbar {
  width: 5px;
}
.slide-detail-vote .info-item .content-info-item .list-info::-webkit-scrollbar-thumb {
  background-color: rgba(225, 225, 225, 0.6);
  width: 5px;
  border-radius: 10px;
}
.slide-detail-vote .info-item .content-info-item .list-info .row-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}
.slide-detail-vote .info-item .content-info-item .list-info .row-info:last-child {
  margin-bottom: 0;
}
.slide-detail-vote .info-item .content-info-item .list-info .row-info .info-left {
  width: 170px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.slide-detail-vote .info-item .content-info-item .box-point {
  border-radius: 2px;
  border: 1px solid #D3D9EC;
  background: #F3F6FE;
  padding: 15px;
  font-size: 16px;
  text-align: center;
}
.slide-detail-vote .info-item .content-info-item .box-point .point {
  font-size: 24px;
  font-weight: 500;
}
.slide-detail-vote .info-item .content-info-item .button-control {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.slide-detail-vote .info-item .content-info-item .social {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-top: 1px solid #D3D9EC;
  padding-top: 14px;
  margin-top: 14px;
}
.slide-detail-vote .info-item .content-info-item .social a {
  position: relative;
  color: #ccc;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #B0B6C8;
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
}
.slide-detail-vote .info-item .content-info-item .social a:hover {
  border: 1px solid var(--color-main);
  color: var(--color-main);
}
.slide-detail-vote img {
  max-height: 90%;
  max-width: 90%;
}
.slide-detail-vote.v2 {
  margin-bottom: 20px;
}
.slide-detail-vote.v2 .info-item {
  padding: 0;
}
.slide-detail-vote.v2 .info-item .ava {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 0;
}
.slide-detail-vote.v2 .info-item .content-info-item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.slide-detail-vote.v2 .info-item .content-info-item .des .content {
  display: block;
  max-height: 205px;
  overflow-y: auto;
  padding-right: 4px;
}
.slide-detail-vote.v2 .info-item .content-info-item .des .content::-webkit-scrollbar {
  width: 5px;
}
.slide-detail-vote.v2 .info-item .content-info-item .des .content::-webkit-scrollbar-thumb {
  background-color: rgba(225, 225, 225, 0.6);
  width: 5px;
  border-radius: 10px;
}
.slide-detail-vote.v2 .info-item .slide-main-v2 {
  border: 1px solid #d3d9ec;
}
.slide-detail-vote.v2 .info-item .slide-main-v2 .thumb_img {
  border: 0;
}
.slide-detail-vote.v2 .info-item .slide-thumbs-v2 {
  margin: 20px auto 0;
}
.slide-detail-vote.v2 .info-item .slide-thumbs-v2 .swiper-slide-thumb-active .thumb_img {
  border: 1px solid var(--color-main);
}
@media (max-width: 768px) {
  .slide-detail-vote .slide-thumbs .swiper-slide {
    width: 100px;
  }
  .slide-detail-vote .info-item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
  .slide-detail-vote .info-item .content-info-item .list-info {
    max-height: 150px;
  }
  .slide-detail-vote .info-item .content-info-item .list-info .row-info {
    margin-bottom: 10px;
  }
  .slide-detail-vote .info-item .ava {
    width: 350px;
  }
}
@media (max-width: 600px) {
  .slide-detail-vote .title_award {
    display: block;
  }
  .slide-detail-vote .slide-thumbs {
    padding: 20px 0;
    margin-right: -15px;
  }
  .slide-detail-vote .slide-thumbs::before {
    border-radius: 20px 0 0 20px;
    left: 30px;
  }
  .slide-detail-vote .slide-thumbs .swiper-slide {
    width: 70px;
    margin-right: 5px;
  }
  .slide-detail-vote .swiper-control {
    display: none;
  }
  .slide-detail-vote .info-item {
    display: block;
  }
  .slide-detail-vote .info-item .ava {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .slide-detail-vote .info-item .content-info-item .cate, .slide-detail-vote .info-item .content-info-item .title_award, .slide-detail-vote .info-item .content-info-item .note {
    display: none;
  }
  .slide-detail-vote .info-item .content-info-item .title {
    font-size: 20px;
  }
  .slide-detail-vote .info-item .content-info-item .list-info {
    max-height: 100%;
  }
  .slide-detail-vote .info-item .content-info-item .toggle::after {
    display: block;
  }
  .slide-detail-vote .info-item .content-info-item .toggle.open::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .slide-detail-vote .info-item .content-info-item .social {
    padding-top: 0;
    border-top: 0;
  }
  .slide-detail-vote.v2 {
    margin-bottom: 20px;
  }
}

.section-weekly-gift {
  background: #F3F6FE;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.section-weekly-gift .tab_product__header {
  padding: 0 20px 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
  width: calc(100% + 40px);
}
.section-weekly-gift .product-winer {
  margin-bottom: 20px;
}
.section-weekly-gift .product-winer .winer {
  background: #fff url(images/graphics/bg-gift.png) no-repeat right bottom;
  padding-right: 60px;
}
.section-weekly-gift .grid__2 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.section-weekly-gift .flex .head {
  width: 50%;
  padding-right: 40px;
}
.section-weekly-gift .flex .gift {
  width: 50%;
}
.section-weekly-gift .box-timer {
  background: #fff;
  border: 1px solid #D3D9EC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  padding: 16px 24px;
}
.section-weekly-gift .box-timer br {
  display: none;
}
.section-weekly-gift .box-timer .icon {
  width: 56px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.section-weekly-gift .gift {
  text-align: center;
}
.section-weekly-gift .gift .img-product {
  width: 280px;
  height: 280px;
  border-radius: 20px;
  background: #FFF;
  margin: 0 auto 12px;
  z-index: 1;
  -webkit-box-shadow: 10px 10px 15px 1px #BCC3D8;
          box-shadow: 10px 10px 15px 1px #BCC3D8;
}
.section-weekly-gift .gift .img-product img {
  max-height: 90%;
  max-width: 90%;
}
.section-weekly-gift .gift .img-product .tag {
  position: absolute;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  right: -30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: var(--color-main);
  font-size: 14px;
  line-height: 1.2;
}
.section-weekly-gift .gift .img-product .tag span {
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.section-weekly-gift .gift .name {
  max-width: 280px;
  font-size: 18px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}
.section-weekly-gift .gift .name p {
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.section-weekly-gift .slide {
  position: relative;
  margin-top: -30px;
  margin-bottom: -30px;
  padding: 40px 0;
  background: url(images/graphics/bg-gift2.png);
  background-position: center;
  background-size: cover;
}
.section-weekly-gift .item-product {
  width: 100%;
  background: none;
  padding-top: 0;
}
.section-weekly-gift .item-product .thumb-product {
  max-width: 330px;
  margin: 20px auto;
}
.section-weekly-gift .item-product .thumb-product .thumb_img {
  background: none;
}
.section-weekly-gift .item-product .thumb-product .thumb_img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0 !important;
  right: 0;
  margin: auto;
}
.section-weekly-gift .item-product .title {
  border-radius: 30px;
  background: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  padding: 5px 30px;
  display: inline-block;
}
.section-weekly-gift .head-ck {
  padding: 0 30px;
  text-align: left;
  font-size: 15px;
}
.section-weekly-gift .name-giai {
  color: #1984E8;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.section-weekly-gift .name-giai span {
  font-size: 16px;
  font-weight: 400;
  color: #2C2E2F;
}
.section-weekly-gift .swiper-controler {
  padding: 0 80px;
}
.section-weekly-gift .swiper-pagination {
  position: static;
  margin-top: 15px;
}
@media (max-width: 1025px) {
  .section-weekly-gift .box-timer {
    padding: 16px 20px 16px 16px;
  }
}
@media (max-width: 768px) {
  .section-weekly-gift .grid__2 {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }
  .section-weekly-gift .grid__2.mb30 {
    margin-bottom: 15px !important;
  }
  .section-weekly-gift .grid__2 .gift {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-weekly-gift .grid__2 .head {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-weekly-gift .box-prodcut-win .scroll-height {
    max-height: 100%;
  }
  .section-weekly-gift .box-prodcut-win .scroll-height .item {
    display: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 14px;
  }
  .section-weekly-gift .box-prodcut-win .scroll-height .item .img-product {
    width: 80px;
  }
  .section-weekly-gift .box-prodcut-win .scroll-height .item .content {
    width: calc(100% - 94px);
  }
  .section-weekly-gift .box-prodcut-win .scroll-height .item .name {
    font-size: 16px;
    margin-bottom: 0;
  }
  .section-weekly-gift .box-prodcut-win .scroll-height .item .see-more {
    display: none;
  }
  .section-weekly-gift .box-prodcut-win .scroll-height .item:nth-child(1), .section-weekly-gift .box-prodcut-win .scroll-height .item:nth-child(2), .section-weekly-gift .box-prodcut-win .scroll-height .item:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-weekly-gift .box-prodcut-win.box-gift .item {
    padding: 14px;
  }
  .section-weekly-gift .box-prodcut-win.box-gift .item .title-week {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-right: 0;
  }
  .section-weekly-gift .box-prodcut-win.box-gift .item .content {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
  .section-weekly-gift .slide {
    margin-top: -16px;
    margin-bottom: -16px;
    padding: 20px 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 600px) {
  .section-weekly-gift {
    padding: 20px 15px;
  }
  .section-weekly-gift .grid__2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .section-weekly-gift .tab_product__header {
    padding: 0 15px 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    width: calc(100% + 30px);
  }
  .section-weekly-gift .product-winer {
    padding: 0;
    background: none;
  }
  .section-weekly-gift .gift {
    margin-top: 0;
  }
  .section-weekly-gift .gift .img-product {
    width: 300px;
    height: 300px;
  }
  .section-weekly-gift .flex .head {
    width: 100%;
    padding-right: 0;
  }
  .section-weekly-gift .flex .gift {
    width: 100%;
  }
  .section-weekly-gift .head-ck {
    padding: 0;
    font-size: 18px;
  }
  .section-weekly-gift .head-ck .title_award.txt_24 {
    font-size: 26px;
  }
  .section-weekly-gift .slide {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background: none;
  }
  .section-weekly-gift .swiper-controler {
    padding: 0 20px;
  }
  .section-weekly-gift .box-timer {
    gap: 10px;
    padding: 15px 20px;
  }
  .section-weekly-gift .box-timer br {
    display: block;
  }
  .section-weekly-gift .box-timer .icon {
    display: none;
  }
  .section-weekly-gift .box-timer::after {
    display: none;
  }
}

.box-sp-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f3f6fe;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
}
.box-sp-tech .text-post {
  width: 453px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 40px;
  background: url(images/graphics/bg-box-sp-tech.png) no-repeat;
}
.box-sp-tech .title {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.box-sp-tech .des {
  margin-bottom: 16px;
}
.box-sp-tech .img {
  position: relative;
  width: 100%;
}
.box-sp-tech .img .thumb_img {
  height: 100%;
}
.box-sp-tech #countdown {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 16px;
}
.box-sp-tech #countdown .item_countdown::before {
  top: 21px;
  right: -16px;
}
.box-sp-tech #countdown .item_countdown .item_txt {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Blue-Main, #0F69ED)), to(#2F4CAC));
  background: -webkit-linear-gradient(top, var(--Blue-Main, #0F69ED) 0%, #2F4CAC 100%);
  background: linear-gradient(180deg, var(--Blue-Main, #0F69ED) 0%, #2F4CAC 100%);
  position: relative;
}
.box-sp-tech .btn-skew {
  font-size: 16px;
  height: 46px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .box-sp-tech .text-post {
    padding: 20px;
    width: 380px;
  }
}
@media (max-width: 600px) {
  .box-sp-tech .text-post {
    padding: 20px;
    width: 100%;
  }
  .box-sp-tech .img {
    display: none;
  }
  .box-sp-tech .title {
    font-size: 24px;
  }
  .box-sp-tech #countdown {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 18px;
  }
  .box-sp-tech #countdown .item_countdown::before {
    width: 6px;
    height: 15px;
    right: -13px;
  }
  .box-sp-tech #countdown .item_countdown .item_txt {
    width: 60px;
    height: 60px;
  }
}

.product-winer {
  border-bottom: 0;
  padding: 5px 28px;
  background: #fdfdfd url(images/graphics/bg-product-winer.png) no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-winer__right {
  width: 280px;
}
.product-winer .week {
  font-size: 20px;
  margin-bottom: 5px;
}
.product-winer .title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.4;
}
.product-winer .title .lbl {
  display: block;
  color: #1984E8;
  font-size: 20px;
}
.product-winer .winer {
  max-width: 418px;
  background: #fff;
  padding: 16px;
  border: 1px solid #D3D9EC;
}
.product-winer .winer .lbl {
  font-size: 14px;
  color: #6E7B9B;
}
.product-winer .winer .name {
  font-size: 16px;
}
.product-winer .winer .flex.align-center {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.product-winer .winer .img-product {
  width: 56px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}
.product-winer .winer .info .name {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-winer {
    padding: 15px 15px 20px 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: url(images/graphics/mbg-product-winer.jpg) no-repeat;
    background-size: cover;
  }
  .product-winer__left {
    width: 100%;
  }
  .product-winer__right {
    width: 200px;
    margin: 0 auto;
  }
  .product-winer .week {
    font-size: 18px;
  }
  .product-winer .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .product-winer .title .lbl {
    font-size: 16px;
  }
  .product-winer .winer {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    padding: 16px;
    padding-right: 50px;
  }
}

.list_product {
  margin-bottom: 30px;
}
.list_product:last-of-type {
  margin-bottom: 0;
}
.list_product .notify-vote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  background: #FFF9D8;
  color: #222222;
  font-weight: 700;
  font-size: 16px;
}
.list_product .notify-vote:after {
  content: "";
  width: 5px;
  height: 10px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 8px;
}
.list_product .item {
  position: relative;
  text-align: center;
  padding: 30px 12px;
  border: 1px solid #D3D9EC;
}
.list_product .item .wrap {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.list_product .item .title {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}
.list_product .item .note {
  font-size: 14px;
  margin-top: 14px;
}
.list_product .item .thumb_img {
  background: none;
}
.list_product .item .thumb_img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0 !important;
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  right: 0;
  margin: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.list_product .item .thumb_img:hover img {
  -webkit-transform: scale(1.03) !important;
      -ms-transform: scale(1.03) !important;
          transform: scale(1.03) !important;
}
.list_product .item:hover {
  -webkit-box-shadow: 0px 5px 10px 0px #C8C8C8;
          box-shadow: 0px 5px 10px 0px #C8C8C8;
}
.list_product .item.active {
  opacity: 0.5;
}
.list_product .item.active .thumb_img::before {
  display: none;
}
.list_product .item.active .view,
.list_product .item.active .vote_mobile {
  display: none;
}
.list_product .grid {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}
.list_product .grid.justify-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_product .grid.justify-center.grid__3 .item {
  width: 33.33%;
  width: calc(33.33% - 9px);
}
.list_product .grid.justify-center.grid__4 .item {
  width: 25%;
  width: calc(25% - 9px);
}
.list_product.bg-chungket {
  background: #F3F6FE url(images/graphics/bg-chungket.jpg) no-repeat;
  padding: 30px 20px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: top;
}
.list_product.bg-chungket .head_hm {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #6E7B9B;
  text-transform: uppercase;
}
.list_product.bg-chungket .head_hm .title-hm {
  color: #0050AB;
  font-weight: bold;
  font-size: 30px;
}
.list_product.bg-chungket .item {
  background: #fff;
}
.list_product.bg-chungket .item .tag-sp {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #0F69ED;
  margin-top: 15px;
}
.list_product.bg-chungket .item .title {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .list_product .item {
    padding: 15px 5px;
  }
  .list_product .item .title {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .list_product .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .list_product .grid.justify-center {
    display: grid;
  }
  .list_product .grid.justify-center.grid__3 .item {
    width: 100%;
  }
  .list_product .item.column2 {
    grid-row: 2 span;
    grid-column: 2 span;
    padding: 15px;
    width: 100%;
  }
  .list_product .item .title {
    margin: 10px 0;
  }
}
@media (max-width: 414px) {
  .list_product.bg-chungket {
    padding: 20px 15px;
  }
  .list_product.bg-chungket .head_hm {
    margin-bottom: 10px;
  }
  .list_product.bg-chungket .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .list_product.bg-chungket .grid .title {
    font-size: 16px;
  }
}

.tab_product .header-list_product, .tab_product__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #F3F6FE;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tab_product .header-list_product + .product-winer, .tab_product__header + .product-winer {
  margin-top: -20px;
}
.tab_product .header-list_product h2, .tab_product .header-list_product h3, .tab_product__header h2, .tab_product__header h3 {
  font-size: 20px;
}
.tab_product .header-list_product .title-sub, .tab_product__header .title-sub {
  position: relative;
  padding-left: 30px;
}
.tab_product .header-list_product .title-sub:before, .tab_product__header .title-sub:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #D3D9EC;
  position: absolute;
  left: 17px;
  top: 7px;
}
.tab_product .header-list_product .title-sub.active, .tab_product__header .title-sub.active {
  font-weight: bold;
  color: #FFE20D;
}
.tab_product .header-list_product .title-sub:first-child, .tab_product__header .title-sub:first-child {
  padding-left: 0;
}
.tab_product .header-list_product .title-sub:first-child::before, .tab_product__header .title-sub:first-child::before {
  display: none;
}
.tab_product .header-list_product .head_pin, .tab_product__header .head_pin {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab_product .header-list_product .head_pin .nav1 h2, .tab_product__header .head_pin .nav1 h2 {
  font-size: 24px;
}
.tab_product .header-list_product .head_pin .nav2, .tab_product__header .head_pin .nav2 {
  margin-top: 0;
}
.tab_product .header-list_product .title-header, .tab_product .header-list_product .week, .tab_product__header .title-header, .tab_product__header .week {
  font-size: 16px;
  color: #FFE20D;
  line-height: 1.4;
  white-space: nowrap;
}
.tab_product .header-list_product .time, .tab_product .header-list_product .date, .tab_product .header-list_product .title,
.tab_product .header-list_product .name-list, .tab_product__header .time, .tab_product__header .date, .tab_product__header .title,
.tab_product__header .name-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.tab_product .header-list_product .time:before, .tab_product .header-list_product .date:before, .tab_product .header-list_product .title:before,
.tab_product .header-list_product .name-list:before, .tab_product__header .time:before, .tab_product__header .date:before, .tab_product__header .title:before,
.tab_product__header .name-list:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #D3D9EC;
  display: block;
  margin: 0 15px;
}
.tab_product .header-list_product .title-name, .tab_product__header .title-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #00003c url(images/graphics/bg-tittle2.png) no-repeat;
  background-size: cover;
  padding: 16px 30px 17px 30px;
  border-radius: 10px 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 600px) {
  .tab_product .header-list_product, .tab_product__header {
    padding: 15px;
    font-size: 16px;
  }
  .tab_product .header-list_product h2, .tab_product .header-list_product h3, .tab_product__header h2, .tab_product__header h3 {
    font-size: 16px;
  }
}
.tab_product .note-success {
  background: #E5E7F0;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .tab_product .btn-skew {
    font-size: 13px;
    border-radius: 2px;
    height: 35px;
  }
  .tab_product .btn-skew.success::before {
    left: 6px;
    top: 7px;
  }
}
@media (max-width: 600px) {
  .tab_product .note-success {
    font-size: 14px;
    line-height: 32px;
  }
}

.col-left.col-1 {
  padding-right: 0;
}
.col-left .line_top {
  font-size: 24px !important;
  display: block;
  max-width: 100%;
  border-top: 1px solid #ECECEC;
  padding-top: 25px;
}
.col-left .line_top span::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='62' height='61' viewBox='0 0 62 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.0373 3.01877C19.1549 0.730509 21.8137 -0.352264 24.2119 0.504237L57.4552 12.3769C60.1091 13.3247 61.7457 15.9917 61.3889 18.7871L56.4622 57.3797C56.2228 59.2544 54.3306 60.4435 52.5376 59.8459L3.33428 43.4448C1.03927 42.6798 -0.0566904 40.0685 1.00492 37.8947L18.0373 3.01877Z' fill='%23F7F7F7'/%3e%3c/svg%3e");
}
.col-left .tab_product .slide_bar2 {
  width: 100%;
  padding-left: 0;
}
.col-left .tab_product .slide_bar2 .tab {
  padding: 10px 20px;
  margin-bottom: 0;
}
.col-left .tab_product .slide_bar2 .list_product {
  margin-top: 20px;
  padding: 0;
}
.col-left .tab_product .list_product .item .title {
  font-size: 18px;
}
.col-left .header-flex {
  margin-bottom: 24px;
}
.col-left .header-flex .title_award {
  font-size: 24px;
  margin-bottom: 0;
}
.col-left .header-flex .select-dropdown {
  bottom: 6px;
}

.col-right .title-cate,
.col-right .title-cate-2 {
  background: #001754 url(images/graphics/mbg_header_list_product.png) right center no-repeat;
  background-size: cover;
  color: #FFE20D;
  font-size: 16px;
  border-radius: 5px 5px 0px 0px;
  padding: 14px 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.col-right .title-cate .week,
.col-right .title-cate-2 .week {
  font-size: 14px;
  font-weight: 500;
}
.col-right .title-cate span,
.col-right .title-cate-2 span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-right .title-cate span:before,
.col-right .title-cate-2 span:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #334576;
  margin: 0 10px;
}
.col-right .list-wrap {
  padding: 20px;
  float: left;
  width: 100%;
}
.col-right .border {
  border: 1px solid #EEEEEE;
}
.col-right .block_hangmuc {
  padding: 20px;
}
.col-right .block_hangmuc .title-cate {
  padding: 0 0 15px 0;
  background: none;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.col-right .box_category,
.col-right .box_category-2 {
  float: left;
  width: 100%;
}
.col-right .box_category.border,
.col-right .box_category-2.border {
  border-radius: 0px 10px 0 0;
}
.col-right .box_category-2.border {
  border-radius: 5px;
  border: 1px solid #1E3279;
  background: #050C45;
}
.col-right .box_category-2.border .view-more {
  background: #050C45;
  color: #FFF;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
  border: 0;
  border-top: 1px solid #1E3279;
}
.col-right .box_category {
  border-radius: 5px 5px 0px 0px;
}
.col-right .art_item {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.col-right .art_item .thumb_art {
  width: 104px;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 0;
}
.col-right .art_item .thumb_art .icon_thumb {
  position: absolute;
  background: #010103;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  bottom: 0;
}
.col-right .art_item .thumb_art .icon_thumb svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}
.col-right .art_item .title_news {
  font: 400 14px/1.5 var(--font-main);
}
.col-right .art_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.col-right .list_product {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.col-right .list_product .item {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #1E3279;
}
.col-right .list_product .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.col-right .list_product .item .ava {
  width: 88px;
  height: 88px;
  position: relative;
  float: left;
  margin-right: 12px;
}
.col-right .list_product .item .ava img {
  max-height: 90%;
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.col-right .list_product .item .ava:hover {
  -webkit-animation: bloom ease-in-out 0.75s forwards;
  animation: bloom ease-in-out 0.75s forwards;
}
.col-right .list_product .item .ava:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.col-right .list_product .item .content {
  text-align: left;
  overflow: hidden;
}
.col-right .list_product .item .title {
  font: 700 16px/1.5 var(--font-main);
  margin-bottom: 5px;
}
.col-right .list_product .item .btn-skew {
  height: 36px;
  margin-top: 0;
  font-size: 14px;
  padding: 0 22px;
}
.col-right .list_product .item .btn-skew.success::before {
  top: 8px;
}
@media (max-width: 991px) {
  .col-right.menu_left_tl {
    display: block;
  }
}
@media (max-width: 600px) {
  .col-right .title-cate {
    font-size: 20px;
  }
  .col-right .border {
    border: 0;
  }
  .col-right .box_category.border {
    border: 1px solid #E9E9E9;
  }
  .col-right .list-wrap {
    padding: 0;
  }
  .col-right .list_product {
    padding: 0;
  }
  .col-right .ads-mobile {
    display: none;
  }
  .col-right .item-news .thumb-art {
    width: 140px;
  }
  .col-right .item-news .title-news {
    font: 600 16px/1.6 var(--font-main);
  }
}

.section-de-cu {
  padding-top: 20px;
}
.section-de-cu .col-left {
  padding-right: 20px;
}
.section-de-cu .step-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  border-bottom: 1px solid #D3D9EC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.section-de-cu .step-grid .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.section-de-cu .step-grid .step .ic {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12.5' r='4' fill='%23D3D9EC'/%3e%3ccircle cx='12' cy='12.5' r='11.5' stroke='%23D3D9EC'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.section-de-cu .step-grid .step.active {
  color: #0F69ED;
}
.section-de-cu .step-grid .step.active .ic {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='33' viewBox='0 0 34 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='17' cy='16.5' r='15.5' stroke='%230F69ED' stroke-width='2'/%3e%3ccircle cx='17' cy='16.5' r='12.5' fill='%230F69ED'/%3e%3ccircle cx='17' cy='16.5' r='4.5' fill='white'/%3e%3c/svg%3e");
  width: 33px;
  height: 33px;
}
.section-de-cu .step-grid .step.success .ic {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12.5' cy='12.5' r='12.5' fill='%230F69ED'/%3e%3cpath d='M8 12L11.5 15.5L17.5 9.5' stroke='white' stroke-width='2'/%3e%3c/svg%3e");
  width: 25px;
  height: 25px;
}
.section-de-cu .step-grid .line {
  width: 70px;
  height: 1px;
  background: #D3D9EC;
}
.section-de-cu .wrap-form {
  background: #F3F6FE;
  padding: 20px;
}
.section-de-cu .form-group {
  margin-bottom: 20px;
}
.section-de-cu .form-group:last-child {
  margin-bottom: 0;
}
.section-de-cu .form-group .lbl {
  font-size: 18px;
  margin-bottom: 6px;
  display: block;
}
.section-de-cu .form-group .lbl.txt_14 {
  font-size: 14px;
}
.section-de-cu .form-group .form-control {
  border: 1px solid #D5D7DA;
  float: none;
  border-radius: 8px;
  height: 44px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
  margin: 0;
}
.section-de-cu .form-group select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23717680' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
}
.section-de-cu .form-group input[type=date] {
  padding-left: 40px;
  position: relative;
  outline: 0;
  width: 140px;
}
.section-de-cu .form-group input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 1.66663V4.99996M6.66667 1.66663V4.99996M2.5 8.33329H17.5M4.16667 3.33329H15.8333C16.7538 3.33329 17.5 4.07948 17.5 4.99996V16.6666C17.5 17.5871 16.7538 18.3333 15.8333 18.3333H4.16667C3.24619 18.3333 2.5 17.5871 2.5 16.6666V4.99996C2.5 4.07948 3.24619 3.33329 4.16667 3.33329Z' stroke='%23414651' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  position: absolute;
  left: 10px;
  padding: 0;
  width: 19px;
  height: 19px;
}
.section-de-cu .relative-http {
  position: relative;
}
.section-de-cu .relative-http span {
  position: absolute;
  color: #717680;
  font-size: 15px;
  height: 44px;
  padding: 11px 10px 0 10px;
  border-right: 1px solid #d5d7da;
}
.section-de-cu .relative-http .form-control {
  padding-left: 75px;
}
.section-de-cu .controler-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.section-de-cu .controler-btn .back {
  color: #6E7B9B;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 1L1 10L10 19' stroke='%236E7B9B'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 4px 0 5px 22px;
}
.section-de-cu .controler-btn .btn-skew {
  min-width: 170px;
}
.section-de-cu .information-program {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.section-de-cu .information-program .hed {
  padding: 10px 20px;
  background: url(images/graphics/bg-title.png) no-repeat;
  margin-bottom: 14px;
  background-size: cover;
}
.section-de-cu .information-program .hed .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-de-cu .information-program .hed .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.section-de-cu .information-program .list-time li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.section-de-cu .information-program .list-time li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #202F47;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-de-cu .information-program .list-time li:last-child {
  margin-bottom: 0;
}
.section-de-cu .information-program .list-time li div:first-child {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 110px;
}
.section-de-cu .box-sukien {
  border: 1px solid #D3D9EC;
  border-radius: 0;
  padding: 20px;
  background: #F3F6FE url(images/graphics/bg-sukien.png) no-repeat;
  background-size: cover;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .section-de-cu .box-sukien .title_award {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .section-de-cu .mb30 {
    margin-bottom: 20px !important;
  }
  .section-de-cu .step-grid {
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
  .section-de-cu .step-grid .step {
    width: 50%;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 5px;
  }
  .section-de-cu .step-grid .line {
    display: none;
  }
  .section-de-cu .wrap-form {
    padding: 15px;
  }
  .section-de-cu .grid__2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-de-cu .controler-btn {
    margin-bottom: 20px;
  }
  .section-de-cu .controler-btn .btn-skew {
    min-width: 100px;
    padding: 0 10px;
  }
  .section-de-cu .controler-btn .full-mobile {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .section-de-cu .controler-btn .full-mobile .btn-skew {
    min-width: 30%;
    width: 100%;
  }
}

.page-dk-trungbay {
  padding: 20px 0;
}
.page-dk-trungbay .section-1 .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  row-gap: 15px;
  font-size: 16px;
  line-height: 1.6;
}
.page-dk-trungbay .section-1 .text > * {
  width: 100%;
}
.page-dk-trungbay .section-1 .text .btn-skew {
  width: auto;
  border-radius: 6px;
  font-size: 16px;
  height: 56px;
  background: -webkit-radial-gradient(100% 0%, 100% 100%, #0F91EA 0%, #0F69ED 100%);
  background: radial-gradient(100% 100% at 100% 0%, #0F91EA 0%, #0F69ED 100%);
}
.page-dk-trungbay .section-1 .text .btn-skew b {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.4858 0.5L10.4133 1.54475L16.0983 7.25H0.98584V8.75H16.0983L10.4133 14.4298L11.4858 15.5L18.9858 8L11.4858 0.5Z' fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 30px 0 0;
}
.page-dk-trungbay .section-1 .lbl span {
  font-size: 14px;
  color: #0F69ED;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 15px;
  background: #F3F6FE;
  border-radius: 5px;
}
.page-dk-trungbay .section-1 .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}
.page-dk-trungbay .section-2 {
  padding: 0 30px;
}
.page-dk-trungbay .section-2 .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-dk-trungbay .section-2 .item {
  width: 33.33%;
  color: #202F47;
  font-size: 16px;
  line-height: 1.6;
  padding: 15px 30px 30px 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.page-dk-trungbay .section-2 .item .ic {
  width: 35px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-dk-trungbay .section-2 .item:nth-child(1)::after, .page-dk-trungbay .section-2 .item:nth-child(2)::after {
  content: "";
  position: absolute;
  background: url(images/graphics/bg-cs1.png) no-repeat;
  width: 196px;
  height: 127px;
  background-size: contain;
  right: -103px;
  bottom: 0;
}
.page-dk-trungbay .section-2 .item:nth-child(4)::before {
  content: "";
  position: absolute;
  background: url(images/graphics/bg-cs2.png) no-repeat;
  width: 94px;
  height: 145px;
  background-size: contain;
  left: -10px;
  top: -2px;
}
.page-dk-trungbay .section-2 .item:nth-child(4)::after {
  content: "";
  position: absolute;
  background: url(images/graphics/bg-cs1.png) no-repeat;
  width: 196px;
  height: 127px;
  background-size: contain;
  right: -103px;
  top: -2px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-dk-trungbay .section-2 .item:last-child::after {
  content: "";
  position: absolute;
  background: url(images/graphics/bg-cs3.png) no-repeat;
  width: 94px;
  height: 145px;
  background-size: contain;
  right: -10px;
  top: -2px;
}
.page-dk-trungbay .box-conso {
  border-top: 1px solid #E8E9ED;
  border-bottom: 1px solid #E8E9ED;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  row-gap: 0px;
}
.page-dk-trungbay .box-conso .text {
  grid-column: span 2;
  padding: 20px;
}
.page-dk-trungbay .box-conso .item {
  padding: 20px 15px;
  font-size: 15px;
  color: #6e7b9b;
  border-right: 1px solid #E8E9ED;
  background: -webkit-linear-gradient(226deg, #F3F6FE 0%, #FFF 51.81%);
  background: linear-gradient(224deg, #F3F6FE 0%, #FFF 51.81%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
}
.page-dk-trungbay .box-conso .item .number {
  font-size: 40px;
  color: #091E42;
  width: 100%;
}
@media (max-width: 1025px) {
  .page-dk-trungbay .box-conso .item {
    -webkit-align-content: start;
        -ms-flex-line-pack: start;
            align-content: start;
  }
  .page-dk-trungbay .box-conso .item .number {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .page-dk-trungbay .box-conso {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-dk-trungbay .box-conso .text {
    grid-column: span 3;
    padding: 15px 0;
  }
  .page-dk-trungbay .box-conso .item {
    font-size: 14px;
    padding: 15px 10px;
  }
  .page-dk-trungbay .box-conso .item .number {
    font-size: 28px;
  }
}
.page-dk-trungbay .section-3 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.page-dk-trungbay .section-3 .img {
  font-size: 0;
}
.page-dk-trungbay .section-3 .content {
  min-width: 0px;
}
.page-dk-trungbay .section-3 .txt-neo {
  font-style: italic;
}
.page-dk-trungbay .section-3 .txt-neo span {
  position: relative;
}
.page-dk-trungbay .section-3 .txt-neo span::before {
  content: "";
  background: rgba(19, 31, 70, 0.1);
  position: absolute;
  height: 1px;
  left: -20px;
  right: 0;
  top: -10px;
}
.page-dk-trungbay .section-3 .slide-trien-lam {
  margin-top: 20px;
}
.page-dk-trungbay .section-3 .swiper-button-next, .page-dk-trungbay .section-3 .swiper-button-prev {
  background: -webkit-gradient(linear, right top, left top, from(#131F46), to(rgba(47, 76, 172, 0)));
  background: -webkit-linear-gradient(right, #131F46 0%, rgba(47, 76, 172, 0) 100%);
  background: linear-gradient(270deg, #131F46 0%, rgba(47, 76, 172, 0) 100%);
  width: 152px;
  height: 100%;
  margin: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 20px;
}
.page-dk-trungbay .section-3 .swiper-button-next span, .page-dk-trungbay .section-3 .swiper-button-prev span {
  background: url(images/icons/next.png) no-repeat;
  width: 45px;
  height: 29px;
  display: block;
}
.page-dk-trungbay .section-3 .swiper-button-next.swiper-button-disabled, .page-dk-trungbay .section-3 .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.page-dk-trungbay .section-3 .swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.page-dk-trungbay .section-4 .item {
  border: 1px solid rgba(19, 31, 70, 0.1);
  padding: 30px 60px;
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  line-height: 1.4;
}
.page-dk-trungbay .section-4 .item > * {
  width: 100%;
}
.page-dk-trungbay .section-4 .item h3 {
  font-size: 28px;
}
@media (min-width: 601px) {
  .page-dk-trungbay .section-4 .item:first-child {
    border-right: 0;
  }
}
.page-dk-trungbay .box-dk-trungbay {
  background: #F3F6FE;
  padding: 20px;
}
.page-dk-trungbay .box-dk-trungbay .wrap {
  border: 1px solid #D3D9EC;
  background: #FFF;
  padding: 15px 30px;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-dk-trungbay .box-dk-trungbay .wrap .text {
  font-size: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='56' height='57' viewBox='0 0 56 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect y='0.144531' width='56' height='56' rx='28' fill='%231984E8'/%3e%3cpath d='M37.5379 19.7534L36.4539 18.6694C35.6479 17.8634 34.2429 17.8634 33.4369 18.6694L32.0349 20.0714C32.0349 20.0714 32.0319 20.0744 32.0309 20.0754C32.0299 20.0764 32.0279 20.0784 32.0269 20.0794L23.6799 28.4254C23.5879 28.5174 23.5289 28.6364 23.5109 28.7644L22.9689 32.5584C22.9419 32.7454 23.0049 32.9334 23.1379 33.0674C23.2509 33.1804 23.4039 33.2434 23.5619 33.2434C23.5899 33.2434 23.6189 33.2414 23.6469 33.2374L27.4409 32.6954C27.5689 32.6774 27.6889 32.6174 27.7799 32.5264L36.1259 24.1794C36.1259 24.1794 36.1289 24.1764 36.1299 24.1754C36.1309 24.1744 36.1329 24.1724 36.1339 24.1714L37.5359 22.7694C37.9389 22.3664 38.1609 21.8314 38.1609 21.2614C38.1609 20.6914 37.9389 20.1564 37.5359 19.7534H37.5379ZM27.0749 31.5364L24.2699 31.9374L24.6709 29.1324L32.4559 21.3484L34.8589 23.7514L27.0749 31.5364ZM36.6899 21.9214L35.7079 22.9034L33.3049 20.5004L34.2869 19.5184C34.6399 19.1644 35.2539 19.1644 35.6059 19.5184L36.6899 20.6024C36.8669 20.7784 36.9629 21.0134 36.9629 21.2624C36.9629 21.5114 36.8659 21.7444 36.6899 21.9214ZM37.0389 28.6444V33.6444C37.0389 36.1814 34.9759 38.2444 32.4389 38.2444H22.4379C19.9009 38.2444 17.8379 36.1814 17.8379 33.6444V23.6444C17.8379 21.1074 19.9009 19.0444 22.4379 19.0444H27.4379C27.7699 19.0444 28.0379 19.3134 28.0379 19.6444C28.0379 19.9754 27.7689 20.2444 27.4379 20.2444H22.4379C20.5629 20.2444 19.0379 21.7694 19.0379 23.6444V33.6444C19.0379 35.5194 20.5629 37.0444 22.4379 37.0444H32.4379C34.3129 37.0444 35.8379 35.5194 35.8379 33.6444V28.6444C35.8379 28.3124 36.1069 28.0444 36.4379 28.0444C36.7689 28.0444 37.0389 28.3134 37.0389 28.6444Z' fill='white'/%3e%3c/svg%3e");
  padding: 15px 0 15px 70px;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-dk-trungbay .box-dk-trungbay .wrap .btn-skew {
  border-radius: 6px;
  font-size: 16px;
  height: 56px;
  background: -webkit-radial-gradient(100% 0%, 100% 100%, #0F91EA 0%, #0F69ED 100%);
  background: radial-gradient(100% 100% at 100% 0%, #0F91EA 0%, #0F69ED 100%);
}
.page-dk-trungbay .box-dk-trungbay .wrap .btn-skew b {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.4858 0.5L10.4133 1.54475L16.0983 7.25H0.98584V8.75H16.0983L10.4133 14.4298L11.4858 15.5L18.9858 8L11.4858 0.5Z' fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 30px 0 0;
}
@media (max-width: 1025px) {
  .page-dk-trungbay .box-dk-trungbay {
    padding: 0;
  }
  .page-dk-trungbay .box-dk-trungbay .wrap .btn-skew {
    font-size: 14px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .page-dk-trungbay .box-dk-trungbay .wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
  .page-dk-trungbay .box-dk-trungbay .wrap .text {
    font-size: 16px;
    background-size: 60px;
    background-position: 0;
  }
}
@media (max-width: 1280px) {
  .page-dk-trungbay .mb40 {
    margin-bottom: 30px !important;
  }
  .page-dk-trungbay .section-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-dk-trungbay .section-1 .lbl span {
    font-size: 13px;
  }
  .page-dk-trungbay .section-1 .title {
    font-size: 24px;
  }
  .page-dk-trungbay .section-2 {
    padding: 30px 20px;
  }
  .page-dk-trungbay .section-4 .item h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .page-dk-trungbay .section-2 .flex {
    gap: 10px;
  }
  .page-dk-trungbay .section-2 .item {
    width: 49%;
    width: calc(50% - 5px);
    padding: 20px;
    border: 1px solid rgba(19, 31, 70, 0.1);
  }
  .page-dk-trungbay .section-2 .item::before, .page-dk-trungbay .section-2 .item::after {
    display: none;
  }
  .page-dk-trungbay .section-4 .item {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .page-dk-trungbay .section-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-dk-trungbay .section-1 .text .btn-skew {
    font-size: 14px;
    height: 50px;
  }
  .page-dk-trungbay .section-2 {
    padding: 20px;
    background: #f1f4ff;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-dk-trungbay .section-2 .item {
    width: 100%;
  }
  .page-dk-trungbay .section-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-dk-trungbay .section-4 {
    gap: 10px;
  }
  .page-dk-trungbay .section-4 .item {
    width: 100%;
  }
}

.section_live {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section_live .title {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 15px 15px 15px;
}
.section_live .wrap-live-video {
  width: 100%;
}
.section_live .wrap-live-video .thumb_img {
  background: none;
}
.section_live .block-live {
  background: #fdfdfd url(images/graphics/bg_live.jpg) no-repeat;
  background-size: contain;
}
.section_live .section-comment {
  padding: 15px;
}
.section_live .section-comment .box_comment_vne {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}
.section_live .section-comment .box_comment_vne::-webkit-scrollbar {
  width: 7px;
}
.section_live .section-comment .box_comment_vne::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
}
.section_live .section-comment .box_comment_vne::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(22, 22, 22, 0.1);
}
.section_live .box-category {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.section_live .box-300 {
  width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .section_live {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section_live .block-live {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 15px;
    background: none;
    margin-bottom: 15px;
  }
  .section_live .block-live .title {
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #D3D9EC;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  .section_live .section-comment {
    padding: 0;
  }
  .section_live .box-300 {
    display: none;
  }
}
@media (max-width: 600px) {
  .section_live .block-live {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section_live .block-live .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section_live .section-comment .box_comment_vne .ykien_vne {
    font-size: 17px;
  }
  .section_live .section-comment .box_comment_vne .ykien_vne h3 {
    font-size: 17px !important;
  }
}
/*# sourceMappingURL=maps/phaser2.css.map */
