.image-banner{
    background-size: cover;
    background-position: top;
}
.annoucement-title{
    margin: 10px 0 4px 0;
    display: table;
    background-color: #1d76e8;
    color: #ffffff;
    border: 1px solid;
    border-radius: 0.25rem;
    padding: 4px 10px 4px 10px;
}
#someDiv {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.bg-image{
    background-image: url('/assets/images/background/home-header-background-cambodia.svg');
    background-size: cover;
    background-position: top;
}
.isbanner{
    margin-top: -70px;
}
.doc_section{
    padding: 0px 0px 8px 0px !important;
}
@media(max-width: 991.98px) {
    .navigation_button{
      color: #1d76e8 !important;
      border-color: #1d76e8;
      margin-bottom: 1rem;
  }
  .navigation_button:hover {
      color: #fff !important;
      background-color: #1d76e8;
      border-color: #1d76e8;
    }
  .other_page_btn{
      margin-bottom: 1rem;
  }
}
@media(max-width:576px){
    .doc_img img{
        display:inline-block;
        width: 90vw !important;
    }
}
@media(min-width:576px){
    .doc_img img{
        display:inline-block;
        width: 80vw !important;
    }
}
@media(min-width:768px){
    .doc_img img{
        display:inline-block;
        width: 80vw !important;
    }
}
@media(min-width:992px){
    .doc_img img{
        display:inline-block;
        width: 60vw !important;
    }
}
@media(min-width:1200px){
    .doc_img img{
        display:inline-block;
        width: 100% !important;
    }
}
.doc_faq img{
    width: 100% !important;
    height: auto !important;
}

.custom-badge {
    padding: 0.25em 0.5em !important;
    background-color: #FD0D1B !important;
    font-weight: 300;
    position: relative;
    top: -1px ;
    left: 2px;
}
  

  