/*

Theme Name: VT-Theme
Author: Viết Tuấn
Author URI: tel:0336341333
Version:1.0
*/

/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 0 auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #fff transparent #fff;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: var(--68);
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow-x: hidden; */
  margin: 0;
  padding: 0;
}
.cb-cursor:before {
  background: var(--accent-color);
}
input:autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

main {
  display: block;
  padding-top: var(--95);
}
h1 {
  font-size: 2em;
  margin: 0 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
.hidden {
  display: none;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  text-decoration: initial;
  display: inline-block;
  color: var(--theme-color2);
}
a:hover {
  color: var(--theme-color);
}

/* End Reset CSS */

/* Start Global CSS */

body {
  font-family: 'SVN-Gilroy', sans-serif !important;
  color: #283132;
  line-height: 1.4;
}
html {
  background-color: #fff;
}
@media (min-width: 767.98px) {
  ::-webkit-scrollbar {
    width: 0.5rem;
  }

  ::-webkit-scrollbar-track {
    background-color: #ddd;
    /* border-radius: 10px; */
  }

  ::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px;
  }
}
:root {
  --init-font-size: 1.1111111111111112vw;
  --theme-color: #8b5e3b;
  --theme-color2: #192324;
  --accent-color: #7c877f;
  --black: #231f20;
  --white-color: #fff;
  --section: 5.625rem;
  --divider-color: #eaf0ec;
  --1: 0.0625rem;
  --2: 0.125rem;
  --3: 0.1875rem;
  --4: 0.25rem;
  --5: 0.3125rem;
  --6: 0.375rem;
  --7: 0.4375rem;
  --8: 0.5rem;
  --9: 0.5625rem;
  --10: 0.625rem;
  --11: 0.6875rem;
  --12: 0.75rem;
  --13: 0.8125rem;
  --14: 0.875rem;
  --15: 0.9375rem;
  --16: 1rem;
  --17: 1.0625rem;
  --18: 1.125rem;
  --19: 1.1875rem;
  --20: 1.25rem;
  --21: 1.3125rem;
  --22: 1.375rem;
  --23: 1.4375rem;
  --24: 1.5rem;
  --25: 1.5625rem;
  --26: 1.625rem;
  --27: 1.6875rem;
  --28: 1.75rem;
  --29: 1.8125rem;
  --30: 1.875rem;
  --31: 1.9375rem;
  --32: 2rem;
  --33: 2.0625rem;
  --34: 2.125rem;
  --35: 2.1875rem;
  --36: 2.25rem;
  --37: 2.3125rem;
  --38: 2.375rem;
  --39: 2.4375rem;
  --40: 2.5rem;
  --41: 2.5625rem;
  --42: 2.625rem;
  --43: 2.6875rem;
  --44: 2.75rem;
  --45: 2.8125rem;
  --46: 2.875rem;
  --47: 2.9375rem;
  --48: 3rem;
  --49: 3.0625rem;
  --50: 3.125rem;
  --51: 3.1875rem;
  --52: 3.25rem;
  --53: 3.3125rem;
  --54: 3.375rem;
  --55: 3.4375rem;
  --56: 3.5rem;
  --57: 3.5625rem;
  --58: 3.625rem;
  --59: 3.6875rem;
  --60: 3.75rem;
  --61: 3.8125rem;
  --62: 3.875rem;
  --63: 3.9375rem;
  --64: 4rem;
  --65: 4.0625rem;
  --66: 4.125rem;
  --67: 4.1875rem;
  --68: 4.25rem;
  --69: 4.3125rem;
  --70: 4.375rem;
  --71: 4.4375rem;
  --72: 4.5rem;
  --73: 4.5625rem;
  --74: 4.625rem;
  --75: 4.6875rem;
  --76: 4.75rem;
  --77: 4.8125rem;
  --78: 4.875rem;
  --79: 4.9375rem;
  --80: 5rem;
  --81: 5.0625rem;
  --82: 5.125rem;
  --83: 5.1875rem;
  --84: 5.25rem;
  --85: 5.3125rem;
  --86: 5.375rem;
  --87: 5.4375rem;
  --88: 5.5rem;
  --89: 5.5625rem;
  --90: 5.625rem;
  --91: 5.6875rem;
  --92: 5.75rem;
  --93: 5.8125rem;
  --94: 5.875rem;
  --95: 5.9375rem;
  --96: 6rem;
  --97: 6.0625rem;
  --98: 6.125rem;
  --99: 6.1875rem;
  --100: 6.25rem;
}
html {
  font-size: var(--init-font-size);
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.video-fit {
  margin-bottom: 1.3em;
}
p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
td,
th {
  font-size: 1rem;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

td,
th {
  padding: var(--8);
}

td:first-child,
th:first-child {
  padding-left: var(--8);
}

td:last-child,
th:last-child {
  padding-right: var(--8);
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body .container,
body .container-width,
body .full-width .ubermenu-nav {
  max-width: calc(100% - var(--section) * 2);
}
body .row {
  max-width: calc(100% - var(--section) * 2 + 30px);
}
.fill {
  height: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}
section {
  position: relative;
  padding-left: var(--section);
  padding-right: var(--section);
}
.section-bg img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-content {
  position: relative;
  z-index: 1;
}
.section-title {
  margin-bottom: var(--40);
}
.section-title .text-line {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6em;
  text-transform: capitalize;
  color: var(--accent-color);
  padding-left: var(--35);
  margin-bottom: var(--15);
}
.section-title .text-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url('/wp-content/themes/vt-theme/images/icon-sub-heading.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 24px;
  height: 5px;
}
.section-title h1 {
  font-size: var(--80);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  cursor: none;
  line-height: 1.2;
}
.section-title h2 {
  font-size: var(--46);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  cursor: none;
  line-height: 1.2;
  color: var(--theme-color2);
}
.section-title h2 strong {
  color: var(--theme-color);
}
.btn-default {
  position: relative;
  display: inline-block;
  background: var(--theme-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  text-transform: capitalize;
  border: none;
  padding: var(--17) var(--46) var(--17) var(--20);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
  color: #fff;
}

.btn-default:hover {
  background: transparent;
  color: #fff;
}

.btn-default::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/vt-theme/images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(-20px, -50%);
  transition: all 0.4s ease-in-out;
}

.btn-default:hover::before {
  transform: translate(-18px, -50%);
}

.btn-default::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color2);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btn-default:hover:after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.btn {
  width: fit-content;
  height: 2.25rem;
  flex-shrink: 0;
  padding: 0 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 6.25rem;
  transition: all 0.4s ease-in-out;
  border: 0;
  cursor: pointer;
}
.btn.btn__outline {
  border: 1px solid #0b8343;
  background: #fff;
  color: var(--theme-color);
}
.btn.btn__outline:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.btn.btn__primary {
  color: #fff;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #0b8343, #6ebc54);
  /* background-image: linear-gradient(90deg, #0B8343 64.62%, #6EBC54 100%); */
}
.btn__color {
  height: 2.25rem;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 0;
  cursor: pointer;
  border-radius: 0.375rem;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn__color.btn__color1 {
  background-color: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
}
.btn__color.btn__color1:hover {
  color: var(--theme-color);
  background-color: #fff;
}
.btn__color.btn__color2 {
  background-color: var(--theme-color2);
  color: #fff;
  border: 1px solid var(--theme-color2);
}
.btn__color.btn__color2:hover {
  color: var(--theme-color2);
  background-color: #fff;
}
.btn__color.btn__color3 {
  background-color: var(--theme-color3);
  color: #fff;
  border: 1px solid var(--theme-color3);
}
.btn__color.btn__color2:hover {
  color: var(--theme-color2);
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.entry-content ul,
.entry-content ol {
  margin-left: 1.3rem;
  margin-bottom: 1rem;
}
h1,
h2,
h3 {
  line-height: 1.3;
}
.section-content {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1600px) {
  :root {
    /* --section: 11.25rem; */
    --section: 7.5rem;
    --init-font-size: 16px;
  }
  body .container,
  body .container-width,
  body .full-width .ubermenu-nav,
  section .section-content {
    max-width: 81.25rem;
  }
  body .row {
    max-width: calc(87.5rem + 30px);
  }
}

@media (max-width: 849.98px) {
}

@media (max-width: 767.98px) {
  :root {
    --init-font-size: 4.2667vw;
    --section: 1rem;
  }
  html {
    margin-top: 0 !important;
  }
  section {
    overflow: hidden;
  }
}

.has-format,
.image-cover,
.video-fit {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.video-fit {
  padding-top: 56.5%;
}

.has-equal-box-heights .box-image img,
.has-format img,
.image-cover img,
.video-fit iframe,
.video-fit video,
img.back-image {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* End Global CSS */
/* Header */
#top-bar {
  height: var(--40);
  overflow: hidden;
}
#top-bar .container:before {
  content: '';
  height: 100%;
  width: 100vw;
  background-color: #8b5e3b;
  border-radius: 0 0 0 15px;
  position: absolute;
  top: 0;
  left: 10.625rem;
}
#top-bar .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  align-items: center;
}
#top-bar p {
  margin-bottom: 0;
  font-size: var(--15);
  line-height: normal;
  color: #fff;
  margin-right: var(--25);
  padding-right: var(--25);
  border-right: 1px solid #fff;
  font-weight: 500;
  position: relative;
}
#top-bar a {
  z-index: 2;
  flex-shrink: 0;
  font-size: var(--15);
  line-height: 19px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
#top-bar a .top-bar-icon {
  width: var(--22);
  height: var(--22);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--5);
}
#top-bar a svg {
  color: var(--theme-color);
  width: var(--12);
  height: var(--12);
}

