/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */ ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden, [hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
img {
  width: 100%;
  height: auto;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#head-mobile {
	background-color: #0E1819;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.50);
	position: absolute;
	width: 100%;
	z-index: 99;
}
#head-mobile-cell-logo {
    background-color: #37B18C;
    float: left;
    width: 140px;
    height: 54px;
    background-image: url(../img/logo-head.svg);
    background-position: center center;
    background-size: 80px auto;
    background-repeat: no-repeat;
}
#head-mobile-cell-logo:hover {
    background-color: #0E1819;
}
#head-mobile-cell-menu {
  float: right;
  width: 54px;
  height: 54px;
  text-align: center;
  border-left: thin solid rgba(235, 245, 244, 0.20);
  background-image: url(../img/menu-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}
#head-mobile-cell-menu:hover {
  background-color: #37B18C;
}
#head {
    text-align: center;
    display: none;
    background-color: #EBF5F4;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.50);
    position: absolute;
    z-index: 99;
    width: 100%;
}
.head-cell-1 {
	display: inline-block;
	background-color: #37B18C;
	width: 15%;
	vertical-align: middle;
	margin-left: -2px;
	margin-right: -2px;
	height: 54px;
	background-image: url(../img/logo-head.svg);
	background-position: center center;
	background-size: 80px auto;
	background-repeat: no-repeat;
}
.head-cell-1 img {
  width: 82px;
  height: auto;
}
.head-cell-1:hover {
    background-color: #2E4D54;
}
.head-cell-2 {
	font-family: 'Alata', sans-serif;
	display: inline-block;
	background-color: #0E1819;
	width: 15%;
	color: #FFFFFF;
	font-size: 0.8em;
	vertical-align: middle;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-left: -2px;
	margin-right: -2px;
}
.head-cell-2:hover {
    background-color: #2E4D54;
}
.head-cell-3 {
	font-family: 'Alata', sans-serif;
	display: inline-block;
	width: calc(5% - 1px);
	color: #0E1819;
	font-size: 0.8em;
	vertical-align: middle;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-left: -2px;
	margin-right: -2px;
	background-color: #EBF5F4;
	border-left: 1px solid rgba(14,24,25,0.20);
}
.head-cell-3:hover {
    background-color: #2E4D54;
    color: #EBF5F4;
}
#color-contenedor-1 {
    background-color: #EBF5F4;
}
#quality-container {
    background-color: #37B18C;
    text-align: center;
    color: #2E4D54;
    font-family: 'Alata', sans-serif;
    font-size: 1em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
}
.quality-container-cell-1 {
    margin-bottom: 30px;
    border-bottom: 1px solid #2E4D54;
    padding-bottom: 30px;
}
.quality-container-cell-2 {}
#phrase-index {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
    padding-bottom: 100px;
    margin-top: 50px;
}
#phrase-index-img {
  width: 50%;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
#phrase-index-text {
    font-family: 'Alata', sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
}
.phrase-index-text-1 {
    color: #2E4D54;
}
.phrase-index-text-2 {
    color: #37B18C;
}
#point-main-container {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
}
#point-main-cell-1 {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #2E4D54;
}
#point-main-cell-2 {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #2E4D54;
}
#point-main-cell-3 {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #2E4D54;
}
#point-main-cell-1:hover, #point-main-cell-2:hover , #point-main-cell-3:hover{
  filter: brightness(140%);
}
.point-main-cell-text {
    position: absolute;
    z-index: 5;
    bottom: 0px;
    color: #FFFFFF;
    font-family: 'Alata', sans-serif;
    margin-bottom: 20px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}
