@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

p {
  margin-bottom: 10px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


.hazo-pagination ul li a:hover, .scale-hover img {
  transition: 0.4s ease-out 0s;
}

.ws-sgct blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

.ws-sgct blockquote p {
  margin: 0 !important;
}

.ws-sgct code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.ws-sgct {
  font-size: 18px;
  line-height: 1.6;
}

.ws-sgct p {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .ws-sgct {
    font-size: 16px;
  }
}
.ws-sgct img {
  margin-bottom: 1.5rem;
}

.ws-sgct table {
  margin: 0 0 15px;
  line-height: 2;
}

.ws-sgct table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.ws-sgct table > tbody > tr > td,
.ws-sgct table > tbody > tr > th,
.ws-sgct table > tfoot > tr > td,
.ws-sgct table > tfoot > tr > th,
.ws-sgct table > thead > tr > td,
.ws-sgct table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.ws-sgct h6 {
  font-size: 18px;
}

.ws-sgct h5 {
  font-size: 21px;
}

.ws-sgct h4 {
  font-size: 24px;
}

.ws-sgct h3 {
  font-size: 27px;
}

.ws-sgct h2 {
  font-size: 30px;
}

.ws-sgct ul,
.ws-sgct ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.ws-sgct ol {
  list-style: decimal;
}

.ws-sgct ul {
  list-style: disc;
}

.ws-sgct iframe {
  margin: auto;
}

.ws-sgct .syntaxhighlighter {
  padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
  margin: 0 0 25px;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  max-width: 320px;
  background-color: var(--primary-color);
  z-index: 9999;
  transform: translateX(-100%);
  transition: 0.5s;
  padding-bottom: 50px;
}
.menu-mobile > ul {
  list-style: none;
  overflow-y: auto;
  height: calc(100vh - 85px);
}
.menu-mobile > ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 239, 239, 0.2901960784);
}
.menu-mobile > ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 10px;
}
.menu-mobile > ul li .li-plus {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile > ul li .li-plus:before, .menu-mobile > ul li .li-plus:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #fff;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
}
.menu-mobile > ul li .li-plus:before {
  width: 11px;
  height: 1px;
}
.menu-mobile > ul li .li-plus:after {
  width: 1px;
  height: 11px;
}
.menu-mobile > ul li .clicked {
  transform: rotate(180deg);
}
.menu-mobile > ul li .clicked.li-plus:before {
  display: none;
}
.menu-mobile > ul li > ul {
  margin-top: 0;
  display: none;
}
.menu-mobile > ul li > ul li {
  border: none;
}
.menu-mobile > ul li > ul li a {
  padding-left: 25px;
}
.menu-mobile > ul .current-menu-item a {
  color: var(--primary-color) !important;
  background: #fff;
}
.menu-mobile > ul .current-menu-item ul a {
  color: #fff;
}
.menu-mobile > ul .current-menu-parent ul {
  display: block;
}
.menu-mobile .menu-mobile-close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0px;
}
.menu-mobile .menu-mobile-close svg {
  color: #fff;
}
.menu-mobile .menu-mobile-close svg path {
  fill: #fff;
  stroke: #fff;
}
.menu-mobile.menu-mobile-active {
  transform: translate(0);
}

.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease;
}
.overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 9999;
}

.swal2-html-container {
  font-size: 16px;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}
.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}
.scale-hover:hover > img {
  transform: scale(1.09);
}

