* {
    font-family: Microsoft JhengHei,微軟正黑體,Apple LiGothic Medium,蘋果儷中黑,Lucida Grande,Lucida Sans Unicode,Helvetica !important;
}

a {
	text-decoration: none !important;
}

#wrapper {
    width: auto;
    background-color: #f5f5f5;
    padding: 0;
    overflow-x: hidden;
}

#content {
	width: auto;
}

#content #main-content {
	width: 1250px !important;
	text-align: left;
	padding: 0 15px;
	margin: 0 auto;
	box-shadow: none;
}

#content #main-content > #container {
	margin-top: 0;
}

.hm-breadcrumb {
	margin: 15px 0;
}

#hm_cover_stories {
	border: #cec0a4 solid 5px;
	margin-bottom: 30px;
}

#hm_cover_stories .item {
	height: 312px;
}

#hm_cover_stories .item-image, #hm_cover_stories .item-content {
	display: inline-block;
	width: 50%;
	height: 100%;
}

#hm_cover_stories .item-image {
	float: left;
}

#hm_cover_stories .item-content {
	background-color: #ffffff;
	text-align: justify;
	padding: 30px;
}

#hm_cover_stories .hm-title {
	color: #b29e74;
	font-family: 'Kaushan Script', cursive !important;
	font-size: 40px;
	margin-bottom: 20px;
}

#hm_cover_stories .post-title  {
	color: #4c4c4c;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

/* styles for '...' */ 
#hm_cover_stories .post-content {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative; 
  /* use this value to count block height */
  line-height: 24px;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 72px; 
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;  
  /* place for '...' */
  margin-right: -1em;
  padding-right: 2em;
  color: #4c4c4c;
  font-size: 18px;
}
/* create the ... */
#hm_cover_stories .post-content:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 2em;
  bottom: 0;
  background-color: #ffffff;
  width: 1em;
  text-align: center;
}
/* hide ... if we have text, which is less than or equal to max lines */
#hm_cover_stories .post-content:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 2em;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

#hm_cover_stories .owl-nav, #hutchgo-slider .owl-nav, #hm-showcase .owl-nav {
	margin: 0;
}

#hm_cover_stories .owl-nav [class*='owl-'], #hutchgo-slider .owl-nav [class*='owl-'], #hm-showcase .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 20px;
    opacity: 0.8;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#hm_cover_stories .owl-nav [class*='owl-'] {
	background-color: #ffffff;
    color: #b29e74;
}

#hm_cover_stories .owl-nav .fa {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
}

#hm_cover_stories .owl-nav .owl-prev {
	left: 0;
}

#hm_cover_stories .owl-nav .owl-next {
	right: 0;
}

#hm_cover_stories .owl-dots {
	position: absolute;
    left: calc(50% + 30px);
    bottom: 10px;
}

#hm_cover_stories.owl-theme .owl-dots .owl-dot.active span, #hm_cover_stories .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #b29e74;
}

#footer {
	margin-top: 0;
}

#homepage-newest-content-wrapper {
	margin-bottom: 30px;
}

#homepage-newest-content-wrapper .newest-content {
	height: 250px;
	padding: 0 3px;
	margin-bottom: 30px;
}

#homepage-newest-content-wrapper .list-content-data {
	margin-left: -15px;
	margin-right: -15px;
}

#homepage-newest-content-wrapper .newest-content .newest-content-image, #hutchgo-slider .item-image, #hm-showcase .item-image {
	position: relative;
	background-color: #cccccc;
}

#homepage-newest-content-wrapper .newest-content .newest-content-image {
	height: 150px;
}

#hm_cover_stories .item-image img, #homepage-newest-content-wrapper .newest-content .newest-content-image img, #hutchgo-slider .item-image img, #honeymoon-wu-wrapper .wu-img img, #hm-showcase .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: solid 1px #ccc;
}

#homepage-newest-content-wrapper .newest-content .newest-content-image .price-box, #hutchgo-slider .item-image .price-box {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(235,34,39, 0.8);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	padding: 4px 10px;
}

#homepage-newest-content-wrapper .newest-content .newest-content-image .price, #hutchgo-slider .item .price {
	font-size: 18px;
}

#homepage-newest-content-wrapper .newest-content .newest-content-description, #hutchgo-slider .item-content {
    background-color: #ffffff;
    padding: 15px;
}

#homepage-newest-content-wrapper .newest-content .newest-content-description {
	height: 100px;
}

#homepage-newest-content-wrapper .newest-content .newest-content-description  .description-title, #hutchgo-slider .item-content .post-title, #hm-showcase .item-content .post-title {
    color: #4c4c4c;
    font-size: 20.7px;
    font-weight: 800;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden; 
}

#homepage-newest-content-wrapper .newest-content .newest-content-description .description-title {
	height: 50px;
	max-height: 50px;
	font-weight: normal;
}

#homepage-newest-content-wrapper .more-btn-row {
	float: inherit;
	text-align: center;
}

