#linear-gradient {
  color-stop-1: #00c3ff !important;
  color-stop-2: #77e190 !important;
  color-stop-3: #ffff1c !important;
}

/* Perkhidmatan Utama */
.perkhidmatan_utama .items {
  margin: 5px -8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content:center
}

.perkhidmatan_utama .items .item {
  position: relative;
  text-decoration: none;
  width: 186px;
  min-height: 150px;
  max-height: 150px;
  margin: 8px;
  padding: 0;
  background: #fff;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ie-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  -ie-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  box-shadow:0 0 10px rgba(0, 0, 0, .05)
}

.perkhidmatan_utama .items a.item.active {
  cursor:default
}

.perkhidmatan_utama .item h3 {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  padding: 0 18px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #14171a;
  z-index: 4;
  -webkit-transition: all .5s;
  transition:all .5s
}

.perkhidmatan_utama .item .icon {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  z-index: 4;
  -webkit-transition: all .5s;
  transition:all .5s
}

.perkhidmatan_utama .item .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto
}

.perkhidmatan_utama .item .text {
  font: 12px/1.5 'Public Sans';
  line-height: 13px;
  color: #fff;
  text-align: left;
  padding: 45px 20px 56px;
  height: 100%;
  background: rgb(60,183,235);
  background: linear-gradient(171deg, rgba(60,183,235,1) 0%, rgba(29,119,221,1) 100%);
  position: relative;
  z-index: 3;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  transition:all .5s
}

.perkhidmatan_utama .item .link {
  display: none;
  position: absolute;
  left: 20px;
  text-align: left;
  bottom: -22px;
  font: 12px/1.5 'Public Sans';
  color: #fff;
  z-index: 3;
  -webkit-transition: all .5s;
  transition:all .5s
}

.perkhidmatan_utama a.item .link {
  display:block
}

.perkhidmatan_utama .item .link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100px;
  width: 18px;
  height: 8px;
  margin-top: -4px;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjhweCIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxOCA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCA4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZmZmZjsiIGQ9Ik0xNy44LDQuNGMwLjItMC4yLDAuMi0wLjYsMC0wLjhsLTMuMy0zLjVjLTAuMi0wLjItMC41LTAuMi0wLjcsMGMtMC4yLDAuMi0wLjIsMC42LDAsMC44TDE2LjgsNAlsLTIuOSwzLjFjLTAuMiwwLjItMC4yLDAuNiwwLDAuOGMwLjIsMC4yLDAuNSwwLjIsMC43LDBMMTcuOCw0LjR6IE0wLDQuNWgxNy41VjMuNUgwVjQuNXoiLz48L3N2Zz4=) 50% 50% no-repeat
}

.perkhidmatan_utama .item:hover h3, .perkhidmatan_utama .item.active h3, .perkhidmatan_utama .item:active h3 {
  top: 14px;
  color:#fff;
  text-align: left;
  padding-left: 19px;
}

.perkhidmatan_utama .item:hover .icon svg path, .perkhidmatan_utama .item:active .icon svg path, .perkhidmatan_utama .item.active .icon svg path {
    fill: #ffffff !important;
}

.perkhidmatan_utama .item:hover .icon, .perkhidmatan_utama .item:active .icon, .perkhidmatan_utama .item.active .icon {
  width: 125px;
  height: 125px;
  top: 100%;
  left: 100%;
  margin-top: -100px;
  margin-left: -100px;
  -ms-filter: "alpha(opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: .1;
  -khtml-opacity: .1;
  opacity:.1
}

.perkhidmatan_utama .item:hover .text, .perkhidmatan_utama .item.active .text, .perkhidmatan_utama .item:active .text {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;
  border-radius: 6px;
}

.perkhidmatan_utama .item:hover .link, .perkhidmatan_utama .item:active .link {
  bottom: 16px
}

@media only screen and (max-width: 499px) {
    .product_page_2018_block_technologies {
        padding-bottom:16px
    }

    .product_page_2018_block_technologies .container {
        padding:0 24px
    }

    .product_page_2018_block_technologies .container .logos {
        margin:0 -24px 16px
    }

    .product_page_2018_block_technologies .logos .logo {
        margin:0 24px 16px
    }

    .product_page_2018_block h1 {
        width:220px
    }

    .product_page_2018_block_enterprise_header .text {
        margin-top: 16px;
        font-size: 14px;
        line-height:21px
    }

    .product_page_2018_block_enterprise_header .container .logos {
        margin: 24px -24px 0;
        width:auto
    }

    .perkhidmatan_utama .items .item {
        width: 100%;
        max-width: 278px;
        display: table;
        height: 108px;
        min-height: 0;
        padding: 16px 32px 16px 120px;
        margin: 8px 0;
        overflow:hidden
    }

    .perkhidmatan_utama .items .item h3 {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        z-index:4
    }

    .perkhidmatan_utama .items .item .icon {
        width: 60px;
        height: 60px;
        top: 50%;
        left: 32px;
        margin-top: -30px;
        margin-left:0
    }

    .perkhidmatan_utama .items .item .text {
        font-size: 0;
        line-height: 0;
        color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ie-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius:5px
    }

    .perkhidmatan_utama .items .item .link {
        display:none
    }

    .perkhidmatan_utama .item:hover h3, .perkhidmatan_utama .item.active h3, .perkhidmatan_utama .item:active h3 {
        top: 0;
    }

    .perkhidmatan_utama .item:hover .icon, .perkhidmatan_utama .item:active .icon, .perkhidmatan_utama .item.active .icon {
        width: 60px;
        height: 60px;
        top: 50%;
        left: 32px;
        margin-top: -30px;
        margin-left: 0;
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity:1
    }
}
/* Perkhidmatan Utama END */