@keyframes fadeInUp {
  0% {
  	opacity: 0;
  	transform: translate3d(0,10%,0);
  }
  100% {
  	opacity: 1;
  	transform: translateZ(0);
  }
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: black;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

select {
	-webkit-appearance: none;
}

/* Grid define */

.container {
	width: 1570px;
}

@media (max-width: 1600px) {
	.container {
		width: 1170px;
	}
}

#tab-inclusions {
	color: #fff!important;
}


/* header */

header {
	height: 120px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 100px;
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
}

.header-contact-info {
	text-align: center;
}

.header-contact-info h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	font-size: 36px;
	color: #fff;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-contact-info h6 {
	margin: 0;
}

.header-contact-info h6 a{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
}

.popup-menu, .mobile-menu, .mobile-contact {
	display: none;
}

.icon-circle {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 30px;
	text-align: center;
	line-height: 12px;
	margin-right: 8px;
	margin-top: 3px;
}

.icon-circle span.iconfont {
	font-size: 16px;
}

.home {
	padding: 0 15px;
}

.home #content {
	padding: 0;
}

.notification-wrapper {
	background: #c73739;
}

.notification {
	max-width: 1600px;
	margin: 0 auto;
	padding: 30px 0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	line-height: 1.4;
	font-size: 24px;
}

.agree-conditions a {
	color: #c73739;
	text-decoration: underline;
}

/* slide show */

.item {
	position: relative;
}

.item .container {
	position: absolute;
	height: 100%;
	z-index: 11;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 100px;
	width: 100%;
}

.item-caption hr {
	width: 30px;
	border-width: 5px;
	margin: 0;
}

.item-caption h6 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	font-style: italic;
}

.item-caption h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 100px;
	line-height: 90px;
	color: #fff;
	margin: 0;
	letter-spacing: -3px;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 60%;
}

.item-caption p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 24px;
	width: 35%;
	margin-bottom: 50px;
}

.item-btn a{
	width: 160px;
	height: 42px;
	border: 3px solid #fff;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	transition: .3s;
	color: #fff;
	text-decoration: none;
}

.item-btn a:hover {
	background-color: #c73739;
	border-color: #c73739;
	transition: .3s;
	text-decoration: none;
}

.owl-theme .owl-nav {
	position: absolute;
	right: 100px;
	bottom: 100px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	font-size: 60px!important;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: 1px solid rgba(255,255,255,.6)!important;
	margin: 0;
	outline: none;
	transition: .3s;
	margin-left: 20px;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	background: rgba(255,255,255,.3);
	transition: .3s;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
	height: 70px;
	line-height: 70px;
	display: block;
	font-size: 30px;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-dots {
	position: absolute;
	z-index: 11;
	left: 100px;
	bottom: 100px;
}

.owl-theme .owl-dots .owl-dot {
	outline: none;
	height: 3px;
	cursor: pointer;
	transition: .3s;
}

.owl-theme .owl-dots .owl-dot:hover {
	transition: .3s;
}

.owl-theme .owl-dots .owl-dot span {
	height: 3px;
	width: 80px;
	border-radius: 0;
	margin: 0;
	background: rgba(255,255,255,.3);
	transition: .3s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(255,255,255,1);
	transition: .3s;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: block!important;
}


/* modal */

.modal-backdrop.in {
	opacity: .75;
}

.modal-dialog {
    max-width: 760px;
    width: 80%;
    margin: 30px auto;
}

.modal-content {
	border: 0;
	border-radius: 0;
	padding: 50px 60px;
}

#regist_product_box .modal-header {
	padding: 0;
	padding-bottom: 35px;
	border-color: #ddd;
	margin-bottom: 30px;
}

#regist_product_box .modal-body {
	padding: 0;
}

.register-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#regist-product-image {
	flex: 1;
}

.register-product-caption {
	flex: 2;
	padding-left: 30px;
}

.image-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	box-shadow: 0 0px 20px rgba(0,0,0,.3);
}

.image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.register-product-caption h5 {
	font-size: 24px;
    line-height: 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}

.register-product-caption hr {
	border-color: #000;
	width: 100px;
	border-width: 2px;
	margin: 0;
	margin-bottom: 10px;
}

#regist-product-tagline {
	font-size: 16px;
	color: #666;
}

#regist-product-departtime {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #c73739;
}

#regist-product-departtime div {
	display: none;
}

#regist-product-departtime  b {
	display: none;
}

#form_regist_product h4 {
	font-size: 24px;
    line-height: 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #c73739;
    margin-bottom: 20px;
}

.register-radio {
	margin-bottom: 25px;
}

.register-radio ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.register-radio ul li {
	display: block;
	padding: 8px 0;
}

.register-radio ul li label {
	font-size: 16px;
}

.register-radio ul li label span {
	font-size: 14px;
}

.register-radio ul li label div {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
}

.register-radio p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 20px;
}

#form_regist_product .form-control {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	border: 3px solid #ddd;
	padding: 12px;
	height: 46px;
	background-color: #fff!important;
}

#form_regist_product textarea.form-control {
	height: auto;
	font-size: 14px;
}

#form_regist_product .form-group.row {
	margin: 0 -10px;
	margin-bottom: 15px;
}

#form_regist_product .form-group.row .col-sm-4, #form_regist_product .form-group.row .col-sm-6 {
	padding: 0 10px;
}

#regist_product_box .modal-footer {
	border: 0;
	padding: 0;
	text-align: center;
}

#btn-reservation {
	border: 0;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	outline: none;
	background-color: #c73739;
}

#form_regist_product .text-danger {
	font-size: 12px;
	margin-top: 10px;
	line-height: 16px;
}



/* owl carousel */

.owl-carousel {
	background: transparent!important;
	margin: 0!important;
}

.owl-wrapper-outer {
	border: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
}


/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #c73739;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	
}

#logo img.img-responsive {
	max-height: 75px;
}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}


/* contact */

.contact-wrapper {
	background: url("../image/contact-bg.jpg") center top no-repeat;
	padding-top: 120px;
}

.contact-body {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 150px;
}

.contact-left {
	flex: 1;
}

.contact-right {
	flex: 1;
}

.contact-right .text-danger {
	color: #c73739;
	margin-top: 10px;
}

.contact-left h2, .contact-right h2 {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-left p {
	font-size: 18px;
	font-weight: 300;
}

#input-name, #input-email, #input-telephone, #input-firstname, #input-lastname {
	background: #000;
	border-radius: 0;
	border: 3px solid #fff;
	height: 46px;
	font-size: 14px;
}


#input-enquiry, #input-comment {
	background: #000;
	border-radius: 0;
	border: 3px solid #fff;
	font-size: 14px;
}

.contact-submit input {
	background-color: #c73739;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	border: 0;
	padding: 15px 25px;
}



/* conference */

.conference-wrapper {
	background: url("../image/conference-bg.jpg") center top no-repeat;
	padding-top: 120px;
}

