@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before, .clearfix:after{
  display: table;
  content: " ";
}
.clearfix:after{
  clear:both;
}
/* Desktop Footer */
.toggle-footer{
  width: 116px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.toggle-footer.open-footer{
  width: 100%;
}
.top-footer{
  width: 100%;
  display: block;
  background-color: rgba(0,0,0,.5);
  overflow: hidden;
}
.bottom-footer{
  display: block;
  background-color: rgba(0,0,0,.75);
  width: 100%;
  opacity: 0;
  overflow: hidden;
}
.toggle-footer.open-footer .bottom-footer{
  opacity: 1;
}
.footer-switch{
  padding: 0;
  margin: 0;
  float: left;
}
.footer-switch li{
  float:left;
  width: 58px;
  height: 48px;
  list-style: none;
}
.footer-switch li:first-child{
  background-color: rgba(255,255,255,.5);
  background-image: url('../img/1-malaysia.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.toggle-footer .footer-switch li.open-close{
  background-color: rgba(0,152,206,.75);
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: center 12px;
}
.toggle-footer.open-footer .footer-switch li.open-close{
  background-image: url('../img/close-menu.png');
  background-position: center 8px;
}
.handler{
  width: 89.8%;
  opacity: 0;
  height: 0;
  float: left;
  width: calc(100% - 131px);
}
.toggle-footer.open-footer .handler{
  margin-left: 15px;
}
.footer-switch li:last-child a{
  float:left;
  padding: 26px 14px 6px 14px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.footer-switch li a:hover,.footer-switch li a:active,.footer-switch li a:focus{
  color: #fff !important;
}
.footer-nav-list{
  margin: 0;
  padding: 0;
  float: left;
}
.footer-nav-list li{
  float: left;
  margin-right: 2px;
  height: 48px;
  list-style: none;
}
.footer-nav-list li a{
  color: #fff;
  padding: 13px 20px;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #2698c1;
}
.footer-nav-list li a:hover{
  color: #fff !important;
}
.footer-language{
  float: right;
  margin-right: 15px;
}
.footer-language li{
  float: left;
  list-style: none;
}
.footer-language li a{
  float: left;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 5px;
  font-size: 14px;
}
.bottom-footer{
  opacity: 0;
  height: 62px;
}
.toggle-footer.open-footer .bottom-footer,.toggle-footer.open-footer .handler{
  opacity: 1;
}
.toggle-footer.open-footer .handler{
  height: 48px;
}
#form-holder{
  float:left;
  margin-left: 58px;
  padding-top: 5px;
  width: 33%;
}
#form-holder input[type="text"],#form-holder input[type="email"]{
  width: 151px;
  height: 30px;
  font-size: 11px;
  border: none;
}
#form-holder input[type="submit"]{
  width: 73px;
  height: 28px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.subscribe-1malaysia{
  margin: 5px 0 0 0;
  color: #fff;
  font-style: italic;
  font-size: 11px;
  float: left;
}
.subscribe-1malaysia input{
  float: left;
  margin-top: 3px !important;
  margin-right: 5px !important;
}
.trademark{
  width: 33%;
  float: left;
  text-align: center;
  padding-top: 15px;
}
.trademark p{
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 11px;
}
.trademark ul{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.trademark ul li{
  display: inline;
  list-style: none;
}
.trademark ul li a{
  font-size: 11px;
  color: #fff;
}
.trademark ul li a:hover{
  color: #fff !important;
}
.social-holder{
  padding-top: 15px;
  width: 29%;
  float: right;
}
.social-holder ul{
  /*width: 100%;*/
  float: right;
}
.social-holder ul li{
  float: left;
  list-style: none;
  margin-right: 5px;
}
.social-holder ul li a{
  padding: 19px;
  float: left;
  text-decoration: none;
}
.social-facebook{
  background-image: url('../img/fb-circle.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.social-twitter{
  background-image: url('../img/twitter-circle.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.social-instagram{
  background-image: url('../img/instagram-circle.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.social-google-plus{
  background-image: url('../img/google-plus-circle.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.social-youtube{
  background-image: url('../img/youtube-circle.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.social-flickr{
  background-image: url('../img/flickr-circle.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.single #primary.custom-primary{
  margin-left: 6%;
  width: 70% !important;
}
.twitter-share-button{
  width: 88px !important;
}

.parent{
  color: #2698c1;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  padding: 8px 22px 8px 5px;
}

.parent a,.parent a:active,.parent a:hover,.parent a:focus.parent a:visited {
  color: #2698c1;
}

.blue-drop{
  background-image: url(../img/blue-down-arrow.jpg);
  background-position: 99% 16px;
  background-repeat: no-repeat;
}

.blue-up{
  background-image: url(../img/blue-up-arrow.jpg);
}

#custom-child{
  list-style-type:lower-alpha !important;
  list-style-position: outside !important;
  cursor: initial;
  border: none;
  color: #333;
  max-height: 0;
  opacity: 0;
  margin: 5px 0 0 0 !important;
  overflow: hidden;
  padding-left: 45px;
  -webkit-transition: max-height .32s ease .15s,opacity .32s ease .15s;
  -moz-transition: max-height .32s ease .15s,opacity .32s ease .15s;
  transition: max-height .32s ease .15s,opacity .32s ease .15s;
}

.custom-accordion {
  list-style-type:decimal !important;
  list-style-position: inside !important;
  width:90%;
  max-width: 900px;
  margin:0 auto !important;
  padding-bottom:300px;
}

#custom-child.active{
  max-height: 3000px;
  opacity: 1;
  overflow: initial;
}

#custom-child li a{
  text-decoration: none;
  color: #2698c1;
}

#custom-child li a:hover{
  color: #333;
}

.parent p,#custom-child li p{
  display: none;
}

.clearfix:before, .clearfix:after{
  content: " ";
  display: table;
  clear: both;
}

.fix-auto-height{
  height: auto !important
}

body.cny {
  background-color: #fff !important;
  background-image: url("../img/najib-cny.png"), url("../img/cny-background.png") !important;
  background-repeat: no-repeat, repeat !important;
  background-size: 40% auto, auto auto;
  background-position: left bottom, center center ;
}
.cny .photoimg1,.cny .photoimg{
  opacity: 0;
}
.cny #logo-raya{
  display: block;
}
.cny #site-title{
  padding-left: 140px;
}
.page-id-21837 #main,.page-id-21743 #main,.page-id-21747 #main{
  padding-bottom: 15% !important;
}
#section-content{
  width: 100%;
  z-index: 0;
}
/* Media Query */
@media (max-width: 1024px) and (max-height: 768px){
  body.cny {
    background-size: 49% auto, auto auto;
  }
}
@media only screen and (max-width: 570px) and (min-width: 400px) and (orientation: portrait){
  .page.cny .left_main {
    background-image: url("../img/najib-cny.png");
    background-repeat: no-repeat;
    background-size: 345px auto;
    display: inline-block;
    height: 390px;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  }
  body.cny {
    background-image: url("../img/cny-background.png") !important;
    background-repeat: repeat !important;
    background-size: auto auto;
    background-position: center center ;
  }
}
@media (max-width: 414px) and (max-height: 736px){
  .page.cny .left_main {
    background-image: url("../img/najib-cny.png");
    background-repeat: no-repeat;
    background-size: 360px auto;
    display: inline-block;
    height: 390px;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 375px) and (max-height: 667px){
  .page.cny .left_main {
    background-image: url("../img/najib-cny.png");
    background-repeat: no-repeat;
    background-size: 360px auto;
    display: inline-block;
    height: 390px;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 360px) and (max-height: 640px){
  .page.cny .left_main {
    background-image: url("../img/najib-cny.png");
    background-repeat: no-repeat;
    background-size: 360px auto;
    display: inline-block;
    height: 390px;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 320px) and (max-height: 568px){
  .page.cny .left_main {
    background-image: url("../img/najib-cny.png");
    background-repeat: no-repeat;
    background-size: 360px auto;
    display: inline-block;
    height: 320px;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 320px) and (max-height: 480px){
  .page.cny .left_main {
    background-image: url("../img/najib-cny.png");
    background-repeat: no-repeat;
    background-size: 360px auto;
    display: inline-block;
    height: 320px;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 1920){
  .single #primary.custom-primary {
    margin-left: 6%;
    width: 70% !important;
  }
}
@media (max-width: 1680px){
  .single #primary.custom-primary {
    margin-left: 6%;
    width: 70% !important;
  }
}
@media (max-width: 1600px){
  .single #primary.custom-primary {
    margin-left: 6%;
    width: 70% !important;
  }
}
@media (max-width: 1366px){
  .single #primary.custom-primary {
    margin-left: 7%;
    width: 70% !important;
  }
}
@media (max-width: 1280px){
  .single #primary.custom-primary {
    margin-left: 7.5%;
    width: 70% !important;
  }
}