#header {
  z-index: 1024;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  background: #fff;
}
.admin-bar #header {
  top: 32px;
}
#header.hide-desktop-menu {
  transform: translateY(-100%);
}
#header .header-inner {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#header .header-inner .flex-col.flex-left{
  display:flex;
  align-items:center;
  gap: 1rem;
}
#header .header-inner .gtranslate_wrapper{
  display:flex;
  gap:var(--6)
}
#header .header-main {
  background: #fff;
  height: var(--55);
  display: flex;
  align-items: center;
}

#header #logo {
  display: flex;
  flex-shrink: 0;
  width: var(--95);
  height: var(--95);
  margin-top: -2.5rem;
}
#header #logo a {
}
#header #logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

#header .flex-left .menu {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}
#header .flex-left .menu > .menu-item {
  margin: 0 1.375rem;
  position: relative;
}
#header .flex-left .menu > .menu-item > .sub-menu {
  list-style: none;
  background-color: #fff;
  left: 0;
  background: #fff;
  position: absolute;
  top: calc(100%);
  box-shadow: none;
  border: 0;
  border-top: 1px solid #002a3f;
  padding: 0;
  min-width: 18.75rem;
  transition: all 0.5s ease;
  box-shadow: 0px 3px 6px #0000001a;
  border-radius: 0px 0px 10px 10px;
  padding: var(--20);
  opacity: 0;
  visibility: hidden;
}
#header .flex-left .menu > .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header .flex-left .menu > .menu-item > .sub-menu a {
  color: #2e2e2e;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  padding: var(--6) 0;
  font-weight: 600;
}
#header .flex-left .menu > .menu-item > .sub-menu a:hover {
  color: var(--theme-color);
}
#header .flex-left .menu > .menu-item > a {
  color: #2e2e2e;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: var(--16) 0;
}
#header .flex-left .menu > .menu-item > a:hover {
  color: var(--theme-color);
}
#header .header-login {
  display: flex;
  gap: 1.09rem;
  align-items: center;
}

