body {
	font-family: 'Roboto Condensed' !important;
	font-size: 13.5px !important;
	color: #555555 !important;
}
ul {
	margin-left: -10px;
}
ul li {
	display: inline;
}
.prices-from:hover .detail-hide {
	display: block;
}
.prices-from:hover {
	background-color: #fef4cc;
	border: 1px solid #fcc800;
	border-radius: 3px;
	display: block;
	padding: 2px 0px;
	position: relative;
	text-align: center;
	-moz-transition: 0.5s; /* Safari */
	-o-transition: 0.5s; /* Safari */
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
.prices-to:hover {
	background-color: #fef4cc;
	border: 1px solid #fcc800;
	border-radius: 3px;
	display: block;
	font-size: 13.5px;
	font-weight: bold;
	line-height: 1.3;
	padding: 2px 0px;
	position: relative;
	text-align: center;
	-moz-transition: 0.5s; /* Safari */
	-o-transition: 0.5s; /* Safari */
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
.prices-to:hover .detail-hide {
	display: block;
}
.prices-from{
	color: #000;
	font-weight: bold;
	padding: 10px 0px;
	text-decoration: none;
	border-bottom: 1px solid #918f8f; 
	height: 43px;
	text-align: center;
	margin-bottom: 0px;
	width: 50px;
	margin: 0 auto;
}

.prices-to {
	color: black;
	font-weight: bold;
	padding: 10px 0px;
	text-decoration: none;
	height: 43px;
	text-align: center;
	margin: 0 auto;
	width: 50px;
}
.lines {
	margin-top: 20px;
	font-weight: bold;
}
#time {
	color: #ff6600;
	font-weight: bold;	
}
ul li span {
	font-weight: bold;
}
.times {
	font-weight: bold;
	background: #666767;
	color: black;
	/*border: 3px solid #a5b4bb;*/
}
.times td {
	text-align: center;
}
td span.next input.button-next {
	background: #ff6600 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    height: 30px;
    width: 100px;
    margin-top: 30px;
}
#action {
	background-color: #fef4cc;
    border: 1px solid orange;
    border-radius: 3px;
    padding: 7px 0px;
    display: block;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    text-align: center;
}
/*tbody.content tr {
	border-bottom: 2px solid #ff6600;
}*/
.active h2 {
	color: #eb2d2a;
    font-weight: 700;
    margin-left: 30px;
    font-size: 20px !important;
}
span.live {
    background-color: #ed2b2a;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin: 0 5px;
    padding: 6px 7px;
    position: relative;
    right: 4px;
    top: -3px;
}
.hidden{
	display: none;
}
.show {
	display: block;
}
.modal-body .content {
    display: inline-block;
    margin-top: -10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.modal-body .content .note {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.modal-body .paxCountSelector {
    color: #333;
    font-size: 12px;
}
.paxCountSelector .additional {
    display: block;
    float: none;
    width: 100%;
}
.fieldBlock {
    margin: 5px 0;
    width: 100%;
}
.paxCountSelector .additionalBlock-adults, .paxCountSelector .additionalBlock-children, .paxCountSelector .additionalBlock-senior {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    float: none;
    height: 100px;
    margin-left: 2px;
    overflow: hidden;
    vertical-align: top;
    width: 20%;
}
.innerBlock-small {
    padding: 10px;
}
.pax-count-title-shown {
    animation: 350ms ease 0s normal none 1 running pax-count-title-shown;
    margin-top: 0;
    opacity: 1;
}
.additionalBlock-label, .flightDate-label {
    color: #999;
    display: block;
    font-size: 12px;
    transition: margin-top 0.3s ease 0s;
}
.paxCountSelector .additionalBlock-choosing-age {
    height: 37px;
}
.paxCountSelector .additionalBlock-choosing-age, .paxCountSelector .additionalBlock-choosing-descript {
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    width: 50%;
}
.blockTitle {
	font-size: 30px !important;
	margin-top: -10px;
}
.hiddenCalendar {
	margin-right: 10px;
	margin-top: 8px;
}
.submit-form {
    background: #ff6600 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    height: 35px;
    width: 110px;
}
.thongbao {
	color: red;
	font-weight: bold;
	font-size: 15px;
}
ul.faqs {
	margin-top: 10px;
}
ul.faqs li{
	display: block;
}
ul.faqs li span{

}
h2 {
	font-size: 23px !important;
	line-height: 15px !important;
}
.flightfrom {
	line-height: 19px;
	height: 32px;
	margin-top: 10px;
	font-weight:bold;
	margin-left: 10px;
	color: #000;
}
.flightto {

}
.detail-hide {
	font-size: 12px;
	font-weight: normal;
	display: none;
}
#roundTripTicket {
	background: #ff6600 none repeat scroll 0 0;
	color: white
}
#roundTripTicketTo {
	background: #ff6600 none repeat scroll 0 0;
	color: white
}
#oneWayTicket {
	background: white;
	color: black;
	border:2px solid #ff6600;
}
#oneWayTicketTo {
	background: white;
	color: black;
	border:2px solid #ff6600;
}
#oneWayTicketTo:hover {
	background: #ff6600 none repeat scroll 0 0;
	color: white
}
#oneWayTicket:hover {
	background: #ff6600 none repeat scroll 0 0;
	color: white
	border-color: #ff6600;
}
#oneWayTicket:hover #roundTripTicket {
	background: white !important;
	color: black !important;
	border:2px solid #ff6600 !important;
}
p.flightto {
	margin-left: 10px !important;
	font-weight: bold;
	color: #000;
}
table {
	font-family: 'Roboto', arial;
}
ul.share-fb {
	float: right;
	margin-top: 85px;
	position: relative;
}
.share-fb li {
	float: left;

}
.share-fb li img{
	
}

