﻿@charset "utf-8";
/* CSS Document */
.body
{
	line-height: 1.5;
}
.tuuu {
    padding: 25px;
    margin-left: -15px;
    background-color: #FFFFFF;
    margin-right: -15px;
}


.promotion-container {
}

    .promotion-container .row {
        margin-bottom: 25px;
    }

        .promotion-container .row:last-child {
            margin-bottom: 0px;
        }

    .promotion-container .img-responsive {
        width: 100%;
    }

.item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    float: none;
    width: 278px;
    height: 75px;
}

    .item image {
        padding: 5px;
    }

    .item span {
        color: #FFF;
        font-size: 30px;
        display: block;
		text-shadow: 1px 1px #dddddd;
    }

.col-md-12 .item span {
    font-size: 30px;
}

.col-md-8 .item span {
    font-size: 30px;
}

.col-md-4 .item span {
    font-size: 30px;
}

#logo {
    margin-left: 25px;
}

#hoteltab {
    margin-left: 5px;
}

#promotiontab {
    margin-left: 5px;
}
#charterflighttab {
    margin-left: 5px;
}

input[type=text],[type=email],[type=password], select {
    width: 100%;
    padding: 0px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
	height: 35px;
}

@media (min-width:992px) 
{
	input[type=text],[type=email],[type=password], select {
    width: 100%;
    padding: 0px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
	height: 35px;
}
}

/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: rgba(255,255,255,0);
    border-radius: 15px 15px 0px 0px;
}

    /* Style the buttons inside the tab */
    div.tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        /*cursor: pointer;*/
        padding: 14px 16px;
        transition: 0.3s;
        border-radius: 15px 15px 0px 0px;
        background-color: rgba(121,146,151,1);
    }

        /* Change background color of buttons on hover */
        div.tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        div.tab button.active {
            background-color: rgba(255,8,17,1);
        }

/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
}

#banner2 {
    margin-left: 96px;
    margin-right: 97px;
}

#banner3 {
    margin-left: 96px;
    margin-right: 97px;
}

#banner4 {
    margin-left: 95px;
    margin-right: 97px;
}




#tab {
    margin-left: 25px;
}

#flightsearch {
    margin: 20px 0px;
}

#hotelsearch {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footerlabel {
    margin-top: 20px;
    margin-left: 10px;
}

#social {
    margin-left: 10px;
}

#imgIATA {
    float: right;
}

#txtbanner {
    font-size: 25px;
    margin-top: 20px;
    font-weight: bold;
    color: #3C3C3C;
}

#selectlang {
    text-align: end;
    /*margin-top: 15px;*/
    margin-right: 50px;
}

.ulSelectLang
{
    text-align: end;
    margin-right: 50px;

}

.dropdown
{
	height: 35px; 
	color: #000000; 
	padding: 0px 10px;
}

.dropdownFix
{
	width:100px;
	height: 35px; 
	color: #000000; 
	padding: 0px 10px;
}

.removeRoom
{
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
    background-color: #4C7FB6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width:15px;
    height:15px;
    float:left;
    text-align:center;
    vertical-align:middle;
    line-height:15px !important;
}

.txtAddRoom
{
    text-decoration:underline;
    cursor:pointer;
    color:#FFFFFF;
	margin:10px;
}

.txtAddRoom2
{
    text-decoration:underline;
    cursor:pointer;
    color:#000000;
	margin-right:10px;
}

@media screen and (min-width: 320px) and (max-width:800px) {

    #logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #hoteltab {
        margin-left: 0px;
    }

    #promotiontab {
        margin-left: 0px;
    }

	#charterflighttab {
        margin-left: 0px;
    }
    div.tab {
        overflow: hidden;
        background-color: rgba(255,255,255,0);
        border-radius: 0px 0px 0px 0px;
    }

        /* Style the buttons inside the tab */
        div.tab button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            /*cursor: pointer;*/
            padding: 14px 16px;
            transition: 0.3s;
            width: 100%;
            background-color: rgba(121,146,151,1);
            border-radius: 0px 0px 0px 0px;
        }

            /* Change background color of buttons on hover */
            div.tab button:hover {
                /*background-color: #ddd;*/
				background-color: rgba(121,146,151,1);
            }

            /* Create an active/current tablink class */
            div.tab button.active {
                background-color: rgba(255,8,17,1);
            }

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 6px 12px;
    }


    #banner2 {
        margin-left: 0px;
        margin-right: 0px;
    }

    #banner3 {
        margin-left: 0px;
        margin-right: 0px;
    }

    #banner4 {
        margin-left: 0px;
        margin-right: 0px;
    }




    #tab {
        margin-left: 0px;
    }

    #flightsearch {
        margin: 20px 0px;
    }

    #footerlabel {
        margin-top: 10px;
        margin-left: 0px;
    }

    #social {
        margin-left: 0px;
    }

    #imgIATA {
        margin-right: 0px;
        float: right;
    }

    #txtbanner {
        font-size: 25px;
        margin-top: 20px;
        font-weight: bold;
        color: #3C3C3C;
    }

    #selectlang {
        text-align: center;
        margin-top: 15px;
        margin-right: 0px;
    }
}


table
{
	font-size:14px;
}

.btnSkipCart
{
    font-size:14px;
	text-decoration:underline;
	cursor: pointer;
}

.dvBox
{
	padding-top:15px;
	padding-bottom:15px;
}

.dvBox2
{
	padding-bottom:15px;
}

.dvBoxAirline
{
	padding:0px;
	border: 1px solid #EAEAEA;
}

.dvTripInfo
{
	line-height: 2;
}
.dvFilterTitle
{
	background-color: #5C5C5C;
	color:#FFFFFF;
	Font-weight: bold;
     font-size: 18px;
}

.dvFareInfo
{
	padding: 0px !important;
}

.dvAirlineFare
{
	background-color:#FFFFFF;
	padding-top:10px;
	height:60px;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}

.airlineActive
{
	border-bottom:3px solid #F9CF1B;
}

.dvAirlineFare:hover
{
	border-bottom:3px solid #F9CF1B;
    //box-shadow: 1px 1px 2px #888888;
}

.center {
  display: table;
  margin: auto;
}

.dvFareTable
{
	width:100%; 
	background-color:#FFFFFF;
	border: 1px solid #EAEAEA;
}

.dvFareTatble
{
	width:100%; 
	background-color:#FFFFFF;
}

.tbFareTatble
{
	width:100%;
}

.padddingAll
{
	padding:10px;
}

.lineSolid
{
    height:1px;
    background-color:#DEDEDE;
	padding: 0px !important;
}

.lineSolid2
{
    height:1px;
    background-color:#FFFFFF;
	padding: 0px !important;
}

