/*
Theme Name:         YPPKM Theme
Theme URI:          http://go2.com.my
Description:        Based on roots wordpress starter theme
Version:            1.2
Author:             Go2 Media
Author URI:         http://go2.com.my
*/

body {
  background: #ffffff; 
  color: #343434;
  /*font-family: STXihei, SimHei, 'Open Sans';*/
  font-family: 'Roboto', SimHei, sans-serif;
  overflow-x: hidden;
}

body:lang(zh-hans) .page-banner span.is-my {
  display: none;
}

body:lang(ms-MY) .page-banner span.is-zh-hans {
  display: none;
}

.border { border: 1px solid red; }
.border2 { border: 1px solid blue; }
.border3 { border: 1px solid green; }
.border4 { border: 1px solid orange; }
.border5 { border: 1px solid yellow; }

.container { max-width: 100%; }

a, .efx {
  -webkit-transition: all 0.15s ease-in-out; 
     -moz-transition: all 0.15s ease-in-out; 
       -o-transition: all 0.15s ease-in-out; 
          transition: all 0.15s ease-in-out; 
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #113775;
}

.o-h { overflow: hidden; }

.p-0 {
  padding-left: 0px! important;
  padding-right: 0px! important;
}

.gallery-col { margin-bottom: 30px; }

.gallery-col .caption { text-align: center; }

.thumbnail { border-radius: 0; margin-bottom: 10px; }


/* Header */

header.container-fluid {
  background: #fff;
  border-top: 12px solid #113775;
  padding-left: 15px;
  padding-right: 15px;
}

header > div {
  /*border: 1px solid red;*/
}

.header_column {
  float: left;
  margin-right: 10px;
}

.header_column:not(.logo) {
  padding-top: 21px;
  padding-bottom: 21px;
}

.logo { 
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 175px;
  height: 90px;
}

.logo a {
  display: block;
/*  position: absolute;
  width: 175px;
  height: 107px;
  top: 0;
  left: 0;
  z-index: 10;*/
}

.header_navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0 30px;
}

.header_navigation > ul > li {
  display: inline-block;
}

.header_navigation > ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  padding: 13px 15px;
  color: #333333;
}

.header_navigation > ul > li > a:hover,
.header_navigation > ul > li.active > a,
.header_navigation > ul > li.active > a:hover {
  color: #0074BC;
}

.header_language_switcher {
  float: right;
}

.header_language_switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header_language_switcher ul li {
  display: block;
  float: right;
}

.header_language_switcher ul li a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.header_language_switcher ul li:first-child a {
  background: #035db1;
  color: #ffb607;
  border-radius: 0 5px 5px 0;
}

.header_language_switcher ul li:last-child a {
  color: #035db1;
  background: #ffb607;
  border-radius: 5px 0 0 5px;
}

.header_navigation .dropdown-menu,
header.fixed .navigation-menu .dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0;
  margin: 15px 0 0;
  border: none;
  float: none;
  max-width: auto;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out; 
  -moz-transition: all 0.15s ease-in-out; 
  -o-transition: all 0.15s ease-in-out; 
  transition: all 0.15s ease-in-out; 
}

.header_navigation > ul > li.open .dropdown-menu,
header.fixed .navigation-menu > ul > li.open .dropdown-menu {
  pointer-events: auto;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.header_navigation .dropdown-menu > li > a {
  display: block;
  background: #0074BC;
  color: #fff;
  padding: 10px 15px;
}

.header_navigation .dropdown-menu > li > a:hover,
.header_navigation .dropdown-menu > li.active > a,
.header_navigation .dropdown-menu > li.active > a:hover {
  background: #075382;
  color: #fff;
}

header.fixed {
  background: #113775;
  position: fixed;
  top: -300px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out; 
}

.fixed-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 175px;
  height: 70px;
  margin-right: 15px;
  float: left;
}

.fixed-logo a {
  display: block;
/*  position: absolute;
  top: 0;
  left: 0;*/
}

header.fixed .navigation-menu {
  float: left;
}

header.fixed .navigation-menu > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.fixed .navigation-menu > ul > li {
  display: block;
}

header.fixed .navigation-menu > ul > li > a {
  display: block;
  padding: 25px 15px;
  color: #fff;
}

header.fixed .navigation-menu > ul > li > a:hover,
header.fixed .navigation-menu > ul > li.active > a,
header.fixed .navigation-menu > ul > li.active > a:hover {
  background: #0f2344;
  color: #fff;
}

header.fixed .dropdown-menu > li > a {
  display: block;
  background: #0f2344;
  color: #fff;
  padding: 10px 15px;
}

header.fixed .dropdown-menu > li > a:hover,
header.fixed .dropdown-menu > li.active > a,
header.fixed .dropdown-menu > li.active > a:hover {
  background: #075382;
  color: #fff;
}

header.fixed .header_language_switcher {
  padding-top: 15px;
  padding-bottom: 15px;
}

header.fixed.sticky {
  top: 0;
}

.fixed-xsmenu {
  display: none;
  position: relative;
  float: right;
  margin-top: 15px;
}

.fixed-xsmenu a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background: url(images/xs-menu.svg) left;
  z-index: 1000;
}

.fixed-xsmenu a:hover {
  background: url(images/xs-menu.svg) #113775 center;
}

.fixed-xsmenu a.triggered {
  background: url(images/xs-menu.svg) right;
}