.conference-body {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.conference-body .row {
	margin: 0 -60px;
}

.conference-body .row .col-sm-6 {
	padding: 0 60px;
}

.conference {
	margin-bottom: 50px;
}

.conference-img {
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	position: relative;
	margin-bottom: 20px;
}

.conference-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.conference-caption {
	display: flex;
}

.conference-date {
	flex: 1;
}

.conference-date h3 {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-top: -10px;
}

.conference-date h4 {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-top: -10px;
}

.conference-info {
	flex: 4;
	border-left: 1px solid #fff;
	padding-left: 20px;
	min-height: 340px;
}

.conference-info h5 {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #c73739;
    margin: 0;
}

.conference-info h6 {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

.conference-info p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 24px;
}

.conference-info p span {
	margin-right: 8px;
}

.conference-btn {
	margin-top: 20px;
}

.conference-btn a {
	border: 3px solid #c73739;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s;
}

.conference-btn a:hover {
	background-color: #c73739;
	transition: .3s;
}

.zoom-conference {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 150px;
}

.zoom-logo {
	text-align: center;
}

.zoom-logo img {
	width: 80px;
	margin: 0 5px;
}

.zoom-conference h3, .no-conference h3 {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.zoom-conference p, .no-conference p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    line-height: 24px;
}

.zoom-conference, .no-conference {
	margin-bottom: 50px;
}

.zoom-conference p a {
	color: #fff;
	text-decoration: underline;
}

.zoom-conference form {
	width: 650px;
	margin: 0 auto;
}

#zoom-name, #zoom-email, #zoom-phone, .zoom-conference form select {
	background: #000;
    border-radius: 0;
    border: 3px solid #fff;
    height: 46px;
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}

#zoom-submit {
	background: #c73739;
	color: #fff;
	width: 100%;
	height: 56px;
	border: 0;
	border-radius: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

#form_regist_zoom .text-danger {
	color: #c73739;
    margin-top: 10px;
}

#regist_conference_box .modal-header {
	padding: 0;
	border: 0;
	margin-bottom: 20px;
}

#regist_conference_box .modal-body {
	padding-left: 0;
}

.conference-form-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#regist-conference-image {
	flex: 1;
}

.conference-form-caption {
	flex: 2;
	padding-left: 30px;
}

.conference-form-caption h5 {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #c73739;
    margin: 0;
    margin-bottom: 5px;
}

#regist-conference-tagline {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 15px;
}

#regist-conference-departtime, #regist-conference-location {
	color: #333;
	margin-bottom: 0;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
}

#regist-conference-departtime span, #regist-conference-location span {
	margin-right: 8px;
}

#form_regist_conference .form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border: 3px solid #ddd;
    padding: 12px;
    height: 46px;
    background-color: #fff!important;
}

#regist_conference_box .modal-content {
	padding-bottom: 10px;
}

/* testimonials */

.testimonials-wrapper {
	background: url("../image/test-bg.jpg") center top no-repeat;
	padding-top: 120px;
}

.testimonials {
	margin-bottom: 100px;
}

.testimonials .row {
	margin: 0 -30px;
}

.testimonials .row .col-md-4 {
	padding: 0 30px;
}

.test-box {
	background-color: #fff;
	margin-bottom: 50px;
}

.test-box h4 {
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 0;
}

.test-img {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
}

.test-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.test-caption {
	padding: 20px;
	padding-bottom: 10px;
	height: 205px;
	overflow: hidden;
}

.test-caption h3 {
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
}

.author {
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}

.author::before {
	content: '';
	width: 30px;
	border-top: 1px solid #000;
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	top: 8px;
}

.test-review {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: 400;
	margin-bottom: 10px;
}

.test-more {
	margin: 0;
	padding: 20px;
}

.test-more a {
	color: #c73739;
	font-weight: 600;
}



/* destinations*/

.destinations {
	margin-bottom: 100px;
}

.destination-wrapper {
	background: url("../image/destination-bg.jpg") center top no-repeat;
	padding-top: 120px;
}

.title {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.title h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 90px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.title hr {
	width: 80px;
	border-width: 3px;
	border-color: #fff;
	margin-top: 10px;
}

.title p {
	font-size: 18px;
	text-align: center;
}

.title p a {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.destinations .row {
	margin: 0 -30px;
}

.destinations .row .col-sm-4 {
	padding: 0 30px;
}

.destination-img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	overflow: hidden;
}

.destination-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all 0.2s;
}

.destination-img img:hover {
	transform: scale(1.1);
	transition: all 0.2s;
	transform-origin: 50% 50% 0;
}

.destination a span{
	display: block;
	text-align: center;
	height: 80px;
	font-size: 36px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	color: #fff;
	line-height: 40px;
	height: 120px;
	padding: 10px 0;
}


/* category */

.category-wrapper {
	position: relative;
	background: url("../image/destination-bg.jpg") center top no-repeat;
	padding-top: 120px;
}

#travel-categories {
	height: 50px;
	border: 3px solid #fff;
	background-color: #000;
	margin: 0 auto;
	font-size: 18px;
	padding: 0 8px;
	outline: none;
}

.category-bg {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: absolute;
	background-size: cover;
	z-index: -1;
}

.category-mask {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 100px;
	left: 0;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	z-index: 0;
}

.category-list {
	width: 960px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 50px;
}


/* blog */

.blog-wrapper {
	position: relative;
	background: url("../image/blog-bg.jpg") center top no-repeat;
	padding-top: 120px;
}

.blog-post-list {
	width: 900px;
	margin: 0 auto;
	float: none;
}

.post-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}

.post-image {
	flex: 1;
}

.post-image .image {
	width: 100%;
	height: 0;
	padding-bottom: 66.7%;
	position: relative;
}

.post-image .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.post-info {
	flex: 2;
	padding-left: 30px;
}

.post-title {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.post-title a {
	color: #fff;
	text-decoration: none;
}

.post-meta {
	color: rgba(255,255,255,.5);
	margin-bottom: 10px;
	font-weight: 300;
}

.post-thumb .caption {
	font-weight: 300;
	height: 60px;
	overflow: hidden;
	margin-bottom: 18px;
}

.readmore a {
	border: 3px solid #c73739;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s;
}

.readmore a:hover {
	background-color: #c73739;
	transition: .3s;
}

.blog-post-title {
	color: #fff;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-post-details {
	padding: 30px 0;
	margin-bottom: 80px;
}

.blog-post-details p {
	background-color: transparent!important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
}

.blog-post-details img {
	width: 100%;
}



/* information */

.information-wrapper {
	position: relative;
	padding-top: 120px;
}

.information-body {
	width: 900px;
	margin: 0 auto;
	float: none;
	margin-bottom: 100px;
}

.information-body p {
	background-color: transparent!important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 10px!important;
}

.information-body p a {
	color: #c73739;
}

.information-body ul {
	margin-bottom: 20px!important;
}

.information-body ul li {
	font-size: 16px;
	padding: 5px 0!important;
	line-height: 24px;
	font-weight: 300;
}

.information-body h3, .information-body h1 {
	color: #fff!important;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 20px;
}


/* equipe */

.equipe-img {
	width: 150px;
	height: 0px;
	padding-bottom: 150px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.equipe-img img{
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
}

.equipe {
	text-align: center;
	padding: 20px 0;
	margin-bottom: 30px;
	height: 90px;
}

.equipe h4 {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.equipe p {
	color: #999;
	font-weight: 300;
	font-size: 16px;
}



@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	height: 41px;
	min-height: 41px;
	margin: 0;
	border: 0;
	border-radius: 0;
}
#menu .nav > li > a {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background-color: transparent;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 15px;
}

#menu .nav > li > a:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#menu .nav > li > a:hover:before {
  width: 50%; 
  left: 25%; 
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	
}

