﻿@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é****/
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

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

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

#libary {
  padding-top: 80px;
}
#libary #services .title-section {
  margin-bottom: 20px;
}
#libary #services .title-section h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  #libary #services .title-section h2 {
    font-size: 20px;
  }
}
#libary #services .title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #B35E0F;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  #libary #services #question {
    margin-bottom: 20px;
  }
}
#libary #services #question .service-header {
  color: white;
  background: #3cbf59;
  text-transform: uppercase;
}
#libary #services #question .service-header i {
  color: white;
  font-size: 16px;
  float: left;
  line-height: 46px;
  margin: 0 10px;
}
#libary #services #question .service-header span {
  font-size: 16px;
  margin: 0;
  line-height: 46px;
  font-weight: 600;
}
#libary #services .question {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
#libary #services .question .nav-header {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  margin: 0;
  line-height: 42px;
  padding: 0 8px;
  font-weight: 500;
  cursor: pointer;
}
#libary #services .question .nav-header i {
  line-height: 42px;
  float: right;
}
#libary #services .question .nav-list {
  padding-left: 10px;
}
#libary #services .question .nav-list li {
  position: relative;
  display: block;
}
#libary #services .question .nav-list li.active a {
  font-weight: 700;
}
#libary #services .question .nav-list li a {
  display: block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e8e8e8;
  padding: 4px 10px;
  line-height: 32px;
  color: #337ab7;
  font-weight: 500;
  font-size: 15px;
}
#libary #services .question .nav-list li a:hover {
  color: #23527c;
  background-color: #eee;
}
@media only screen and (max-width: 769px) {
  #libary #answer .answer-table {
    padding: 0 10px;
  }
}
#libary #answer .answer-table table {
  position: relative;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 15px;
}
#libary #answer .answer-table table td, #libary #answer .answer-table table th {
  border: 1px solid #ddd;
  text-align: center;
}
#libary #answer .answer-table table thead {
  height: 46px;
}
#libary #answer .answer-table table thead tr {
  color: #fff;
}
#libary #answer .answer-table table thead tr th {
  background-color: #B35E0F;
}
#libary #answer .answer-table table thead tr th:first-of-type {
  left: 0;
  z-index: 3;
}
#libary #answer .answer-table table tbody tr.no-file a {
  cursor: default;
  color: #666;
  opacity: 0.6;
}
#libary #answer .answer-table table tbody a {
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: underline;
  font-weight: 500;
  text-decoration: none;
}
#libary #answer .answer-table table tbody tr td:first-of-type {
  position: sticky;
  left: -1px;
  text-align: left;
}

body {
  position: relative;
  min-height: 100vh;
}
