*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}
ul{
	margin-left: 20px;	
}
.container-bgr {
	background-color: #eee;
}
/*menu*/
.bgr-menu {
	background: #fff;
}

.fl-right {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

.fl-right i {
	margin-right: 5px;
}

.fl-right a {
	color: #fff;
}
/*menu top*/
.menu-top {
	background: #021446;
	/*overflow: hidden;*/
	color: #fff;
	line-height: 20px;
	/*padding: 8px 0 0;*/
}

/*slider*/
.img-slier {
	width: 100%;
}

.owl-nav i {
	background: #fff;
	padding: 11px 14px;
	border-radius: 50px;
}

.owl-nav i:hover {
	opacity: 0.8;
	box-shadow: 1px 1px 1px 0px #eee;
}

.owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 10px;
}

.owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 10px;
}
/*index content 1*/
.title-h2 {
	color: #021446;
	font-size: 23px;
	text-transform: uppercase;
	border-bottom: 0.07em solid #021446;
	margin: 30px 15px;
	padding-bottom: 7px;
}

.item-content span.price-n {
	text-decoration: line-through;
	font-size: 18px;
	margin-right: 5px;
}

.item-content strong.price-s {
	color: #ca1300;
	font-size: 23px;
}

.lt {
	margin-bottom: 20px;
	/*min-height:340px;
	overflow:hidden;*/
	position: relative;
}

.price-t {
	position: absolute;
	top: 64.5%;
	background: rgba(2, 20, 70, 0.49);
	color: #fff;
	padding: 5px 10px;
}

.title-h4 a {
	color: #021446;
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp: 2;
	-webkit-box-orient:vertical;
}
@media(min-width:768px){
	.title-h4 a{
		min-height: 39px;
	}
}

.title-h4 a:hover, .title-h4 a:active, .title-h4 a:focus {
	color: #021446;
	text-decoration: none;
	outline: none;
}

.mgr-h2 {
	margin-bottom: 0px;
	font-size: 23px;
	color: #021446;
}

/*footer*/
footer {
	background-color: #010921;
	color: #fff;
}

footer a {
	color: #fff;
}

footer #cssmenu {
	float: left;
}

footer #cssmenu > ul > li {
	border-right: 1px solid #9a989838;
}

footer #cssmenu > ul > li:last-child {
	border: none;
}

footer #cssmenu > ul > li > a {
	line-height: 20px;
	color: #fff;
}

footer #cssmenu ul {
	margin: 10px 0;
}

.menu-bgr-footer {
	background-color: rgba(31, 39, 66, 0.4);
}

.contact i {
	margin-right: 10px;
}

#footer-bgr {
	padding: 30px 0;
}

ul#social {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#social li {
	width: auto;
	float: left;
	list-style: none;
	padding-right: 8px;
	color: #f0ad4e;
}

#social li a {
	color: #fff;
	font-size: 15px;
}
/*about*/
.img-h2 {
	width: 200px;
	margin: 0 auto;
	display: table;
	margin-bottom: 30px;
}

h2.text-center::after {
	position: absolute;
	top: 32px;
	right: 49.9%;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.uppercase {
	text-transform: uppercase;
}

.navbar-form .btn-xs {
	padding: 3.5px 5px;
	background: #ca1300;
	border-color: #ca1300;
}

.menu-top .navbar-form {
	width: 48%
}

@media (max-width:700px) {
	.price-t {
		top: 58.5%;
	}

	.datphongngay {
		padding: 10px 70px;
	}
}

#my_popup popup {
	color: #fff;
	background: #000410;
}

.title-h3 {
	color: #003580;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 2px 0px;
	margin-top: 23px;
}

.tour-relates {
	width: 100%;
	float: left;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}

.tour-relates img {
	width: 80px;
	float: left;
	margin-right: 10px;
}

.img-border {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	margin-top: 3px;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
.tour-relates h3 {
	font-size: 14px;
	margin-top: 8px;
	font-weight: bold;
	line-height: 21px;
}
.tour-relates h3 a {
	color: #005694;
}

