/* Facebook icon*/

#page-facebook-feed {
  cursor: pointer;
  position: fixed;
  top: 195px;
  right: 5px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  transition: all 0.32s ease;
}

#page-facebook-feed-content blockquote {
  margin: 0 !important; 
}

#page-facebook-feed::before {
  content:"";
  height: calc(100% - 10px);
  width: calc(100%- 10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  border-radius: 100%;
  overflow: hidden;
}

#page-facebook-feed::after {
  content:"";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(https://insken.gov.my/wp-content/uploads/2019/09/social-fb.png) center center no-repeat;
  background-size: 100%;
}

#page-facebook-feed-content {
  cursor: pointer;
  position: fixed;
  top: 209px;
  right: -400px;
  width: 348px;
  height: 450px;
  border-radius: 5px;
  background-color: #fff;
  border: 5px solid rgb(58, 84, 155);
  z-index: 9999;
  border-right: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: all 0.32s ease;
}

#page-facebook-feed:hover{
	transform: scale(1.1) rotate(-15deg);
}
.page-template-template-landing #page-facebook-feed, .page-template-template-landing #page-facebook-feed-content{
	display: none;
}

#page-facebook-feed.active {
  right: 359px;
  transform: rotate(-15deg);
}

#page-facebook-feed-content.active {
  right: 0;
}

/* tiktok icon*/

#page-tiktok-feed {
  cursor: pointer;
  position: fixed;
  /* top: 323px; */
  top: 325px;
  right: 5px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  transition: all 0.32s ease;
}

#page-tiktok-feed-content blockquote {
  margin: 0 !important; 
}

#page-tiktok-feed::before {
  content:"";
  height: calc(100% - 10px);
  width: calc(100%- 10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  border-radius: 100%;
  overflow: hidden;
}

#page-tiktok-feed::after {
  content:"";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/tiktok_icon.png) center center no-repeat;
  background-size: 100%;
}

#page-tiktok-feed-content {
  cursor: pointer;
  position: fixed;
  top: 323px;
  right: -400px;
  width: 348px;
  height: 450px;
  border-radius: 5px;
  background-color: #fff;
  border: 5px solid #000000;
  z-index: 9999;
  border-right: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: all 0.32s ease;
}

#page-tiktok-feed:hover{
	transform: scale(1.1) rotate(-15deg);
}
.page-template-template-landing #page-tiktok-feed, .page-template-template-landing #page-tiktok-feed-content{
	display: none;
}

#page-tiktok-feed.active {
  right: 359px;
  transform: rotate(-15deg);
}

#page-tiktok-feed-content.active {
  right: 0;
}

/* youtube icon */
.fblbCenterOuter {
  margin-top: 80px !important;
}

.outcontainer {
  transform: translate(0, -110px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}


.youtube-videos-container, 
.youtube-videos-container-2,
.youtube-videos-container-3  {
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-link {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff; 
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 0px;
  background-color: #b69562;
  transition: all 0.3s ease;
  box-shadow: none; 
}

.video-link:hover,
.video-link:focus,
.video-link:active {
  background-color: #013238; 
  color: #ffffff;
}

#page-youtube-feed {
  cursor: pointer;
  position: fixed;
  /* top: 323px; */
  top: 390px;
  right: 5px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  transition: all 0.32s ease;
}

#page-youtube-feed::before {
  content:"";
  height: calc(100% - 8px);
  width: calc(100%- 8px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  border-radius: 100%;
  overflow: hidden;
}

#page-youtube-feed::after {
  content:"";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/video.png) center center no-repeat;
  background-size: 100%;
}
#page-youtube-feed-content .rll-youtube-player {
  width: 100%;
}

#page-youtube-feed-content .rll-youtube-player img {
  position: relative;
}

#page-youtube-feed-content {
  cursor: pointer;
  position: fixed;
  top: 380px;
  right: -400px;
  width: 348px;
  height: 394px;
  border-radius: 5px;
  background-color: #fff;
  border: 5px solid #FF0000;
  z-index: 9999;
  border-right: 0;
  /* display: flex;
  flex-direction: column;
  gap:20px;*/ 
  overflow-y: scroll;
  scroll-behavior: smooth;
  transition: all 0.32s ease;
}

#page-youtube-feed:hover{
	transform: scale(1.1) rotate(-15deg);
}
.page-template-template-landing #page-youtube-feed, .page-template-template-landing #page-youtube-feed-content{
	display: none;
}


#page-youtube-feed.active {
  right: 359px;
  transform: rotate(-15deg);
}

#page-youtube-feed-content.active {
  right: 0;
}
/* youtube icon end */

