/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?amily=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: "Cormorant Garamond VGC";
  src: url("CormorantGaramond_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --vgc-green: #005c35;
  --vgc-green-dark: #003f27;
  --vgc-gold: #caa45a;
  --vgc-cream: #f7f2e8;
  --vgc-ink: #183527;
}
body,p,li,a,div,h1,h2,h3,h4,h5,h6,span,strong{
  font-family: "Times New Roman", Georgia, serif !important;
}
.nav>li>a {
    font-size: 18px;
    padding: 0 10px;
}
.logo a {
    display: inline-block;
    vertical-align: top;
    height: 95px;
    border-radius: 10px;
    background: #FFF;
    padding: 4px 6px;
}
.vgc-home {
  color: var(--vgc-ink);
}

.vgc-home h1,
.vgc-home h2,
.vgc-home h3,
.vgc-home .section-title-main {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0;
}

.vgc-hero .section-content {
  min-height: 700px;
  display: flex;
  align-items: center;
}

.vgc-hero-copy {
  max-width: 720px;
  padding: 34px 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.vgc-kicker {
  color: var(--vgc-gold);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vgc-title {
  color: #fff;
  font-size: 64px;
  line-height: .98;
  margin: 8px 0 18px;
}

.vgc-lead {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}

.vgc-section-title {
  color: var(--vgc-green);
  font-size: 44px;
  line-height: 1.05;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.vgc-subtitle {
  color: var(--vgc-gold);
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.vgc-text {
  font-size: 17px;
  line-height: 1.75;
}

.vgc-highlight {
  background: var(--vgc-green);
  color: #fff;
  padding: 28px;
}

.vgc-highlight h3,
.vgc-highlight p {
  color: #fff;
}

.vgc-checklist {
  margin: 0;
}

.vgc-checklist li {
  margin-bottom: 10px;
}

.vgc-band {
  background: var(--vgc-green-dark);
}

.vgc-band h2,
.vgc-band h3,
.vgc-band p,
.vgc-band li {
  color: #fff;
}

.vgc-stat {
  border-left: 3px solid var(--vgc-gold);
  padding-left: 18px;
}

.vgc-stat strong {
  display: block;
  color: var(--vgc-gold);
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  line-height: 1;
}

.vgc-tabs .nav {
  justify-content: center;
}

.vgc-tabs .nav > li > a {
  color: var(--vgc-green);
  font-weight: 700;
}

.vgc-tabs .nav > li.active > a {
  color: var(--vgc-gold);
}

.vgc-gallery .img-inner,
.vgc-news .box-image,
.vgc-card {
  overflow: hidden;
  border-radius: 6px;
}

.vgc-card {
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 70, 45, .10);
  padding: 26px;
  height: 100%;
}

.vgc-contact {
  background: var(--vgc-cream);
}

.vgc-form {
  display: grid;
  gap: 12px;
}

.vgc-form input,
.vgc-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 92, 53, .22);
  border-radius: 4px;
  box-shadow: none;
}

.vgc-form button {
  width: 100%;
  margin: 0;
  background: var(--vgc-green);
}

.vgc-hotline {
  color: var(--vgc-green);
  font-family: "Times New Roman", Times, serif;
  font-size: 34px;
  line-height: 1;
}

.vgc-template {
  background: #efe5cc url("../../uploads/2026/05/bg_main.jpg") repeat-y center top;
}

.vgc-template .row {
  background: rgba(245, 236, 214, .74);
}

.vgc-template .col {
  padding-bottom: 8px;
}

.vgc-template .img {
  margin-bottom: 8px;
}

.vgc-template .img-inner {
  background: transparent;
}

.vgc-template img {
  display: block;
  width: 100%;
}

.vgc-template-hero .row {
  background: transparent;
}

.vgc-hero-title {
  padding: 0 0 46px;
  text-align: center;
}

.vgc-hero-title h1 {
  color: #fff;
  font-size: 44px;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .55);
}

.vgc-intro-row {
  padding-top: 18px;
}