#menu .nav > li > a > span {
	margin-left: 8px;
}

.animate__animated.animate__fadeInUp {
	--animate-duration: .5s;
}

#menu .dropdown-menu {
	padding-bottom: 0;
	border: 0;
	border-radius: 0;
	background-color: rgba(0,0,0,.9);
	box-shadow: 0 0px 20px rgba(0,0,0,.3);
	margin-left: 0!important;
	min-width: 140px!important;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	width: 140px;
	display: block;
	padding: 13px 20px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid rgba(255,255,255,.1);
	transition: .3s;
}
#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus, #menu .dropdown-inner li a:active {
	color: #fff;
	transition: .3s;
	outline: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	color: #fff;
	background: #c73739;
}

#menu .dropdown-inner li a>span {
	float: right;
}

#menu .dropdown-inner li .dropdown-menu {
	display: none;
}

.dropdown-menu2 {
	display: none;
	position: absolute;
	left: 143px;
	background: rgba(0,0,0,.9);
	top: 0;
}

.dropdown-menu2 li a {
	width: 170px!important;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	color: #FFF;
	padding: 0;
	float: right;
	border: 0;
	background-color: #000;
	background-image: none;
	background-repeat: repeat-x;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

.dropdown:hover > .dropdown-menu2 {
	display: block;
}




@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	background-color: #111;
	color: #fff;
}

.social-icons {
	text-align: center;
	padding-top: 68px;
	padding-bottom: 80px;
}

.social-icons a {
	display: inline-block;
	width: 54px;
	height: 54px;
	margin: 0 12px;
}

.social-icons a img {
	width: 100%;
}

.footer-conference h4, .subscribe-section h4 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	margin-bottom: 24px;
}

.footer-conference-section {
	display: flex;
}

.footer-conference-section ul {
	margin: 0;
	padding-left: 0px;
}

.footer-conference-section ul li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer-conference-section ul li div {
	padding-right: 10px;
}

.footer-conference-section ul li div span {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #c73739;
	color: #fff;
	font-size: 10px;
	display: block;
	text-align: center;
	line-height: 20px;
}

.footer-conference-section ul li p {
	margin-bottom: 0;
}

.footer-conference-img {
	width: 112px;
	height: 112px;
}

.footer-conference-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-conference-content {
	flex: 1;
	padding-left: 30px;
}

.footer-conference-content h5 {
	margin: 0;
	font-size: 24px;
	color: #c73739;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-conference-content h6 {
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 5px;
}

.footer-conference-content p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}

.footer-conference-content a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	background-color: #c73739;
	padding: 8px 20px;
}

.footer-conference > p {
	margin-top: 20px;
	font-size: 18px;
}

.footer-conference > p > a {
	color: #c73739;
	font-style: italic;
}

.footer-conference > p > a > span {
	margin-left: 10px;
}

.subscribe-section {
	text-align: center;
	padding: 0 5%;
}

.subscribe-section p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 30px;
}

#form_regist_newsletter {
	display: flex;
	height: 60px;
}

#form_regist_newsletter #input-email {
	flex: 2;
	height: 60px;
	padding: 0 15px;
	outline: none;
	border: 0;
	color: #333;
	background-color: #fff;
}

.jconfirm .jconfirm-box.jconfirm-type-green, .jconfirm .jconfirm-box.jconfirm-type-orange {
	border: 0!important;
	color: #333;
	text-align: center;
	padding: 30px;
	padding-bottom: 10px;
}

.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #000!important;
    opacity: .5!important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none!important;
}

#btn-regist-newsletter {
	flex: 1;
	height: 60px;
	background-color: #c73739;
	color: #fff;
	border: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
}

.contact-section {
	padding-left: 10%;
}

.contact-section img {
	width: 185px;
	margin-bottom: 20px;
}

.contact-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-section ul li {
	font-size: 18px;
	line-height: 34px;
	font-weight: 300;
}

.contact-section ul li a {
	color: #fff;
}

.footer-menu {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.manuvie {
	width: 180px;
	margin: 20px auto;
}

.manuvie img {
	width: 100%;
}

.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-menu ul li {
	line-height: 32px;
	padding: 0 15px;
}

.footer-menu ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: .3s;
}

.footer-menu ul li a:hover {
	text-decoration: underline;
	color: #c73739;
	text-decoration: none;
	transition: .3s;
}

.footer-menu ul li img {
	height: 32px;
}

.footer-country {
	background-color: #000;
	border-bottom: 1px solid #222;
	text-align: center;
	color: #fff;
	padding: 60px 0;
}

.footer-country h4 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

.footer-country a {
	color: #999;
	transition: .2s;
	font-size: 16px;
}

.footer-country a:hover {
	transition: .2s;
	color: #c73739;
}

.copyright {
	background-color: #000;
	text-align: center;
	padding: 40px 0;
	color: #666;
}
.copyright p {
	margin-bottom: 0;
}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 50px;
	overflow: auto;
	background-color: #222;
	position: relative;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	height: 100%;
}
.product-thumb .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-grid .product-thumb .image {
	float: none;
}


@media (min-width: 767px) {
.product-list .product-thumb .image {
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0px 20px rgba(0,0,0,1);
}
}

.caption-heading {
	display: flex;
	justify-content: space-between;
}

.caption-heading-right {
	width: 200px;
}

.caption-price {
	padding-right: 30px;
	padding-top: 20px;
	color: #fff;
	text-align: right;
}

.caption-price b {
	margin-bottom: 6px;
	display: block;
	text-align: right;
	font-weight: 500;
}

.product-thumb h4 {
	font-weight: bold;
	margin: 0;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 30px;
	padding-right: 30px;
}
.product-thumb h4 a {
	color: #fff;
}

.product-thumb h4 a:hover {
	text-decoration: none;
}

.product-thumb h6 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	padding-left: 30px;
}

.summary {
	padding-left: 30px;
}

.summary ul{
	padding-left: 18px;
}

.summary ul li {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0;
}