.point-main-cell-degrade {
    position: absolute;
    left: 0px;
    z-index: 4;
    bottom: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    font-family: 'Alata', sans-serif;
    line-height: 1.2em;
    top: 0px;
    right: 0px;
    background-image: -webkit-linear-gradient(90deg,rgba(14,24,25,1.00) 0%,rgba(14,24,25,0.00) 52.77%), url(url);
    background-image: -moz-linear-gradient(90deg,rgba(14,24,25,1.00) 0%,rgba(14,24,25,0.00) 52.77%), url(url);
    background-image: -o-linear-gradient(90deg,rgba(14,24,25,1.00) 0%,rgba(14,24,25,0.00) 52.77%), url(url);
    background-image: linear-gradient(0deg,rgba(14,24,25,1.00) 0%,rgba(14,24,25,0.00) 52.77%), url(url);
}
.point-main-cell-text-1 {
    font-size: 1.5em;
}
.point-main-cell-text-2 {
  font-size: 1.1em;
}
.point-main-cell-text-3 {
  font-size: 0.9em;
}
.point-main-cell-img {}
#map-index {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-top: 150px;
    display: none;
}
#map-container {
  margin-top: 70px;
}
#map-icon {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}
#map-address {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
  font-family: 'Alata', sans-serif;
  color: #2E4D54;
  font-size: 1.2em;
}
#map-address p {
	margin-top: 10px;
}
#foot {
	border-top: thin solid rgba(46,77,84,0.20);
	margin-top: 100px;
	padding-top: 50px;
	background-image: url(../img/iso-foot.svg);
	background-position: 60% bottom;
	background-size: 400px auto;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}
#foot-inn {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  font-family: 'Alata', sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
}
.foot-inn-col-1 {
  text-align: center;
  margin-bottom: 70px;
}
.foot-inn-col-1-text-1 {
    color: #0E1819;
    font-size: 0.9em;
    margin-bottom: 20px;
}
.foot-inn-col-1-text-2 {
  color: rgba(46, 77, 84, 0.50);
  font-size: 0.9em;
  margin-top: 4px;
}
a.link1:link {
  color: rgba(46, 77, 84, 0.50);
}
a.link1:visited {
  color: rgba(46, 77, 84, 0.50);
}
a.link1:hover {
  color: #2E4D54;
}
a.link1:active {
  color: #2E4D54;
}
.foot-inn-col-2 {
    text-align: center;
    width: 120px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#no-index-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    margin-top: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
}
#phrase-no-index {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 700px;
  margin-bottom: 70px;
}
#history {
    width: 90%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/line-history-ver.svg);
    background-position: center center;
    background-size: 1px auto;
    background-repeat: repeat-y;
    padding-top: 100px;
    max-width: 450px;
}
#history-cell-1 {
  margin-bottom: 70px;
  font-family: 'Open Sans', sans-serif;
  color: #2E4D54;
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
  font-weight: 400;
}
#history-cell-2 {
  margin-bottom: 70px;
  font-family: 'Open Sans', sans-serif;
  color: #2E4D54;
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
  font-weight: 400;
}
#history-cell-3 {
  margin-bottom: 70px;
  font-family: 'Open Sans', sans-serif;
  color: #2E4D54;
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
  background-color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 400;
}
#history-cell-4 {
    font-family: 'Alata', sans-serif;
    color: #37B18C;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2em;
    padding-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-top: 100px;
}
.history-text-alt {
    color: #37B18C;
    font-weight: 600;
}
.info-malaysia-cell-1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#info-malaysia-cell-1-img {
  margin-bottom: 30px;
  background-color: #f2f2f2;
}
#info-malaysia-cell-1-text {}
.info-malaysia-cell-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}
#info-malaysia-cell-2-img {
  margin-bottom: 30px;
  background-color: #f2f2f2;
}
#info-malaysia-cell-2-text {}
.info-malaysia-cell-text-1 {
    color: #37B18C;
    font-size: 2em;
    font-family: 'Alata', sans-serif;
    margin-bottom: 10px;
}
.info-malaysia-cell-text-2 {
    color: #37B18C;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.info-malaysia-cell-text-3 {
  color: #2E4D54;
  font-size: 0.9em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}