.vgc-source-text {
  color: #09533a;
  line-height: 1.5;
}
.vgc-source-text * {
    margin-bottom: 0px;
}
.vgc-source-text h2,
.vgc-source-text h3 {
  color: #005b3a;
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.vgc-section-label {
  color: #006039;
  font-family: "Times New Roman", Times, serif;
  font-size: 34px;
  line-height: 1;
  margin: 0 0 12px;
  padding-top: 12px;
  text-align: center;
  text-transform: uppercase;
}

.vgc-source-text ul {
  margin-bottom: 0;
}

.vgc-two-img .col,
.vgc-three-img .col,
.vgc-progress-grid .col {
  padding-left: 6px;
  padding-right: 6px;
}

.vgc-source-tabs {
  padding: 8px 0 0;
}

.vgc-source-tabs .nav {
     background: #fff;
}
.vgc-source-tabs .nav-vertical+.tab-panels{
  padding: 0px;
}
.vgc-source-tabs .nav > li > a {
  background: #00624a;
  color: #fff;
  font-weight: 700;
  margin: 0 2px;
  padding: 8px 13px;
}

.vgc-source-tabs .nav > li.active > a {
  background: #df8c23;
  color: #fff;
}

.vgc-news-source h3 {
  color: #005b3a;
  font-size: 15px;
  line-height: 1.25;
  margin: 8px 0 4px;
}

.vgc-cf7-section .row {
  background: #005b3a;
  color: #fff;
  padding: 18px 12px;
}

.vgc-cf7-section .vgc-source-text,
.vgc-cf7-section .vgc-source-text h2 {
  color: #fff;
}

.vgc-cf7-section input,
.vgc-cf7-section textarea {
  border-radius: 0;
  margin-bottom: 8px;
}

.vgc-cf7-section input[type="submit"] {
  background: #df8c23;
  color: #fff;
  width: 100%;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

  .vgc-hero .section-content {
    min-height: 560px;
  }

  .vgc-title {
    font-size: 42px;
  }

  .vgc-section-title {
    font-size: 34px;
  }

  .vgc-lead {
    font-size: 17px;
  }

}

/* Contact Form 7 - Dang ky nhan bao gia */
.vgc-price-form {
  background: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(222, 178, 92, .22);
  margin: 0 auto;
  max-width: 640px;
  padding: 34px 20px 20px;
  text-align: center;
}

.vgc-price-form h2 {
  color: #2f663b;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 34px;
  text-transform: uppercase;
}

.vgc-price-form-desc {
  color: #333;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 14px;
}

.vgc-price-form-fields {
  display: grid;
  gap: 9px;
}

.vgc-price-form .wpcf7-form-control-wrap {
  display: block;
}

.vgc-price-form input[type="text"],
.vgc-price-form input[type="email"],
.vgc-price-form input[type="tel"],
.vgc-price-form textarea {
  background: #fff;
  border: 1px solid #009581;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-size: 15px;
  height: 30px;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
}

.vgc-price-form textarea {
  height: 118px;
  line-height: 1.55;
  resize: vertical;
}

.vgc-price-form input::placeholder,
.vgc-price-form textarea::placeholder {
  color: #777;
  opacity: 1;
}

.vgc-price-form input[type="submit"] {
  background: #e0aa00;
  border: 0;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 6px auto 0;
  min-height: 36px;
  padding: 10px 18px;
  text-transform: uppercase;
  width: auto;
}

.vgc-price-form input[type="submit"]:hover {
  background: #c99600;
  box-shadow: none;
  color: #000;
}

.vgc-price-form .wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}

.vgc-price-form .wpcf7-not-valid-tip {
  font-size: 13px;
  text-align: left;
}

@media only screen and (max-width: 48em) {
  .vgc-price-form {
    padding: 28px 14px 18px;
  }

  .vgc-price-form h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}

/* Category news archive */
.vgc-category-news {
  background: #eadfc3 url("../../uploads/2026/05/bg_main.jpg") repeat-y center top;
  color: #111;
}

.vgc-category-hero {
  min-height: 124px;
  background-image: linear-gradient(rgba(234, 223, 195, .28), rgba(234, 223, 195, .42)), url("../../uploads/2026/05/bg_main.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 28px 16px 18px;
}

.vgc-category-hero-inner {
  text-align: center;
}

.vgc-category-hero h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.vgc-category-title-mark {
  width: 112px;
  height: 20px;
  margin: 8px auto 0;
  position: relative;
}

.vgc-category-title-mark:before,
.vgc-category-title-mark:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 46px;
  height: 3px;
  background: #009581;
}