.depart-date {
	background: #c73739;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

.depart-date span {
	margin-right: 10px;
}

.detail-btn {
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 15px;
}

.detail-btn a {
	border: 3px solid #c73739;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	transition: .3s;
}

.detail-btn a:hover {
	background-color: #c73739;
	color: #fff;
	transition: .3s;
}

.nav-tabs {
	border: 0;
	margin: 0;
}

.nav-tabs>li {
	margin-bottom: 0;
}

.nav-tabs>li>a {
	margin-right: 10px;
    border-radius: 0;
    background-color: #0b0b0b;
    color: #888;
    font-weight: bold;
    font-size: 24px;
    border: 0;
    padding: 15px 30px;
    cursor: pointer;
    transition: .3s;
}

.nav-tabs>li>a:hover {
	background-color: #222;
    color: #fff;
    border: 0;
    transition: .3s;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:active {
    background-color: #222;
    color: #fff;
    border: 0;
    transition: .3s;
}

.info-details {
	background-color: #222;
	padding: 80px 0;
	padding-top: 50px;
}

.info-print {
	float: right;
	height: 64px;
	position: relative;
}

.info-print>a {
	display: block;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	transition: .3s;
}

.info-print>a:hover, .info-print>a:focus, .info-print>a:active {
	color: #999;
	transition: .3s;
	text-decoration: none;
}

.info-print > a > span {
	margin-right: 15px;
	font-size: 20px;
}

.info-print ul {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	position: absolute;
	top: 50px;
	right: 0;
	width: 140px;
	background: #ddd;
	display: none;
}

.info-print ul li a {
	padding: 0 15px;
	transition: .3s;
	font-size: 14px;
	display: block;
	color: #000;
	line-height: 30px;
}

.info-print ul li a:hover, .info-print ul li a:focus, .info-print ul li a:active {
	background-color: #ccc;
	transition: .3s;
	text-decoration: none;
}

.product-thumb .caption {
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 30%;
}


.itinerary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.itinerary-left {
	flex: 5;
	padding-right: 50px;
}

.itinerary-left h1, .itinerary-left h2, .itinerary-left h3, .itinerary-left h4, .itinerary-left h5, .itinerary-left h6 .itinerary-left p, .itinerary-left li {
	color: #fff!important;
}

.itinerary-left ul li, .itinerary-left p, .itinerary-left span {
	font-size: 16px!important;
	line-height: 22px!important;
	font-weight: 300!important;
	color: #fff!important;
}

.itinerary-left ul {
	padding-left: 20px;
}

.itinerary-right {
	flex: 4;
	padding-left: 50px;
	padding-top: 0px;
}

.itinerary-img img {
	width: 100%;
}

.itinerary-left h1 {
	font-size: 60px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

.itinerary-left h3 {
	font-size: 36px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.itinerary-left hr {
	width: 70px;
	border-top: 3px solid #fff;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 50px;
}

.itinerary-left p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}



/* review */

.review-box {
	border-bottom: 1px solid #333;
	padding: 30px 0;
}

.review-box h4{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	margin: 0;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 20px;
}

.review-box h4>p {
	margin-bottom: 0;
	padding-left: 20px;
	color: #c73739;
}

.review-box > p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #ccc;
}


/* featured */

.featured-container {
	padding: 0 30px;
}

.featured-container .row {
	margin: 0 -30px;
}

.featured-container .row .product-layout {
	padding: 0 30px;
}

.featured-heading {
	font-size: 90px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	color: #fff;
	margin: 90px 0;
	text-align: center;
}

.featured-product .image {
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	position: relative;
}

.featured-product .image a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.featured-product .caption {
	min-height: 210px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: black;
}

.start-date {
	font-size: 14px;
	font-weight: 400;
}

.start-date span {
	margin-right: 5px;
}

.caption-right {
	padding-left: 30px;
}

.featured-product h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	max-height: 3.75em;
	overflow: hidden;
}

.featured-product p.price {
	font-size: 36px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-bottom: 10px;
}

.featured-product p.price b{
	font-size: 14px;
	font-weight: 500;
	width: 80px;
	font-family: 'Roboto', sans-serif;
}

.caption-right .detail-btn a {
	border-width: 5px;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
}

.more-destinations {
	text-align: center;
	margin-bottom: 50px;
}

.more-destinations a {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	background-color: #c73739;
	transition: .3s;
	padding: 15px 30px;
}

.more-destinations a:hover {
	background-color: #c73739;
	transition: .3s;
}


/* about us */

.about-us {
	padding: 100px 0;
	clear: both;
}

.about-us h3 {
	font-size: 60px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	color: #fff;
	margin-top: 0;
}

.about-us p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.about-image {
	padding-left: 50px;
}

.image-bg {
	width: 240px;
	height: 240px;
	background: #c73739;
	position: relative;
}

.image-bg img {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.about-text h6 {
	margin-top: 30px;
	margin-bottom: 0;
}

.about-text h6 a {
	border: 5px solid #c73739;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s;
    font-size: 16px;
    font-weight: bold;
    width: 140px;
    text-align: center;
}

.about-text h6 a:hover {
	background: #c73739;
	transition: .3s;
	text-decoration: none;
}



@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #fff;
	margin-bottom: 0;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 42px;
    font-weight: 500;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {

	.container {
		width: 100%;
	}

	header {
		padding: 0 30px;
	}

	.header-contact-info {
		text-align: right;
	}

	.header-contact-info h4 {
		font-size: 24px;
		justify-content: flex-end;
	}

	.header-contact-info h6 a {
		font-size: 16px;
	}


	/* slider */

	.home .owl-carousel {
		height: 576px;
	}

	.home .owl-carousel .owl-stage-outer, .home .owl-carousel .owl-stage, .home .owl-carousel .owl-item, .home .owl-carousel .item {
		height: 100%;
	}

	.home .owl-carousel .item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.item .container {
		padding: 0 30px;
	}

	.owl-theme .owl-nav {
	    position: absolute;
	    right: 30px;
	    bottom: 30px;
	}

	.owl-dots {
	    position: absolute;
	    z-index: 11;
	    left: 30px;
	    bottom: 30px;
	}

	.item-caption h2 {
		font-size: 72px;
		line-height: 72px;
		width: 80%;
	}

	.item-caption p {
		width: 60%;
	}

	.product-list .product-thumb .button-group {
		border-left: none;
	}


	/* about*/

	.about-us {
		padding: 80px 15px; 
	}

	.about-image {
	    padding-left: 0;
	    margin-top: 15px;
	}

	.image-bg {
	    width: 300px;
	    height: 300px;
	}

	.image-bg img {
	    width: 300px;
	    height: 300px;
	    top: 10px;
	    left: 10px;
	}

	.about-us h3 {
		font-size: 48px;
	}

	/* footer */

	.footer-conference {
		margin-bottom: 50px;
		padding: 0 15px;
	}

	.subscribe-section {
		text-align: left;
		padding: 0 15px;
		margin-bottom: 50px;
	}

	.contact-section {
		padding: 0 15px;
		margin-bottom: 30px;
	}


	/* destinations */

	.title h2 {
	    font-size: 60px;
	}


	/* conference */

	.conference-body, .zoom-conference {
	    width: 100%;
	}

	.zoom-conference form {
		width: 100%;
	}

	.conference-body .row {
		margin: 0;
	}

	.conference-body .row .col-sm-6 {
	    padding: 0 30px;
	}

	/* test */

	.test-box {
		margin: 0 30px;
		margin-bottom: 50px;
	}

	.testimonials .row {
		margin: 0 -15px;
	}

	/* contact */

	.contact-body {
		width: 100%;
		flex-direction: column;
	}

	.contact-left {
		margin-bottom: 50px;
	}

	/* information */

	.information-body {
		padding: 0 30px;
		width: 100%;
	}

	/* blog */

	.blog-post-list {
		width: 100%;
		padding: 0 30px;
	}

	/* popup */

	.modal-dialog {
	    width: 90%;
	}

	.modal-content {
	    border: 0;
	    border-radius: 0;
	    padding: 20px 30px;
	}

	#regist_conference_box .modal-body {
		padding: 0px;
	}

	#form_regist_conference .form-group {
		margin-bottom: 0;
	}

	#form_regist_conference .form-group .col-sm-6 {
		margin-bottom: 15px;
	}


}