@media (max-width: 767px) {

	#page-facebook-feed {
		width: 28px !important;
		height: 28px !important;
		/* top: 267px !important; */
		top: 195px !important;
	}
	#page-facebook-feed-content{
		top: 198px;
	}

	#page-tiktok-feed {
		width: 28px !important;
		height: 28px !important;
		/* top: 267px !important; */
		top: 267px !important;
	}
	#page-tiktok-feed-content{
		top: 268px;
	}

  #page-youtube-feed {
		width: 28px !important;
		height: 28px !important;
		/* top: 267px !important; */
		top: 303px !important;
	}
	#page-youtube-feed-content{
		top: 303px;
    height: 415px;
	}
}
@media (max-width: 576px) {

  #page-facebook-feed {
		width: 28px !important;
		height: 28px !important;
		/* top: 267px !important; */
		top: 194px !important;
	}
	#page-facebook-feed-content{
		top: 196px;
	}

  #page-tiktok-feed {
		width: 28px !important;
		height: 28px !important;
		/* top: 267px !important; */
		top: 270px !important;
	}
	#page-tiktok-feed-content{
		top: 272px;
	}

  #page-youtube-feed {
		width: 28px !important;
		height: 28px !important;
		/* top: 267px !important; */
		top: 308px !important;
	}
	#page-youtube-feed-content{
		top: 310px;
    height: 412px;
	}
}

#dropshiponezeroone .vc_tta-panel-body ,
#tentang-program .vc_tta-panel-body {
  padding: 0 !important;
}
#dropshiponezeroone .dropwrap .vc_column-inner > .wpb_wrapper {
  margin-left: -50%;
  width: 100%;
  padding: 40px 40px 20px;
  /* padding: 55px 90px 65px 65px; */
  background-color: #f1ece8;
}
.amanah-pemegang .vc_col-sm-4{
  margin-bottom: 50px;
}
.amanah-pemegang .vc_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flyout-content-right .flyout-content-wrapper .vc_column-inner {
  justify-content: center;
  z-index: 2 !important;
}
.directory_tab.dna-tab > .vc_tta-tabs-container,
.directory_tab.dna-tab #oku,
.directory_tab.dna-tab #jom-cari-produk-menarik,
.setmywidth {
  max-width: 1140px;
  /* max-width: 1200px; */
  width: 100%;
  margin: auto !important;
  /* padding: 0 15px; */
}

/* .page-id-10535 .eltdf-page-header .eltdf-sticky-header
{
  height: 69px !important;
}
.page-id-10535 .sticky-tab-menu .vc_tta-tabs-container.sticky .vc_tta-tabs-list {
  height: 89px !important;
} */
.fixedmymenu .eltdf-sticky-header.header-appear ,
.eltdf-sticky-header.header-appear {
  transform: none;
  display: none;
}

.stickych #jom-cari-produk-menarik > .vc_tta-panel-body ,
.stickych #dropshiponezeroone > .vc_tta-panel-body {
  padding-top: 70px;
}
.items-table.direktori tr td:first-child a{
  pointer-events: none;
}

.hide-text {
  visibility: hidden;
}
.langkah-wrap {
  padding: 0 10px !important;
}
.langkahtotalwrap .langkah-wrap:first-child {
  padding-left: 0 !important;
}
.langkahtotalwrap .langkah-wrap:last-child {
  padding-right: 0 !important;
}
.langkah-wrap > .vc_column-inner {
  border: 1px solid #cccccc !important;
  /* padding: 60px 10px 50px 10px !important; */
  padding: 60px 10px 15px 10px !important;
}
.langkah-wrap h2 {
  margin: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: bold !important;
}
.langkah-wrap h2.langkah-title {
  padding-bottom: 10px;
}
.langkah-number {
  color: #b69562;
  font-size: 75px;
}
/* .langkah-text-hide {
  display: none;
}
.langkah-text-show {
  display: none;
} */
.dropreadmore {
    margin-top: 20px;
}
.dropreadmore a,
.readmorebtn button{
  color: #b69562;
  font-weight: bold;
}
.dropreadmore a:after,
.readmorebtn button:after ,
.readmorebtn2 button:after ,
.readmorebtn3 button:after ,
.readmorebtn4 button:after ,
.readmorebtn5 button:after ,
.readmorebtn6 button:after ,
.readmorebtn7 button:after ,
.readmorebtn8 button:after ,
.readmorebtn9 button:after {
  content: '';
  background-image: url('../img/next.png');
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  display: block;
  width: 20px;
  height: 11px;
  margin: 20px auto 0;
  /* transform: rotate(45deg); */
}
.langkah-text {
  margin-bottom: 15px;
}
.tick-text p {
  position: relative;
}
.tick-text-before {
  display: inline-flex;
}
.tick-text-before::before {
  content: '';
  background-image: url('../img/tick1.png');
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  display: block;
  width: 19px;
  height: 13px;
  min-width: 19px;
  margin-top: 15px;
  margin-right: 15px;
}