.vgc-category-title-mark:before {
  left: 0;
}

.vgc-category-title-mark {
  background: transparent;
}

.vgc-category-title-mark:before {
  box-shadow: 66px 0 0 #009581;
}

.vgc-category-title-mark:after {
  top: 4px;
  left: 50%;
  right: auto;
  border-bottom: 12px solid #004126;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  background: transparent;
  width: 26px;
  height: 12px;
  transform: translateX(-50%);
}

.vgc-category-list-section {
  background: rgba(238, 229, 203, .78);
  padding: 46px 0 34px;
}

.vgc-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 58px;
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 44px;
}

.vgc-category-card {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.vgc-category-thumb {
  display: block;
  border: 1px solid #009581;
  background: #fff;
  overflow: hidden;
}

.vgc-category-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 286 / 207;
  height: auto;
  object-fit: cover;
}

.vgc-category-content h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.vgc-category-content h2 a {
  color: #050505;
}

.vgc-category-content p {
  color: #343434;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.35;
  margin: 0;
}

.vgc-category-pagination {
  grid-column: 1 / -1;
  text-align: center;
}

.vgc-category-pagination ul {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  margin: 0;
}

.vgc-category-pagination a,
.vgc-category-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  background: #006039;
  color: #fff;
  padding: 0 10px;
}

.vgc-category-pagination .current {
  background: #df8c23;
}

.vgc-category-empty {
  grid-column: 1 / -1;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .vgc-category-list {
    grid-template-columns: 1fr;
    max-width: 980px;
  }
}

@media only screen and (max-width: 680px) {
  .vgc-category-hero {
    min-height: 110px;
  }

  .vgc-category-hero h1 {
    font-size: 32px;
  }

  .vgc-category-list-section {
    padding-top: 28px;
  }

  .vgc-category-list {
    gap: 28px;
    padding: 0 14px;
  }

  .vgc-category-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vgc-category-content h2 {
    font-size: 21px;
  }

  .vgc-category-content p {
    font-size: 18px;
  }
}

/* Vietnam Land footer UX Block */
.vnl-footer,
.vnl-footer * {
  box-sizing: border-box;
}

.vnl-footer {
  background: #2c2e33;
  color: #a8abae;
  font-size: 16px;
  line-height: 1.55;
}

.vnl-footer h1,
.vnl-footer h2,
.vnl-footer h3,
.vnl-footer h4,
.vnl-footer p,
.vnl-footer a,
.vnl-footer li,
.vnl-footer span,
.vnl-footer strong,
.vnl-footer input,
.vnl-footer textarea {
}

.vnl-footer a {
  color: #a8abae;
}

.vnl-footer a:hover {
  color: #ff7f19;
}

.vnl-footer-top,
.vnl-footer-main {
  background: #2c2e33;
}

.vnl-footer-top {
  padding: 70px 0 42px;
}

.vnl-footer-main {
  padding: 36px 0 30px;
}

.vnl-footer .row {
  max-width: 1540px;
}

.vnl-brand {
  text-align: center;
}

.vnl-logo-mark {
  height: 96px;
  margin: 0 auto 10px;
  position: relative;
  width: 86px;
}

.vnl-logo-mark span {
  border-bottom: 9px solid #ff7f19;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  bottom: 0;
  display: block;
  height: 66px;
  position: absolute;
  width: 18px;
}

.vnl-logo-mark span:before {
  background: #008348;
  content: "";
  display: block;
  height: 100%;
  width: 9px;
}

.vnl-logo-mark span:nth-child(1) {
  left: 11px;
}

.vnl-logo-mark span:nth-child(2) {
  height: 84px;
  left: 33px;
}

.vnl-logo-mark span:nth-child(3) {
  height: 96px;
  left: 55px;
}

.vnl-logo-mark span:nth-child(3):after {
  background: #ff7f19;
  content: "";
  height: 82px;
  position: absolute;
  right: -3px;
  top: 0;
  width: 3px;
}

.vnl-logo-text {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.vnl-logo-text .orange {
  color: #ff7f19;
}

.vnl-logo-text .green {
  color: #008348;
}

.vnl-license {
  color: #a8abae;
  font-size: 17px;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 360px;
}

.vnl-company-title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.2;
  margin: 4px 0 24px;
  text-transform: uppercase;
}

