﻿@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%;
}

#DanhSachVungTrong {
  padding-top: 80px;
}
#DanhSachVungTrong .title-section {
  margin-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
}
#DanhSachVungTrong .title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #B35E0F;
}
#DanhSachVungTrong .title-section h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
#DanhSachVungTrong #tbDaCapMa, #DanhSachVungTrong #tbChuaCapMa, #DanhSachVungTrong #tbHoanThienHS {
  width: 100%;
}
#DanhSachVungTrong #tbDaCapMa .DSVungTrong-table table thead tr, #DanhSachVungTrong #tbChuaCapMa .DSVungTrong-table table thead tr, #DanhSachVungTrong #tbHoanThienHS .DSVungTrong-table table thead tr {
  color: #fff;
}
#DanhSachVungTrong #tbDaCapMa .DSVungTrong-table table thead tr th, #DanhSachVungTrong #tbChuaCapMa .DSVungTrong-table table thead tr th, #DanhSachVungTrong #tbHoanThienHS .DSVungTrong-table table thead tr th {
  background-color: #B35E0F;
}
#DanhSachVungTrong #tbDaCapMa .DSVungTrong-table table tbody td .btn-custom, #DanhSachVungTrong #tbChuaCapMa .DSVungTrong-table table tbody td .btn-custom, #DanhSachVungTrong #tbHoanThienHS .DSVungTrong-table table tbody td .btn-custom {
  font-size: 10px;
}
