@charset "UTF-8";
#pandora-tay-ho div[class^="section"] {
  margin-bottom: 15px; }

#pandora-tay-ho .section-2 {
  background-image: var(--bg);
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; }
  #pandora-tay-ho .section-2 .img {
    padding: 15px;
    background: #fff; }
    #pandora-tay-ho .section-2 .img > a {
      margin-top: 10px;
      cursor: pointer;
      display: block; }
  #pandora-tay-ho .section-2 .right-ct {
    text-transform: uppercase; }
    #pandora-tay-ho .section-2 .right-ct .first-title {
      font-weight: 600;
      font-size: 26px; }
    #pandora-tay-ho .section-2 .right-ct .second-title {
      font-weight: bold;
      font-size: 35px;
      letter-spacing: 2px; }
    #pandora-tay-ho .section-2 .right-ct p {
      font-size: 16px;
      text-transform: initial;
      font-weight: 500; }

#pandora-tay-ho .section-3 {
  background-image: var(--bg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
  #pandora-tay-ho .section-3 .open-countdown {
    height: 290px;
    padding: 15px;
    display: flex;
    justify-content: center; }
    #pandora-tay-ho .section-3 .open-countdown .open-countdown-content {
      display: -ms-flexbox !important;
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    #pandora-tay-ho .section-3 .open-countdown .open-countdown-title {
      font-size: 22px;
      text-transform: uppercase;
      font-weight: bold; }
    #pandora-tay-ho .section-3 .open-countdown .open-countdown-time {
      margin: 10px 0 20px; }
      #pandora-tay-ho .section-3 .open-countdown .open-countdown-time li {
        margin: 0 5px;
        position: relative;
        display: flex;
        align-items: center;
        line-height: normal; }
        #pandora-tay-ho .section-3 .open-countdown .open-countdown-time li span {
          font-size: 28px;
          font-weight: bold; }
        #pandora-tay-ho .section-3 .open-countdown .open-countdown-time li:not(.first):before {
          content: ":";
          font-size: 25px;
          position: relative;
          font-weight: bold;
          left: -5px;
          top: -2px; }
    #pandora-tay-ho .section-3 .open-countdown .open-countdown-desc {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }

#pandora-tay-ho .section-4 {
  background: white;
  /*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(251,202,208,1) 35%, rgba(241,172,181,1) 100%);*/
  background: linear-gradient(90deg, white 0%, #95a6d5 35%, #95a6d5 100%); }
  #pandora-tay-ho .section-4 .img {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px; }
    #pandora-tay-ho .section-4 .img > a {
      display: block;
      cursor: pointer; }
  #pandora-tay-ho .section-4 .open-form {
    padding: 40px 0;
    flex-wrap: wrap; }
  #pandora-tay-ho .section-4 .open-form p {
    margin-bottom: 4px;
    font-size: 14px; }
  #pandora-tay-ho .section-4 h4 {
    font-size: 16px;
    margin-bottom: 15px; }
  #pandora-tay-ho .section-4 form {
    margin-top: 30px; }
    #pandora-tay-ho .section-4 form .form-group.select-box {
      position: relative; }
      #pandora-tay-ho .section-4 form .form-group.select-box:after {
        content: '\25BC';
        position: absolute;
        right: 22px;
        top: 13px; }
    #pandora-tay-ho .section-4 form .form-group .btn-register {
      padding: 0 25px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      background: #000;
      border: none;
      height: 40px;
      line-height: 40px;
      border-radius: 20px;
      min-width: 200px; }
    #pandora-tay-ho .section-4 form .form-group select {
      padding: 10px 20px;
      color: #000;
      border: none;
      border-radius: 7px;
      border: 2px solid #95a6d5;
      width: 100%;
      background: #fff;
      outline: none !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative; }
      #pandora-tay-ho .section-4 form .form-group select:after {
        content: '\25BC';
        position: absolute;
        right: 22px;
        top: 10px; }
    #pandora-tay-ho .section-4 form .form-group input[type="text"], #pandora-tay-ho .section-4 form .form-group input[type="tel"], #pandora-tay-ho .section-4 form .form-group input[type="email"] {
      padding: 10px 20px;
      color: #000;
      border-radius: 7px;
      border: 2px solid #95a6d5;
      width: 100%;
      background: #fff;
      outline: none !important; }
      #pandora-tay-ho .section-4 form .form-group input[type="text"]::placeholder, #pandora-tay-ho .section-4 form .form-group input[type="tel"]::placeholder, #pandora-tay-ho .section-4 form .form-group input[type="email"]::placeholder {
        color: #000; }
    #pandora-tay-ho .section-4 form .form-group.radio-button p {
      margin-bottom: 0;
      margin-right: 10px; }
    #pandora-tay-ho .section-4 form .form-group.radio-button label {
      margin: 0; }
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:checked,
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:checked + label,
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666; }
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:checked + label:before,
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #f1acb5;
      border-radius: 100%;
      background: #fff; }
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:checked + label:after,
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #F87DA9;
      position: absolute;
      top: 3px;
      left: 3px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    #pandora-tay-ho .section-4 form .form-group [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }

#pandora-tay-ho .section-5 {
  background: #fff;
  padding: 15px; }
  #pandora-tay-ho .section-5 h2 {
    text-transform: uppercase;
    font-weight: 600; }

#pandora-tay-ho.pandora-tay-ho-4 {
  background: #faa7b7; }
  #pandora-tay-ho.pandora-tay-ho-4 .section-4 {
    background: white;
    background: linear-gradient(90deg, white 0%, #fbcad0 35%, #f1acb5 100%); }
    #pandora-tay-ho.pandora-tay-ho-4 .section-4 form input[type="text"], #pandora-tay-ho.pandora-tay-ho-4 .section-4 form input[type="tel"], #pandora-tay-ho.pandora-tay-ho-4 .section-4 form input[type="email"], #pandora-tay-ho.pandora-tay-ho-4 .section-4 form select {
      border: 2px solid #f1acb5; }

#pandora-tay-ho.pandora-tay-ho-3 {
  background: #fbcad4; }
  #pandora-tay-ho.pandora-tay-ho-3 .section-4 {
    background: white;
    background: linear-gradient(90deg, white 0%, #fbcad0 35%, #f1acb5 100%); }
    #pandora-tay-ho.pandora-tay-ho-3 .section-4 form input[type="text"], #pandora-tay-ho.pandora-tay-ho-3 .section-4 form input[type="tel"], #pandora-tay-ho.pandora-tay-ho-3 .section-4 form input[type="email"], #pandora-tay-ho.pandora-tay-ho-3 .section-4 form select {
      border: 2px solid #f1acb5; }

#pandora-tay-ho.pandora-tay-ho-2 {
  background: #fbcad4; }
  #pandora-tay-ho.pandora-tay-ho-2 .section-4 {
    background: white;
    background: linear-gradient(90deg, white 0%, #fbcad0 35%, #f1acb5 100%); }
    #pandora-tay-ho.pandora-tay-ho-2 .section-4 form input[type="text"], #pandora-tay-ho.pandora-tay-ho-2 .section-4 form input[type="tel"], #pandora-tay-ho.pandora-tay-ho-2 .section-4 form input[type="email"], #pandora-tay-ho.pandora-tay-ho-2 .section-4 form select {
      border: 2px solid #f1acb5; }

#pandora-tay-ho.pandora-tay-ho-1 {
  background: #fbcad4; }
  #pandora-tay-ho.pandora-tay-ho-1 .section-4 {
    background: white;
    background: linear-gradient(90deg, white 0%, #fbcad0 35%, #f1acb5 100%); }
    #pandora-tay-ho.pandora-tay-ho-1 .section-4 form input[type="text"], #pandora-tay-ho.pandora-tay-ho-1 .section-4 form input[type="tel"], #pandora-tay-ho.pandora-tay-ho-1 .section-4 form input[type="email"], #pandora-tay-ho.pandora-tay-ho-1 .section-4 form select {
      border: 2px solid #f1acb5; }

#slider-block-5-tayho:hover .owl-nav > div,
#slider-block-6-tayho:hover .owl-nav > div {
  opacity: 1; }

#slider-block-5-tayho .owl-nav > div,
#slider-block-6-tayho .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px #464545;
  opacity: 0; }
  #slider-block-5-tayho .owl-nav > div.owl-prev,
  #slider-block-6-tayho .owl-nav > div.owl-prev {
    left: -20px; }
  #slider-block-5-tayho .owl-nav > div.owl-next,
  #slider-block-6-tayho .owl-nav > div.owl-next {
    right: -20px; }

