﻿@charset "UTF-8";
/****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é****/
/*@mixin ipad-rotate  {
  @media screen and (max-width: 768px) and (orientation:landscape) { @content; }
}*/
@font-face {
  font-family: 'icomoon';
  src: url("~/assets/fonts/icomoon/icomoon.eot?6iuir");
  src: url("~/assets/fonts/icomoon/icomoon.eot?6iuir#iefix") format("embedded-opentype"), url("~/assets/fonts/icomoon/icomoon.ttf?6iuir") format("truetype"), url("~/assets/fonts/icomoon/icomoon.woff?6iuir") format("woff"), url("~/assets/fonts/icomoon/icomoon.svg?6iuir#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* Normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

figure {
  margin: 1em 40px; }

img {
  border-style: none; }

button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type=checkbox],
[type=radio] {
  padding: 0; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* End extract */
html {
  overflow-x: hidden; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.p-serif {
  font-family: serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  /*   font-family: "Segoe UI", Arial, sans-serif;*/
  font-weight: 400;
  margin: 10px 10px;
  font-size: 20px;
  color: #3f51b5; }

.p-wide {
  letter-spacing: 4px; }

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0; }

.p-image {
  max-width: 100%;
  height: auto; }

img {
  vertical-align: middle; }

a {
  color: inherit; }

.container {
  width: 95%; }

.p-btn,
.p-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /*-khtml-user-select: none;*/
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.p-disabled,
.p-btn:disabled,
.p-button:disabled {
  cursor: not-allowed;
  opacity: 0.3; }

.p-disabled *,
:disabled * {
  pointer-events: none; }

.p-btn.p-disabled:hover,
.p-btn:disabled:hover {
  box-shadow: none; }

.p-badge,
.p-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center; }

.p-badge {
  border-radius: 50%; }

.p-ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.p-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd; }

.p-ul li:last-child {
  border-bottom: none; }

.p-tooltip,
.p-display-container {
  position: relative; }

.p-tooltip .p-text {
  display: none; }

.p-tooltip:hover .p-text {
  display: inline-block; }

.p-ripple:active {
  opacity: 0.5; }

.p-ripple {
  transition: opacity 0s; }

.p-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%; }

.p-select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc; }

.p-sidebar {
  height: 100%;
  /*width: 200px;*/
  background-color: #fff;
  z-index: 1;
  overflow: auto; }

.p-bar-block .p-dropdown-hover,
.p-bar-block .p-dropdown-click {
  width: 100%; }

.p-bar-block .p-dropdown-hover .p-dropdown-content,
.p-bar-block .p-dropdown-click .p-dropdown-content {
  min-width: 100%; }

.p-bar-block .p-dropdown-hover .p-button,
.p-bar-block .p-dropdown-click .p-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px; }

.p-main,
#main {
  transition: margin-left .4s;
  background: #fff; }

.p-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.p-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px; }

.p-bar {
  width: 100%;
  overflow: hidden; }

.p-center .p-bar {
  display: inline-block;
  width: auto; }

.p-bar .p-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0; }

.p-bar .p-dropdown-hover,
.p-bar .p-dropdown-click {
  position: static;
  float: left; }

.p-bar .p-button {
  white-space: normal; }

.p-bar-block .p-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0; }

.p-bar-block.p-center .p-bar-item {
  text-align: center; }

.p-block {
  display: block;
  width: 100%; }

.p-responsive {
  display: block;
  overflow-x: auto; }

.p-col,
.p-half,
.p-third,
.p-twothird,
.p-threequarter,
.p-quarter {
  float: left;
  width: 100%; }

.p-col.s1 {
  width: 8.33333%; }

.p-col.s2 {
  width: 16.66666%; }

.p-col.s3 {
  width: 24.99999%; }

.p-col.s4 {
  width: 33.33333%; }

.p-col.s5 {
  width: 41.66666%; }

.p-col.s6 {
  width: 49.99999%; }

.p-col.s7 {
  width: 58.33333%; }

.p-col.s8 {
  width: 66.66666%; }

.p-col.s9 {
  width: 74.99999%; }

.p-col.s10 {
  width: 83.33333%; }

