@charset "UTF-8";
/*
Theme Name:     Tin tức phường Hiệp Thành - Quận 12
Theme URI:      #
Author:         Chinh Nguyen
Author URI:     #
Description:    Tin tức phường Hiệp Thành - Quận 12
Version:        1
Text Domain:    nsht
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: Envato split License
License URI: #
*/
* {
  box-sizing: border-box; }

html {
  font-size: 10px;
  overflow-x: hidden; }

body {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #363636;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden; }
  body.active {
    overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold; }

ol,
ul,
dl {
  list-style-type: none;
  margin: 0;
  padding-left: 0; }

b,
strong {
  font-weight: 700; }

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  opacity: .8;
  text-decoration: none;
  /*color: #006400;*/ }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%; }

table {
  border-collapse: collapse; }

th {
  font-weight: 300;
  text-align: inherit;
  text-align: -webkit-match-parent; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

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

[hidden] {
  display: none !important; }

.is-pc {
  display: block !important; }
  @media (min-width: 1199px) {
    .is-pc {
      display: none !important; } }

.is-tab {
  display: none !important; }
  @media (max-width: 1200px) {
    .is-tab {
      display: block !important; } }
  @media (max-width: 769px) {
    .is-tab {
      display: none !important; } }

.is-sp {
  display: none !important; }
  @media (max-width: 768px) {
    .is-sp {
      display: block !important; } }

/* Menu */
.c-btnMenu {
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 8px 0;
  font-size: 20px;
  display: none;
  outline: 0; }
  .c-btnMenu:focus {
    border: 0;
    outline: 0; }
  @media (max-width: 1200px) {
    .c-btnMenu {
      display: block; } }

#menu-main-menu {
  display: flex;
  margin: 0 -10px; }
  @media (max-width: 1200px) {
    #menu-main-menu {
      position: absolute;
      top: 110%;
      left: 10px;
      width: 100%;
      background-color: #006400;
      opacity: 0;
      visibility: hidden;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  @media (max-width: 420px) {
    #menu-main-menu {
      flex-direction: column; } }
  #menu-main-menu.active {
    top: 100%;
    opacity: 1;
    visibility: visible; }
  #menu-main-menu li {
    position: relative; }
    #menu-main-menu li > a {
      padding: 10px;
      display: inline-block; }
      @media (max-width: 420px) {
        #menu-main-menu li > a {
          width: 100%; } }
      #menu-main-menu li > a:hover {
        color: #fff; }
    #menu-main-menu li:hover > .sub-menu {
      opacity: 1;
      display: block;
      visibility: visible;}
      @media (max-width: 767px) {
        #menu-main-menu li:hover > .sub-menu {
          opacity: 0; } }
    #menu-main-menu li.menu-item-has-children > a {
      padding-right: 0;
      position: relative; }
      @media (max-width: 767px) {
        #menu-main-menu li.menu-item-has-children > a {
          padding-right: 20px; } }
    #menu-main-menu li.menu-item-has-children:after {
      content: "\f107";
      font-family: 'Font Awesome 5 Free';
      color: #fff;
      margin: 0 8px 0 4px; }
      @media (max-width: 767px) {
        #menu-main-menu li.menu-item-has-children:after {
          display: none; } }
  #menu-main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #005800;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 767px) {
      #menu-main-menu .sub-menu {
        position: relative;
        top: auto;
        width: 100%;
        opacity: 1;
        height: 0;
        display: none;
        overflow: hidden; } }
    #menu-main-menu .sub-menu a {
      width: 100%;
      padding-right: 20px; }
    #menu-main-menu .sub-menu li {
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
      #menu-main-menu .sub-menu li:first-child {
        border-top-width: 0; }
        @media (max-width: 767px) {
          #menu-main-menu .sub-menu li:first-child {
            border-top-width: 1px; } }
      #menu-main-menu .sub-menu li:after {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
    #menu-main-menu .sub-menu .sub-menu {
      margin-left: 15px; }
  #menu-main-menu .c-btnSubMenu {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6); }
    #menu-main-menu .c-btnSubMenu.active + .sub-menu {
      opacity: 1;
      height: auto;
      display: block;
      visibility: visible;}
      #menu-main-menu .c-btnSubMenu.active .fa-plus:before {
              content: "\f068";
      }

