﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
ul, li {
  list-style: none; }

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

#gioithieu {
  min-height: calc(100vh - 147px); }
  #gioithieu #body-breadcrumb {
    padding: 30px 0; }
    #gioithieu #body-breadcrumb .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      margin: 0 !important;
      margin-bottom: 1rem;
      list-style: none;
      background: white; }
      #gioithieu #body-breadcrumb .breadcrumb .breadcrumb-item a {
        text-decoration: none;
        color: #2e73d5;
        font-size: 16px;
        line-height: 18.75px; }
  #gioithieu .user-manual-content {
    margin-top: 50px; }
    #gioithieu .user-manual-content .page-title {
      display: flex;
      margin-bottom: 30px; }
      #gioithieu .user-manual-content .page-title .page-title__text {
        line-height: 45px;
        font-weight: 700;
        font-size: 30px;
        height: 100%;
        color: #2e73d5;
        float: left; }
    #gioithieu .user-manual-content .section {
      padding: 30px;
      background: #F2F4F9; }
      #gioithieu .user-manual-content .section .section-title {
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        #gioithieu .user-manual-content .section .section-title img {
          float: left;
          height: 40px;
          width: 40px;
          margin-right: 18px; }
        #gioithieu .user-manual-content .section .section-title .section-title__text {
          flex: auto;
          float: left;
          font-weight: 700;
          font-size: 15px;
          line-height: 40px;
          padding-right: 10px; }
      #gioithieu .user-manual-content .section .news-detail__content p {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 1rem; }
      #gioithieu .user-manual-content .section .news-detail__content li {
        display: list-item;
        font-size: 16px;
        list-style-type: circle;
        padding-inline-start: 1ch; }
