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

.section_header {
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.section_header.fade-in {
  opacity: 1;
  visibility: visible;
}
.section_header.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.banner_vote {
  background: url(images/graphics/banner-vote.jpg);
  background-size: cover;
  background-position: bottom;
  margin-top: 0;
  padding: 40px 20px;
  color: #202F47;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.banner_vote .text-post {
  max-width: 650px;
}
.banner_vote .lbl {
  color: var(--color-main);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.banner_vote .title {
  line-height: 1.4;
  font-size: 36px;
  position: relative;
}
.banner_vote .des {
  margin-bottom: 15px;
}
.banner_vote .text-time {
  text-transform: uppercase;
  font-weight: 700;
}
.banner_vote #countdown.countdown-new {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
.banner_vote #countdown.countdown-new .item_countdown {
  color: #202F47;
}
.banner_vote #countdown.countdown-new .item_countdown::before {
  content: ":";
  width: 5px;
  height: 15px;
  right: -13px;
  top: 15px;
  background: none;
  font-size: 30px;
  color: #fff;
  line-height: 1;
}
.banner_vote #countdown.countdown-new .item_countdown .item_txt {
  width: 65px;
  height: 65px;
  background: none;
  border: 1px solid #0F69ED;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .banner_vote {
    padding: 20px 15px;
    background: url(images/graphics/m_banner-vote.jpg);
    background-size: cover;
    background-position: bottom;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.header-fillter-sp {
  z-index: 205;
  background: #fff;
}
.header-fillter-sp .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.header-fillter-sp .nav a {
  font-size: 18px;
  line-height: 1.4;
  display: block;
  padding: 17px 0;
  border-bottom: 3px solid #fff;
}
.header-fillter-sp .nav a .icon {
  display: none;
}
.header-fillter-sp .nav a .icon-svg {
  width: 24px;
  height: 24px;
}
.header-fillter-sp .nav a.active {
  color: var(--color-main);
  border-bottom: 2px solid var(--color-main);
}
.header-fillter-sp .content-selecttion .tab-content {
  border-top: 1px solid #D3D9EC;
  border-bottom: 1px solid #D3D9EC;
  background: #F3F6FE;
  padding: 0 20px;
  position: relative;
}
.header-fillter-sp .content-selecttion .tab-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: static;
  white-space: nowrap;
}
.header-fillter-sp .content-selecttion .item {
  width: auto;
  color: #6E7B9B;
  font-size: 14px;
  padding: 20px 0 16px 0;
  position: relative;
  margin-right: 40px;
}
.header-fillter-sp .content-selecttion .item::after {
  content: "";
  background: #d3d9ec;
  width: 1px;
  height: 15px;
  position: absolute;
  right: -20px;
  top: 21px;
}
.header-fillter-sp .content-selecttion .item.active {
  color: var(--color-main);
}
.header-fillter-sp .content-selecttion .item:last-child::after {
  display: none;
}
.header-fillter-sp .content-selecttion .swiper-button-next, .header-fillter-sp .content-selecttion .swiper-button-prev {
  background: none;
  width: 55px;
  height: 55px;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -27px;
  right: 0px;
}
.header-fillter-sp .content-selecttion .swiper-button-next::before, .header-fillter-sp .content-selecttion .swiper-button-prev::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 246, 254, 0)), color-stop(60.13%, #F3F6FE));
  background: -webkit-linear-gradient(left, rgba(243, 246, 254, 0) 0%, #F3F6FE 60.13%);
  background: linear-gradient(90deg, rgba(243, 246, 254, 0) 0%, #F3F6FE 60.13%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.header-fillter-sp .content-selecttion .swiper-button-next span, .header-fillter-sp .content-selecttion .swiper-button-prev span {
  position: relative;
  z-index: 1;
}
.header-fillter-sp .content-selecttion .swiper-button-disabled {
  display: none;
}
.header-fillter-sp .content-selecttion .swiper-button-prev {
  left: 0px;
}
.header-fillter-sp .content-selecttion .swiper-button-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1025px) {
  .header-fillter-sp .nav {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .header-fillter-sp .nav a {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .header-fillter-sp .nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 12px;
  }
  .header-fillter-sp .nav a {
    height: 77px;
    padding: 0 10px;
    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;
    background: #F3F6FE;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 15px;
  }
  .header-fillter-sp .nav a .icon {
    display: block;
  }
  .header-fillter-sp .nav a.active {
    border-radius: 4px;
  }
  .header-fillter-sp .content-selecttion .tab-content {
    padding: 0 15px;
  }
  .header-fillter-sp .content-selecttion .tab-slide {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .header-fillter-sp .content-selecttion .tab-slide::-webkit-scrollbar {
    display: none;
  }
}

.neo-product .note-vote {
  border: 1px solid #D3D9EC;
  background: #F3F6FE;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.neo-product .note-vote p {
  margin-bottom: 3px;
}
.neo-product .note-vote .flex-time {
  font-size: 14px;
  row-gap: 17px;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.neo-product .note-vote .line {
  width: 1px;
  height: 17px;
  background: #7F8AA7;
}
.neo-product .note-vote #countdown {
  row-gap: 14px;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.neo-product .note-vote #countdown .item_countdown {
  color: #131F46;
}
.neo-product .note-vote #countdown .item_countdown::before {
  content: ":";
  background: none;
  font-size: 17px;
  line-height: 1;
  height: 22px;
  top: -1px;
  right: -10px;
  font-weight: bold;
}
.neo-product .note-vote #countdown .item_countdown .item_txt {
  background: none;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: bold;
}
.neo-product .note-vote #countdown .item_countdown .item_txt span {
  margin-bottom: 0;
}
.neo-product .note-vote .small {
  font-size: 14px;
}
.neo-product .note-vote .small a {
  color: #131F46;
  text-decoration: underline;
  text-underline-position: under;
}
@media (max-width: 600px) {
  .neo-product .note-vote {
    padding: 16px;
    line-height: 1.5;
  }
  .neo-product .note-vote .flex-time {
    margin-top: 5px;
    row-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .neo-product .note-vote .flex-time .gap_15 {
    width: 100%;
  }
  .neo-product .note-vote .flex-time .line {
    display: none;
  }
}

.box-vote-top {
  border: 1px solid #D3D9EC;
  position: relative;
  text-align: center;
  padding: 20px;
  color: #6E7B9B;
  font-size: 16px;
  line-height: 1.4;
  background: #F3F6FE url(images/graphics/bg-vote-top.png) no-repeat right;
}
.box-vote-top .img-product {
  padding: 0 20px;
  margin-bottom: 20px;
}
.box-vote-top .img-product .thumb_img {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px #C8C8C8;
          box-shadow: 0px 5px 10px 0px #C8C8C8;
}
.box-vote-top .title-box {
  font-size: 24px;
  margin-bottom: 20px;
  color: #131F46;
}
.box-vote-top .title {
  font-size: 18px;
  color: #131F46;
  margin-top: 5px;
}
.box-vote-top .swiper-controler {
  margin-top: -30px;
  padding: 0 10px;
}
/*# sourceMappingURL=maps/vote.css.map */