.vnl-address {
  display: grid;
  gap: 22px;
}

.vnl-address-item {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 54px minmax(0, 1fr);
}

.vnl-address-icon,
.vnl-contact-icon {
  color: #ff7f19;
  font-size: 42px;
  line-height: 1;
  transform-origin: center;
  transition: color .22s ease, filter .22s ease, transform .22s ease;
}

.vnl-address-body {
  border-left: 1px solid rgba(168, 171, 174, .18);
  padding-left: 12px;
  transition: border-color .22s ease;
}

.vnl-label {
  color: #a8abae;
  font-size: 18px;
  margin-bottom: 4px;
}

.vnl-value {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.vnl-contact-list {
  display: grid;
  gap: 28px;
  padding-top: 2px;
}

.vnl-contact-item {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 54px minmax(0, 1fr);
}

.vnl-contact-icon svg {
  display: block;
  fill: currentColor;
  height: 42px;
  width: 42px;
}

.vnl-contact-body {
  border-left: 1px solid rgba(168, 171, 174, .18);
  padding-left: 12px;
  transition: border-color .22s ease;
}

.vnl-footer-intro {
  color: #a8abae;
  font-size: 17px;
  line-height: 1.55;
  margin: 20px 0 0;
}

.vnl-footer .vnl-brand-logo {
  margin: 0 auto;
  max-width: 220px;
}

.vnl-footer .vnl-brand-logo img {
  max-height: 105px;
  object-fit: contain;
}

.vnl-contact-list .vnl-contact-item + .vnl-contact-item {
  margin-top: 24px;
}

.vnl-footer-project-title {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.vnl-address-item:hover .vnl-address-icon,
.vnl-contact-item:hover .vnl-contact-icon {
  color: #ff983a;
  filter: drop-shadow(0 0 9px rgba(255, 127, 25, .38));
  transform: translateY(-3px) scale(1.06);
}

.vnl-address-item:hover .vnl-address-body,
.vnl-contact-item:hover .vnl-contact-body {
  border-left-color: rgba(255, 127, 25, .68);
}

.vnl-footer-heading {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 24px;
}

.vnl-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vnl-footer-menu li {
  color: #a8abae;
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 17px;
  padding-left: 24px;
  position: relative;
}

.vnl-footer-menu li:before {
  color: #ff7f19;
  content: "›";
  font-size: 28px;
  left: 2px;
  line-height: 1;
  position: absolute;
  top: -2px;
  transition: color .2s ease, transform .2s ease;
}

.vnl-footer-menu li,
.vnl-footer-menu li a {
  transition: color .2s ease, transform .2s ease;
}

.vnl-footer-menu li:hover {
  color: #fff;
  transform: translateX(4px);
}

.vnl-footer-menu li:hover:before {
  color: #ff983a;
  transform: translateX(2px);
}

.vnl-footer-menu li:hover a {
  color: #fff;
}

.vnl-footer .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}

.vnl-footer input[type="text"],
.vnl-footer input[type="email"],
.vnl-footer input[type="tel"],
.vnl-footer textarea {
  background: transparent;
  border: 1px solid rgba(168, 171, 174, .36);
  border-radius: 10px;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  height: 48px;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}

.vnl-footer textarea {
  height: 72px;
  line-height: 1.35;
  resize: vertical;
}

.vnl-footer input::placeholder,
.vnl-footer textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.vnl-footer input[type="submit"] {
  background: #ff7f19;
  border: 0;
  border-radius: 9px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  height: 48px;
  margin: 0;
  text-transform: none;
  width: 100%;
}

.vnl-footer input[type="submit"]:hover {
  background: #f06f09;
  box-shadow: none;
  color: #fff;
}

.vnl-footer .wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}
footer#footer * {
    font-family: "Montserrat", sans-serif !important;
	    font-size: 14px;
}
@media only screen and (max-width: 849px) {
  .vnl-footer-top {
    padding: 46px 0 24px;
  }

  .vnl-footer-main {
    padding-top: 28px;
  }

  .vnl-company-title {
    font-size: 23px;
    text-align: center;
  }

  .vnl-address-item,
  .vnl-contact-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .vnl-address-icon,
  .vnl-contact-icon {
    font-size: 34px;
  }

  .vnl-contact-icon svg {
    height: 34px;
    width: 34px;
  }
}