.langkah-text-hide ,
.langkah-text-hide2 ,
.langkah-text-hide3 ,
.langkah-text-hide4 ,
.langkah-text-hide5 ,
.langkah-text-hide6 ,
.langkah-text-hide7 ,
.langkah-text-hide8 ,
.langkah-text-hide9 {
  display: none;
}
.readmorebtn ,
.readmorebtn2 ,
.readmorebtn3 ,
.readmorebtn4 ,
.readmorebtn5 ,
.readmorebtn6 ,
.readmorebtn7 ,
.readmorebtn8 ,
.readmorebtn9 {
  text-align: center;
  display: flex !important;
  justify-content: center !important;
  padding-top: 15px;
}
.readmorebtn button ,
.readmorebtn2 button ,
.readmorebtn3 button ,
.readmorebtn4 button ,
.readmorebtn5 button ,
.readmorebtn6 button ,
.readmorebtn7 button ,
.readmorebtn8 button ,
.readmorebtn9 button {
  background-color: #fff !important;
  border: none !important;
  color: #b69562 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  /* margin-top: 5px; */
  margin-bottom: 0 !important;
}
.langkah-child {
  position: relative;
}
.langkah-show-text {
  opacity: 1;
}
.langkah-hide-text {
  position: absolute;
  top: 0;
  opacity: 0;
}
.langkah-hide-text p {
  margin-top: 0;
}
.droptext {
  opacity: 0;
}
.uptext {
  opacity: 1;
}

.butiran-syarikat {
  display: flex;
  justify-content: space-between;
}
.butiran_social_dire {
  margin-top: 20px;
}
.search_more.search_dna {
  background: transparent;
  border: none;
  padding: 0;
}
.search_dna_sec{
  background: #f1ece8;
  padding: 15px 20px;
  border: 1px solid #585858;
}
.branches-row {
  display: flex;
  flex-wrap: wrap;
}
.branches-col {
  width: 50%;
  padding-bottom: 10px;
}
.branches-name {
  font-weight: 600;
}
.branches-location-sub {
  display: flex;
}
.branches-location-icon {
  margin-top: 10px;
  margin-right: 15px;
}
.search_dna_sec i {
  color: #979797;
}
.branches-location {
  margin-bottom: 20px;
}
.branches-phone .branches-location-icon {
  margin-top: 0;
}
.branches-location-icon .fa-phone {
  transform: rotate(90deg);
}
.branches-phone-num a, .butiran-details a {
  font-size: 16px;
  color: #585858;
  font-weight: 400;
}
/* .branches-phone-num :hover {
  text-decoration: underline;
} */
.branches-location-link a {
  font-size: 14px;
  font-weight: 400;
}
.branches-location-link a:hover{
  text-decoration: underline;
  font-weight: 600;
}
.butiran-details {
  display: flex;
  padding-bottom: 15px;
}
.search_website i {
  margin-right: 10px;
}
.butiran-details-col {
  padding-right: 20px;
}
.branches-location-top .branches-location-icon {
  margin-top: 0;
}
.branches-location-top .search_website {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
}
.openminatbtn {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.modalcourse {
  display: flex;
  justify-content: center;
}

.dropship-modal.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropship-modal .overlay-content {
  position: relative;
  top: 0;
  border: 1px solid #595856;
  /* padding: 35px 45px; */
  padding: 10px;
  background-color: #f1ece8;
      margin: 0 15px;
}
.overlay-content-wrap {
  padding: 11px 35px 25px;
}
.overlay-content-wrap-text {
  font-weight: 400;
  font-size: 16px;
}
.overlay-content-btn {
  display: flex;
  justify-content: center;
}
.overlay-content-btn > div:first-child {
  margin-right: 20px;
}
.overlay-content-btn a {
  min-width: 95px;
  padding: 20px !important;
}
.closesection {
  text-align: right;
}
.dropship-modal .closebtn {
  /* padding: 8px; */
  text-decoration: none;
  font-size: 45px;
  color: #b69562;
  display: block;
  transition: 0.3s;
}

.closebtn:hover, .closebtn:focus {
  color: #000;
}
/* .directory_tab.dna-tab .sticky-tab-menu .vc_tta-tabs-container.sticky .vc_tta-tabs-list {
  display: none !important;
} */
li.wpuf-el.facebook_url ,
li.wpuf-el.direktori_type {
  margin-top: 222px;
}
.jenisdirektorich {
  padding: 12px 16px;
  margin-bottom: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  outline: none;
}
#jom-cari-produk-menarik > .vc_tta-panel-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.alhide_dropshipper {
  display: none !important;
}
#showmsg .message{
  background: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  margin: 10px 0 20px 0;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
}
/* .page-id-3725 .sticky-tab-menu .vc_tta-tabs-container.sticky .vc_tta-tabs-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} */
.page-id-3725 .eltdf-mobile-header.eltdf-animate-mobile-header.mobile-header-appear {
  margin-bottom: 0 !important;
}
.page-id-10535 .sticky-tab-menu .vc_tta-tabs-container.sticky .vc_tta-tabs-list {
  animation: smoothScroll 1s forwards;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.sticky-tab-menu .vc_tta-tabs-container.sticky .vc_tta-tabs-list {
  animation: smoothScroll2 0.5s forwards;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-69px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes smoothScroll2 {
	0% {
		transform: translateY(-69px);
	}
	100% {
		transform: translateY(0px);
	}
}

.dropshipform {
  /* display:none; */
  font-weight:bold;
  font-size:13px;

}

.dropshipformwrap {
  /* width: 30%; */
  display: flex;
  justify-content: flex-start;
}
.dropshipformwrap a{
  background-color:#b69562 !important;
  color:#ffffff !important;
}
.dropshiplink > .wpuf-fields {
  width: 40% !important;
}
.wpuf-help {
  line-height: 1.3 !important;
}

.ch-pengerusi-text {
  width: auto;
  margin-left: 0;
  text-align: center;
      margin-top: 25px;
}
#download-table2_filter {
  margin-bottom: 50px;
}
#download-table2 {
  width: 100% !important;
}
span.mobile_tb.mobile_tb_ch {
  margin-top: 15px;
  /* display: none !important; */
}





