/*=======================================
  NAVBAR ADJUSTMENTS
==================================================*/

.navbar {
  border-radius: 0px; 
  }
  .navbar-brand {
      font-size: 25px;
      padding: 0px 40px 0px 40px;
  }
  
  .navbar-default {
      background-color: #13547a;
      border-color: #13547a;
  }
  .navbar-default .navbar-nav > li > a {
  color: #FFF;
  }
  .navbar-default .navbar-nav > li > a:hover {
  color: #000;
  background-color: #d8d8d8;
  }
  
  .navbar-default .navbar-brand {
      color: #FFF;
  }
  .navbar-default .navbar-brand:hover {
      color: #FFFFFF;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      color: #050505;
      background-color: #FFFFFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #000;
  }
  
  .navbar-default .navbar-text {
      color: white;
      padding-left: 15px;
  }
  
  .navbar-default .navbar-text b {
      color:#D81B60;
      font-weight: 500;
  }
  
  /*=======================================
      CONTENT SECTION
  ==================================================*/
  .header-box {
      padding-top: 7rem;
  }
  
  .promotion-box p {
      font-size: 24px;
  }
  
  @media (max-device-width: 480px) {
      .promotion-box p {
          font-size: 18px;
      }
  }
  
  .title-box {
      margin-top: 10px;
  }
  
  .title-box .breadcrumb {
      padding-top:10px;
      padding-bottom:10px;    
      line-height:20px;
      background-color: #13547a;
      text-align: center;
  }
  .title-box .breadcrumb li {
      font-size: 16px;
      color: #FFF;
      font-family: KhmerOSbokor;        
  }
  
  /*=======================================
      FOOTER SECTION
  ==================================================*/
  .footer-box {
      text-align: center;
      background-color: #13547a; 
      border-color: #e7e7e7;
      margin-top: 15px;
      padding-top:15px;
      padding-bottom:15px;
      line-height:25px;
  }
  
  .contact-box p{
      color: #FFF;
  }
  .contact-box p strong{
      color: #FFF;
  }
  .contact-box a {
      color: #FFF;
      text-decoration: none;
  }
  .contact-box a:hover {
      color: rgb(0, 17, 255);
      text-decoration: none;
  }
  .viewer-box p strong{
      color: #FFF;
  }
  
  .social-box p strong{
      color: #FFF;
  }
  .social-box a{
      text-decoration:none;
  }
  .social-box a:hover{
      color: #000;
      text-decoration:none;
  }
  .social-box a i{
      color: #FFF;
  }
  .social-box a:hover{
      text-decoration:none;
  }
  
  .message {
      position: fixed;
      top: 100px;
      right: 2%;
      width: 100%;
  }
  
  .alertmessage {
      margin: auto;
      float: right;
      display: none;
  }
  
  .cover-box {
     margin-bottom: 5px;
  }
  
  .promotion-box {
      padding-top: 5px;
  }
  
  
  .title-content {
      background-color: grey;
      width: 200px;
  }
  
  
  .gallery-product {
      position: relative;
      text-align: center;
      color: white;
  }
  
  
  /* Bottom left text */
  .bottom-left {
      position: absolute;
      bottom: 8px;
      left: 16px;
    }
    
    /* Top left text */
    .top-left {
      position: absolute;
      top: 8px;
      left: 16px;
    }
    
    /* Top right text */
    .top-right {
      position: absolute;
      top: 8px;
      right: 16px;
    }
    
    /* Bottom right text */
    .bottom-right {
      position: absolute;
      bottom: 8px;
      right: 16px;
    }
    
    /* Centered text */
    .centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }


    .message {
      position: fixed;
      top: 100px;
      right: 2%;
      width: 100%;
    }
    
    .messagebox {
      margin: auto;
      float: right;
      display: none;
    }
  