@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(fonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
body{
  background-color: #293338 ;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
}
a{
  text-decoration: none;
}

.page-item .page-link {
  background-color: #575c5f; /* Màu nền */
  border-color: #575c5f; /* Màu viền */
}
.page-item.active .page-link {
  background-color: #313E44; /* Màu nền */
  border-color: #65DAD2; /* Màu viền */
}

.page-link {
  color: #65DAD2; /* Màu chữ */
}

.page-link:hover {
  color: #45a049; /* Màu chữ khi hover */
}
/* Tùy chỉnh phân trang cho thiết bị di động */
@media (max-width: 767.98px) {
  .pagination {
      justify-content: flex-end !important; /* Căn sang bên trái */
  }
}

#top-menu {
    transition: background-color 0.3s ease-in-out !important;
    background-color: transparent !important;
  }
  #top-menu a{
    color: white;
  }
  #top-menu.scrolled {
    background-color: #293338 !important;
    transition: background-color 0.3s ease-in-out !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px 0px;
  }

  .background-image {
    background-image: url('images/bh.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 200px; /* Điều chỉnh độ cao của ảnh nền */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .inlinelogo1{
    width: 160px;
    transition: width 0.5s;
  }
@media (max-width: 576px){
.inlinelogo0 {
    width: 10%;
}
.inlinelogo1 {
    width: 80%;
    margin: 0px auto;
    text-align: center;
  }

}

.callh:before{
  font-family: "icomoon";
  content: "\e8a8";
  font-size: 40px;
  color: white;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.menuicon:before{
  font-family: "icomoon";
  content: "\e5d2";
  font-size: 40px;
  color: white;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.swiperbody{
  text-align: right;
  background-color: transparent;
}
.prevhome:before{
  font-family: "icomoon";
  content: "\f060";
  font-size: 20px;
  color: white;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.nexthome:before{
  font-family: "icomoon";
  content: "\f061";
  font-size: 20px;
  color: white;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.s-next{
  background-color: #313E44;
  padding: 5px 25px 5px 25px;
  border-radius: 12px;
}

.s-next:hover{
  background-color: white;
}
.s-next:hover .nexthome:before{
  color: #313E44;
}

.s-prev{
  background-color: #313E44;
  padding: 5px 25px 5px 25px;
  border-radius: 12px;
}

.s-prev:hover{
  background-color: white;
}
.s-prev:hover .prevhome:before{
  color: #313E44;
}

/* next 1 */

.s-next1{
  background-color: #686868;
  padding: 5px 25px 5px 25px;
  border-radius: 12px;
  border: none;
}

.s-next1:hover{
  background-color: white;
}
.s-next1:hover .nexthome:before{
  color: #313E44;
}

.s-prev1 {
  background-color: #686868 !important;
  padding: 5px 25px 5px 25px;
  border-radius: 12px;
  border: none;
}

.s-prev1:hover{
  background-color: white;
}
.s-prev1:hover .prevhome:before{
  background-color: #686868;
}
/* next 1 */

.s-next-cm{
  background-color: #313E44;
  padding: 5px 25px 5px 25px;
  border-radius: 12px;
}

.s-next-cm:hover{
  background-color: white;
}
.s-next-cm:hover .nexthome:before{
  color: #313E44;
}

.s-prev-cm{
  background-color: #313E44;
  padding: 5px 25px 5px 25px;
  border-radius: 12px;
}

.s-prev-cm:hover{
  background-color: white;
}
.s-prevcm:hover .prevhome:before{
  color: #313E44;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 111100 !important;
  top: 0;
  left: 0;
  background:url(images/bg-menu-min-1.webp) repeat-x top;
  overflow-x: hidden;
  transition: 0.5s;
  opacity: 1;
  padding-top: 40px;
}

.sidenav .nav-item a {
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.5s ease;
  margin:0px 10px 0px 10px;
}

.sidenav .nav-item  a:hover {
  background-color: #1b4644 !important;
  color: #62CAC2 !important;
}
.sidenav .nav-item  a.active{
  color: #fff;
}

.sidenav .closebtn {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  padding: 3px 8px 3px 8px;
}
.sidenav .closebtn:hover {
  color: #1b4644 !important;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 10px;}
  .sidenav a {font-size: 18px;}
}


body.active {
	overflow: hidden;
}


.active .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 10;
	transition: all .2s linear;
}


.activeslidenav{
  width: 250px;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 768px) {
  .activeslidenav{
      width: 50%;
  }
  .lisearch{
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .activeslidenav{
      width: 100%;
  }
}


.branddiv{
  width: 100%;
  position: relative;
}
.navbar-brand {
  position: absolute;
  left: 60px;
  transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    left: 50%;
    transform: translateX(-50%);
  }
}

.swiper-container {
  width: 100%;
}
.swiper-slide {
  width: auto;
}
.mySwiper .card{
  background-color: #313E44;
  text-align: left;
  border-radius: 13px;

  
}

.mySwiper{
  background: transparent;
  border-radius: 15px;
}
.mySwiperlocation{
  background: transparent;
  border-radius: 15px;
}



.swiper-wrapper{
  background: transparent;

}

.mySwipercm .card{
  background-color: #313E44;
  text-align: left;
  border-radius: 15px;
}
.swiper-slide{
  border-radius: 15px;
}


.mySwipercm{
  border-radius: 15px;
}

.mySwipercm .card-title a{
  color: black;
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.mySwiperlocation .card{
  background:none;
  border-radius: 14px;
}
.mySwiperlocation .card-title a{
  color: white;
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.mySwiper .card-title a{
  color: white;
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.card-text-d{
  color: gray;
}

.card-text-d-cm{
  color: #252525;
}

.card-text-d span{
  color: #62CAC2;
  font-size: 3.5vh;
  font-weight: bold;
}
.card-text-d1-cm img{

  max-width: 18%;
  max-height: 88px;
}
.card-text-d1 {
  color: #E7E7E8;
  font-size: 2.7vh;
  background-color: #181F22;
  padding: 5px 15px 5px 15px;
  border-radius: 7px;
}


.tieudeh3swiper{
  color: white;
  text-align: left;
}
.tieudeh3swiper h3{
  top: 5px;
}

.mySwipercm .card{
  background-color: white;
}

.w15{
  width: 15px;
}

.svgstar{
  position: relative;
  top: -2px;
}
.lineb{
  height: 1px;
  background-color: #e4e4e4;
}

.h30{
  height: 30px;
}

.tdcm{
font-weight: 600;
}
.tdcm a{
  font-weight: 600;
  }
.tdcm1{
  font-weight: 600;
  font-size: 14px;
  }



  

.review {
  position:relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; /* Ẩn phần bị tràn ra ngoài */
  border-radius: 12px;
  min-height: 200px;

}

.review img {vertical-align: middle; border-radius: 9px;}

.review .content {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 10px;
  border-radius:0px 0px 12px 12px ;
  font-weight: 400;
  text-align: center;
  z-index: 999;
}

.review .content a{
  color: white;
  font-weight: bold;
  font-size: 28px;
}


.shadow-lg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, .25);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.review img {
  transition: transform 0.3s ease; /* Thêm hiệu ứng chuyển động mềm mại */
}

.review:hover img {
  transform: scale(1.1); /* Điều chỉnh tỷ lệ zoom tùy ý khi di chuột vào */
}

.review img {
  transform: scale(1); /* Trạng thái ban đầu của ảnh */
}

.review .contentnew {
  position: absolute;
  top: 20%;
  width: 90%;
  padding: 10px;
  border-radius:0px 0px 12px 12px ;
  font-weight: 400;
  text-align: left;
  z-index: 999;
  left: 20px;
}

.review .contentnew a{
  color: white;
  font-weight: bold;
  font-size: 22px;
}
.shadow-lg-new {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, .25);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.w16{
  width: 16px;
}

.bgft{
  background-color: #20282C;
  font-size: 15px;
}

.bgft a{
  color: white;
  font-size: 15px;
}

.h20{
  height: 20px;
}

.list-inline-item, .list-inline{
  padding: 0px;
  margin: 0xp;
}

.atglance{
  background-color: #313E44;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.atglance img{
  min-height: 50px;
}
.glancehome img{
  height: 40px;
}
.glancehome h2{
  font-size: 42px;
}
.glancehome{
  color: white;
  padding-bottom: 20px;
  padding-top: 20px;
}
.smalltextglancehome{
  font-weight: bold;
}
.glancehomeicon div{
  padding: 20px;
  background-color: #404D51;
  border-radius: 6px;
}

.glancehomeicon img{
  max-width: 183px;
  width: 80%;
}
.glancehomeicon{
  padding-bottom: 20px;
}

.fzread a{
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: normal;
}

.hoverfzread .iconright:before{
  font-family: "icomoon";
  content: "\f178";
  font-size: 25px;
  color: #71CA62;
  position: relative;
  left: 0px;
  transition-property: all;
  transition-duration: 0.3s;
}

.hoverfzread:hover .iconright:before{
  left: 15px;
}


.newblog .iconright:before{
  font-family: "icomoon";
  content: "\f061";
  font-size: 12px;
  color: #ffffff;
  position: relative;
  left: 0px;
  top: -2px;
}

.nutglane{
  background-color: #496045;
  color: white;
  width: 100%;
  padding: 18px;
  text-align: left;
  font-weight: bold;
  transition-property: all;
  transition-duration: 0.4s;
  border-radius: 12px;
}
.ticket::before{
  font-family: "icomoon";
  content: "\f145";
  font-size: 35px;
  color: white;
  position: relative;
  background-color: #70CB62;
  padding: 15px;
  top: 10px;
  border-radius: 50%;
  transition-property: all;
  transition-duration: 0.4s;
}

.laicon1::before{
  font-family: "icomoon";
  content: "\f072";
  font-size: 25px;
  color: white;
  position: relative;
  top: 3px;
  transition-property: all;
  transition-duration: 0.4s;
  margin-right: 10px;
}

.nutglane:hover{
  background-color: white;
  color: #496045;
}
.nutglane:hover .laicon1::before{
  color: #496045;
}


/* Thiết lập padding mặc định */
.box {
  padding: 65px;
}

.mh100{
  height: 180px;
}


.explore{
  padding: 15px 20px 15px 20px;
  background-color: #65dad2;
  color: white;
  margin: 5px 0px 5px 0px;
  transition: all 0.3s ease;
}
.explore:hover{
  background-color: #8fddd7;
  color: white;
}
.explore:active{
  background-color: #8fddd7;
  color: white;
}

.exploresp{
  padding: 8px 15px 8px 15px;
  background-color: #65dad2;
  color: white;
  margin: 5px 0px 5px 0px;
  transition: all 0.3s ease;
}
.exploresp:hover{
  background-color: #8fddd7;
  color: white;
}
.exploresp:active{
  background-color: #8fddd7;
  color: white;
}




.exploreblog{
  padding: 8px 25px 8px 25px;
  background-color: #65dad2;
  color: white;
  margin: 5px 0px 5px 0px;
  transition: all 0.3s ease;
}
.exploreblog:hover{
  background-color: #8fddd7;
  color: white;
}
.exploreblog:active{
  background-color: #8fddd7;
  color: white;
}
.infosp{
  padding: 8px 15px 8px 15px;
  background-color: transparent;
  border: #62CAC2 solid 1px;
  color: white;
  margin: 5px 0px 5px 0px;
  transition: all 0.3s ease;
}
.infosp:hover{
  background-color: #8fddd7;
  color: white;
}
.mgsl{
  width: 100% !important;
  font-weight: normal !important;
  border: 0px;
}

.bgexplore-1{
  background-color: white;
  border-radius: 10px 0px 0px 10px;
  min-width: 300px;
  padding: 10px 20px 10px 20px !important;
}
.dsl2{
  background-color: white;
}
.dsl2end{
  background-color: white;
  border-radius: 0px 10px 10px 0px;
}
@media (max-width: 990px) {
  .bgexplore-1{
    background-color: white;
    border-radius: 10px;
    min-width: 300px;
    padding: 10px 20px 10px 20px !important;
    margin-bottom: 10px;
  }
  
  .dsl2{
    background-color: white;
    border-radius: 10px;
  }
  .dsl2end{
    background-color: transparent;
    text-align: center;
  }
}
.textsl{
  font-weight: bold;
  font-size: 15px;
  color: #535353;
  margin: 0px 10px 0px 10px;
}

.sl2{
  min-width: 140px !important;
  padding: 3px 20px 0px 20px !important;
}



.f1{
  max-width: 100px;
  border: none;
  margin: 0px 10px 0px 10px;
}
.f2{
  max-width: 50px;
  border: none;
  margin: 0px 10px 0px 10px;
}
.f3{
  max-width: 120px;
  border: none;
  margin: 0px 10px 0px 10px;
}
.f4{
  max-width: 80px;
  border: none;
  margin: 0px 10px 0px 10px;
}



.swiper-zoom-container>img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.bgt-products{
  
  background-position: center;
  background-size: cover;
  min-height: 200px; /* Điều chỉnh độ cao của ảnh nền */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bgden{
  background-color: #181F22;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  
}

.texth{
  z-index: 99999;
  font-size: 39px;
  color: white;
  font-weight: bold;
}

.bgt-sp{
  background-color: #313E44;
}
.card-title a{
  color: white;
}

.linenew{
  height: 1px;
  width: 30%;
  min-width: 200px;
  background-color: white;
}
.newblog, .newblog a{
  color: white;
}
.newblog img{
  width: 100%;
  margin: 20px 0px 20px 0px;
  border-radius: 4px;
}

.newblog .title{
  font-size: 16px;
  text-align: justify;
}

.img1{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bp img{
  min-height: 250px;
}
.rc img{
  cursor: pointer;
}
.rc .col-sm-6{
 padding: 7px;
}

.pa1{
  padding: 7px 4px 6px 0px !important;
}

.rc .pa1 img{
  border-radius: 15px 0px 0px 15px !important;
}
.rc1 img{
  border-radius: 0px  15px 0px 0px !important;
}
.rc2 img{
  border-radius: 0px  0px 15px 0px !important;
}

.gradient-background {
  background: linear-gradient(to bottom, #437876 0%, #161E20 80%);
}

.noidung1{
  color: #FBFBFB;
}
.noidung img{
  width: 100% !important;
  height: auto !important;
  text-align: justify !important;
}

.textnoidung{
  font-size: 18px;
  min-height: 110px;
}

.card-text-d-nd1 {
  font-size: 4vh;
  font-weight: normal;
}


.exploresp-nd{
  padding: 8px 35px 8px 35px;
  background-color: #65dad2;
  color: white;
  margin: 5px 0px 5px 0px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
}
.exploresp-nd:hover{
  background-color: #8fddd7;
  color: white;
}
.exploresp-nd:active{
  background-color: #8fddd7;
  color: white;
}

.nd{
  text-align: justify;
  font-size: 18px;
}

.rm{
  font-size: 18px;
  font-weight: bold;
  color: #62CAC2 !important;
}

.khunganhsp{
  position: relative;
}

.btglr{
  position: absolute;
  top: 30px;
  left: 20px;
  background-color: rgb(8, 42, 58, 0.5);
  border: none;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  color: #e6e6e6;
  transition: all 0.8s ease;
}
.btglr:hover{

  background-color: rgba(5, 22, 31, 0.9);

}
.iconpic:before{
  font-family: "icomoon";
  content: "\f03e";
  font-size: 12px;
  color: white;
}
.icon-people:before{
  font-family: "icomoon";
  content: "\e7fb";
  font-size: 32px;
  color: white;
}

.icon-cabin:before{
  font-family: "icomoon";
  content: "\f236";
  font-size: 32px;
  color: white;
}
.icon-phonesq:before{
  font-family: "icomoon";
  content: "\f095";
}
.bgic1{
  background-color: #62CAC2;
  padding: 8px 11px 5px 12px;
  font-size: 20px;

  color: white;
}
.bgic{
  background-color: #62CAC2;
  padding: 10px;
  font-size: 20px;
  position: relative;
  top: 0px;
}

.bd-dflex{
  background-color: #293338;
  border-radius: 10px;
  height: 100%;
}
.bd-dflex img{
  width: 20px;
}
.fl2{
  background-color: #404C51;
  width: 1px;
  height: 80%;
}
.p3{
  padding-left: 5px !important;
}
.mt2{
  margin-top: 20px;
}

.tab-content{
  color: white;
  font-size: 16px;
}

.tab-products .nav{
  border: none;
}

.tab-products .nav-link {
  padding: 20px 30px 20px 30px;
}
.tab-products .nav-tabs a{
  color: #fff;
  font-size: 20px;
  border: none;
  font-weight: bold;
}

.tab-products .active{
  background-color: #293338 !important;
  color: white  !important;
  font-size: 20px;
  border: #293338 solid 1px !important;
}
.tab-products .nav-tabs .nav-item .nav-link:not(.active) {
  background: linear-gradient(to bottom, #1F262A 0%, #121313 80%);
}

.icon-thongso img{
  width: 40px;
}

.hotline a{
  color: white;
  font-size: 18px;
}
.maua a{
  color: white;
}
.hotlinebutton{
  padding: 5px 30px 5px 30px;
}

.copyr{
  color: #bebebe;
  font-size: 12px;
  min-width: 240px;
  position: relative;
  text-align: center;
}

.line-1-px{
  height: 1px;
  background-color: #404C51;
}
.khung-ct-sp-right{
  background-color: #313E44;
  border-radius: 14px;
  color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 15px;
  font-size: 16px;
}

.lhtext{
  line-height: 17px;
}

.text-center-home h1{
  font-size: 55px;
  font-weight: bold;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.text-center-home h4{
  font-size: 22px;
  font-weight: bold;
  color: white;
}


.scrollbartop {
  scrollbar-width: thin; /* Chỉ Firefox */
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.1); /* Chỉ Firefox */
}

.scrollbartop::-webkit-scrollbar {
  width: 8px; /* Độ rộng của thanh cuộn dọc */
  height: 8px; /* Độ rộng của thanh cuộn ngang */
}

.scrollbartop::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); /* Màu nền của đường ray */
  border-radius: 10px; /* Bo góc của đường ray */
}

.scrollbartop::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); /* Màu của tay nắm */
  border-radius: 10px; /* Bo góc của tay nắm */
  border: 2px solid rgba(0, 0, 0, 0.1); /* Để tạo khoảng cách giữa tay nắm và đường ray */
}



.textlogo {
  font-size:22px ;
  font-weight: bold;
  font-optical-sizing: auto;
  top: 8PX;
}

.anhnentinlocation{
  width: 100%; 
  height: 100%; 
  min-height: 200px; 
  background-size: cover; 
  border-radius: 0px 15px 15px 0px;
  background-color: #437876;
}
.textthongso{
  text-align: left;
}
.bage-location{
  background-color: #6C6540;
  color: white;
  font-size: 12px;
  padding: 4px 12px 4px 12px;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out;
}
.bage-location:hover{
  background-color: #a09147;
}
.iclocation:before{
  font-family: "icomoon";
  content: "\e55c";
  font-size: 10px;
  color: white;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   font-weight: bold;
   margin-left: 2px;
   color: blue;
   cursor: pointer;
}

.add-read-more{
  width: 100%;
  margin: 0 auto;
}


.fb:before
{
  font-family: "icomoon";
  font-size: 25px;
  content: "\f09a";
  color: #fff;

}

.tw:before
{
  font-family: "icomoon";
  font-size: 25px;

  content: "\f099";
  color: #fff;
}
.prt:before
{
  font-family: "icomoon";
  content: "\f0d2";
  font-size: 25px;

  color: #fff;
}

.mail:before
{
  font-family: "icomoon";
  content: "\e0e1";
  font-size: 25px;

  color: #fff;
}
.pr:before
{
  font-family: "icomoon";
  content: "\f02f";
  font-size: 25px;
  color: #fff;
}
/* iPhone XS Max */
@media (min-width: 128px) and (max-width: 767px) {
  /* Thiết lập padding cho iPhone XS Max */
  .box {
    padding: 10px;
    /* background-color: rgb(96, 112, 255); */
  }
  .mh100{
    height: 22px;
  }
  .rc .pa1 img{
    border-radius: 15px !important;
  }
  .pa1{
    padding: 0px !important;
  }

  .textsl{
    text-align: center;
  }
  .card-text-d span{
    font-size: 14px;
  }
  .card-text-d1{
    font-size: 13px;
  }
  .text-center-home h1{
    font-size: 30px;
    margin-top: 160px;
  }
  
  .text-center-home h4{
    font-size: 16px;
    font-weight: normal;
  }
  .infosp{
    font-size: 13px;
    margin: 0px;
  }
  .exploresp{
    font-size: 13px;
    margin: 0px;
  }
  .centerxs{
    text-align: center;
    width: 100%;
  }
  .tieudeh3swiper{
    text-align: center;
    font-weight: bold;
  }
  .anhnentinlocation{
    border-radius: 0px 0px 15px 15px;
  }
  .textthongso{
    text-align: center;
  }
}
/* iPad */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Thiết lập padding cho iPad */
  .textthongso{
    text-align: center;
  }
  .box {
    padding: 1px;
    /* background-color: red; */
  }
  .mh100{
    height: 45px;
  }
  .centerxs{
    text-align: center;
    width: 100%;
  }
  .text-center-home h1{
    font-size: 28px;
    margin-top: 100px;
  }
  
  .text-center-home h4{
    font-size: 16px;
  }


}

/* Laptop 13 inch */
@media (min-width: 1025px) and (max-width: 1199px) {
  /* Thiết lập padding cho laptop 13 inch */
  .box {
    /* background-color: #62CAC2; */
    padding: 25px;
  }
  .mh100{
    height: 50px;
  }


}

/* Laptop 14 inch */
@media (min-width: 1200px) and (max-width: 1365px) {
  /* Thiết lập padding cho laptop 14 inch */
  .box {
    /* background-color: #c8ff00; */
    padding: 22px;
  }
}

/* Laptop 15.6 inch */
@media (min-width: 1366px) and (max-width: 1536px) {
  /* Thiết lập padding cho laptop 15.6 inch */
  .box {
    padding: 45px;
  }
}


.line{
  height: 1px;
  background-color: #343f44;
}

.breadcrumb-item+.breadcrumb-item::before { 
  color: #FFFFFF !important;
  content: #FFFFFF !important;
}
.d2 li a{
  color: #FFFFFF !important;
  font-size: 16px !important;
}

/* modal style */
.fliter .form-group {
  position: relative;
  margin-bottom: 1rem;
}
.fliter .form-group label {
  position: absolute;
  top: -12px;
  left: 15px;
  padding: 0 5px;
  background: #293338;
  color: #62CAA8;
  font-weight: normal;
  font-size: 0.875rem;
  z-index: 10;
}
.fliter .form-control,
.fliter .form-select {
  background-color: #293338;
  color: #fff;
  border: 0px;
  padding-top: 10px; /* Create space for the label */
}
.fliter .form-control:focus,
.fliter .form-select:focus {
  box-shadow: none;
  border-color: #62CAA8;
}
.fliter .form-check-input {
  background-color: #293338;
  border: 1px solid #62CAA8;
}
.fliter .form-check-label {
  color: #fff;
}
.fliter .form-group .form-label-container {
  border: 1px solid #62CAA8;
  border-radius: 0.2rem;
  padding: 4px;
  position: relative;
}
.fliter .form-group .form-label-container label {
  position: absolute;
  top: -10px;
  left: 15px;
  background: #293338;
  padding: 0 5px;
}
.modal-custom {
background-color: #313E44;
}

.modal-custom .modal-content {
background-color: #313E44;
color: #ffffff;
border: 1px solid #62CAA8;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.modal-custom .form-control {
background-color: #293338;
color: #ffffff;
border: 1px solid #45505B;
}

.modal-custom .form-control:focus {
background-color: #293338;
border-color: #607D8B;
box-shadow: none;
color: #ffffff;
}

.modal-custom .btn-close {
filter: invert(1);
}

.modal-custom .btn-primary {
background-color: #607D8B;
border-color: #607D8B;
margin: auto;
}

.modal-custom .btn-primary:hover {
background-color: #45505B;
border-color: #45505B;
}
/* end modal style */

.travel-tips{
  position: relative;
  top: 22px;
}





.nutxemthem{
  padding: 10px 25px 10px 25px;
  border-radius: 14px;
}

.ce{
  width: 100%;
}