@font-face {
    font-family: avgard;
    src: url('../font/Avgardn.ttf');
}
@font-face {
    font-family: avgardb;
    src: url('../font/Avgardd.ttf');
}
@font-face {
    font-family: ruda;
    src: url('../font/Ruda-Regular.ttf');
}
body{
    font-family: avgard;
    padding-top:0;
}
footer{
    font-family: ruda;
}
h1,h2,h3,h4,h5,h6{
    font-family: avgardb;
    text-transform: capitalize;
}
h1{
    text-align: center;
}
.navbar-nav{
    font-family: avgardb;
    text-transform: uppercase;
}

.home-product{
    background-color: #174a9b;
    color: white;
    text-align: center;
    padding: 30px;
    font-size: 20px;
}
.home-product:hover{
    background-color: #6599d2;
}
.home-product img{
    width:50%;
    margin: 40px;
}
.home-product h2{
    height: 80px;
}
.home-product a{
    color:inherit;
}
.home-product a:hover{
    text-decoration: none;
}
.about-home{
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/t-glide.jpg');
}
.about-home-content{
    width: 100%;
    margin: 50px auto;
    background: rgba(255,255,255,0.8);
    text-align: left;
    color: #000;
    font-size: 20px;
    padding:10px 10px 5px;
    margin-top: 300px;
}
.about{
    background-position-y: 100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/spectrumhal2.jpg');
    min-height: 75vh;
}
.about-content{
    width: 100%;
    margin: 50px auto;
    background: rgba(255,255,255,0.8);
    text-align: center;
    color: #000;
    font-size: 20px;
    padding:10px 10px 5px;
    margin-top: 300px;
}
.vision{
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/Screenshot_4.png');
    min-height: 75vh;
}
.vision-content{
    width: 100%;
    margin: 50px auto;
    background: rgba(255,255,255,0.8);
    text-align: center;
    color: #000;
    font-size: 20px;
    padding:10px 10px 5px;
    margin-top: 300px;
}
.mission{
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/Screenshot_3.png');
    min-height: 75vh;
}
.mission-content{
    width: 100%;
    margin: 50px auto;
    background: rgba(255,255,255,0.8);
    text-align: center;
    color: #000;
    font-size: 20px;
    padding:10px 10px 5px;
    margin-top: 300px;
}
.mission-content h2, .vision-content h2, .about-content h2{
    padding: 10px 20px;
    border-bottom: solid 2px #000;
    display:inline-block;
}

@media screen and (min-width: 768px){
    #custom-nav {
        background-color: rgba(255,255,255,0.4);
        border: 0;
        box-shadow: none;
        z-index: 999;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: background .5s ease-in-out, opacity .5s ease;
        -moz-transition: background .5s ease-in-out, opacity .5s ease;
        transition: background .5s ease-in-out, opacity .5s ease;
    }
    #custom-nav .dropdown-menu {
        border-radius: 0;
        border: none;
        border-top: 5px solid #174a9b;
        background-color: #174a9b;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 0;
    }
    #custom-nav .dropdown-menu a {
        color:white;
    }
    #custom-nav .container {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top .5s ease, padding-bottom .5s ease;
        -moz-transition: padding-top .5s ease, padding-bottom .5s ease;
        transition: padding-top .5s ease, padding-bottom .5s ease;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        background-color: #6599d2;
    }
    /*.nav-item:focus, .nav-item:hover{*/
    /*    background-color: #174a9b;*/
    /*    */
    /*}*/
    .nav-item:focus .nav-link, .nav-item:hover .nav-link, .nav-link:hover, .nav-link:focus{
        color: white;
    }
    
    #custom-nav.affix {
        top: 0;
        min-width: 100%;
        background-color: #f8f8f8;
        opacity: 1;
        -webkit-transition: background .5s ease-in-out, opacity .5s ease;
        -moz-transition: background .5s ease-in-out, opacity .5s ease;
        transition: background .5s ease-in-out, opacity .5s ease;
    }
    #custom-nav.affix .container {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-transition: padding-top .5s ease, padding-bottom .5s ease;
        -moz-transition: padding-top .5s ease, padding-bottom .5s ease;
        transition: padding-top .5s ease, padding-bottom .5s ease;
    }
    .carousel-item {
        height: 80vh;
    }
    .home-product{
        min-height:500px;
    }
}
@media screen and (max-width: 767px){
    #custom-nav {
        background-color: rgba(255,255,255,1);
    }
    #wrapwrap {
        padding-top: 50px;
    }
    .navbar-fixed-top {
        z-index: 999;
    }
    .carousel-item {
        height: auto;
    }
    .home-product{
        min-height:300px;
    }
}
.copy{
    text-align: center;
    text-transform: uppercase;
    color: #19499b;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.reg-page{
    margin-top: 106px;
}
#partner{
    margin:30px;
    text-align: center;
}
#partner ul li{
    list-style: none;
    display: inline-block;
}
#partner img{
    width:220px;
    margin: 5px;
}
footer{
    background-color: #f2f2f2;
    padding:10px;
}
footer a{
    color:black;
}
footer a:active, footer a:hover{
    color:black;
}
.table1 img{
    height:30px;
}
.table1, .table1 th, .table1 td{
    border-top: none;
    padding-right: 20px;
}
.sosmed{
    padding:0;
    /*margin:30px;*/
    /*text-align: center;*/
}
ul.sosmed li{
    list-style: none;
    display: inline-block;
    padding-right:10px;
}
ul.sosmed li img{
    height:40px;
}
.gmap{
    height:40px;
}
.carousel-control-prev-icon {
    background-image: url("../images/home-slide-kiri.png");
}
.carousel-control-next-icon {
    background-image: url("../images/home-slide-kanan.png");
}
.lang{
    height: 30px;
}
#custom-nav .container{
    padding:0;
}
.navbar-brand img {
    height:80px;
}
.enquiry h1 {
    text-align: center;
}
.enquiry, .career{
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/enquiry-background.jpg');
}
.product-page img{
    width:100%;
}
.product-content{
    margin:20px 0;
}
.product-content .pict{
    padding:0;
    position: relative;
}
.product-content .alt{
    width:100%;
    height:100%;
    position: absolute;
    background: rgba(255,255,255,0.6);
    top:0;
    z-index: 2;
    text-align: center;
    display: none;
}
.pict:hover .alt{
    width:100%;
    height:100%;
    position: absolute;
    background: rgba(255,255,255,0.6);
    top:0;
    z-index: 2;
    text-align: center;
    display: table;
}
.container1{
    display: table-cell;
    vertical-align: middle;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box img {
  width:100%;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(192, 192, 192, 0.5);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.no-padding {
  padding: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.gallery, /*.product,*/ .client{ /*product detail description*/
    text-align: center;
    margin-bottom: 30px;
}

.gallery h1, .product h1, .client h1{
    padding: 10px 20px;
    border-bottom: solid 2px #000;
    display:inline-block;
    margin-bottom:20px;
}


.product h1{
    text-align:center;
    
}

.client img{
    margin:20px;
}
.product .carousel-item{
    height: auto;
    text-align: center;
    margin-bottom: 30px;
    min-height: 100px;
}
.product .carousel-item img{
    width:100%;
}