:root {
  --maincolor: #268ecd;
  --subcolor: #ffffff;
  --textcolor:#606060;
  --fontmain:  "SF Pro Display";

  --fontSFBold : "SF Pro Display Bold";
}
*{
  margin: 0px;
  padding: 0px;
}
html,
body {

  font-family: var(--fontmain);
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
 font-weight: 400;
  color: #606060;
  scroll-behavior: smooth;
  
 

}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: 800;
  

}

a {
  text-decoration: none;
  color: currentColor;
}

b,
strong {
  

  line-height: normal;
  font-weight: 800;
  font-family: var(--fontSFBold);
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

a img {
  display: block;
}

#page {
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
  clear: both;
}

.c {
  height: 0px;
}

.c3 {
  height: 3px;
}

.c4 {
  height: 4px;
}

.c5 {
  height: 5px;
}

.c10 {
  height: 10px;
}

.c15 {
  height: 15px;
}

.c20 {
  height: 20px;
}

.c30 {
  height: 30px;
}

.c50 {
  height: 50px;
}
.header 
{

}

.header .grid{
   
    position: absolute;
    width: 90%;
    overflow: visible;
   background: #E2F1FF;
    border: 12px;
    transition: all .5s ease-in-out;
    z-index: 11;
    top: 10px;
    padding: 10px 25px;
    border-radius: 12px;
    margin: 0px 5%;
 
	}

header.header-fixed {
  position: fixed;
  background: #fbfbfb;
   border-bottom: 1px solid #d3d2d2;
   z-index:14;
}


.header-fixed .logo {
  margin-top: 0px;
 max-width: 150px;
}

.logo {
      float: left;
 
    width: 100%;
}

.logo img,
.logo-mobile img {
  display: block;
  padding:5px;
}

.logo-mobile {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.menubar {

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}



.nav {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  max-width: 1200px;
 
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.nav>li {
  list-style: none;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 15px;
  font-weight: normal;
}

.nav li:first-child {
  border-left: none;
}




.nav>li>a {
  text-decoration: none;
  color: #404040;
  display: inherit;
  padding: 0 15px;
  font-size: 17px;
  font-family: var(--fontmain);
  font-weight: 600;
  line-height: 85px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  transition:all .5s ease-in-out
}
.nav>li>a:hover{
  background-color:var(--maincolor);
  color: #FFF;
}

.nav>li.active a
{
  background-color:var(--maincolor);
  color: #FFF;
}

.nav>li>a img {
  margin-right: 8px;
}

.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 290px;
  text-align: left;
  color: #0a0a0a;
  padding: 0px;
  box-shadow: 0px 0px 5px #9d9dd9;
  z-index: 9;
  display: none;
  font-weight: normal;
  background: #FFF;
  text-transform: initial;
  border-radius: 5px;

}
.nav li:hover ul{
  display: block;
}

.nav li ul>li {
  width: 100%;
  list-style: none;
  float: left;
  text-align: left;
  border: none !important;
  text-transform: initial;
  line-height: normal;
  position: relative;
}

.nav li ul>li a {
  padding: 0px 10px;
  display: block;
  color: var(--textcolor);
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 10px;
  

}

.nav li ul ul {
  left: 100%;
  top: -1px;
}

.nav>li.active ul li a{
  background-color: #FFF;
  color: var(--textcolor)
}


.mega-menu-item {

  line-height: initial !important;
  border-bottom: solid 1px #0a0a0a;
 
}

.mega-menu-item a {
  color: #fff;
}

.mega-menu-item:hover,.nav>li.active ul li:hover a  {
  background: var(--maincolor);
}
.mega-menu-item:hover a, .nav>li.active ul li:hover a{
  color: #FFF;
}

.mega-menu-item:hover li
{
	background: #FFF;
}
.mega-menu-item:hover li a, .nav>li.active ul li:hover li a
{
	color: var(--textcolor);
	background: #FFF;
}
.mega-menu-item-link:hover {}

.mobile-bar {
  background-color: #fff;
  width: 100%;
  padding: 3px;
}

.lang-flag {
  float: right;
  /* margin-top: 2px; */
  border: none;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.burger
{
	width:60px;
	float:right;
}
.burger div {
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
    background: var(--maincolor);
	float:right;
}
.burger div:nth-last-child(1)
{
	margin-bottom:0px;
}
.crumb {
	background:#FFF;

  padding: 5px 0px;
  font-size: 12px;


}

.crumb-gray .crumb {
  background-color: #f5f5f5;
}

.crumb a {
  font-size: 14px;
  line-height: 24px;
  color:#333;
  font-weight: 600;
  text-align: center;
}

.crumb a:first-child {
  padding-left: 0;
}

.crumb a:last-of-type {
  color:#333;

  
} 


/*  */

.menuleft {
  padding: 0px;
  margin: 0px;
  color: #58595b;
  background: #E5F1EE;
  border: solid 1px #eee;
}
.menuleft .title{
  background: var(--subcolor);
  color: #FFF;
  padding: 10px 15px;
  font-size: 17px;
 font-family: var(--fontmain);

 
}
.menuleft .fa {
  font-size: 10px; float: right;
}

.menuleft ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menuleft li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
  border-bottom: none;
}

.menuleft li a:hover {
  color: var(--subcolor);
}

.menuleft li a {
  color: #0a0a0a;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 15px;
 font-family: var(--fontmain);

}

.menuleft>.actived {
  background: #eee;
}

.menuleft>.actived>a {
  color: #0a0a0a;
  font-family: var(--fontmain);
}

.menuleft .actived ul {
  background: #eee;
  display: block;
}

.menuleft .actived .actived a {
  color: #244294;
}

.menuleft li ul {
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  background: #eee;
  display: none;
}

.menuleft li ul li {
  padding-left: 0px;
  list-style-type: square;
}

.menuleft li ul li a {
  border-bottom: none;
  padding: 8px 0px;
  font-size: 14px;
  color: #0a0a0a;
}

.menuleft-icon {
  padding-right: 8px;
}



#button-btt {
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #0059bd;
  background: #ccc;
  padding: 10px;
  opacity: 0.8;
  z-index: 10;
}

