/*
Theme Name: Tin tức
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.meta-related ul li a {
  color: #0092ff;
}
.meta-related ul li {
  line-height: 20px;
}
.meta-related ul {
  margin-left: 10px;
}

.fluid-nav-backup.nav-backup {
  position: relative;
  min-height: 39px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

#fluid-nav-toggle8 {
  color: white;
  width: 20px;
  line-height: initial !important;
  height: 100%;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

#fluid-nav-negative8 {
  min-width: 200px;
  max-width: 320px;
  position: absolute;
  background-color: white;
  box-shadow: 1px 1px 2px #ccc;
  z-index: 1002;
  border: 1px solid #ccc;
  right: -15px;
  left: auto;
  top: 100%;
  width: 320px;
}

.fluid-nav-backup .dropdown-menu-right {
  min-width: 200px;
  max-width: 320px;
  position: absolute;
  background-color: white;
  box-shadow: 1px 1px 2px #ccc;
  z-index: 1002;
  border: 1px solid #ccc;
  top: 100%;
}

.fluid-nav-backup .dropdown-menu-right li {
  display: inline-block;
  width: 100%;
  height: auto !important;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.fluid-nav-backup .dropdown-menu-right li a {
	color: #262626;
    padding: 8px 10px;
    display: inline-block;
    width: 100%;
    white-space: normal;
    padding-right: 25px;
}

.fluid-nav-backup .dropdown-menu-right .dropdown-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }

.fluid-nav-backup .dropdown-menu-right li ul {
        position: static;
        width: calc(100% - 10px);
        margin-left: 10px;
        border: none;
        box-shadow: none;
        margin-top: 0;
        border-left: 1px solid #11518f;
        border-radius: 0;
    }

/* Dành cho điện thoại */
@media all and (max-width: 480px) {
  .list-news li {
    width: 50%;
  }
  .list-news {
    width: 100%;
  }
}

/* Dành cho máy tính bảng */
@media all and (max-width: 1024px) {
}