.p-col.s11 {
  width: 91.66666%; }

.p-col.s12 {
  width: 99.99999%; }

@media (min-width: 601px) {
  .p-col.m1 {
    width: 8.33333%; }
  .p-col.m2 {
    width: 16.66666%; }
  .p-col.m3,
  .p-quarter {
    width: 24.99999%; }
  .p-col.m4,
  .p-third {
    width: 33.33333%; }
  .p-col.m5 {
    width: 41.66666%; }
  .p-col.m6,
  .p-half {
    width: 49.99999%; }
  .p-col.m7 {
    width: 58.33333%; }
  .p-col.m8,
  .p-twothird {
    width: 66.66666%; }
  .p-col.m9,
  .p-threequarter {
    width: 74.99999%; }
  .p-col.m10 {
    width: 83.33333%; }
  .p-col.m11 {
    width: 91.66666%; }
  .p-col.m12 {
    width: 99.99999%; } }

@media (min-width: 993px) {
  .p-col.l1 {
    width: 8.33333%; }
  .p-col.l2 {
    width: 16.66666%; }
  .p-col.l3 {
    width: 24.99999%; }
  .p-col.l4 {
    width: 33.33333%; }
  .p-col.l5 {
    width: 41.66666%; }
  .p-col.l6 {
    width: 49.99999%; }
  .p-col.l7 {
    width: 58.33333%; }
  .p-col.l8 {
    width: 66.66666%; }
  .p-col.l9 {
    width: 74.99999%; }
  .p-col.l10 {
    width: 83.33333%; }
  .p-col.l11 {
    width: 91.66666%; }
  .p-col.l12 {
    width: 99.99999%; } }

.p-rest {
  overflow: hidden; }

.p-stretch {
  margin-left: -16px;
  margin-right: -16px; }

.p-content,
.p-auto {
  margin-left: auto;
  margin-right: auto; }

.p-auto {
  max-width: 1140px; }

.p-cell-row {
  display: table;
  width: 100%; }

.p-cell {
  display: table-cell; }

.p-cell-top {
  vertical-align: top; }

.p-cell-middle {
  vertical-align: middle; }

.p-cell-bottom {
  vertical-align: bottom; }

.p-hide {
  display: none !important; }

.p-show-block,
.p-show {
  display: block !important; }

.p-show-inline-block {
  display: inline-block !important; }

@media (max-width: 1205px) {
  .p-auto {
    max-width: 95%; } }

@media (max-width: 600px) {
  .p-modal-content {
    margin: 0 10px;
    width: auto !important; }
  .p-modal {
    padding-top: 30px; }
  .p-dropdown-hover.p-mobile .p-dropdown-content,
  .p-dropdown-click.p-mobile .p-dropdown-content {
    position: relative; }
  .p-hide-small {
    display: none !important; }
  .p-mobile {
    display: block;
    width: 100% !important; }
  .p-bar-item.p-mobile,
  .p-dropdown-hover.p-mobile,
  .p-dropdown-click.p-mobile {
    text-align: center; }
  .p-dropdown-hover.p-mobile,
  .p-dropdown-hover.p-mobile .p-btn,
  .p-dropdown-hover.p-mobile .p-button,
  .p-dropdown-click.p-mobile,
  .p-dropdown-click.p-mobile .p-btn,
  .p-dropdown-click.p-mobile .p-button {
    width: 100%; } }

@media (max-width: 768px) {
  .p-modal-content {
    width: 500px; }
  .p-modal {
    padding-top: 50px; } }

@media (min-width: 993px) {
  .p-modal-content {
    width: 900px; }
  .p-hide-large {
    display: none !important; }
  .p-sidebar.p-collapse {
    display: block !important; } }

@media (max-width: 992px) and (min-width: 601px) {
  .p-hide-medium {
    display: none !important; } }

@media (max-width: 992px) {
  .p-sidebar.p-collapse {
    /*display: none*/ }
  .p-main {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-auto {
    max-width: 100%; } }

.p-top,
.p-bottom {
  position: fixed;
  width: 100%;
  z-index: 1; }

.p-top {
  top: 0; }

.p-bottom {
  bottom: 0; }

.p-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2; }

