#dsk-header {
  background-color: #0e0905a8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#dsk-header-page {
  position: relative;
  background-color: #322d2d;
}
#dsk-header .logo a, #dsk-header-page .logo a {
  display: block;
  padding: 5px 15px;
  position: relative;
  overflow: visible;
  padding-left: 53px;
}
#dsk-header .logo img, #dsk-header-page .logo img {
  max-height: 86px;
  width: auto;
  object-fit: scale-down;
}
#dsk-header .col-menu, #dsk-header-page .col-menu {
  display: flex;
  align-items: stretch;
}
#dsk-header.fix-header, #dsk-header-page.fix-header {
  position: fixed;
  top: 0;
  background: #000;
}
#dsk-header .header-main .row > * {
  padding:0 15px; color: #fff
}
#dsk-header-page .header-main .row > * {
  padding:0 15px; color: #000
}
#dsk-header .header-main .row> .logo, #dsk-header-page .header-main .row> .logo {
  display: flex; align-items: center;
}
#dsk-header .main-menu, #dsk-header-page .main-menu {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dsk-header .main-menu.col-9, #dsk-header .main-menu.col-9 nav.col-9,
#dsk-header-page .main-menu.col-9, #dsk-header-page .main-menu.col-9 nav.col-9 {
  padding-right: 0;
}
#dsk-header .main-menu ul > li.current_page_item > a,
#dsk-header .main-menu .current-menu-item > a {
  color: #fff;
}
#dsk-header .main-menu li a, #dsk-header-page .main-menu li a {
  padding: 0.8em 0; font-weight: 500;
  /*flex-grow: 1;*/
}
#dsk-header .main-menu ul.menu > li > a, #dsk-header-page .main-menu ul.menu > li > a {
  font-size: 1rem;
  text-align: center;
  position: relative;
}
.search-icon {
  margin-right: 15px;
}
.sec-bao-gia a.popup-bao-gia {
  padding: 12px 15px!important;
  background: #fff;
  border-radius: 5px;
  color: #000;
}
.sec-bao-gia a.popup-bao-gia:hover {
  background: #f5bb16;
  color: #fff;
}
#dsk-header .main-menu ul.menu > li > a:after,
#dsk-header-page .main-menu ul.menu > li > a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 51%;
  right: 51%;
  height: 3px;
  background: #f5bb16;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: left, right;
}
#dsk-header .main-menu ul.menu > li > a:hover:after,
#dsk-header-page .main-menu ul.menu > li > a:hover:after {
  left: 0;
  right: 0;
}
#dsk-header ul.menu li.current-menu-item.current_page_item a:after,
#dsk-header-page ul.menu li.current-menu-item.current_page_item a:after {
  left: 0;
  right: 0;
  width: 100%;
}
/* popup-search  */
a#open_search {
  display: block;
  padding: 7px 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}
a#open_search i {
  color: #fff;
}
#site-header .search_popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
  z-index: 9999;
}
#site-header .search_popup.show{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#site-header .search_popup .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8
}
#site-header .search_popup .form_search{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
  background-color: #000;
  padding: 30px;

}
#site-header .search_popup .close_search{
  position: absolute;
  right: 50px;
  top: 50px;
  color: #fff;
  font-size: 30px;
}
#site-header .search_popup .form_search form{
  position: relative;
}
#site-header .search_popup .form_search input{
  width: 100%;
  height: 60px;
  background-color: transparent;
  border: 1px solid #fff;
  text-indent: 15px;
  font-size: 20px;
  color: #fff
}
#site-header .search_popup .form_search input::placeholder{
  color: #fff
}
#site-header .search_popup .form_search button{
  position: absolute;
  background: none;
  right: 0;
  width: 15%;
  height: 100%;
  border: none;
  color: #fff;
  font-size: 30px;
}

@keyframes header_move {
  0% {top:-100%;}
  100% {top:0;}
}
#dsk-header .main-menu .col-3, #dsk-header-page .main-menu .col-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#dsk-header .main-menu.fix .col-3, #dsk-header-page .main-menu.fix .col-3 {
  justify-content: center;
}
#dsk-header .main-menu.fix, #dsk-header-page .main-menu.fix {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-150%);
  background: #0e0905a8;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1025px) {
  #mobile-header {
    display: none;
  }
}
@media (max-width: 1024px) {
  #mobile-header .icon-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mobile-header .icon-menu i {
    font-size: 18px;
    padding: 10px 12px;
    background: #f4ba15;
    border-radius: 4px;
  }
  #mobile-header .logo-mobile img {
    width: 25%;
    margin: 0 auto;
  }
  .sec-bao-gia-mobile a i {
    font-size: 18px;
    padding: 10px 12px;
    background: #f4ba15;
    border-radius: 4px;
    color: #fff;
  }
  .sec-bao-gia-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #dsk-header-page, #dsk-header {
    display: none;
  }
  div#mobile-header .mobile_menu_bar.home-mobile {
    background-color: #0e0905a8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .sec-san-pham .elementor-image-box-wrapper .elementor-image-box-content {
    opacity: 1;
  }
  #dsk-header .logo a:before {
    content: none;
  }
  #dsk-header .header-main .row {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }
  #dsk-header .main-menu, #dsk-header-page .main-menu {
    display: none;
  }
  #mobile-header {
    font-size: 15px;
  }
  #mobile-header .logo-mobile {
    width: 50%;
  }
  #mobile-header .searchform input {
    background-color: #f0f0f0;
    border: solid 1px #e5e6ec;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    width: 100%;
  }
  #mobile-header .searchform {
    position: relative;
    overflow: hidden;
  }
  #mobile-header .searchform button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border: none;
    border-radius: 100%;
  }
  #mobile-header .searchform button {
    color: #f00;
  }
  #mobile-header a#open-menu i {
    font-size: 30px;
    color: #32a943;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  #mobile-header .logo a {
    display: block;
    width: 100px;
    height: auto;
  }
  #mobile-header .row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
  }
  #mobile-header .row .col-9 {
    flex: 75%;
    max-width: 75%;
    padding: 0 15px;
  }
  #mobile-header .row .col-3 {
    flex: 25%;
    max-width: 25%;
    padding: 0 15px;
  }
  #mobile-header .row .col-3 a {
    float: right;
  }
  nav.mobile_menu ul {
    margin: 0;
    padding: 0;
  }
  nav.mobile_menu ul.menu > li {
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
    position: relative;
    list-style: none;
  }
  nav.mobile_menu ul > li i {
    position: absolute;
    left: 90%;
    color: #fff;
    font-size: 20px;
  }

  nav.mobile_menu ul li ul.sub-menu {
    display: none;
    top: 100%;
  }
  nav.mobile_menu ul li ul.sub-menu li {
    list-style: none;
    padding: 10px 15px;
  }
  #mobile-header .mobile_menu_bar {
    align-items: stretch;
    justify-content: space-between;
    background: #322d2d;
    color: white;
    padding: 10px 15px;
  }
  #mobile-header .mobile_menu_bar > b {
    font-weight: normal;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px){
  #mobile-header .logo-mobile img {
    width: 30%;
  }
}

@media (max-width: 640px){
  #mobile-header .logo-mobile {
    width: 60%;
  }
  #mobile-header .logo-mobile img {
    width: 30%;
  }
}

@media (max-width: 480px){
  #mobile-header .logo-mobile img {
    width: 40%;
  }
}