* {
  font-family: "phetsarath ot", Times, serif;
}
  
  .UPOS-navbar {
    background: #fafafa;
    margin: 0;
    border-radius: 0;
  }
  
  .nav-fixed {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  
  #about-dropdown-menu {
    border-radius: 4px;
  }
  
  #logo-UPOS {
    padding: 10px;
    width: 60px;
    display: none;
  }
  
  #logo-UPOS-2 {
    padding: 10px;
    width: 136px;
  }
  
  #sub-nav-menu {
    font-size: 16px;
    font-weight: 300;
    margin: 10px auto;
  }
  
  #type-shop {
    padding: 10px 15px;
  }
  
  .menu-header {
    font-size: 16px;
    font-weight: 300;
  }
  
  .menu-header:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 8px;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #454545;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  
  .menu-header:hover:after {
    width: 100%;
    left: 0;
  }
  
  .active_select {
    color: #ee6323 !important;
  }
  
  .main-menu {
    padding: 10px !important;
  }
  
  .line-add-link {
    color: #545454;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    position: absolute;
    bottom: 7px;
    display: none;
  }
  
  .line-add-link:hover,
  .line-add-link:focus {
    color: #232323;
    text-decoration: none;
  }
  
  .nav-font {
    font-size: 17px;
  }
  
  .navbar-default .navbar-nav>li>a {
    cursor: pointer;
  }
  
  .lang {
    display: flex !important;
  }
  
  .lang a {
    padding: 10px 4px !important;
  }
  
  .lang div {
    line-height: 2.2;
    color: #777;
  }
  
  @media only screen and (max-width: 480px) {
    .lang {
      padding-left: 10px !important;
    }
  
    .lang a {
      padding: 10px 4px !important;
    }
  
    .dropdown-submenu>a:after {
      display: none !important;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .dropdown-submenu>a:after {
      display: none !important;
    }
  }
  
  @media (max-width: 768px) and (min-width: 600px) {
    .nav-font {
      font-size: 14px;
    }
  
    .lang a {
      padding: 15px 4px 15px 15px !important;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .dropdown:hover>.dropdown-menu {
      display: block;
    }
  
    .dropdown-submenu:hover>.dropdown-menu {
      display: block;
    }
  
    .navbar-right .dropdown-menu {
      left: 0 !important;
    }
  }
  
  .myanimation {
    animation-duration: 0.7s;
  }
  
  body {
    overflow: hidden;
  }
  
  .dropdown-menu li>a {
    color: #777;
  }
  
  .dropdown-menu li:hover>a {
    color: #000;
    background: #e1e1e1 !important;
  }
  
  .navbar-nav li>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a {
    background: #fafafa !important;
    box-shadow: none !important;
  }
  
  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100% !important;
    margin-top: -1px;
    width: 120%;
    font-size: 16px;
  }
  
  li.dropdown-submenu>ul {
    min-width: 250px;
  }
  
  .dropdown-menu li ul {
    left: 0;
    min-width: 120px;
  }
  
  .line-add-header {
    font-weight: 300;
    color: #1ba51b !important;
  }
  
  .line-add-mobile-header {
    display: none;
    font-weight: 300;
    color: #1ba51b !important;
  }
  
  ul.dropdown-menu li img {
    width: 20px;
    margin-right: 3px;
  }
  
  @media (max-width: 480px) {
    .line-add-header {
      display: none !important;
    }
  
    .line-add-mobile-header {
      display: block;
    }
  }
  
  @media (max-width: 992px) and (min-width: 768px) {
    .line-add-header {
      display: none !important;
    }
  }
  
  @media (max-width: 820px) and (min-width: 768px) {
    .nav>li>a {
      padding: 12px 10px !important;
    }
  
    .navbar-right {
      float: right !important;
      /* margin-right: 30px; */
    }
  }
  
  /* .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  } */
  
  * {
    font-family: "Noto Sans Lao", Times, serif;
  }
  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: rgb(150, 150, 150);
    margin-top: 5px;
    margin-right: -10px;
  }