:root {
	--color1: #ed2833;
}
*{
	font-family: 'Roboto Condensed',sans-serif;
	color: #5d5d5d;
	box-sizing: border-box!important;
}
.color-red {
	color: var(--color1);height: 100%;
}
body{background: #f1f1f1;overflow-x: hidden;}
ul,li{list-style: none;padding: 0;}
img{max-width: 100%;}
.header-logo img {
	max-height: 70px;
}

.header-flag img {
	max-height: 30px;
}

.header-menu a {
	color: #5D5D5D;
	text-transform: capitalize;
	font-size: 1.2rem;
}
.header-menu a:hover {
	text-decoration: none;
	color: #006fb3;
}

.header-menu a {
	position: relative;
}
.header-menu a:before {
	content: "";
	position: absolute;
	background: #006fb3;
	top: 100%;
	height: 1px;
	width: 100%;
	left: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s;
}

.header-menu a:hover:before, .header-menu a:hover:after {
	transition: all 0.5s;
	transform: scale(1);
}

.header-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60%;
}

/*nav menu left*/
span.nav-menu {
	height: 3px;
	width: 30px;
	background: #0592bf;
	display: inline-block;
	position: relative;
}
span.nav-menu:after, span.nav-menu:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #0592bf;
	top: -8px;
}
span.nav-menu:before {
	top: 8px;
}

/*dangky*/
.thumoi1{
	text-transform: capitalize;
	font-family: 'Dancing Script', cursive;
	color: var(--color1);
	font-size: 3rem;
}
.thumoi h2 {
	font-weight: 100;
	color: var(--color1);
}

.thumoi h2 b {
	color: #5d5d5d;
	font-size: 1.2rem;
}

.thumoi p {
	text-align: justify;
}

.thumoi strong {
	font-size: 1.1rem;
	color: var(--color1);
}

