﻿@charset "UTF-8";
@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes translateXmoveright {
  from {
    transform: translateX(70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
.pagebody {
  min-height: calc(100vh - 240px);
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }

#phantrang {
  width: 100%;
  float: left;
  text-align: center; }

.dbox {
  background-color: #CF3F2D;
  height: 46px;
  padding-top: 5px;
  margin-left: 31px;
  margin-right: 18px; }
  .dbox.none {
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #939292; }
  .dbox.image-map {
    height: 46px;
    background-color: #fc983a; }

.text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  .text a {
    color: #fff;
    padding: 10px;
    border: 2px solid;
    border-radius: 4px; }
  .text span {
    color: #fff;
    padding: 8px 10px 10px 10px;
    border: 2px solid;
    border-radius: 4px;
    font-size: 14px;
    vertical-align: bottom; }
  .text.none {
    height: 40px; }

.toggleLeftPanel {
  display: none;
  position: absolute;
  left: calc(25% - 45px);
  top: 70px;
  border-radius: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: #eee;
  color: #3f51b5;
  transition: all ease-in-out 0.5s;
  z-index: 2;
  opacity: 0.7;
  animation: translateXmove 1.2s; }
  .toggleLeftPanel:hover {
    background: #ccc;
    opacity: 1; }
  .toggleLeftPanel.toggled {
    left: 15px;
    transform: scale(-1); }

#leftPanel {
  min-height: calc(100vh - 80px);
  animation: translateXmove 1.2s;
  left: -25%;
  transition: ease-in-out all 0.5s;
  z-index: 1;
  background: #fff;
  height: 100vh;
  width: 25%;
  padding: 15px;
  padding-top: 20px; }
  #leftPanel.show {
    left: 0; }
  #leftPanel .title {
    font-weight: 600;
    font-size: 1.2em;
    color: #3f51b5;
    padding: 5px 20px;
    border-bottom: solid 1px;
    border-top: solid 3px;
    display: flex;
    justify-content: space-between; }
    #leftPanel .title i {
      cursor: pointer; }
      #leftPanel .title i:hover {
        color: #3f51b5; }
  #leftPanel .menu-list {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    height: calc(100vh - 120px);
    position: relative;
    background-color: #f5f6fc;
    border-radius: 0 0 3px 3px; }
    #leftPanel .menu-list .sub-menu {
      text-align: left;
      padding: 10px; }
      #leftPanel .menu-list .sub-menu.c1 {
        padding-left: 5px;
        font-weight: 600; }
        #leftPanel .menu-list .sub-menu.c1 a, #leftPanel .menu-list .sub-menu.c1 i {
          color: #3f51b5; }
      #leftPanel .menu-list .sub-menu.c2 {
        padding-left: 20px;
        font-weight: 500; }
      #leftPanel .menu-list .sub-menu.c3 {
        padding-left: 40px; }
      #leftPanel .menu-list .sub-menu.c4 {
        padding-left: 60px; }
      #leftPanel .menu-list .sub-menu.layer a {
        color: #333; }
      #leftPanel .menu-list .sub-menu.active, #leftPanel .menu-list .sub-menu:hover {
        border-right: none; }
        #leftPanel .menu-list .sub-menu.active a, #leftPanel .menu-list .sub-menu.active i, #leftPanel .menu-list .sub-menu:hover a, #leftPanel .menu-list .sub-menu:hover i {
          color: #3f51b5; }
      #leftPanel .menu-list .sub-menu a {
        padding-left: 5px;
        cursor: pointer;
        color: #333; }
        #leftPanel .menu-list .sub-menu a:hover {
          text-decoration: none; }
    #leftPanel .menu-list input {
      width: 100%;
      color: #333;
      border: none; }
      #leftPanel .menu-list input#pac-input {
        border: 1px solid #e6e2e2;
        height: 36px;
        border-radius: 5px;
        padding: 5px; }
  #leftPanel #dSearch {
    margin-bottom: 10px; }