.hazo-pagination {
  justify-content: center;
  margin: 5rem 0 3rem 0;
}
.hazo-pagination ul {
  display: flex;
  justify-content: center;
}
.hazo-pagination ul li.active a {
  background: var(--primary-color);
  color: #fff;
}
.hazo-pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #282828;
  text-decoration: none;
}
.hazo-pagination ul li a svg {
  width: 35px;
  height: 30px;
  margin-bottom: 2px;
}
.hazo-pagination ul li a svg path {
  stroke: var(--primary-color);
}
.hazo-pagination ul li a:hover {
  background: var(--primary-color);
  color: #fff;
}
.hazo-pagination ul li a:hover svg path {
  stroke: #fff;
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
@media (max-width: 767px) {
  .scroll-snap {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
.scroll-snap .item {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

/****************FONT*****************/
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-Black.ttf);
  font-weight: 900;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 52%;
  }
}
:root {
  --primary-color: #4152a3;
  --secondary-color: #EA353F;
  --icon-color: #EA353F;
  --title-color: #4152a3;
}

.my-divider {
  border: none;
  height: 2px !important;
  background: var(--secondary-color);
  opacity: 1;
  margin: 0 auto !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

@media (min-width: 992px) {
  .gutter-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-20 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .gutter-15 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.gutter-15 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .gutter-15 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
  font-weight: 600;
  font-style: normal;
  font-family: "Jost";
}

body.hidden {
  overflow: hidden;
}

.container {
  padding: 0 15px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

/*--------------HEADER----------------*/
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.header .topbar {
  display: none;
}

.header {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  /* Dropdown menu basic style */
}
.header .topbar {
  height: 30px;
  border-bottom: 1px solid #D4D7DD;
}
.header .topbar p {
  margin: 0;
}
.header .contact-left {
  font-family: "Jost";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  gap: 10px;
  align-items: center;
  color: var(--secondary-color);
}
.header .contact-left span {
  color: var(--secondary-color);
}
.header ul.contact-right {
  display: flex;
  gap: 15px;
}
.header ul.contact-right img {
  width: 20px;
}
.header .main-menu {
  padding: 10px 0;
}
.header .main-menu .logo {
  display: flex;
  align-items: center;
}
.header .main-menu .logo img {
  width: 90px;
}
.header .main-menu .header-menu ul.item_big {
  gap: 5rem !important;
}
.header .main-menu .header-menu .menu-item a {
  font-size: 22px;
  font-weight: 700;
  font-family: "Jost";
  color: var(--primary-color);
}
.header .main-menu .header-menu .menu-item.current-menu-item a {
  color: var(--secondary-color);
}
.header .navbar-nav .menu-item-has-children > a::after {
  content: "\\25BC";
  margin-left: 0.3em;
  font-size: 0.6em;
}
.header .navbar-nav .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  padding-left: 0;
  min-width: 200px;
  top: 100%;
  left: 0;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.header .navbar-nav .sub-menu li a {
  padding: 10px 15px;
  display: block;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.header .navbar-nav li:hover > .sub-menu {
  display: block;
}
.header .navbar-nav li.menu-item-has-children {
  position: relative;
}
.header .mb-show {
  display: none;
}

section.section-banner .banner-img.c-img {
  padding-top: 31%;
}
section.section-banner .banner-box {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
section.section-banner .banner-box .banner-content {
  border-radius: 20px;
}
section.section-banner .banner-box .banner-content ol.flickity-page-dots {
  bottom: 0px;
}
section.section-banner .banner-box .banner-content h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
section.section-banner .banner-box .banner-content h3 {
  color: #fff;
  font-size: 32px;
}
section.section-banner .banner-box .banner-content p {
  text-align: justify;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.section-about {
  padding: 50px 0;
}
.section-about h2 {
  margin-bottom: 20px;
  font-size: 40px;
  color: var(--primary-color);
}
.section-about p {
  font-size: 18px;
}

section.sec-calltoaction {
  padding: 30px 0;
  background-size: cover;
}
section.sec-calltoaction h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 35px;
  text-transform: uppercase;
}
section.sec-calltoaction p {
  color: #fff;
  margin-bottom: 10px;
}

footer {
  padding: 50px 0;
  border-top: 1px solid var(--primary-color);
}
footer p {
  margin-bottom: 10px;
}
footer .logo-2-ft {
  margin-bottom: 25px;
}
footer .logo-2-ft img {
  width: 90px;
}
footer ul.contact-right {
  display: flex;
  gap: 25px;
  align-items: center;
}
footer ul.contact-right li a img {
  width: 20px;
}
footer p.ft-title {
  font-size: 18px;
  font-family: "Jost";
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer ul.menu-ft li.menu-item {
  margin: 10px 0;
}
footer ul.menu-ft li.menu-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}
footer ul.menu-ft li.menu-item:first-child {
  margin-top: 0;
}

section.page-default {
  padding: 40px 0;
}
section.page-default h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

.abs-footer {
  background-color: var(--primary-color);
  padding: 10px;
  color: #fff;
}

button, input, optgroup, select, textarea {
  color: #000 !important;
}

.archive.category .hazo-pagination ul li.active a {
  background: var(--secondary-color);
  color: #fff;
}
.archive.category .hazo-pagination ul li a:hover {
  background: var(--secondary-color);
  color: #fff;
}
.archive.category .hazo-pagination ul li a:hover svg path {
  stroke: #fff;
}
.archive.category .hazo-pagination ul li a {
  margin: 0px 5.5px;
  line-height: 40px;
  font-size: 16px;
  border: solid 1px var(--secondary-color);
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  color: var(--secondary-color);
}
.archive.category .hazo-pagination ul li a svg {
  margin-bottom: 4px;
}
.archive.category .hazo-pagination ul li a svg path {
  stroke: var(--secondary-color);
}
.archive.category header.page-header {
  padding-top: 30px;
}
.archive.category h1 {
  font-size: 40px;
}
.archive.category .box.blog-item {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}
.archive.category .box.blog-item:hover h3 {
  color: var(--icon-color) !important;
}
.archive.category .box.blog-item .box-content {
  padding: 15px;
}
.archive.category .box.blog-item .box-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--primary-color);
}
.archive.category .banner-blog {
  padding: 138px 0;
  background-size: cover !important;
}
.archive.category .banner-blog h2 {
  font-size: 48px;
  font-family: "Jost";
  color: #fff;
}
.archive.category .banner-blog nav.rank-math-breadcrumb {
  color: #fff;
}

main.single-post {
  /* Tất cả heading trong nội dung bài viết */
  /* H2 nổi bật nhất */
  /* H3 cấp dưới */
  /* H4 nhẹ nhàng hơn */
  /* H5, H6 nhỏ gọn */
}
main.single-post .content {
  margin-top: 0px;
  /* Table tổng thể */
  /* Header */
  /* Body rows */
  /* Hover effect */
  /* Cells */
  /* Zebra stripes */
}
main.single-post .content .meta-share.d-flex.align-items-center.justify-content-between {
  margin: 10px 0;
}
main.single-post .content .meta-share.d-flex.align-items-center.justify-content-between .info_auth {
  font-style: italic;
  color: #777;
}
main.single-post .content table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}
main.single-post .content table thead {
  background-color: var(--primary-color);
  color: #fff;
}
main.single-post .content table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
}
main.single-post .content table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
}
main.single-post .content table tbody tr:hover {
  background-color: #f5f9ff;
}
main.single-post .content table td {
  padding: 12px 16px;
  vertical-align: middle;
}
main.single-post .content table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
main.single-post nav.rank-math-breadcrumb {
  padding: 15px 0;
}
main.single-post .primary-category.text-center a {
  font-size: 40px;
  font-family: "Jost";
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
}
main.single-post h1 {
  font-size: 26px;
  margin-bottom: 10px;
}
main.single-post .entry-content h2,
main.single-post .entry-content h3,
main.single-post .entry-content h4,
main.single-post .entry-content h5,
main.single-post .entry-content h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.7em;
  color: #222;
  /* Màu chữ chính */
}
main.single-post .entry-content ul {
  margin-bottom: 10px;
}
main.single-post .entry-content ul li {
  list-style: disc;
  margin-bottom: 10px;
  margin-left: 20px;
}
main.single-post .entry-content p {
  margin-bottom: 10px;
}
main.single-post .entry-content h2 {
  font-size: 2.8rem;
}
main.single-post .entry-content h3 {
  font-size: 2.2rem;
}
main.single-post .entry-content h4 {
  font-size: 1.8rem;
}
main.single-post .entry-content h5,
main.single-post .entry-content h6 {
  font-size: 1.1rem;
}
main.single-post .sidebar-post aside#db_shortcode_widget-3 {
  position: sticky;
  top: 140px;
  background: #fff;
}
main.single-post .sidebar-post aside {
  margin-bottom: 30px !important;
}
main.single-post .sidebar-post aside aside#db_shortcode_widget-3 form {
  text-align: center;
}
main.single-post .sidebar-post aside aside#db_shortcode_widget-3 form span.wpcf7-spinner {
  display: none;
}
main.single-post .sidebar-post aside .wpcf7-form input[type=text],
main.single-post .sidebar-post aside .wpcf7-form input[type=email],
main.single-post .sidebar-post aside .wpcf7-form input[type=tel],
main.single-post .sidebar-post aside .wpcf7-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  margin-top: 4px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  font-size: 14px;
}
main.single-post .sidebar-post aside input.wpcf7-form-control.wpcf7-submit {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}
main.single-post .sidebar-post aside ul.db-latest-posts.list-unstyled li.post-item .post-thumb {
  min-width: 75px;
}
main.single-post .sidebar-post aside ul.db-latest-posts.list-unstyled li.post-item .post-thumb .c-img {
  padding-top: 62%;
}
main.single-post .sidebar-post aside ul.db-latest-posts.list-unstyled li.post-item .post-thumb .c-img img {
  border-radius: 5px;
}
main.single-post .sidebar-post aside ul.db-latest-posts.list-unstyled li.post-item .post-info {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
main.single-post .sidebar-post form {
  position: relative;
  text-align: center;
}
main.single-post .sidebar-post form span.wpcf7-spinner {
  display: none;
}
main.single-post .sidebar-post form input[type=search] {
  border: 1px solid #000;
  border-radius: 99px;
  padding: 10px;
  font-size: 16px;
}
main.single-post .sidebar-post form button.btn.btn-search {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
main.single-post .sidebar-post .widget-title {
  font-size: 25px;
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
}
main.single-post .post-relate {
  margin-bottom: 30px;
  margin-top: 20px;
}
main.single-post .post-relate .post-related-title {
  font-size: 28px;
  color: var(--primary-color);
  margin-bottom: 15px;
  text-transform: uppercase;
}
main.single-post .post-relate .box.blog-item {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}
main.single-post .post-relate .box.blog-item:hover h3 {
  color: var(--icon-color) !important;
}
main.single-post .post-relate .box.blog-item .box-content {
  padding: 15px;
}
main.single-post .post-relate .box.blog-item .box-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--primary-color);
}
main.single-post .post-relate .box.blog-item .box-content .except {
  height: 90px;
}

