:root {
  --dvc-top-banner-height: 13rem;
  --thanhngang-display: block !important;
  --font-size-li: 13px;
}

@media (max-width: 2000px) {
  :root {
  }
}
@media (max-width: 1500px) {
  :root {
    --dvc-top-banner-height: 11rem;
  }
}

@media (max-width: 1200px) {
  :root {
    --dvc-top-banner-height: 10rem;
  }
}

@media (max-width: 992px) {
  :root {
    --dvc-top-banner-height: 7rem;
    --font-size-li: 11px;
  }
}
@media (max-width: 768px) {
  :root {
    --dvc-top-banner-height: 6rem;
    --thanhngang-display: none !important;
    --font-size-li: 10px;
  }
}

@media (max-width: 400) {
  :root {
    --dvc-top-banner-height: 5rem;
    --thanhngang-display: none !important;
  }
}
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.upper {
  text-transform: uppercase;
}
.left,
.ap-left {
  float: left;
}
.right,
.ap-right {
  float: right;
}
.pointer {
  cursor: pointer;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.xdot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.xo,
.ap-xo {
  overflow: hidden;
}
.full {
  width: 100%;
  height: 100%;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.cell {
  display: table-cell;
}
.table {
  display: table;
}
.invisible,
.ap-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vtop {
  vertical-align: top;
}
.vcenter {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f27 {
  font-size: 27px;
}
.f28 {
  font-size: 28px;
}
.f29 {
  font-size: 29px;
}
.f30 {
  font-size: 30px;
}
.f31 {
  font-size: 31px;
}
.f32 {
  font-size: 32px;
}
.thin {
  font-weight: 300;
}
.thick {
  font-weight: 500;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0px;
  text-rendering: geometricPrecision;
}
body {
  color: #17191b;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 20px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}
b,
strong {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
#main_title {
  display: block;
  margin-top: 20px;
}
.box-tracuhs {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.box-tracuhs #tra_cuu_form_ctn {
  max-width: 100%;
  padding: 20px;
  width: 100%;
}
.box-tracuhs .egov-button-search {
  background: #19b934 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  height: 38px;
  line-height: 38px;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}
.box-tracuhs .egov-button-search::before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
}
#tra_cuu_form {
  margin-bottom: 20px;
}
#tra_cuu_form .egov-inputfield {
  margin-top: 10px;
  padding: 10px;
  width: 220px;
}
.tkhs-box {
  margin-top: 20px;
}
.tkhs-box .th th {
  background: #0089f7 none repeat scroll 0 0;
  color: #fff;
}
.col2,
.col3,
.col4 {
  float: left;
  padding: 0 15px;
}
#pagination {
  margin-top: 30px;
}
body .egov-inputfield {
  padding: 10px;
}
.dvc-top-banner .nav-toggle {
  display: none;
}
.wd-main-menu ul {
  margin-bottom: 0;
}
.wd-main-menu ul li a {
  border-right: 0 none;
  color: #fff;
  font-size: 13px;
  padding: 15px 13px;
}
.wd-main-menu ul li:first-child a {
  border-left: 0 none;
}
.wd-main-menu ul li a:hover,
.wd-main-menu ul li a.wd-active {
  background: #f3b934 none repeat scroll 0 0;
}
.backURL {
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #888;
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 15px;
}
.backURL::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.backURL:hover {
  background: #19b934 none repeat scroll 0 0;
  color: #fff;
}
.circliful {
  position: relative;
  margin: 0px auto;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 100%;
}
.circle-text {
  color: #2182c5;
  font-weight: bold;
  margin-bottom: 14px;
  font-size: 24px !important;
}
.percent.-ward .circle-text {
  color: #7cb342;
}
.circle-info,
.circle-info-half {
  color: #555;
}
.circliful .fa {
  bottom: 4px;
  margin: -10px 3px 0;
  position: relative;
}
.box-sidebar {
  border: 1px solid #e0e2e4;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.box-sidebar .row {
  margin: 0;
  padding: 20px;
}
.box-sidebar .percent {
  float: left;
  width: 200px;
}
.box-sidebar .desc-content {
  margin-left: 200px;
  margin-top: 0;
}
.box-sidebar .info {
  border-bottom: 1px dotted #eee;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.box-sidebar .desc-content .info {
  text-align: left;
}
.box-sidebar .info .txt {
  color: #666;
  font-size: 12px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.box-sidebar .info .value {
  color: #1565c0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.box-sidebar .slide-stats .info {
  display: inline-block;
  width: 120px;
}
.box-sidebar .head {
  background: #2b91dc none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.box-sidebar .head .title {
  font-size: 15px;
}
.box-sidebar.-hosom .top {
  border-bottom: 1px dotted #eee;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.box-sidebar.-hosom .process {
  background: #eaedf1 none repeat scroll 0 0;
  border-radius: 20px;
  height: 25px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.box-sidebar.-hosom .process .txt {
  color: #fff;
  height: 100%;
  line-height: 25px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.box-sidebar.-hosom .process .bar {
  background: #7fc142 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.panel.-statistic .stat {
  display: block;
  padding: 5px;
  text-align: center;
}
.panel.-statistic .stat span {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(#fff, #f6f6f6);
  border: 1px solid #eee;
  padding: 0px 5px;
  border-radius: 2px;
}
.panel.-statistic .stat .val {
  margin-top: 5px;
  font-weight: bold;
}
.panel.-statistic .detail {
  margin-top: 10px;
}
.panel.-statistic .detail .item {
  margin-top: 7px;
}
.panel.-statistic .detail .icon {
  width: 24px;
}
.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 15px;
  width: 100%;
}
.box .box-head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  color: #c4060f;
  position: relative;
  /* padding-bottom: 15px; */
  /* border-bottom: 1px solid #e2e2e2; */
}
.box .box-head:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 150px;
  bottom: -2px;
  left: 0px;
  margin: 0px auto;
  background: #c4060f;
}
.box.-steps .box-body {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box.-steps .box-body .item {
  width: 20%;
  float: left;
  font-size: 12px;
  /* text-transform: uppercase; */
  font-weight: bold;
  color: #0066bd;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.box.-steps .box-body .item:before {
  position: absolute;
  content: "";
  height: 3px;
  background: #0066bd;
  right: 50%;
  top: 30px;
  width: 100%;
}
.box.-steps .box-body .item:first-child:before {
  display: none;
}
.box.-steps .box-body .item .icon {
  width: 60px;
  height: 60px;
  background: #0066bd;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  margin: 0px auto;
  /* border: 3px solid #0066bd; */
  margin-bottom: 10px;
}
.box.-steps .box-body .item .icon:before {
  content: "\e111";
  position: absolute;
  font-family: ap;
  top: 0px;
  bottom: 0px;
  left: -15px;
  margin: auto;
  font-size: 24px;
  height: 40px;
  line-height: 44px;
}
.box.-steps .box-body .item:first-child .icon:before {
  display: none;
}
.box.-steps .box-body .item .icon img {
  max-width: 100%;
}
.box.-steps .box-body .item .text {
  line-height: 18px;
}
.box.-steps .box-body .item .number {
  display: inline-block;
  font-size: 23px;
  vertical-align: middle;
  margin-right: 5px;
}
.scroll-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, 0, endColorstr=#80000000, 0);
  color: #fff;
  line-height: 30px;
  z-index: 100;
  text-align: center;
  transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  -moz-transition-transform: translate(0px, 10px);
  transition: all 0.5s ease;
  opacity: 0;
}
.scroll-top .fa {
  line-height: 40px;
  font-size: 18px;
}
.scroll-top:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, 0, endColorstr=#cc000000, 0);
}
.scroll-top.show {
  opacity: 1;
  transition: all 0.5s ease;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transition-transform: none;
}
.dvc-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
.dvc-top-banner {
  background-color: #1a2b46;
  background-image: url("../img/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75px;
  overflow: hidden;
}
.dvc-top-banner .dvc-logo {
  color: #fff;
  float: left;
  padding-left: 80px;
  position: relative;
}
.dvc-top-banner .dvc-logo-text {
  font-weight: bold;
  padding: 20px 0;
  text-transform: uppercase;
}
.dvc-top-banner .dvc-logo-text .dvc-headline {
  color: #fef503;
  font-family: arial;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.dvc-top-banner .dvc-image {
  left: 0;
  position: absolute;
  top: 5px;
}
.dvc-top-banner .dvc-image img {
  height: 60px;
}
.dvc-header {
  position: relative;
  z-index: 1000;
  background: #0782e0;
  /*overflow: hidden;*/
  margin-bottom: 0px;
  border-top: 1px solid #1390f1;
  /* border-top: 1px solid #fff; */
  /* padding: 0 100px; */
}
.dvc-header .datetime {
  color: #fff;
  float: right;
  font-size: 14px;
  left: 0;
  padding: 10px 0;
  position: relative;
  /* text-transform: uppercase; */
  top: 0;
  font-weight: normal;
}
.dvc-header .menus {
  display: block;
  margin: 0;
  padding: 0;
  /* text-align: center; */
}
.dvc-header .menus:after {
  display: block;
  content: "";
  clear: both;
}
.dvc-header .menus > li {
  display: inline-block;
  float: left;
  border-right: 1px solid #0d74c3;
  border-left: 1px solid #1387e0;
}
.dvc-header .menus > li:first-child {
  border-left: 0px;
}
.dvc-header .menus > li.datetime {
  float: right;
  border-left: 0px;
  border-right: 0px;
}
/* .dvc-header .menus > li > a {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
} */
.dvc-header .menus > li.active > a,
.dvc-header .menus > li:hover > a {
  background: #0774c7;
}
.dvc-header .menus > li > a::before {
  border-left: 1px solid #fff;
  bottom: 0;
  /* content: ""; */
  height: 15px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.dvc-header .menus > li:first-child > a::before {
  display: none;
}
.dvc-header .menus > li.active > a::after,
.dvc-header .menus > li:hover > a::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000000;
  bottom: -8px;
  content: "";
  height: 0;
  left: 0;
  display: none;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.dvc-header .menus > li .icon {
  margin-right: 5px;
}
.circliful {
  position: relative;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.circle-text {
  color: #2182c5;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.percent.-ward .circle-text {
  color: #2b91dc;
}
.circle-info,
.circle-info-half {
  color: #555;
}
.circliful .fa {
  bottom: 4px;
  margin: -10px 3px 0;
  position: relative;
}
.panel {
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-head {
  background: #2b91dc none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.dvc-main-wrap {
  overflow: hidden;
  padding: 20px 0;
}
.slick-slide {
  height: auto;
}
img {
  max-width: 100%;
}
.main-content .box {
  margin-bottom: 20px;
  overflow: hidden;
}
.main-content .box .box-head {
  /* color: #007fdc; */
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px 0px;
  text-align: left;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
  /* background: #fffae1; */
  /* border-radius: 3px; */
  border-bottom: 1px solid #ddd;
}
.main-content .box .box-body {
  border-radius: 5px;
  /* padding: 15px; */
}
.main-content .box.intro .box-head {
  border-bottom: 0px;
}
.main-content .box.intro .box-head:before {
  display: none;
}
.main-content .box.intro .box-body {
  background: #2b91dc none repeat scroll 0 0;
  padding: 20px 14px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.main-content .slider-about .title {
  color: #ffee58;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.main-content .slider-about .title-price {
  font-size: 16px;
  color: #ffee58;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.main-content .slider-about .pricing-box .title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
.main-content .slider-about .pricing-box .price {
  margin-bottom: 5px;
}
.main-content .slider-about .pricing-box {
  color: #fff;
  font-size: 14px;
  display: table;
  width: 100%;
}
.main-content .slider-about .pricing-box .col3 {
  width: 25%;
  display: table-cell;
  padding: 0px 10px;
  float: none;
  text-align: center;
  border-right: 1px dotted rgba(255, 255, 255, 0.3);
}
.main-content .slider-about .pricing-box .col3:last-child {
  border-right: 0px;
}
.main-content .slider-about .desc {
  color: #fff;
  /* font-family: verdana; */
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: justify;
}
.slider-about .slick-arrow {
  font-family: ap;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  margin: auto 0px;
  font-size: 0px;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
}
.slider-about .slick-arrow:hover {
  opacity: 1;
}
.slider-about .slick-arrow:before {
  font-size: 24px;
}
.slider-about .slick-arrow.slick-prev {
  left: 0px;
}
.slider-about .slick-arrow.slick-prev:before {
  content: "\e6b9";
}
.slider-about .slick-arrow.slick-next {
  right: 0px;
}
.slider-about .slick-arrow.slick-next:before {
  content: "\e6ba";
}
.slider-about .slick-dots {
  text-align: center;
  /* margin-top: 20px; */
  padding: 0px;
  margin: 0px;
}
.slider-about .slick-dots li {
  display: inline-block;
  padding: 0px 5px;
  margin-bottom: 0px;
}
.slider-about .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: none;
  margin-bottom: 0px;
}
.slider-about .slick-dots li button:hover {
  background: #f4b10f;
}
.slider-about .slick-dots li.slick-active button {
  background: #f4b10f;
}
.slider-about .slick-dots li.slick-active button:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.slider-about:hover .slick-arrow {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.slider-about:hover .slick-arrow.slick-prev {
  left: -50px;
}
.slider-about:hover .slick-arrow.slick-prev:before {
  content: "\e6b9";
}
.slider-about:hover .slick-arrow.slick-next {
  right: -50px;
}
.slider-about:hover .slick-arrow.slick-next:before {
  content: "\e6ba";
}
.main-content .top-select-box {
  margin-bottom: 20px;
  text-align: center;
}
.main-content .row-cus {
  margin: -2px -20px;
  overflow: hidden;
}
.main-content .col6 {
  float: left;
  padding: 0 20px;
  width: 50%;
}
.main-content .top-select-box .w {
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 40px 10px;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  height: 130px;
  text-align: center;
}
.main-content .top-select-box .icon {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
.main-content .top-select-box .text {
  display: inline-block;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}
.main-content .top-select-box .icon img {
  width: 60px;
}
.main-content .top-select-box .w .sub {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main-content .top-select-box .w .title {
  font-size: 22px;
  font-weight: bold;
}
.main-content .top-select-box .w .dvc-btn {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}
.main-content .top-select-box .w .dvc-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-content .top-select-box .w.bg-blue {
  background-color: #d13334;
  background-image: url("../img/bg1.png");
}
.main-content .top-select-box .w.bg-green {
  background-color: #19b934;
  background-image: url("../img/bg1.png");
}
.main-content .-videointro .box-body {
  padding-top: 0;
}
.main-content .-videointro .tabs {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 10px;
}
.main-content .-videointro .tabs .tab {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.main-content .-videointro .tabs .tab:hover {
  color: #2b91dc;
}
.main-content .-videointro .tabs .tab.active {
  color: #2b91dc;
}
.main-content .-videointro .tabs .tab.active::before {
  background: #2b91dc none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.main-content .-videointro .tab-content .tab-pane {
  display: none;
}
.main-content .-videointro .tab-content .tab-pane.active {
  display: block;
}
.dvc-top-banner .nav-toggle {
  display: none;
}
.support-content {
  padding: 20px 0px;
  line-height: 20px;
  overflow: hidden;
  height: calc(-302vh);
}
.support-content .col6 {
  width: 50%;
  float: left;
  padding: 0px 15px;
}
.support-content .title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #c4060f;
}
.support-content .title .icon {
  width: 20px;
  margin-right: 5px;
}
.support-content p,
.support-content li {
  margin-bottom: 5px;
}
.support-content .detail {
  font-size: 15px;
}
.support-content .detail ul {
  margin-left: 10px;
  margin-top: 10px;
}
.support-content .detail .fa {
  width: 15px;
  color: #c4060f;
  margin-right: 5px;
}
.borderbox {
  box-sizing: border-box;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
* {
  -webkit-text-stroke: 0;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  box-sizing: border-box;
  font-size: 100%;
  list-style: outside none none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none;
  text-rendering: geometricprecision;
  vertical-align: baseline;
}
body {
  font-family: Arial;
  font-size: 14px;
}
.c-red {
  color: #f9243d;
}
.c-blue {
  color: #2b91dc;
}
.c-light-blue {
  color: #00aaff;
}
.c-green {
  color: #19b934;
}
.c-orange {
  color: #ff7800;
}
.c-blue-gray {
  color: #7f8fa4;
}
.c-indigo {
  color: #512da8;
}
.bg-red {
  background-color: #f9243d;
}
.bg-blue {
  background-color: #2b91dc;
}
.bg-light-blue {
  background-color: #00aaff;
}
.bg-green {
  background-color: #19b934;
}
.bg-orange {
  background-color: #ff7800;
}
.bg-blue-gray {
  background-color: #7f8fa4;
}
.bg-indigo {
  background-color: #512da8;
}
.dvc-top-banner {
  background-color: #046fce;
  background-image: url("../img/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 13rem;
  overflow: hidden;
}
.dvc-top-banner .dvc-logo {
  color: #fff;
  float: left;
  padding-left: 80px;
  position: relative;
}
.dvc-top-banner .dvc-logo-text {
  font-weight: bold;
  padding: 13px 0;
  text-transform: uppercase;
}
.dvc-top-banner .dvc-logo-text .dvc-headline {
  color: #ffeb3b;
  font-family: arial;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.dvc-top-banner .dvc-logo-text .dvc-title {
  font-size: 16px;
  line-height: normal;
  margin: 0px;
  font-weight: bold;
}
.dvc-top-banner .dvc-image {
  left: 0;
  position: absolute;
  top: 5px;
}
.dvc-top-banner .dvc-image img {
  height: 60px;
}
.dvc-header {
  background: #0782e0;
  border-top: 1px solid #1390f1;
}
.dvc-header .datetime {
  color: #fff;
  float: right;
  font-size: 14px;
  left: 0;
  padding: 10px 0;
  position: relative;
  /* text-transform: uppercase; */
  top: 0;
}
.dvc-header .menus {
  display: block;
  margin: 0;
  padding: 0;
  /* text-align: center; */
}
.dvc-header .menus:after {
  display: block;
  content: "";
  clear: both;
}
.dvc-header .menus > li {
  display: inline-block;
  float: left;
  border-right: 1px solid #0d74c3;
  border-left: 1px solid #1387e0;
}
.dvc-header .menus > li:first-child {
  border-left: 0px;
}
.dvc-header .menus > li.datetime {
  float: right;
  border-left: 0px;
  border-right: 0px;
}
.dvc-header .menus > li > a {
  color: #fff;
  display: inline-block;
  font-size: var(--font-size-li);
  font-weight: bold;
  padding: 10px 20px; /*chỉnh padding Nộp hồ sơ trực tuyến*/
  position: relative;
  text-transform: uppercase;
}
.dvc-header .menus > li.active > a,
.dvc-header .menus > li:hover > a {
  background: #0774c7;
}
.dvc-header .menus > li > a::before {
  border-left: 1px solid #fff;
  bottom: 0;
  /* content: ""; */
  height: 15px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.dvc-header .menus > li:first-child > a::before {
  display: none;
}
.dvc-header .menus > li.active > a::after,
.dvc-header .menus > li:hover > a::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000000;
  bottom: -8px;
  content: "";
  height: 0;
  left: 0;
  display: none;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.dvc-header .menus > li .icon {
  margin-right: 5px;
}
.dvc-top-banner .box-login {
  position: absolute;
  top: 4rem;
  right: 5rem;
  width: auto;
  display: flex;
  flex-direction: row;
}
.box-login-responsive{
  display: none;
}
@media screen and (max-width: 1200px){
  .dvc-top-banner .box-login {
    top: 2rem;
  }
}
@media screen and (max-width: 1000px){
  .dvc-top-banner .box-login {
    top: 1rem;
  }
}
@media screen and (max-width: 800px){
  .dvc-top-banner .box-login {
    top: 0.3rem;
  }
}
@media screen and (max-width: 620px){
  .dvc-top-banner .box-login {
    top: 0.3rem;
    display: none;
  }
  .box-login-responsive{
    width: auto;
    display: flex;
  }
  .box-login-responsive .dvc-btn{
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
  }
  .box-login-responsive .btn-login{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .box-login-responsive .btn-login:hover .dropdown-content{
    position: relative;
  }
  .box-login-responsive .user-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
  }
  .box-login-responsive .user-btn:hover .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
  }
}
.dvc-top-banner .box-login .icon {
  font-size: 16px;
  color: #fff;
}
.dvc-top-banner .box-login .dvc-btn {
  padding: 1rem;
  display: flex;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
  width: auto;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  background: rgba(255, 255, 255, 0.1);
}
.dvc-top-banner .box-login .dvc-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.dvc-header .box-login {
  display: none;
}
.dvc-header .box-login .icon {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.row-box {
  display: flex;
}
.dvc-header .box-login .dvc-btn {
  padding: 8px 15px;
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.dvc-header .box-login .dvc-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.circliful {
  position: relative;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  display: inline-block;
  font-size: 13px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.circle-text {
  color: #2182c5;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.percent.-ward .circle-text {
  color: #2b91dc;
}
.circle-info,
.circle-info-half {
  color: #555;
}
.circliful .fa {
  bottom: 4px;
  margin: -10px 3px 0;
  position: relative;
}
.dvc-main-wrap {
  overflow: hidden;
  padding: 20px 0;
}
.box-sidebar.stat-user {
  background: #0f4466 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.box-sidebar.stat-user .text {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 150px;
}
.box-sidebar.stat-user .number {
  display: inline-block;
}
.box-sidebar.stat-user .num {
  background: #1966aa none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 5px;
  word-spacing: -2px;
}
.slick-slide {
  height: auto;
}
img {
  max-width: 100%;
}
.hinh_anh img {
  height: 100%;
}
.main-content .box {
  margin-bottom: 20px;
  overflow: hidden;
}
.main-content .box .box-head {
  /* color: #007fdc; */
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px 0px;
  text-align: left;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
  /* background: #fffae1; */
  /* border-radius: 3px; */
  border-bottom: 1px solid #ddd;
}
.main-content .box .box-body {
  border-radius: 5px;
  /* padding: 15px; */
}
.main-content .box.intro .box-head {
  border-bottom: 0px;
}
.main-content .box.intro .box-head:before {
  display: none;
}
.main-content .box.intro .box-body {
  background: #2b91dc none repeat scroll 0 0;
  padding: 10px 14px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.main-content .slider-about .title {
  color: #ffee58;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.main-content .slider-about .title-price {
  font-size: 16px;
  color: #ffee58;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.main-content .slider-about .pricing-box .title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
.main-content .slider-about .pricing-box .price {
  margin-bottom: 5px;
}
.main-content .slider-about .pricing-box {
  color: #fff;
  font-size: 14px;
  display: table;
  width: 100%;
}
.main-content .slider-about .pricing-box .col3 {
  width: 25%;
  display: table-cell;
  padding: 0px 10px;
  float: none;
  text-align: center;
  border-right: 1px dotted rgba(255, 255, 255, 0.3);
}
.main-content .slider-about .pricing-box .col3:last-child {
  border-right: 0px;
}
.main-content .slider-about .desc {
  color: #fff;
  /* font-family: verdana; */
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: justify;
}
.slider-about .slick-arrow {
  font-family: ap;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  margin: auto 0px;
  font-size: 0px;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
}
.slider-about .slick-arrow:hover {
  opacity: 1;
}
.slider-about .slick-arrow:before {
  font-size: 24px;
}
.slider-about .slick-arrow.slick-prev {
  left: 0px;
}
.slider-about .slick-arrow.slick-prev:before {
  content: "\e6b9";
}
.slider-about .slick-arrow.slick-next {
  right: 0px;
}
.slider-about .slick-arrow.slick-next:before {
  content: "\e6ba";
}
.slider-about .slick-dots {
  text-align: center;
  /* margin-top: 20px; */
  padding: 0px;
  margin: 0px;
}
.slider-about .slick-dots li {
  display: inline-block;
  padding: 0px 5px;
  margin-bottom: 0px;
}
.slider-about .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: none;
  margin-bottom: 0px;
}
.slider-about .slick-dots li button:hover {
  background: #f4b10f;
}
.slider-about .slick-dots li.slick-active button {
  background: #f4b10f;
}
.slider-about .slick-dots li.slick-active button:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.slider-about:hover .slick-arrow {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.slider-about:hover .slick-arrow.slick-prev {
  left: -50px;
}
.slider-about:hover .slick-arrow.slick-prev:before {
  content: "\e6b9";
}
.slider-about:hover .slick-arrow.slick-next {
  right: -50px;
}
.slider-about:hover .slick-arrow.slick-next:before {
  content: "\e6ba";
}
.main-content .top-select-box {
  margin-bottom: 20px;
  text-align: left;
}
.main-content .row-cus {
  margin: 0 -20px;
  overflow: hidden;
}
.main-content .col6 {
  float: left;
  padding: 0 20px;
  width: 50%;
}
.main-content .-videointro .box-body {
  padding-top: 0;
}
.main-content .-videointro .tabs {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 10px;
}
.main-content .-videointro .tabs .tab {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.main-content .-videointro .tabs .tab:hover {
  color: #2b91dc;
}
.main-content .-videointro .tabs .tab.active {
  color: #2b91dc;
}
.main-content .-videointro .tabs .tab.active::before {
  background: #2b91dc none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.main-content .-videointro .tab-content .tab-pane {
  display: none;
}
.main-content .-videointro .tab-content .tab-pane.active {
  display: block;
}
.dvc-footer {
  background-color: #046fce;
  background-image: url("../img/background-footer.png");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.dvc-footer .footer-box {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 8px 0;
  position: relative;
}
.dvc-footer .footer-box .title {
  margin-bottom: 5px;
}
.dvc-footer .footer-box .description {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
}
.dvc-footer .footer-box.-custom .icon {
  left: 0;
  position: relative;
  top: 30px;
}
.dvc-footer .copyright {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  padding: 5px 15px;
  text-align: center;
}
.dvc-footer .copyright img {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
}
.dvc-top-banner .nav-toggle {
  display: none;
}
@media (max-width: 100px) {
  .main-content .slider-about .pricing-box .col3 {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .dvc-top-banner .dvc-logo-text .dvc-headline {
    font-size: 18px;
  }
  .block-hoso {
    width: 100%;
    padding: 0px;
  }
  .block-hoso:last-child {
    width: 100%;
  }
  /* .dvc-header .menus > li {
      width: 100%;
      float: none;
      border-left: 0px;
      border-right: 0px;
    } */
  .dvc-header {
    padding: 0px;
    display: none;
    overflow: hidden;
  }
  .dvc-header.active {
    display: block;
  }
  .dvc-main-wrap {
    width: 100%;
  }
  .dvc-main-wrap .dvc-container {
    padding: 0px;
  }
  .dvc-top-banner .nav-toggle {
    width: 36px;
    cursor: pointer;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    display: block !important;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
    float: right;
  }
  .dvc-top-banner .nav-toggle .fa {
    line-height: 36px;
  }
  .main-content {
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    padding-right: 0px;
  }
  .dvc-header .menus > li.active > a {
    background: #f5dc00;
  }
  .dvc-header .menus > li > a::before {
    display: none;
  }
  .dvc-header .menus > li.active > a::after,
  .dvc-header .menus > li:hover > a::after {
    display: none;
  }
  .dvc-header .menus {
    text-align: left;
    width: 100%;
    float: left;
  }
  .dvc-header .menus > li {
    display: block;
  }
  .dvc-header .menus > li > a {
    display: block;
  }
  .dvc-header .datetime {
    float: none;
  }
  .box.-steps .box-body .item {
    width: 100%;
  }
  .box.-steps .box-body .item:before {
    display: none;
  }
  .box.-steps .box-body {
    position: relative;
  }
  .box.-steps .box-body .item {
    width: 100% !important;
    z-index: 2;
    background: #fff;
  }
  .box.-steps .box-body:after {
    border-right: 3px solid #0066bd;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    top: 30px;
    /* height: 100%; */
    margin: auto;
    width: 3px;
  }
  .main-content .col6 {
    width: 100%;
  }
  .main-content .top-select-box .w {
    padding: 15px 20px;
    margin-bottom: 10px;
  }
  .box.-steps .box-body .item .icon:before {
    display: none;
  }
  .dvc-header .box-login {
    display: block;
    text-align: center;
    padding: 15px;
  }
}
@media (max-width: 520px) {
  .main-content .col6 {
    width: 100%;
    margin-bottom: 0px;
  }
  .dvc-top-banner .dvc-logo-text {
    padding: 10px 0px;
  }
  .block-hoso,
  .block-hoso:last-child {
    width: 100% !important;
  }
  .main-content .slider-about .pricing-box .col3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.support-content {
  padding: 20px 0px;
  line-height: 20px;
  overflow: hidden;
  height: calc(-202vh);
}
.support-content .col6 {
  width: 50%;
  float: left;
  padding: 0px 15px;
}
.support-content .title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #c4060f;
}
.support-content .title .icon {
  width: 20px;
  margin-right: 5px;
}
.support-content p,
.support-content li {
  margin-bottom: 5px;
}
.support-content .detail {
  font-size: 15px;
}
.support-content .detail ul {
  margin-left: 10px;
  margin-top: 10px;
}
.support-content .detail .fa {
  width: 15px;
  color: #c4060f;
  margin-right: 5px;
}
@media (max-width: 1100px) {
  .dvc-header .menus {
    padding: 10px 0px;
  }
  .main-content .box .box-head {
    text-align: center;
  }
  .box .box-head:before {
    display: none;
  }
  .dvc-header .menus > li.datetime {
    padding: 0px 20px;
  }
  .dvc-top-banner .dvc-logo-text {
    padding: 13px 0px;
    padding-right: 40px;
    padding-left: 10px;
  }
}
.phi-buu-dien img {
  height: 195px;
  width: 100%;
}
.tab-pane video {
  margin-top: 10px;
}
@media (max-width: 1100px) {
  .box.intro {
    display: none;
  }
  .support-content .col6 {
    width: 100%;
    float: left;
    padding: 0px 15px;
  }
  .support-content {
    padding: 20px 0px;
    line-height: 20px;
    overflow: hidden;
    height: 100%;
  }
}
.egov-info-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin: 20px auto;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-left: 60px;
  position: relative;
  max-width: 768px;
}
#egov-tab {
  margin: 0px;
}
.egov-info-success .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 16px;
  left: 15px;
  text-align: center;
  line-height: 30px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.egov-info-success .egov-label-bold {
  display: block;
  font-weight: bold;
}
.box-form-reg {
  padding: 20px 40px;
  border: 1px solid #ddd;
}
.box-form-reg .form-group {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.box-form-reg .form-group .label-text {
  display: table-cell;
  width: 150px;
  padding-right: 10px;
  vertical-align: middle;
}
.box-form-reg .form-group .input {
  display: table-cell;
  padding-right: 10px;
}
.box-form-reg .form-group .input:last-child {
  padding-right: 0px;
}
.box-form-reg .btn-submit {
  border-radius: 3px;
  padding: 10px;
  font-size: 15px;
}
.box-form-reg .egov-calendar,
.box-form-reg .egov-inputfield {
  padding: 6px 10px;
  height: 34px !important;
  border-radius: 2px;
  border-color: #ccc;
}
.box-form-reg .captcha {
  height: 34px;
}
.wd-refresh {
  height: 34px;
  padding: 6px 10px;
  font-size: 18px;
}
.dvc-footer {
  background-color: #046fce;
  background-image: url("../img/background-footer.png");
  background-position: center center;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.dvc-footer .footer-box {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0;
  position: relative;
}
.dvc-footer .footer-box p {
  margin: 0;
}
.dvc-footer .footer-box .title {
  margin-bottom: 5px;
}
.dvc-footer .footer-box .description {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: none;
}
.dvc-footer .footer-box.-custom .icon {
  font-size: 24px;
  left: 0;
  position: absolute;
  top: 30px;
}
.dvc-footer .copyright {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  color: rgba(255, 255, 255, 0.6);
  padding: 7px 10px;
  text-align: center;
}
.dvc-footer .copyright img {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
}
@media (max-width: 100px) {
  .main-content .slider-about .pricing-box .col3 {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .dvc-top-banner .dvc-logo-text .dvc-headline {
    font-size: 18px;
  }
  .dvc-header {
    padding: 0px;
    overflow: hidden;
  }
  .dvc-main-wrap {
    width: 100%;
  }
  .dvc-main-wrap .dvc-container {
    padding: 0px;
  }
  .box-sidebar {
    width: 100%;
  }
  .dvc-top-banner .nav-toggle {
    width: 36px;
    cursor: pointer;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    display: block;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .main-content {
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    padding-right: 0px;
  }
  .dvc-header .menus > li > a::before {
    display: none;
  }
  .dvc-header .menus > li.active > a::after,
  .dvc-header .menus > li:hover > a::after {
    display: none;
  }
  .dvc-header .menus {
    text-align: left;
    width: 100%;
    float: left;
  }
  .dvc-header .menus > li {
    display: block;
  }
  .dvc-header .menus > li > a {
    display: block;
  }
  .dvc-header .datetime {
    float: none;
  }
  .box.-steps .box-body .item {
    width: 100%;
  }
  .box.-steps .box-body .item:before {
    display: none;
  }
  .box.-steps .box-body {
    position: relative;
  }
  .box.-steps .box-body .item {
    width: 100% !important;
    z-index: 2;
    background: #fff;
  }
  .box.-steps .box-body:after {
    border-right: 3px solid #0066bd;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    top: 30px;
    /* height: 100%; */
    margin: auto;
    width: 3px;
  }
  .main-content .col6 {
    width: 100%;
  }
  .main-content .top-select-box .w {
    padding: 15px 20px;
    margin-bottom: 10px;
    height: auto;
  }
  .box.-steps .box-body .item .icon:before {
    display: none;
  }
  .main-content .top-select-box .text {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

@media (min-width: 0px) and (max-width: 1099px) {
  .box-login-2 {
    display: block;
  }
}
@media (min-width: 1100px) {
  .navbar-bottom .menus .box-login-2 {
    display: none;
  }
}

@media (max-width: 520px) {
  .main-content .col6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .block-hoso,
  .block-hoso:last-child {
    width: 100% !important;
  }
  .main-content .slider-about .pricing-box .col3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .box-research .input {
    padding-right: 0px;
  }
  .box-research .btn-search {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
  .dvc-top-banner .dvc-container {
    padding: 0px;
  }
  .dvc-top-banner .dvc-logo {
    padding-left: 55px;
  }
  .dvc-top-banner .dvc-image {
    top: 10px;
  }
  .dvc-top-banner .dvc-image img {
    height: 50px;
  }
  .dvc-top-banner .dvc-logo-text .dvc-headline {
    font-size: 13px;
  }
  .dvc-top-banner .dvc-logo-text .dvc-title {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .box-form-reg .form-group {
    display: block;
  }
  .box-form-reg .form-group .label-text {
    display: block;
  }
  .box-form-reg .form-group .input {
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
/*------------navbar-bottom-----------------*/
.navbar-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.navbar-bottom .menus > li {
  display: inline-block;
  position: relative;
}
.navbar-bottom .menus > li > a {
  padding: 10px 10px; /*chỉnh sửa padding Kiosk*/
  color: #222;
  font-weight: bold;
  color: #046fce;
  display: inline-block;
}
.navbar-bottom .menus > li > a:hover {
  color: #0b74c1;
}
.navbar-bottom .menus > li.active > a,
.navbar-bottom .menus > li.open > a {
  background: #f6f7f9;
  color: #0b74c1;
}
.navbar-bottom .box-search {
  left: auto;
  right: 0px;
  margin: 0px;
  border-radius: 0px;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
  min-width: 220px;
}
.navbar-bottom .box-search li > a {
  padding: 5px 10px;
  display: block;
  color: #222;
  border-radius: 3px;
}
.navbar-bottom .box-search li:hover > a {
  background: #f6f7f9;
}
.navbar-bottom .box-search li.active > a {
  background: #337ab7;
  color: #fff;
}
.navbar-bottom .box-search .dv_cap_1 {
  font-weight: bold;
}
.navbar-bottom .box-search .input-search {
  position: relative;
  margin-bottom: 10px;
}
.navbar-bottom .box-search .input-search .form-control {
  box-shadow: none;
  border-radius: 2px;
  height: auto;
  padding: 5px 10px;
  padding-left: 30px;
}
.navbar-bottom .box-search .input-search .icon {
  position: absolute;
  top: 7px;
  left: 10px;
  opacity: 0.6;
  pointer-events: none;
}
.form-control {
  border-radius: 2px;
  padding: 6px 10px;
  box-shadow: none;
  height: 32px;
  border-color: #d5d5d5;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: auto;
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(#fff, #f6f7f8);
  border-color: #d5d5d5;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px;
}
.select2-container.select2-container--open .select2-selection--single {
  border-bottom: 0px;
  border-color: #256390;
  background: linear-gradient(to top, #fff, #f6f7f8);
}
.select2-dropdown {
  border-color: #256390;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d5d5d5;
  padding-left: 20px;
  border-radius: 2px;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: #376fca;
}
.select2-container--default .select2-search--dropdown {
  position: relative;
}
.select2-container--default .select2-search--dropdown:before {
  content: "\f002";
  pointer-events: none;
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 10px;
  opacity: 0.6;
}
.aui-field-label-inline-label {
  display: inline-block;
}
.aui-field-element {
  display: inline-block;
}
.search-results {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
}
.aui-field-content {
  margin-right: 10px;
  float: left;
}
.page-links span,
.page-links a {
  display: inline-block;
  padding: 2px 7px;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.page-links span:last-child,
.page-links a:last-child {
  border-right: 0px;
}
.nav-tabs {
  margin-top: 10px;
  padding: 0px 10px;
}
.nav-tabs > li > a {
  padding: 8px 15px;
}
.wd-box-search {
  padding: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #256390;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.wd-box-search .form-group {
  display: table;
  width: 100%;
}
.wd-box-search .form-group label {
  display: table-cell;
  width: 100px;
  padding-right: 10px;
}
.wd-box-search .btn {
  min-width: 120px;
}
.wd-box-search2 {
  padding: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #256390;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  min-height: 245px;
}

.dvc-lv2,
.dvc-lv1,
.dvc-lv3,
.dvc-lv4 {
  padding: 2px 10px;
  background: #689f38;
  border: 0;
  color: #fff;
  border-radius: 2px;
}
.dvc-lv2 {
  background: #1f9fd0;
}
.dvc-lv3 {
  background: #d68000;
}
.dvc-lv4 {
  background: #e64a19;
}
.table-custom .table th {
  background: #1386e0;
  color: #fff;
  border: 1px solid #2c92e2;
}
.table-disalbe th {
  background: #999 !important;
  border: 1px solid #777 !important;
}
.table-custom .table td {
  border: 1px solid #ddd;
}
.table-custom .table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.tab-content {
  padding: 15px;
}
.jstree ul {
  padding-left: 15px;
  position: relative;
}
.jstree ul a {
  display: block;
  padding: 5px 10px;
  color: #111;
}
.jstree ul > li > ul:before {
  left: 10px;
}
.jstree ul > li > ul > li > .jstree-icon {
  left: -9px;
}
.jstree ul li {
  position: relative;
}
.jstree ul li:hover > a {
  color: #1e51af;
}
.jstree ul li.active > a {
  color: #1e51af;
  font-weight: bold;
}
.jstree ul li:before {
  content: "";
  height: 1px;
  width: 10px;
  position: absolute;
  top: 15px;
  left: -5px;
  border-bottom: 1px dotted #555;
}
.jstree ul li > .jstree-icon {
  position: absolute;
  top: 5px;
  left: -20px;
  cursor: pointer;
  z-index: 2;
  background: #fff;
  font-family: FontAwesome;
}
.jstree ul li > .jstree-icon:before {
  content: "\f196";
}
.jstree ul li.jstree-open > .jstree-icon:before {
  content: "\f147";
}
.jstree ul li.jstree-open > ul {
  display: block;
}
.jstree ul:before {
  top: 0px;
  width: 1px;
  bottom: 0px;
  position: absolute;
  left: 0px;
  content: "";
  border-left: 1px dotted #555;
}
.jstree > ul ul {
  display: none;
}
.jstree > ul > li:before {
  width: 5px;
}
.jstree > ul > li > a {
  padding-left: 5px;
  padding-right: 5px;
}
.jstree > ul > li.active > a {
  background: #1655b3;
  color: #fff;
}
.btn {
  border-radius: 2px;
}
/*-------Nop hs qua mang-------*/
.nop-hs-qua-mang .box.-steps .box-head {
  border-bottom: 0px;
  display: block;
  text-align: center;
  color: #000;
}
.nop-hs-qua-mang .box.-steps .box-head:before {
  display: none;
}
.nop-hs-qua-mang .box.-steps .box-body .item:not(.active) {
  color: #9ea0a2;
}
.nop-hs-qua-mang .box.-steps .box-body .item:not(.active):before {
  background: #9ea0a2;
}
.nop-hs-qua-mang .box.-steps .box-body .item:not(.active) .icon {
  background: #9ea0a2;
}
/*-----Thong-ke-----*/
.thong-ke .nav-top {
  position: relative;
  padding-top: 10px;
}
.thong-ke .nav-top .nav-tabs {
  padding: 0px;
}
.thong-ke .nav-top .btn {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 13px;
  color: #555;
  background: #f4f4f4;
  font-weight: bold;
  border: 1px solid #ddd;
}
.thong-ke .nav-top .btn:hover {
  background: #f1f1f1;
  color: #222;
}
.thong-ke .tab-content {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.thong-ke .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.thong-ke .panel .panel-head > a {
  color: #fff;
  font-weight: bold;
}
.thong-ke .panel .info {
  margin-bottom: 5px;
  display: table;
  width: 100%;
}
.thong-ke .panel .info .key,
.thong-ke .panel .info .val {
  display: table-cell;
}
.thong-ke .panel .info .key {
  width: 150px; /* 100px */
}
.thong-ke .panel .info .val {
  text-align: right;
}
.box-tra-cuu {
  background: #f5f6f7;
  padding: 20px;
  border: 1px solid #f1f2f3;
}
.box-tra-cuu .title-top {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-tra-cuu .wd-box-search {
  background: #fff;
}
.box-tra-cuu .title {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.box-tra-cuu .box-info {
  margin-bottom: 30px;
}
.box-tra-cuu .syntax {
  font-size: 18px;
  font-weight: bold;
  color: #f2390e;
  background: rgba(242, 57, 14, 0.05);
  padding: 5px 10px;
  border-radius: 2px;
}
.box-tra-cuu .box-hs-canvas {
  background: #fff;
  padding: 10px;
  height: 350px;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-tra-cuu .box-hs-canvas a {
  padding: 5px 0px;
  display: block;
  color: #222;
  display: table;
  width: 100%;
  border-bottom: 1px dotted #eee;
}
.box-tra-cuu .box-hs-canvas a .name {
  display: table-cell;
  font-weight: bold;
  text-transform: uppercase;
}
.box-tra-cuu .box-hs-canvas a .id {
  display: table-cell;
  width: 100px;
  white-space: nowrap;
  text-align: right;
  opacity: 0.8;
}
.box-tra-cuu .box-hs-canvas a:hover {
  color: #0873c5;
}
.box-tra-cuu .vert .simply-scroll-list li {
  min-height: 24px;
  height: auto;
  width: 100%;
}
@media (max-width: 1100px) {
  .wd-box-search .form-group {
    display: block;
  }
  .wd-box-search .form-group label {
    display: block;
    width: 100%;
  }
}

.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #4ea1ea;
  border-color: #bce8f1;
}

.panel-warning > .panel-heading {
  color: #333;
  background-color: #f9e67c;
  border-color: #faebcc;
}

.date-update p {
  text-transform: uppercase;
  font-size: smaller;
  color: #d7dbdd;
}

.date-update p:hover {
  color: #666;
  font-weight: bold;
}

.date-update p span:hover {
  color: #0000cd !important ;
  font-weight: bolder;
  font-size: 150%;
}
.listfile-type {
  height: 34px !important;
}

/*CSS TRA CỨU DOANH NGHIỆP*/
.custom_tra_cuu_doanh_nghiep #questions-list td ul {
  margin-bottom: 0;
}

.custom_tra_cuu_doanh_nghiep h1 {
  font-size: 64px;
}

.custom_tra_cuu_doanh_nghiep h2 {
  font-size: 48px;
}

.custom_tra_cuu_doanh_nghiep h3 {
  font-size: 36px;
}

.custom_tra_cuu_doanh_nghiep h4 {
  font-size: 24px;
}

.custom_tra_cuu_doanh_nghiep h5 {
  font-size: 20px;
}

.custom_tra_cuu_doanh_nghiep h6 {
  font-size: 18px;
}

.custom_tra_cuu_doanh_nghiep p {
  margin-bottom: 1em;
}

.custom_tra_cuu_doanh_nghiep .fonts13 {
  font-size: 13px;
  color: #909090;
}

.custom_tra_cuu_doanh_nghiep .fonts17 {
  font-size: 17px;
}

.custom_tra_cuu_doanh_nghiep #fitler-wrapper {
  margin-bottom: 20px;
}

.custom_tra_cuu_doanh_nghiep .table-modal-show tr {
  cursor: pointer;
}

.custom_tra_cuu_doanh_nghiep .title-modal-body {
  margin-bottom: 10px;
  color: #055a9c;
}

.custom_tra_cuu_doanh_nghiep .info-company-detail {
  background: #f9f9f9fc;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #cccccc42;
  max-height: 400px;
  position: relative;
  overflow: auto;
}

.custom_tra_cuu_doanh_nghiep .my-custom-scrollbar {
  position: relative;
  max-height: 400px;
  overflow: auto;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.custom_tra_cuu_doanh_nghiep .table-wrapper-scroll-y {
  display: block;
}

.custom_tra_cuu_doanh_nghiep .table-wrapper-scroll-y tr td.td-end {
  position: relative;
}

.custom_tra_cuu_doanh_nghiep .table-wrapper-scroll-y tr td i {
  position: absolute;
  left: 50%;
  color: #30cc00;
  font-size: 20px;
}

.custom_tra_cuu_doanh_nghiep .table-wrapper-scroll-y tr td i.error-i {
  color: #e05704;
}

.custom_tra_cuu_doanh_nghiep .fontweight600 {
  font-weight: 600;
  margin-right: 2px;
}

.custom_tra_cuu_doanh_nghiep .table-custom .table th {
  background: #1386e0 !important;
  color: #fff;
  border: 1px solid #2c92e2 !important;
  vertical-align: middle;
}

.custom_tra_cuu_doanh_nghiep div.dataTables_length select {
  border: 1px solid #ccc;
}

.custom_tra_cuu_doanh_nghiep .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ccc;
}

.custom_tra_cuu_doanh_nghiep div#questions-list {
  padding-bottom: 15px;
}

.custom_tra_cuu_doanh_nghiep
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1386e0cf),
    color-stop(100%, #047ddc)
  );
  background: -webkit-linear-gradient(top, #1386e0cf 0%, #047ddc 100%);
  background: -moz-linear-gradient(top, #1386e0cf 0%, #047ddc 100%);
  background: -ms-linear-gradient(top, #1386e0cf 0%, #047ddc 100%);
  background: -o-linear-gradient(top, #1386e0cf 0%, #047ddc 100%);
  background: linear-gradient(to bottom, #1386e0cf 0%, #047ddc 100%);
  color: #fff !important;
  border: 1px solid #cccccca8;
  font-weight: 600;
}

.custom_tra_cuu_doanh_nghiep
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:hover {
  color: white !important;
  border: 1px solid #046fced6;
  background-color: #f3f3f3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1485de),
    color-stop(100%, #046fce)
  );
  background: -webkit-linear-gradient(top, #1485de 0%, #046fce 100%);
  background: -moz-linear-gradient(top, #1485de 0%, #046fce 100%);
  background: -ms-linear-gradient(top, #1485de 0%, #046fce 100%);
  background: -o-linear-gradient(top, #1485de 0%, #046fce 100%);
  background: linear-gradient(to bottom, #1485de 0%, #046fce 100%);
}

.custom_tra_cuu_doanh_nghiep
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  border: 1px solid #cccccc85 !important;
}

.custom_tra_cuu_doanh_nghiep
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: no-drop;
}

.custom_tra_cuu_doanh_nghiep #table_sort_custom tr td:first-child {
  text-align: center;
}

.custom_tra_cuu_doanh_nghiep .table-custom .table td {
  border: 1px solid #dddddd63 !important;
}

.custom_tra_cuu_doanh_nghiep .loading-modal-cp {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
  display: none;
}
.custom_tra_cuu_doanh_nghiep .loading_page {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
}
.custom_tra_cuu_doanh_nghiep #openDetailCompany table {
  margin-bottom: 0 !important;
}
/*END CSS TRA CỨU DOANH NGHIỆP*/

/* CSS TRA CỨU CÂU HỎI THƯỜNG GẶP*/
.custom-list-data .title-dapan {
  color: #137acc;
  font-weight: 600;
  margin-right: 6px;
  font-size: 13px;
}

.custom-list-data .content_qt {
  font-size: 15px;
  color: black;
}

.custom-list-data .content_aw_detail {
  font-size: 13px;
  color: gray;
}

.custom-list-data #full_question {
  font-size: 17px;
}
/* END CSS TRA CỨU CÂU HỎI THƯỜNG GẶP */

/* NGHỆ AN - BUTTON HOMEPAGE */
#nghean-dashboard .w3-bar {
  width: 100%;
  overflow: hidden;
}
#nghean-dashboard .w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#nghean-dashboard .w3-ul li {
  padding: 10px 15px;
  border: 2px solid #6b33c026;
  border-radius: 50px;
  min-height: 80px;
  overflow: hidden;
  -moz-box-shadow: inset 0 0 7px #00000029;
  -webkit-box-shadow: inset 0 0 7px #00000029;
  box-shadow: inset 0 0 7px #00000029;
  cursor: pointer;
}
#nghean-dashboard .w3-circle {
  border-radius: 50%;
}
#nghean-dashboard .w3-bar .w3-bar-item {
  padding: 8px 0;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}
#nghean-dashboard .w3-large {
  font-size: 15px !important;
}
#nghean-dashboard .w3-bar {
  display: flex;
}
#nghean-dashboard .w3-bar img {
  width: 50px !important;
  height: 50px;
  padding: 0 !important;
}
#nghean-dashboard li.w3-bar:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.5s;
}
#nghean-dashboard .w3-bar .flex-basic25 {
  flex-basis: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nghean-dashboard .w3-bar .flex-basic75 {
  flex-basis: 80%;
  font-weight: 600;
  color: #5f5e5e;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
}
#nghean-dashboard .box-sidebar-custom {
  min-height: 289px;
  position: relative;
  border: 0;
}

#nghean-dashboard .wrap-btn-direct > li:first-child {
  top: 0;
  transition: 0.5s;
}
#nghean-dashboard .wrap-btn-direct > li:first-child:hover {
  border-color: #4d09b3;
  color: #4d09b3 !important;
}
#nghean-dashboard .wrap-btn-direct > li:first-child:hover .flex-basic75 {
  color: #4d09b3 !important;
}

#nghean-dashboard .wrap-btn-direct > li:nth-child(2) {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  transition: 0.5s;
}
#nghean-dashboard .wrap-btn-direct > li:nth-child(2):hover {
  border-color: #008000;
  color: #008000 !important;
}

#nghean-dashboard .wrap-btn-direct > li:nth-child(2):hover .flex-basic75 {
  color: #008000 !important;
}

#nghean-dashboard .wrap-btn-direct > li:last-child {
  position: absolute;
  bottom: 0;
  transition: 0.35s;
}
#nghean-dashboard .wrap-btn-direct > li:last-child:hover {
  border-color: #fe9000;
  color: #fe9000 !important;
}
#nghean-dashboard .wrap-btn-direct > li:last-child:hover .flex-basic75 {
  color: #fe9000 !important;
}
#nghean-dashboard .btn-top-left {
  padding-left: 0;
}
@media (max-width: 768px) {
  #nghean-dashboard .w3-large {
    font-size: 14px !important;
  }
  #nghean-dashboard .w3-bar img {
    width: 40px !important;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #nghean-dashboard .btn-top-left {
    padding-left: 15px !important;
  }
}
/* END NGHỆ AN - BUTTON HOMEPAGE */

/*END CSS TRA CỨU DOANH NGHIỆP*/

/*SLIDE NGHỆ AN*/

#part-nd-nan-slide {
  max-height: 325px;
}
ul .li-circle {
  list-style: circle;
  margin-left: 15px;
}
.custom-title-danhgia {
  height: 53px;
}

.tk-thang-item-col ul li {
  font-size: 13px;
}
.detail-li-custom a {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 10px;
  border-radius: 2px;
}

.detail-li-custom {
  text-align: right !important;
  margin-top: 0 !important;
  color: #fff;
}

.title-questionh5 {
  left: -20px;
  position: relative;
}

@media (min-width: 769px) {
  .detail-web {
    display: block !important;
  }
  .detail-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .detail-web {
    display: none !important;
  }
  .detail-mobile {
    display: block !important;
  }
  .detail-li-custom {
    text-align: center !important;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 2px;
  }
  .detail-li-custom a {
    background: transparent;
    font-size: 12px;
    padding: 0 !important;
  }
  #part-nd-nan-slide {
    height: auto !important;
    max-height: none !important;
  }
  .custom-title-danhgia {
    height: auto !important;
  }
  .body-danhgia-nan {
    height: auto !important;
  }

  #dvc-main-dstt .gt-table-custom .fb-share-button {
    top: 0 !important;
  }

  /*textarea đánh giá nghệ an*/
  .danhgia-nan-full .tab-content .cau_hoi_con textarea {
    width: 100% !important;
  }

  .title-questionh5 {
    left: 0;
    position: relative;
  }
}

@media (max-width: 425px) {
  .br-hidden {
    display: block !important;
  }
  .tk-thang-item-col ul li {
    font-size: 13px !important;
  }
}
.cadres-canvas {
  max-height: none !important;
}

.label-cq-nan {
  position: relative;
  top: 7px;
}
.detail-li-custom a:hover,
.detail-li-custom a:active,
.detail-li-custom a:focus,
.detail-li-custom a:visited {
  color: #fff;

  background: rgba(0, 0, 0, 0.76);
}

#nghean-dashboard #tier_1 .box-sidebar .head {
  padding: 10px !important;
}
/*END SLIDE NGHỆ AN*/

/* CUSTOM TABLE RESPONSIVE MOBILE*/
@media screen and (max-width: 601px) {
  .rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
  }

  .rwd-table tr:first-child {
    border-top: none;
  }

  .rwd-table th {
    display: none;
  }

  .rwd-table td {
    display: block;
  }

  .rwd-table td:first-child {
    padding-top: 15px;
  }

  .rwd-table td:before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
  }

  .rwd-table th,
  .rwd-table td {
    text-align: left;
  }

  .rwd-table {
    overflow: hidden;
  }

  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .rwd-table.table > tbody > tr:nth-of-type(odd) td {
    background-color: #f9f9f9;
  }
  .rwd-table.table > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
  }

  .rwd-table.table > tbody > tr > td,
  .rwd-table.table > tbody > tr > th,
  .rwd-table.table > tfoot > tr > td,
  .rwd-table.table > tfoot > tr > th,
  .rwd-table.table > thead > tr > td,
  .rwd-table.table > thead > tr > th {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
  }
  .rwd-table .list-download-document {
    left: 120px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    flex-basis: 100%;
    width: calc(100vw - 150px);
    padding-right: 15px;
    top: -15px;
    margin-bottom: 0;
  }
  .rwd-table .list-download-document > a {
    page-break-after: always;
    break-after: always;
    flex-basis: 15%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .rwd-table.table {
    border: none !important;
  }

  /*  Table chi tiết thủ tục*/

  #basic-info .table-basic-info-tt.table tbody tr td {
    flex-basis: 100%;
  }
  #basic-info .table-basic-info-tt.table tbody tr td:first-child {
    font-weight: 600;
  }
  #basic-info .table-basic-info-tt.table tbody tr td:last-child {
    border-top: 0;
  }
  #basic-info .table-basic-info-tt.table tbody tr {
    display: flex;
    flex-flow: row wrap;
  }
  #basic-info .table-basic-info-tt.table tbody {
    display: block;
  }
  #basic-info .table-basic-info-tt.table colgroup,
  #basic-info .table-basic-info-tt.table thead {
    display: none;
  }
  #myTabContent.tab-content {
    padding: 0 !important;
  }
  #basic-info .table-basic-info-tt.table tbody tr:first-child td {
    border-top: 0 !important;
  }
  #cttt-wrapper .form-action > .btn {
    margin-bottom: 10px;
  }
  /* end Table chi tiết thủ tục*/

  .tt-nop-hoso-table {
    margin-top: 10px;
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #256390;
  }

  .custom-body-table {
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #256390;
  }

  .tt-nop-hoso-table .table {
    font-size: 12px;
    margin-bottom: 0 !important;
  }
  .tt-nop-hoso-table .table td:first-child {
    text-align: center;
  }
  .tt-nop-hoso-table .table td {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .tt-nop-hoso-table .table td.footable-last-visible .row-action a {
    margin-bottom: 5px;
  }

  /*  Input đánh giá cán bộ*/
  .eform.radio {
    left: 0;
    position: relative;
  }
  .eform.radio > input {
    top: 3px;
    margin: 0 !important;
  }
  .custom-panel-default-danhgia {
    border: 0 !important;
  }
  /*  End Input đánh giá cán bộ*/
  #hotline-wrapper .panel-title {
    min-height: 40px;
    line-height: 22px !important;
    white-space: normal !important;
    overflow: unset !important;
  }
  #hotline-wrapper .panel-title img {
    height: 40px;
    width: 40px;
  }
  .box-tra-cuu {
    padding: 15px !important;
  }
}

@media (max-width: 350px) {
  #cttt-wrapper .custom-heading {
    display: flow-root;
  }

  /*  Tra cứu hồ sơ*/
  .box-tra-cuu #hosotkq.box-hs-canvas a {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .box-tra-cuu #hosotkq.box-hs-canvas a .id {
    flex-basis: 100% !important;
    text-align: left !important;
  }
  .box-tra-cuu .box-hs-canvas a .name {
    flex-basis: 100% !important;
    padding-right: 20px !important;
  }
}

/* END CUSTOM TABLE RESPONSIVE MOBILE*/

/*    -------------Custom header-----------*/
#hotline-wrapper div.parent {
  display: table;
  width: 100%;
}
#hotline-wrapper div.text {
  vertical-align: middle;
  display: table-cell;
  padding-left: 10px;
  font-size: 15px;
}
#hotline-wrapper div.parent .img {
  vertical-align: middle;
  display: table-cell;
  width: 40px;
  height: 40px;
}
#hotline-wrapper div.img img {
  width: 100%;
  /* you can change height */
  vertical-align: middle;
}
