﻿
body{position:relative;}
a:focus,
a:hover{text-decoration:none;}

/*--HEADER--*/
header .mobile-header{width:100%; float:left;}
header .mobile-header.active{position:fixed; top:-100px;}
header .mobile-header.active-plus{position:fixed; top:0px; transition:1s;}
header .top-strip{width:100%; float:left;}
header .bottom-strip{width:100%; float:left; background:#eee;}
header .navbar{margin:0px; border-radius:0px;}
header .bottom-strip .logo{width:200px; float:left;}
header .bottom-strip .logo img{width:100%;}
header .bottom-strip .navbar-nav.ul-menu{display:inline-block; float:right; list-style:none; margin-top:20px; padding:0px; margin-right:50px;}
header .bottom-strip .navbar-nav.ul-menu li{display:inline-block;}
header .bottom-strip .navbar-nav.ul-menu li a{padding:5px 15px; display: inline-block;}

header .bottom-strip .phone-no{float:right; text-decoration:none; font-size:20px; font-weight:600; margin-top:20px;}
header .bottom-strip .phone-no .icon .svg{color:#f00; width:30px;}
header .bottom-strip .navbar-toggle{background:#666;}
header .bottom-strip .navbar-toggle .icon-bar{background:#fff;}

@media (min-width: 320px) and (max-width: 767px){
header .bottom-strip .phone-no{margin-top:-20px;}
header .bottom-strip .navbar-collapse{width:100%; float:left;}
header .bottom-strip .navbar-nav.ul-menu{width:100%; margin:0px;}
header .bottom-strip .navbar-nav.ul-menu li{width:100%; float:left;}
}

/*--HEADER--*/


/*--CONTENT--*/
.content-full{width:100%; float:left; height:1200px;}
/*--CONTENT--*/


.owl-slider-full{width:100%; float:left; margin-top:30px;}
.owl-slider-full .pkg-panel{width:100%; float:left; position:relative; box-shadow: 0 3px 10px 0 #a5a5a5; border-radius:5px 5px 5px 5px; overflow:hidden;}
.owl-slider-full .pkg-panel .im{width:100%; float:left; position:relative;}
.owl-slider-full .pkg-panel .im img{width:100%; float:left; border-radius:5px 5px 0 0;}
.owl-slider-full .pkg-panel .content{width:100%; display:flex; flex-direction:column; background:#fff; padding:10px 10px; }
.owl-slider-full .pkg-panel .content .title{width:100%; display:flex; font-size:16px; margin:10px 0 10px 0; font-weight:600;}
.owl-slider-full .pkg-panel .content .trip-detail{width:100%; display:flex; justify-content:space-between;}
.owl-slider-full .pkg-panel .content .trip-detail .price{display:flex; font-size:22px; color:#ff4600; font-weight:600;}
.owl-slider-full .pkg-panel .content .trip-detail .price .small{font-size:12px;}
.owl-slider-full .pkg-panel .content .trip-detail .location{ display:flex; flex-direction:column; border-left:1px dotted #ccc; padding-left:10px;}
.owl-slider-full .pkg-panel .content .trip-detail .location .airport{display:flex; align-items:center;}
.owl-slider-full .pkg-panel .content .trip-detail .location .airport .arrow-icon{width:15px; opacity:0.6; margin:0 8px;}
.owl-slider-full .pkg-panel .content .trip-detail .location .date{display:flex;}
.owl-slider-full .pkg-panel .content .line-panel{width:100%; display:flex; margin:10px 0 10px 0;}
.owl-slider-full .pkg-panel .content .line-panel .box{width:33.333333%; height:4px; border-radius:20px; display:flex;}
.owl-slider-full .pkg-panel .content .line-panel .box1{background:#ff4600;}
.owl-slider-full .pkg-panel .content .line-panel .box2{background:#008a04; margin:0 2px;}
.owl-slider-full .pkg-panel .content .line-panel .box3{background:#fbbc02;}
.owl-slider-full .pkg-panel .content .book-now{width:100%; display:flex; margin:10px 0 10px 0; justify-content:center; align-items:center;}
.owl-slider-full .pkg-panel .content .book-now .book-now-btn{padding:5px 20px; border-radius:5px; background:#ff4600; color:#fff; font-size:14px;}
.owl-slider-full .pkg-panel .content .book-now .book-now-btn:hover{background:#e34306;}