#slider-block-5-tayho .owl-dots,
#slider-block-6-tayho .owl-dots {
  margin-top: 10px;
  text-align: center; }
  #slider-block-5-tayho .owl-dots .owl-dot,
  #slider-block-6-tayho .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px; }
    #slider-block-5-tayho .owl-dots .owl-dot.active span,
    #slider-block-6-tayho .owl-dots .owl-dot.active span {
      background: #000; }
    #slider-block-5-tayho .owl-dots .owl-dot span,
    #slider-block-6-tayho .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      display: block;
      border-radius: 50%;
      border: 1px solid #ccc;
      background: #ccc; }

.modal-condition .close {
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  outline: none; }

.modal-condition .close svg {
  display: block;
  margin: auto;
  height: 30px;
  width: 14px;
  text-align: center;
  fill: #f3f3f3; }

.modal-condition .close:hover {
  background-color: rgba(0, 0, 0, 0.6); }

.modal-condition .content {
  padding: 15px;
  margin-top: 25px; }

@media (min-width: 1200px) {
  #slider-block-6-tayho .owl-nav > div.owl-next {
    right: 20%; }
  #slider-block-6-tayho .owl-nav > div.owl-prev {
    left: 20%; } }

#pandora-tay-ho .section-3 .open-countdown .open-countdown-time li span {
  text-align: center; }
  #pandora-tay-ho .section-3 .open-countdown .open-countdown-time li span:after {
    display: block;
    font-size: 15px; }
  #pandora-tay-ho .section-3 .open-countdown .open-countdown-time li span.days:after {
    content: "Ngày"; }
  #pandora-tay-ho .section-3 .open-countdown .open-countdown-time li span.hours:after {
    content: "Giờ"; }
  #pandora-tay-ho .section-3 .open-countdown .open-countdown-time li span.minutes:after {
    content: "Phút"; }
  #pandora-tay-ho .section-3 .open-countdown .open-countdown-time li span.seconds:after {
    content: "Giây"; }

@media (max-width: 767px) {
  #pandora-tay-ho .section-2 .left-ct {
    margin-bottom: 15px; }
  #pandora-tay-ho .section-2 .right-ct .first-title {
    font-size: 20px;
    text-align: center; }
  #pandora-tay-ho .section-2 .right-ct .second-title {
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px; }
  #pandora-tay-ho .section-2 .right-ct p {
    font-size: 14px; }
  #pandora-tay-ho .section-3 .open-countdown .open-countdown-title {
    font-size: 17px; }
  #pandora-tay-ho .section-3 .open-countdown .open-countdown-desc {
    font-size: 14px; }
  #pandora-tay-ho .section-4 h4 {
    font-size: 14px; }
  #pandora-tay-ho .section-5 h2 {
    font-size: 22px; } }

#pandora-tay-ho .section-6 {
  background-image: var(--bg);
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.btn-action {
  padding: 0 25px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  min-width: 200px;
  display: inline-block;
  text-align: center; }
  .btn-action:hover {
    background: #fbcad4; }