.product-wrapper {
	position: relative;
}

.product-bg {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

.product-mask {
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	z-index: 0;
}

.product-information {
	padding-top: 180px;
}

.product-information h1 {
	margin: 0;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #fff;
}

.product-information hr {
	width: 220px;
	border-width: 3px;
	margin: 25px 0;
	margin-top: 10px;
}

.product-information h4 {
	margin: 0;
	font-size: 36px;
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.participant {
	font-size: 24px;
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 50px;
}

.participant span {
	font-size: 24px;
	font-weight: 400;
	margin-right: 10px;
}

.share-box {
	padding-left: 15px;
}

.share-box > p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.share-box > p > span {
	font-size: 20px;
	font-weight: 400;
	margin-right: 10px;
}

.depart-time {
	width: 80%;
}

.depart-time ul {
	padding: 0;
	list-style: none;
}

.depart-time ul li {
	font-size: 24px;
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    display: block;
    border: 5px solid #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.depart-time ul li b {
	display: none;
}

.depart-time ul li.active {
	border-color: #c73739;
	background-color: #1a1a1a;
}

.depart-time ul li.active b {
	display: block;
	position: absolute;
	width: 0;
    height: 0;
    border-top: 36px solid #c73739;
    border-right: 36px solid transparent;
    left: 0;
    top: 0;
}

.depart-time ul li.active b span {
	position: absolute;
	top: -37px;
	left: 3px;
}

.depart-time ul li div {
	float: right;
	font-weight: 400;
	font-size: 20px;
}

.depart-time ul li div span {
	font-size: 20px;
	font-weight: 400;
	margin-right: 10px;
}

.register-box {
	margin-bottom: 40px;
	display: flex;
}

.register-btn {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #c73739;
	padding: 27px 40px;
	display: inline-block;
	transition: .3s;
	height: 74px;
}

.register-btn:hover {
	color: #fff;
	background-color: #e13e40;
	transition: .3s;
}

.share-btn {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding: 21px 50px 20px 50px;
	display: inline-block;
	transition: .3s;
	line-height: 24px;
}

.share-btn span {
	margin-right: 10px;
	font-size: 24px;
}

.share-btn:hover {
	color: #fff;
	transition: .3s;
	background-color: #1a1a1a;
}

.product-summary {
	width: 80%;
	margin-bottom: 50px;
}

.product-summary p, .product-summary p span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #fff!important;
	background-color: transparent!important;
}

.product-map {
	padding-top: 200px;
	position: relative;
}

.product-map img {
	max-width: 100%;
}

#zoom-in {
	position: absolute;
	left: 0;
	bottom: 0;
}

#zoom-in img {
	cursor: pointer;
}

.product-photos {
	width: 80%;
	padding: 0 40px;
	margin-bottom: 30px;
}

.product-photos img {
	cursor: pointer;
}

.product-photos .owl-carousel .owl-nav button.owl-prev, .product-photos .owl-carousel .owl-nav button.owl-next {
    font-size: 16px!important;
    width: 24px!important;
    height: 48px!important;
    margin: 0;
    outline: none;
    transition: .3s;
    background-color: #333;
    border: 0!important;
    border-radius: 0!important;
}

.product-photos .owl-carousel .owl-nav button.owl-prev:hover, .product-photos .owl-carousel .owl-nav button.owl-next:hover {
    transition: .3s;
    background-color: #c73739;
}

.product-photos .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -40px;
}

.product-photos .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -40px;
}

.product-photos .owl-carousel .owl-nav button.owl-prev span, .product-photos .owl-carousel .owl-nav button.owl-next span {
    height: 48px!important;
    line-height: 48px;
    display: block;
    font-size: 30px;
    border-radius: 0!important;
}

.product-photos .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 15px;
    width: 100%;
    z-index: -1;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.product-photos .item > a {
	width: 100%;
	height: 80px;
	position: relative;
	display: block;
}

.product-photos .item > a > img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
}

#regist_product_box {
	color: #333;
}


@media (max-width: 768px) {
	.depart-time, .product-summary, .product-photos {
	    width: 100%;
	}

	.product-map {
		padding-top: 50px;
		padding-bottom: 100px;
	}

	#zoom-in {
		left: 48%;
		bottom: 50px;
	}

	.product-map img {
		width: 100%;
	}

	.nav-tabs>li>a {
		padding: 10px 20px;
		font-size: 16px;
	}

	.info-print, .info-print>a {
		height: 42px;
	}

	.itinerary {
		flex-direction: column;
	}

	.itinerary-left {
		padding: 0 15px;
		margin-bottom: 30px; 
	}

	.itinerary-right {
		padding: 0 15px;
	}

	#form_regist_product .form-group.row {
		margin-bottom: 0;
	}

	#form_regist_product .form-group.row .col-sm-4, #form_regist_product .form-group.row .col-sm-6 {
		margin-bottom: 15px;
	}
}




@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

