body{
	background-color: #fff !important;
}
.home__banner{
	position: relative;
}
/*translate*/
.google-translate {
	margin-left:10px;
}
.google-translate-mobile {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
a.gflag {
	vertical-align: middle;
	font-size: 0px!important;
	display: inline-block!important;
	padding: 0!important;
	background-repeat: no-repeat;
	background-image: url(//gtranslate.net/flags/24.png);
	margin-left:10px;
}
a.gflag:first-child{
	margin-left: 0;
}
@media(max-width: 480px){
	a.gflag {
		transform: translateY(5px);
		background-image:none;
	}
}
a.gflag img {
	border: 0;
}
/*
a.gflag:hover {
background-image: url(//gtranslate.net/flags/24a.png);
}
*/
#goog-gt-tt {
	display: none !important;
}
.goog-te-banner-frame {
	display: none !important;
}
.goog-te-menu-value:hover {
	text-decoration: none !important;
}
body {
	top: 0 !important;
}
#google_translate_element2,
.skiptranslate iframe {
	display: none!important;
}
@media (max-width: 576px) {
	a.gflag {
		margin-left: 0px;
		margin-right: 2px;
		margin-top: -15px;
	}
	a.gflag img {
		height: 25px;
		object-fit: contain;

	}
}
.grid-mobile {display: flex;align-items: center;}
@media (max-width: 991px) {
	.grid-mobile {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}
	
	.gflag.khmer img {height: 25px!important;}
	.gflag.en img {height: 25px!important;}
}
/*translate*/

.header a, .header select, .header select option, .banner__search label, .banner__search input, .banner__search button{
	font-family: Arial !important;
}
.hotel__des a, .about__us__text h4, .slider__room__intro h5, .image__share p, .image__share h2 a, .content__promotion h2, .description h4{
	font-family: Arial !important;
	font-weight: bold;
}
.hotel__des .line-2 div, .list__room__intro *, .btn-book-room a, .btn-more-room, .content__promotion p, .form-offer input, .form-offer button, .main__footer ul li, .main__footer ul li a, .end__footer p, .room__info__left *, .path__bcumb a, .path__facilities a, .path__news__detail a, .path__news a, .path__contact a, .main__facilities__content h5, .main__facilities__content > div{
	font-family: Arial !important;
}
.nav__bar li a {
    text-transform: uppercase;
}
.btn-search button {
    padding: 20px 0px;
}
.path__bcumb, .path__facilities, .path__news__detail, .path__contact {
    margin: 0 auto 21px;
    padding-top: 30px;
}
.post__content{
	margin-bottom: 30px;
}
.post__content *{
	font-family: Arial !important;
}
ul.share li a{
	display: block;
}
.related__post ul{
	padding-left: 15px;
}
.related__post ul li{
	list-style: inherit;
	padding-top: 10px;
}
.post__des a, .btn-news-detail a{
	font-family: Arial !important;
}
.left__post__item img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
.related__post h3{
	font-family: Arial !important;
}
.related__post ul li a{
	font-family: Arial !important;
	color: #333;
}
.contact__content li{
	font-family: Arial !important;
}
.contact__right *{
	font-family: Arial !important;
}
.form__contact input, .form__contact textarea {
    background: #f2f0eb !important;
}
.form-search input {
    height: 36px;
    color-scheme: dark;
}
.item-thu-vien{
	margin-bottom: 30px;
}
.form-dat-phong div{
	margin-bottom: 15px;
}
.form-dat-phong div input{
	width: 100%;
	border: 1px solid #ccc;
	height: 35px;
	padding: 0 15px;
}
.form-dat-phong div button{
	padding: 10px 15px;
	background: #0a3321;
	color: #fff;
}
.form-dat-phong div button:hover {
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    transition: all linear 0.3s;
}
.btn-book-room button{
	padding: 10px 25px;
	background: #0a3321;
	color: #fff;
	border: none;
	border-radius: 4px;
}
.btn-book-room button:hover{
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    transition: all linear 0.3s;
}
.form__contact div:nth-child(1), .form__contact div:nth-child(2) {
    width: 100% !important;
}
.end__footer{
	text-align: left;
}
.end__footer a{
	text-decoration: none;
	color: #fff;
	font-family: Arial;
	text-align: left;
}
.head-foot{
	background: #0a3321;
	border-top: 1px solid #ccc;
}
.the-heading h1, .the-heading h2, .the-heading h3, .the-heading a, .the-heading h1 a span, .the-heading p {
    color: #fff;
    display: inline;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0;
    font-family: Arial;
}
.logo img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    background: #ccc;
    border-radius: 100%;
}
.mobile-sidebar {
    background-color: #0f4043;
}
.menu__hotel li a {
    color: #fff;
}