/* Submission status vÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  buttons */
#header .header-login .submission-status {
  color: #0b8343;
  font-size: 0.875rem;
  font-weight: 600;
  background: rgba(11, 131, 67, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(11, 131, 67, 0.2);
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .header-login .btn-submit-entry {
  background: linear-gradient(90deg, #0b8343 64.62%, #6ebc54 100%);
  color: #fff;
  padding: 0 1.5rem;
  border-radius: 6.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#header .header-login .btn-submit-entry:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(11, 131, 67, 0.3);
}

#header .header-login .btn-submission {
  padding: 0 1.2rem;
  border-radius: 6.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#header .header-login .btn-submission.btn__primary {
  background: linear-gradient(90deg, #0b8343 64.62%, #6ebc54 100%);
  color: #fff;
}

#header .header-login .btn-submission.btn__secondary {
  background: #f5f5f5;
  color: #666;
  border: 1px solid #ddd;
}

#header .header-login .btn-submission:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#header .header-login .btn-account {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6ebc54;
  border-radius: 50%;
}
#header .header-login .btn-account:hover {
  background-color: #6ebc54;
}
#header .header-login .btn-account:hover path {
  fill: #fff;
}
#header .header-login .btn-account svg {
  margin-left: 1px;
}

.has-format,
.image-cover,
.video-fit {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.video-fit {
  padding-top: 56.5%;
}

.has-equal-box-heights .box-image img,
.has-format img,
.image-cover img,
.video-fit iframe,
.video-fit video,
img.back-image {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  transform: unset;
  border-radius: 9rem;
  background-color: silver;
  opacity: 1;
  margin: 0 0.34375rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.5625rem;
  background-color: var(--theme-color);
}
#footer {
  color: #fff;
  font-size: 15px;
  background-image: linear-gradient(
    to right,
    #f5f5f5 0,
    #f5f5f5 50%,
    var(--theme-color) 50%,
    var(--theme-color) 100%
  );
}
#footer .section-content {
  display: flex;
  padding-top: var(--60);
  padding-bottom: var(--60);
}
#footer .section-content:before {
  content: '';
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  background: var(--theme-color);
  display: block;
  position: absolute;
  top: 0;
  left: 15.375rem;
  width: 40%;
  height: 100%;
  z-index: 10;
}
#footer .section-content:after {
  content: '';
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
  background: #dbdbdb;
  display: block;
  position: absolute;
  top: 0;
  left: 15.0625rem;
  width: 40%;
  height: 100%;
  z-index: 5;
}
#footer .col-left {
  flex: 0 0 385px;
  max-width: 385px;
  padding-right: 50px;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#footer .col-right {
  flex: 1;
  display: grid;
  grid-template-columns: 60% auto;
  z-index: 10;
  padding-left: var(--60);
}
#footer .col-right svg {
  margin-top: 3px;
  width: 1rem;
  height: 1rem;
}
#footer #logo {
  width: 60%;
}
#footer .menu-title {
  font-size: var(--18);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: var(--24);
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
#footer .menu ul {
  list-style: none;
}
#footer .menu ul li {
  display: flex;
  margin-bottom: 1rem;
  gap: 0.5rem;
  font-size: var(--16);
}
#footer .menu:first-child {
  max-width: 25rem;
}
#footer .menu a {
  align-items: center;
  color: #fff;
  position: relative;
  display: flex;
  gap: 0.5rem;
}
#footer .menu a:hover {
  text-decoration: underline;
}
#footer .menu a:before {
  width: 0.5rem;
  content: '';
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
}
/* page */
.rank-math-breadcrumb * {
  color: #626263;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rank-math-breadcrumb .last,
.rank-math-breadcrumb a:last-child {
  color: var(--theme-color);
}

.rank-math-breadcrumb .separator {
  opacity: 1;
  margin: 0 var(--5);
}

.h1,
h1 {
  font-size: 1.7em;
}

.h1,
.h2,
h1,
h2 {
  line-height: 1.3;
}

.h2,
h2 {
  font-size: 1.6em;
}

.h3,
h3 {
  font-size: 1.25em;
}

.h4,
h4 {
  font-size: 1.125em;
}

.h5,
h5 {
  font-size: 1em;
}
.entry-content p img {
  width: 100%;
  height: auto;
}
.page-custom .rank-math-breadcrumb {
  grid-column: span 4;
}
.page-custom .rank-math-breadcrumb p {
  margin-bottom: 0;
}
.page-custom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--25) var(--45);
  padding: 2rem 0 var(--60);
}
.page-custom .content .section-title {
  margin-bottom: var(--25);
}
.page-custom .content .section-title h1 {
  font-size: var(--36);
  margin-bottom: 0;
}
.page-custom .content {
  grid-column: span 3;
}
.page-custom .page-custom__sidebar .fix-sidebar {
  background-color: #f3f4f6;
  border: 0;
  border-radius: 1rem;
  padding: 0;
  position: sticky;
  top: 10rem;
}
.page-custom .page-custom__sidebar-title {
  padding: 0 1rem 0 calc(1rem + 8px);
  height: var(--40);
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: #6b7280;
  font-size: 1rem;
  border-bottom: 1px solid rgb(209, 213, 219);
  font-weight: 600;
  margin-bottom: 0;
}
.page-custom .page-custom__sidebar a {
  font-size: 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: block;
  font-weight: 600;
  color: #27272a;
  border-left: var(--5) solid transparent;
}
.page-custom .page-custom__sidebar a:hover {
  color: var(--theme-color);
}
.page-custom .page-custom__sidebar li {
  border: 0;
}
.page-custom .page-custom__sidebar ul {
  list-style: none;
}
.page-custom .page-custom__sidebar .current_page_item a {
  border-left: var(--5) solid var(--theme-color);
}
.page-custom .entry-title {
  text-align: left;
  margin-bottom: 0;
  color: #27272a;
  font-size: var(--28);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-contact .col-map {
  margin-top: var(--30);
}
.form-contact {
  -webkit-box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
  box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
  border-radius: 10px;
  padding: 40px;
}
.form-contact .form-item {
  display: flex;
  flex-direction: column;
}
.form-contact .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--20) var(--30);
  margin-bottom: 1rem;
}
.form-contact .form-content .form-item:first-child,
.form-contact .form-content .form-item:last-child {
  grid-column: span 2;
}
.form-contact .form-item label {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.form-contact .form-item input {
  height: var(--40);
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: rgb(2 34 121 / 5%);
  width: 100%;
}
.form-contact .form-item textarea {
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: rgb(2 34 121 / 5%);
  width: 100%;
  height: var(--80);
}
/* End page-custom */
/* End page */
@media (max-width: 767.98px) {
  .page-custom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .page-custom .page-custom__sidebar {
    order: 1;
  }
  .section-title h1 {
    font-size: var(--28);
  }
  .section-title {
    margin-bottom: var(--25);
  }
  .section-title h2 {
    font-size: var(--26);
    line-height: 1.3;
  }
  .btn-default {
    padding: var(--12) var(--46) var(--12) var(--16);
  }
  #header .header-login {
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  #header .header-login .submission-status {
    font-size: 0.75rem;
    padding: 0.3rem 0.8rem;
    max-width: 120px;
  }

  #header .header-login .btn-submit-entry,
  #header .header-login .btn-submission {
    font-size: 0.8125rem;
    padding: 0 1rem;
    height: 2rem;
  }

  #header .btn-menumobi {
    width: 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #header .btn-menumobi .icon-nav {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #header.transparent .btn-menumobi span {
    background: #fff;
  }

  #header .btn-menumobi span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }
  #header .header-main:before {
    width: 60%;
  }
  #header .header-main:after {
    width: 40%;
  }
  #header .flex-right:before {
    display: none;
  }
  #main-menu.mobile-sidebar {
    width: 100%;
    height: calc(100vh - 4.375rem);
    position: fixed;
    top: 4.375rem;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
    background: #fff;
    display: none;
    overflow-y: auto;
  }
  #main-menu.mobile-sidebar .main-menu {
    padding: 1rem 0;
  }
  #main-menu.mobile-sidebar .header-login {
    display: flex;
    grid-gap: 1.5rem;
    justify-content: center;
  }
  .logged-in #main-menu.mobile-sidebar .header-login {
    display: none;
  }
  #main-menu.mobile-sidebar .menu-item a {
    color: #2e2e2e;
    padding: var(--14) var(--30);
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    border: none;
    border-bottom: 1px solid #ececec;
    display: block;
  }
  #header,
  #header .header-main {
    height: 4.375rem;
  }
  .admin-bar #header {
    top: 0;
  }
  #header #logo {
    padding-right: 1rem;
    width: var(--70);
    height: var(--70);
    margin-top: 0;
  }
  #header .flex-col.flex-right {
    /* width: var(--70); */
    flex-shrink: 0;
    height: var(--70);
    display: flex;
    align-items: center;
    gap: var(--10);
  }
  #header #logo:after {
    height: 4.375rem;
  }
  #header #logo .logo-1 img {
    width: 3.8rem;
    height: auto;
  }
  #main {
    padding-top: 4.375rem;
  }
  html #wpadminbar {
    display: none;
  }
  #footer {
    background-image: linear-gradient(
      to bottom,
      #f5f5f5 0,
      #f5f5f5 calc(190px + 2rem),
      var(--theme-color) calc(190px + 2rem),
      var(--theme-color) 100%
    );
    color: #fff;
    font-size: var(--15);
  }
  #footer .section-content:before,
  #footer .section-content:after {
    display: none;
  }
  #footer .col-left {
    padding: 0;
    width: 100%;
    flex: unset;
    margin-bottom: 4rem;
  }
  #footer .section-content {
    flex-direction: column;
  }
  #footer .section-content {
    padding-top: var(--50);
    padding-bottom: var(--30);
  }
  #footer #logo {
    width: 9rem;
  }
  #footer .col-right {
    padding-left: 0;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #footer .menu ul li {
    margin-bottom: var(--10);
  }
}
/* End header */
/* Popup  */

