@import "style-pos-2.css";
/*
    Development By InDeo
    2018
*/

body#beranda-pos a#beranda-pos,
body#produk-pos  a#produk-pos,
body#video-pos   a#video-pos,
body#driver-pos  a#driver-pos 
{
    border-bottom: 2px solid #ff5400 !important;
}

.text-thin {
    font-weight: 300;
    color: #333 !important;
}
.text-thick {
    color: #ff9c00;
}
.secondary_pos {
    /*height: 75px !important;*/
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin-top: -50px;
    box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}
.display-mobile {
  display: none;
}

/*Navbar*/
.navbar-pos .header{
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.main-menu .navbar-pos-nav>li>a:not(.btn){
    color: #444;
    font-weight: 400;
    margin: 20px 0;
}

.main-menu .navbar-pos-nav>li:hover>a, 
.main-menu .navbar-pos-nav>li.active>a {
    background: none;
    border-bottom: 2px solid #ff5400 !important;
}

.logo-product-pos {
    height: 50px;
    margin-top: 15px;
}
.secondary_pos {
    background-image: linear-gradient( #ffb502, #fed50e);
    height: 75px !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin-top: -50px;
}
.navbar-second-pos .navbar-fived-pos-right ul li a {
    color: #444 !important;
    font-weight: 500 !important;
}
.navbar-second-pos .navbar-fived-pos-right ul li a:hover {
    border-bottom: 2px solid #444 !important;
}
.navbar-second-pos .main-menu .navbar-nav li>.dropdown-menu {
    padding-top: 10px;
    min-width: 0px !important;
    width: 215px !important;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 18%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 18%);
}
.navbar-second-pos .dropdown-menu-mesin-absensi .dropdown-menu li a {
    color: #444!important;
    text-transform: capitalize;
}


.nposDr {
    color: #fff !important;
    background-image: linear-gradient(206deg, #eb3244, #f4754b) !important;
    padding: 1px 18px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
}
.drpos {
    color: #fff !important;
    background-image: linear-gradient(206deg, #eb3244, #f4754b) !important;
    padding: 1px 18px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.secondary_pos {
    height: 75px !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin-top: -53px;
    box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}

/*Header*/
.header_pos {
    padding-top: 10%;
    padding-bottom: 7%;
    position: relative;
}
.header_pos {
    background: url(../images/assets/pos/bg.jpg) no-repeat fixed center;
    background-size: cover;
    height: auto;
}
.header_pos .container {
    width: 60%;
}
.hmp_detail {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 40px;
    border-radius: 8px;
}
.hmp_detail p {
    text-align: center;
}
.hmp_detail p:nth-child(1) {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 500;
}
.hmp_detail p:nth-child(2) {
    padding-top: 10px;
}
.hmp_detail_cta {
    padding-top: 30px;
}
.hmp_detail_cta  a {
    display: inline-block;
}
.hmp_detail_cta a:nth-child(1) {
    font-size: 13px;
    background: transparent;
    color: #444;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 100px;
    border: 1px solid #444;
    margin: 10px;
}
.hmp_detail_cta a:nth-child(2) {
    font-size: 13px;
    background: #006c5d;
    color: #fff;
    font-weight: bold;
    padding: 6px 30px;
    border-radius: 100px;
    margin: 10px;
}

/* Img Pos */
.pos_img {
    padding-top: 80px;
}
.pos_img_title {
    text-align: center;
    padding-top: 70px;
}
.pos_img_title h2 {
    color: #ff5400; 
    padding-bottom: 20px;
}
.pos_img_deatil {
    padding-top: 20px;
    padding-bottom: 40px;
}
.pos_img_deatil img {
    margin: 0 auto;
    padding-bottom: 40px;
}
.pid_1 a:hover img{
    opacity: 0.5;
}

.pid_1:hover .pid_2 {
    opacity: 1;
    transition: 0.5s;
}
.pid_2 {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 45%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #fff;
    width: 200px;
    border-radius: 8px;
}
.pid_2 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 44px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.pid_2 p:nth-child(1) {
    color: #444;
    font-weight: 500;
    font-size: 17px;
}
.pid_2 p:nth-child(2) {
    color: #ff5400;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
}
.pos_img_deatil_hidden {
    display: none;
}
.pos_img_deatil_cta {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
}
.pos_img_deatil_cta a {
    padding: 11px 25px;
    font-weight: 500;
    font-size: 14px;
    background: #ff5400;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
}
.pos_img img:hover {
    opacity: 0.5;
    transition: 1s;
}

/* Keunggulan */
.pos_keunggulan_bs {
    padding-top: 20px;
    padding-bottom: 70px;
}
.pos_keunggulan_bs h2 {
    color: #ff5400; 
}
.pkb_1 {
    text-align: justify;
}
.pkb_1 ul {
    margin-left: -22px;
}
.pkb_2 {
    position: relative;
    margin-bottom: -4px;
}
.pkb_2 i {
    position: absolute;
    left: 0;
    color: #ff5400;
    font-size: 18px;
    padding-top: 4px;
}
.pkb_2 p {
    padding-left: 30px;
}
.video_pos {
    position: relative;
}
.video_pos:hover img {
    opacity: 0.5;
}


/* Start Efek Video */
.video-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-top: 5px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  z-index: 10;
}

.text-dark .video-play-button {
  color: #fff;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.text-dark .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.text-dark .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:hover,
.video-play-button:focus {
  color: #ffffff;
}

.text-dark .video-play-button:hover,
.text-dark .video-play-button:focus {
  color: #fff;
  background-color: #ffffff;
}

.video-play-button:hover:after {
  background-color: #fff;
}

.text-dark .video-play-button:hover:after {
  background-color: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
    color: #FF0000; 
    display: block;
    position: relative;
    z-index: 3;
    font-size: 25px;
    top: 20%;
    left: 15%;
}
.video_pos:hover img {
    opacity: 0.5;
    transition: 1s;
}
/* End Start Efek Video */

/* CTA */
.pos_cta_center {
    background: url(../images/assets/pos/interactive-pos.jpg) no-repeat center fixed;
    background-size: cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 60px;
}
.pcc_1 {
    color: #fff;
}
.pcc_1 p:nth-child(1) {
    font-size: 25px;
    font-weight: 700px;
    padding-bottom: 10px;
    line-height: 1.4;
}
.pcc_1 p:nth-child(2) {
    font-size: 23px;
    font-weight: 500px;
}
.pcc_1_cta {
    padding-top: 40px;
}
.pcc_1_cta a {
    color: #fff;
    background: #9f0c0c;
    padding: 10px 20px;
    border-radius: 50px; 
    font-weight: 600;
}

/* Video MyOrder CSS */
.video-myorder-img {
  padding-bottom: 60px;
}
.video-myorder-img-detail {
  margin-top: -40px;
}
.video-myorder-img-detail img {
  display: block;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
.myorder-apps-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.think {
    font-weight: 300 !important;
}

.video-popup-parent {
    position: relative;
}

/* Start Efek Video */
.video-myorder-img-detail .video-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-top: 5px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  z-index: 10;
}

.video-myorder-img-detail .video-play-button {
  color: #fff;
}

.video-myorder-img-detail .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-myorder-img-detail .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-myorder-img-detail .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.video-myorder-img-detail .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-myorder-img-detail .video-play-button:hover,
.video-myorder-img-detail .video-play-button:focus {
  color: #ffffff;
}

.video-myorder-img-detail .video-play-button:hover,
.video-myorder-img-detail .video-play-button:focus {
  color: #fff;
  background-color: #ffffff;
}

.video-myorder-img-detail .video-play-button:hover:after {
  background-color: #fff;
}

.video-myorder-img-detail .video-play-button:hover:after {
  background-color: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-myorder-img-detail .video-play-button i {
    color: #FF0000; 
    display: block;
    position: relative;
    z-index: 3;
    font-size: 30px;
    top: 15%;
}

/* End Start Efek Video 
/* End Video MyOrder CSS */


/* Contact */
.contact_add_on {
    padding-top: 40px;
}
.title_contact_add_on h2{
    padding-bottom: 20px;
    color: #ff5400;
}
.contact_add_on_information {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    margin-top: 50px;
    margin-bottom: 70px;
    border-radius: 6px;
}
.contact_add_on_information p:nth-child(1){
    font-size: 25px;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 17px;
}
.contact_add_on_information .form-horizontal .form-control {
    margin-bottom: 20px;
    height: 50px;
}
.contact_add_on_information .form-horizontal .btn-submit {
    float: right;
    margin-right: 15px;
    margin-bottom: 30px;
}
.btn-wa-cd {
    font-size: 14px;
    background: #006c5d;
    color: #fff;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 100px;
    border: 1px solid #006c5d;
}
.cd_info_surabaya {
    margin-top: 115px;
}
.cd_info_surabaya ul {
    font-size: 14px;
    margin-left: -20px;
}
.cd_info_surabaya ul li {
    display: inline-block;
}
.cd_info_surabaya_social {
    padding-top: 20px;
}
.cd_info_surabaya_social li{
    font-size: 30px;
    padding-right: 10px;
}
.cd_info_surabaya_social .fa{
    color: #ff9c00;
}


/* ==================================== Header Halaman ========================= */
.pos_header_kategori {
    background: url(../images/assets/pos/2.jpg) no-repeat center fixed;
    background-size: cover;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
}
.pos_header_kategori .container {
    width: 45%;
}
.pos_header_kategori_title {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 30px 40px;
}
.pos_header_kategori_title p:nth-child(1) {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}
.pos_header_kategori_title p:nth-child(2) {
    font-size: 18px;
    padding-top: 5px;
    font-weight: 400;
}
.pos_header_kategori_title a {
    color: #ff5400;
    font-weight: 500;
}
.pos-kategori-produk {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* kategori Produk */
#portofolio {
    padding-top: 100px;
    padding-bottom: 50px;
}
.filter-button {
    font-size: 14px;
    text-align: center;
}
.filter-button:hover {
}
.portofolio-filter-1 .active_a.btn-default {
    color: #ff5400;
}
.portofolio-filter-1 .btn-default {
    background-color: transparent;
    color: #444;
    font-weight: 500;
    border: none;
    font-size: 17px;
}
.portofolio-filter-1 .btn-default:hover {
    color: #ff5400 !important;
}
.portofolio-filter-1 .btn-default:focus {
    color: #ff5400 !important;
}
.portofolio-filter-1 {
    padding-bottom: 20px;
}

.gallery_product {
    margin-top: 28px;
}


#portofolio img {
    margin: 0 auto;
}

.gallery_product .pid_2_1_1 {
    text-align: center;
    padding-top: 20px !important;
    font-weight: 500;
    color: #444;
    height: 70px;
}
.gallery_product .pid_2_1_1:hover {
    color: #ff5400;
}
.gallery_product a:hover img{
    opacity: 0.5;
}

.gallery_product:hover .pid_2_1 {
    opacity: 1;
    transition: 0.5s;
}
.pid_2_1 {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 45%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #fff;
    width: 200px;
    border-radius: 8px;
}
.pid_2_1 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 44px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.pid_2_1 p {
    color: #ff5400;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hidden-text {
    color: #fff !important;
}
.kategori-title-modal p {
    font-size: 18px;
}
.kategori-detail-modal {
    font-size: 14px;
}
.kategori-detail-modal ul {
    margin-left: -30px;
}
.kategori-detail-modal ul li {
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
}
.modal-large {
    width: 1170px;
}
.kategori-video-modal {
    padding-top: 25px;
    padding-bottom: 20px;
}
.kategori-video-modal a {
    color: #9f0c0c;
    font-weight: 500;
    text-transform: uppercase;
}
.kategori-pos-cta {
    padding-top: 30px;
}
.kategori-pos-cta p {
    font-size: 14px;
}
.kategori-pos-cta-2 {
    padding-top: 10px;
    padding-bottom: 40px;
}
.kategori-pos-cta-2 a {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 550;
    color: #fff;
    background: #006c5d;
    border-radius: 50px;
}
.kategori-pos-text p {
    font-size: 14px;
    text-align: justify;
}
.gallery_product .modal-body {
    height: 600px;
    overflow-x: scroll;
}

/* End Kategori Produk */


/* ==================== Driver Pos ======================== */
.detail-pos-driver {
    padding-top: 100px;
    padding-bottom: 100px;
}

.dpd {
    margin: 0 auto;
}
.dpd_title {
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    font-size: 1.125em;
}
.dpd_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dpd_item {
    visibility: hidden;
}
.dpd_item:last-child {
    border-bottom: 0;
}
.dpd_item.is-active {
    background: #eee;
}
.dpd_item.is-active .detail-driver-pos::after {
    -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.dpd_item.is-active .dpd_itemIconWrap {
    display: none;
  /*-webkit-transform: rotate(180deg);
          transform: rotate(180deg);*/
}
.dpd_item.is-active .dpd_itemContent {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 1px solid #eee;
}
.dpd_item.is-active .dpd_itemIconWrap-2 {
    opacity: 1;
}
.detail-driver-pos {
    display: flex;
    height: 3em;
    align-items: center;
    padding: 0 1em;
    color: #444;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 2px solid #eee;
    margin-top: 20px;
}
.detail-driver-pos::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.detail-driver-pos.is-active::after, .detail-driver-pos:hover::after {
    -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.detail-driver-pos:active,
.detail-driver-pos:focus {
    background: #eee;
}
.dpd_itemIconWrap {
    height: 1.25em;
    margin-left: auto;
    position: absolute;
    z-index: 10;
    padding-right: 25px;
    right: 0;
}
.dpd_itemIconWrap p {
    color: #ffb300;
}
.dpd_itemIconWrap-2 {
    height: 1.25em;
    margin-left: auto;
    position: relative;
    z-index: 10;
    padding-right: 10px;
    opacity: 0;
}
.dpd_itemIconWrap-2 p {
    color: #ffb300;
    -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}


.dpd_itemTitle_2 {
    position: relative;
    font-size: 17px;
    padding-top: 10px;
}
.dpd_itemTitle_2 span {
    position: absolute;
    left: 0;
    font-weight: 600;
}
.dpd_itemTitle_2 p {
    padding-left: 28px;
}
.dpd_itemContent {
    font-size: 0.875em;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    padding: 0 1.25em;
}
.dpd_itemContent:active .detail-driver-pos {
    background: #eee;
}
.dpd_itemContent p {
    margin: 2em 20px;
}
.dpd_itemContent ul li {
    list-style-type: disc;
}
.dpd_itemContent ul li a {
    text-decoration: underline !important;
}
.detail-pos-driver .container .dpd {
    width: 80%;
}

/* CTA Driver POS */
.cta-driver-pos {
    padding-bottom: 80px;
    background: linear-gradient(#fff,#fdc748);
}
.klien_cta-driver-pos p:nth-child(1) {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
}
.klien_cta-driver-pos p:nth-child(2) {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 40px;
}
.klien_cta-driver-pos a {
    font-size: 16px;
    background: #f0483e;
    color: #fff;
    font-weight: 500;
    padding: 10px 26px;
    border-radius: 100px;
    margin-bottom: 80px;
}
.klien_cta-driver-pos a:hover {
    background: #fa5b51;
}

/* Page Video */
.pos-video {
    padding-top: 60px;
    padding-bottom: 40px;
}
.pos-video .matn-parent {
    border: 1px solid #e6e6e6;
    max-width: 180px;
    position: relative;
    cursor: pointer;
}
.pos-video .matn-parent span {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    font-size: 14px;
}
.pos-video .matn-child {
    z-index: 1;
    position: absolute;
    background: #fff;
    width: 180px;
    border: 1px solid #ffb300;
    display: none;
}
.pos-video .matn-parent i {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}
.pos-video .matn-child ul {
    margin-left: -40px;
}
.pos-video .matn-child ul li {
    font-size: 14px;
    padding-left: 8px;
    cursor: pointer;
}
.pos-video-tutorial {
    padding-top: 40px;
}




/*=============================================== Halaman Video ==========================================*/
.video-demo-fingerprint {
    padding-top: 40px;
    padding-bottom: 70px;
    text-align: center;
}
.video-demo-fingerprint a {
    padding: 18px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    background: #f0483e;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mesin-absensi-tutorial-new {
    padding-top: 60px;
}
.mesin-absensi-tutorial-new .matn-header-detail {
    padding-bottom: 50px;
}
.mesin-absensi-tutorial-new .matn-header-detail .mhd-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 30px;
}
.mesin-absensi-tutorial-new .matn-header-detail select {
    max-width: 150px;
}
.matn-detail-box {
    margin-bottom: 30px;
    overflow: hidden;
    height: 300px;
    border: 1px solid #f1f2f5;
}
.matn-detail-box-title {
    color: #444;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 10px;
}
.matn-detail-box-kategori {
    font-size: 13px;
    color: #666;
    padding-left: 10px;
}
.matn-detail-box iframe {
    /*pointer-events: none;
    cursor: default;
    text-decoration: none;*/
}

.mesin-absensi-tutorial-new .matn-parent {
    border: 1px solid #e6e6e6;
    max-width: 150px;
    position: relative;
    cursor: pointer;
}
.mesin-absensi-tutorial-new .matn-parent span {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    font-size: 14px;
}
.mesin-absensi-tutorial-new .matn-parent i {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}

.mesin-absensi-tutorial-new .matn-child {
    z-index: 1;
    position: absolute;
    background: #fff;
    width: 150px;
    border: 1px solid #ffb300;
    display: none;
}
.matn-child-block {
    display: block;
}
.mesin-absensi-tutorial-new .matn-child ul {
    margin-left: -40px;
}
.mesin-absensi-tutorial-new .matn-child ul li {
    font-size: 14px;
    padding-left: 8px;
    cursor: pointer;
}
.mesin-absensi-tutorial-new .matn-child ul li:hover {
    color: #fff;
    background: #ffb300;
}

.matn-parent .nav-link.active-tutorial {
    color: #fff;
    background: #ffb300;
}

/* =========================================== Produ Detail =========================== */
.spesifikasi-img-produk {
  padding-top: 15px;
  padding-bottom: 30px;
}
.spesifikasi-img-produk ul {
  margin-left: -20px;
}
.spesifikasi-img-produk ul li {
  list-style-type: disc;
}

.fever-cta {
    padding-bottom: 80px;
}
.fever-cta a {
    background: #2bb741;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.fever-cta a:nth-child(2) {
    background: transparent !important;
    color: #2bb741 !important;
    padding: 8px 26px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #2bb741;
}

.spesifikasi-mesin-absensi ul li {
    font-size: 16px !important;
}