﻿@charset "UTF-8";
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/****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 Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@import url("../../../fonts/roboto/font-roboto.css");
ul, li {
  list-style: none; }

body {
  color: #333;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 992px) {
  [class*="col-"] {
    /*width: 93% !important;
       flex:none;
        max-width:unset;
        margin-left:1%;*/ } }

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: #d02636; }

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

.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;
  position: absolute !important;
  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: 6px solid #ccc !important*/ }

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

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

.p-section,
.p-code {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  margin-left: 11px;
  margin-right: 22px; }

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

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

/* Colors */
/*smai add*/
#pDichvubando {
  margin-top: 75px;
  margin-bottom: 15px;
  background-color: #e5e5e5 !important;
  position: relative; }

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

#p-filter .p-filter-wrapper .filter-bar {
  display: flex;
  margin-left: 15px;
  margin-right: 0 !important;
  margin-top: 8px !important;
  margin-bottom: 20px !important;
  position: relative; }
  #p-filter .p-filter-wrapper .filter-bar:after {
    content: "";
    position: absolute;
    width: 101.5%;
    height: 5px;
    background-color: #ccc;
    bottom: 0;
    left: -15px;
    margin-bottom: -6px; }
  #p-filter .p-filter-wrapper .filter-bar .p-btn,
  #p-filter .p-filter-wrapper .filter-bar .p-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap; }
  #p-filter .p-filter-wrapper .filter-bar .nav-tabs {
    border-bottom: none;
    margin-bottom: 2px; }
    #p-filter .p-filter-wrapper .filter-bar .nav-tabs .p-button {
      padding: 8px 14px 6px 14px; }
      #p-filter .p-filter-wrapper .filter-bar .nav-tabs .p-button > i {
        margin-right: 5px; }
      #p-filter .p-filter-wrapper .filter-bar .nav-tabs .p-button:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    #p-filter .p-filter-wrapper .filter-bar .nav-tabs .nav-link.active {
      border: 1px solid;
      border-color: #dee2e6 #dee2e6 #fff; }
  #p-filter .p-filter-wrapper .filter-bar .view-style {
    display: flex;
    justify-content: flex-end;
    margin-right: -15px; }
    #p-filter .p-filter-wrapper .filter-bar .view-style .btn-view {
      padding: 10px;
      width: 40px;
      height: 40px;
      text-align: center;
      background: #fff;
      margin-left: 10px;
      border: solid 1px #f3f3f3;
      box-shadow: 0px 0px 2px 0 #ccc; }
      #p-filter .p-filter-wrapper .filter-bar .view-style .btn-view:hover {
        background: #ccc; }
      #p-filter .p-filter-wrapper .filter-bar .view-style .btn-view.active {
        background: #ccc; }
  #p-filter .p-filter-wrapper .filter-bar #p-search {
    margin-right: -25px;
    position: relative; }
    #p-filter .p-filter-wrapper .filter-bar #p-search > input {
      padding: 8px;
      border: 1px solid #ccc;
      width: 85%;
      background: #fff;
      border-radius: 30px; }
      #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: 6px;
      right: 50px;
      background: none;
      color: #2196F3;
      font-size: 17px;
      border: none;
      border-left: none;
      /* Prevent double borders */
      cursor: pointer; }
    @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; }

.p-button {
  border-radius: 0 !important;
  margin-right: 2px; }

.p-button.active {
  border-bottom: 3.5px solid #d94348 !important; }

#mySidebar {
  position: relative; }

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

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