/*list news*/
.main_new {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}
.news h3{
    font-size: 32px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
}
.list__news{
    /*display: flex;*/
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.left__post__item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.left__post__item:hover .left__post__item__image img{
    transform: scale(1.1);
    transition: all linear 0.3s;
}
.left__post__item__image{
    width: 47%;
    overflow: hidden;
}

.left__post__item__image img{
    width: 100%;
    height: auto;
    transition: all linear 0.3s;
}
.post__des{
	width: 48%;
}
.left__post__item__content{
    position: relative;
}
.left__post__item__content h5{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    color: #000;
}
.left__post__item__content p{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 22.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}
.btn-news-detail a{
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
}

.left__news__sticker{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: #0F5667;
    text-align: center;
    color: #fed58e;
}
.left__news__sticker span:nth-child(1){
    font-size: 26px;
    font-weight: 400;
}

.left__news__sticker span:nth-child(2){
    font-size: 15;
    font-weight: 400;
    text-transform: uppercase;
}
.left__post__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__right{
    width: 38%;
}

.right__post__item{
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.right__post__item:hover .right__post__item__image img{
    transform: scale(1.1);
    transition: all linear 0.3s;
}

.right__post__item__image{
    width: 100%;
    height: 40%;
    overflow: hidden;
}
.right__post__item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
}
.right__post__item__content{
    padding-right: 55px;
}
.right__post__item h5{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 10px 0;
}
.right__post__item p{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 22.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
            line-clamp: 4; 
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.right-btn-news-read-more a{
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
}
.right__news__sticker{
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: #0F5667;
    color: #fed58e;
    padding: 10px;
    text-align: center;
}
.right__news__sticker span:nth-child(1){
    font-size: 26px;
    font-weight: 400;
}

.right__news__sticker span:nth-child(2){
    font-size: 15;
    font-weight: 400;
    text-transform: uppercase;
}
.main_new_title{
    font-size: 24px;
    font-weight: bold;
    color: #0a3321;
    font-family: Arial !important;
    margin-bottom: 10px;
}
/*end list news*/
.content__promotion input{
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.form__contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.form__contact div:nth-child(1),
.form__contact div:nth-child(2){
    width: 47%;
}
.form__contact div:nth-child(3),
.form__contact div:nth-child(4){
    width: 100%;
}
.form__contact div:nth-child(5){
    width: 40%;
}
.form__contact div:nth-child(5) button{
    cursor: pointer;
}

.form__contact input,
.form__contact textarea{
    width: 100%;
    height: 52px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding-left: 15px;
    color: #000;
    font-weight: 300;
    line-height: 52px;
    border: 1px solid #ccc;
    background: #f1f1f1 !important;
}
.form__contact textarea{
    resize: vertical;
}

.form__contact button{
    width: 100%;
    height: 52px;
    background-color: #0a3321;
    border-radius: 5px;
    color: #fed58e;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    outline: none;
    padding: 0 15px;
    font-family: Arial;
}
.banner img{
    width: 100%;
}
.banner::before{
    background-color: inherit;
}
.thuc-don img{
    width: 100% !important;
    height: 359px !important;
}
@media (max-width: 767px){
    .thuc-don img{
        width: 100% !important;
        height: auto !important;
    }
}