.p-display-topleft {
  position: absolute;
  left: 0;
  top: 0; }

.p-display-topright {
  position: absolute;
  right: 0;
  top: 0; }

.p-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0; }

.p-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0; }

.p-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.p-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.p-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.p-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%); }

.p-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%); }

.p-display-container:hover .p-display-hover {
  display: block; }

.p-display-container:hover span.p-display-hover {
  display: inline-block; }

.p-display-hover {
  display: none; }

.p-display-position {
  position: absolute; }

.p-circle {
  border-radius: 50%; }

.p-round-small {
  border-radius: 2px; }

.p-round,
.p-round-medium {
  border-radius: 4px; }

.p-round-large {
  border-radius: 8px; }

.p-round-xlarge {
  border-radius: 16px; }

.p-round-xxlarge {
  border-radius: 32px; }

.p-row-padding,
.p-row-padding > .p-half,
.p-row-padding > .p-third,
.p-row-padding > .p-twothird,
.p-row-padding > .p-threequarter,
.p-row-padding > .p-quarter,
.p-row-padding > .p-col {
  padding: 0 20px 0 14px; }

.p-container,
.p-panel {
  padding: 0.01em 16px; }

.p-panel {
  margin-top: 16px;
  margin-bottom: 16px; }

.p-code,
.p-codespan {
  font-family: Consolas, "courier new";
  font-size: 16px; }

.p-code {
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #4CAF50;
  word-wrap: break-word; }

.p-codespan {
  color: crimson;
  background-color: #f1f1f1;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 110%; }

.p-card,
.p-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.p-card-4,
.p-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); }

.p-spin {
  animation: p-spin 2s infinite linear; }

@keyframes p-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.p-animate-fading {
  animation: fading 10s infinite; }

@keyframes fading {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.p-animate-opacity {
  animation: opac 0.8s; }

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

.p-animate-top {
  position: relative;
  animation: animatetop 0.4s; }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

.p-animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

.p-animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0; }
  to {
    right: 0;
    opacity: 1; } }

.p-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s; }

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

.p-animate-zoom {
  animation: animatezoom 0.6s; }

@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.p-animate-input {
  transition: width 0.4s ease-in-out; }

.p-animate-input:focus {
  width: 100% !important; }

.p-opacity,
.p-hover-opacity:hover {
  opacity: 0.60; }

.p-opacity-off,
.p-hover-opacity-off:hover {
  opacity: 1; }

.p-opacity-max {
  opacity: 0.25; }

.p-opacity-min {
  opacity: 0.75; }

.p-greyscale-max,
.p-grayscale-max,
.p-hover-greyscale:hover,
.p-hover-grayscale:hover {
  filter: grayscale(100%); }

.p-greyscale,
.p-grayscale {
  filter: grayscale(75%); }

.p-greyscale-min,
.p-grayscale-min {
  filter: grayscale(50%); }

.p-sepia {
  filter: sepia(75%); }

.p-sepia-max,
.p-hover-sepia:hover {
  filter: sepia(100%); }

.p-sepia-min {
  filter: sepia(50%); }

.p-tiny {
  font-size: 10px !important; }

.p-small {
  font-size: 12px !important; }

.p-medium {
  font-size: 15px !important; }

.p-large {
  font-size: 18px !important; }

.p-xlarge {
  font-size: 24px !important; }

.p-xxlarge {
  font-size: 36px !important; }

.p-xxxlarge {
  font-size: 48px !important; }

.p-jumbo {
  font-size: 64px !important; }

.p-left-align {
  text-align: left !important; }

.p-right-align {
  text-align: right !important; }

.p-justify {
  text-align: justify !important; }

.p-center {
  text-align: center !important; }

.p-border-0 {
  border: 0 !important; }

