﻿@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é****/
#bdchuyennganh {
  padding-bottom: 50px;
  margin: auto;
  position: relative; }

#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: 20px;
  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;
  animation: translateXmove 1.2s; }
  .toggleLeftPanel:hover {
    background: #ccc; }
  .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 > .row {
    margin: 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 .filter {
    background: #fff;
    padding: 10px 0; }
    #leftPanel .filter #searchDuAn {
      margin-bottom: 5px; }
      #leftPanel .filter #searchDuAn .dropdown-toggle {
        width: 100%; }
      #leftPanel .filter #searchDuAn .dropdown-menu {
        width: max-content;
        max-width: 70vw;
        max-height: 50vh;
        overflow-y: scroll; }
      #leftPanel .filter #searchDuAn input {
        padding-left: 7px;
        width: 100%;
        outline: none;
        border: none; }
  #leftPanel .menu-list {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    height: calc(100vh - 200px);
    position: relative;
    background-color: #f5f6fc;
    border-radius: 0 0 3px 3px; }
    #leftPanel .menu-list .sub-menu {
      text-align: left;
      padding: 10px;
      border-bottom: 1px solid #fff; }
      #leftPanel .menu-list .sub-menu i {
        margin-right: 5px; }
      #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 input {
      width: 100%;
      color: #333;
      font-size: 15px;
      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 .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; }
    #rightPanel .box-filter.hide {
      display: none; }
    #rightPanel .box-filter .flex-row {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      gap: 50px;
      width: 100%; }
    #rightPanel .box-filter .ftitems {
      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;
      min-width: 400px; }
      #rightPanel .box-filter .ftitems span {
        font-weight: 600;
        display: inline-block;
        padding: 7px 7px 4px;
        width: max-content;
        min-width: 120px; }
      #rightPanel .box-filter .ftitems input {
        border-radius: 5px; }
    #rightPanel .box-filter .tool-hs {
      gap: 5px; }
      #rightPanel .box-filter .tool-hs #btnSearchHS, #rightPanel .box-filter .tool-hs #btnDelFilter {
        margin: 0 10px;
        background: #3f51b5; }
  #rightPanel #optionView {
    height: 40px;
    background-color: #f7f7f7;
    margin-bottom: 5px; }
    #rightPanel #optionView ul {
      list-style: none;
      display: flex;
      float: right;
      margin-right: 10px; }
      #rightPanel #optionView ul li {
        margin: 4px; }
        #rightPanel #optionView ul li i.fas {
          font-size: 24px; }
          #rightPanel #optionView ul li i.fas.active, #rightPanel #optionView ul li i.fas:hover {
            color: #0f9cb9; }
  #rightPanel #dViews {
    margin-bottom: 20px; }
    #rightPanel #dViews .list-items {
      border-bottom: 2px solid #fff; }
    #rightPanel #dViews .img-wrapper {
      padding: 10px; }
    #rightPanel #dViews .item-info.fl {
      padding-top: 4px; }
      #rightPanel #dViews .item-info.fl a {
        font-weight: 600;
        color: #575656;
        font-size: 18px; }

.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; }

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%;
    display: flex;
    flex-direction: column; }
    .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;
        display: none; }
        .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: 170px;
        object-fit: 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(63, 81, 181, 0.5);
      color: #fff;
      position: absolute;
      bottom: 6px;
      width: 100%;
      text-align: center;
      padding: 5px;
      text-transform: uppercase;
      font-weight: 600; }
    .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: calc(100% - 150px); }
      .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail .name {
        color: #3f51b5;
        margin: 5px 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-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; }
        .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: flex-end; }
        .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: #dc291f;
          border-radius: 5px;
          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: #fff;
            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-blog .viewGeneral-wrapper {
  display: flex; }
  .viewList .viewGeneral-blog .viewGeneral-wrapper .title {
    font-weight: 600;
    color: #3f51b5; }
  .viewList .viewGeneral-blog .viewGeneral-wrapper .flex-row {
    display: flex;
    justify-content: start;
    gap: 30px;
    margin-top: 14px; }
    .viewList .viewGeneral-blog .viewGeneral-wrapper .flex-row span {
      padding: 3px 7px;
      background: #b2c8fda1;
      border-radius: 4px; }
    .viewList .viewGeneral-blog .viewGeneral-wrapper .flex-row .btnView {
      background: #dc291f; }
      .viewList .viewGeneral-blog .viewGeneral-wrapper .flex-row .btnView a {
        color: #fff; }
  .viewList .viewGeneral-blog .viewGeneral-wrapper .viewGeneral-hover-img > img {
    display: none; }
  .viewList .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail {
    padding: 10px 30px;
    width: 100%; }
    .viewList .viewGeneral-blog .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; }

/* 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; }
  .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; } }

@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; } }