.page-contact {
  padding: 40px 0;
}
.page-contact .content {
  padding-top: 30px;
}
.page-contact h2 {
  font-size: 35px;
}
.page-contact h1 {
  font-size: 45px;
}

.content {
  /* Reset margin & padding mặc định */
}
.content h2 {
  font-size: 30px;
}
.content h3 {
  font-size: 22px;
}
.content ul {
  list-style: inside;
}
.content ul, .content ol {
  margin: 0 0 1em 0; /* giữ bullet/number, căn lề đẹp */
  padding: 0;
}
.content li {
  margin-bottom: 0.5em; /* tạo khoảng cách giữa các item */
  line-height: 1.6; /* dễ đọc hơn */
  font-size: 16px; /* text đồng bộ */
  color: #333;
}

form label {
  width: 100%;
}
form label span {
  width: 100%;
}
form p {
  margin-bottom: 0 !important;
}
form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: var(--secondary-color);
  color: #fff !important;
  font-size: 16px;
  padding: 8px 25px;
  margin: 0;
  border-radius: 5px;
  border: unset;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
form textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
  margin-bottom: 10px;
}
form ::-moz-placeholder {
  color: #606060;
}
form ::placeholder {
  color: #606060;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 4px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  font-size: 14px;
}

/*--------------menu mobile----------------*/
.opacity_menu.current {
  display: block;
}

