.buttonabout a:hover {
    background-color: #f69323;
}

.productcss a:hover {
    color: #f69323;
}

.productcss a {
    color: #1c64ab;
}

.sp-module .latestnews > div > a:hover {
    color: #f69323;
}

.sp-module .latestnews > div > a {
    color: #ffffff;
}

.sp-module .latestnews > div > a {
    font-weight: 400;
}

.sp-module .latestnews > div {
    padding-bottom: 0px;
    margin-bottom: 5px;
	border-bottom: none;
}

#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
}

.sp-module .sp-module-title {
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}

.logohongscss {
	padding-top: 28px;
	float: right;
}

.searchatascss {
	padding-top: 28px;
	float: right;
}

.sp-megamenu-parent {
    float: none;
}

.megamenucenter {
    text-align: left;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #f7941e;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 20px;
    line-height: 90px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
    margin: 0;
}

.sp-page-title h2 {
    font-size: 32px;
    line-height: 1;
    font-variant: small-caps;
}

.offcanvas-menu .offcanvas-inner .sp-module:last-child {
    margin-top: 0;
    padding: 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 0px;
    border-bottom: 0px solid rgba(0,0,0,0.08);
    margin-bottom: 0px;
}

#offcanvas-toggler {
    line-height: 80px;
    font-size: 40px;
}

.highlightcss a {
    color: #ffffff;
    letter-spacing: 2px;
}

.sp-contact-info {
    float: right;
    list-style: none;
    padding: 0;
    margin: -3px -10px;
}

.sp-contact-info li {
    font-size: 75%;
    font-weight: bold;
}

.sp-page-title {
    padding: 75px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.sppb-btn-default {
    color: #eeeeee;
    background-color: #1c64ab;
    border-color: #1c64ab;
}

.sppb-btn-default:hover {
    color: #eeeeee;
    background-color: #f69323;
    border-color: #f69323;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: block;
    padding: 10px;
    color: #141414;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: #156cb1;
}

#sp-main-body {
    padding: 100px 0 25px 0;
}

#sp-footer {
    color: #fff;
    text-align: center;
    font-size: 10px;
}

#bannerf {
    width: 200px;
    right: 200px;
    bottom: 0px;
    padding-top: 15px;
    z-index: 11111;
    position: fixed;
    opacity: 1;
}

#rightz {
    float: right;
    margin-right: 10px;
    margin-top: 90px;
}

@media (min-width: 320px) and (max-width: 480px) {

#bannerf {
    width: 50%;
    left: 0px;
    bottom: 18px;
    padding-top: 0px;
    z-index: 11111;
    position: fixed;
    opacity: 1;
}

#rightz {
    margin-right: 0px;
    margin-top: 0px;
}
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 59px;
    right: 75px;
    display: none;
    z-index: 999;
    border: 1px solid #ddd;
    background-color: rgba(255,255,255,0.4);
}


@media (min-width: 320px) and (max-width: 480px) {
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 59px;
    right: 25px;
    display: none;
    z-index: 999;
    border: 1px solid #ddd;
    background-color: rgba(255,255,255,0.4);
}
}

.sigplus-image {
  position: relative;
  overflow: hidden;
}

.sigplus-image img {
  display: block;
  position: relative;
  filter: saturate(100%) blur(0px);
  -webkit-filter: saturate(100%) blur(0px);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.sigplus-image:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: saturate(150%) blur(0px);
  -webkit-filter: saturate(150%) blur(0px);
  -webkit-transform: scale(1.075);
  -ms-transform: scale(1.075);
  transform: scale(1.075);
}

.zoomimage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.zoomimage img {
  display: block;
  position: relative;
  filter: saturate(100%) blur(0px);
  -webkit-filter: saturate(100%) blur(0px);
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}

.zoomimage:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: saturate(150%) blur(0px);
  -webkit-filter: saturate(150%) blur(0px);
  -webkit-transform: scale(1.075);
  -ms-transform: scale(1.075);
  transform: scale(1.075);
}