#homepage-newest-content-wrapper .more-btn-row .more-btn {
	display: inline-block;
	background-color: #b29e74;
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	padding: 15px 30px;
}

#homepage-newest-content-wrapper .loading-wrapper {
	text-align: center;
}

#homepage-newest-content-wrapper .loading-icon {
	display: inline-block;
	width: 50px;
	height:50px;
}

#homepage-newest-content-wrapper .loading-icon img {
	width: 100%;
	height: 100%;
}

#homepage-newest-content-wrapper .more-no-data {
	text-align: center;
	margin-bottom: 30px;
}

.hm-hutchgo-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}

#hutchgo-slider-wrapper, #honeymoon-text-wrapper, #honeymoon-wu-wrapper, #honeymoon-showcase-wrapper {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

#hutchgo-slider-wrapper .row, #honeymoon-wu-wrapper .row, #honeymoon-showcase-wrapper .row {
	float: inherit;
	margin-left: -15px;
	margin-right: -15px;
}

.red-title {
	margin-bottom: 15px;
}

.red-title h2 {
	display: inline-block;
	vertical-align: middle;
	color: #eb2227;
	font-size: 28px;
	font-weight: bold;
}

.red-title h2 img {
	vertical-align: middle;
}

.red-title h2 .hm-hutchgo-title {
	margin-left: 10px;
}

.red-title h2 .hm-logo {
	margin: 0 10px 0 0;
}

.red-title h2 .by {
	color: #4c4c4c;
	font-size: 14px;
}

.red-title h2 .hutch-logo {
	margin: 5px 0 0 10px;
}

.red-title .more-details {
    display: inline-block;
    float: right;
    color: #eb2227;
    vertical-align: middle;
    font-size: 21px;
}

#hutchgo-slider, #hm-showcase {
	padding: 0 30px;
}

#hutchgo-slider .owl-nav.disabled, #hm-showcase .owl-nav.disabled {
	display: block;
}

#hutchgo-slider .owl-nav [class*='owl-'], #hm-showcase .owl-nav [class*='owl-'] {
	width: auto;
	height: auto;
    background-color: transparent;
    color: #EB2227;
}

#hutchgo-slider .owl-nav .owl-prev, #hm-showcase .owl-nav .owl-prev {
	left: 0;
}

#hutchgo-slider .owl-nav .owl-next, #hm-showcase .owl-nav .owl-next {
	right: 0;
}

#hutchgo-slider .item-image {
	height: 130px;
}

#hutchgo-slider .item-content {
	height: 145px;
    border: 1px solid #cccccc;
}

#hutchgo-slider .item-content .small-text {
	color: #8a8a8a;
}

#hutchgo-slider .item-content .airline {
	font-size: 14.7px;
}

#hutchgo-slider .item-content .rating-star {
	margin-top: 3px;
}

#hutchgo-slider .item-content .rating-star img {
	display: inline-block;
	width: auto;
	margin-right: 3px;
}

.red-title .more-details-mobile {
	display: none;
}

#honeymoon-text-wrapper {
	position: relative;
}

.quote-icons .open-quote {
	position: absolute;
	top: -30px;
    left: 0;
}

.quote-icons .close-quote {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.honeymoon-text {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    padding: 15px;
}

#content .honeymoon-text p {
	text-align: justify;
}

#honeymoon-wu-wrapper .wu-item a {
	display: block;
}

#honeymoon-wu-wrapper .wu-img {
	display: inline-block;
	width: 170px;
	height: 170px;
	margin-right: 10px;
}

#honeymoon-wu-wrapper .wu-content {
	display: inline-block;
	width: calc(100% - 185px);
	vertical-align: top;
	word-break: break-all;
}

#honeymoon-wu-wrapper .wu-user {
	color: #a8774c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#honeymoon-wu-wrapper .wu-title {
	color: #4c4c4c;
	font-size: 20.7px;
}

#honeymoon-wu-wrapper .wu-logo {
	margin-right: 10px;
}

#hm-showcase .item-image {
	width: 150px;
	height: 150px;
	margin: 0 auto 5px;
}

#hm-showcase .item-content {
	max-width: 150px;
	margin: 0 auto;
}

#hm-showcase .item-content .post-title {
	font-weight: 400;
}

#honeymoon-showcase-wrapper .red-title {
	margin-bottom: 40px;
}

#honeymoon-showcase-wrapper .hm-places {
	display: inline-block;
    float: right;
    width: 30%;
}

#honeymoon-showcase-wrapper .hm-places form {
	display: inline-block;
    width: calc(100% - 60px);
}

#honeymoon-showcase-wrapper .hm-places form select {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    color: #4c4c4c;
    border: none;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 18px;
}

#honeymoon-showcase-wrapper .hm-places button {
	display: inline-block;
    width: 60px;
    height: 50px;
    background: #b29e74;
    border: none;
    margin-left: -4px;
    vertical-align: middle;
}

