/*=====================================
YOU CAN WRIGHT CUSTOME CSS
======================================*/
.active-color a{
    color: #B2B0E8;
}

.header-desc {
    float:left;
    font-size: 12px;
}
.header-desc h3 {
    padding: 0px;
    margin: 0px;
    text-transform: none;
    font-size: 20px;
}
.header-desc h2 {
    padding: 0px;
    margin: 0px;
    margin-top:-4px;
    font-size: 28px;
    text-transform: none;
}
@media only screen and (max-width:991px) {

	.header-desc h3 {
		font-size:18px;
	}
    .header-desc h2 {
        font-size: 26px;
    }
    .header-nav .nav>li.active>a,
    .header-nav .nav>li.current-menu-item>a {
    	background-color: transparent;
    	color: #1A2A80;    /* text active */
    }
    .header-nav .nav>li>a:hover {
    	background-color:#EEEEEE;
    	color: #1A2A80;
    }
    .p-t50 {
        padding-top: 0px;
    }
}

@media only screen and (max-width:768px) {
    .header-desc {
        text-align: center;
        width: 100%;
    }
	.header-desc h3 {
		font-size:16px;
	}
    .header-desc h2 {
        font-size: 24px;
    }
    .header-nav .nav>li.active>a,
    .header-nav .nav>li.current-menu-item>a {
    	background-color: transparent;
    	color: #1A2A80;    /* text active */
    }
}

@media only screen and (max-width:480px) {
    .header-desc {
        text-align: center;
    }
  .text-welcome h1 {
    font-size: 24px;
    line-height: normal;
  }
	.header-desc h3 {
		font-size:18px;
	}
    .header-desc h2 {
        font-size: 22px;
    }
    .header-nav .nav>li.active>a,
    .header-nav .nav>li.current-menu-item>a {
    	background-color: transparent;
    	color: #1A2A80;    /* text active */
    }
}

@media only screen and (max-width:400px) {
    .header-desc {
        text-align: center;
    }

	.header-desc h3 {
		font-size:14px;
	}
    .header-desc h2 {
        font-size: 22px;
    }
    .header-nav .nav>li.active>a,
    .header-nav .nav>li.current-menu-item>a {
    	background-color: transparent;
    	color: #1A2A80;    /* text active */
    }
}

.hover-border:hover .mt-tilte {
	color: #B2B0E8;   /* color hover */
}
.mt-post-title h4 {
    text-transform: none;
}

.mt-post-text h5 {
    margin:0;
    padding:0;
}
.link-title {
    font-weight:normal;
}
.link-content {
    border-bottom: 1px solid #CCCCCC;
}
.link-content h5 {
    margin: 5px 0;
    padding: 5px 0 0 0;
}
.icon-content img {
    padding: 5px 0;
}
.mt-post-text {
    font-weight: normal;
    line-height: 18px;
}
.clear-m-p {
    margin:0;
    padding:0
}
.bg-radius {
    border-radius: 10px;
}
.bg-facebook {
    background-color: #3b5998;
}

.bg-twitter {
    background-color: #00acee;
}

.bg-whatsapp {
    background-color: #25D366;
}

.bg-instagram {
    background-color: #E1306C;
}

.bg-youtube {
    background-color: #FF0000;
}

.bg-ptmdo {
    background-color: #1A2A80;
    color: #ffffff;
}
.bg-ptmdo a {
	color: #ffffff;
	outline: 0 none;
	text-decoration: none;
}

.bg-ptmdo a:hover {
	text-decoration: none;
	outline: 0 none;
}

.bg-orange {
    background-color: #B2B0E8;
    color: #ffffff;
}
.bg-orange a {
	color: #ffffff;
	outline: 0 none;
	text-decoration: none;
}

.bg-orange a:hover {
	text-decoration: none;
	outline: 0 none;
    color: red;
}
.bg-dark-gray {
    background-color: #666666;
    color: #ffffff;
}
.bg-dark-gray a {
	color: #ffffff;
	outline: 0 none;
	text-decoration: none;
}

.bg-dark-gray a:hover {
	text-decoration: none;
	outline: 0 none;
    color: #FF5E14;
}

.bg-dark-red {
    background-color: #B80000;
    color: #ffffff;
}
.bg-dark-red a {
	color: #ffffff;
	outline: 0 none;
	text-decoration: none;
}

.bg-dark-red a:hover {
	text-decoration: none;
	outline: 0 none;
    color: #FF5E14;
}
/* PURPLE */
.bg-dark-purple {
    background-color: #5c007a;
    color: #ffffff;
}
.bg-dark-purple a {
	color: #ffffff;
	outline: 0 none;
	text-decoration: none;
}

.bg-dark-purple a:hover {
	text-decoration: none;
	outline: 0 none;
    color: #c158dc;
}
/* GREEN */
.bg-dark-green {
    background-color: #002b00;
    color: #ffffff;
}
.bg-dark-green a {
	color: #ffffff;
	outline: 0 none;
	text-decoration: none;
}

