/*
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.   ***************/
/* common */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 0;
}
/* ============= */
body:not(.home) .header {
  background-color: #001424;
}

/* body:not(.home) {
  color: #000;
} */
.entry-title {
  color: #fff !important;
}

.home .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.content-area {
  position: relative;
  z-index: 1;
  /* text-align: center; */
}
.stuck .header-main .nav > li > a {
  line-height: 10px !important;
}
/* header */
.header:not(.transparent) .header-nav-main.nav > li > a:hover,
.header:not(.transparent) .header-nav-main.nav > li.active > a,
.header:not(.transparent) .header-nav-main.nav > li.current > a,
.header:not(.transparent) .header-nav-main.nav > li > a.active,
.header:not(.transparent) .header-nav-main.nav > li > a.current {
  color: #fff !important;
  opacity: 0.8;
}

.nav-line-bottom > li > a:before {
  height: 1px;
  width: 70%;
}
.nav-spacing-medium > li {
  margin: 0px 20px;
}

.nav-spacing-medium > li > a {
  font-size: 14px;
}

.header-button-1 .header-button .button {
  border-radius: 8px !important;
  color: #fff;
  border: 1px solid #99c679;
  padding: 5px 10px;
}

.header-button-1 .header-button .button:hover {
  color: #000;
}

.header-button-1 .header-button .button::after {
  content: "→";
  display: inline-block;
  margin-left: 3px;
  transition: transform 0.3s ease;
}

.header-button-1 .header-button .button:hover::after {
  transform: translateX(4px);
}
/* blog banner trang chu */

.btn_hero {
  border-radius: 8px;
  width: 100%;
  font-size: 12px;
  padding: 10px 0;
}
.icon-play {
  border: 1px solid #99c679;
  padding: 2px;
  border-radius: 100%;
}
.btn_hero::after {
  content: "→";
  display: inline-block;
  margin-left: 3px;
  transition: transform 0.3s ease;
}

.btn_hero_v2 {
  border-radius: 8px !important;
  color: #fff !important;
  border: 1px solid #99c679 !important;
  font-size: 12px;
  padding: 10px 15px;
}
.btn_hero_v2:hover {
  color: #000 !important;
}

.title_hero {
  width: 70%;
  margin-bottom: 30px;
}
.text-gradient {
  background: linear-gradient(to right, #0076f2 10%, #99c679 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 40px;
}

.row_bottom_hero .col {
  padding: 0 !important;
}

.icon_box_giaiphap {
  border: 5px solid #99c679;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 50%;
}

.row_bottom_hero {
  background-color: rgba(0, 0, 0, 0.349);
  padding: 20px !important;
  border-radius: 16px;
}

.row_bottom_hero {
    display: flex;
    flex-wrap: wrap;
}

 .row_bottom_hero{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* .row_bottom_hero > .col {
    display: flex;
} */

/* .row_bottom_hero > .col > .col-inner {
    width: 100%;
    display: flex;
    align-items: center;
} */

.pd-0 {
  padding: 0 !important;
}
.text_about {
  margin-bottom: 20px;
}
.image-cover {
  padding-top: 100% !important;
}

.row_about {
  border: 1px solid rgba(122, 156, 89, 0.407);
  border-radius: 12px;
  padding: 10px;
}

.row_giaiphap {
  border: 1px solid rgba(122, 156, 89, 0.407);
  border-radius: 12px;
  padding: 5px;
}
.row_giaiphap .col {
  padding: 0 30px 0 !important;
}
.row_giaiphap .col .text p {
  font-size: 13px;
}

.row_giaiphap .col .attachment- {
  filter: brightness(0) saturate(100%) invert(83%) sepia(12%) saturate(2149%)
    hue-rotate(81deg) brightness(92%) contrast(91%);
}
.section_bottom_gp {
  padding: 0 15px;
}

.row-divided > .col + .col:not(.large-12) {
  border-left: 0.1px solid rgba(255, 255, 255, 0.483);
}
.text_header_giaiphap h2 {
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
}

.text_header_giaiphap h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);

  width: 50px;
  height: 1px;

  background: #99c679;
}

.text_header_giaiphap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.text_header_giaiphap .line {
  width: 39%;
  height: 0.1px;
  background: #777;
}

.text_header_tintuc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.text_header_tintuc h2 {
  margin: 0;
  white-space: nowrap;
}

