<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url(bootstrap-social.less);


.social-bottom {
    display: inline-block;
    padding: 5px 30px 0px;
    margin-right: 0px;
    text-align: center;
}
.social-bottom .cosmenet-on-social {
    display: inline-block;
    vertical-align: top;
}
.social-bottom a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    margin: 0 2px;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: top;
    width: 28px;
}
.social-bottom a:hover {
    filter: grayscale(0);
}
.social-bottom a.icon_fb {
    background-image: url("../images/social/facebook_icon.png");
}
.social-bottom a.icon_tw {
    background-image: url("../images/social/twitter_icon.png");
}
.social-bottom a.icon_plus {
    background-image: url("../images/social/googleplus_icon.png");
}
.social-bottom a.icon_pin {
    background-image: url("../images/social/pinterest_icon.png");
}
.social-bottom a.icon_yt {
    background-image: url("../images/social/youtube_icon.png");
}
.social-bottom a.icon_ig {
    background-image: url("../images/social/Instagram_icon.png");
}
.social-bottom a.icon_line {
    background-image: url("../images/social/line_icon.png");
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
.social-button{
	background: #e0e1e2 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0.285714rem;
	cursor: pointer;
	padding: 5px 10px;
	text-align: center;
	margin: 0 5px 10px 0;
	line-height: 22px;
	min-height: 22px;
	outline: 0 none;
	width: 100%;
	float: left;
}
.social-button.facebook{
	background-color: #3b5998;
	text-shadow:0 0 0 0 rgba(34, 36, 38, 0.15) inset;
	color: #ffffff;
	font-weight: bold;
}
.social-button.google{
	background-color: #dc4a38;
	text-shadow:0 0 0 0 rgba(34, 36, 38, 0.15) inset;
	color: #ffffff;
	font-weight: bold;
}
a:link {
text-decoration: none;
}
._h-100pct {
    height: 100%!important;
}
.box_shadow1 {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

/*share*/
.share-post {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0px;
    margin: 10px 0;
    padding: 0px;
}
.share-post ul {
    line-height: normal;
    list-style: outside none none;
    margin: 0;
    min-height: 25px;
    padding: 0;
}
.share-post ul li {
    float: left;
    padding: 0 5px 0 0;
    position: relative;
    top: 3px;
    width: auto;
}
.share-post ul li.share-fb{
    top:3px;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
.dropdown-menu &gt; li &gt; a{
	font-family: tahoma,Helvetica;
	font-size: 14px;
	color: #000000;
}
.dropdown-menu &gt; li &gt; a:hover{
	font-family: tahoma,Helvetica;
	font-size: 14px;
	color: #c9302c;
}
.breadcrumb{
	background-color:unset !important;
	padding: 8px 0px !important;
}
.breadcrumb , .text-content{
	color: #363636;
	font-family: tahoma,Helvetica;
	font-size: 1.1em !important;
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pagination{
	font-size: 1.3em;
}
.thumbnail{
	border-radius: 0px;
	border: 0px;
}
.img-responsive {margin:0 auto;}
.title{
	font-weight: bold;
	position: relative;
	top: 23px;
	padding-left: 20px;
}
.line-bottom{
	width: 200px;
	border-bottom: 5px solid #c9302c;
}
.tt-social {
    height: 47px;
    margin: 0 0 10px;
}
.tt-social.fixed .tt-fixed {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    max-width: 789px;
    padding: 7px 0;
    position: fixed;
    top: 0;
    z-index: 995;
}
.tt-social a {
    margin: 0 0 0 1%;
    padding: 8px 20px;
}
.tt-social a.btn-fb {
    background-color: #415fae;
}
.tt-social a.btn-tw {
    background-color: #04ade9;
}
.tt-social a.btn-line {
    background-color: #5acf36;
    background-position: 74px 1px;
    background-repeat: no-repeat;
}
.tt-social a .fa {
    font-size: 18px;
    padding: 0 0 0 10px;
}
.tt-social a.btn-line {
    padding: 8px 10px 8px 20px;
}
.ico-line {
    padding: 0 0 0 10px;
    width: 31px;
}
.cl-white {
    color: #fff;
}
#topbar {
    background-color: #c9302c;
    color: #fff;
    height: 25px;
}
.line-ad{
	padding-top:87px; 
}
.nav-tabs &gt; li{
	margin-bottom:0 !important;
}
.nav-tabs{
    border-bottom: 3px solid #c9302c !important;
    font-size: 22px;
}
.title{
	font-size:45px; 
	font-weight: bold;
}
.title h2{
	line-height: 19px;
}
.title h2 &gt; small{
	font-family: tahoma,Helvetica;
	font-size: 14px;
	font-weight: normal;
}
.text-main-act,.text-act,.text-main-lifestyle,.text-lifestyle{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px !important;
}
.text-sub-act{
	margin-top: 0px !important;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
	font-family: tahoma,Helvetica;
	font-size: 14px;
}
.text-sub2-act{
	margin-top: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	color: #000000;
	font-family: tahoma,Helvetica;
	font-size: 14px;
	font-weight: normal;
}
.text-sub-act3{
	margin-top: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	color: #000000;
	font-family: tahoma,Helvetica;
	font-size: 14px;
}
.read-more{
	font-size: 22px;
	top:10px;
	position: relative;
}
.main_page{
	padding-top:100px;
	background: url(../images/bg_banner.jpg);
}
.navbar-fixed-top .navbar-collapse {
    max-height: auto;
}
.navbar{
	margin-bottom: 0px;
}
.group-box {
    overflow: hidden;
    position: relative;
}
.group-box &gt; .pic-box img {
    height: auto;
    max-width: 100%;
}
.pic-box img {
    transition: transform 0.4s ease 0s;
}
.pic-box:hover img {
    transform: scale(1.1);
}

.solgan_new{
	color:#ffffff;
	font-size:40px;
	font-family: 'PSLKandaProBold';
	margin-top:90px;
	text-align:right;
	}
.solgan_new2{
	color:#ffffff;
	font-size:32px;
	font-family: 'PSLKandaProBold';
	text-align:right;
	line-height:35px;
	}
.solgan_new2_th{
	color:#ffffff;
	font-size:24px;
	text-align:right;
	line-height:30px;
	}
	.text_error{
	color:#ffffff;
	font-size:20px;
	text-align:center;
	line-height:30px;
	padding:0px 15px;
	}
.button_know{
	border:1px solid #f00303;
	padding:8px 14px;
	font-size:20px;
	color:#ffffff;
	font-family: 'PSLKandaProBold';
	right:0px;
	margin:auto;
	width:180px;
	float:right;
	margin-top:20px;
	margin-bottom:30px;
	}
.button_know:hover{
	color:#000000;
	background-color:#ffffff;
	}
.button_error{
	border:1px solid #f00303;
	padding:8px 14px;
	font-size:20px;
	color:#ffffff;
	font-family: 'PSLKandaProBold';
	right:0px;
	margin:auto;
	width:180px;
	margin-top:20px;
	margin-bottom:30px;
	}
.button_error:hover{
	background-color:#ffffff;
	}
.main_sme{
	font-size:55px;
	color:#f00303;
	font-family: 'PSLKandaProBold';
	text-align:center;
	}
.main_sme_page{
	font-size:55px;
	color:#ffffff;
	font-family: 'PSLKandaProBold';
	text-align:center;
	padding:30px 0px;
	}
	.main_white{
	font-size:55px;
	color:#ffffff;
	font-family: 'PSLKandaProBold';
	text-align:center;
	padding:30px 0px;
	}
.main_sme2{
	font-size:30px;
	color:#000000;
	text-align:center;
	margin-bottom:30px;
	}

.logo_new{
	text-align:center;
	}
.text-muted {
    	color: #000000;
	line-height:20px;
	margin-bottom:30px;
	margin-right: 44px;
	text-align: justify;

}
.text-lifestyle {
	font-family: tahoma,Helvetica;
    color: #000000;
    font-size: 14px;
	line-height:20px;
	text-align: justify;

}
.text-act {
	font-family: tahoma,Helvetica;
    color: #ffffff;
    font-size: 14px;
	line-height:20px;
	text-align: justify;

}
.text-act2 {
	margin-left: 10px;
	margin-right: 10px;
	font-family: tahoma,Helvetica;
    color: #000000;
    font-size: 14px;
	line-height:20px;
	text-align: justify;
	font-weight: normal;

}
.text-main-pack{
    font-family: 'PSLKandaProBold';
    margin-right: 44px;
}
.text-main-act{
    font-family: 'PSLKandaProBold';
    color: #fff;
    line-height: 18px;
    font-size: 25px;
}
.text-main-lifestyle{
    font-family: 'PSLKandaProBold';
    color: #000000;
    line-height: 18px;
    font-size: 25px;
}
.bg_product{
	background-color:#f4f3f2;
	}
.name_main_product{
	color:#f00303;
	font-size:55px;
	font-family: 'PSLKandaProBold';
	text-align:center;
	}
.line_product{
	border:1px solid #ffffff; width:100%;
	margin:20px 0px 30px 0px;
	}
.bg_port{
	width:auto; height:auto; background-image:url(../images/bg_port.jpg) ;
    background-attachment: fixed;
    background-position: center;
	}
.bg_port_head{
	width:auto; height:auto; background-image:url(../images/bg_section_box.jpg) ;
    background-attachment: fixed;
    background-position: center;
    padding: 20px 0px;
	}
.button_more{
	border:1px solid #f00303;
	padding:8px 14px;
	font-size:20px;
	color:#000000;
	font-family: 'PSLKandaProBold';
	right:0px;
	margin:auto;
	width:180px;
	margin-top:20px;
	margin-bottom:50px;
	background-image:url(../images/bg_bar.jpg);
	}
.button_more:hover{
	background-image:none;
	background-color:#ffffff;
	}
margin-top:0px;	margin-bottom: 0px !important; border-radius:0 0 0 0;}

.contact_field_select{ width:340px; height:35px !important;  text-align:left; font-family:db_admanrounded_xlight; font-size:20px !important; line-height:35px; color:#000000 !important; margin-bottom: 0px !important; }

.contact_button_send {
	width:100%;
    height: 40px;
    color: #ffffff;
    font-family: PSLKandaProBold;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    background-color: #ffffff;
    border: 0px none;
    border-radius: 3px;
    display: block;
}
.contact_button_send:hover{
	background-color: #969693;
	}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color:#fdb913;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fdb913;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fdb913;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fdb913;
		  	-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
		  	margin-bottom: 0px !important;
}
.form-control{
	font-size: 22px;
}
.form-control:focus {
    border-color: #fdb913;
    outline: 0px none;
    box-shadow: 0px 1px 1px #fdb913 inset, 0px 0px 8px #fdb913;
}
.box_input{
	width:400px;
	margin:auto;
	padding:10px;
	}
.text_input{
	width:100%;
	height:36px;
	font-size:18px;
	padding-left:10px;
	border-radius:4px;
	}
.box_contact{
	background-color:#c9302c;
	padding:30px;
	}
.contant_icon{text-align:center;}
.contact_icon_name{width:auto; height:25px; text-align:center; font-family:PSLKandaProBold; font-size:22px; line-height:25px; margin-top:7px; color:#000000;}
.contact_icon_detail{width:auto; height:auto; text-align:center; font-family:.PSLKandaProBold; font-size:22px; line-height:20px; margin-top:7px; color:#ffffff;}
.foot_spad{width:auto; height:17px;}
.footer_copy{ width:auto; height:30px; line-height:30px; font-family:db_admanrounded_xlight; font-size:18px; color:#ffffff; text-align:center; background-color:#F4F3F2;}

.thumb_line{
	border:1px solid #f00303;
	box-shadow:0px 0px 3px #f00303;
	margin:auto;
	}
.thumb_line:hover{
	box-shadow:0px 0px 20px #f00303;
	}
.thumb_line2{
	border:1px solid #f00303;
	box-shadow:0px 0px 5px #f00303;
	margin:auto;
	margin-bottom:5px;
	}
.thumb_line2:hover{
	box-shadow:0px 0px 20px #f00303;
	}
.contact_box_map{width:auto; height:400px; background-image:url(../images/map.jpg);
 background-position:center; 
 background-repeat:no-repeat ;
 position:relative; background-color:#F00;}

.bg_error{
	width:100%;
	background-image:url(../images/bg_error.jpg);
	    background-attachment: fixed;
    background-position: center top;
	}
.logo_error{
	text-align:center;
	padding-top:100px;
	margin:auto;
	}
.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}
.owl-buttons .owl-prev {
    top: 70px !important;
}
.owl-buttons .owl-prev {
    cursor: pointer;
    left: -45px;
    opacity: 1;
    position: absolute;
    top: 45px !important;
	font-size: 25px !important;
    transition: opacity 0.3s ease-in-out 0s;
    width: 20px;
	background: transparent !important;
}
.owl-buttons .owl-next {
    top: 70px !important;
}
.owl-buttons .owl-next {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: -25px;
    top: 45px !important;
	font-size: 25px !important;
    transition: opacity 0.3s ease-in-out 0s;
    width: 20px;
	background: transparent !important;
}
.dropdown-menu {
    font-size: 22px;
}
.main_contact{
	font-size:26px;
	color:#f00303;
	font-family: 'PSLKandaProBold';
}
.main_contact_2{
	font-size:32px;
	color:#f00303;
	font-family: 'PSLKandaProBold';
	text-align: center;
}
.review{
    	float: left;
}
.rating { 
     	border: none;
  	float: left;
  	padding-left: 20px;
}

.rating &gt; input { display: none; } 
.rating &gt; label:before { 
  margin: 5px;
  font-size: 14px;
  font-family: FontAwesome;
  display: flex;
  content: "\f005";
}

.rating &gt; .half:before { 
  content: "\f089";
  position: absolute;
}

.rating &gt; label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating &gt; input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) &gt; label:hover, /* hover current star */
.rating:not(:checked) &gt; label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating &gt; input:checked + label:hover, /* hover current star when changing rating */
.rating &gt; input:checked ~ label:hover,
.rating &gt; label:hover ~ input:checked ~ label, /* lighten current selection */
.rating &gt; input:checked ~ label:hover ~ label { color: #FFED85;  } 

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
    font-size: 32px;
    color: red;
}
========================================== */

.icon-menu3 {
    width: 1.375em;
    margin:12px 10px 0;
    cursor: pointer;
}

/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 0px;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0
}

/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 85px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle &gt; .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}
.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */

.icon-regis-right-hotel{
	position: fixed; 
	top: 105px; 
	right: 5px; 
	width: 116px; 
	height: 130px; 
	overflow: hidden; 
	z-index: 2147483639; 
	border: 0px none; 
	opacity: 1; 
	background: transparent none repeat scroll 0px 0px;
}

.icon-regis-right-restaurant{
	position: fixed; 
	top: 245px; 
	right: 0px; 
	width: 130px; 
	height: 130px; 
	overflow: hidden; 
	z-index: 2147483639; 
	border: 0px none; 
	opacity: 1; 
	background: transparent none repeat scroll 0px 0px;
}
.icon-regis-right-activity{
	position: fixed; 
	top: 390px; 
	right: 0px; 
	width: 130px; 
	height: 130px; 
	overflow: hidden; 
	z-index: 2147483639; 
	border: 0px none; 
	opacity: 1; 
	background: transparent none repeat scroll 0px 0px;
}
.icon-regis-right-ads{
	position: fixed; 
	top: 535px; 
	right: 0px; 
	width: 130px; 
	height: 130px; 
	overflow: hidden; 
	z-index: 2147483639; 
	border: 0px none; 
	opacity: 1; 
	background: transparent none repeat scroll 0px 0px;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 22px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 3px 0;
    font-size: 28px;
    line-height: 1.428571429;
    border-radius: 25px;
}
.border-left-popup-login{
	border-left: 1px solid #e5e5e5;
	min-height: 16.43px;
	padding: 15px;
	height:100px;
}

.social-button{
	background: #e0e1e2 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0.285714rem;
	cursor: pointer;
	padding: 5px 10px;
	text-align: center;
	margin: 0 5px 10px 0;
	line-height: 22px;
	min-height: 22px;
	outline: 0 none;
	width: 100%;
	float: left;
}
.social-button.facebook{
	background-color: #3b5998;
	text-shadow:0 0 0 0 rgba(34, 36, 38, 0.15) inset;
	color: #ffffff;
	font-weight: bold;
}
.social-button.google{
	background-color: #dc4a38;
	text-shadow:0 0 0 0 rgba(34, 36, 38, 0.15) inset;
	color: #ffffff;
	font-weight: bold;
}

.carousel-fade .carousel-inner .item {
	  opacity: 0;
	  -webkit-transition-property: opacity;
	  -moz-transition-property: opacity;
	  -o-transition-property: opacity;
	  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	  left: 0;
	  opacity: 0;
	  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
}
.carousel-fade .carousel-control {
  	z-index: 2;
}
.glyphicon{
	font-size: 14px;
}
.icon-web-development{
	position: relative;
    	top: 6px;
}
.icon-hotel{
	position: relative;
	top:5px;
	width: 30px;
	height: 30px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters &gt; [class^="col-"],
.row.no-gutters &gt; [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.discount-hotels{
	background: url('../images/discount-hotels.png') no-repeat;
	height: 85px;
	width: 85px;
    left: 20px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.discount-hotels &gt; .number{
	font-size: 45px;
    padding: 10px 10px;
    position: relative;
    top: 15px;
    color: #ffffff;
    font-weight: bold;
}
.discount-hotels &gt; .number &gt; .percen{
	font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}
/*add css*/
#owl-activity .owl-buttons .owl-prev {
    top: 120px !important;
}
#owl-activity .owl-buttons .owl-prev {
    cursor: pointer;
    left: -30px;
    opacity: 1;
    position: absolute;
    top: 185px;
    transition: opacity 0.3s ease-in-out 0s;
    width: 20px;
}
#owl-activity .owl-buttons .owl-next {
    top: 120px !important;
}
#owl-activity .owl-buttons .owl-next {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: 185px;
    transition: opacity 0.3s ease-in-out 0s;
    width: 20px;
}
.text-muted-restaurant {
    	color: #000000;
	line-height:20px;
	margin-bottom:30px;
	margin-right: 0px;
	text-align: justify;

}
#restaurant .rating{
	height: 85px;
    left: 80px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.discount-restaurant{
	background: url('../images/discount-restaurant.png') no-repeat;
	height: 85px;
	width: 85px;
    left: 20px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.discount-restaurant &gt; .number{
	font-size: 45px;
    padding: 10px 10px;
    position: relative;
    top: 15px;
    color: #ffffff;
    font-weight: bold;
}
.discount-restaurant &gt; .number &gt; .percen{
	font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #869791 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 none repeat scroll 0 0;
}
.input-group-addon{
	font-size: 22px;
	padding: 0px 12px;
}
.tab-pane {
	padding-top: 20px;
}
.tab-pane .data-not-found{
	text-align: center;
	margin-top: 10%;
}
.popover-content{
	padding: 0;
}
.popover-content img{
	border-radius: 4px;
}
.countdown-hotels{
    font-family: 'PSLKandaProBold';
    position: absolute;
    top: 135px;
    text-align:right;
    width:85%;
    z-index: 100;
    color:#ffffff;
}
.countdown-hotels .date-offer{
    color:#ffffff;
}
.countdown-hotels .expire-offer{
    color:#ffffff;
}
.countdown-hotels .countdown-time{

    color:#ffffff;
    font-size:32px;
}
.disabled{
	display:none;
}
.map-hotels{
     background: #f0ede5 none repeat scroll 0 0;
}
.discount-activity{
	background: url('../images/discount-activity.png') no-repeat;
	height: 85px;
	width: 85px;
    left: 20px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.discount-activity &gt; .number{
	font-size:30px;
    padding: 10px 10px;
    position: relative;
    top: 0px;
    color: #ffffff;
    font-weight: bold;
}
.discount-activity &gt;  .price{
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    top: -35px;
    padding: 10px 10px;
}
.discount-activity-small{
	background: url('../images/discount-activity-small.png') no-repeat;
	height: 50px;
	width: 40px;
    left: 5px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.discount-activity-small &gt; .number{
	font-size:20px;
    padding: 4px 4px;
    position: relative;
    top: -5px;
    color: #ffffff;
    font-weight: bold;
}
.discount-activity-small &gt;  .price{
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    top: -20px;
    padding: 4px 4px;
}
/*end add css*/


@media (min-width: 768px) and (max-width: 1100px) {
	.logo_new{
	text-align:center;
	}
.solgan_new{
	color:#f00303;
	font-size:46px;
	font-family: 'PSLKandaProBold';
	margin-top:50px;
	text-align:center;
	}
.solgan_new2{
	color:#f00303;
	font-size:26px;
	font-family: 'PSLKandaProBold';
	text-align:center;
	line-height:35px;
	}
	.solgan_new2_th{
	color:#ffffff;
	font-size:24px;
	text-align:center;
	line-height:30px;
	}
.button_know{
	border:1px solid #f00303;
	padding:8px 14px;
	font-size:20px;
	color:#ffffff;
	font-family: 'PSLKandaProBold';
	right:0px;
	margin:auto;
	width:180px;
	float:none;
	margin:auto;
	margin-top:20px;
	
	}
	
	.portfolio-box {
	    display: block;
	    position: relative;
	    margin: 0 auto;
	    max-width: 650px;
	}
	.main_sme {
	    font-size: 40px;
	}
	.name_main_product {
	    font-size: 35px;
	}
	.main_sme2 {
	    font-size: 26px;
	}
	.main_white {
	    font-size: 40px;
	}
	.main_sme_page{
	font-size:40px;
	padding:30px 0px;
	}
	#page-content {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    left: 0!important
	}
}
@media (max-width: 767px) {
	.logo_new{
	text-align:center;
	width:50%;
	margin:auto;
	margin-top:10px;
	}
	.solgan_new{
	color:#f00303;
	font-size:40px;
	font-family: 'PSLKandaProBold';
	margin-top:-30px;
	text-align:center;
	}
	.solgan_new2{
	color:#f00303;
	font-size:20px;
	font-family: 'PSLKandaProBold';
	text-align:center;
	line-height:25px;
	}
	.solgan_new2_th {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
}
	.button_know{
	border:1px solid #f00303;
	padding:5px 12px;
	font-size:16px;
	color:#ffffff;
	font-family:'PSLKandaProBold';
	right:0px;
	margin:auto;
	width:150px;
	float:none;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	
	}
	.main_sme {
    font-size: 34px;
}
.main_sme2 {
    font-size: 21px;
}
.name_main_product {
    font-size: 30px;
}
.main_white {
    font-size: 34px;
}
.solgan_new2 {
    font-size: 22px;
}
.solgan_new2_th {
    font-size: 22px;
}
.main_sme_page{
	font-size:43px;
	}
	#slide-nav .container {
	    margin: 0;
	    padding: 0!important;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #f7f7f7;
	    left: -100%;
	    width: 80%;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	    top: -8px;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #333
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#slide-nav #navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
	    width: 80%;
	    left: -80%;
	    background: #eee;
	}
	#slide-nav.navbar-inverse #navbar-height-col {
	    background: #333;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
	.icon-regis-right-hotel{
		right: -50px; 
	}
	.icon-regis-right-hotel &gt; a  &gt; img {
		width: 50%;
	}
	.icon-regis-right-restaurant{
		top:170px;
		right: -60px; 
	}
	.icon-regis-right-restaurant &gt; a  &gt; img {
		width: 50%;
	}
	.icon-regis-right-activity{
		top:245px;
		right: -60px; 
	}
	.icon-regis-right-activity &gt; a  &gt; img {
		width: 50%;
	}
	.icon-regis-right-ads{
		top:320px;
		right: -60px; 
	}
	.icon-regis-right-ads &gt; a  &gt; img {
		width: 50%;
	}
	
	}
@media (max-width: 480px) {
	h3 {
    font-size: 20px;
}
	.solgan_new{
	color:#f00303;
	font-size:28px;
	font-family: 'PSLKandaProBold';
	margin-top:-20px;
	text-align:center;
	}
	.solgan_new2{
	color:#f00303;
	font-size:15px;
	font-family: 'PSLKandaProBold';
	text-align:center;
	line-height:25px;
	}
	.solgan_new2_th{
	color:#ffffff;
	font-size:17px;
	text-align:center;
	line-height:20px;
	}
	.box_input{
	width:100%;
	margin:auto;
	padding:10px;
	}
	.main_sme {
    font-size: 26px;
	}
	.main_sme2 {
    font-size: 18px;
	padding: 0px 5px;
	}
	.name_main_product {
    font-size: 22px;
}
.main_white {
    font-size: 26px;
	padding:20px 0px;
}
.main_sme_page{
	font-size:26px;
	}
	.logo_error{
		width:50%;
	text-align:center;
	padding-top:50px;
	margin:auto;
	}
	.text_error{
	color:#ffffff;
	font-size:18px;
	text-align:center;
	line-height:30px;
	padding:0px 15px;
	}
	#slide-nav .container {
	    margin: 0;
	    padding: 0!important;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #f7f7f7;
	    left: -100%;
	    width: 80%;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	    top: -8px;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #333
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#slide-nav #navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
	    width: 80%;
	    left: -80%;
	    background: #eee;
	}
	#slide-nav.navbar-inverse #navbar-height-col {
	    background: #333;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}

	.icon-regis-right-hotel{
		right: -50px; 
	}
	.icon-regis-right-hotel &gt; a  &gt; img {
		width: 50%;
	}
	.icon-regis-right-restaurant{
		top:170px;
		right: -60px; 
	}
	.icon-regis-right-restaurant &gt; a  &gt; img {
		width: 50%;
	}
	.icon-regis-right-activity{
		top:245px;
		right: -60px; 
	}
	.icon-regis-right-activity &gt; a  &gt; img {
		width: 50%;
	}
	.icon-regis-right-ads{
		top:320px;
		right: -60px; 
	}
	.icon-regis-right-ads &gt; a  &gt; img {
		width: 50%;
	}

	
	}
</pre></body></html>