#button-btt a {
  color: #fff;
}

.view-detail {
  display: block;
  color: #fff;
  background: #244294;
  padding: 10px 30px;
  box-shadow: 0px 0px 3px #999;
  float: left;
}





.menutab {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--maincolor);
  align-items: center;
  border-bottom: 2px solid #e4e4e4;
	padding: 8px 0px;
}

.menutab-item {

  
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: 2px solid transparent;
	position:relative;

}

.menutab-item.active
{
	width:100%;
}
.menutab-item:nth-child(1)
{
padding-left: 0px;
}
.menutab-item a {
  
  font-size: 18px;

text-transform: uppercase;
color: #FFF;

transition: all .5s ease-in;
    padding: 15px 15px;
position:relative;

}
.menutab-item a:before
{
	content:"";
	width:0%;
	height:1px;
	background:--var(maincolor);
	position:absolute;
	bottom:0px;
	left:0px;
	
}

.menutab-item.actived a:before
{
	content:"";
	width:100%;
	height:1px;
	background:--var(maincolor);
	position:absolute;
	bottom:0px;
	left:0px;
	
}



.tab-item:last-child {
  border-right: none;
}

.menutab-item:hover :before {
	width:100%
}
.menutab-item a:hover :before
.menutab .actived :before {
	width:100%

}


.tab-bar {
  /* background: #e1e1e1; */
  position: relative;
  display: flex;
  align-items: center;
}

.tab-bar-wrapper {
  padding-right: 40px;
}

.tab-title {
  margin: 0px;
  
  font-size: 16px;
  color: #484848;
  text-transform: uppercase;
  padding: 10px 0 26px;
  display: block;
  float: left;
}

.tab-title:nth-child(2) {
  padding: 10px 40px 26px;
}



.tab-active {
  position: relative;
  color: #ffa200;
}

.tab-active::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ffa200;
  border: solid 1px #ffa200;
  left: 0;
}

.tab-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #176078;
  border: solid 1px #176078;

}
#tabs-nav
{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
}
#tabs-nav li{

  list-style: none;
  text-align: center;
  color: var(--subcolor);
  margin: 5px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FFF;
}
#tabs-nav li.active a{
  color: var(--subcolor);
 font-family: var(--fontmain);

}


/*Modal*/
.blocker
{
	z-index:111!important;
}
.modal
{
	    max-width: 100%!important;
    padding: 0px!important;
	border-radius:20px!important;
}
.modal a.close-modal, .modal-close
{
	opacity:0;
	display:none;
}
.modal-overlay {
  opacity: 0;
 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 112;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 113;
  width: 100%;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  max-width: 1000px;
  background: #fff;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.modal-body
{
  padding: 10px 20px;
  /* position: absolute; */

  /* width: 60%;
  height: 100%;
  z-index: 1111;
  background: #FFF;
  display: none;
  min-width: 400px;
  min-height: 400px;
  top: 0px;
  left: 50%;

  transform: translate(-50%); */
}
.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5px;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1px;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
  padding: 8px;
}