.p-border {
  border: 1px solid #ccc !important; }

.p-border-top {
  border-top: 1px solid #ccc !important; }

.p-border-bottom {
  border-bottom: 1px solid #ccc !important; }

.p-border-left {
  border-left: 1px solid #ccc !important; }

.p-border-right {
  border-right: 1px solid #ccc !important; }

.p-topbar {
  border-top: 6px solid #ccc !important; }

.p-bottombar {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 5px; }

.p-leftbar {
  border-left: 6px solid #ccc !important; }

.p-rightbar {
  border-right: 6px solid #ccc !important; }

.p-section,
.p-code {
  margin-bottom: 16px !important; }

.p-transparent,
.p-hover-none:hover {
  background-color: transparent !important; }

.p-hover-none:hover {
  box-shadow: none !important; }

/* Colors */
/*smai add*/
#pDichvubando {
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative; }

#p-filter #openleft {
  border: solid 1px #3f51b5;
  color: #3f51b5;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 7px 0;
  display: block;
  width: max-content; }

#p-filter .p-filter-wrapper .p-filter-title > h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 0; }

#p-filter .p-filter-wrapper .filter-bar .p-btn,
#p-filter .p-filter-wrapper .filter-bar .p-button {
  border: none;
  display: inline-block;
  padding: 10px 15px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 5px; }
  #p-filter .p-filter-wrapper .filter-bar .p-btn.active,
  #p-filter .p-filter-wrapper .filter-bar .p-button.active {
    background: #3f51b5;
    color: #fff; }
  #p-filter .p-filter-wrapper .filter-bar .p-btn > i,
  #p-filter .p-filter-wrapper .filter-bar .p-button > i {
    margin-right: 5px; }
  #p-filter .p-filter-wrapper .filter-bar .p-btn:hover,
  #p-filter .p-filter-wrapper .filter-bar .p-button:hover {
    background: #7282de; }

#p-filter .p-filter-wrapper .filter-bar .nav-tabs {
  border-bottom: none; }

#p-filter .p-filter-wrapper .filter-bar .view-style {
  display: flex;
  justify-content: flex-end; }
  #p-filter .p-filter-wrapper .filter-bar .view-style .btn-view {
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    margin-left: 5px;
    border: solid 1px #f3f3f3;
    border-radius: 5px; }
    #p-filter .p-filter-wrapper .filter-bar .view-style .btn-view:hover {
      background: #e8e8e8; }
    #p-filter .p-filter-wrapper .filter-bar .view-style .btn-view.active {
      background: #e8e8e8; }

#p-filter .p-filter-wrapper .filter-bar #p-search {
  position: relative; }
  #p-filter .p-filter-wrapper .filter-bar #p-search > input {
    padding: 10px;
    border: 1px solid #e8e8e8;
    width: 100%;
    background: #fff;
    border-radius: 7px; }
    #p-filter .p-filter-wrapper .filter-bar #p-search > input:focus {
      outline: none; }
  #p-filter .p-filter-wrapper .filter-bar #p-search > button {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #3f51b5;
    font-size: 20px;
    border: none;
    border-radius: 0 7px 7px 0;
    cursor: pointer;
    padding: 10px 12px;
    display: inline-flex; }
  @media only screen and (max-width: 1024px) {
    #p-filter .p-filter-wrapper .filter-bar #p-search {
      margin-right: 0; }
      #p-filter .p-filter-wrapper .filter-bar #p-search button {
        right: 35px; } }

.p-tab {
  min-height: 500px; }

#mySidebar {
  position: relative; }

.viewMap, .viewLayer {
  display: none; }
  .viewMap.active, .viewLayer.active {
    display: block; }

/*Main*/
.p-main {
  padding-left: 35px; }

.toggleMenu {
  display: none; }
  @media only screen and (max-width: 992px) {
    .toggleMenu {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10; }
      .toggleMenu i {
        font-size: 45px;
        color: #de5745;
        cursor: pointer;
        padding: 20px; } }

@media only screen and (max-width: 992px) {
  .mobile .leftPanel {
    flex: none;
    max-width: none;
    position: absolute;
    z-index: 9;
    display: none; }
    .mobile .leftPanel .p-sidebar {
      width: 350px; }
    .mobile .leftPanel.show {
      display: block; }
  .mobile .rightPanel {
    width: 100% !important;
    flex: none;
    max-width: none; }
    .mobile .rightPanel .p-main {
      padding: 0 80px; } }