header.fixed.visible {
  pointer-events: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Slider */

/*.slider_column { overflow: hidden; }*/

.slider_column > div {
  padding-left: 0! important;
  padding-right: 0! important;
}

.caption-img-wrapper img {
  display: inline-block! important;
}

/* Home Section 2 */

.section_2_column { padding: 0 30px; }

/* Home Section 3 */

.sec_3_col {
  font-size: 18px;
}

.sec_3_col p {
  position: relative;
  padding-left: 60px;
}

.sec_3_col p:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  background: red;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

.sec_3_col_1 p:before { background: url(images/icon_1.png); }
.sec_3_col_2 p:before { background: url(images/icon_2.png); }
.sec_3_col_3 p:before { background: url(images/icon_3.png); }
.sec_3_col_4 p:before { background: url(images/icon_4.png); }

/* Section 4 */

.section_4_column h1 {
  font-size: 37px;
  line-height: 35px;
  margin: 0;
  color: #035db1;
}

.section_4_column hr {
  display: block;
  border: none;
  width: 100px;
  height: 3px;
  background: #ffb607;
  margin: 30px 0;
}

.section_4_column p {
  line-height: 2em;
  letter-spacing: 1px;
  padding-right: 60px;
}

/* Home Section 5 */

.section_5_intro p {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section_5_intro h1 {
  margin: 0;
  font-weight: bold;
}

/* Kisah Kejayaan */

.kk_col { margin-bottom: 30px; }

.kk_col .video-gallery {
	margin-bottom: 10px!important;
}

.kk_col a {
  display: block;
  position: relative;
}

.kk_col a.video-wrapper {
  display: block!important;
  position: relative;
}

.kk_col a.video-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/icon_play.svg) center center no-repeat;
    top: 0;
    left: 0;
    z-index: 3;
}

.kk_col_img {
  overflow: hidden;
  margin-bottom: 30px! important;
}

.kk_col_img img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.15s ease-in-out; 
     -moz-transition: all 0.15s ease-in-out; 
       -o-transition: all 0.15s ease-in-out; 
          transition: all 0.15s ease-in-out; 
}

.kk_col a:hover .kk_col_img img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.kk_col_info {
  color: #4c4c4c;
}

.kk_col_info h4 {
  font-size: 18px;
	margin: 0;
}

.kk_col_info a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Footer */

footer {
  background: #005EAA;
  color: #fff;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 30px;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover {
  color: #ccc;
}

.footer_social {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_social .social_btn {
  display: block;
  width: 31px;
  height: 31px;
  background: url(images/icon_facebook.png);
  float: right;
}

/* Parallax Banner */

.parallax-window {
  background: transparent;
}

.page-banner {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.page-banner .container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 170px;
}

.page-banner h1 {
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.page-banner .container .download_form {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-banner .container .download_form a {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 10px 60px 10px 30px;
  background: #BF151B;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.page-banner .container .download_form a:after {
  content: '';
  display: block;
  width: 59px;
  height: 91px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 0;
  background: url(images/icon_form.png);
  -ms-transform: rotate(7deg) scale(0.5);
  -webkit-transform: rotate(7deg) scale(0.5);
  transform: rotate(7deg) scale(0.5);
}

/* Page Wrapper */

.page_container {
  background: #fff;
}

.page_container .container {
  position: relative;
/*  padding-top: 60px;
  padding-bottom: 60px;*/
}

.page_wrapper {
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
}

.page_sidebar { padding-top: 15px; }

.page_sidebar .widget { margin-bottom: 30px; }

.page_sidebar .widget h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.page_sidebar .widget > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page_sidebar .widget > ul > li > a {
  display: block;
  padding: 12px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

/* Contact Form */

.contact_sec_2 {
  position: relative;
  z-index: 10;
}

.contact_info {
  color: #fff;
}

.contact_info h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}

.contact_info a {
  color: #fff;
}

.contact_form_wrapper .wpcf7-form label {
  display: block;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.contact_form_wrapper .wpcf7-form input:not([type="submit"]),
.contact_form_wrapper .wpcf7-form textarea {
  display: block;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  border: 2px solid #e9e9e9;
}

.contact_form_wrapper .wpcf7-form input:not([type="submit"]):focus,
.contact_form_wrapper .wpcf7-form textarea:focus {
  border: 2px solid #1E73BE;
}

/* FAQ */

.faq_toggle .vc_toggle {
  margin-bottom: 20px;
}

.faq_toggle .vc_toggle h4 {
  font-size: 15px;
  font-weight: bold;
  color: #3c3c3c;
}

.faq_toggle .vc_toggle_content p {
  color: #454545;
}

/* archive KK */

.archive_case_study_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.excerpt_btn {
  display: inline-block! important;
  margin-top: 15px;
  padding: 10px 15px! important;
  border: 2px solid #FFB607;
  color: #113775;
}

.excerpt_btn:hover {
  display: inline-block! important;
  margin-top: 15px;
  padding: 10px 15px! important;
  border: 2px solid #113775;
  background: #113775;
  color: #fff;
}

/* Single Page */

.single_container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.kk_single_image img {
  max-width: 100%;
  height: auto;
}

.kk_single_content h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

.prev_next_post_link {
  margin-top: 30px;
}

.prev_next_post_link a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #ccc;
}

.prev_next_post_link a:hover {
  border: 2px solid #bbb;
  background: #eee;
}

.next_post { text-align: right; }

/* Koleksi Video */

.video-gallery {
  margin-bottom: 30px! important;
}

.video-gallery a {
  display: block;
  position: relative;
}

.video-gallery a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/icon_play.svg) center center no-repeat;
  top: 0;
  left: 0;
  z-index: 3;
}

.video-gallery h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wp-pagenavi a, .wp-pagenavi span {
    padding: 7px 12px!important;
}