@media (min-width: 1200px) and (max-width: 1600px) {
	header {
	    padding: 0 50px;
	}

	#logo img.img-responsive {
	    max-height: 50px;
	}

	.header-contact-info h4 {
		font-size: 30px;
	}

	.header-contact-info h6 a {
		font-size: 14px;
	}

	.item-caption h2 {
	    font-size: 72px;
	    line-height: 66px;
	}

	.item-caption p {
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		line-height: 20px;
		width: 50%;
		margin-bottom: 40px;
	}

	.item .container {
		padding: 0 50px;
	}

	.owl-dots {
	    position: absolute;
	    z-index: 11;
	    left: 50px;
	    bottom: 50px;
	}

	.owl-theme .owl-nav {
	    position: absolute;
	    right: 50px;
	    bottom: 50px;
	}

	.featured-product p.price {
		font-size: 28px;
	}

	.featured-product p.price b {
		font-size: 12px;
		width: 65px;
	}

	.caption-right .detail-btn a {
	    border-width: 3px;
	    font-size: 14px;
	    font-weight: bold;
	    width: 120px;
	    padding: 8px 0;
	    text-align: center;
	}

	.caption-right {
	    padding-left: 0;
	}

	.featured-product h4 {
	    font-size: 20px;
	    line-height: 24px;
	}

	.about-image {
	    padding-left: 0px;
	}

	.about-us {
		padding: 80px 0;
	}

	.about-us h3 {
		font-size: 48px;
	}

	.footer-conference h4, .subscribe-section h4 {
		font-size: 24px;
	}

	.subscribe-input input {
		flex: 2;
	}

	.subscribe-input button {
		font-size: 14px;
	}

	.contact-section ul li {
	    font-size: 16px;
	    line-height: 30px;
	}

	.destination a span {
		font-size: 30px;
	}

	.title {
		height: 200px;
	}

	.title h2 {
		font-size: 60px;
	}

	.product-map img {
		width: 100%;
	}

	.product-information h1 {
	    font-size: 48px;
	    line-height: 48px;
	}

	.product-information hr {
	    margin-top: 20px;
	}

	.product-information h4 {
		font-size: 30px;
	}

	.depart-time {
	    width: 100%;
	}

	.depart-time ul li {
	    font-size: 20px;
	    padding: 20px;
	    margin-bottom: 20px;
	}

	.participant {
	    margin-bottom: 30px;
	}

	.product-photos {
	    width: 100%;
	}

	.product-photos .owl-theme .owl-nav {
	    top: 11px;
	}

	.product-summary {
	    width: 100%;
	}
}


@media (min-width: 1025px) and (max-width: 1200px) {
	header {
	    height: 120px;
	    position: absolute;
	    top: 0;
	    left: 50%;
	    width: 100%;
	    transform: translateX(-50%);
	    z-index: 10;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 0 30px;
	    background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
	}

	#logo img.img-responsive {
	    max-height: 60px;
	}

	.header-contact-info h4 {
	    font-family: 'Barlow Condensed', sans-serif;
	    font-weight: 500;
	    font-size: 24px;
	    color: #fff;
	    margin: 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.header-contact-info h6 a {
	    font-family: 'Roboto', sans-serif;
	    font-weight: 400;
	    font-size: 16px;
	    color: #fff;
	}

	#menu .nav > li > a {
	    font-family: 'Roboto', sans-serif;
	    color: #fff;
	    background-color: transparent;
	    font-size: 14px;
	    font-weight: 500;
	    padding: 10px 15px;
	}

	#menu .dropdown-inner a {
	    width: 140px;
	    display: block;
	    padding: 13px 20px;
	    clear: both;
	    line-height: 20px;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 500;
	    border-bottom: 1px solid rgba(255,255,255,.1);
	    transition: .3s;
	}

	.item-caption h2 {
	    font-family: 'Barlow Condensed', sans-serif;
	    font-weight: 600;
	    font-size: 72px;
	    line-height: 72px;
	    color: #fff;
	    margin: 0;
	    letter-spacing: -3px;
	    margin-bottom: 15px;
	    text-transform: uppercase;
	    width: 60%;
	}

	.owl-dots {
	    position: absolute;
	    z-index: 11;
	    left: 100px;
	    bottom: 30px;
	}

	.owl-theme .owl-dots .owl-dot span {
	    height: 3px;
	    width: 30px;
	    border-radius: 0;
	    margin: 0;
	    background: rgba(255,255,255,.3);
	    transition: .3s;
	}

	.featured-product h4 {
	    font-size: 18px;
	    line-height: 24px;
	    font-weight: 500;
	    padding: 0;
	    margin: 0;
	    margin-bottom: 10px;
	    max-height: 3.75em;
	    overflow: hidden;
	}

	.caption-right {
	    padding-left: 0px;
	}

	.featured-product p.price {
	    font-size: 24px;
	    display: flex;
	    justify-content: flex-end;
	    align-items: flex-start;
	    margin-bottom: 10px;
	}

	.featured-product p.price b {
	    font-size: 12px;
	    font-weight: 500;
	    width: 65px;
	    font-family: 'Roboto', sans-serif;
	}

	.detail-btn {
	    padding-left: 30px;
	    padding-bottom: 30px;
	    padding-top: 5px;
	}

	.caption-right .detail-btn a {
	    border-width: 3px;
	    font-size: 12px;
	    font-weight: bold;
	    width: 110px;
	    text-align: center;
	    padding: 7px 10px;
	}


}