#rightPanel {
  margin-top: 5px;
  min-height: calc(100vh - 141px);
  animation: fadeInUp 1.2s; }
  #rightPanel #ulTabs .nav-link {
    background: #f5f6fc;
    margin-right: 2px;
    color: #333;
    font-weight: 500;
    border-radius: 3px 3px 0 0; }
    #rightPanel #ulTabs .nav-link.active {
      color: #3f51b5;
      background: #fff; }
    #rightPanel #ulTabs .nav-link:hover {
      color: #3f51b5; }
  #rightPanel .title {
    font-weight: 600;
    color: #3f51b5; }
  #rightPanel .tab-pane {
    margin: 10px auto; }
  #rightPanel .hname {
    color: #3f51b5;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 0; }
  #rightPanel .content {
    padding-top: 15px;
    animation: fadeInUp 1.2s; }
    #rightPanel .content .noData {
      text-align: center;
      color: #3f51b5;
      font-size: 20px; }
  #rightPanel .filter-box {
    border-bottom: 1px solid #3f51b5;
    display: flex;
    gap: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px; }
    #rightPanel .filter-box .f-items {
      max-width: 350px; }
      #rightPanel .filter-box .f-items .form-control {
        font-size: inherit; }
      #rightPanel .filter-box .f-items .dropdown-toggle {
        padding: 0 15px; }
      #rightPanel .filter-box .f-items .dropdown-menu {
        width: max-content;
        max-width: 50vw;
        max-height: 50vh;
        overflow-y: scroll; }
  #rightPanel .list-item {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #eee;
    gap: 10px; }
    #rightPanel .list-item .left {
      width: 120px;
      align-items: center;
      justify-content: center;
      display: flex;
      opacity: 0.7;
      background: #eee;
      border-radius: 3px; }
      #rightPanel .list-item .left img {
        width: 70px;
        object-fit: contain; }
    #rightPanel .list-item .right {
      width: 100%; }
      #rightPanel .list-item .right > div {
        padding: 3px 0; }
  #rightPanel #tabBanVe .list-item .left {
    width: 150px; }
  #rightPanel .tl-info {
    justify-content: space-between;
    width: 100%; }
  #rightPanel .btn {
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 500;
    outline: none !important;
    border: none !important;
    color: #fff; }
    #rightPanel .btn.btn-warning {
      background: #3f51b5; }
    #rightPanel .btn.btn-success {
      background: #3f51b5; }
    #rightPanel .btn:hover {
      opacity: 0.8; }
  #rightPanel .flex-row {
    display: flex;
    flex-direction: row;
    gap: 10px; }
  #rightPanel .flex-column {
    display: flex;
    flex-direction: column; }
  #rightPanel .slabel {
    font-weight: 600;
    color: #333;
    width: 15vw;
    min-width: 15vw; }
  #rightPanel .info {
    line-height: 30px; }
    #rightPanel .info .items {
      width: 100%;
      display: flex;
      gap: 10px;
      padding: 5px 0;
      border-bottom: solid 1px #f3f4f5; }
    #rightPanel .info .goMap {
      padding: 5px 15px;
      background: #3f51b5;
      color: #fff;
      border-radius: 5px;
      font-weight: 600; }

.nodata {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: red; }

.nodata i {
  font-size: 40px;
  color: #f7d83b; }

#pResultSearch {
  line-height: 25px;
  height: 29px; }

#dViews.search, #pResultSearch {
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275); }

.horizontal {
  border: 1px solid #ddd; }

#dViews.search .dbox {
  background-color: #CF3F2D;
  height: 36px;
  padding-top: 5px;
  margin-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 11px;
  border-radius: 4px;
  width: 84%;
  font-size: 12px;
  line-height: 24px; }

.col-md-12 {
  padding: 0; }