@media only screen and (max-width: 577px) {
  .mobile .rightPanel .nav-tabs {
    margin-bottom: 10px !important; }
  .mobile .rightPanel .filter-bar:after {
    content: none !important; }
  .mobile .rightPanel #p-search > button {
    right: 80px !important; }
  .mobile .rightPanel .p-bottombar {
    border-bottom: none; }
  .mobile .rightPanel .view-style {
    display: none !important; } }

/*CSS view genaral*/
.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 {
        display: none;
        top: 0;
        height: 100%;
        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-color: #09b69b;
        background: rgba(9, 182, 155, 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 .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 h5 {
        font-size: 18px;
        color: #3f51b5;
        margin: 15px 0;
        font-weight: 500; }
        .viewGeneral .viewGeneral-blog .viewGeneral-wrapper .viewGerneral-item-detail h5 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: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%); }

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

#lstChuyenDe {
  max-height: 100vh;
  overflow: auto;
  background: #f6f9fc;
  margin-bottom: 20px;
  /*@include mobile {
       padding-left: 0;
       display: none;
        &.show {
            display: block;
        }
    }*/ }
  #lstChuyenDe #tree {
    position: relative;
    padding: 10px 5px; }
  #lstChuyenDe .list-title {
    background-color: #3f51b5;
    border-radius: 5px; }
    #lstChuyenDe .list-title > p {
      padding: 10px 15px;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      padding-left: 20px;
      margin: 0; }
  #lstChuyenDe .list-group {
    /* border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;*/ }
    #lstChuyenDe .list-group .parent1 {
      position: relative;
      padding-left: 20px; }
      #lstChuyenDe .list-group .parent1[gid="0"] {
        padding-left: 0; }
      #lstChuyenDe .list-group .parent1 > a {
        padding: 8px;
        font-weight: 600;
        color: #3f51b5;
        display: flex;
        align-items: flex-start;
        margin-top: 10px;
        border-top: dotted 1px; }
        #lstChuyenDe .list-group .parent1 > a i {
          padding: 3px; }
      #lstChuyenDe .list-group .parent1 .glayer {
        padding: 0 10px; }
        #lstChuyenDe .list-group .parent1 .glayer .layer {
          padding-left: 5px;
          line-height: 30px;
          cursor: pointer;
          position: relative;
          border-radius: 5px;
          align-items: center;
          display: flex;
          align-items: center; }
          #lstChuyenDe .list-group .parent1 .glayer .layer p {
            margin-bottom: 0; }
          #lstChuyenDe .list-group .parent1 .glayer .layer:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #3f51b5;
            border-radius: 5px;
            margin-right: 5px;
            display: block; }
          #lstChuyenDe .list-group .parent1 .glayer .layer:hover {
            background-color: #d9def9; }
            #lstChuyenDe .list-group .parent1 .glayer .layer:hover:before {
              height: 24px;
              transition: ease-in-out 0.2s; }
          #lstChuyenDe .list-group .parent1 .glayer .layer.active {
            background-color: #d9def9; }
            #lstChuyenDe .list-group .parent1 .glayer .layer.active:before {
              height: 24px; }
        #lstChuyenDe .list-group .parent1 .glayer .slayer {
          padding-left: 10px; }

/*Responsive*/
/*  */
@media only screen and (max-width: 992px) {
  [class*="col-"] {
    width: 100%; }
  #pDichvubando {
    margin-top: 50px; }
  .rightPanel {
    width: 100% !important;
    flex: unset;
    max-width: unset; }
  .leftPanel {
    position: absolute;
    width: 80% !important;
    flex: unset;
    max-width: unset; }
  .filter-bar .col-2 {
    display: none; }
  .filter-bar .col-5 {
    width: 100%;
    flex: unset;
    max-width: unset;
    padding: 5px 15px; }
  #closeleft {
    position: absolute;
    right: 10px;
    top: -40px; }
    #closeleft i {
      font-size: 24px;
      color: #fff; }
  .p-main {
    padding-left: 0 !important; }
  #p-filter .p-filter-wrapper .filter-bar #p-search button {
    right: 0px; } }