.text_header_tintuc .line {
  height: 1px;
  width: 100%;
  background: #777;
}

.row_tintuc .badge-frame .badge-inner,
.badge-outline .badge-inner {
  border: none;
  border-radius: 8px;
}
.banner_home .section-content {
  margin-top: 100px;
}
.badge.post-date {
  top: 10%;
  left: 5%;
}

.badge .badge-inner {
}

.row_tintuc .col-inner .box .box-text {
  background-color: #001424;
  border-radius: 0 0 20px 20px;
}
.btn_tintuc:hover {
  color: #fff;
  cursor: pointer;
}
.btn_tintuc {
  color: #99c679;
  width: 130px;
  font-size: 16px;
  margin: 0;
  padding-left: 0;
  display: block;
}

.btn_tintuc::after {
  content: "→";
  display: inline-block;
  margin-left: 3px;
  transition: transform 0.3s ease;
}

.row_tintuc .col-inner .box .box-text .is-divider {
  display: none;
}

.flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}
.icon {
  width: 30px;
  height: 30px;
}
.title_footer {
  margin-bottom: 20px;
  font-size: 30px;
}
.nav-dropdown {
  border-radius: 0 0 12px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-top: none !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
  overflow: hidden;
  min-width: 320px !important;
  padding: 0 !important;
  background: linear-gradient(135deg, #001424 0%, #002a3a 100%) !important;
  backdrop-filter: blur(10px);
}

.nav-dropdown > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0;
}

.nav-dropdown > li:last-child {
  border-bottom: none;
}

.nav-dropdown > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  padding: 8px 12px !important;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: block;
}

.nav-dropdown > li > a:hover {
  color: #fff !important;
  background: rgba(153, 198, 121, 0.15) !important;
  border-left: 3px solid #99c679;
}

.nav-dropdown > li > a::before {
  content: "▸";
  margin-right: 10px;
  color: #99c679;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.nav-dropdown > li > a:hover::before {
  transform: translateX(4px);
}
.nav-dropdown.nav-dropdown-default > li > a {
  margin: 0;
}
.row_giaiphap .box-text {
  padding-left: 15px !important;
  padding: 0;
}
/* mobile */

@media (max-width: 767px) {
  .header {
    position: relative;
  }

  .row_about > .col:nth-child(3) {
    border-left: none !important;
  }

  .row_about > .col:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .row_about > .col:nth-child(odd) {
    border-left: none !important;
  }

  .row_giaiphap > .col:nth-child(3) {
    border-left: none !important;
  }

  .row_giaiphap > .col:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .row_giaiphap > .col:nth-child(odd) {
    border-left: none !important;
  }

  .btn_hero {
    font-size: 10px;
    width: 100%;
    margin: 0 auto;
  }
  .btn_hero_v2 {
    font-size: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .box-hero-phai {
    display: none !important;
  }
  .header-inner {
    background-color: rgb(1, 8, 20);
  }
  .row_bottom_hero {
    display: none;
  }
  .text_header_giaiphap h2 {
    font-size: 8px;
  }

  .text_header_tintuc .line {
    display: none;
  }
  .text_header_giaiphap .line {
    display: none;
  }
}

@media screen and (max-width: 549px) {
  .box-vertical .box-image {
    width: 50% !important;
  }
}

/* talet */
@media (min-width: 768px) and (max-width: 1024px) {
  .btn_hero {
    font-size: 10px;
    width: 95%;
  }
  .btn_hero_v2 {
    font-size: 10px;
    width: 95%;
  }
  .box-hero-phai {
    display: none !important;
  }
  .btn_about {
    width: 20% !important;
  }
  .text_header_giaiphap h2 {
    font-size: 12px;
  }
}

/*  gioi thieu*/
.title_page_gt {
  font-size: 30px;
}

.title_page_gt {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.title_page_gt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #009773 0%, #649a1f 100%);
}

.name_about {
  background: linear-gradient(90deg, #009773 0%, #86b04c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
  font-size: 30px;
}
.text_content {
  margin: 30px 0;
}

.text_chuyenmau {
  background: linear-gradient(to right, #0076f2 10%, #99c679 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.text_green {
  color: #99c679;
}
.img_right .image-cover {
  padding-top: 90% !important;
}
.img_right .image-cover img {
  border-radius: 12px;
}

/* box lien he */

.contact-box {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

.contact-box p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

.contact-box p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #00d4ff, #4cff00);
}

.contact-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.contact-box li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

/* .contact-box li::before {
    content: "●";
    color: #4cff00;
    font-size: 14px;
    margin-top: 8px;
    flex-shrink: 0;
} */

.contact-box a {
  color: #00d4ff;
  text-decoration: none;
}

.contact-box a:hover {
  color: #4cff00;
}
/* language */

.language-switcher {
  position: relative;
  display: inline-block;
}

.current-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  /* padding: 8px 12px; */
  /* background: #fff; */
  /* border: 1px solid #ddd; */
  cursor: pointer;
}

.current-lang img,
.lang-dropdown img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.language-switcher:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.lang-dropdown li a:hover {
  background: #f5f5f5;
}
.html_topbar_left {
  margin: 0 !important;
}

/* Form Contact Form 7 */

.Title_form_lienhe {
  border-bottom: 1px #fff solid;
}
.Title_form_lienhe h3 {
  width: fit-content;
  font-size: 24px;
}

#wpcf7-f740-p31-o1 {
  width: 100%;
}

#wpcf7-f740-p31-o1 p {
  margin-bottom: 20px;
}