.is-fixed {
/* on Firefox CSS transition/animation fails when parent element changes position attribute*/
/* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
	position: fixed;
	left: 0;
	top: 0;
	height: 70px;
	width: 100%;
}
ul.menuTop {
    background: #676767 none repeat scroll 0 0;
    border: 2px solid #676767;
    border-top:0;
    color: rgb(85, 85, 85) !important;
    font-family: arial;
    font-weight: bold;
    min-height: 100px;
    line-height: 34px;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: auto;
    margin-top: 0;
    padding-left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

ul.menuTop .main-nav{
	text-align: right;
}
ul.menuTop .main-nav a{
	font-weight: bold;
    text-transform: uppercase;
    color: #676767;
    font-size: 19px;
    font-family: UTM-CAFETA;
}
ul.menuTop>li {
	float: left;
	width: 20%;
}
ul.menuTop li.month-flight {
	float: left;
	width: 8.8% !important;
	text-align: center;
}

ul.menuTop ul#menu-menu-2{
	padding-left:0;
	margin-top: 16px;
}
ul.menuTop ul#menu-menu-2 li{
	padding: 0 2%;
}

ul.menuTop ul#menu-menu-2 li a:hover{
	color:#ff6600;
}

#myModal1 .modal-content {
	margin: 50% auto !important;
}
#myModal2 .modal-content {
	margin: 50% auto !important;
}

ul#menu-menu-1 {
	padding-top: 10px !important;
}

ul#menu-menu-1 li {
	padding: 0 2%;
	display: inline-block;
    text-align: center;
}

ul#menu-menu-1 li:hover a {
	color: #ff6600;
}

ul#menu-menu-1 li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #676767;
	font-size: 19px;
}
.container {
	width: 100% !important;
}
#content {
	margin: 0px auto;
}

li.current-menu-item a{
	border-bottom: 4px solid #ff6600;
}

li.current-menu-item a {
	color: #ff6600 !important;
}
li.active {
	border-bottom: 4px solid #ff6600;
	padding-bottom: 10px !important;
}
a.active {
	color: #ff6600 !important;
}
ul.flight-airport li.time {

}
ul.flight-airport li {
	display: inline;
}
ul.flight-airport li select {

}
ul.flight-airport {
    background: white none repeat scroll 0 0;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
.times select.form-control {
	width: 156% !important;
}
.faqs {
	margin-bottom: 0px !important;
}
.sododuongdi p {
	color: #1c1c1c !important;
}
td.month-flight {
	padding-top: 11px !important;
	color: #fff;
}
li.month-flight {
	padding-top: 6px !important;
	color:#fff;
}
.thongtin {
    padding: 0 0 10px !important;
}

.rpbt_shortcode ul{
	list-style: circle;
    background: #f9f7f7;
    border-left: 7px solid #000;
    padding-left: 31px;
}

.rpbt_shortcode ul li{
    display: block;
    list-style: circle;
    padding: 5px 0px;
    border-bottom: 1px dotted;
    list-style-type: disc;
}

.rpbt_shortcode ul li:last-child{
	border-bottom:0px;
}

.rpbt_shortcode ul li:before{
	content: '•';
	margin-right:10px;
}