@charset "utf-8";
/* CSS Document */


/*============ SETTING ===========*/
@font-face{
  font-family: monbold;
  src: url('../fonts/mainfont/Montserrat-Bold.eot'),
	   url('../fonts/mainfont/Montserrat-Bold.ttf'),
       url('../fonts/mainfont/Montserrat-Bold.woff');
}

@font-face{
  font-family: mon;
  src: url('../fonts/mainfont/Montserrat-Regular.eot'),
	   url('../fonts/mainfont/Montserrat-Regular.ttf'),
       url('../fonts/mainfont/Montserrat-Regular.woff');
}

@font-face{
  font-family: monsemi;
  src: url('../fonts/mainfont/Montserrat-SemiBold.eot'),
	   url('../fonts/mainfont/Montserrat-SemiBold.ttf'),
       url('../fonts/mainfont/Montserrat-SemiBold.woff');
}

body{
	background-color: #FFF;
}

/*============ SETTING ===========*/


/*=========== LARGE ===========*/
@media(min-width:1200px){
	/*-----------------------*/
	.banner{
		height: 600px;
	}
	
	.sumary{
		margin-top: 150px;
	}
	
	.owl-group{
		margin-top: -150px;
	}
	
	.owl-stage-outer{
		height: 400px;
	}
	
	.banner-2{
		  aspect-ratio: 1920 / 200; 
	}
	
	.look-us h2{
		margin-top: -130px;
		margin-bottom: 70px;
	}
	/*-----------------------*/
}



/*=========== MEDIUM ===========*/
@media (min-width: 992px) and (max-width: 1199px){
	/*-----------------------*/
	.banner{
		height: 600px;
	}
	
	.sumary{
		margin-top: 150px;
	}
	
	.owl-group{
		margin-top: -100px;
	}
	
	.owl-stage-outer{
		height: 350px;
	}
	
	.banner-2{
		  aspect-ratio: 1920 / 300; 
	}
	
	.look-us h2{
		margin-top: -150px;
		margin-bottom: 70px;
	}
	/*-----------------------*/
}



/*=========== STABLET ===========*/
@media (min-width: 768px) and (max-width: 991px){
	/*-----------------------*/
	.banner{
		height: 450px;
	}
	
	.sumary{
		margin-top: 120px;
	}
	
	.owl-group{
		margin-top: -80px;
	}
	
	.owl-stage-outer{
		height: 400px;
	}
	
	.banner-2{
		  aspect-ratio: 1920 / 400; 
	}
	
	.look-us h2{
		margin-top: -130px;
		margin-bottom: 70px;
	}
	/*-----------------------*/
}



/*=========== MOBILE ===========*/
@media (max-width: 767px){
	/*-----------------------*/
	.banner{
		height: 350px;
	}
	
	.sumary{
		margin-top: 90px;
	}
	
	.owl-group{
		margin-top: 0px;
	}
	
	.owl-stage-outer{
		height: 480px;
	}
	
	.banner-2{
		  aspect-ratio: 1920 / 500; 
	}
	
	.look-us h2{
		margin-top: -136px;
		margin-bottom: 30px;
	}


	/*-----------------------*/
}







/*================================ CODING CODING ===================================*/
.header{
	height: 60px;
	display: block;
	position: sticky;
	margin-top: 10px;
		
}

.header img{
	max-height: 60px;
}

.logo{
	height: 60px;
}

.banner {
	justify-content: center;
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative; 
}

.sumary {
	z-index: 2000;
	position: absolute;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	padding: 0px 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0; 
}



.sumary .sum-head{
	color: #FFFFFF;
	font-family: monbold;
	font-size: 50px;
	letter-spacing: 20px;
}

.sumary .sum-sum{
	color: #FFFFFF;
	font-family: monbold;
	font-size: 20px;
	letter-spacing: 3px;
}