.bg-dark-green a:hover {
	text-decoration: none;
	outline: 0 none;
    color: #438232;
}
/* BORDER GRAY */
.border-gray {
    border: 1px solid #CCCCCC;
}
.border-bottom-gray {
    border-bottom: 1px solid #CCCCCC;
}
.border-lrb-gray {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.mt-separator-custom {
	display: block;
	height: 5px;
	width: 100px;
    margin-top:5px;
}
.section-head h4 {
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 360px) {
	.border-gray {
		border: none
	}
}
.bdr-pisah {
    border-bottom: 1px dotted #D4D4D4;
	margin-bottom: 20px;
}
.bdr-pisah:last-child {
    border-bottom: none;
}
#contact-map{
    width: 100%;
    height: 355px;
}
.mt-bnr-inr-entry-custom {
	display: block;
	vertical-align: bottom;
	text-align: left;
	padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.mt-bnr-inr-entry-custom li {
    color: #222222 !important;
}
.breadcrumb-style-2a li:after {
	content: "\f101";
	margin-left: 7px;
	font-family: 'FontAwesome';
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
/*____FOOTER KPID VERSION CSS____*/


.footer-pt-mdo .footer-top {
	background-color: #B2B0E8;
}

.footer-pt-mdo .footer-bottom {
	background-color: #1A2A80;
}

.footer-pt-mdo .footer-top h1,
.footer-pt-mdo .footer-top h2,
.footer-pt-mdo .footer-top h3,
.footer-pt-mdo .footer-top h4,
.footer-pt-mdo .footer-top h5,
.footer-pt-mdo .footer-top h6,
.footer-pt-mdo .footer-top h1 a,
.footer-pt-mdo .footer-top h2 a,
.footer-pt-mdo .footer-top h3 a,
.footer-pt-mdo .footer-top h4 a,
.footer-pt-mdo .footer-top h5 a,
.footer-pt-mdo .footer-top h6 a {
	color: #fff;
}

.footer-pt-mdo .footer-top .widget-title::before {
	border-color: #fff;
}

.footer-pt-mdo .footer-top p,
.footer-pt-mdo .footer-top strong,
.footer-pt-mdo .footer-top b,
.footer-pt-mdo .footer-top,
.footer-pt-mdo .widget_categories ul li a,
.footer-pt-mdo .widget_archive ul li a,
.footer-pt-mdo .widget_meta ul li a,
.footer-pt-mdo .widget_pages ul li a,
.footer-pt-mdo .widget_recent_comments ul li a,
.footer-pt-mdo .widget_nav_menu li a,
.footer-pt-mdo .widget_recent_entries ul li a,
.footer-pt-mdo .widget_services ul li a {
	color: #ffffff;
}

.footer-pt-mdo .footer-top a:active,
.footer-pt-mdo .footer-top a:focus,
.footer-pt-mdo .footer-top a:hover {
	color: #1A2A80;
}

.footer-pt-mdo .footer-top p a {
	color: #FEFEFE;
}

.footer-pt-mdo .footer-top .widget_newsletter .form-control {
	background-color: #0e0e0e;
	border-color: #2d2d2d;
}

.footer-pt-mdo .footer-top .widget.widget_newsletter.f-news-letter {
	max-width: 768px;
	margin: 0px auto;
}

.footer-pt-mdo .footer-top .widget_newsletter.f-news-letter .form-control {
	background-color: #fefefe;
	border-color: transparent;
	height: 50px;
}

.footer-pt-mdo .footer-top .widget_newsletter.f-news-letter .input-group-btn button {
	height: 50px;
}

.footer-pt-mdo .footer-top .widget {
	margin-bottom: 15px;
    color: #fff;
}

@media only screen and (max-width:991px) {
	.footer-pt-mdo .footer-top .widget {
		margin-bottom: 35px;
	}
}

@media only screen and (max-width:767px) {
	.footer-pt-mdo .footer-top .widget.widget_newsletter.f-news-letter {
		padding-top: 0px;
	}
}
/* Form Register */
.header__btn {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.header__btn:last-child {
  margin-right: 0;
}
.header__btn:hover, .header__btn.js-active {
  color: #fff;
  background-color: #2c2c2c;
}

.header__title {
  margin-bottom: 30px;
  font-size: 2.1rem;
}

.content {
  width: 95%;
  margin: 0 auto 50px;
}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #007bff;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation="scaleOut"] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* style radio button */
/* The container */
.container_ {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 18px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container_ input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_ input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_ input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_ .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* drag n drop upload file */
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: left !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(../images/upload-icon.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. (max file size: 2MB)";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    text-transform: none;
    text-align: center;
}

/* popup */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:450px;
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}
@media only screen and (max-width:991px) {
#boxes #dialog {
  width:300px;
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}
/* Limit Line */
.text-limit {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.text-limit-1 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.text-limit-3 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.text-limit-4 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.text-limit-5 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.mt-icon-box-wraper:hover {
    background-color: #F1F1F1;
}
.divhover:hover {
   background-color: #F1F1F1;
}

/* center row div */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
    /* background-color: #ccc;
    border: 1px solid #ddd; */
}
/* end center row div */