.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*/
.viewGenaral .viewGenaral-blog {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px; }
  .viewGenaral .viewGenaral-blog .viewGeneral-wrapper:hover {
    box-shadow: 1px 0 10px 0px #ccc;
    border-radius: 0 0 4px 4px; }
  .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGeneral-hover {
    position: relative; }
    .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGeneral-hover:hover .viewGeneral-hover-text {
      top: 0;
      height: 100%;
      transition: all 0.5s ease; }
    .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGeneral-hover-img > img {
      width: 100%;
      height: 195px;
      background-size: cover; }
    .viewGenaral .viewGenaral-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; }
      .viewGenaral .viewGenaral-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; }
        .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGeneral-hover-text > ul > li {
          display: flex;
          /* &:last-child {
                                margin-top: 8px;

                                > a {
                                    border: 1px solid #f1f1f1;
                                    padding: 4px 15px;
                                    border-radius: 5px;
                                    box-shadow: 1px 1px 3px 0 #ccc;
                                }
                            }*/ }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGeneral-hover-text > ul > li > a {
            color: #fff; }
  .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail {
    background: #fff;
    text-align: left;
    border: 1px solid #f1f1f1;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    min-height: 130px;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail {
        min-height: 160px; } }
    .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail > h5 {
      font-size: 13px;
      color: #5c5c5d;
      margin: 0 0 5px 0;
      font-family: roboto condensed;
      text-transform: uppercase; }
      .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail > h5:hover {
        opacity: 0.8;
        font-weight: 600; }
    .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail > p {
      margin-bottom: 5px; }
      .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail > p > a {
        font-size: 15px;
        color: #003778;
        font-weight: 700;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail > p > a:hover {
          transform: scale(1.03);
          font-weight: 800;
          transition: all 0.5s ease; }
    .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail > span {
      color: #686060;
      font-size: 13px; }
      .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail > span:hover {
        opacity: 0.8; }
    .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon {
      display: flex;
      position: absolute;
      justify-content: space-between;
      bottom: 10px;
      width: 90%; }
      .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0; }
        .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption {
          position: absolute;
          z-index: 99;
          bottom: 52px;
          left: 50%;
          transform: translateX(-50%);
          background-color: #fdfdfd;
          border-radius: 3px;
          box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.23);
          /*box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16), 0px 1px 1px 0px rgba(0, 0, 0, 0.23);*/ }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption:before {
            top: 100%;
            border: solid transparent;
            border-top-color: transparent;
            border-top-width: medium;
            border-right-width: medium;
            border-bottom-width: medium;
            border-left-width: medium;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #fafafa;
            border-width: 8px;
            left: 43%; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption .aLogin {
            color: #1869e3;
            font-weight: 700; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption a {
            color: #003778; }
            .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption a:last-child {
              font-weight: 700; }
            .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul .listOption a:hover {
              background: none;
              opacity: 0.8; }
        .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li {
          /*padding: 5px 6px;*/
          color: #fff;
          margin: 0 0 0 8px;
          border-radius: 3px;
          list-style: none; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li > a {
            font-family: 'Roboto Condensed';
            padding: 5px 6px;
            box-shadow: 1px 1px 3px 0 #ccc; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aComment {
            color: #2fbbed; }
            .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aComment:hover {
              background-color: #2fbbed; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aShare {
            color: #de5745; }
            .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aShare:hover {
              background-color: #de5745; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aLike {
            color: #eb6397; }
            .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aLike:hover {
              background-color: #eb6397; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aFollow {
            color: #f54336; }
            .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aFollow:hover {
              background-color: #f54336; }
              .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li .aFollow:hover i {
                color: #fff; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li > a:hover {
            font-weight: 700;
            transition: all 0.5s ease; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li:hover {
            transform: scale(1.1);
            transition: all 0.5s ease; }
            .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > ul > li:hover > a {
              color: #fff; }
      .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > a {
        background-color: #de5745;
        background: transparent linear-gradient(to bottom, #e53939 0%, #be4822 100%) repeat scroll 0 0;
        border-radius: 4px;
        color: #fff;
        padding: 5px 18px; }
        .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > a:hover {
          transform: scale(1.1);
          transition: all 0.5s ease; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon {
          display: block;
          position: absolute;
          top: 55%; }
          .viewGenaral .viewGenaral-blog .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-icon > a {
            width: 50%;
            text-align: center;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 34px; } }

.viewThumb2 .general_table {
  margin-bottom: 10px; }
  .viewThumb2 .general_table table {
    border: 1px solid #ccc; }
    .viewThumb2 .general_table table tr:nth-child(odd) {
      background-color: #e3eaec; }
    .viewThumb2 .general_table table tr th {
      padding: 8px 0;
      text-align: center;
      border: none;
      border-top: 1px solid #ccc;
      background-color: #028baf;
      color: #fff; }
    .viewThumb2 .general_table table tr td {
      padding: 8px;
      border: none;
      border-top: 1px solid #ccc; }
      .viewThumb2 .general_table table tr td > button {
        font-size: 14px; }
      .viewThumb2 .general_table table tr td:first-child {
        text-align: center; }
      .viewThumb2 .general_table table tr td:nth-child(2) {
        font-weight: 600; }
    .viewThumb2 .general_table table tr:hover td {
      background-color: rgba(2, 139, 175, 0.4); }
    .viewThumb2 .general_table table .cot-1, .viewThumb2 .general_table table .cot-3, .viewThumb2 .general_table table .cot-5, .viewThumb2 .general_table table .cot-7 {
      /*color: #028baf;*/ }

.viewList .viewGeneral-wrapper {
  display: flex;
  height: 150px; }
  .viewList .viewGeneral-wrapper .viewGeneral-hover {
    width: 40%; }
    .viewList .viewGeneral-wrapper .viewGeneral-hover .viewGeneral-hover-img > img {
      height: 150px; }
  .viewList .viewGeneral-wrapper .viewGerneral-item-detail {
    width: 100%;
    border: 1px solid #f1f1f1 !important;
    border-radius: 0 3px 3px 0 !important; }
    .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item {
      display: flex;
      justify-content: space-between; }
      .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:first-child {
        display: flex;
        padding: 0;
        align-items: center; }
        .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:first-child > li {
          padding: 0; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:first-child > li:last-child {
            padding: 5px 8px;
            border-radius: 4px;
            background-color: #de5745;
            background: transparent linear-gradient(to bottom, #e53939 0%, #be4822 100%) repeat scroll 0 0; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:first-child > li:last-child > a {
              margin-right: 0;
              color: #fff;
              font-family: 'Roboto Condensed'; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:first-child > li > a {
            margin-right: 10px;
            color: #686060;
            font-size: 13px; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:first-child > li > a > i {
              margin-right: 5px; }
      .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child {
        display: flex;
        position: relative; }
        .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li {
          padding: 5px 8px;
          color: #fff;
          margin: 0 0 0 8px;
          border-radius: 3px;
          box-shadow: 1px 1px 3px 0 #ccc; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:first-child {
            color: #4668b3; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:first-child:hover {
              background-color: #4668b3; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:nth-child(2) {
            color: #2fbbed; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:nth-child(2):hover {
              background-color: #2fbbed; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:nth-child(3) {
            color: #de5745; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:nth-child(3):hover {
              background-color: #de5745; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:nth-child(4) {
            color: #eb6397; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:nth-child(4):hover {
              background-color: #eb6397; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:nth-child(5) {
            color: #3079ff; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:nth-child(5):hover {
              background-color: #3079ff; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:last-child {
            color: #f54336; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:last-child:hover {
              background-color: #f54336; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li > a:hover {
            font-weight: 700;
            transition: all 0.5s ease; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:hover {
            transform: scale(1.1);
            transition: all 0.5s ease; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child > li:hover > a {
              color: #fff; }
        .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child .listOption {
          bottom: 42px;
          position: absolute;
          z-index: 999;
          transform: translateX(-50%);
          border-radius: 3px;
          box-shadow: rgba(0, 0, 0, 0.23) 1px 1px 15px 0px;
          left: 59%;
          background-color: #fff; }
          .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child .listOption a {
            color: #003778; }
            .viewList .viewGeneral-wrapper .viewGerneral-item-detail .wrapper-item > ul:last-child .listOption a:last-child {
              font-weight: 700; }

/*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 {
  padding-left: 83px;
  max-height: 100vh;
  overflow: auto;
  /*@include mobile {
       padding-left: 0;
       display: none;
        &.show {
            display: block;
        }
    }*/ }
  #lstChuyenDe #tree {
    position: relative; }
  #lstChuyenDe .list-title {
    background-color: rgba(0, 55, 120, 0.9); }
    #lstChuyenDe .list-title > p {
      padding: 5px 15px;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      padding-left: 20px; }
  #lstChuyenDe .list-group {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    #lstChuyenDe .list-group .parent1 {
      position: relative;
      border-bottom: 1px solid #ccc;
      padding-left: 20px; }
      #lstChuyenDe .list-group .parent1[gid="0"] {
        padding-left: 0; }
      #lstChuyenDe .list-group .parent1 > a {
        color: #484242;
        padding: 8px;
        font-weight: 600; }
      #lstChuyenDe .list-group .parent1 .glayer {
        padding-left: 0; }
        #lstChuyenDe .list-group .parent1 .glayer .layer {
          padding-left: 0;
          line-height: 34px;
          cursor: pointer;
          position: relative;
          border-top: 1px solid #ccc; }
          #lstChuyenDe .list-group .parent1 .glayer .layer:hover {
            background-color: rgba(217, 67, 72, 0.8);
            color: #fff; }
          #lstChuyenDe .list-group .parent1 .glayer .layer.active .bactive {
            background: #d94348;
            padding: 17px 3px;
            position: absolute;
            left: 0;
            top: 0; }
        #lstChuyenDe .list-group .parent1 .glayer .slayer {
          padding-left: 20px; }

/*Responsive*/
/*  */