.tbFareDetail
{
	width:100%;
	background-color:#5C5C5C;
	color:#FFFFFF;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tbFareDetail td
{
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
}

.btnBookNow
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnBookNow:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.tbTimeTable
{
	width:100%;
	margin-bottom:10px;
}

.tbTimeTable td
{
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
}

.tbGroupOfFlights
{
	width:100%;
}
.tbFlightDetail
{
    background-color: #EBEBEB;
	color: #000000;
	/*cursor:pointer;*/
	padding:0px;
}


.tbFlightDetail:hover
{
    //box-shadow: 1px 1px 5px #888888;
}

.tbFlightDetail td
{
	line-height:20px;
}

.tbFlightDetailActive
{
    background-color: #BFBFBF;
	/*color: #FFFFFF;*/
	/*color:#0051ba;*/
	padding:0px;
}

.tbFlightDetailActive:hover
{
    //box-shadow: 1px 1px 5px #888888;
}

.tbFlightDetailActive td
{
	line-height:20px;
}

.tbFlightDetailActive .txtCityDisp
{
	/*color:#0051ba;*/
	color:#000000;
}

.rowFlight
{
	margin-left: 0px!important; 
	margin-right: 0px !important;
	padding: 5px 0px;
}

.dvSearchBoxTitle
{
	color:#00000;
	Font-weight:bold;
	font-size:18px;
	background-color:#FFFFFF;
}

.dvSearchBoxContainer
{
	background-color:#FFFFFF;
}

.txtSearchTitle
{
	padding: 15px 0px 0px 15px;
}

.txtWithInput
{
	padding: 15px 0px;
}

.btnSearchFlight
{
    color:#000000;
	font-size: 18px;
    font-weight:bold;
    line-height:36px;
    height:35px;
    width:125px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
     background: -webkit-linear-gradient(#F9CF1B, #F9CF1B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F9CF1B, #F9CF1B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F9CF1B, #F9CF1B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F9CF1B, #F9CF1B); /* Standard syntax */
    background-color: #F9CF1B;
}

.btnSearchFlight:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.linetub {
  position: relative;
}
.linetub:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #000000;

}

.dvFareDetail
{
	background-color:#FFFFFF;
	padding: 10px 15px 5px 15px;
	border: 1px solid #EAEAEA;
}

.bgTotalFare
{
	background-color:#0051ba;
	height: 40px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.dvBoxTotalFare
{
	color:#FFFFFF;
	Font-weight:bold;
	margin-top: -53px;
}

.dvBoxTotalFare .row div
{
	line-height:30px;
}

.txtTitle
{
	font-size:18px;
	font-weight:bold;
}

.txtTitle2
{
	font-weight:bold;
	text-decoration:underline;
}

.dvInfoBoxTitle
{
	color:#000000;
	Font-weight:bold;
	font-size:18px;
}

.dvInfoBoxTitle2
{
	color:#0051ba;
	Font-weight:bold;
	font-size:18px;
}

.dvInfoBoxContainer
{
	background-color:#FFFFFF;
}

.dvInfoBoxContainer2
{
	background-color:#DEDEDE;
}
.dvInfoBoxContainer2 .row div
{
	vertical-align:middle;
}

.dvSubInfoBoxContainer
{
	background-color:#FFFFFF;
	padding:5px;
}

.tbPaxInfoContainer
{
	width:100%; 
}

.tbContactInfoContainer
{
	width:100%; 
}

.tbContactInfoContainer td
{
	padding:5px;
}

.tbHotelInfoContainer
{
	width:100%; 
}

.tbHotelInfoContainer td
{
	padding:5px;
}

.tbPaymentContainer
{
	width:100%; 
}

.tbPaymentContainer td
{
	padding:5px 0px 0px 0px;
}

.tbFareRuleContainer
{
	width:100%; 
}

.tbFareRuleContainer td
{
	padding:5px 0px 0px 0px;
}

.tabsnavi
{
    width:25%;
    vertical-align:top;
}

.infocontent
{
    width:75%;
    vertical-align:top;
}

.paxTab
{
    color:#000000;
    background-color:#EBEBEB;
    
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    
    cursor:pointer;
    padding:10px;
    font-weight:bold;
}

.paxTab_Active
{
    color:#FFFFFF;
    background-color:#FF0811;
	
	-webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	
    cursor:pointer;
    padding:10px;
    font-weight:bold;
}

.tabPaxSpace
{
    height:2px;
}

.tbPaxInput
{
	width:100%;
}

.tbPaxInput td
{
	padding-left:5px;
	padding-right:5px;
}

.btnDiscountCode
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
     background: -webkit-linear-gradient(#FF0811, #FF0811); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF0811, #FF0811); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF0811, #FF0811); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF0811, #FF0811); /* Standard syntax */
    background-color: #FF0811;
}

.btnDiscountCode:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.txtResultSuccess
{
    color:green;
    font-weight:bold;
}

.txtResultFail
{
    color:red;
    font-weight:bold;
}

.btnConfirmBooking
{
	color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnConfirmBooking:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.fareNote { border: solid #CCCCCC 1px; }
.fareNote td { font-size:11px; }
.fareNoteContent td { FONT-SIZE: 11px; background-color:#FFFFFF; }
.fareNoteTitle td { font-weight: bold; FONT-SIZE: 11px; background-color:#DEDEDE; }

.dvConfirmNoContainer
{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
	background-color: #0051ba;
	color:#FFFFFF;
}

.titleSummaryBox
{
    font-size:20px;
    font-weight:bold;
}

.titleContactBox
{
    font-size:18px;
    font-weight:bold;
}

.rowBarConfirmNo
{
    padding:5px 10px;
}

.barFlightConfirmNo
{
    font-size:18px;
	font-weight:bold;
    background-color:#76B6F3;
    padding:10px;
    color:#FFFFFF;
}

.col1
{
	width:25%;
}

.col2
{
	width:75%;
}

.col3
{
	width:100%;
}

.tbTripDetail
{
	width:100%;
}

.tbTripDetail td
{
	padding:5px;
}

.btnHome
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3x;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnHome:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnFilter
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:25px;
    height:25px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
     background: -webkit-linear-gradient(#FF0811, #FF0811); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF0811, #FF0811); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF0811, #FF0811); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF0811, #FF0811); /* Standard syntax */
    background-color: #FF0811;
}

.btnFilter:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnFilterName
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:25px;
    height:25px;
    width:50px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
     background: -webkit-linear-gradient(#FF0811, #FF0811); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF0811, #FF0811); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF0811, #FF0811); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF0811, #FF0811); /* Standard syntax */
    background-color: #FF0811;
}

.btnFilterName:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.startFilter
{
	margin-top: -5px;
	margin-bottom: 0px !important;
}

.linkPage
{
    text-decoration:underline;
    cursor:pointer;
    color:Blue;
}

.linkFirst
{
    cursor:pointer;
	display:none;
}

.linkPrevious
{
    cursor:pointer;
	display:none;
}

.linkPreviousSmall
{
	cursor:pointer;
	display:inline;
}

.linkNext
{
    cursor:pointer;
	display:none;
}

.linkNextSmall
{
    cursor:pointer;
	display:inline;
}

.linkLast
{
    cursor:pointer;
	display:none;
}

.linkTab
{
    cursor:pointer;
}

@media (min-width:992px) 
{
	.linkFirst
	{
		cursor:pointer;
		display:inline;
	}
	
	.linkPrevious
	{
		cursor:pointer;
		display:inline;
	}
	
	.linkPreviousSmall
	{
		cursor:pointer;
		display:none;
	}

	.linkNext
	{
		cursor:pointer;
		display:inline;
	}
	
	.linkNextSmall
	{
		cursor:pointer;
		display:none;
	}

	.linkLast
	{
		cursor:pointer;
		display:inline;
	}
	
	.linkTab
	{
		cursor:pointer;
		display:inline;
	}
}

.tdHotelCol1
{
    width:20%;
    vertical-align:top;
}

.tdHotelCol2
{
    width:60%;
    vertical-align:top;
}

.tdHotelCol3
{
    width:20%;
    vertical-align:top;
}

.txtHotelName
{
    font-weight:bold;
}

.txtDiscountSave
{
    color:#FF0410;
    font-weight:bold;
}

.txtSaleH
{
    font-size:11px;
    font-weight:normal;
    text-decoration:line-through;
}
.txtHotelPrice
{
    font-size:15px;
    font-weight:bold;
}

.btnAddHotel
{
    color:#FFFFFF;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#1C5B9E, #1C5B9E); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1C5B9E, #1C5B9E); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1C5B9E, #1C5B9E); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1C5B9E, #1C5B9E); /* Standard syntax */
    background-color: #1C5B9E;
}

.btnAddHotel:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnHotelSearch
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
     background: -webkit-linear-gradient(#FF0811, #FF0811); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF0811, #FF0811); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF0811, #FF0811); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF0811, #FF0811); /* Standard syntax */
    background-color: #FF0811;
}

.btnHotelSearch:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.tbHotelDetail
{
	width:100%;
}

.tbHotelDetail td
{
	padding:0px 10px;
	line-height:25px;
}

.btnBookHotel
{
    color:#000000;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:50px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#FBCE00, #FBCE00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FBCE00, #FBCE00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FBCE00, #FBCE00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FBCE00, #FBCE00); /* Standard syntax */
    background-color: #FBCE00;
}

.btnBookHotel:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnTab
{
	margin:5px;
	float:left;
    color:#000000;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:250px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    background-color: #DEDEDE;
}

.btnTab:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnTabActive
{
    background-color: #0051ba;
	color:#FFFFFF;
}

.tbTabDetail
{
	width:100%;
	padding: 5px;
}

.txtCaption
{
	padding-top:10px;
	font-size:11px;
}

.btnDiscountCodeDisable
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    background: -webkit-linear-gradient(cccccc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cccccc, #cccccc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cccccc, #cccccc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cccccc, #cccccc); /* Standard syntax */
    background-color: #cccccc;
	
}

.boxCharterFlight
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:50%;
    text-align:center;
    vertical-align:middle;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
     background: -webkit-linear-gradient(#F7D901, #F7D901); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F7D901, #F7D901); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F7D901, #F7D901); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F7D901, #F7D901); /* Standard syntax */
    background-color: #F7D901;
}

.dvAirlineFareMP
{
	float:left; 
	width:100%;
	padding-bottom:10px;
}

.dvFareTableMP
{
	float:left; 
	width:100%;
}

@media (min-width:768px) 
{
	.dvAirlineFareMP
	{
		float:left; 
		width:50%;
	}

	.dvFareTableMP
	{
		float:right; 
		width:50%;
	}
}

.dvShowTime
{
	float:left;
	clear:left;
}
.dvShowDate
{
	color:#FF4000;
	float:left;
	clear:left;
}

@media (min-width:768px) 
{
	.dvShowTime
	{
		float:left;
		clear:left;
	}
	.dvShowDate
	{
		color:#FF4000;
		float:left;
		clear:none;
	}
}

.titleTab
{
    color:#000000;
    background-color:#EBEBEB;
    
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    
    cursor:pointer;
    padding:10px;
    font-weight:bold;
	float:left;
}


.titleTab_Active
{
    color:#FFFFFF;
    background-color:#0051ba;
	
	-webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3x 0px 0px 3px;
	
    cursor:pointer;
    padding:10px;
    font-weight:bold;
	float:left;
}


@media (max-width:768px) 
{
	.titleTab
	{
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		
	}

	.titleTab_Active
	{
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		
	}
}

.tabSpace
{
    height:2px;
	float:left;
}

.noPadding
{
	padding:0px;
}

.noPadL
{
	padding-left:0px;
}

.noPadR
{
	padding-right:0px;
}

.noPadLR
{
	padding-left:0px;
	padding-right:0px;
}

.textHightAsInput
{
	line-height:51px;
}

.textHightAsInput2
{
	line-height:51px;
}

@media (max-width:992px) 
{
	.textHightAsInput2
	{
		line-height:20px;
	}
}

@media (max-width:768px) 
{
	.textHightAsInput
	{
		line-height:20px;
	}
}

.textHightAsInputFix
{
	line-height:30px;
}


.textArea
{
    width: 100%;
    padding: 0px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	height: 100px;
}

.alignRight
{
	text-align:right;
}
@media (max-width:768px) 
{
	.alignRight
	{
		text-align:left;
	}
}

img {
    max-width: 100%;
    max-height: 100%;
}

.spaceWhenSmall
{
	padding-top:0px;
}

.spaceWhenSmall2
{
	padding-top:0px;
}

.spaceWhenSmall3
{
	padding-top:0px;
}

@media (max-width:768px) 
{
	.spaceWhenSmall
	{
		padding-top:20px;
	}
	
	.spaceWhenSmall2
	{
		padding-top:20px;
		padding-bottom:20px;
	}
}

@media (max-width:991px) 
{
	.spaceWhenSmall3
	{
		padding-top:20px;
	}
}

.disappearWhenSmall
{
	display:block;
}

@media (max-width:768px) 
{
	.disappearWhenSmall
	{
		display:none;
	}
}

.dvTabContain
{
	width:100%;
}

.rightSmallLeft
{
	text-align:left;
}
@media (min-width:992px) 
{
	.rightSmallLeft
	{
		text-align:right;
	}
}

.leftSmallRight
{
	text-align:right;
}
@media (min-width:992px) 
{
	.leftSmallRight
	{
		text-align:left;
	}
}

.btnSearchOnHome
{
    color:#000000;
	font-size: 18px;
    font-weight:bold;
    line-height:36px;
    height:35px;
    width:125px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0x;
    border-radius: 0px;
    
     background: -webkit-linear-gradient(#F9CF1B, #F9CF1B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F9CF1B, #F9CF1B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F9CF1B, #F9CF1B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F9CF1B, #F9CF1B); /* Standard syntax */
    background-color: #F9CF1B;
}

.btnSearchOnHome:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.iconSearch
{
	width: 20px;
    height: 20px;
    float: left;
    margin: 5px 10px 5px 20px;
    font-family: 'Material Icons' !important;
}

.textSearchWithIcon
{
	float: left;
    padding: 3px 0px;
}

.hotelOption
{
	margin:0px 10px;
	width:97%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    background-color: #EBEBEB;
	padding-bottom:10px;
	margin-bottom:10px;
	color: #000000;
}


.bg-f7
{
	background-color: #F7F7F7;
}

.dvBoxSearch
{
	color: #FFFFFF;
	background-color: rgba(48, 48, 50, 0.9);
}

.txtTravelDate
{
	color:#888888;
}

.dvFareHeader
{
	line-height:25px;
}

.txtFareHeader
{
	font-size: 20px;
}

.dvTripTitle
{
	background-color: #F9CF1B;
	border: 1px solid #FFFFFF;
}

.txtCityDisp
{
	color:#888888;
	font-size:11px;
}

.atsFareAvail
{
	border: 1px solid #FFFFFF;
}

.dvFareIncludeTaxInfo
{
	float:left;
	font-size:11px;
	color:#888888;
}

.titleFareNote
{
	font-weight: bold; 
	font-size: 11px; 
	background-color: #DEDEDE; 
	cursor: pointer; 
	padding: 5px !important;
}

.imgTitleFareNote
{
	margin-right: 5px; 
	margin-bottom: 0px !important;
	border:0px;
	
}

.contentFareNote
{
	font-size: 11px; 
}

.bg-white
{
	background-color: #FFFFFF;
}

.navLine
{
	border-bottom: 10px solid #0051ba;
	width:500px;
	margin-bottom:60px;
	margin-top:40px;
}

.circle 
{
	background: #C6C6C6;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	float: left;
    margin-right: 100px;
	margin-top: -96px;
	z-index: 10;
	//position: static;
	vertical-align:middle;
}

.circleActive
{
	background: #0051ba;
}

.circleSearch
{
	margin-left: 200px;
}

.circleChoose
{
	margin-left: 370px;
}

.circlePax
{
	margin-left: 540px;
}

.circleConfirm
{
	margin-left: 700px;
}

.img-nav
{
	vertical-align:middle;
	text-align:center;
}

.title-nav
{
	margin-top: -37px;
	float: left;
	font-weight:bold;
}

.title-nav-Search
{
	margin-left: 190px;
}

.title-nav-Choose
{
	margin-left: 359px;
}

.title-nav-Pax
{
	margin-left: 540px;
}

.title-nav-Confirm
{
	margin-left: 694px;
}

.dvPaymentDetail
{
	background-color:#FFFFFF;
	padding: 10px 15px;
	border: 1px solid #EAEAEA;
}

.dvFareConditionDetail
{
	background-color:#FFFFFF;
	padding: 10px 15px;
	border: 1px solid #EAEAEA;
}

.dvPassengerDetail
{
	background-color:#FFFFFF;
	padding: 10px 15px;
	border: 1px solid #EAEAEA;
}

.dvErrorDetail
{
	background-color:#FFFFFF;
	padding: 10px 15px 5px 15px;
	border: 1px solid #EAEAEA;
	text-align:center;
}

.dvFlightBoxContainer
{
	background-color:#FFFFFF;
}

.dvPassengerSummaryDetail
{
	background-color:#FFFFFF;
	padding: 10px 15px;
	border: 1px solid #EAEAEA;
}

.dvReviewDetail
{
	background-color:#FFFFFF;
	padding: 10px 15px;
	border: 1px solid #EAEAEA;
}

.img-calendar
{
	width:20px;
	height:20px;
	float: right;
    position: relative;
    margin-top: -35px;
    margin-right: 5px;

}


.img-calendar2
{
	width:20px !important;
	height:20px !important;
	float: right;
    position: relative;
    margin-top: -27px;
    margin-right: 5px;
	display: unset  !important;

}

.dvInfo .row .paddingLR
{
	padding: 5px 15px 0px 15px;
}

.dvInfo .row .paddingLR2
{
	padding: 10px 15px;
}

.dvInfo2 .row .paddingLR
{
	padding: 0px 15px;
}

.dvInfo3 .row .paddingL
{
	padding: 0px 0px 0px 15px;
}

.dvInfo3 .row .noPadding
{
	padding: 0px;
}

.dvInfo3 .row .paddingLR
{
	padding: 0px 15px;
}

.paddingLRFix
{
	padding:15px!important;
}

.textHightAsInput2
{
	line-height: 51px;
}

.dvMemberBox
{
	border: 1px solid #EAEAEA;
	background-color: #FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
}

.dvMemberLoginContainer
{
	border-right: 1px solid #EAEAEA;
	padding: 0px 40px;
}

.dvMemberSignupContainer
{
	padding: 0px 40px;
}

.btnMemberLogin
{
	color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnMemberLogin:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnMemberSignup
{
	color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnMemberSignup:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnFacebookLogin
{
	color:#FFFFFF;
    line-height:30px;
    height:30px;
    width:300px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
     background: -webkit-linear-gradient(#4165B3, #4165B3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(4165B3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4165B3, #4165B3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4165B3, #4165B3); /* Standard syntax */
    background-color: #4165B3;
}

.btnFacebookLogin:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnFacebookLogin img{
	margin-bottom: 0px !important;
}

.btnGoogleLogin
{
	color:#FFFFFF;
    line-height:30px;
    height:30px;
    width:300px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
     background: -webkit-linear-gradient(#DD4C3B, #DD4C3B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DD4C3B, #DD4C3B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DD4C3B, #DD4C3B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DD4C3B, #DD4C3B); /* Standard syntax */
    background-color: #DD4C3B;
}

.btnGoogleLogin:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnGoogleLogin img{
	margin-bottom: 0px !important;
}

.btnSocialSmall
{
	width:200px !important;
}

.dvLoginIcon
{
	float:left;
	width:30px;
	height:20px;
	border-right:1px solid #FFFFFF;
	position: relative;
    top: 5px;
}

.dvLoginText
{
	padding-left:10px;
	float:left;
}

.linkForgotPassword
{
	color:#4065B3;
	cursor:pointer;
	text-decoration:none;
}
.linkForgotPassword:hover
{
	color:#4065B3;
	text-decoration:none;
}

.dvSignupMaxHeight
{
	width:100%;
}

.dvMiddleCenter
{
	margin: 0 auto;
}

.custRowDisplay
{
	display: flex; 
	align-items: center;
}

.line51
{
	line-height:51px;
}

.line30
{
	line-height:30px;
}

.line50-30
{
	line-height:50px;
}

.dvMemberMenuTabContainer
{
	padding: 0px 15px;
}

.dvMemberProfileContainer
{
	padding: 0px 15px;
	border-left: 1px solid #EAEAEA;
}

.tabMember
{
	color:#5A97D8;
    line-height:30px;
    height:30px;
    width:100%;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
	border:2px solid #5A97D8;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    background-color: #FFFFFF;
	margin: 0 0 10 0px;
	font-weight: 400;
}

.tabMember:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.tabMemberActive
{
	color:#FFFFFF !important;
	background-color: #5A97D8 !important;
}

.dvMemberAvatarDisplay
{
	width:100%;
	text-align:left;
}

.avatarImage
{
	border-radius: 50%;
	width:200px;
	height:200px;
	margin-bottom: 0px !important;
}

.dvMemberNameDisplay
{
	width:100%;
	text-align:right;
	font-weight:bold;
	font-size:20px;
	
}

.dvMemberRoleDisplay
{
	color:#5A97D8;
	width:100%;
	text-align:right;
}

.txtMemberInfoTitle
{
	color:grey;
}

.txtMemberInfoDetail
{
	text-align:right;
}

.addressPadding
{
	padding: 10px 15px !important;
}

.btnMemberEditProfile
{
	color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:150px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnMemberEditProfile:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnMemberUpdateProfile
{
	color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:150px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnMemberUpdateProfile:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnBrowseImageFile
{
	background: #fff;
    color: #555;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
	padding:15px;
	width:50%;
	cursor:pointer;
	text-align:center;
	float:left;
	margin-top:0px;
}

.btnBrowseImageFile:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.dvUploadDetail
{
	float:left; 
	padding:5px; 
	width:50%;
	text-align:left;
}

.buttonContainer
{
	text-align:center; 
	display: inline-block;
}

.buttonContainer .buttonSubContainer
{
	float:left;
}

.buttonContainer .buttonSpace
{
	height: unset;
}

.popupBoxHTML{
 margin:0;
 top: 0; 
 left: 0; 
 position: fixed; 
 width: 100%; 
 height: 100%;
 background:#333; 
 opacity:.95; 
 z-index:1000;
 widows:50%;


 }

 .popupBoxWrapper{
 width: 550px;
 margin: 
 50px auto; 
 text-align: left;

 }
 
 .popupBoxContent{
   background-color:
  #F7F7F7; 
 padding: 
  15px; 
 opacity:1;
 border-radius:15px;
 -o-box-shadow:0 0 50px ##219ab3;
 -moz-box-shadow:0 0 50px ##219ab3;
 -webkit-box-shadow:0 0 50px ##219ab3;
 -ms-box-shadow:0 0 50px ##219ab3;
 transition:ease-in;
 transition-delay:1s;
 -webkit-transition:ease-in;
}

.col-select-flight
{
	background-color:#FFFFFF;
	cursor:pointer;
}

.col-radio-select-flight
{
	padding:16px;
}

.link-popup-stop
{
	color:#0000FF;
	text-decoration:underline;
}

.col-stop-flight-detail
{
	background-color:#F9CF1B;
	text-align:center;
	line-height:35px;
}

.col-title-flight-detail
{
	background-color:#0051ba;
	color: #FFFFFF;
	border:1px solid #FFFFFF;
	text-align:center;
	line-height:35px;
}

@media (max-width: 1200px)
{
	.dvInfo3 .row .paddingL
	{
		padding: 0px 15px;
	}

	.dvInfo3 .row .noPadding
	{
		padding: 0px 15px;
	}
	.dvSearchBoxTitle
	{
		padding:0px 15px !important;
	}
	
	.dvInfoBoxTitle
	{
		padding:0px 15px !important;
	}
	
	.dvConfirmNoContainer .row div
	{
		padding:0px 15px !important;
	}
	
	.textHightAsInput
	{
		line-height: normal;
	}
	
}

@media (max-width: 992px)
{
	.custRowDisplay
	{
		display: unset; 
	}
	
	.textHightAsInput2
	{
		line-height: normal;
	}
	
	.dvMemberLoginContainer
	{
		border-right: 0px;
	}
	
	.dvMemberAvatarDisplay
	{
		text-align:center;
	}
	
	.dvMemberNameDisplay
	{
		text-align:center;
	}
	
	.dvMemberRoleDisplay
	{
		text-align:center;
	}
	
	.line50-30
	{
		line-height:30px;
	}
	
	.txtMemberInfoDetail
	{
		text-align:left;
	}
	
	.addressPadding
	{
		padding: 0px 15px !important;
	}
	
	.btnBrowseImageFile
	{
		margin-top:20px;
	}
	
	.dvUploadDetail
	{
		margin-top:20px;
	}
	
	.buttonContainer .buttonSubContainer
	{
		text-align:center; 
		display: inline-block;
		clear:left;
	}

	.buttonContainer .buttonSpace
	{
		height:10px;
	}
	
	.col-radio-select-flight
	{
		padding:32px 16px;
	}
}

@media (max-width:768px) 
{
	.custRowDisplay
	{
		display: unset; 
	}
	.dvMemberLoginContainer
	{
		border-right: 0px;
	}
	
	.btnFacebookLogin
	{
		width:200px;
	}
	
	.btnGoogleLogin
	{
		width:200px;
	}
	
	.dvMemberAvatarDisplay
	{
		text-align:center;
	}
	
	.dvMemberNameDisplay
	{
		text-align:center;
	}
	
	.dvMemberRoleDisplay
	{
		text-align:center;
	}
	
	.line50-30
	{
		line-height:30px;
	}
	
	.txtMemberInfoDetail
	{
		text-align:left;
	}
	
	.addressPadding
	{
		padding: 0px 15px !important;
	}
	
	.btnBrowseImageFile
	{
		width:100%;
		padding:10px;
		margin-top:20px;
	}
	
	.dvUploadDetail
	{
		width:100%;
		text-align:center;
		margin-top:0px;
	}
	
	.buttonContainer .buttonSubContainer
	{
		text-align:center; 
		display: inline-block;
		clear:left;
	}

	.buttonContainer .buttonSpace
	{
		height:10px;
	}
	
	.popupBoxWrapper
	{
		width:95%;
	}
	
	.col-radio-select-flight
	{
		padding:32px 16px;
	}
}


/*******Hotel******/
.dvBoxSearchHotel
{
	color: #FFFFFF;
	background-color: #2B70BB;
}

.inputHotel
{
	background-color: #2B70BB;
    border: 0px !important;
    border-bottom: solid 1px #FFFFFF !important;
    /* border: none; */
    color: #FFFFFF!important;
}

.inputHotel::placeholder
{
	color: #C5C5C5!important;
}

.HotelBanner
{
	background-image:url('../../images/TV2018/Hotel/hotelbanner.jpg');
	height: 300px;
	background-position: bottom;
}

.HotelBanner .backgroundLayer
{
	position: absolute;
	bottom:0px;
	height:100px;
	
	background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	
}

.HotelBanner .contentLayer
{
	position: absolute;
	bottom:0px;
	height:90px;
	
	z-index:10;
	color:#FFFFFF;
}

.HotelBanner .contentLayer .txtDestination
{
	color: #FFE704;
	font-size:30px;
}

.HotelBanner .contentLayer .txtCountry
{
	font-style: italic;
}

.dvBoxHotel
{
	background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
}

.dvBoxHotel .dvBoxHotelImage
{
	padding:15px 25px;
}

.dvBoxHotel .dvBoxHotelDetail
{
	padding:15px 0px;
}

.dvBoxHotel  .txtName
{
	font-size:20px;
}

.dvBoxHotel  .txtAddress
{
	font-style: italic;
}

.dvBoxHotel .dvBoxHotelPrice
{
	padding:15px 25px;
}

.dvBoxHotel .dvBoxHotelPrice .txtSmall
{
	font-size:11px;
}

.dvBoxHotel .dvBoxHotelPrice .txtSmallBlue
{
	font-size:11px;
	color: #2971BD;
}

.dvBoxHotel .dvBoxHotelPrice .txtPrice
{
	font-size:30px;
	color: #2971BD;
}

@media (max-width:1198px) 
{
	.dvBoxHotel .dvBoxHotelImage
	{
		padding:15px;
	}
	.dvBoxHotel .dvBoxHotelPrice
	{
		padding:15px;
	}
}

.hotelStar
{
    margin-bottom: 0px !important;
}

.dvHotelFilter
{
	padding:0 15px;
}

.btnHotelFilter
{
	color:#000000;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#FCCF00, #FCCF00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FCCF00, #FCCF00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FCCF00, #FCCF00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FCCF00, #FCCF00); /* Standard syntax */
    background-color: #FCCF00;
}

.btnHotelFilter:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.btnHotelNameSearch
{
	color:#000000;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:80px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#FCCF00, #FCCF00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FCCF00, #FCCF00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FCCF00, #FCCF00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FCCF00, #FCCF00); /* Standard syntax */
    background-color: #FCCF00;
}

.btnHotelNameSearch:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.facilityIcon
{
	margin-bottom:6px !important;
}

.txtFacility
{
	color: #2A79BB;
	font-style:italic; 
	padding-right:10px;
}

.titleHotelRate
{
	background-color:#0051ba;
	color:#FFFFFF;
	padding:10px 0px;
}

.selHotelRate
{
	padding:10px 0px;
}

.titleHotelRoom
{
	padding:10px 15px;
	font-weight:bold;
}

.floatRightWhenSmall
{
	float:right;
}
@media (min-width:992px) 
{
	.floatRightWhenSmall
	{
		float:unset;
	}
}

.hotelButtonTabActive
{
	background-color: #FFFFFF;
	color:#0051ba;
	/*border-top:1px solid #EAEAEA;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;*/
	border:1px solid #EAEAEA;
	border-bottom:1px solid #FFFFFF !important;
	
	bottom: -1px;
    position: relative;
    z-index: 10;
	line-height:33px !important;
}

.hotelButtonTab
{
	float: left;
	line-height:35px;
	padding:0px 10px;
	margin-right:5px;
	cursor:pointer;
}

.hotelButtonTab2
{
	background-color: #FFFFFF;
	color:#0051ba;
	border:1px solid #EAEAEA;
	border-bottom:1px solid #FFFFFF !important;
	cursor:pointer;
}

.hotelTabInfo
{
	background-color: #FFFFFF;
}

.showImage
{
	width:90%;
	margin-bottom: 15px;
}

.white-popup {
  position: relative;
  background: #FFFFFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.chargeStar
{
	color: #FF0000;
}

.iconTab
{
	font-weight:bold;
	padding-right:5px;
}

.hotelBoxTitle
{
	Font-weight: bold;
	font-size:18px;
}

.btnConfirmHotel
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnConfirmHotel:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.dvBoxHotelConfirm
{
	background-color: #2A6CB6;
	color:#FFFFFF;
}

.dvBoxHotelConfirm .confirmReferenceNumber
{
	font-size:18px;
}

.btnSpecificSeat
{
	color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:200px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnSpecificSeat:hover
{
    box-shadow: 1px 1px 5px #888888;
}

/*******Hotel******/

/*******Rails******/
.DealBanner
{
	background-image:url('../../images/TV2018/Deals/banner_pass.jpg');
	height: 267px;
	background-position: bottom;
}

.recommend-deals
{
	color:#FFFFFF;
    font-weight:bold;
	font-size:22px;
    line-height:40px;
    height:40px;
    width:100%;
    text-align:center;
    vertical-align:middle;
	
	
	background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
	position: relative;
}

.deals-group-name
{
	position:unset;
}
	
.deals-dv-icon-right
{
	width: unset;
	font-size: 13px;
	float:right;
	padding-right:10px;
	position: absolute;
	top: 0;
	right:0;
	
	z-index: 10;
}
.group-deals
{
	color: #2A6CB6;
	font-weight:bold;
}


.card-spare
{
	display:unset;
}

.display-small
{
	display: none;
}

@media (max-width: 991px)
{
	.card-spare
	{
		display:none;
	}
	
	.display-small
	{
		display: unset;
	}
}

.deal-card
{
	margin: 0px 15px;
	min-height:360px;
}

.deal-card-top
{
	min-height:50px;
	background-color: #000000;
	-webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
	padding:0px !important;
	max-height: 128px;
	border-top:2px solid #777777;
	border-left:2px solid #777777;
	border-right:2px solid #777777;
}

	.deal-card-top img
	{
		max-width: 100%;
		min-width: 100%;
		max-height: 100%;
		min-height:150px;
		-webkit-border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
		padding:0px !important;
		
	}

	.deal-card-top-overlay {
		position: absolute;
		top: 0;
		height: 140px;
		width: 100%;
	}
		.deal-card-top-overlay-container {
			position: relative;
			height: 140px;
			width: 100%;
		}
			.deal-card-top-overlay-content {
				color:#0051ba;
				position: absolute;
				bottom: 0;
				left: 0;
				padding:5px;
				font-weight:bold;
			}
				.deal-card-top-overlay-content img {
					max-width: 15px !important;
					min-width: 15px !important;
					max-height: 15px !important;
					min-height: 15px !important;
					width: 15px !important;
					height: 15px !important;
					margin-bottom: 0px !important;
					display: unset !important;
				}

.deal-card-low {
	min-height: 128px;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-bottom: 2px solid #777777;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;
}

.deal-content-margin{
	margin: 3px 0px 0px 0px;
}

.deal-content-margin2{
	margin: 3px 0px 0px 0px;
}

.deal-content-margin3 {
	margin: 0px 0px 0px 0px;
}

.deal-content-margin4 {
	margin: 20px 0px 0px 0px;
}

.deal-card-low .deal-card-low-fix
{
	min-height:99px;
}

.deal-card-low .deal-card-low-content-icon-track
{
	line-height:20px;
	font-weight: bold;
}

.deal-card-low .deal-card-low-content-title
{
	line-height:20px;
	font-size:28px;
	color: #E5322C;
	font-weight: bold;
}

.deal-card-low .deal-card-flytrack
{
	color: #2C6DAF;
	font-size:13px;
}

.deal-card-low .deal-card-low-content
{
	line-height:20px;
	font-weight: bold;
}

.deal-card-low .deal-card-low-content2
{
	line-height:20px;
	text-align: right;
}

.deal-card-low .deal-card-low-content3
{
	line-height:19px;
	text-align: center;
	
}

.deal-card-low .deal-card-low-content4
{
	line-height:20px;
}

.deal-card-low .deal-card-low-amount
{
	font-size: 25px;
	color: #2C6DAF;
	font-weight: bold;
}

.deal-card-low .deal-card-low-amount2
{
	font-size: 25px;
}

.deal-card-low .deal-card-low-from
{
	font-size: 20px;
}


.deal-card-low .deal-card-plus-icon
{
	font-size: 20px;
	font-weight:bold;
}

.deal-card-low .deal-card-rail-icon
{
	width:25px;
}

.deal-card-low .deal-card-flight-icon
{
	width:63px;
	height:18px;
	margin-bottom: 0px !important;
}

.deal-card-low .deal-card-box-airline
{
	width:25%;
	float:left;
	border: 1px solid #E7E7E7;
}

.deal-card-low .deal-card-box-airline-1-col-space
{
	width:25%;
	float:left;
}

.deal-card-low .deal-card-box-airline-1-col-space .deal-card-button
{
	color:#FFFFFF;
    font-weight:bold;
    line-height:20px;
    height:20px;
    width:100%;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.deal-card-low .deal-card-box-airline-1-col-space .deal-card-button:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.deal-card-low .deal-card-box-airline-1-col-space .deal-card-button-book
{
	margin-top:8px;
	color:#FFFFFF;
    font-weight:bold;
    line-height:20px;
    height:20px;
    width:100%;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.deal-card-low .deal-card-box-airline-1-col-space .deal-card-button:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.deal-card-low .deal-card-box-airline-2-col-space
{
	width:50%;
	float:left;
	text-align: left;
}

.deal-card-low .deal-card-box-airline-3-col-space
{
	width:75%;
	float:left;
	text-align: left;
}

.deal-card-icon
{
	width: 15px !important;
	height: 15px !important;
	margin-bottom: 0px !important;
	display: unset !important;
}

.btnSelectDeal
{
	color:#FFFFFF;
    font-weight:bold;
    line-height:30px;
    height:30px;
    width:100px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnSelectDeal:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.deal-line-bar
{
	padding:10px 15px;
}

.txtLink
{
	text-decoration:underline;
	cursor:pointer;
}

.deal-selected-trip
{
	background-color: #0051ba;
	color:#FFFFFF;
	padding:10px;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width:991px)
{
	.deal-selected-trip .paddingLR
	{
		padding:15px;
	}
}

.deal-fare-header
{
	line-height: 17px;
}

.deal-icon
{
	width: 15px;
	height: 15px;
	margin-bottom: 0px !important;
}

.deal-fare-header .deal-rail-icon
{
	width:25px;
}

.deal-name-title
{
	color:#F9CF1B;
}

.deal-image-ticket
{
	width: 70px;
}

.deal-image-ticket-big
{
	width: 100%;
}

.deal-description
{
	padding:10px 15px;
}

.airline-filter-bar
{
	background-color:#FFFFFF;
	border: 1px solid #EAEAEA;
}
.airline-filter-bar .deal-bar
{
	padding:15px;
	border: 1px solid #EAEAEA;
}

 .airline-filter-bar .deal-bar .deal-rail-icon
{
	margin-bottom: 0px !important;
	width:25px;
}

 .airline-filter-bar .deal-bar .content-plus-air
{
	color: #FF0000;
}

.deal-price-total-bar
{
	background-color: #0051ba;
	color:#FFFFFF;
	line-height:30px;
}

.deal-price-total-bar .deal-price-content-L
{
	text-align:left;
}

.deal-price-total-bar .deal-price-content-R
{
	text-align:right;
}

.deal-price-total-bar .deal-price-content-C
{
	text-align:center;
}

.deal-price-per-person-bar
{
	line-height:30px;
}

.deal-price-per-person-bar .deal-price-content-L
{
	text-align:left;
}

.deal-price-per-person-bar .deal-price-content-R
{
	text-align:right;
}

.deal-price-per-person-bar .deal-price-content-C
{
	text-align:center;
}


.deal-popup-info
{
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	color: #0051ba;
	width:15px;
	height:15px;
	background-color:#FFFFFF;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.deal-popup-info2
{
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	color: #FFFFFF;
	width:15px;
	height:15px;
	background-color:#0051ba;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	margin:5px 5px 0px 5px;
}

.deal-popup-info3 {
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #0051ba;
	width: 15px;
	height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #0051ba;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 5px 5px 0px 5px;
	font-size: 15px;
	line-height: 14px;
}

.deal-plus-sign
{
	margin-top:3px;
	padding:0px 5px;
	font-size:25px;
	font-weight:bold;
}

.deal-condition-topic
{
	color: #0051ba;
}

.text-under-group {
	font-size: 20px;
	font-weight: bold;
	/*color: #0051ba;*/
	color: #d9534f !important;
}

.logo-info
{
	float:left;
	width:25px;
	height:25px;
	margin-right:10px;
}

.logo-info img
{
	margin-top:-5px;
}

.logo-info2
{
	float:left;
	width:25px;
	height:10px;
	margin-right:10px;
}

.logo-info2 img
{
	margin-top:-5px;
}


.content-info
{
	float:left;
	text-align:left;
}

.content-info2
{
	float:left;
	text-align:left;
	line-height:20px;
}

.emo-container
{
	max-width:480px;
}

.card-emo-image{
	cursor:pointer;
}

.bg-emo
{
	width: 91px;
	height:91px;
	padding: 0px 0px 0px 2px;
}

.bg-emo-active
{
	border-radius:50px;
}

.emo-image
{
	width: 91px;
	height: 91px;
}

.emo-image2
{
	width: 50px;
	height: 38px;
}


.text-emo
{
	color: #000000;
	font-weight: bold;
}

.text-emo-1
{
	color: #9BCB48;
}

.text-emo-2
{
	color: #FECE0B;
}

.text-emo-3
{
	color: #F37125;
}

.text-emo-4
{
	color: #ED1C27;
}

.review-pad-bottom{
	padding-bottom:10px;
}

.text-please-rate
{
	color: #0051ba;
	font-size: 20px;
	font-weight:bold;
}

.no-margin
{
	margin: 0px 0px 0px 0px !important;
}

.line-row-space
{
	margin: 5px 0px;
}

.line-row-space2 {
	margin: 0px 0px;
}

.text-comment
{
	text-align:center;
	color: #0051ba;
	width:500px;
	height:100px;
}

.text-comment::placeholder
{
	color: #0051ba;
}


.btnApplyVoucher
{
	color:#FFFFFF;
    font-weight:bold;
    line-height:35px;
    height:35px;
    width:100%;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     background: -webkit-linear-gradient(#0051ba, #0051ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0051ba, #0051ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0051ba, #0051ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0051ba, #0051ba); /* Standard syntax */
    background-color: #0051ba;
}

.btnApplyVoucher:hover
{
    box-shadow: 1px 1px 5px #888888;
}

.textVoucher
{
	margin:0px !important;
	/*padding:0px !important;*/
}


@media (max-width: 570px) {
	.text-comment
	{
		width:100%;
	}
}
@media (max-width: 991px)
{
	.sm-new-row
	{
		clear:left;
	}
}

.toggle-sign
{
	position: absolute;
	left: 0px;
}

.HomeContainerSectionImageHeader {
    position: absolute;
    height: auto;
    width: 100%;
}

.HomeContainerSectionImageHeader img {
    width: 100%;
}


.box-search-wrapper {
    width: 100%;
    height: auto;
}

.box-search-wrapper .box-search-item {
    margin: 0 auto;
    position: relative;
    height: 355px;
    width: 100%;
    color: #fff;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
	padding-top:30px;
	text-align: center;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 197px;
    margin-top: 5px;
    background-color: #0051ba;
}

.banner-image
{
	width: 985px;
	height:267px;
	
}

.text-promote
{
	position: absolute;
	width:100%;
	margin: 0px auto 10px auto;
    bottom: 0px;
	font-size:26px;
	font-weight:500;
	color: #FFFFFF;
	text-shadow: 2px 2px #0051ba;
}

@media (max-width: 1500px)
{
	.text-promote
	{
		color: #222;
		text-shadow:0px 0px #222;
	}
}

@media (max-width: 991px)
{
	.text-promote
	{
		font-size:15px;
		color: #222;
		text-shadow:0px 0px #222;
	}
}


.justify-content-between {
    -ms-flex-pack: justify ;
    justify-content: space-between ;
}
.d-flex {
    display: -ms-flexbox ;
    display: flex ;
}
.flex-md-row {
    -ms-flex-direction: row ;
    flex-direction: row ;
}

@media only screen and (max-width: 61.9em)
{
	.d-flex {
		display: block !important ;
	}
}


/*******Rails******/

.owl-carousel .owl-nav button.owl-prev {
	height: 100%;
	width: 48px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0;
	position: absolute;
	border: none;
	outline: none;
	top: 0;
	bottom: 0;
	/*left:-95px;*/
	left: -55px;
	transform: rotate(180deg);
}

	.owl-carousel .owl-nav button.owl-prev span {
		display: block;
		width: 48px;
		height: 48px;
		background: url(../owlcarousel/assets/cd-icon-arrow.svg) no-repeat center center;
		-webkit-transition: opacity .2s 0s,visibility 0s 0s;
		-moz-transition: opacity .2s 0s,visibility 0s 0s;
		transition: opacity .2s 0s,visibility 0s 0s;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}

.owl-carousel .owl-nav button.owl-next {
	height: 100%;
	width: 48px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0;
	position: absolute;
	border: none;
	outline: none;
	top: 0;
	/*right:-95px;*/
	right: -55px;
	bottom: 0;
}

	.owl-carousel .owl-nav button.owl-next span {
		display: block;
		width: 48px;
		height: 48px;
		background: url(../owlcarousel/assets/cd-icon-arrow.svg) no-repeat center center;
		-webkit-transition: opacity .2s 0s,visibility 0s 0s;
		-moz-transition: opacity .2s 0s,visibility 0s 0s;
		transition: opacity .2s 0s,visibility 0s 0s;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
@media only screen and (max-width: 74.9em) {
	.owl-carousel .owl-nav button.owl-prev span {
		background-color: #000;
		opacity: 0.4;
	}

	.owl-carousel .owl-nav button.owl-next span {
		background-color: #000;
		opacity: 0.4;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: 0px !important;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 0 !important;
	}
}
@media only screen and (max-width: 33.9em) {
	owl-carousel .owl-nav button.owl-prev span {
		background-color: #000;
		opacity: 0.4;
	}

	.owl-carousel .owl-nav button.owl-next span {
		background-color: #000;
		opacity: 0.4;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: 0px !important;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 0 !important;
	}

}

#crs-subfooter .form-group 
{
  width: 100%;
  float:left;
  margin-bottom: 15px; 
}
  #crs-subfooter .form-group .form-control {
	  height:31px !important;;
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0; 
	margin: 0px !important;}
  #crs-subfooter .form-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999; }
  #crs-subfooter .form-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: 300;
    color: #F44336; }
  #crs-subfooter .form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd; }
    #crs-subfooter .form-group .form-line:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 0;
      bottom: -1px;
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in;
      border-bottom: 2px solid #1f91f3; }
    #crs-subfooter .form-group .form-line .form-label {
      font-weight: normal;
      color: #aaa;
      position: absolute;
      top: 10px;
      left: 0;
      cursor: text;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
	font-weight: 100 !important;	  }
  #crs-subfooter .form-group .form-line.error:after {
    border-bottom: 2px solid #F44336; }
  #crs-subfooter .form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50; }
  #crs-subfooter .form-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107; }
  #crs-subfooter .form-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  #crs-subfooter .form-group .form-line.focused .form-label {
    top: -10px;
    left: 0;
    font-size: 12px; }

.no-resize {
    resize: none;
}



@media only screen and  (max-width: 74.9em)
{
	#Section1 .container {
		padding: 0;
	}

	.box-search-wrapper .box-search-item {
		height: 355px;
		 /*height: auto;*/ /*10 กันยา ทดสอบซ่อนรูปแบนเนอร์เล็ก เลยต้องให้ตัวนี้ fix size banner ไว้*/
	}

	.box-search-wrapper .box-search-item .banner-image {
		height: auto;
		width: 100%;
	}
	
	.box-search-wrapper .box-search-item .outer, .box-search-wrapper .box-search-item .middle {
		position: static;
		padding-top:0px !important;
	}
	
	.box-search-wrapper .box-search-item .text-promote {
		position: relative;
		text-shadow: none;
		color: #222;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 47.9em) {
    .box-search-wrapper .box-search-item {
		height: 185px;
	}
	
	
	.recommend-deals
	{
		display: inline-table;
		line-height: 24px;
		padding:8px 0px !important;
	}
	.deals-group-name
	{
		position:relative;
	}
	.deals-dv-icon-right
	{
		width: 100%;
		text-align:center;
		position:relative;
		padding-right: 0px;
	}
    
}


@media only screen and (max-width: 61.9em){
	#globalnav .globalnav-items {
		padding-top: 18px;
	}
	.box-search-wrapper .box-search-item .text-promote {
		position: relative;
		text-shadow: none;
		color: #222;
		font-size: 14px;
	}
}