#malaysia-map-info {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 1200px;
}
#malaysia-flag-svg {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}
#malaysia-info-text {
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
}
.malaysia-info-text-cell-1 {
  overflow-x: hidden;
  overflow-y: hidden;
}
.malaysia-info-text-cell-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: thin solid rgba(46, 77, 84, 0.10);
  padding-top: 30px;
  margin-top: 30px;
}
.malaysia-info-text-cell-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: thin solid rgba(46, 77, 84, 0.10);
  padding-top: 30px;
  margin-top: 30px;
}
.malaysia-info-text-cell-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: thin solid rgba(46, 77, 84, 0.10);
  padding-top: 30px;
  margin-top: 30px;
}
.malaysia-info-text-cell-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: thin solid rgba(46, 77, 84, 0.10);
  padding-top: 30px;
  margin-top: 30px;
}
.malaysia-info-text-cell-6 {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: thin solid rgba(46, 77, 84, 0.10);
  padding-top: 30px;
  margin-top: 30px;
}
.malaysia-info-text-cell-7 {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: thin solid rgba(46, 77, 84, 0.10);
  padding-top: 30px;
  margin-top: 30px;
}
.malaysia-info-text-cell-8 {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: thin solid rgba(46, 77, 84, 0.10);
  padding-top: 30px;
  margin-top: 30px;
}
.malaysia-info-text-cell-text-1 {
    font-family: 'Alata', sans-serif;
    color: #2E4D54;
    font-size: 1.4em;
    margin-bottom: 6px;
}
.malaysia-info-text-cell-text-2 {
    font-family: 'Open Sans', sans-serif;
    color: #2E4D54;
    font-size: 0.8em;
    font-weight: 400;
}
#point-interest-1 {
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#point-interest-2 {
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#point-interest-3 {
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#point-interest-4 {
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#point-interest-5 {
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#point-interest-6 {
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#point-interest-7 {
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#point-interest-8 {
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#point-interest-9 {
  margin-bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#point-interest-10 {
  overflow-x: hidden;
  overflow-y: hidden;
}
.point-interest-img {
  background-color: #F2F2F2;
  margin-bottom: 20px;
}
.point-interest-img:hover {
  filter: grayscale(100%);
}
.point-interest-text {
  color: #2E4D54;
  text-align: center;
}
.point-interest-text-1 {
    font-family: 'Alata', sans-serif;
    font-size: 1.4em;
}
.point-interest-text-2 {
  font-family: 'Alata', sans-serif;
  font-size: 0.9em;
}
#contact-info {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.contact-info-cell {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: thin solid rgba(46, 77, 84, 0.10);
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-info-cell-title {
    font-family: 'Alata', sans-serif;
    color: #2E4D54;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 1.2em;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.contact-info-cell-subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #2E4D54;
  overflow-x: hidden;
  overflow-y: hidden;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.6em;
}
#interest-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #F2F2F2;
  max-width: 1200px;
  margin-bottom: 70px;
}
#interest-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    margin-bottom: 100px;
}
.interest-text-1 {
    font-family: 'Alata', sans-serif;
    color: #37B18C;
    font-size: 1.5em;
    margin-bottom: 30px;
}
.interest-text-2 {
  font-family: 'Open Sans', sans-serif;
  color: #2E4D54;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 30px;
}
#interest-gallery {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}
.interest-gallery-cell {
    background-color: #F2F2F2;
    width: 100%;
    margin-bottom: 4px;
}
#interest-map {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}
#interest-map-cell {
}
a.link2:link {
  color: #2E4D54;
}
a.link2:visited {
  color: #2E4D54;
}
a.link2:hover {
  color: #2E4D54;
  text-decoration: underline;
}
a.link2:active {
  color: #2E4D54;
  text-decoration: underline;
}
#weather-table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	overflow-x: hidden;
	overflow-y: hidden;
	max-width: 1200px;
}
.weather-table-cell {
  margin-top: 10px;
  border-top: thin solid rgba(46, 77, 84, 0.10);
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.weather-table-cell-ico {
	float: left;
	width: 20px;
	height: auto;
	margin-right: 10px;
}
.weather-table-cell-month {
    font-family: 'Alata', sans-serif;
    color: #2E4D54;
    font-size: 1em;
    float: left;
}
.weather-table-cell-status {
  font-family: 'Open Sans', sans-serif;
  color: #2E4D54;
  font-weight: 400;
  font-size: 0.8em;
  float: right;
  text-align: right;
  margin-top: 4px;
  line-height: 1.2em;
}
.weather-table-cell-info {
	text-align: center;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #2E4D54;
	font-size: 0.8em;
	font-weight: 400;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	border-top: thin solid rgba(46, 77, 84, 0.10);
	width: 100%;
}
a.link3:link {
  color: #2E4D54;
  text-decoration: underline;
}
a.link3:visited {
  color: #2E4D54;
  text-decoration: underline;
}
a.link3:hover {
  color: #37B18C;
  text-decoration: underline;
}
a.link3:active {
  color: #37B18C;
  text-decoration: underline;
}
#up {
  background-color: #37B18C;
  position: fixed;
  z-index: 999;
  bottom: 0px;
  font-family: 'Alata', sans-serif;
  padding-right: 12px;
  padding-left: 12px;
  color: #FFFFFF;
  font-size: 2em;
  right: 40px;
}
#up:hover {
  background-color: #2E4D54;
}
@media (min-width:425px) {
  .quality-container-cell-1 {
    margin-bottom: 0px;
    width: calc(50% - 31px);
    float: left;
    border-right: 1px solid #2E4D54;
    padding-right: 30px;
    border-bottom-style: none;
    padding-bottom: 0px;
  }
  .quality-container-cell-2 {
    width: calc(50% - 30px);
    float: right;
    padding-left: 30px;
  }
  .malaysia-info-text-cell-1 {
    width: calc(50% - 20px);
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .malaysia-info-text-cell-2 {
    border-top-style: none;
    padding-top: 0px;
    margin-top: 0px;
    width: calc(50% - 20px);
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .malaysia-info-text-cell-3 {
    width: calc(50% - 20px);
    float: left;
    clear: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .malaysia-info-text-cell-4 {
    float: left;
    width: calc(50% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .malaysia-info-text-cell-5 {
    width: calc(50% - 20px);
    float: left;
    clear: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .malaysia-info-text-cell-6 {
    float: left;
    width: calc(50% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .malaysia-info-text-cell-7 {
    width: calc(50% - 20px);
    float: left;
    clear: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .malaysia-info-text-cell-8 {
    float: left;
    width: calc(50% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .weather-table-cell {
    float: left;
    width: 50%;
    margin-top: 30px;
    padding-top: 30px;
  }
  .weather-table-cell-ico {
	float: none;
	width: 40px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
  }
  .weather-table-cell-month {
    float: none;
    text-align: center;
  }
  .weather-table-cell-status {
    float: none;
    text-align: center;
  }
.weather-table-cell-info {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
}
@media (min-width:768px) {
  #quality-container {
    width: 680px;
    transform: translateY(-50%);
    z-index: 20;
    position: relative;
    font-size: 1.4em;
  }
  #map-index {
    display: inherit;
  }
  .foot-inn-col-1 {
    text-align: left;
    margin-bottom: 0px;
    float: left;
    margin-right: 70px;
  }
  .foot-inn-col-2 {
    text-align: right;
    width: 84px;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
  }
  .contact-info-cell-title {
    float: left;
    width: 60%;
  }
  .contact-info-cell-subtitle {
    width: 35%;
    float: right;
  }
  .weather-table-cell {
    width: 33.33%;
  }
#point-interest-1 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
#point-interest-2 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
#point-interest-3 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
#point-interest-4 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
#point-interest-5 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
#point-interest-6 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
#point-interest-7 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
#point-interest-8 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
#point-interest-9 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
#point-interest-10 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
}
@media (min-width:1024px) {
#phrase-index-img {
    width: 50%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
#phrase-index-text {
    font-size: 2em;
}
  #point-main-cell-1 {
    float: left;
    width: 33.33%;
  }
  #point-main-cell-2 {
    float: left;
    width: 33.33%;
  }
#point-main-cell-3 {
    float: left;
    width: 33.33%;
  }
  #history {
    max-width: 900px;
  }
  #history-cell-1 {
    text-align: right;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    width: calc(50% - 71px);
    background-image: url(../img/line-history-hor.svg);
    background-position: right center;
    background-size: auto 1px;
    background-repeat: no-repeat;
    padding-right: 70px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #history-cell-2 {
    text-align: left;
    float: right;
    width: calc(50% - 71px);
    overflow-x: hidden;
    overflow-y: hidden;
    clear: left;
    background-image: url(../img/line-history-hor.svg);
    background-position: left center;
    background-size: auto 1px;
    background-repeat: no-repeat;
    padding-left: 70px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #history-cell-3 {
    text-align: right;
    float: left;
    width: calc(50% - 71px);
    overflow-x: hidden;
    overflow-y: hidden;
    clear: right;
    padding-right: 70px;
    background-image: url(../img/line-history-hor.svg);
    background-position: right center;
    background-size: auto 1px;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #history-cell-4 {
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    clear: left;
    margin-top: 500px;
  }
  .info-malaysia-cell-1 {
    width: 90%;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
  }
  #info-malaysia-cell-1-img {
    float: right;
    width: 60%;
    margin-bottom: 0px;
  }
  #info-malaysia-cell-1-text {
    float: left;
    width: 35%;
    margin-top: 5%;
  }
  .info-malaysia-cell-2 {
    width: 90%;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
  }
  #info-malaysia-cell-2-img {
    margin-bottom: 0px;
    width: 60%;
    float: left;
  }
  #info-malaysia-cell-2-text {
    width: 35%;
    float: right;
    margin-top: 5%;
  }
  .malaysia-info-text-cell-1 {
    width: calc(25% - 20px);
  }
  .malaysia-info-text-cell-2 {
    width: calc(25% - 20px);
  }
  .malaysia-info-text-cell-3 {
    width: calc(25% - 20px);
    clear: none;
    border-top-style: none;
    margin-top: 0px;
    padding-top: 0px;
  }
  .malaysia-info-text-cell-4 {
    width: calc(25% - 20px);
    border-top-style: none;
    margin-top: 0px;
    padding-top: 0px;
  }
  .malaysia-info-text-cell-5 {
    width: calc(25% - 20px);
  }
  .malaysia-info-text-cell-6 {
    width: calc(25% - 20px);
  }
  .malaysia-info-text-cell-7 {
    width: calc(25% - 20px);
    clear: none;
  }
  .malaysia-info-text-cell-8 {
    width: calc(25% - 20px);
  }
  .interest-gallery-cell {
	width: calc(50% - 8px);
	float: left;
	margin-left: 4px;
	margin-right: 4px;
  }
#interest-map-cell {
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
}
  .weather-table-cell {
    width: 25%;
  }
}
@media (min-width:1366px) {
  #head-mobile {
    display: none;
  }
  #head {
	display: inherit;
  }
  #no-index-container {
    margin-top: 150px;
  }
  .weather-table-cell {
    width: 16.66%;
  }
#point-interest-1 {
    width: 18%;
}
#point-interest-2 {
    width: 18%;
}
#point-interest-3 {
    width: 18%;
}
#point-interest-4 {
    width: 18%;
}
#point-interest-5 {
    width: 18%;
}
#point-interest-6 {
    width: 18%;
}
#point-interest-7 {
    width: 18%;
}
#point-interest-8 {
    width: 18%;
}
#point-interest-9 {
    width: 18%;
}
#point-interest-10 {
    width: 18%;
}
}