.sum-button{
	height: 50px;
	background-color: #EC8F35;
	color: #FFFFFF;
	font-family: monsemi;
	padding: 12px 15px 0px 15px;
	font-size: 20px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-shadow: none;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

.sum-button:hover{
	background-color: #F8BF44;
	color: #FFFFFF;
	transition: all ease 0.5s;
}

.navi-bar{
	position: absolute;
  	z-index: 1000;
  	left: 50%;
  	top: 0;
  	transform: translateX(-50%);
  	width: 100%;
}

.navi{
  	padding: 0px;
  	margin: 0px;
  	display: flex;
  	justify-content: flex-end;
}

.navi li{
  	position: relative;
  	display: inline-block;
  	height: 60px;
  	font-family: monsemi;
  	color: #143068;
  	font-size: 18px;
  	text-transform: uppercase;
  	padding: 15px 10px 0px 10px; 
  	border-bottom: solid 0px #143068;
  	overflow: hidden; 
}

.navi li::after {
  	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	transform: translateX(-50%) scaleX(0);
  	transform-origin: center;
  	width: 100%;
  	height: 5px;
  	background-color: #143068;
  	transition: transform 0.3s ease;
}

.navi li:hover {
  	color: #143068;
  	transition: all ease 0.3s;
}

.navi li:hover::after {
  	transform: translateX(-50%) scaleX(1);
}






.header-mobile{
	height: 50px;
	margin-top: 10px;
}

.logo-mobile{
	height: 50px;
}

.ham-menu{
	float: right;
	color: #143068;
	font-size: 35px;
}

.ham-menu:hover{
	color: #143068;
}

.owl-group div div img{
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.owl-group{
	z-index: 3500;
	margin-left: auto;
	margin-right: auto;
}

.item .owl-stage-outer{
	padding: 30px 0px 30px 0px;
	width: calc(100% + 10px);
	left: -5px;
	position: relative;
	-webkit-mask-image: linear-gradient(to right, transparent 0px, black 10px, black calc(100% - 10px), transparent 100%);
	mask-image: linear-gradient(to right, transparent 0px, black 10px, black calc(100% - 10px), transparent 100%);
}

.item .owl-stage{
  padding: 0 5px;
}






.ham-menu{
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
}

.navi-bar-mobile{
	position: fixed;
  	z-index: 5000;
  	left: 50%;
  	top: 0;
  	transform: translateX(-50%);
  	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}

.menu{
  	top: 60px;
  	left: 0;
  	right: 0;
  	background: rgba(255, 255, 255, 0.9);
  	overflow: hidden;
  	height: 0; 
  	transform: translateY(-100%); 
  	transition: height 0.5s ease, transform 0.5s ease; 
  	z-index: 5000;
	position: fixed;
}

.menu.active {
  height: 160px; 
  transform: translateY(0); 
}




.menu p a{
	height: 30px;
	font-family: monbold;
	border-top: solid 1px #5F5F5F;
	display: block;
	color: #143068;
	padding: 10px 0px 0px 30px;
}

.menu p a:hover{
	color: #EC8F35;
	text-decoration: none;
	transition: all ease 0.3s;
}
  



.why-us{
  	padding: 0px 20px;
	text-align: center;
}

.why-us h2{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #333;
	font-family: monbold;
}

.why-us p {
	font-size: 20px;
	max-width: 700px;
	margin: 20px auto;
	color: #666;
	line-height: 1.6;
	font-family: mon;
}


.why-btn{
	height: 50px;
	background-color: #EC8F35;
	color: #FFFFFF;
	font-family: monsemi;
	padding: 12px 15px 0px 15px;
	font-size: 20px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-shadow: none;
	cursor: pointer;
	margin-bottom: 50px;
	text-align: center;
}

.why-btn:hover{
	background-color: #F8BF44;
	color: #FFFFFF;
	transition: all ease 0.5s;
}


.look-btn{
	height: 50px;
	background-color: #EC8F35;
	color: #FFFFFF;
	font-family: monsemi;
	padding: 12px 15px 0px 15px;
	font-size: 20px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-shadow: none;
	cursor: pointer;
	margin-bottom: 50px;
	text-align: center;
}

.look-btn:hover{
	background-color: #F8BF44;
	color: #FFFFFF;
	transition: all ease 0.5s;
}


.banner-2 {
  	width: 100%;
  	height: auto; 
  	overflow: hidden;
  	position: relative;
	text-align: center;
}

.banner-2 img {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	min-width: 100%;
  	height: 100%;
  	transform: translate(-50%, -50%);
  	object-fit: cover;
}

.look-us{
  	padding: 0px 20px;
	text-align: center;
}

.look-us h2{
	font-size: 42px;
	font-weight: bold;
	color: #FFF;
	font-family: monbold;
	position: relative;
	z-index: 2;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.look-us p{
	font-size: 20px;
	max-width: 700px;
	margin: 0px auto;
	color: #666;
	line-height: 1.6;
	font-family: mon;
}






.footer {
  background-color: #111;
  color: #ccc;
  padding: 60px 20px 30px;
  font-family: 'mon', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-section h2,
.footer-section h3 {
  color: #fff;
  margin-bottom: 20px;
  font-family: 'monbold', sans-serif;
}

.footer-section p,
.footer-section ul li a,
.footer-bottom {
  font-family: 'mon', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #fff;
}

.social-icons a {
  color: #ccc;
  font-size: 18px;
  margin-right: 15px;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #333;
  text-align: center;
  padding-top: 20px;
  margin-top: 40px;
  font-size: 13px;
  color: #777;
}

.look .owl-stage-outer{
	height: 100%;
}












/* CSS cho bảng */
.table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.destination-table {
  min-width: 800px; /* giữ bảng không bị ép quá nhỏ */
}



.table-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.destination-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'mon', sans-serif;
  font-size: 18px;
  color: #444;
}

.destination-table th, .destination-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.destination-table th {
  background-color: #f8f8f8;
  color: #333;
  font-size: 20px;
  font-family: 'monbold', sans-serif;
}

.destination-table tr:hover {
  background-color: #f1f1f1;
}

.destination-table td {
  font-size: 18px;
  color: #555;
}

.rating {
  font-size: 16px;
  color: #FFD700;
}

.destination-table td:hover {
  color: #333;
}





/*================================ CODING CODING ===================================*/




















