/*
Theme Name: netsa.vn_v2.0
Theme URI: http://netsa.vn
Version: 2.3
Author: Đinh Văn Tấn
Author URI: http://dinhvantan.com
Tags: den, do, trang...
Description: visa 462
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6;
}
html{
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
 text-decoration:  none;
 color: var(--mau1);
 transition: all 1s;
}
a:hover, a:focus{
  color: var(--mau2);
  text-decoration: none;
  outline: none;
}
img{
  display: inline-block;
  max-width: 100%;
}
body{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  background-color: #EBEDEE;
}
.btn-warning{
  color: white;
}
.truot{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 200;
}
.mw100pc, iframe{
  max-width: 100%;
}
.container{
  max-width: 1230px;
}
h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
h2 {
  font-size: 27px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 7px;
}
h3 {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 700;
}
h4 {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.title-line{
  border-bottom: 2px solid #e6e6e6;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 30px;
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}
.title-line::after {
  background: var(--mau1) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: -2px;
  position: absolute;
  width: 120px;
}
img{
  max-width: 100%;
  display: block;
}
.row5px{
  margin-left: -5px;
  margin-right: -5px;
}
.row5px [class*="col-"]{
  padding-left: 5px;
  padding-right: 5px;
}
.btn.radius{
  border-radius: 20px;
}
.logo{
  max-height: 60px;
}
.modal-header{
  padding: 5px 15px;
}
.mr-2{
  margin-right: 20px;
}
.btn-custom-1 {
  font-family: "Roboto", Sans-serif;
  font-size: 23px;
  line-height: 24px;
  padding: 20px 35px;
  border-radius: 37px;
  background-color: #E5123B;
  color: #fff;
  font-weight: 600;
  transition: all 0.6s;

}
.btn-custom-1:hover {
  text-decoration: none;
  background-color: #a10c2a;
  color: #fff;
}

/* Dynamic Pricing Component Styles */
.pricing-promotion-wrapper {
  padding: 20px 0;
  margin: 20px 0;
}

.pricing-promotion-box {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Header */
.pricing-header {
  background: #2c2c2c;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pricing-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-dot {
  width: 8px;
  height: 8px;
  background: #E5123B;
  border-radius: 50%;
  display: inline-block;
}

.pricing-header-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.pricing-day-badge {
  background: #1a1a1a;
  padding: 6px 12px;
  border-radius: 20px;
}

.pricing-day-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

/* Content */
.pricing-content {
  padding: 30px 20px;
  text-align: center;
}

/* Price Section */
.pricing-price-section {
  margin-bottom: 30px;
}

.pricing-price {
  font-size: 48px;
  font-weight: 700;
  color: #E5123B;
  line-height: 1.2;
  margin-bottom: 8px;
}

.pricing-price-label {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

/* Slider Section */
.pricing-slider-section {
  margin-bottom: 30px;
}

.pricing-slider-label {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 500;
}

.pricing-slider-wrapper {
  position: relative;
  padding: 0 10px;
}

.pricing-slider {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e0e0e0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.pricing-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E5123B;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.pricing-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E5123B;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.pricing-slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 11px;
  color: #666;
}

.slider-label-start {
  text-align: left;
}

.slider-label-middle {
  text-align: center;
}

.slider-label-end {
  text-align: right;
}

/* Countdown Timer */
.pricing-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-number {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  min-width: 50px;
  text-align: center;
  margin-bottom: 4px;
}

.countdown-label {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
}

.countdown-separator {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0 4px;
  padding-top: 8px;
}

/* Button Section */
.pricing-button-section {
  margin-bottom: 15px;
}

.pricing-register-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 18px 35px;
  font-size: 20px;
}

/* Disclaimer */
.pricing-disclaimer {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-price {
    font-size: 36px;
  }
  
  .pricing-content {
    padding: 20px 15px;
  }
  
  .countdown-number {
    font-size: 20px;
    min-width: 45px;
    padding: 6px 10px;
  }
  
  .pricing-register-btn {
    font-size: 18px;
    padding: 15px 25px;
  }
}