.menu-mobile-close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0px;
  display: none;
}

.opacity_menu {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0 !important;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  display: none;
}

@media (max-width: 1450px) {
  section.section-banner .banner-box .banner-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  section.section-banner .banner-box {
    padding-bottom: 60px;
  }
  section.section-procedure .box-flex {
    justify-content: center !important;
    gap: 30px;
    flex-wrap: wrap;
  }
  section.section-procedure .box-content h3 {
    font-size: 16px !important;
  }
  section.section-iconbox .box-image img {
    width: 50px;
  }
  section.section-iconbox h3 {
    font-size: 20px !important;
  }
  .section-iconbox .col-box .box-flex.d-flex .box.icon-box {
    padding: 0 10px;
  }
  section.section-banner .banner-box .banner-content {
    width: 45%;
    border-radius: 20px;
  }
  section.section-banner .banner-box .banner-content h2 {
    font-size: 40px;
  }
  section.section-banner .banner-box .banner-content a {
    font-size: 18px;
    background-color: var(--secondary-color);
    padding: 10px 25px;
    color: #fff;
  }
}
@media (max-width: 991px) {
  section.section-banner .youtube-banner {
    height: 70vh;
    /* Tablet không cần full screen quá to */
  }
  section.section-banner .youtube-banner iframe {
    width: 125vh;
    /* Điều chỉnh nhẹ để tránh dư */
    height: 70vh;
    transform: translate(-50%, -50%);
  }
  .menu-mobile-close {
    display: block !important;
  }
  main.single-post .post-relate .post-related-title {
    font-size: 28px;
  }
  section.section-about .col-lg-4.col-sm-12 {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  section.section-about h2 {
    text-align: center;
  }
  section.section-iconbox {
    padding: 20px 0;
  }
  section.section-iconbox .box-flex.d-flex {
    justify-content: space-around;
  }
  section h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }
  section.section-banner .banner-box .banner-content {
    width: 50%;
    border-radius: 20px;
  }
  section.section-banner .banner-box .banner-content h2 {
    font-size: 30px;
    text-align: left !important;
  }
  section.section-banner .banner-box .banner-content a {
    font-size: 18px;
    background-color: var(--secondary-color);
    padding: 10px 25px;
    color: #fff;
  }
  .main-menu .col-mb {
    justify-content: flex-end;
  }
  .main-menu .mb-show {
    display: block;
  }
  .header-nav {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0 !important;
    display: block !important;
    left: 0;
    z-index: 99999;
    width: 250px;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 0 4px 1px #c4e3f6;
    touch-action: manipulation;
  }
  .header-nav.current {
    visibility: visible;
    transform: translateX(0);
    justify-content: space-between !important;
    display: block !important;
  }
  .header-nav ul.logo-mb .logo {
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .header-nav ul.logo-mb .logo a {
    font-family: "ZenDots";
    font-size: 20px !important;
    color: #000 !important;
  }
  .header-nav .item_big {
    overflow-y: auto;
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    display: block !important;
  }
  .header-nav .item_big li {
    border-bottom: 1px solid #f6f6f6;
    position: relative;
  }
  .header-nav .item_big li a {
    text-align: left !important;
    padding: 5px 10px !important;
    color: #333 !important;
    height: unset;
    line-height: 35px;
    display: block;
    font-size: 18px !important;
  }
  .header-nav .item_big li .li-plus:before,
  .header-nav .item_big li .li-plus:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #050505;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
  }
  .header-nav .item_big li .li-plus:before {
    width: 11px;
    height: 1px;
  }
  .header-nav .item_big li .li-plus:after {
    width: 1px;
    height: 11px;
  }
  .header-nav .item_big li .li-plus {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    top: 0;
    right: 0;
    color: #fff;
  }
  section.section-service .box.image-box .box-content h3 {
    font-size: 16px;
  }
  section.section-project .box.image-box .box-content h3 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-5 {
    padding: 15px !important;
  }
  section.page-default {
    padding: 30px 0;
  }
  section.page-default h1 {
    font-size: 50px;
  }
  section.section-banner .banner-box {
    padding-bottom: 60px;
  }
  section.section-banner .banner-box .banner-content {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 550px) {
  section.section-banner .youtube-banner iframe {
    width: 100vw;
    height: 56.25vw;
    /* Tỷ lệ 16:9 */
    top: 0;
    left: 0;
    transform: none;
  }
  .archive.category h1 {
    font-size: 35px;
  }
  .archive.category .banner-blog h2 {
    font-size: 40px;
  }
  main.single-post .post-relate .post-related-title {
    font-size: 25px !important;
  }
  main.single-post .content .meta-share.d-flex.align-items-center.justify-content-between {
    margin: 10px 0;
    flex-direction: column;
  }
  main.single-post .post-relate .post-related-title {
    font-size: 32px;
  }
  main.single-post .primary-category.text-center a {
    font-size: 32px;
  }
  main.single-post h1 {
    font-size: 18px;
  }
  footer .padt-5 {
    padding-top: 0;
  }
  section.section-service .box.image-box .box-content h3 {
    font-size: 18px;
  }
  section h2 {
    font-size: 32px !important;
  }
  section.section-banner .banner-img.c-img {
    padding-top: 100% !important;
  }
  section.section-banner .banner-box .banner-content {
    width: 100%;
    border-radius: 20px;
    text-align: center;
  }
  section.section-banner .banner-box .banner-content h2 {
    text-align: center !important;
  }
  section.section-banner .banner-box .banner-content h3 {
    font-size: 24px;
  }
  section.section-banner .banner-box .banner-content a {
    font-size: 16px;
    padding: 10px 25px;
  }
  section.section-banner .banner-box .banner-content p {
    text-align: center;
  }
  section.section-iconbox .box-flex.d-flex {
    justify-content: space-around;
  }
  section.section-iconbox .box-image {
    display: flex;
    justify-content: center;
  }
  section.section-procedure .box-content h3 {
    font-size: 15px !important;
  }
  section.section-procedure .box-image {
    width: 150px;
  }
}
@media (max-width: 375px) {
  .header ul.contact-right {
    display: none !important;
  }
}
.progress-wrap:hover::before {
  opacity: 0 !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='%23fff' class='bi bi-arrow-up-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5'%3E%3C/path%3E%3C/svg%3E") !important;
}

.progress-wrap::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='%23fff' class='bi bi-arrow-up-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5'%3E%3C/path%3E%3C/svg%3E") !important;
}/*# sourceMappingURL=style.css.map */