.toUpper {
  text-transform: uppercase; }

body {
  background-color: #f2f2f2; }

.content .title .txt-title {
  font-size: 24px;
  color: #010101;
  text-transform: uppercase;
  line-height: 32px;
  font-family: 'UTM Copperplate';
  margin-bottom: 10px; }
.content .title-line {
  width: 375px;
  height: 2px;
  background-color: #e5e3e3;
  position: relative;
  margin: 0 auto; }
  .content .title-line::before {
    position: absolute;
    top: -2px;
    content: '';
    left: 50%;
    width: 70px;
    height: 4px;
    border-radius: 5px;
    background-color: #d71920;
    transform: translateX(-50%); }
.content .news {
  padding: 35px 0; }
  .content .news .title {
    padding-bottom: 30px; }
  .content .news .news-content {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 3 5px rgba(0, 0, 0, 0.3);
    padding: 50px 30px;
    border-radius: 2px;
    box-sizing: border-box; }
    .content .news .news-content .title h1 {
      font-size: 22px;
      font-weight: bold;
      color: #030303; }
    .content .news .news-content .time-social span {
      font-size: 14px;
      line-height: 20px;
      color: #5f5b5b; }
    .content .news .news-content .time-social .menu-s span {
      padding-right: 10px; }
    .content .news .news-content .time-social .menu-s li.nav-item a.nav-link {
      padding-left: 10px;
      padding-right: 10px; }
      .content .news .news-content .time-social .menu-s li.nav-item a.nav-link i {
        color: #d4a7a7; }
    .content .news .news-content .line {
      width: 100%;
      position: relative;
      margin-top: 10px;
      height: 2px;
      background-color: #e9e8e8; }
      .content .news .news-content .line::before {
        position: absolute;
        content: '';
        top: -3px;
        left: 0;
        width: 20%;
        height: 6px;
        background-color: #d71920;
        border-radius: 5px; }
    .content .news .news-content .news-text {
      padding-top: 20px; }
      .content .news .news-content .news-text h3 {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        font-family: 'UTM Neo Sans Intel';
        color: #5f5b5b;
        margin-bottom: 0; }
      .content .news .news-content .news-text p,.content .news .news-content li {
        font-size: 16px;
        line-height: 22px;
        font-family: 'UTM Neo Sans Intel';
        color: #5f5b5b;
        margin-bottom: .5rem; }
      .content .news .news-content .news-text img {
        padding-top: 30px; }
  .content .news .sidebar .title {
    padding-bottom: 40px; }
    .content .news .sidebar .title h1 {
      padding: 5px 10px;
      font-size: 18px;
      line-height: 22px;
      color: #3b3b3b;
      font-weight: bold;
      border-bottom: 1px solid #d71920;
      border-left: 4px solid #d71920; }
  .content .news .sidebar .card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px; }
    .content .news .sidebar .card .card-title {
      font-size: 15px;
      line-height: 20px;
      font-weight: bold; }
      .content .news .sidebar .card .card-title a {
        text-decoration: none;
        color: #030303; }
    .content .news .sidebar .card .line {
      width: 100%;
      height: 1px;
      margin: 25px 0 15px 0;
      background-color: #e5e3e3;
      position: relative; }
      .content .news .sidebar .card .line::before {
        position: absolute;
        content: '';
        top: -3px;
        left: 0;
        width: 20%;
        height: 5px;
        background-color: #d71920;
        border-radius: 5px; }
    .content .news .sidebar .card .card-text {
      min-height: 120px;
      overflow: hidden; }
      .content .news .sidebar .card .card-text p {
        color: #5f5b5b;
        font-size: 13px;
        line-height: 20px;
        font-family: 'UTM Neo Sans Intel';
        margin-bottom: 0; }
    .content .news .sidebar .card span {
      font-size: 12px;
      line-height: 20px;
      color: #5f5b5b; }
      .content .news .sidebar .card span i {
        padding-right: 3px; }
.content .menu-footer {
  width: 100%;
  background-color: #d71920;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px; }
  .content .menu-footer .menu-footer-child {
    min-height: 160px;
    padding-left: 45px;
    position: relative; }
    .content .menu-footer .menu-footer-child::before {
      content: '';
      position: absolute;
      top: 0;
      right: -30px;
      width: 1px;
      height: 100%;
      background-color: #e5e3e3;
      opacity: 0.5; }
    .content .menu-footer .menu-footer-child .menu-title h1 {
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: bold; }
    .content .menu-footer .menu-footer-child .navbar-nav {
      list-style: initial;
      padding-left: 20px; }
      .content .menu-footer .menu-footer-child .navbar-nav a {
        color: #ffffff;
        font-size: 13px;
        line-height: 20px; }

      
@media screen and (max-width: 600px){
    .nav {
    display: flex;
    flex-wrap: inherit;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    transform: translateX(-35%);
}
.menu-s {
    width: 100%;
}
.content .news .news-content .title h1 {
    font-size: 16px;
    font-weight: bold;
    color: #030303;
}
}

@media screen and (max-width: 475px){
    .content .title-line{
        width: 100%;
    }
}
/*# sourceMappingURL=tintuc_details.css.map */
