/*
Company Name: netsa.vn
Version:1.0
Author: Dinh Van Tan
Author URI: http://dinhvantan.com
Tags: xanh, do, trang...
Description: hosting, vps ssd, web design, email maketing...
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --mau1:#FFD606;
    --mau2:#eacf04;
    --vang:#ffc107;
    --xanh: #1C56AD;
    --xanhla: #20BF4D;
    --den:#222;
}
.xanh{
  color: var(--xanh);
}
.xanhla{
  color: var(--xanhla);
}
.vang{
  color: var(--vang);
}
.btn-info{
  background-color: var(--mau1);
  border-color: var(--mau2);
}
.text-info{
  color: var(--mau1);
}
.form-control, output{
  font-size: 17px;
}
.inline li{
  display: inline-block;
  margin-right:13px;
}

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;
}
html{
  overflow-x: hidden;
}
body {
  line-height: 1.5;
  font-size: 16px;
  color: #374151;
  font-family: "Inter", sans-serif;
}
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  text-decoration:  none;
  color: var(--mau1);
  transition: all 1s;
}
a:hover, a:focus{
  color: #444;
  text-decoration: none;
  outline: none;
}
img{
    display: inline-block;
    max-width: 100%;
}
.modal, body{
  padding-right: 0px !important;
}
#wp-admin-bar-customize{
  display: none;
}
.overhidden{
  overflow: hidden;
}
.relative{
  position: relative;
}
@keyframes ring-alo-circle-img-anim {
  0% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes spaceboots {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake:hover, .shake:focus, .shakeAuto {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.w100pc{
  width: 100%;
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.navbar-nav .dropdown .dropdown.open > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
  background: rgba(255, 225, 225, 0.5) none repeat scroll 0 0;
  color: #444;
}

.navbar-nav .dropdown-menu .dropdown-menu{
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -o-border-radius: 0px 4px 4px 0px;
  top: 0px;
}
.dropdown-menu > li > a{
  padding: 5px 10px;
}

h1 {
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 8px;
}
h2 {
  font-size: 27px;
  line-height: 39px;
  margin-bottom: 7px;
}
h3 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 5px;
}
h4 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 5px;
}
.title-line{
  border-bottom: 2px solid #e6e6e6;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 10px;
  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;
}
.red{
color: red;
}
.btn-danger{
  background: #ed1b2f;
  color: white;
  transition: all 1s;
}
.btn-danger:hover{
  color: white;
}


/*** style input form ****/
.md-input {
  position: relative;
  margin-bottom: 30px;
}
.md-input .md-form-control {
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border-bottom: 2px solid #CACACA;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

.md-input label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.md-input .bar:before {
  left: 50%;
}

.md-input .bar:after {
  right: 50%;
}

.md-input .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.md-input .md-form-control:focus ~ label, .md-input .md-form-control:valid ~ label {
  top: -15px;
  font-size: 14px;
  color:  var(--mau1);
}
.md-input .bar:before, .md-input .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: var(--mau1);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.md-input .md-form-control:focus ~ .bar:before, .md-input .md-form-control:focus ~ .bar:after {
    width: 50%;
}
.md-input .md-form-control:focus{
  box-shadow: none;
}

/*
Use
<div class="md-input">
    <input class="md-form-control" required="" type="text">
    <span class="highlight"></span>
    <span class="bar"></span>
    <label>User Name</label>
</div>
*/
.icofa:before, .icofa:after{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*** end style input ***/
.form-control, input[type="time"],input[type="date"], input[type="tel"], select, input[type="text"], input[type="email"],input[type="password"],input[type="number"]{
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="text"]:focus, input[type="email"]:focus,input[type="password"]:focus,input[type="number"]:focus{
 border-color:var(--mau1);
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(var(--mau1), 0.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(var(--mau1), 0.6)
}
textarea{
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea:focus{
 border-color:var(--mau1);
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(var(--mau1), 0.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(var(--mau1), 0.6)
}
input[type="button"], input[type="reset"], input[type="submit"]{
 display:inline-block;
 margin-bottom:0;
 font-weight:normal;
 text-align:center;
 vertical-align:middle;
 -ms-touch-action:manipulation;
 touch-action:manipulation;
 cursor:pointer;
 background-image:none;
 border:1px solid transparent;
 white-space:nowrap;
 padding:6px 12px;
 font-size:17px;
 border-radius:4px;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active{
 outline:5px auto -webkit-focus-ring-color;
 outline-offset:-2px;
 color:#333;
 text-decoration:none
}
.modal-header {
  padding: 8px 10px;
  background: #fffdef;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


/*** spin ***/

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 10px 0px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wploading{
  background: rgba(0,0,0,0.65);
  position:fixed;
  top:0px;
  left:0px;
  z-index: 9999;
  text-align:center;
  width:100%;
  height:100%;
}
.wploading .lds-roller{
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  z-index: 99999;
}


/*** responsive ***/
@media (min-width: 1160px) {
  .modal-lg {
    width: 1160px;
  }
}
@media (min-width: 1024px) {
  .cot5{
    float:left;
    width:20%;
  }
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none;
  }
  .navbar-nav{
    margin: 0px auto;
  }
  .navbar-nav > li > a{
    padding: 10px 15px !important;
  }
  .dropdown-menu > li > a{
    padding:15px 10px
  }
  .dropdown-menu{
    top:49px;
  }
  .post .thumbnail{
    float: left;
    margin-right: 10px;
    max-width: 100px;
  }
  .navbar{
    background: #F9FAFB;
    border-bottom: 1px solid #FFEDB0;
  }
  .navbar-toggle.pull-left {
    margin-left: 15px;
  }
  .pull-sm-left {
    float: left !important;
  }
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active, .nav > li.active > a, .nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background: none;
  }
  .navbar-brand{
    padding: 0px;
  }
  .navbar-brand img{
    max-height: 70px;
    display: block;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #374151;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media (max-width: 767px) {
  body{
    padding-top:50px;
  }
  .navbar{
    position:fixed;
    z-index: 200;
    top:0px;
    left:0px;
    width:100%;
    box-shadow:0px 0px 3px #888;
  }
  .navbar-nav > li > a.btn{
    color:white;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    text-align:left;
  }
  .navbar-nav > li > a.btn:hover{
    background:var(--mau2);
  }
  .hidden-mobile{
    display: none;
  }
  .navbar-brand{
    padding: 5px 10px;
  }
  .navbar-brand img{
    max-height: 40px;
    filter: brightness(0) invert(1);
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: white;
  }
  .navbar-toggle .icon-bar{
    background: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* ANIMATED X */
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  /* ANIMATED X COLLAPSED */
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  /* END ANIMATED X */
  .navbar-collapse{
    border: none;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav{
    position: relative;
    z-index: 999;
    background: #f5f5f5;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
  }
  .navbar-nav{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .navbar-nav > li > a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
  }
  .navbar-nav .open .dropdown-menu>li>a{
    font-size: 15px;
    padding: 10px 0px 10px 30px;
  }
  .navbar-nav > li:first > a{
    border-top: 0px;
  }
  .navbar-nav > li:last > a{
    border-bottom: 0px;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > .current-menu-parent > a{
    background: #00C853;
    color: white;
  }

}
@media (max-width: 580px) {
  
}
@media (max-width: 480px) {

}

.thuhang{
  background-color: #FBF6D8;
  color: #EEB354;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
}
/* Homepage Styles */
.welcome-offers {
    padding: 60px 0;
}
.section-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.section-header{
  padding-bottom: 30px;
  position: relative;
}
.section-header.simple{
  padding-bottom: 15px;
}
.section-header:not(.simple)::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 6px;
  border-radius: 4px;
  background-color: var(--mau1);
}
.section-header.simple .section-title{
  margin-bottom: 0px;
}
.section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0;
}
.offer-card {
  background: white;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.offer-card.main{
  height: calc(100% - 15px);
}
.offer-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  aspect-ratio: 37/22;
  display: block;
}
.offer-content {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 4px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
.offer-name {
  color: #111;
  margin-bottom: 0px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.points-badge {
  background-color: #dc3545;
  color: white;
  padding: 5px 10px;
  border-radius: 15px 0px 15px 0px;
  font-size: 12px;
}
.icon-uudai{
  background-color: var(--mau1);
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.icon-uudai img{
  width: 16px;
  height: 16px;
}
.square .offer-image{
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.square .offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  max-width: 70%;
  bottom: 20px;
  right: 20px;
}
.bottom .offer-content{
  bottom: -20px;
  right: -20px;
}
.top .offer-content{
  top: -20px;
  right: -20px;
  bottom: auto;
}
.square .points-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.square .offer-name {
  color: white;
  font-weight: 400;
}
.square .icon-uudai img {
  width: 20px;
  height: 20px;
}
.program-intro {
    padding: 80px 0;
    background: white;
}
.vertical-bar {
  display: inline-block;
  width: 6px;
  height: 40px;
  background-color: var(--mau1);
  margin-right: 15px;
  vertical-align: middle;
}

.intro-content {
  padding-right: 30px;
}
.intro-images {
  text-align: center;
}
.offers-for-you {
  padding: 80px 0;
  background-color: #F9FAFB;
}
.category-tabs {
  border-bottom: none;
  margin-bottom: 30px;
  justify-content: center;
}
.category-tabs .nav-link {
  border: none;
  background: #F3F4F6;
  color: #6B7280;
  padding: 10px 25px;
  margin-right: 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.category-tabs .nav-link.active {
  background: transparent;
  border: 1px solid var(--vang);
  color: var(--vang);
}
.category-tabs .nav-link:hover {
  background-color: var(--vang);
  color: #000;
}
.offer-item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}
.offer-item:hover {
  transform: translateY(-3px);
}

/* Expired Offer Styles */
.offer-card.expired,
.offer-item.expired,
.offer-item-grid.expired,
.offer-item-simple.expired {
  opacity: 0.6;
  filter: grayscale(0.5);
  position: relative;
}

.offer-card.expired::after,
.offer-item-grid.expired::after,
.offer-item-simple.expired::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  pointer-events: none;
  z-index: 1;
}

.offer-card.expired:hover {
  transform: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.offer-item.expired:hover {
  transform: none;
}

.expired-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #dc3545;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.square .expired-badge {
  top: 10px;
  right: 10px;
  z-index: 11;
}

.offer-item .expired-badge {
  top: 10px;
  right: 10px;
}

.offer-item-simple .expired-badge {
  top: 5px;
  right: 5px;
}

.expired-label {
  color: #dc3545;
  font-weight: bold;
  font-size: 0.85em;
  margin-left: 5px;
}

.offer-expire.expired-text {
  color: #dc3545;
}

.offer-expire.expired-text .fa-calendar {
  color: #dc3545;
}

.offer-expire-text.expired-text {
  color: #dc3545;
}

.offer-expire-text.expired-text .fa-calendar {
  color: #dc3545;
}

.btn-change-point.disabled,
.btn-change-point:disabled {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: white !important;
  cursor: not-allowed !important;
  opacity: 0.6;
}

.btn-change-point.disabled:hover,
.btn-change-point:disabled:hover {
  transform: none;
  background-color: #6c757d !important;
}
.offer-description{
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-details {
  padding: 20px;
}
.offer-info {
  margin: 5px 0px;
  font-size: 13px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.offer-expire{
  color: #666;
  font-size: 13px;
}
.offer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.points-tag {
  background-color: #dc3545;
  color: white;
  padding: 3px 10px;
  border-radius: 10px 0px 10px 0px;
  font-size: 12px;
  float: right;
}
.offer-details .sku {
  color: var(--xanh);
}
.offer-details .fa-calendar {
  color: var(--xanhla);
  margin-right: 3px;
}
.news-events {
    padding: 80px 0;
    background: white;
}
.wp-title-2col{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.featured-news .news-image {
  aspect-ratio: 10/6;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-sidebar {
  padding-left: 30px;
}
.news-item {
  display: flex;
  margin-bottom: 20px;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-thumbnail {
  width: 80px;
  height: 60px;
  margin-right: 15px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
}
.news-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info {
  flex: 1;
}
.news-title-small {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-meta {
  font-size: 0.85rem;
  color: #999;
  margin: 0;
}
.wp-user{
  color: #555;
}
.btn-logout{
  background-color: red;
  color: white;
  border-radius: 50%;
  font-size: 13px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
  width: 25px;
  height: 25px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
footer{
  font-size: 0.85rem;
}
footer .dieu-khoan a{
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}
.logo-footer{
  max-width: 120px;
  height: auto;
}
.footer-section{
  font-size: 0.85rem;
}
.footer-section p{
  margin-bottom: 10px;
}
footer .list-unstyled li{
  margin-bottom: 13px;
  position: relative;
  padding-left: 30px;
}
footer .list-unstyled li::before{
  font-family: 'Font Awesome 6 Free';
  content: '\f3c5';
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-45%);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  color: var(--mau1);
}
footer .social-media{
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .social-media a{
  color: var(--mau1);
  font-size: 22px;
}

/* single */
#breadcrumb{
  border-bottom: 1px solid #D1D5DB;
  padding: 10px 0px;
  margin-bottom: 20px;
}
.home #breadcrumb{
  display: none;
}
#breadcrumb ol{
  margin-bottom: 0px;
}
.single-chinhanh{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1.3;
  color: var(--vang);
}
.breadcrumb-item a{
  color: #6B7280;
}
.breadcrumb-item.active{
  color: var(--vang);
}
.name_chinhanh{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--vang);
}
.title-single{
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}
.wp-sku-single{
  display: flex;
  align-items: center;
  gap: 20px;
}
.wp-sku-single b{
  color: var(--xanh);
}
.wp-sku-single i{
  color: var(--vang);
}
.slug .item-tag{
  margin-bottom: 10px;
}
.slug .item-tag i{
  margin-right: 4px;
}
.image-single{
  aspect-ratio: 2/1.3;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-single img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content.excerpt{
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-uudai-amount{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.wp-uudai-amount .amout{
  font-size: 23px;
  font-weight: 600;
  color: #FF384C;
}
.wp-uudai-amount .btn, .wp-btn-uudai .btn{
  padding: .65rem 2rem;
}
.btn-outline-success{
  border-color: var(--xanhla);
  color: var(--xanhla);
}
.btn-outline-success:hover{
  background-color: var(--xanhla);
  color: #fff;
  border-color: var(--xanhla);
}
[class*="btn-outline-"]{
  display: flex-inline;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-width: 2px;
}
.btn img{
  display: inline-block;
  margin-bottom: -5px;
  max-height: 22px;
  margin-right: 5px;
}
.btn-group-lg>.btn, .btn-lg{
  font-size: 16px;
}
.wp-btn-uudai{
  display: flex;
  gap: 15px;
}
.wp-btn-uudai .btn{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.owl-uudai-image img{
  border-radius: 5px;
}
.owl-prev{
  left: 0px;
}
.owl-next{
  right: 0px;
}
.owl-prev, .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  padding: 0px;
  font-size: 17px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content img, .content p{
  margin-bottom: 15px;
}
.content img{
  max-width: 100%;
  height: auto;
}

/* cat uu dai */
.pagination{
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 7px 9px;
  border-radius: 30px;
  border: 1px solid #dee2e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-item.active .page-link{
  background-color: var(--mau1);
  border-color: var(--mau1);
}
.page-item.active .page-link:hover{
  background-color: var(--mau1);
  border-color: var(--mau1);
}
.page-link{
  color: var(--mau1);
  border-radius: 50% !important;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link:hover{
  color: var(--mau1);
}

/* Auth Forms Styles */
.auth-container {
    background: #f5f5f5;
    min-height: 100vh;
    padding: 2rem 0;
}

.auth-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 0px auto 2rem auto;
    max-width: 1000px;
}

.auth-left {
    background: var(--mau1) url("/images/background-reg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    height: 100%;
}

.auth-right {
    padding: 3rem 2rem;
}

.auth-header {
    margin-bottom: 2rem;
}

.auth-title {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.auth-subtitle {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.auth-form .form-group {
    margin-bottom: 1.5rem;
}

.auth-form label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.auth-form .form-control {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.auth-form .form-control:focus {
    outline: none;
    border-color: var(--mau1);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.phone-group {
    display: flex;
    gap: 0.5rem;
}

.country-code {
    width: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.phone-input {
    flex: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.auth-btn {
    width: 100%;
    padding: 0.75rem;
    background: var(--mau1);
    color: #333;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.auth-btn:hover {
    background: var(--mau2);
    transform: translateY(-2px);
}

.auth-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.auth-btn .btn-loading {
    display: none;
}

.auth-btn:disabled .btn-text {
    display: none;
}

.auth-btn:disabled .btn-loading {
    display: inline;
}

.auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.remember-me input[type="checkbox"] {
    margin: 0;
}

.forgot-password {
    color: var(--mau1);
    text-decoration: none;
    font-weight: 600;
}

.forgot-password:hover {
    color: var(--mau2);
    text-decoration: none;
}

.auth-footer {
    text-align: center;
    margin-top: 1.5rem;
    color: #666;
}

.auth-footer a {
    color: var(--mau1);
    text-decoration: none;
    font-weight: 600;
}

.auth-footer a:hover {
    color: var(--mau2);
    text-decoration: none;
}

/* Profile Styles */
.profile-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 2rem 0;
}

.profile-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background: #fffdef;
}

.profile-header {
    margin-bottom: 3rem;
}

.profile-picture-container {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.profile-picture {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.camera-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: var(--mau1);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.camera-icon:hover {
    background: var(--mau2);
    transform: scale(1.1);
}

.profile-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.membership-badge {
    margin-bottom: 0.5rem;
}

.badge {
    background: var(--mau1);
    color: #333;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
}

.accumulated-value {
    color: #666;
}

.accumulated-value .value {
    color: #28a745;
    font-weight: bold;
}

.section-title-2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--mau1);
    padding-bottom: 0.5rem;
}

.highlight {
    color: var(--mau1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-control {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--mau1);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.input-group {
    display: flex;
}

.country-code {
    width: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.input-group .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}
.btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn.btn-outline-dark{
  border-color: #212529;
}
.btn-primary {
    background: var(--mau1);
    color: #333;
}

.btn-primary:hover {
    background: var(--mau2);
    transform: translateY(-2px);
}

.btn-secondary {
    background: white;
    color: #666;
    border: 2px solid #e9ecef;
}

.btn-secondary:hover {
  background: var(--mau1);
  border-color: #dee2e6;
}

.account-info {
    margin-bottom: 2rem;
}

.info-item label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.info-value {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    color: #666;
    font-family: monospace;
}

.info-value.border {
    border: 1px solid #e9ecef;
}

/* Display Mode Styles */
.info-display .info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.info-display .info-item:last-child {
    border-bottom: none;
}

.info-display .info-item label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    flex: 0 0 40%;
}

.info-display .info-value {
    background: none;
    padding: 0;
    color: #333;
    font-weight: 500;
    flex: 1;
    text-align: right;
}

.info-display .info-value:empty::before {
    content: "Chưa cập nhật";
    color: #999;
    font-style: italic;
}

/* Password validation styles */
.form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.form-text {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.change-password-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.change-password-btn i {
    margin-left: 0.5rem;
}

.alert {
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* Transaction History Styles */
.transaction-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 2rem 0;
}

.transaction-header {
    text-align: center;
    margin-bottom: 3rem;
}

.transaction-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.transaction-title .highlight {
    color: var(--mau1);
}

.accumulated-value {
    font-size: 1.2rem;
    color: #666;
}

.accumulated-value .value {
    color: #28a745;
    font-weight: bold;
    font-size: 1.5rem;
}

.transaction-summary {
    margin-bottom: 3rem;
}


.summary-header h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.summary-header .highlight {
    color: var(--mau1);
}

.summary-total {
    font-size: 2rem;
    font-weight: bold;
}

.income-card .summary-total {
    color: #28a745;
}

.outcome-card .summary-total {
    color: #dc3545;
}

.transaction-lists {
    margin-bottom: 3rem;
}

.transaction-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 2rem;
}

.transaction-section-header {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transaction-section-header h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.transaction-section-header .highlight {
    color: var(--mau1);
}

.transaction-section-total {
    font-size: 1.1rem;
    font-weight: bold;
    color: #666;
}

.transaction-list {
    max-height: 500px;
    overflow-y: auto;
}

.transaction-item {
  padding: 0.8rem 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.transaction-item:last-child {
    border-bottom: none;
}

.transaction-item-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow: hidden;
}

.transaction-date {
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    flex-shrink: 0;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 5px;
}
.transaction-details {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.transaction-description {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    word-break: break-word;
}

.transaction-points {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    white-space: nowrap;
}

.transaction-points.positive {
    background: #d4edda;
    color: #155724;
}

.transaction-points.negative {
    background: #f8d7da;
    color: #721c24;
}

.no-transactions {
    padding: 3rem 2rem;
    text-align: center;
    color: #666;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.transaction-pagination {
    padding: 1rem 2rem;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
}

.transaction-pagination .pagination {
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
      font-size: 1.8rem;
  }
  .intro-content {
      padding-right: 0;
      margin-bottom: 30px;
  }
  
  .news-sidebar {
      padding-left: 0;
      margin-top: 30px;
  }
  
  .category-tabs .nav-link {
      padding: 10px 15px;
      font-size: 0.9rem;
  }
  
  
  .auth-right {
      padding: 2rem 1rem;
  }
  
  .auth-logo h1 {
      font-size: 1.5rem;
  }
  
  .auth-subtitle {
      font-size: 1.5rem;
  }
  
  .profile-card {
      padding: 1rem;
  }
  
  .form-actions {
      flex-direction: column;
  }
  
  .btn {
      width: 100%;
  }
  
  .transaction-title {
      font-size: 2rem;
  }
  
  .transaction-item {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
  }
  
  .transaction-details {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
  }
  
  .transaction-description {
      margin-right: 0;
      margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  
}