@media (max-width:1199px) {
  .directory_tab.dna-tab > .vc_tta-tabs-container,
  .directory_tab.dna-tab #oku,
  .directory_tab.dna-tab #jom-cari-produk-menarik,
  .setmywidth {
    max-width: 950px;
  }
}

@media (max-width:991px) {
  .directory_tab.dna-tab > .vc_tta-tabs-container,
  .directory_tab.dna-tab #oku,
  .directory_tab.dna-tab #jom-cari-produk-menarik,
  .setmywidth {
    max-width: 798px;
    padding: 0 15px;
    width: auto;
  }
  /* .directory_tab.dna-tab #jom-cari-produk-menarik,
  .setmywidth {
    padding: 0 15px;
  } */

}

@media (max-width:767px) {
  .langkahtotalwrap .langkah-wrap:first-child,
  .langkahtotalwrap .langkah-wrap {
    padding: 0px !important;
  }
  .langkahtotalwrap .langkah-wrap {
    margin-bottom: 15px;
  }
  .tick-text {
    padding-bottom: 0 !important;
  }
  .btnmargin {
    margin-bottom: 0px !important;
  }
  .langkahtotalwrap {
    padding-bottom: 0 !important;
  }
  .search_more.search_dna {
    padding: 0 !important;
  }
  .butiran-details, .branches-row {
    display: block;
  }
  .butiran-details-col {
      padding-bottom: 5px;
  }
  .branches-col {
      width: 100%;
  }
  .overlay-content {
    padding: 0 15px;
  }
  .directory_tab.dna-tab > .vc_tta-tabs-container,
  .directory_tab.dna-tab #oku,
  .directory_tab.dna-tab #jom-cari-produk-menarik,
  .setmywidth {
    max-width: 600px;
  }
  .chphoto {
    text-align: right;
    width: 25%;
  }

}

@media (max-width:575px) {
  #tentang-program .vc_tta-panel-body {
      padding: 0 15px !important;
  }
  .directory_tab.dna-tab > .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab > a {
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .directory_tab.dna-tab .vc_tta-tabs-container.sticky .vc_tta-tabs-list a {
    font-size: 12px !important;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .sticky-tab-menu .directory_tab.dna-tab .vc_tta-tabs-container.sticky .vc_tta-tabs-list a {
    font-size: 12px;
  }
  .directory_tab.dna-tab > .vc_tta-tabs-container.sticky > li.vc_tta-tab {
    width: 33%;
  }
  .directory_tab.dna-tab > .vc_tta-tabs-container,
  .directory_tab.dna-tab #oku,
  .directory_tab.dna-tab #jom-cari-produk-menarik,
  .setmywidth {
    padding-left: 0;
    padding-right: 0;
  }
  .fixedmymenu .sticky > .vc_tta-tabs-list {
    padding: 0 15px !important;
  }
  .chhidemobile {
    display: none !important;
  }
  span.mobile_tb.mobile_tb_ch {
    display: block !important;
  }

}


/* .langkah-text-hide.hideContent {
  display: block;
} */
/* .hideContent p {
    overflow: hidden;
    height: 72px;
}
.showContent p {
    height: auto;
    display: block;
} */
/* .tick-text p:before {
  content: '';
  background-image: url('../img/tick1.png');
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  display: block;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 0;
  align-items: flex-start;
} */
