/*
Theme Name: Tho Dia Canada
Theme URI: http://example.com
Author: Your Name
Author URI: http://example.com
Description: A simple empty theme.
Version: 1.0
*/

html,
body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  background-color: #eeeeee;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  position: relative;
}

.section-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* Adjust the position as needed */
  width: 100%;
  height: 6px;
  background-color: #e4e4e4;
}

.black-bottom-after::after {
  background-color: #000 !important;
}

/* Style for the section title */
.section-title {
  position: relative;
  font-size: 20px; /* Adjust the font size as needed */
  font-weight: bold; /* Adjust the font weight as needed */
  margin-bottom: 1rem; /* Adjust the margin as needed */
  display: inline-block; /* Ensure the title width is based on its content */
}

/* Decorative line below the section title */
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem; /* Adjust the position as needed */
  width: 100%; /* Set the width to 100% of the section-title */
  height: 6px; /* Adjust the height as needed */
  background-color: #942522; /* Adjust the color as needed */
  transform: translateX(-50%); /* Center the line */
  z-index: 1;
}

.see-more {
  position: relative;
  display: block;
}
.see-more::after {
  content: "Xem thêm";
  position: absolute;
  right: 0; /* Align the text to the right */
  top: 40%; /* Center the text vertically */
  transform: translateY(-50%); /* Adjust the vertical alignment */
  font-size: 12px; /* Adjust the font size as needed */
  font-weight: bold; /* Adjust the font weight as needed */
  color: #808285; /* Adjust the color as needed */
}

.text-underline {
  text-decoration: underline;
}

.no-wrap {
  white-space: nowrap;
}

/* Bootstrap overrides */

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  text-transform: capitalize;
}

h1 {
  font-size: 3rem;
}

h6 {
  font-size: 1.25rem;
  font-weight: 500;
}

/* Commons */

.full-width {
  position: relative;
  width: calc(min(100vw, 1320px));
  left: 50%;
  margin-left: calc(max(-50vw, -660px));
}

.text-justify {
  text-align: justify !important;
}

.red {
  color: #942522;
}

.bg-gray {
  background-color: #d1d3d4;
}

.container-xl {
  background-color: #f5f5f5;
}

.mt-20 {
  margin-top: 2rem;
}
.pt-20 {
  padding-top: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}
.pb-20 {
  padding-bottom: 2rem;
}

.my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}
.pt-25 {
  padding-top: 2.5rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}
.pb-25 {
  padding-bottom: 2.5rem;
}

.mb-n20 {
  margin-bottom: -2rem;
}

.form-control {
  font-size: 12px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1199.98px) {
  .container,
  .container-xl {
    max-width: calc(100vw - 60px);
  }
}

@media (max-width: 991.98px) {
  html,
  body {
    font-size: 12px;
  }

  .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-xl {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    font-size: 11px;
  }
}

@media (max-width: 575.98px) {
  html,
  body {
    font-size: 10px;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