article .container {
  position: relative;
  width: 100%; }
  article .container .img-scale {
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  article .container .overlay {
    position: absolute;
    bottom: 100%;
    left: 31px;
    right: 18px;
    /*background-color: #DD3630;*/
    background-color: #7E7E7E;
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    opacity: 0.8; }
  article .container:hover .overlay {
    bottom: 0;
    height: 100%; }

article .des, article a {
  font: 15px helvetica;
  text-align: center;
  color: #fff;
  float: left;
  padding: 3px 3px 3px 16px;
  width: 100%; }

article ul, article li {
  padding-left: 0; }

/*STYLE IMAGE OVERLAY*/
.image {
  display: block;
  height: auto;
  width: 100%; }

.viewGeneral .viewGeneral-blog {
  padding: 10px; }
  .viewGeneral .viewGeneral-blog .viewGeneral-wrapper {
    padding: 10px;
    border-radius: 5px;
    outline: solid 1.5px #e3e3e5;
    height: 100%; }
    .viewGeneral .viewGeneral-blog .viewGeneral-wrapper:hover {
      outline: solid 2px #3f51b5;
      transition: all 0.3s ease 0s; }
    .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGeneral-hover {
      position: relative; }
      .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGeneral-hover:hover .viewGeneral-hover-text {
        top: 0;
        height: 100%;
        transition: all 0.5s ease; }
        .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGeneral-hover:hover .viewGeneral-hover-text p {
          position: absolute;
          left: 40%;
          top: 30%;
          padding-left: 0;
          margin-bottom: 0;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transition: all 0.5s ease; }
      .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGeneral-hover-img > img {
        width: 100%;
        height: 195px;
        background-size: cover;
        border-radius: 5px;
        margin-bottom: 5px; }
      .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGeneral-hover-text {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 0;
        left: 0;
        background: rgba(230, 230, 230, 0.6);
        overflow: hidden;
        transition: 0.5s ease; }
        .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGeneral-hover-text > ul {
          position: absolute;
          left: 40%;
          top: 50%;
          padding-left: 0;
          margin-bottom: 0;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transition: all 0.5s ease; }
          .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGeneral-hover-text > ul > li {
            display: flex; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGeneral-hover-text > ul > li > a {
              color: #fff; }
    .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .group {
      background-color: rgba(227, 90, 35, 0.51);
      color: #fff;
      position: absolute;
      bottom: 6px;
      width: 100%;
      text-align: center;
      padding: 5px;
      font-size: 1.3em;
      text-transform: uppercase;
      font-weight: 600; }
    .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /*
                @include ipad {
                    min-height: 160px;
                }
*/ }
      .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .name {
        font-size: 18px;
        color: #3f51b5;
        margin: 15px 0;
        font-weight: 500; }
        .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .name i {
          margin-right: 5px; }
      .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail p {
        margin-bottom: 5px; }
        .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail p > a {
          font-size: 15px;
          font-weight: 700;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail p > a:hover {
            color: #3f51b5;
            transition: all 0.5s ease; }
      .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail > span {
        color: #686060;
        font-size: 13px; }
        .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail > span:hover {
          opacity: 0.8; }
      .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-detail {
        padding: 10px 0; }
      .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px; }
        .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul {
          display: flex;
          justify-content: space-between;
          padding: 0;
          margin: 0; }
          .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption {
            position: absolute;
            z-index: 99;
            bottom: 65px;
            background-color: #fff;
            border-radius: 7px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption .aLogin {
              color: #1869e3;
              font-weight: 700; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption a {
              padding: 7px 20px;
              cursor: pointer;
              border-radius: 7px; }
              .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption a i {
                display: inline-block;
                width: 15px;
                color: #3f51b5; }
              .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption a:last-child {
                font-weight: 700;
                text-align: center;
                color: #3f51b5;
                cursor: pointer;
                margin-bottom: 5px; }
              .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption a:hover {
                color: #3f51b5; }
          .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li {
            /*padding: 5px 6px;*/
            color: #fff;
            margin-right: 5px;
            border-radius: 3px;
            list-style: none; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li > a {
              background: #f6f9fc;
              padding: 10px;
              border-radius: 5px;
              display: flex;
              align-items: center;
              justify-content: center; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aComment {
              color: #2fbbed; }
              .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aComment:hover {
                background-color: #2fbbed; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aShare {
              color: #de5745; }
              .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aShare:hover {
                background-color: #de5745; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aLike {
              color: #eb6397; }
              .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aLike:hover {
                background-color: #eb6397; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aFollow {
              color: #f54336; }
              .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aFollow:hover {
                background-color: #f54336; }
                .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aFollow:hover i {
                  color: #fff; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li > a:hover {
              font-weight: 700;
              transition: all 0.5s ease; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li:hover {
              transition: all 0.5s ease; }
              .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li:hover > a {
                color: #fff; }
        .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > a {
          background-color: #3f51b5;
          border-radius: 5px;
          font-size: 13px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 115px;
          color: #fff;
          padding: 5px; }
          .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > a i {
            margin-right: 5px; }
          .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > a.noData {
            background-color: #ccc;
            color: #3f51b5;
            cursor: not-allowed; }
          .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > a:hover {
            transition: all 0.5s ease;
            opacity: 0.8; }
        @media (min-width: 992px) and (max-width: 1024px) {
          .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon {
            display: block;
            position: absolute;
            top: 55%; }
            .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > a {
              width: 50%;
              text-align: center;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: 34px; } }

.viewTable .general_table {
  margin-bottom: 10px; }
  .viewTable .general_table table {
    border: none;
    font-size: 14px; }
    .viewTable .general_table table tr:nth-child(even) {
      background-color: #f6f9fc; }
    .viewTable .general_table table tr th {
      padding: 15px 8px;
      border: none;
      border-bottom: 3px solid #3f51b5;
      background: #d9def9;
      color: #3f51b5; }
    .viewTable .general_table table tr td {
      padding: 8px;
      border: none;
      border-top: 1px solid #eee; }
      .viewTable .general_table table tr td > a {
        font-size: 12px;
        width: max-content;
        background: #d9def9;
        padding: 6px;
        border-radius: 7px; }
        .viewTable .general_table table tr td > a:hover {
          background: #3f51b5;
          color: #fff; }
      .viewTable .general_table table tr td:nth-child(2) {
        font-weight: 600;
        max-width: 300px; }
    .viewTable .general_table table tr:hover td {
      background-color: #eee; }

.viewCard .listOption {
  left: 45%;
  transform: translateX(-50%); }

.viewList .viewGeneral-wrapper {
  display: flex;
  height: 170px; }
  .viewList .viewGeneral-wrapper .viewGerneral-item-detail {
    padding: 10px 30px;
    width: 100%; }
    .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item {
      display: flex;
      justify-content: space-between; }

.viewList .listOption {
  left: 42%;
  transform: translate(-50%, 25%); }

.phantrang > ul, #phantrang > ul {
  justify-content: center;
  align-items: center; }
  .phantrang > ul > li, #phantrang > ul > li {
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 3px; }
    .phantrang > ul > li > a, .phantrang > ul > li > span, #phantrang > ul > li > a, #phantrang > ul > li > span {
      display: inline-block;
      width: 38px;
      height: 38px;
      text-align: center;
      margin: 0;
      padding: 0;
      padding-top: 7px;
      color: #666; }
    .phantrang > ul > li:hover, .phantrang > ul > li.active, #phantrang > ul > li:hover, #phantrang > ul > li.active {
      background: #ada6a6; }
      .phantrang > ul > li:hover > a, .phantrang > ul > li:hover > span, .phantrang > ul > li.active > a, .phantrang > ul > li.active > span, #phantrang > ul > li:hover > a, #phantrang > ul > li:hover > span, #phantrang > ul > li.active > a, #phantrang > ul > li.active > span {
        color: #fff; }

.box-filter {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #f5f6fc;
  border-radius: 5px;
  padding: 13px; }
  .box-filter.hide {
    display: none; }
  .box-filter .UI-DROP {
    position: relative;
    line-height: 22px;
    box-sizing: border-box;
    max-height: 32px; }
    .box-filter .UI-DROP .ui-tieude {
      font-weight: 600;
      display: inline-block;
      padding: 7px 7px 4px;
      width: max-content; }
    .box-filter .UI-DROP .UI-DDL {
      border-radius: 5px;
      display: flex;
      padding: 5px;
      cursor: pointer;
      list-style: none;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 15px; }
      .box-filter .UI-DROP .UI-DDL .ui-nhan {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 6px 11px 4px 5px; }
      .box-filter .UI-DROP .UI-DDL i {
        border-left: 1px solid #ddd;
        margin-left: 36px;
        padding: 5px; }
    .box-filter .UI-DROP ul {
      padding: 0 0; }
    .box-filter .UI-DROP .dropdown-menu {
      max-height: 300px;
      overflow: auto;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      float: left;
      min-width: 10rem;
      padding: .5rem 0;
      margin: .125rem 0 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: .25rem; }
      .box-filter .UI-DROP .dropdown-menu li {
        padding: 3px 5px;
        font-size: 14px;
        list-style: none;
        line-height: 21px; }
  .box-filter .ftitems {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    line-height: 22px;
    box-sizing: border-box;
    margin: 5px 10px 5px 5px;
    max-height: 32px; }
    .box-filter .ftitems span {
      font-weight: 600;
      display: inline-block;
      padding: 7px 7px 4px;
      width: max-content;
      min-width: 120px; }
    .box-filter .ftitems input {
      border-radius: 5px; }

.tool-hs {
  gap: 5px; }
  .tool-hs #btnSearchHS, .tool-hs #btnDelFilter {
    margin: 0 10px;
    background: #3f51b5; }

/* Image zoom on hover + Overlay colour */
@media only screen and (max-width: 992px) {
  .toggleLeftPanel {
    display: flex;
    left: calc(50% - 45px); }
  #leftPanel {
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1);
    left: -50%;
    width: 50%;
    padding-top: 15px; }
    #leftPanel.show {
      left: 0; } }

@media only screen and (max-width: 768px) {
  #bdchuyennganh {
    padding-top: 0; }
  #rightPanel .info .items {
    flex-direction: column; }
  #rightPanel .slabel {
    width: 100%; }
  #rightPanel .list-item .left {
    display: none; }
  .img-wrapper {
    height: 83px;
    margin: 8px;
    width: 250px; }
  .toggleLeftPanel {
    display: flex;
    left: calc(75% - 45px); }
  #leftPanel {
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1);
    left: -75%;
    width: 75%; }
    #leftPanel.show {
      left: 0; }
  #rightPanel .filter-box {
    display: inline-block; }
    #rightPanel .filter-box .f-items {
      margin: 10px 0; }
      #rightPanel .filter-box .f-items .ui-tieude {
        display: block; }
      #rightPanel .filter-box .f-items .ui-tieude, #rightPanel .filter-box .f-items .dropdown-toggle {
        width: 100%; }
    #rightPanel .filter-box .btn {
      padding: 15px 0;
      width: 100%; }
      #rightPanel .filter-box .btn:before {
        content: 'Tìm kiếm '; } }

@media screen and (max-width: 600px) {
  #web-body {
    width: 100% !important;
    margin-left: 0 !important; }
  #web-left {
    margin-top: 54px; }
  #util-place-map, .util-place-map {
    margin-top: -20px;
    margin-left: -12px; }
  #searchBox, .searchBox {
    width: 179px;
    margin-left: 12px; }
  .topnav a.icon {
    float: right;
    display: block;
    margin-right: 7px;
    margin-top: 5px; } }
