/*medsil-thumbnail*/
.items {
    width: 100%;
}

.items .content {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
    width:100%;
    margin-bottom: 0px;
    line-height: 5px;
}
.items img {
   max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 300px;
  
    
}
.items:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.items .footer {
  text-align: center;
  background:  #b60e0a;
  padding: 5px 0 2px 0;
  position: relative;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.items .footer li {
  display: inline-block;
  padding-right: 5px;
}

.items .footer li a {
  color: #edb10e;
}

.items .footer li h2 {
  color: #b80505;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.items .footer li h2:hover {
  color: #ffffff;
}


.items .footer li a:hover {
  color: #ffffff;
}


/*konten Kejasama product*/
.about-brief-wrapper .contents-3 {
  background: rgba(75, 74, 74, 0.7);
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 30em;
}

.about-brief-wrapper .contents-3 h3 {
  line-height: 40px;
  color: #b91111;
  font-family: 'kalam';
  font-weight: 400;
  font-size: 36px;
}

.about-brief-wrapper .contents-3 h3:hover {
  color: #b91111;
}
.about-brief-wrapper .contents-3 p {
  font-size: 16px;
  font-weight: 400;
  color: #e2e2e2;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 28px;
}


.strokeme
{
  text-shadow:
  -1.5px -1.5px 0 darkred,
  1.5px -1.5px 0 darkred,
  -1.5px 1.5px 0 darkred,
  1.5px 1.5px 0 darkred;
}

.soom:hover {
  transition: transform 2s;
  -webkit-transform:scale(1.3); /* Safari and Chrome */
  -moz-transform:scale(1.3); /* Firefox */
  -ms-transform:scale(1.3); /* IE 9 */
  -o-transform:scale(1.3); /* Opera */
   transform:scale(1.3);
  }

/* @font-face {
    font-family: "adlib";
    src: url({{ asset('assets/fonts/Adlib-Regular.ttf') }});
  } */

.animated {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
50% {-webkit-transform: translateY(-10px);}
}

@keyframes bounce {
0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
50% {transform: translateY(-10px);}
}

.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}

.menu-1 img {
  width:150px;
  height:255px; 
  object-fit:fill;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu-1:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.menu-2 img {
  width: 100%;
  height: 190px;
  object-fit: fill;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu-2:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.menu-index-1 {
    padding: 25px;
    border : 2px solid #afb6b6;
    margin-top: 30px;
    background: #ffffff;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.4);
    min-height: 375px;
}


.menu-index-1 h2 {
    color: #444444;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0 0 10px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding: 0;
}

.menu-index-1 h2::after {
    position: absolute;
    content: " /";
    color: transparent;
    bottom: -20px;
    left: 0;
    width: 100%;
    background: url('../img/menu-border.png');
    height: 5px;
}

.menu-index-1 img {
    margin: 30px 0 10px;
}

.menu-index-1 p {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 10px;
    text-align: left;
    text-transform: capitalize;
    padding: 0;
    height: 60px;
}

.menu-index-1 span {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    color: #525252;
    float: right;
    font-size: 13px;
    line-height: 15px;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
}

div.relative {
  position: absolute;
  bottom: 10px;
  left: 90px;
  width: 100%;
  height: 10%;
}


/*konten Video*/

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* konten custom */
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section-banner {
  display: block;
  padding:0;
  width: 100%;
}
.section-banner_item{
background-color: #e1e6ea;
height: 290px;
max-height: 290px;
min-height: 290px;
}
.section-banner_item .image {
 background-color: #333;
  display: inline-block;
  height: 290px;
  width: 50%;
}
.section-banner_item .image > img {
  height: 100%;
  margin: auto;
  object-fit: cover;
  width: 100%;
}
.section-banner_item .desc {
display: inline-block;
padding: 15px 7%;
vertical-align: middle;
width: 49%;
}
.section-banner_item .desc > h3 {
  color: #012561;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.section-banner_item .desc > a {
  color: #029edb;
  display: inline;
  font-size: 13px;
  padding-top: 10px;
  width: 100%;
}
.section-banner_item .desc > a:hover, .section-banner_item .desc > a:focus{
text-decoration: none;
color: #0065B3;
}
.section-banner_item .desc > a > i {
  font-weight: bold;
}
.section-banner_item:nth-child(2n) {
  background-color: #fcfcfcef;
  direction: rtl;
}
.section-banner_item:nth-child(2n) .desc {
  direction:ltr;
}
  @media(max-width:767px) {
    .section-banner_item{
      height: auto;
      max-height: 100%;
      min-height: 100%;
    }
    .section-banner_item .image{width: 100%; height: auto;}
    .section-banner_item .desc{width: 100%;}
    .section-banner_item .desc > h3{margin-top: 5px; font-size: 18px;}
  }

/* icon png */

.ico-1 img {
  width: 32px;
}

.ico-2 img {
  width: 24px;
}

.ico-3 img {
  width: 16px;
}

