*{
	padding: 0;
	margin: 0;
	font-family: Roboto Condensed, sans-serif;
}
body
{
	max-width: 1600px;
	margin:auto;	
	overflow-x: hidden;
	font-family: Roboto Condensed, sans-serif;
}
.fontrobo
{
	font-family: Roboto Condensed, sans-serif;
}	
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.nn-tiengviet
{
	height: 23px;
	width: 23px;
	background: url('../img/vietnam.png');
	background-position: 100%;
	border: 1px solid #FFF;
	border-radius: 100%;
}
.nn-tienganh
{
	height: 23px;
	width: 23px;
	background: url('../img/tienganh.png');
	background-position: 100%;
	border: 1px solid #FFF;
	border-radius: 100%;
}
header
{
	position: fixed;
	top: 0;
	height: 100px;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	z-index: 100;
}
.header-mau
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#2D3389, #181459);
	opacity: 0.7;
	z-index: 1;
}
.header
{
	width: 1000px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.header-top
{
	padding: 8px 0;
	line-height: 30px;
	color: #FFF;		
	height: 30px;
}
.header-top div
{ 
	display: flex;align-items: center;
	height: 30px;
}
.header-top div img
{
	margin-right: 5px;
}
.header-top .mail
{
	margin-left: 40px;
}
.header-top .icon
{
	padding: 0 5px;
	border-right: 1px solid #FFF;
	height: 20px;
}
.language
{
	margin-left: 5px;
}
.language .img
{
	height: 30px;
	padding-left: 5px;
	display: flex;align-items: center;
}
.language .img img
{
	border: 1px solid #FFF;
	border-radius: 100%;
}
.banner
{
	width: 100%;

}
.banner img
{
	width: 100%;
}
.header-bot .search
{
	height: 52px;
	display: flex;
	align-items: center;
	color: #FFF;
}
.search form select
{
	width: 236px;
	height: 35px;
	border: 1px solid #FFF;
	border-radius: 5px;
	background: none;
	color: #FFF;
	outline: 0;
	padding: 0 5px;
	margin-left: 15px;
}
.search form select option
{
	color: #5d5d5d;
	height: 30px;
	line-height: 30px;
	padding: 10px;
}
.submit-button
{
	background-color: #2f55a6;
	height: 35px;
	border-radius: 5px;
	margin-left: 15px;
	width:100px;
	outline: 0;
	color: #FFF;
	display: flex;align-items: center;justify-content: center;
	border: 1px solid #FFF;
}
.menu
{
	height: 55px;
	width: 100%;
	max-width: 1600px;
	position: absolute;
	z-index: 2;
	margin-top: -27px;
}
#main-nav
{

}
.menu-mobile
{
	display: none !important;
}
.nav
{
	width: 1000px;
	margin: auto;
	border-radius: 10px;
	background-color: #FFF;
	height: 100%;
	text-align: center;
	box-shadow:5px 5px 10px #ccced5;
	display: flex;justify-content: center;
}
.nav ul
{
	list-style-type: none;
	height: 100%;
	position: relative;
}
.nav ul li
{
	float: left;
	padding: 15px 30px;
/*	display: flex;
	align-items: center;	
	height: 55px;
	*/

	position: relative;

}
.li-danh-muc-cha
{
	text-transform: uppercase;
}
.li-danh-muc-con
{
	text-transform: none;
}
.li-danh-muc-con a
{
	font-size: 14px;
}
.nav ul li a
{
	text-decoration: none;
	color: #5d5d5d;
	transition: 1s;font-weight: bold;
	width: 100%;
}
.nav ul .menucha
{
	position: absolute;
	top: 101%;
	width: 260px;
	padding: 0 30px;
	left: 0;
	display: none;
	text-align: left;
	opacity: 0.9;
	
}
.nav ul li:hover .menucha
{
	display: block;
}
.nav ul .menucha li
{
	background-color: #FFF;
	padding: 0;
	transition: 1s;
	float: none !important;
	height: auto;
	line-height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #FFF;
}
.nav ul .menucha li:hover
{
	border-bottom: 1px solid #2f55a6;
}
.nav ul .menucha li:hover a
{
	color: #2f55a6;
	padding-left: 10px;
	transition: 1s;
}
.middle
{
	width: 100%;
	max-width: 1600px;
	margin-top: 45px;
}
.img-menu
{
	width: 1000px;
	margin: auto;
}
.img-li:hover
{
	box-shadow:5px 5px 10px #262323;
	transition: 0.5s
}
.img-li
{
	width: 235px;
	overflow: hidden;
	height: 205px;
	border-radius: 5px;
	position: relative;
	text-transform: uppercase;
	margin-right: 20px;
	margin-top: 20px;
	transition: 0.5s;	
}
.img-li:first-child
{
	width: 490px;
}
.img-li:nth-child(3)
{
	margin-right: 0;
}
.img-li:nth-child(6)
{
	width: 490px;
	margin-right: 0;
}
.img-li-tieude
{
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 98%;
	padding: 0% 1%;
	line-height: 22px;
	z-index: 2;
	color: #FFF;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
	border-color: #FFF transparent transparent transparent  !important ;
	margin-top: 0 !important;
}
.img-li-tieude img
{
	padding: 0 10px;
}
.img-li-maunen
{
	position: absolute;
	bottom: 0;
	height: 50%;
	width: 100%;
	background-image: linear-gradient(rgba(255,255, 255,0), #181459);
	z-index: 1;
}
.middle-tour-hot
{

	background-repeat: 100%;
}
.bg-tour-hot
{
	background:url('../img/back(2).jpg') no-repeat;
	background-repeat: 100%;
	margin-top: 20px;
	padding: 0px 0 40px 0;
}
.tour-hot
{
	width: 1000px;
	margin: auto;
	margin-top: 35px;
}
.icon-menu-mb
{
	display: none;
}
.tour-hot-top
{
	text-align: center;
}
.tour-hot-top-tieude
{
	font-size: 28px;
	font-weight: bold;
	color: #5d5d5d;
	margin-top: 15px;
}
.tour-hot-bot
{
	width: 1000px;
	margin: auto;
}
.tour-hot-bot-li
{
	width: 228px;
	border: 1px solid #d9cece;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 26px;
}
.tour-hot-bot-li:first-child
{
	margin-left: 0px;
}
.tour-hot-bot-li:nth-child(5)
{
	margin-left: 0px;
}
.tour-hot-bot-li:hover
{
	box-shadow:5px 5px 10px #ccced5;
}
.tour-hot-bot-li a
{
	text-decoration: none;
	color: #5d5d5d;
}
.tour-bot-li-img
{
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.tour-hot-bot-li:hover img
{
	width: 110%;
	
	transition: 1s;
}
.tour-hot-bot-li img
{
	width: 100%;
	transition: 1s;
}
.tour-bot-li-text
{
	padding: 8px 8px;
	height: 110px;
	position: relative;
	background-color: #FFF;
}
.tour-bot-li-text-tieude
{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #5d5d5d;
}
.tour-bot-li-text-info
{
	/*position: absolute;*/
	bottom: 15px;
	width: calc(100% - 30px);
}
.tour-bot-lo-text-info-noidung
{
	font-size: 14px;
}
.tour-bot-lo-text-info-dangki
{
	background-color: #2f55a6;
	color: #FFF;
	padding: 4px 12px;
	font-size: 14px;
	border-radius: 4px;
	right: 5px;
	bottom: 5px;
	position: absolute;
}
.noibat
{
	width: 100%;
	max-width: 1600px;
	margin-top: 35px;
}
.noibat-tour
{
	width: 1000px;
	margin: auto;
	text-align: center;
}
.noibat-tour-top-tieude
{
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #5d5d5d;
	margin-top: 15px;
	width: 96%;
	margin: auto;
}
.noibat-tour-pre
{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.noibat-tour-next
{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.noibat-tour-bot
{
	width: 1000px;
	overflow: hidden;

	margin:50px 0;
}
.noidung-tour-bot-chua
{
	width: 2000px;
	transition: 1s;
}
.noibat-tour-bot-li
{
	/*width: 232px;*/
	height: 280px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	margin: 0  12px;
	/*margin-left: 24px;*/
}
.noibat-tour-bot-li img
{
	max-width: 100%;
	position: relative;
}
.noibat-tour-bot-li:first-child
{
	
}
.noibat-tour-bot-li:nth-child(4n+1)
{
	
}
.noibat-tour .img-li-tieude
{
	text-align: left;
}
.in-house
{
	height: 420px;
	width: 100%;
	max-width: 1600px;
	background: url('../img/nen.jpg') no-repeat;
}
.in-house-box
{
	width: 1000px;
	margin:auto;
	height: 100%;
	display: flex;align-items: center;
}
.in-house-box-left
{
	width: 600px;
	
}
.chutrang
{
	color: #FFF;
}
.chuvang
{
	color: #e2dc1d;
}
.in-house-box-left-tieude
{
	font-size: 50px;
	font-weight: bold;
}
.in-house-box-left-noidung
{
	font-size: 18px;
	color: #FFF;
	text-align: justify;
	margin:15px 0;
}
.in-house-box-left-luachon-box
{
	width: 195px;
	height: 50px;
	border: 1px solid #FFF;
	margin-right: 20px;
	background: #FFF;
	border-radius: 25px;
	font-size: 24px;
	cursor: pointer;
	display: flex;
	align-items: center;justify-content: center;
	color: #5d5d5d;
}
.in-house-box-left-luachon-box a
{
	color: #5d5d5d;
	text-decoration: none;
}
.in-house-box-left-luachon .active
{
	color: #FFF;
	background-color: #2f55a6;
}
.in-house-box-left-luachon .active a
{
	color: #FFF;
	background-color: #2f55a6;
}
.tonghop
{
	width: 100%;
	max-width: 1600px;
	margin: 50px 0px;
}
.tonghop-tour
{
	width: 1000px;
	margin: auto;
}
.tonghop-video
{
	width: 505px;
}
.tonghop-video-tieude
{
	height: 32px;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #5d5d5d;
	font-weight: bold;
}
.tonghop-video-tieude img
{
	padding-right: 15px;
}
.tonghop-video-top
{
	width: 100%;
	height: 280px;
	margin-top: 35px;
}
.tonghop-video-top img
{
	width: 100%;
}
.tonghop-video-bot-li
{
	width: 31%;margin-left:3.5%; 

}
.tonghop-video-bot-li:first-child
{
	margin-left:0%; 
}
.tonghop-video-bot
{
	margin-top: 15px;
}
.tonghop-video-bot-li img
{
	width: 100%;
}
.tonghop-tintuc
{
	width: 460px;
}
.tonghop-tintuc-noidung

{
	margin-top: 35px;
}
.tonghop-tintuc-noidung-li
{
	padding-bottom: 12px;
	margin-top: 12px;
	border-bottom: 1px solid #e4e3e3;
}
.tonghop-tintuc-noidung-li:first-child
{
	margin-top: 0;
}
.tonghop-tintuc-noidung-li:last-child
{
	border: none;
	padding-bottom: 0px;
}
.tonghop-tintuc-noidung-li-left
{
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.tonghop-tintuc-noidung-li-left img
{
	width: 100%;

}
.tonghop-tintuc-noidung-li-right
{
	width: 380px;
}
.tonghop-tintuc-noidung-li-tieude
{
	font-size: 14px;
	color: #5d5d5d;
	font-weight: bold;
	height: 30px;
}
.tonghop-tintuc-noidung-li-time
{
	height: 30px;
	display: flex;align-items: center;
	font-size: 14px;
	color: #2f55a6;

}
.tonghop-tintuc-noidung-li-time img
{
	margin-right: 10px;
}
.nhanxet
{
	width: 100%;
	max-width: 1600px;
	margin: auto;
	margin-bottom: 50px;
}
.nhanxet-1000
{
	width: 1000px;
	margin: auto;
}
.nhanxet-tieude
{
	font-weight: bold;
	font-size: 24px;
	color: #5d5d5d;
}
.nhanxet-tieude-left
{
	height: 41px;
	width: 30%;
	display: flex;align-items: center;
}
.nhanxet-tieude-left img
{
	padding-right: 15px;
}
.nhanxet-tieude-right
{
	width: 68%;
	border-bottom: 1px solid #dbdada;
	height: 41px;
	position: relative;
}
.nhanxet-tieude-right-bottom
{
	position: absolute;
	right: 0;
	bottom: 0;
}
.nhanxet-khachhang-li
{
/*	width: 48%;*/
	margin:0 20px;
}
/*.nhanxet-khachhang-li:first-child
{
	margin-left:0;
}*/
.nhanxet-khachhang-li-img
{
	margin: 30px 0;
}
.nhanxet-khachhang-li-text
{

	font-size: 14px;
	font-style: italic;
	color: #5d5d5d; line-height: 25px;
	text-align: justify;
}
.nhanxet-khachhang-li-hinh
{
	height: 65px;
	margin-top: 30px;
	font-style: italic;
	display: flex;align-items: center;
}
.nhanxet-khachhang-li-hinh img
{
	margin-right: 10px;
}
.hinhanh
{
	width: 100%;
	overflow: hidden;
	height: 180px;
	max-width: 1600px;
}
.hinhanh-img
{
	width: 16.66%;
	height: 100%;
	position: relative;
	overflow:hidden;
	cursor: pointer;
	transition: 1s;


}
.hinhanh-mau
{
	position: absolute;
	top: 0;
	width: 100%;
	    background-image: linear-gradient(#2D3389, #181459);
	    transition: 1s;
	  z-index: 1;
	  opacity: 0.3;
	height: 0;
}
.hinhanh-mau2
{
	position: absolute;
	bottom: 0;
	width: 100%;
	    background-image: linear-gradient(#2D3389, #181459);
	    transition: 1s;
	  z-index: 1;
	  opacity: 0.3;
	height: 0;
}
.viendoc-1
{
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 1px;
	background-color: #FFF;
	height: 0;
	transition: 1s;
	z-index: 1;

}
.viendoc-2
{
	position: absolute;
	top: 0;
	left: 75%;
	width: 1px;
	background-color: #FFF;
	height: 0;
	transition: 1s;
	z-index: 1;

}
.hinhanh-chugiua
{
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	font-weight: bold;
	color: #FFF;
}
.hinhanh-img img
{
	width: 100%;
	transition: 1s;
	z-index: 3;
}
.hinhanh-img:hover img
{
	width: 110%;
	transition: 1s;
	z-index: 3;
}
.hinhanh-img:hover .hinhanh-mau
{
	height: 100%;
}
.hinhanh-img:hover .hinhanh-mau2
{
	height: 100%;
}
.hinhanh-img:hover .viendoc-1
{
	height: 100%;
}
.hinhanh-img:hover .viendoc-2
{
	height: 100%;
}
.hinhanh-img:hover .hinhanh-chugiua
{
	width: 100%;
	height: 100%;
	display: flex;align-items: center;
	justify-content: center;
}
.thanthiet
{
	width: 100%;
	max-width: 1600px;
}
.thanthiet-1000
{
	width: 1000px;
	height: 140px;
	display: flex;align-items: center;
	margin: auto;
}
.thanthiet-li
{
	width: 25%;
}
.thanthiet-li2
{
	width: 50%;
}
.thanthiet-li3
{
	width: 25%;
	margin-top: 40px;
}

footer
{
	max-width: 1600px;
	width: 100%;
	height: 296px;
	background: url('../img/d.jpg') no-repeat;
}
.footer-info
{
	width: 1000px;
	margin: auto;
}
.footer-info-li
{
	padding-top: 50px;
	width: 30%;
	color: #FFF;
	line-height: 30px;
	margin-left: 5%;
}
.footer-info-li:first-child
{
	margin-left: 0;
}
.footer-info-li2
{
	padding-top: 50px;
	width: 27%;
	color: #FFF;
	line-height: 30px;
	margin-left: 6.5%
}
.footer-info-li2 input[type="email"]
{
	width: 189px;
	height: 30px;
	border: 1px solid #FFF;
	outline: 0;
	background: none;
	color: #FFF;
	padding-left: 10%;
	background: url('../img/mail.png') no-repeat 8px;
}
.footer-info-li2 input[type="submit"]
{
	width:  52px;
	border: none;
	outline: 0;
	height: 32px;
	border: 1px solid #FFF;
	background: url('../img/send-bot.png') no-repeat;
	background-position: 50%;
	background-color: #FFF;
}
.footer-icon
{
	padding-top: 15px;
}
.footer-info-li-tieude
{
	font-size: 24px;
	height: 68px;
	display: flex;align-items: center;
}
.chat-sdt
{
	position: fixed;bottom: 0;
	left: 0;
	
	display: flex;align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #FFF;
	opacity: 0.7;
	z-index: 1000;

}
.tieudesearch
{
	margin-right: 5px;
}
.chat-sdt-left
{
	width: 120px;
	background-color: #2D3389;
	height: 35px;
	display: flex;align-items: center;
	justify-content: center;position: relative;
}
.chat-sdt-right
{
	position: relative;
	height: 34px;
	width: 160px;
	background-color: #FFF;
	border-top: 1px solid #eee;
	color: black;
		display: flex;align-items: center;
	justify-content: center;position: relative;
}
.chat-sdt-right:after
{
	content: "";
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-left: 20px solid #2D3389;
	position: absolute;

	left: 0;
	border-bottom: 18px solid transparent;
}
  .giagiam
                {
                    margin-right: 10px;
                    font-size: 11px;
                    text-decoration: line-through;
                    color: #eee;
                }
                .giamdagiam
                {
                    font-weight: bold;
                    padding-right: 5px;
                }
	.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:black;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}.slick-lightbox .slick-next{right:15px}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox-close:focus{outline:none}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}
	*:focus{outline : none !important}
@media only screen and (max-width: 768px) {
	body
	{
		max-width: 768px;

	}
	a{
		text-decoration: none;
	}
	body img
	{
		max-width: 100%;
	}
	header
	{
		height: auto;
	}
	.header
	{
		width: 100%;
	}

	.header .phone, .header .mail
	{
		display: none;
	}
	.header-top
	{
		padding: 2% 2% 0 2%;
	}
	.header-bot
	{
		padding: 2%;
	}
	.logo
	{
		float: none;
		text-align: center;
		height: auto;
		display: flex;align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.header-bot .search
	{
		height: auto;
		display: block;
		float: none;
		width: 100%;
		margin-top: 4px;
	}
	.tieudesearch
	{
		display: none;
	}
	.search form 
	{
		text-align: center;
	}
	.search form select
	{
		width: 33%;
		margin: auto;
		height: 30px;
		left: 0;
		right: 0;
		margin-top: 2%;

	}
	.search form button
	{
		margin-top: 2%;
		margin-left: 1%;
		height: 30px;
	}
	.banner 
	{
		
	}
	.menu
	{
		width: 100%;
		max-width: 768px;
	}
	.nav
	{
		width: 95%;
		display: none;
		justify-content: none;
	}
	.nav ul
	{
		display: none
	}
	.menu-mobile
	{
		position: relative;
		z-index: 2;
	}
	.middle
	{
		margin-top: 0;
	}
	.img-menu
	{
		width: 96%;
	}
	.img-li
	{
		width: 100%;
	}
	.img-li img

	{
		width: 100%;
	}
	.img-li:first-child
	{
		width: 100%;
	}
	.img-li:last-child
	{
		width: 100%;
	}
	.middle-tour-hot
	{
		
	}
	.tour-hot
	{
		width: 96%;
	}
	.tour-hot-bot
	{
		width: 96%;
	}
	.tour-hot-bot-li
	{
		width: 47%;
		margin-left: 4%;
	}
	.tour-hot-bot-li:nth-child(2n+1)
	{
		margin-left: 0;
	}
	.tour-hot-bot-li:nth-child(n+5)
	{
		margin-left: 0;
		display: none;
	}
	.tour-bot-li-text-tieude
	{
		font-size: 16px;
		padding-bottom: 0;
		position: initial;
	}
	.tour-bot-li-img
	{
		height: auto;
	}
	.noibat
	{
		
	}
	.noibat-tour
	{
		width: 100%;
	}
	.noidung-tour-bot-chua 
	{
		width: 400%;
	}
	.noibat-tour-bot
	{
		width: 100%;
	}
	.noibat-tour-bot-li
	{
		width: 12%;
		margin-left: 1%;
		height: auto;
	}
	.noibat-tour-bot-li img
	{
		max-width: 100%;
	}
	.noibat-tour-bot-li:nth-child(2n+1)
	{
		
	}
	.in-house
	{
		height: auto;	
	}
	.in-house-box
	{
		width: 96%;	
		height: auto;	
	}
	.in-house-box-left
	{
		width: 100%;	
		height: auto;
		padding: 15% 0;
	}
	.in-house-box-left-tieude
	{
		font-size: 30px;
	}
	.in-house-box-left-noidung
	{
		font-size: 13px;
	}
	.in-house-box-left-luachon-box
	{
		width: 40%;	
		font-size: 18px;
	}
	.tonghop
	{
		
	}
	.tonghop-tour
	{
		width: 96%
	}
	.tonghop-video
	{
		width: 100%;
	}
	.tonghop-video-top
	{
		
	}
	.tonghop-tintuc
	{
		width: 100%;
		margin-top: 50px;
	}
	.tonghop-tintuc-noidung-li-left
	{
		width: 25%;
		height: auto;
	}
	.tonghop-tintuc-noidung-li-right
	{
		width: 70%;
		line-height: 140%;
	}
	.tonghop-tintuc-noidung-li-tieude
	{
		height: auto;
	}
	.nhanxet
	{
		
	}
	.nhanxet-1000
	{
		width: 96%;
		overflow: hidden;
	}
	.nhanxet-tieude-left
	{
		width: 80%;
	}
	.nhanxet-tieude-right
	{
		width: 18%;
	}
	.nhanxet-khachhang-li
	{

		/*width: 25%;*/
	}
	.nhanxat-khungchua
	{
	/*	width: 400%;*/
	}
	.hinhanh
	{
		height: auto;
		overflow: hidden
	}
	.hinhanh-khungchua
	{
		width: 300%;
	}
	.hinhanh-img
	{
		height: auto;
		width: 16.66%
	}
	.thanthiet
	{
		display: none;
	}
	footer
	{
		background-color: black; height: auto;
		text-align: center;
	}
	.footer-info
	{
		width: 96%;
	}
	.footer-info-li 
	{
		margin-left: 0;
		width: 100%;
		float: none;
	}
	.footer-info-li2
	{
		display: none;
	}
	.menu-mobile
	{
		display: block !important;
	}
	.language 
	{
		position: relative;z-index: 2;
	}
	.language-tt
	{
		font-size: 12px;
		display: none !important;
	}
	.icon-menu-mb
	{
		display: block;
	}
	.header-top .icon
	{
		display: none;
	}
	.chat-sdt
	{
		display: none;
	}
	.banner
	{

	}
	.tour-bot-li-text-info
	{
		position: initial;
		margin-top: 5px;
	}
	.tour-bot-lo-text-info-noidung
	{
		font-size: 12px;
	}
	.tour-bot-lo-text-info-dangki
	{
		right: 5%;
		bottom: 5%;
	}
	.nghean-alo-phone-img-circle
	{
		top: 40px;
		left: 40px;	
	}
}