a.close {
  line-height: 1;
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.msgbox {
  color: #ccc;
}
.img-shine {
  position: relative;
  overflow: hidden;
  display: block;
}

.img-shine:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Hover state - trigger effect */
.img-shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.error {
  border: solid 1px red!important;
}

.btn {
  padding: 8px 15px;
  color: #222;
  background-color: var(--subcolor);
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
 
}

.btn:hover {
  background-color: var(--maincolor);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* Active state */
.img-shine:active:after {
  opacity: 0;
}


.menu-mobile {
  display: block;
  float: right;
  color: #000;
  font-size: 30px;
  margin-left: auto;
}

.menu-mobile-item {
  display: block;
  float: left;
  margin-top: 5px;
  color: #fff;
  margin-left: 10px;
}

#simplePagerNav {
  display: flex;
  justify-content: center;
} 

.pagination {
  margin-bottom: 30px;
 display:flex;
 justify-content:center;
}
.page {
  display: none;
}
.pagination-item {
      text-decoration: none;
    color: #0a0a0a;
    font-size: 18px;
    
    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #FFF;
    margin: 0 5px;
    border: 2px solid #b3b3b3;
  
}


.pagination-item__clicked {
  text-decoration: none;
    color: #fff;
    font-size: 18px;
    
    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color:var(--maincolor);
    margin: 0 5px;
    border: 2px solid #b3b3b3;
  
}

.pagination-item-icon {
  font-size: 20px;
  
  color: #176078;
}


#loadMoreProduct {
  display: block;
  background: #ddd;
  color: #244294;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  width: 220px;
}


.form-title {
  font-family: var(--fontmain);
  font-size: 24px;
  font-weight: normal;

  text-align: center;
  width: 100%;
}


.sendmail__btn {
  background:var(--maincolor);
  text-align: center;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
      height: 50px;
}

::placeholder {
  color: #f1f2f2;
  opacity: 1;
  /* Firefox */
}

.line{
	border-bottom:1px solid var(--maincolor);
}


.line-w {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.Tocct {
       border: 1px solidvar(--maincolor);
    margin-top: 30px;
    border-radius: 25px;
    max-width: 100%;
    padding: 25px;
    position: relative;
}
.longPageTOC {
    font-size: 20px;
    background: #fff;
    
    text-transform: uppercase;
}
.TOCShowHide.hideTOC {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #00b8ce;
}
.longPageNavigationDiv {
  padding: 10px;
  padding-right: 20px;
  width: 100%;
}

.longPageNavigationDiv a {
  color: #0a0a0a;
}

.longPageNavigationDiv ul {
  padding-left: 20px;
}

.longPageNavigationDiv ul li {
  list-style: none;
  padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
  padding-left: 20px;
}

.form-group {
  padding: 10px 0px;
  border-bottom: dotted 1px #ccc;
}
  .btn-dangnhap
  {
    background-color:var(--maincolor);
  color:#FFF;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 18px;
  }

/* home */
  .slidehome{
    position: relative;
  }
  




.img-poster
{
  position: relative;
}
.img-poster img {
  display: block;
}
.poster-content {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
  color: #FFF;
}


.slide-btn-next
{
    position: absolute;
    right: -15px;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translate(0px,-50%);
    line-height: 45px;
    background-color: #FFF;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    color: var(--textcolor);

}
.slide-btn-prev
{
    position: absolute;
    left: -5px;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translate(0px,-50%);
    line-height: 45px;
    background-color: #FFF;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    color: var(--textcolor);

}
/* home */
.slidehome-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    color: #303030;
    color: #FFF;
}
.deal-wrapper {
  background: #2c2354;
  padding: 40px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
}
.timepromotion {
    margin-top: -1px;
}

.time-box span {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}