@media (min-width: 769px) and (max-width: 1024px){

	.common-home {
		padding-top: 80px;
	}

	.item-caption h2 {
		font-size: 60px;
		line-height: 60px;
	}

	.owl-dots {
		bottom: 20px;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 50px;
	}

	.owl-theme .owl-nav {
		right: 50px;
		bottom: 20px;
	}

	#menu {
		padding-left: 50px;
	}

	.navbar-collapse.collapse {
	    display: none!important;
	}

	.container {
		width: 100%;
	}

	.col-md-6 {
	    width: 50%!important;
	}

	.col-md-4 {
	    width: 33.3333%!important;
	}

	.col-md-3 {
	    width: 25%!important;
	}

	.product-layout {
		padding: 0 15px!important; 
	}

	.product-map img {
		width: 100%;
	}

	.itinerary-left h1 {
		font-size: 48px;
		line-height: 48px;
	}

	.itinerary-left h3 {
		font-size: 30px;
	}

	.featured-product p.price {
		flex-direction: column;
		font-size: 30px;
		justify-content: flex-end;
		align-items: flex-end;
		text-align: right;
	}

	.featured-product p.price b {
		width: 100%;
		font-size: 12px;
		display: block;
		margin-bottom: 5px;
	}

	.featured-product .caption {
	    min-height: 140px;
	    padding-top: 15px;
	}

	.featured-product h4 {
	    font-size: 18px;
	    line-height: 20px;
	}

	.detail-btn {
		padding-left: 0px;
		padding-bottom: 15px;
		padding-top: 10px;
	}

	.detail-btn a {
		border: 3px solid #c73739!important;
		display: inline-block;
		padding: 6px 0px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
		transition: .3s;
		text-align: center;
		font-size: 14px!important;
		width: 120px!important;
	}

	.detail-btn a:hover {
		background-color: #c73739;
		color: #fff;
		transition: .3s;
	}

	header {
		background: #000;
		background-image: none;
		height: 80px;
		padding: 0 15px;
	}

	.header-contact-info {
		display: none;
	}

	#logo img.img-responsive {
	    max-height: 36px;
	}

	.mobile-contact {
		border-right: 1px solid #666;
	    height: 20px;
	    padding-right: 50px;
	    display: block;
	    flex: 1;
	    text-align: right;
	}

	.mobile-contact a {
		margin: 0 8px;
	}

	.mobile-contact a span{
		font-size: 24px;
		color: #fff;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-menu-bar {
		width: 66px;
		height: 30px;
		padding-top: 3px;
	}

	.mobile-menu-bar a {
		color: #ccc;
		text-decoration: none;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 7.5px 0;
		margin-right: -15px;
		padding-right: 15px;
	}

	.mobile-menu-bar a b {
		display: block;
		width: 15px;
	}

	.mobile-menu-bar a b em {
		height: 4px;
		border-top: 1px solid #ccc;
		display: block;
		width: 15px;
		margin-top: 1px;
	}

	.popup-menu {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 99;
		background: #000;
		display: none;
	}

	.popup-menu-header {
		text-align: right;
		position: absolute;
		top: 0;
		height: 87px;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	.popup-menu-header a {
		color: #fff;
		font-weight: 300;
		padding: 30px;
		display: inline-block;
	}

	.popup-menu-header a span {
		font-size: 30px;
	}

	.popup-menu-body {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	.popup-menu-main {
		padding-left: 30px;
		padding-top: 87px;
		padding-bottom: 50px;
	}

	.popup-menu-main ul {
		padding: 0;
		margin: 0;
	}

	.popup-menu-main>ul>li {
		list-style: none;
		padding: 20px 0;
		text-align: left;
	}

	.popup-menu-main a {
		display: block;
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
    	font-weight: 600;
    	font-size: 30px;
    	text-align: left;
	}

	.popup-menu-main>ul>li span {
		font-size: 24px;
		margin-left: 5px;
	}

	.popup-menu-main>ul>li dl {
		margin-bottom: 0;
		margin-top: 25px;
		display: none;
	}

	.popup-menu-main>ul>li dl dd {
		display: block;
		font-family: 'Barlow Condensed', sans-serif;
    	font-weight: 600;
    	font-size: 24px;
    	padding: 10px 0;
    	padding-left: 30px;
	}

	.popup-menu-main>ul>li dl dd a {
		font-family: 'Barlow Condensed', sans-serif;
    	font-weight: 600;
    	font-size: 24px;
    	color: #bbb;
	}

	.popup-menu-main>ul>li dl dd a span {
		font-size: 16px;
	}

	.popup-menu-main>ul>li dl dd ul {
		display: none;
		padding: 0;
		margin: 0;
		padding-left: 30px;
	}

	.popup-menu-main>ul>li dl dd ul li {
		padding: 5px 0;
	}

	.testimonials .row {
	    margin: 0 -15px;
	}


}


@media (min-width: 479px) and (max-width: 768px){

	.navbar-collapse.collapse {
		display: none!important;
	}

	.container {
		width: 100%;
	}

	.col-md-6 {
	    width: 100%!important;
	}

	.col-md-4 {
	    width: 100%!important;
	}

	.col-md-3 {
	    width: 100%!important;
	}

	.footer-conference {
		padding-left: 50px;
		margin-bottom: 50px;
	}

	.contact-section {
		padding-left: 50px;
		margin-top: 50px;
	}

	.about-text {
		padding-left: 50px;
		padding-top: 50px;
	}

	.home {
	    padding: 0 15px;
	    padding-top: 80px;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 30px;
	}

	.owl-dots {
		bottom: 30px;
	}

	.item-caption h2 {
		font-size: 80px;
		line-height: 72px;
	}

	.product-photos, .depart-time, .product-summary {
		width: 100%;
	}



	header {
		background: #000;
		background-image: none;
		height: 80px;
		padding: 0 15px;
	}

	.header-contact-info {
		display: none;
	}

	#logo img.img-responsive {
	    max-height: 36px;
	}

	.mobile-contact {
		border-right: 1px solid #666;
	    height: 20px;
	    padding-right: 50px;
	    display: block;
	    flex: 1;
	    text-align: right;
	}

	.mobile-contact a {
		margin: 0 8px;
	}

	.mobile-contact a span{
		font-size: 24px;
		color: #fff;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-menu-bar {
		width: 66px;
		height: 30px;
		padding-top: 3px;
	}

	.mobile-menu-bar a {
		color: #ccc;
		text-decoration: none;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 7.5px 0;
		margin-right: -15px;
		padding-right: 15px;
	}

	.mobile-menu-bar a b {
		display: block;
		width: 15px;
	}

	.mobile-menu-bar a b em {
		height: 4px;
		border-top: 1px solid #ccc;
		display: block;
		width: 15px;
		margin-top: 1px;
	}

	.popup-menu {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 99;
		background: #000;
		display: none;
	}

	.popup-menu-header {
		text-align: right;
		position: absolute;
		top: 0;
		height: 87px;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	.popup-menu-header a {
		color: #fff;
		font-weight: 300;
		padding: 30px;
		display: inline-block;
	}

	.popup-menu-header a span {
		font-size: 30px;
	}

	.popup-menu-body {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	.popup-menu-main {
		padding-left: 30px;
		padding-top: 87px;
		padding-bottom: 50px;
	}

	.popup-menu-main ul {
		padding: 0;
		margin: 0;
	}

	.popup-menu-main>ul>li {
		list-style: none;
		padding: 20px 0;
		text-align: left;
	}

	.popup-menu-main a {
		display: block;
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
    	font-weight: 600;
    	font-size: 30px;
    	text-align: left;
	}

	.popup-menu-main>ul>li span {
		font-size: 24px;
		margin-left: 5px;
	}

	.popup-menu-main>ul>li dl {
		margin-bottom: 0;
		margin-top: 25px;
		display: none;
	}

	.popup-menu-main>ul>li dl dd {
		display: block;
		font-family: 'Barlow Condensed', sans-serif;
    	font-weight: 600;
    	font-size: 24px;
    	padding: 10px 0;
    	padding-left: 30px;
	}

	.popup-menu-main>ul>li dl dd a {
		font-family: 'Barlow Condensed', sans-serif;
    	font-weight: 600;
    	font-size: 24px;
    	color: #bbb;
	}

	.popup-menu-main>ul>li dl dd a span {
		font-size: 16px;
	}

	.popup-menu-main>ul>li dl dd ul {
		display: none;
		padding: 0;
		margin: 0;
		padding-left: 30px;
	}

	.popup-menu-main>ul>li dl dd ul li {
		padding: 5px 0;
	}
}


@media (max-width: 478px) {

	header {
		height: 80px;
		padding: 0 15px;
	}

	.header-contact-info h6 a {
		font-size: 12px;
	}

	#logo img.img-responsive {
	    max-height: 40px;
	}

	.mobile-contact {
	    border-right: 1px solid #666;
	    height: 20px;
	    padding-right: 50px;
	    display: block;
	    flex: 1;
	    text-align: right;
	}

	.mobile-contact a, .mobile-menu-bar a {
		color: #fff;
	}

	.mobile-contact a {
		margin-left: 10px;
	}

	.mobile-contact a span {
		font-size: 24px;
	}

	#menu {
	    padding-left: 0px;
	}

	.header-contact-info {
	    display: none;
	}

	.mobile-menu {
	    display: block;
	}

	.mobile-menu-bar {
	    width: 66px;
	    height: 30px;
	    padding-top: 3px;
	}

	.mobile-menu-bar a {
	    color: #fff;
	    text-decoration: none;
	    font-size: 16px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 7.5px 0;
	    margin-right: -15px;
	    padding-right: 15px;
	    font-weight: bold;
	}

	.mobile-menu-bar a b {
	    display: block;
	    width: 15px;
	}

	.mobile-menu-bar a b em {
	    height: 4px;
	    border-top: 2px solid #fff;
	    display: block;
	    width: 15px;
	    margin-top: 2px;
	}

	.home .owl-carousel {
	    height: 85vh;
	}

	.item .container {
	    padding: 0 15px;
	}

	.owl-dots {
	    left: 15px;
	}

	.item-caption h2 {
		width: 100%;
		font-size: 60px;
    	line-height: 60px;
	}

	.item-caption p {
		width: 100%;
	}

	.common-home .owl-dots {
		bottom: 20px;
	}

	.common-home .owl-theme .owl-dots .owl-dot span {
		width: 20px;
	}

	.common-home .owl-theme .owl-nav {
		right: auto;
		left: 30px;
		display: none;
	}

	.common-home .owl-carousel .owl-nav button.owl-prev, .common-home .owl-carousel .owl-nav button.owl-next {
		margin-left: 0;
		margin-right: 20px;
	}

	.featured-heading {
		font-size: 42px;
		margin: 50px 0;
	}

	.featured-container {
		padding: 0 15px;
	}

	.featured-container .row {
		margin: 0 -15px;
	}

	.featured-container .row .product-layout {
		padding: 0 15px;
	}

	.featured-product p.price {
		font-size: 24px;
	}

	.featured-product p.price b {
		font-size: 12px;
		width: 70px;
	}

	.caption-right {
		padding-left: 0;
	}

	.caption-right .detail-btn a {
	    font-size: 14px;
	    width: 130px;
	    padding: 10px 15px;
	}

	.about-us .col-xs-4, .about-us .col-xs-8 {
		width: 100%;
	}

	.about-us .col-xs-8 {
		margin-top: 30px;
	}

	.about-us h3 {
	    font-size: 36px;
	    line-height: 42px;
	}

	.category-wrapper .product-layout {
		padding: 0 15px!important;
	}

	.test-box {
	    margin: 0;
	    margin-bottom: 50px;
	}

	#input-firstname, #input-email {
		margin-bottom: 15px;
	}

	.product-bg {
		background-size: auto auto;
	}

	.info-print {
		position: absolute;
	}

	#testimonials {
		padding: 0;
	}

	.nav-tabs>li>a {
		margin-right: 0;
		padding: 10px;
	}

	.register-btn, .share-btn {
		display: block;
		text-align: center;
	}

	.manuvie {
		margin-left: 15px;
	}

	.footer-menu ul {
		display: block;
		padding: 0 15px;
	}

	.footer-menu ul li {
		display: block;
		width: 50%;
		text-align: left;
		float: left;
		font-size: 14px;
		padding: 0;
	}

	.footer-country {
		padding: 30px;
	}

	.product-photos .item > a {
	    width: 100%;
	    height: 150px;
	    position: relative;
	    display: block;
	}

	.product-photos .owl-theme .owl-nav {
		top: 50px;
	}

	.more-destinations a {
	    font-size: 16px;
	}

	.about-text {
	    padding-left: 0px;
	}

	.about-us {
	    padding-top: 20px;
	}

	.footer-conference, .contact-section {
	    padding-left: 15px;
	}

	.copyright {
	    padding: 40px 20px;
	}

	.featured-product h4 {
	    font-size: 20px;
	    line-height: 26px;
	    max-height: 78px;
	}

	.product-thumb {
	    margin-bottom: 20px;
	}

	.mobile-contact {
	    padding-right: 20px;
	    border-color: #fff;
	}

	.mobile-menu {
		padding-left: 15px;
	}

	.product-information h1 {
	    font-size: 48px;
	    line-height: 48px;
	}

	.product-information hr {
	    width: 120px;
	}

	.product-information h4 {
	    font-size: 30px;
	}

	.depart-time ul li {
	    padding: 15px;
	}

	.itinerary-left h1 {
	    font-size: 42px;
	}

	.itinerary-left h3 {
	    font-size: 24px;
	}

	#travel-categories {
	    font-size: 16px;
	    width: 100%;
	}

	.post-list {
	    flex-direction: column;
	}

	.post-info {
	    padding-left: 0px;
	}

	.post-image {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.register-box {
		flex-direction: column;
	}

	.share-box {
		padding-left: 0;
		margin-top: 20px;
	}

	.share-box > p > span {
	    font-size: 24px;
	    font-weight: 400;
	    margin-right: 10px;
	}

	.share-box > p {
	    font-size: 20px;
	    text-transform: uppercase;
	    font-weight: 600;
	}

	.popup-menu {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 99;
		background: #000;
		display: none;
	}

	.popup-menu-header {
		text-align: right;
		position: absolute;
		top: 0;
		height: 87px;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	.popup-menu-header a {
		color: #fff;
		font-weight: 300;
		padding: 30px;
		display: inline-block;
	}

	.popup-menu-header a span {
		font-size: 30px;
	}

	.popup-menu-body {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	.popup-menu-main {
		padding-left: 30px;
		padding-top: 87px;
		padding-bottom: 50px;
	}

	.popup-menu-main ul {
		padding: 0;
		margin: 0;
	}

	.popup-menu-main>ul>li {
		list-style: none;
		padding: 20px 0;
		text-align: left;
	}

	.popup-menu-main a {
		display: block;
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
    	font-weight: 600;
    	font-size: 30px;
    	text-align: left;
	}

	.popup-menu-main>ul>li span {
		font-size: 24px;
		margin-left: 5px;
	}

	.popup-menu-main>ul>li dl {
		margin-bottom: 0;
		margin-top: 25px;
		display: none;
	}

	.popup-menu-main>ul>li dl dd {
		display: block;
		font-family: 'Barlow Condensed', sans-serif;
    	font-weight: 600;
    	font-size: 24px;
    	padding: 10px 0;
    	padding-left: 30px;
	}

	.popup-menu-main>ul>li dl dd a {
		font-family: 'Barlow Condensed', sans-serif;
    	font-weight: 600;
    	font-size: 24px;
    	color: #bbb;
	}

	.popup-menu-main>ul>li dl dd a span {
		font-size: 16px;
	}

	.popup-menu-main>ul>li dl dd ul {
		display: none;
		padding: 0;
		margin: 0;
		padding-left: 30px;
	}

	.popup-menu-main>ul>li dl dd ul li {
		padding: 5px 0;
	}

}