.popup-custom-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.popup-custom-full.show {
  display: flex;
}
.popup-custom-full .bg-overlay-popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #030229;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s;
}

.popup-custom-full .popup-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 55.75rem;
  height: auto;
  padding: 0;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: -14px 30px 20px 0px rgba(0, 0, 0, 0.05);
  max-height: 92vh;
  overflow-y: auto;
}
.popup-custom-full .close-popup {
  width: 2.5rem;
  height: 2.5rem;
}
/* End Popup  */
/* Vote Button CSS */
.btn-vote {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-vote:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 131, 67, 0.3);
}

.btn-vote.loading {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-vote.voted {
  background: #28a745 !important;
  border-color: #28a745 !important;
  cursor: not-allowed;
}

.btn-vote.vote-success {
  animation: voteSuccess 0.5s ease;
}

@keyframes voteSuccess {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Animation improvements for vote count update */
.vote-count {
  transition: all 0.3s ease;
}

.vote-count.updated {
  animation: countUpdate 0.5s ease;
}

@keyframes countUpdate {
  0% {
    transform: scale(1);
    color: inherit;
  }
  50% {
    transform: scale(1.2);
    color: #28a745;
  }
  100% {
    transform: scale(1);
    color: inherit;
  }
}

/* ========================================
   TOAST NOTIFICATION SYSTEM - TÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂNG QUÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂT
   ======================================== */

/* Loading Spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

/* Toast Notification */
.toast-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  min-width: 320px;
  max-width: 420px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
}

.toast-notification.show {
  opacity: 1;
  transform: translateX(0);
}

.toast-notification__content {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-left: 4px solid #17a2b8;
  display: flex;
  align-items: center;
  gap: 12px;
}

.toast-notification--success .toast-notification__content {
  border-left-color: #28a745;
}

.toast-notification--error .toast-notification__content {
  border-left-color: #dc3545;
}

.toast-notification--warning .toast-notification__content {
  border-left-color: #ffc107;
}

.toast-notification--info .toast-notification__content {
  border-left-color: #17a2b8;
}

.toast-notification__icon {
  font-size: 18px;
  flex-shrink: 0;
}

.toast-notification__message {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  flex: 1;
  line-height: 1.4;
}

.toast-notification__close {
  background: none;
  border: none;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.toast-notification__close:hover {
  color: #333;
  background: rgba(0, 0, 0, 0.05);
}

/* Loading Overlay */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.loading-overlay.show {
  opacity: 1;
}

.loading-overlay__content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.loading-overlay__content .loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(11, 131, 67, 0.3);
  border-top-color: var(--theme-color);
  margin-bottom: 16px;
}

.loading-overlay__message {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

/* Confirm Dialog */
.confirm-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.confirm-dialog-overlay.show {
  opacity: 1;
}

.confirm-dialog {
  background: #fff;
  border-radius: 12px;
  min-width: 400px;
  max-width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.confirm-dialog-overlay.show .confirm-dialog {
  transform: scale(1);
}

.confirm-dialog__header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #eee;
}

.confirm-dialog__header h3 {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.confirm-dialog__body {
  padding: 20px 24px;
}

.confirm-dialog__body p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}

.confirm-dialog__footer {
  padding: 16px 24px 20px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

/* Responsive cho Toast System */
@media (max-width: 768px) {
  .toast-notification {
    right: 10px;
    left: 10px;
    min-width: auto;
    max-width: none;
    top: 10px;
  }

  .toast-notification__content {
    padding: 14px 16px;
  }

  .toast-notification__message {
    font-size: 13px;
  }

  .loading-overlay__content {
    padding: 24px 30px;
    margin: 0 20px;
  }

  .confirm-dialog {
    min-width: auto;
    margin: 0 20px;
  }

  .confirm-dialog__footer {
    flex-direction: column-reverse;
  }

  .confirm-dialog__footer .btn {
    width: 100%;
    justify-content: center;
  }
}