/* Header */
.c-header__top {
  padding: 1.8rem 0 1rem; }
  .c-header__top .row {
    align-items: center; }
.c-header__bottom {
  position: relative;
  z-index: 9999999999;
  background-color: #006400;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.75); }
  .c-header__bottom .col-4, .c-header__bottom .col-md-10 {
    position: inherit; }
.c-header__add, .c-header__email, .c-header__hotline {
  text-align: right;
  font-size: 1.5rem; }
  @media (max-width: 420px) {
    .c-header__add, .c-header__email, .c-header__hotline {
      text-align: left; } }
  .c-header__add a, .c-header__email a, .c-header__hotline a {
    font-size: 1.8rem;
    color: #e91d25; }
@media (max-width: 420px) {
  .c-header h1 {
    margin-bottom: 15px; } }

/* Footer */
.c-footer {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  background-color: #006400; }
  .c-footer__logo {
    position: absolute;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%); }
    .c-footer__logo a {
      display: inline-block;
      width: 12.3rem;
      height: 12.3rem; }
  .c-footer__top {
    padding: 8rem 0; }
  .c-footer__bottom {
    background-color: #003d00;
    padding: 1.5rem 0; }
    @media (max-width: 767px) {
      .c-footer__bottom {
        text-align: center; } }
    .c-footer__bottom .col-md-4 {
      text-align: right; }
      @media (max-width: 767px) {
        .c-footer__bottom .col-md-4 {
          text-align: center; } }
  @media (max-width: 1200px) {
    .c-footer__widget {
      margin-bottom: 15px; } }
  .c-footer__widget h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .c-footer__widget select {
    display: inline-block;
    outline: 0;
    width: 100%;
    height: 45px;
    padding-left: 1rem; }

/* Go top */
.c-gotop {
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  cursor: pointer;
  line-height: 1;
  font-size: 0;
  background-color: #fff;
  border-radius: 50%; }
  .c-gotop i {
    font-size: 40px;
    color: #003d00; }

/* Heading */
.c-headLine {
  margin: 0 0 3.5rem;
  font-size: 2.6rem;
  font-weight: bold;
  color: #006400;
  text-transform: uppercase;
  border-bottom: 1px solid #adadad; }
  @media (max-width: 800px) {
    .c-headLine {
      font-size: 21px;
      margin-bottom: 15px; } }
  @media (max-width: 420px) {
    .c-headLine {
      font-size: 18px; } }
  .c-headLine.light span {
    background-color: #fff; }

.c-headLine span {
  display: inline-block;
  padding-right: 1rem;
  background-color: #f1f2f2;
  position: relative;
  bottom: -.7rem; }

.c-heading {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #006400;
  text-transform: uppercase;
  border-bottom: 1px solid #adadad; }

.c-heading span {
  display: inline-block;
  padding-right: 1rem;
  background-color: #fff;
  position: relative;
  bottom: -.6rem; }

/* Home */
.p-home {
  background-color: #f1f2f2;
  padding: 3rem 0 10rem; }
  .p-home1 {
    padding-bottom: 3rem; }
  .p-home2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 4rem 0 5rem; }
  .p-home4 {
    padding-top: 5rem; }

/* box shadow */
.c-bShadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 2rem 3rem; }
  @media (max-width: 420px) {
    .c-bShadow {
      padding: 20px 15px; } }

/* Link more */
.c-btnMore {
  display: inline-block;
  color: #006400;
  text-transform: uppercase; }

/* other */
.c-about__wrap {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .c-about__wrap {
      flex-direction: column; } }
.c-about__img {
  width: 280px;
  height: 280px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .c-about__img {
      width: 150px;
      height: 150px; } }
  @media (max-width: 800px) {
    .c-about__img {
      width: 100%;
      height: 250px;
      margin-bottom: 10px; } }
  @media (max-width: 420px) {
    .c-about__img {
      height: 200px; } }
  .c-about__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.c-about__content {
  width: calc(100% - 300px);
  text-align: right; }
  @media (max-width: 1200px) {
    .c-about__content {
      width: calc(100% - 180px); } }
  @media (max-width: 800px) {
    .c-about__content {
      width: 100%; } }
  .c-about__content p {
    text-align: left; }

.c-tttt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .c-tttt h3 {
    width: 100%; }
  .c-tttt__left {
    width: 68%; }
    @media (max-width: 1200px) {
      .c-tttt__left {
        width: 100%;
        margin-bottom: 15px; } }
  .c-tttt__right {
    width: 30%; }
    @media (max-width: 1200px) {
      .c-tttt__right {
        width: 100%; } }
  .c-tttt__img {
    width: 100%;
    height: 21.2rem;
    margin-bottom: 1rem; }
    .c-tttt__img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .c-tttt__more {
    width: 100%;
    text-align: right; }
  .c-tttt__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem; }
    .c-tttt__item h5 {
      font-size: 1.2rem; }
  .c-tttt__itimg {
    width: 8rem;
    height: 4.5rem;
    overflow: hidden; }
    .c-tttt__itimg img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .c-tttt__itInfo {
    width: calc(100% - 9rem); }
    .c-tttt__itInfo h5 {
      font-weight: normal; }

.c-qhpt__more {
  text-align: right;
  margin-top: 1rem; }

.c-ttsk li {
  margin-bottom: 1.4rem;
  border: 1px solid #e6e6e6; }
.c-ttsk a {
  display: flex;
  background-color: #fff;
  padding: 2rem;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .c-ttsk a {
      flex-direction: column; } }
  @media (max-width: 420px) {
    .c-ttsk a {
      flex-direction: inherit; } }
.c-ttsk__img {
  width: 9rem;
  height: 6.8rem;
  overflow: hidden; }
  @media (max-width: 800px) {
    .c-ttsk__img {
      width: 100%;
      margin-bottom: 10px; } }
  @media (max-width: 420px) {
    .c-ttsk__img {
      width: 8rem; } }
  .c-ttsk__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.c-ttsk__txt {
  width: calc(100% - 10rem);
  font-size: 1.3rem; }
  @media (max-width: 800px) {
    .c-ttsk__txt {
      width: 100%; } }
  @media (max-width: 420px) {
    .c-ttsk__txt {
      width: calc(100% - 9rem); } }
  .c-ttsk__txt .date {
    font-size: 1.1rem;
    display: block;
    color: #adadad; }
  .c-ttsk__txt .txt {
    font-size: 1.2rem;
    color: #e91d25;
    display: block; }

.c-baDVCTT li {
  background-color: #006400;
  color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 2rem; }
.c-baDVCTT a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold; }
  .c-baDVCTT a:hover {
    color: #fff; }
.c-baDVCTT .img {
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1200px) {
    .c-baDVCTT .img {
      width: 5rem;
      height: 5rem; } }
  @media (max-width: 800px) {
    .c-baDVCTT .img {
      width: 3rem;
      height: 3rem; } }
.c-baDVCTT .txt {
  width: calc(100% - 10rem);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem; }
  @media (max-width: 1200px) {
    .c-baDVCTT .txt {
      width: calc(100% - 6rem); } }
  @media (max-width: 800px) {
    .c-baDVCTT .txt {
      width: calc(100% - 4rem);
      font-size: 1.5rem; } }

.c-cddh__wrap {
  background-image: url(../img/bg-4.png);
  color: #fff;
  padding: 3rem; }
  .c-cddh__wrap .more {
    color: #e91d25;
    font-size: 1rem;
    display: inline-block;
    margin-left: .4rem; }
  .c-cddh__wrap .date {
    font-size: 1.1rem;
    display: inline-block;
    width: 100%;
    line-height: 1; }
.c-cddh__more {
  text-align: right; }
.c-cddh a:hover,
.c-cddh .c-btnMore {
  color: #fff; }
.c-cddh ul li {
  margin-bottom: 1rem; }
  .c-cddh ul li:first-child {
    margin-bottom: 2rem; }
    .c-cddh ul li:first-child .date {
      display: none; }
    .c-cddh ul li:first-child a {
      font-size: 2rem; }
  .c-cddh ul li a {
    font-size: 1.3rem; }

.c-vbpl li {
  margin-bottom: 1rem; }
  .c-vbpl li span {
    color: #e91d25;
    font-size: 1.2rem; }
  .c-vbpl li i {
    color: #006400; }
  .c-vbpl li a {
    font-size: 1.5rem; }
.c-vbpl__more {
  text-align: right;
  margin-top: 1rem; }

.c-hdtt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.c-hdtt li {
  margin-bottom: 1rem;
  width: 48%;
  background-image: url(../img/bg-1.png);
  background-size: contain;
  height: 13rem;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 1.5rem;
  background-repeat: no-repeat; }
  @media (max-width: 1200px) {
    .c-hdtt li {
      width: 100%;
      max-width: 395px;
      height: 113px; } }
.c-hdtt a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center; }

.c-hBanner {
  padding-top: 2.5rem; }
  .c-hBanner a {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
    padding: 2.5rem 2rem 2rem;
    background-size: cover; }
  .c-hBanner h3 {
    font-size: 2.8rem;
    font-weight: normal;
    margin-bottom: .5rem; }
    @media (max-width: 1200px) {
      .c-hBanner h3 {
        font-size: 2.6rem; } }
    @media (max-width: 800px) {
      .c-hBanner h3 {
        font-size: 1.7rem; } }
  .c-hBanner p {
    font-size: 1.4rem; }

.c-tSearch {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  cursor: pointer; }
  .c-tSearch__top {
    text-align: right;
    font-weight: normal; }
  .c-tSearch__bottom {
    width: 25rem;
    height: 4rem;
    position: absolute;
    top: 120%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .c-tSearch__bottom.active {
      top: 100%;
      opacity: 1;
      z-index: 1;
      visibility: visible; }
  .c-tSearch input[type="text"] {
    width: 100%;
    height: 100%; }
  .c-tSearch input[type="submit"] {
    display: none; }
  .c-tSearch form {
    height: 100%; }
  .c-tSearch .submit {
    position: absolute;
    top: 50%;
    right: 1rem;
    color: #006400;
    transform: translateY(-50%); }

/* Archive */
.p-search,
.p-archive {
  background-color: #f1f2f2;
  padding: 0 0 8rem; }
  .p-search .container,
  .p-archive .container {
    background-color: #fff;
    padding: 3rem 1.5rem; }
  .p-search .c-headLine span,
  .p-archive .c-headLine span {
    background-color: #fff; }

.c-archiveNews__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem; }
.c-archiveNews__img {
  width: 15rem;
  height: 10rem;
  overflow: hidden; }
  .c-archiveNews__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.c-archiveNews__content {
  width: calc(100% - 16rem); }
  .c-archiveNews__content.full {
    width: 100%; }
.c-archiveNews .date {
  font-size: 1.2rem;
  display: block;
  color: #adadad; }
.c-archiveNews .c-btnMore {
  font-size: 1.3rem; }
.c-archiveNews h3 {
  font-size: 1.9rem; }

/* Pagination */
.pagination {
  margin-top: 5rem; }
  .pagination h2 {
    display: none; }
  .pagination .nav-links {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
  .pagination span,
  .pagination a {
    display: inline-block;
    min-width: 3.8rem;
    height: 3.8rem;
    text-align: center;
    border: 1px solid #006400;
    font-size: 1.3rem;
    line-height: 2.92;
    padding: 0 .5rem;
    margin-left: .4rem; }
  .pagination span {
    background-color: #006400;
    color: #fff; }
    .pagination span.dots {
      background-color: #fff;
      border: 0;
      color: #000; }
  .pagination a:hover {
    background-color: #006400;
    color: #fff; }
  .pagination a.next {
    width: auto;
    padding: 0 1.5rem; }

.relate-news {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 0; }
  .relate-news .old-news,
  .relate-news .new-news {
    width: 48%; }
  .relate-news .title {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5;
    border-bottom: 1px solid #000;
    margin-bottom: .5rem; }

/* form search archive */
.c-formSearch {
  margin-bottom: 2rem;
  display: flex;
  justify-content: flex-end; }
  .c-formSearch form {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 19px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .c-formSearch form {
        width: 30rem; } }
  .c-formSearch label {
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: .4rem; }
  .c-formSearch button {
    cursor: pointer;
    height: 3.8rem;
    width: 3.8rem;
    text-align: center;
    background-color: transparent;
    border: 0; }
    .c-formSearch button:focus {
      outline: 0; }
  .c-formSearch input {
    height: 3.8rem;
    margin-right: .4rem;
    padding-left: 1rem; }
    .c-formSearch input[type="text"] {
      width: 100%;
      border: 0;
      outline: 0; }

.c-pages {
  background-color: #f1f2f2; }
  .c-pages .container {
    background-color: #fff;
    padding: 3rem 1.5rem 10rem; }
  .c-pages .c-headLine span {
    background-color: #fff; }
  .c-pages iframe {
    width: 100% !important;
    margin-bottom: 30px; }
    @media (max-width: 1200px) {
      .c-pages iframe {
        height: 380px !important; } }
    @media (max-width: 800px) {
      .c-pages iframe {
        height: 300px !important; } }
  .c-pages .wpcf7-submit {
    padding: 5px 15px;
    background-color: #006400;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .c-pages .wpcf7-submit:hover {
      opacity: 0.8; }

.c-contact__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.c-contact label {
  display: block; }
.c-contact fieldset {
  width: 48%; }
  .c-contact fieldset.line-nd {
    width: 100%; }
  .c-contact fieldset.line-submit {
    width: 100%;
    text-align: right; }
.c-contact input[type="text"],
.c-contact input[type="email"],
.c-contact input[type="tel"],
.c-contact textarea {
  width: 100%; }
@media (max-width: 1200px) {
  .c-contact textarea {
    height: 200px; } }
@media (max-width: 800px) {
  .c-contact textarea {
    height: 170px; } }

.p-sd,
.p-404 {
  text-align: center; }
  .p-sd h2,
  .p-404 h2 {
    font-size: 5rem; }
  .p-sd p,
  .p-404 p {
    font-size: 1.8rem; }
  .p-sd a,
  .p-404 a {
    text-decoration: underline;
    color: #006400; }


.tablefooter .spantitle a {
  display: flex;
  align-items: center; }
.tablefooter .spantitle img {
  margin-right: 4px; }

.c-footer__view {
  line-height: 1;
  padding: 2px 0 0;
  background-color: #005800; }
  .c-footer__view p {
    margin: 0; }
  .c-footer__view .pvc-stats-icon svg {
    color: #fff !important; }
.pvc_stats.all {width: 100%; text-align: center;} 
.c-tttt__left p {
  font-size: 14px;
  margin-top: 10px;
  color: #686868;
} 
.c-ttsk__img,
.c-tttt__itimg {
  background-image: url(../img/pTanDinh-Q1-empty.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=style.css.map */