#language_chinese .banner-section .banner-background-image .banner-text-outer .banner-text p {
    line-height: 40px!important;
}
#language_chinese .facility-information-section .information-section ul li .info-content p {
    margin-bottom: 0;
}
#language_chinese .contact-page .online-shopping .features .box h4 {
    padding: 0 75px;
}
#language_chinese .accomodation-section .text-content {
    padding-left: 0px; 
}
#language_chinese footer .social .email p {
    vertical-align: bottom;
}
/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {  
#language_chinese .banner-section .banner-background-image .banner-text-outer .banner-text p {
    line-height: 28px!important;
}
#language_chinese .banner-section .banner-background-image .banner-text-outer .banner-text {
    height: 110px;
}

#language_chinese .media-outer .social {
    top: 55px;
}
	#language_chinese .book-section a:last-child .book-button {
    vertical-align: bottom;
}
}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
#language_chinese .banner-section .banner-background-image .banner-text-outer .banner-text {
    top: 27%;
}
#language_chinese .accomodation-section .text-content {
    padding-left: 0;
}
#language_chinese .accomodation-section p.image-text {
    font-size: 13px;
    margin-top: -88px;
}
#language_chinese .book-section a:last-child .book-button {
    vertical-align: bottom;
}
}



/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { 

}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
  */
@media (min-width: 992px){

}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  */
  @media (min-width: 1025px) and (max-width: 1280px) {  

}



/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
  */
  @media (min-width: 1281px) {

}