/*
yellow : #fdd100
navy : #00002e
putih : white
abuabu : #E6E7E8

*/

@font-face {
    font-family: M-Black;
    src: url(../font/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: M-Bold;
    src: url(../font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: M-Regular;
    src: url(../font/Montserrat-Regular.ttf);
}

::selection {
    color: #fff;
    background: #fdd100;
}

/* width */

::-webkit-scrollbar {
    width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #2C2D3E;
    border-radius: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #fdd100;
}

body {
    margin: 0;
    padding: 0;
    font-family: M-Regular;
    background-color: #fff;
    color: #fff;
}


#map {
    width: 100%;
    height: 350px;
}

.info {
    background-color: #E6E7E8;
    margin: 0px auto;
    height: auto;
    padding: 40px 0px;
}
.abu {
    background-color: #E6E7E8;
    margin: 0px auto;
    height: auto;
}

.putih {
    background-color: #fff;
    height: auto;
    padding: 40px 0px;
}

.biru {
    background-color: #00002e;
    height: auto;
    padding: 40px 0px;
}

.biru-popup {
    background-color: #00002e;
    height: auto;
    padding: 40px 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}

.kuning {
    background-color: #fdd100;
    height: auto;
    padding: 40px 0px;
    overflow: auto;
}
.kuning-ft {
    background-color: #fdd100;
    height: auto;
    padding: 20px 0px;
    overflow: auto;
}

.count {
    background: url(../images/countbg.png) center;
    background-size: cover;
    padding: 30px 0px;
    height: auto;
}

.yellow-ft{
    background-color: #fdd100; 
    height: auto;
    border-top: 2px solid #00002e;
}

.get-blue {
    background-color: C
    height: auto;
}
.get-putih {
    background-color: #fff;
    height: auto;
    overflow: auto;
}

.get-yellow {
    background-color: #00002e;
    height: 420px;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:white;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover{
    color: white;
}
.tp-20{
    padding: 40px 20px;
}

.my-float{
    margin-top:16px;
    color: white;
}
.ftr{
    bottom: 0;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 83%;
    object-fit: cover;
}

.content-vd {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100%;
}

.judul-header{
    font-size: 35px;
    font-family: M-Bold;
    color: white;
    margin-top: 120px;
}
.des-header{
    font-size: 15px;
    color: white;
    margin-top: 30px;
    width: 70%;
}

#myBtn{
    color: white;
}

.header1 {
    padding: 12px;
    background-color: #00002e;
    margin: 0px auto;
    font-family: M-Regular;
    font-size: 15px;
    color: white;
}

.slide-bg{
    background: url(../images/bgnya.png) center;
    background-size: cover;
    width: 100%;
    height: 680px;
}
.img-legal{
    margin-top: 40px;
    border: 2px solid #00002e;
}
.desc-legal{
    font-size: 14px;
    color: #00002e;
    margin-top: 30px;
    text-align: center;
    width: 80%;
}

.ukuran90 {
    width: 90%;
    margin: 0px auto;
}

.ukuran70 {
    width: 70%;
    margin: 0px auto;
}
.ukuran80 {
    width: 87%;
    margin: 0px auto;
}

.p-news {
    padding: 10px 10px 10px 10px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}
.p-20-responsive {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}
.btn-rm {
    background-color: #00002e;
    border: none;
    color: #fdd100;
    text-align: center;
    font-family: M-Regular;
    font-size: 15px;
    padding: 8px 20px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
}

.btn-rm:hover {
    color: #00002e;
    border-radius: 10px;
    border: 1px solid #00002e;
    background-color: #fdd100;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    letter-spacing: .08em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.btn-rm-y {
    background-color: #fdd100;
    border: none;
    color: #00002e;
    text-align: center;
    font-family: M-Regular;
    font-size: 15px;
    padding: 8px 20px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
}

.btn-rm-y:hover {
    color: #fdd100;
    border-radius: 10px;
    border: 1px solid #fdd100;
    background-color: #00002e;
    font-co
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    letter-spacing: .08em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}
.btn-rm-y-b {
    background-color: #fdd100;
    border: none;
    color: #00002e;
    text-align: center;
    font-family: M-Regular;
    font-size: 12px;
    padding: 8px 30px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
}

.btn-rm-y-b:hover {
    color: #fdd100;
    border-radius: 10px;
    border: 1px solid #fdd100;
    background-color: #00002e;
    font-co
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    letter-spacing: .08em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}
/*Header*/

.navigation {
    height: 70px;
    background: transparent;
    width: 100%;
    border-bottom: 3px solid #00002e;
}

@media screen and (max-width: 768px) {
    .navigation {
        background: #fff;
        border-bottom: 3px solid #00002e;
    }
    .slide-bg{
        height: auto;
        padding-bottom: 20px; 
    }
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 90%;
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: transparent;
    color: #2C2D3E;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #fdd100;
    color: #00002e;
    transition: all 1s;
    display: inline-block;
    text-decoration: none;

}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 145px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.logo {
    float: left;
    height: 40px;
    display: initial;
    margin: 15px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    background-color: white;
}


/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 0px;
    }
    nav ul {
        display: none;
        background-color: #fff;
        overflow: auto;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
    .judul-header{
        font-size: 27px;
        margin-top: 155px;
    }
    .des-header{
        font-size: 15px;
        width: 100%;
    }
    #myVideo{
        height: 85%;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #00002e;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/*----------------------*/

/*search*/

.vacancy-listings:hover input[type="search"],
form.vacancy-listings:focus input[type="search"],
.vacancy-listings:active input[type="search"] {
    transition: 1s ease all;
    width: 100px;
    border-bottom: 2px solid #00002e;
}

.vacancy-listings input[type="search"] {
    color: #26292c;
    font-size: 15px;
    line-height: 25px;
    border: none;
    border-bottom: 2px solid transparent;
    width: 0;
    transition: 1s ease all;
    background-color: transparent;
}

.vacancy-listings input[type="search"]:focus,
.vacancy-listings input[type="search"]:active,
.vacancy-listings input[type="search"]:hover {
    outline: none;
    width: 100px;
    border-bottom: 2px solid #00002e;
    background-color: transparent;
}

@media only screen and (max-device-width: 640px) and (min-device-width: 320px) {
    .vacancy-listings input[type="search"],
    .vacancy-listings input[type="search"]:active,
    .vacancy-listings input[type="search"]:hover,
    .vacancy-listings input[type="search"]:focus {
        width: 82%;
        border-bottom: 2px solid #00002e;
    }
}

.ss {
    background-color: transparent;
    border-width: 0;
    border-color: 0;
    border-image: 0;
    font-size: 20px;
    margin-top: 12px;
    padding: 10px;
}

/*----------------------*/
.ms-btnn{
     border-width: 0;
    border-color: 0;
    border-image: 0;
    background-color: transparent;
    color:#00002e;
    font-size: 20px;
}
.judul-carousel{
    font-family: M-Bold;
    font-size: 50px;
    color: #2C2D3E;
    text-align: right;
}
.gb-carousel{
    padding: 0px;
}
@media only screen and (max-width: 768px) {
    .judul-carousel{
        font-size: 20px;
    }
    .gb-carousel{
        padding: 20px 0px 0px 0px;
    }
}
.text-carousel{
    font-family: M-Regular;
    font-size: 15px;
    color: #2C2D3E;
    text-align: right;
    margin-top: 50px;
    overflow: auto;
}

/*ini carousel*/
#mixedSlider {
  position: relative;
  padding: 0px 15px;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: auto;
  white-space: normal;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
/*-------------------------*/

.f-bold {
    font-family: M-Bold;
}

.icon-info {
    height: 15%;
    margin-bottom: 20px;
}
.icon-order {
    height: 15%;
    margin-bottom: 20px;
    border-radius: 8px;
}



.color-blue {
    color: #00002e;
}

.bg-blue {
    background-color: #00002e;
}

.color-yellow {
    color: #fdd100;
}

.color-white {
    color: #FFFfff;
}


.center {
    margin: 0px auto;
    text-align: center;
}

.m-t-20 {
    margin-top: 20px;
}

th,
td {
    padding: 12px;
}

.copynya {
    font-family: M-Regular;
    font-size: 15px;
    text-align: center;
    color: #00002e;


}

.angka-count {
    font-size: 50px;
    margin: 0px auto;
    color: #00002e;
    font-family: M-Bold;
}

.huruf-count {
    font-size: 20px;
    margin: 0px auto;
    font-family: M-Bold;
    color: #2C2D3E;
    text-transform: uppercase;
}

.icn-header {
    padding: 3px 15px 0px 15px;
    color: white;
    transition: all 1s;
    float: right;
}

.icn-header:hover {
    color: #fdd100;
    transition: all 1s;
}

.ul-footer {
    font-size: 15px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.judul-order{
    color: #FFFFFF;
    font-family: M-Bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.kolom-order{
    padding: 0px 20px;
}


.tempat {
    font-size: 17px;
    color: #fdd100;
    width: 250px;
    margin: 0px auto;
}

.icn {
    font-size: 25px;
    padding: 10px;
}

.li-ftr {
    color: #00002e;
    transition: all 1s;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0px;
}

.li-ftr:hover {
    color: #11677b;
    transition: all 1s;
    text-decoration: none;
    display: inline-block;
}
.ls{
    list-style-type:none;
    color: #00002e;
    margin-top: 20px;
    padding: 0px;
}

.judul-blog {
    font-size: 30px;
    font-family: M-Bold;
    color: #00002e;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.judul-page {
    font-size: 30px;
    font-family: M-Bold;
    color: #00002e;
    text-align: center;
    text-transform: uppercase;
}


.judul-garansi {
    font-size: 30px;
    font-family: M-Bold;
    color: #00002e;
    margin: 0 20px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.judul-putih {
    font-size: 30px;
    font-family: M-Bold;
    color: white;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.judul-experience {
    font-size: 30px;
    font-family: M-Bold;
    color: #00002e;
    padding:30px 0px;
    text-align: center;
    text-transform: uppercase;
}
.img-help{
    height: 500px;
}
.help{
    background: url(../images/TES.png) center;
    background-size: cover;
    padding: 30px 0px;
    height: 540px;
}

.judul-footer {
    font-size: 20px;
    font-family: M-Regular;
    color: #00002e;
    font-weight: bold;
    margin-bottom: 15px;
}

.judul-about {
    font-size: 30px;
    font-family: M-Bold;
    text-transform: uppercase;
    color:
}

.judul-contact {
    font-size: 50px;
    font-family: M-Bold;
    text-transform: uppercase;
    width: 250px;
    margin: 0px auto;
}

.judul-slider2 {
    font-size: 35px;
    font-family: M-Bold;
    text-transform: uppercase;
    width: 250px;
    text-align: right;
    margin: 0px auto;
    color: #2C2D3E;
}
.button-type {
    height: 40px;
}

.ps-btn-type{
    text-align: center;
}

.text-slider2 {
    text-align: right;
    width: 250px;
    margin: 0px auto;
    color: #00002e;
    font-size: 12px;
}

.isi-mtr-slider2 {
    text-align: right;
    margin-top: 5px;
    font-family: M-Regular;
    font-size: 10px;
    color: #00002e;
}

.mtr-slider2 {
    font-family: M-Bold;
    font-size: 25px;
    color: #00002e;
    text-align: right;
    margin: 10px 0px;
}

.slider2-o {
    background-size: cover;
    overflow: auto;
    height: 400px;
    padding: 20px;
    transition: all 0.4s;
}

.slider2-o:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}

.majors {
    height: 420px;
    margin-top: 40px;
    overflow: auto;
}

.my-owl-nav {
    margin-top: 40px;
}

.my-owl-nav span {
    background: #eaeaea;
    padding: 20px;
    margin: 0 4px;
}

.my-owl-nav span:hover {
    cursor: pointer;
}

.form-contact {
    background: url(../images/contact.png) center;
    background-size: cover;
    padding: 30px 0px;
    height: 420px;
    transition: all 0.4s;
}

.product-info{
    margin: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all 1s;
}
.product-info:hover{
    display: inline-block;
    text-decoration: none;
    transition: all 1s;
    border: 1px solid #00002e;
    border-radius: 10px;
}

.radius-photo{
    border-radius: 10px 10px 0px 0px; 
}

.desc-info{
    padding: 10px;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    padding-left: 15px;
}

.tgl-blog {
    font-family: M-Bold;
    font-size: 12px;
    color: #2C2D3E;
    margin-bottom: 2px;
}

.tema-blog {
    font-family: M-Bold;
    font-size: 20px;
    color: #00002e;
    line-height: 100%;
}

.rm-blog {
    font-family: M-Regular;
    font-size: 12px;
    color: #2C2D3E;
    display: inline-block;
    text-decoration: none;
    transition: all 1s;
}

.rm-blog:hover {
    color: #fdd100;
    display: inline-block;
    text-decoration: none;
    transition: all 1s;
}

.news {
    background-color: white;
    padding: 20px;
    overflow: auto;
    border: 2px solid #00002e;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;   
}

.judul-news {
    font-family: M-Bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #00002e;
    padding: 10px 10px 10px 20px;
    border-left: 10px solid #fdd100;
    margin-bottom: 10px;
}

.isi-news {
    overflow: auto;
    border-bottom: 1px solid #adadad;
    margin-bottom: 10px;
}

.desc-news {
    font-size: 11px;
    color: #00002e;
    margin-top: 15px;
    font-style: italic;
}

.view {
    font-size: 12px;
    font-family: M-Bold;
    color: #fdd100;
    margin-top: 5px;
}
.nama-cus {
    font-size: 17px;
    font-family: M-Bold;
    color: #00002e;
    margin-top: 5px;
}
.cus {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: M-Bold;
    overflow: auto;
}
.icon-cus{
    height: 95px;
    border: 1px solid #00002e;
    margin-bottom: 12px;
    border-radius: 8px;
}

.porto{
    height: 9cm;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.containerhover {
  position: relative;
}

.imagehover {
  display: block;
}

.overlayhover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #00002e94;
}

.containerhover:hover .overlayhover {
  opacity: 1;
}

.btn-snd {
    background-color: #fff;
    border: none;
    color: #00002e;
    text-align: center;
    font-family: M-Regular;
    font-size: 15px;
    padding: 8px 35px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.btn-snd:hover {
    color: #fdd100;
    background-color: #00002e;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    letter-spacing: .08em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

/*form contact*/

.form-input {
    width: 100%;
    margin-bottom: 15px;
}

.form-input label {
    position: relative;
    display: block;
    width: 100%;
    min-height: 45px;
}

.form-input .placeholder {
    position: absolute;
    display: block;
    top: 15px;
    z-index: 2;
    font-size: 16px;
    transition: all 200ms ease-in-out;
    width: 100%;
    cursor: text;
    color: white;
    font-family: M-Regular;
    font-weight: 100;
}

.form-input input,
.form-input textarea {
    position: absolute;
    top: 15px;
    z-index: 1;
    width: 100%;

    font-size: 16px;
    border: 0;
    border-bottom: 2px solid white;
    transition: border-color 200ms ease-in-out;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.form-input textarea {
    min-height: 30px;
    padding: 8px 0;
}

.form-input input {
    height: 30px;
}

.form-input input:focus,
.form-input input:valid,
.form-input textarea:focus,
.form-input textarea:valid {
    border-bottom: 2px solid #fdd100;
    color: #fdd100;
    font-weight: 100;
}

.form-input input:focus + .placeholder,
.form-input input:valid + .placeholder,
.form-input textarea:focus + .placeholder,
.form-input textarea:valid + .placeholder {
    top: 0;
    cursor: inherit;
    font-size: 14px;
    color: #fdd100;
}

/*-------------------------*/

/*Back to Top*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../icon/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    border-radius: 5px;
    background-color: #00002e;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #00002e;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }

}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

/*-------------------------*/

@media only screen and (max-width: 768px) {
    .ukuran90,
    .ukuran70, .ukuran80 {
        width: 80%;
    }
    .header1 {
        font-size: 10px;
    }
    .judul-news {
        font-size: 15px;
    }
    .jam {
        font-size: 12px;
    }
    .get-blue {
        height: auto;
        overflow: auto;
    }
    .majors {
        height: auto;
        margin:0px;
    }
    .p-news {
        padding: 0px 10px 10px 10px;
    }
    .tgl-news{
        margin-bottom: 10px;
    }
    .isi-news{
        float: none;
        width: 100%;
    }
    .help{
        height: 220px;
    }
    .judul-page, .judul-garansi, .judul-putih, .judul-slider2, .judul-experience, .judul-blog, .judul-about{
        font-size: 27px;
    }
    .icon-cus{
        height: auto;
    }
    .p-20-responsive {
    padding: 0px;
    }
    .tp-20{
        padding: 20px 0px;
    }
    .desc-legal{
        font-size: 12px;
        width: 100%;
    }

}