.dangky h1 {
	color: #006FB3;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}

.dangky {
	padding: 2rem 1rem;
	box-shadow: 4px 7px 10px #5d5d5d;
	text-align: center;
}

.dangky form input {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 8px;
	background: #E9E9E9;
	border-radius: 5px;
	outline: none;
	border: 1px solid #fff;
	padding-left: 65px;
}
.input-relative {
	position: relative;
}

.input-absolute {
	position: absolute;
	left: 0;
	top: 1px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #CCCDCE;
	height: calc(100% - 2px);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.dangky button {
	background: var(--color1);
	color: white;
	text-transform: uppercase;
	padding: 5px 2rem;
	border: 1px solid white;
	outline: none;
	border-radius: 10px;
}
.dangky form select {
	display: block;
	width: 100%;
	padding: 8px 3px;
	background: #e9e9e9;
	margin-bottom: 10px;
	outline: none;
	border: 1px solid white;
}

.form-submit {
	display: inline-block;
	padding: 3px;
	background: var(--color);
	border-radius: 10px;
}

/*khach moi hoi nghi*/
.gv-item {
	margin-right: 2rem;
	background: #006FB3;
	border-radius: 5rem;
	width: 25%;
	text-align: center;
	position: relative;
	z-index: 100;
}

.gv-item a {
	color: white!important;
	text-transform: uppercase;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	/*background-color: #37B5DE;*/
	background: linear-gradient(45deg, #37b5de, #006fb3);
	border-radius: 3rem;
}
.nav-gv {
	position: relative;
	z-index: 1000;
	margin-bottom: 0!important;
}

.nav-gv:after {content: "";position: absolute;height: 5px;background: linear-gradient(45deg, #37b5de, #006fb3);width: 100%;z-index: 10;}

ul.ul-gv {display: grid;align-items: center;
	-ms-grid-columns: 30% 20% auto;grid-template-columns: 30% 20% auto;padding: 0;margin-bottom: 0;border-bottom: 1px solid #d5d5d5;}

	ul.ul-gv li {
		border-left: 1px solid #5d5d5d;
		padding: 5px;
		border-top: 1px solid #5d5d5d;
	}

	ul.ul-gv li {
		border: 1px solid #e8dddd;
		border-bottom: none;
		border-right: none;
		font-size: 13px;
		padding: 6px 3px;
		padding-left: 5px;
		height: 100%;
	}

	li.gv-name {
		color: var(--color1);
		font-weight: bold;
	}

	ul.ul-gv li:last-child {
		border-right: 1px solid #e8dddd;
	}
	.tab-content {
		padding: 2rem 0;
		margin-top: -1rem;
	}

	/*room*/
	.room {
		background: #37B5DE;
	}

	.room h5 {
		color: white;
		border: 3px solid;
		padding: 10px;
		text-align: center;
		border-radius: 2rem;
		width: 80%;
		font-size: 1rem;
		display: inline-block;
	}


	/*footer*/
	footer {
		background: url(../images/footer-bg.jpg) center center;
		/*padding: 1rem;*/
		background-size: cover;
		overflow: hidden;
	}

	.ft-1 {
		color: white;
		display: flex;
		align-items: center;
		/*justify-content: center;*/
	}
	.ft-1-logo img {
		max-height: 100px;
	}
	.ft-1-logo{margin-right: 1rem;}
	.ft-1 h2 {
		text-transform: uppercase;
		/*line-height: 2.5rem;*/
		font-weight: 400;
		color: white;
		/*text-align: center;*/
		font-size: 1.7rem;
		text-transform: uppercase;
	}

	.ft-2 {
		background: #043753;
		padding: 1rem;
		padding-left: 0;
		color: #00ADEF;
		/*text-align: center;*/
	}

	.ft-2 span {
		text-transform: uppercase;
		font-size: 1.5rem;
		color: #5ea2c7;
	}

	.ft-2 h1 {
		text-transform: uppercase;
		font-weight: bold;
		color: #5ea2c7;
		font-size: 2.5rem;
	}

	.ft-2 {
		position: relative;
		z-index: 1000;
	}

	.ft-2:after {content: "";position: absolute;z-index: 10;background: #043753;top: 0;left: -100%;height: 100%;width: 100%;}

	.ft-2:before {
		/*content: "";*/
		position: absolute;
		z-index: 10;
		background: #043753;
		top: 0;
		right: -70px;
		height: 100%;
		width: 70px;
	}

	/*noidung*/
	.nd-top-1 {
		border-right: 1px solid #5d5d5d;
		padding: 1rem 0;
		font-size: 1.5rem;
		color: #5d5d5d;
	}

	.room-main {
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}

	.room-click {
		text-align: center;
		padding: 1rem;
		font-size: 1.3rem;
		text-transform: uppercase;
	}

	.room-click:hover {
		background: var(--color1);
		color: white;
		cursor: pointer;
	}

	.room-click.active {
		background: var(--color1);
		color: white;
	}
	.noidung{
		display: none;
	}
	.noidung.active{display: block!important;}
	.bg1{background: #006FB3;color: white;padding: 1rem;}
	.bg2{background: #37B5DE;color: white;padding: 1rem;}
	.bg3{background: #77161f;color: white;padding: 1rem;}
	.phien-item-content span {
		color: white;
	}

	.phien-item-content p {
		color: white;
		margin-bottom: 0.5rem;
	}
	.phien-item {
		margin-bottom: 15px!important;
	}
	.room-nav {
		margin-bottom: 15px!important;
	}

	.phien-top {
		margin-bottom: 15px!important;
	}
	.ngay-room {
		display: none;
	}

	.ngay-room.active {
		display: block;
	}
	.phien-item-left {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.nopadding {
		padding: 0 !important;
		margin: 0 !important;
	}
	.taitro-nav {
		background: #005087;
		margin-bottom: 1rem;
	}

	.taitro-item {
		color: white;
		padding: 10px 2rem;
	}
	.taitro-item:hover {
		background: #006FB3;
		cursor: pointer;
	}

	.taitro-item.active {
		background: #006FB3;
	}

	.taitro-content {
		display: none;
	}

	.taitro-content.active {
		display: block;
	}

	.taitro-slider-item {
		padding: 10px;
	}

	.taitro-slider-item-main {
		/*box-shadow: 0px 0px 3px #005087;*/
	}
	.taitro{background: white;padding: 1rem;}

	/*click 2*/
	.select2-container .select2-choice > .select2-chosen{text-align: left;}
	.select2-container{width: 100%;margin-bottom: 10px;}
	.select2-container .select2-choice{padding: 6px;height: auto;line-height: inherit;background: #e9e9e9;}
	.select2-container .select2-choice .select2-arrow b
	{
		background-position: 0 5px;
	}
	/*.select2-result-label{color: white!important;}*/
	.select2-highlighted .select2-result-label {
		color: white;
	}

	.phien-item-content {
		height: 100%;
		border-bottom: 1px solid white;
	}
	.ul-gv-tn {
		display: grid;
		/*grid-template-columns: 28% 12% auto!important;*/
		grid-template-columns: 35% auto!important;
	}

	/*top fixed*/
	header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		height: 80px;
		z-index: 10000;
		box-shadow: 2px 2px 5px #31add9;
	}

	.td-banner {
		margin-top: 80px;
	}
	.header-flag {
		margin-right: 2rem;
	}

	/*hotline*/
	.hotline {
		background: #006fb3;
		color: white;
		text-transform: uppercase;
		padding: 0.5rem 0;
		margin-top: 1rem;
	}
	.hotline a{color:#fff}
	.bg4 {
		text-align: center;
		background: var(--color1);
		padding: 0.5rem;
		margin-bottom: 1rem;
	}

	.bg4 p {
		margin-bottom: 0;
		color: white;
		text-transform: uppercase;
		font-size: 1.3rem;
	}

	.color-green {
		color: #006fb3;
		font-size: 1.5rem;
	}
	a.download {
		background: red;
		margin-left: 2rem;
		color: white;
		padding: 2px 15px;
		position: absolute;
		bottom: 1rem;
		right: 1.5rem;
		font-size: 12px;
		border-bottom: 1px solid rebeccapurple;
	}
	a.download i {
		position: absolute;
		background: yellow;
		border-radius: 50%;
		bottom: 90%;
		right: -10%;
		color: red;
		font-size: 10px;
		padding: 1px 5px;
		-webkit-animation: ok 0.5s infinite;
		animation: ok 0.5s infinite;
		text-transform: capitalize;
	}
	@-webkit-keyframes ok {
		from{color:white;}
		to{color:green;}
	}
	@keyframes ok {
		from{color:white;}
		to{color:green;}
	}