/* Input + textarea */
#wpcf7-f740-p31-o1 input[type="text"],
#wpcf7-f740-p31-o1 input[type="email"],
#wpcf7-f740-p31-o1 input[type="tel"],
#wpcf7-f740-p31-o1 textarea {
  width: 100%;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;

  color: #fff;
  font-size: 16px;
  padding: 0 22px;

  transition: 0.3s;
}

/* chiều cao input */
#wpcf7-f740-p31-o1 input[type="text"],
#wpcf7-f740-p31-o1 input[type="email"],
#wpcf7-f740-p31-o1 input[type="tel"] {
  height: 40px;
}

/* textarea */
#wpcf7-f740-p31-o1 textarea {
  height: 90px;
  padding-top: 20px;
}

/* Placeholder */
#wpcf7-f740-p31-o1 input::placeholder,
#wpcf7-f740-p31-o1 textarea::placeholder {
  color: #a7a7a7;
}

/* Hover */
#wpcf7-f740-p31-o1 input:hover,
#wpcf7-f740-p31-o1 textarea:hover {
  border-color: #f7941d;
}

/* Focus */
#wpcf7-f740-p31-o1 input:focus,
#wpcf7-f740-p31-o1 textarea:focus {
  border-color: #f7941d;
  background: #151f32;
  outline: none;
}

/* Button */
#wpcf7-f740-p31-o1 .btn_lienhe {
  background: #f7941d !important;
  color: #fff !important;

  border: 0;
  border-radius: 8px;

  height: 40px;
  min-width: 180px;

  font-size: 18px;
  font-weight: 700;

  text-transform: uppercase;

  float: right;

  transition: 0.3s;
}

#wpcf7-f740-p31-o1 .btn_lienhe:hover {
  background: #ffae42 !important;
}

/* Tiêu đề section */
.Title_form_lienhe .section-title-main {
  color: #fff !important;
}

/* mobile */
@media (max-width: 849px) {
  #wpcf7-f740-p31-o1 .btn_lienhe {
    width: 100%;
    float: none;
  }
}


.contact_info{
    background: #111827;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.08);
}

.contact_desc{
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 16px;
}

.contact_item{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.contact_item:last-child{
    border-bottom: none;
}

.contact_item strong{
    color: #f7941d;
    font-size: 18px;
    font-weight: 700;
}

.contact_item span{
    color: #fff;
    line-height: 1.8;
    font-size: 15px;
}

.contact_item:hover{
    padding-left: 10px;
    transition: .3s ease;
}

/*  box bên trái */
.box_thongtin_lienhe p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 500;
}

.box_thongtin_lienhe strong{
    color: #9b0000;
    font-weight: 700;
}

.box_thongtin_lienhe{
    padding: 10px 0;
}


.container .row-small:not(.row-collapse),
.row .row-small:not(.row-collapse) {
    margin-left: 0;
    margin-right: 10;
}

.footer_links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links li{
    margin-bottom: 12px;
}

.footer_links a{
    color: rgba(255,255,255,.8);
    text-decoration: none;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer_links a::before{
    content: "›";
    color: #00b4ff;
    font-size: 18px;
    font-weight: 700;
}

.footer_links a:hover{
    color: #fff;
    transform: translateX(5px);
}

.footer_links a:hover::before{
    color: #00d4ff;
}