.time-box small {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

.colon {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 18px;
}

/* GIÂY TRƯỢT */
.slide-number {
  position: relative;
  height: 60px;
  overflow: hidden;
}

.slide-number span {
  display: block;
  line-height: 60px;
}

.slide-number .next {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
.title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: Philosopher;
}

.deal-badge {
  display: inline-block;
  background: #fff;
  color: #e60000;
  padding: 12px 30px;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 35px;
}
.deal-wrapper {
  text-align: center;
  padding: 60px 20px;
  color: #fff;
  font-family: Arial, sans-serif;
  background: linear-gradient(180deg, #172354 0%, #F17A56 68.28%, #FEDCAC 100%);
}
.seconds-wrap {
  display: flex;
}

.digit {
  font-size: 56px;
  font-weight: bold;
  line-height: 60px;
  width: 34px;
  text-align: center;
}

/* digit đơn vị */
.digit.slide {
  position: relative;
  height: 60px;
  overflow: hidden;
}

.digit.slide span {
  display: block;
  line-height: 60px;
}

.digit.slide .next {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

.title-deals {
  text-align: center;
font-family: Philosopher;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 63px; /* 113.333% */
background: linear-gradient(180deg, #D1072B 19.84%, #850D30 79.37%);
background-clip: text;
position: relative;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.title-deals::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    bottom: 35px;
    right: 20px;
    /* transform: translateX(-50%); */
    border-radius: 2px;
    background: url(/uploaded/images/Chim\ 1.png) 6px 0px / 100.057% 100% no-repeat;
}
.title-deals::before
{
      content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    bottom: -10px;
    left: 5px;
   
    /* transform: translateX(-50%); */
    border-radius: 2px;
    background: url(/uploaded/images/Hoa\ vàng\ 2\ \(1\).png) 6px 0px / 100.057% 100% no-repeat;

}
.subtitle-deals {
  color: #D1072B;
text-align: center;
font-family: Philosopher;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 100% */
}
.homedeals
{
  background: linear-gradient(180deg, #FFDDAD 0%, #FFDDAD 100%);

}
.text-center
{
  text-align: center;
}
.deal-row {
display: flex;
    padding: 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    border: 2px solid #FFDDAD;
    background: #14244D;
    box-shadow: 0 0 0 1.5px #D71920;
    margin-bottom: 20px;
    color: #FFF;
    background-image: url(/uploaded/pic-cat/bg_uudai.png);
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: bottom left;

}



.deal-img {
  width: 45%;

}

.deal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* CỘT NỘI DUNG */
.deal-content {
  width: 55%;
}

.deal-content h3 {
  font-size: 16px;
  margin: 0 0 5px;
  font-family: var(--fontSFBold);
  font-size: 16px;
}

.deal-content ul {
  padding-left: 20px;
  margin: 0 0 10px;
  
}

.deal-content li {
  font-size: 13px;
  line-height: 1.5;
}
.btn-khampha {
    color: #FFF;
    font-family: var(--fontSFBold);
    font-size: 16px;
    /* line-height: 24px; */
    background-image: url(/uploaded/pic-cat/btn-khampha.png);
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    background-size: 100% 100%;
    padding: 5px;
    border-radius: 10px;
}
.deal-content
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.deal-box{
  height: 120px;
}
.btn-cta {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(180deg, #ff6b6b, #e60000);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 6px 15px rgba(255,0,0,.45);
  transition: 0.3s;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255,0,0,.55);
}
.homenews-wrapper {
    background-size: 100% 100%;
    background-image: url(/uploaded/pic-cat/bgchititeu.png);
    height: 1000px;
    padding: 30px 15px;
    background-repeat: no-repeat;
    background-position: center 100%;
}
/* RESET NHẸ */
.news-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.news-wrap
{max-width: 380px;
  margin: 20px auto;
  padding: 30px 15px;
   background-size: 100% 100%;
    background-image: url(/uploaded/pic-cat/bg_dealnhuy.png);
  
    background-repeat: no-repeat;
    background-position: center 100%;
    position: relative;
}

/* TIÊU ĐỀ */
.news-title {
  color: #D1072B;
text-align: center;
font-family: Philosopher;
font-weight: 700;
font-size: 27px;

}

/* ẢNH BANNER DEAL */
.news-banner {
  margin-bottom: 16px;
}

.news-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* KHỐI MÔ TẢ */
.news-desc {
 color: #152254;
font-family: var(--fontmain);
font-size: 14px;
font-style: normal;
text-align: left;
line-height: 20px; 
height: 175px;
overflow: auto;
  
}

.news-desc h4 {
  color: #D71920;
text-align: center;
font-family: var(--fontSFBold);
font-size: 16px;
font-style: normal;
line-height: 20px; /* 125% */
}

.news-desc ul {
  padding-left: 25px;
}

.news-desc li {
  margin-bottom: 6px;
  line-height: 1;
}

/* NÚT CTA */
.news-btn {
      color: #FFF;
    font-family: var(--fontSFBold);
    font-size: 16px;
    /* line-height: 24px; */
    background-image: url(/uploaded/pic-cat/bnt_khamphanews.png);
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    background-size: 100% 100%;
    padding: 10px;
    border-radius: 10px;
}

.news-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.news-time {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
    color: #D71920;
    font-size: 14px;
}
.news-time b {
 font-size: 20px;
 font-weight: 600;
 line-height: 1;
}
/* MOBILE NHỎ */
@media (max-width: 360px) {
  .news-wrap {
    padding: 14px;
  }

  .news-title {
    font-size: 20px;
  }
}
.footer
{
  background: linear-gradient(180deg, #152254 0.02%, #FF8056 74.99%, #FFDDAD 99.98%);
  padding: 20px;
}
.footer-box
{
  border-radius: 12px;
background: #E2F1FF;
padding: 20px;

}
.footer-box h4
{
  color: #D1072B;
font-size: 20px;
font-style: normal;

}
.footer-social {
    display: flex;
    list-style: none;
}
.footer-social li {
   width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.footer-social li img{
  height: 30px;
}
.linefooter{
  border-bottom:1px solid #BCBAC7;
  width:100%;
}
.fancybox-hidden
{
  display: none
}

.fancybox-content
{
  padding: 0px!important;
 background-color: transparent!important;
  
}
.fancybox-popup {
  position: relative;

  max-width: 100%;

  border-radius: 20px;
  
     max-width: 380px;
  
    padding: 30px 15px;
    
    background-size: 100% 100%;
    background-image: url(/uploaded/pic-cat/bg_dealnhuy.png);
    background-repeat: no-repeat;
    background-position: center 100%;
    position: relative;
}

/* title */
.fancybox-title {
  color: #D1072B;
text-align: center;
font-family: Philosopher;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 32px
}

/* banner */


.fancybox-banner img {
  width: 100%;
  display: block;
}

/* info */
.fancybox-info {
  margin-top: 5px;
}
.fancybox-box 
{
  color: #03124B;
font-family: "SF Pro Display";
font-size: 14px;
font-style: normal;
min-height: 400px;
padding: 10px;
border-radius: 24px;
background-color: #FFCF8B;
line-height: 20px; /* 142.857% */
}
.fancybox-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #F0CE9E;
  font-size: 14px;
  text-align: right;
}
.fancybox-row span{
  color: #9F7942;
font-family: "SF Pro Display";
font-size: 14px;
font-style: normal;
font-weight: 500;
text-align: left;
line-height: 20px;
width: 150px; /* 142.857% */
}
.thele {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, 0px);
    color: #16215A;
    font-size: 14px;
    font-weight: 600;
}


.fancybox-steps ul, .fancybox-info ul {
  margin: 0;
  padding-left: 18px;
}

.fancybox-steps li {
  font-size: 14px;
  margin-bottom: 3px;
}

.fancybox-code {
  background: #ff3b3b;
  color: #fff;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 700;
}
button.fancybox-button.fancybox-close-small {
    background: radial-gradient(circle at center, #ec091b 0%, #ff6d6b 25%, #ecc4c1 55%, #ffffff 100%);
    box-shadow: inset 0px 0px 10px #ff404e;
    border-radius: 20px;
    color: #FFF;
    width: 40px;
    height: 40px;
}
.btn-news:hover {
  box-shadow: 0 10px 22px rgba(255, 90, 95, 0.5);
  transform: translateY(-2px);
}
.fancybox-desc {
    padding: 5px;
       border-radius: 16px;
    max-height: 225px;
    overflow: auto;
    margin-top: 10px;
    border-radius: 16px;
    
}
.fancybox-item {
    margin-bottom: 10px;
    background: #ffddad;
    padding: 5px;
    border-radius: 10px;
}
.homenews .swiper {
    overflow: visible;
    padding: 10px;
}
.swiper-slide {
  width: 260px; /* bắt buộc khi slidesPerView:auto */
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}
.hotel-list ul {
  padding-left: 18px;
  margin: 4px 0;
  list-style: none;
}

.hotel-list > ul > li {
  margin-bottom: 10px;
}

.hotel-list ul ul {
  list-style: disc;
  margin-top: 4px;
}
