/* Reset CSS */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  line-height: 1.5;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #34ccff;
}

ul,
ol {
  list-style: none;
}

.wrapper-body {
  position: relative;
  max-width: 1536px;
  margin: 0px auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.tf-container {
  max-width: 1470px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

body {
  background-image: url(https://www.atu-logistik.de/wp-content/uploads/2018/09/mmbackground.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: auto;
}

/* Container helper */
.container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Topbar */
.topbar {
  color: #fff;
  font-size: 14px;
  padding-right: 52px;
  margin-bottom: -20px;
  z-index: 101;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.topbar .topbar-left {
  background: #183650;
  border-radius: 99px;
  padding: 4px 94px 4px 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.topbar .topbar-left span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  vertical-align: middle;
}
.topbar .topbar-left span:not(:last-child) {
  margin-right: 32px;
}

.topbar .topbar-left span i {
  font-size: 18px;
}

.top_bar_info_switcher {
  position: relative;
  display: inline-block;
}

.switcher-active {
  background-color: #2dc8ff;
  color: white;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 27px 10px 24px;
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}
.switcher-active .icon-atu-logistik-up {
  font-size: 11px;
}
.switcher-active .icon-atu-logistik-globesimple1 {
  font-size: 20px;
}

.switcher-active i.stm-globe::before {
  content: "🌐";
  /* Thay bằng icon thực tế nếu có font */
  font-style: normal;
  color: white;
}

.switcher-arrow {
  margin-left: auto;
  transition: transform 0.3s;
}

.switcher-dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 8px 0;
  margin: 8px 0 0;
  min-width: 220px;
  display: none;
  z-index: 999;
}

.switcher-dropdown li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.switcher-dropdown li a:hover {
  background-color: #f2f2f2;
}

/* Toggle state */
.top_bar_info_switcher.active .switcher-dropdown {
  display: block;
}

.top_bar_info_switcher.active .switcher-arrow {
  transform: rotate(180deg);
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Main Header */
.main-header {
  background: #fff;
  border-radius: 99px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  z-index: 100;
  position: relative;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 59px 0 39px;
}
.header-sticky .header-container {
  padding: 0px 40px 0 40px;
}
.site-header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 24px;
  left: 0;
  right: 0;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999;
}

.header-sticky.is-fixed {
  transform: translateY(0%);
}
.main-header .logo {
  margin-top: -16px;
}
.main-header .logo img {
  width: 200px;
}

.main-menu .menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 48px;
  margin: 0;
  padding: 0;
}

.main-menu .menu > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 65px;
  position: relative;
  vertical-align: middle;
}

.header-right .search-icon {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #0a1722;
}

.search-form {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
}

.search-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #111827;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.footer-bottom,
.footer-top {
  background: #183650;
}
.footer-top-wrap {
     display: flex;
    align-items: center;
        justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    padding: 35px 0px 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 20px 0px 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top .logo img {
  width: 200px;
}
.footer-top .actionbox-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
        text-align: center;
}
.footer-top a.btn-action-box {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 14px 32px 14px 32px;
    border: 2px solid #34ccff;
    background: rgba(52, 204, 255, 0.2);
    border-radius: 9999px;
    display: inline-block;
    color: #ffff;
    font-weight: 700;
    outline: none;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    cursor: pointer;
}
.footer-top a.btn-action-box:hover {
    border: 2px solid #34ccff;
    background: #34ccff;

}
.footer-bottom .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .footer-menu-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.footer-menu-bottom li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0.1px;
}
.footer-menu-bottom li a:hover {
  color: #2dc8ff;
}
.site-footer {
  background: #183650;
  padding: 50px 0px 40px 0;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.footer-container .footer-col:nth-child(2),
.footer-container .footer-col:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-col h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .logo {
  margin-bottom: 33px;
}
.site-footer .logo img {
  width: 200px;
}
.site-footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);

  margin-bottom: 31px;
}
.site-footer .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin-top: -4px;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0.1px;
}
.footer-menu li a::before {
  font-size: 16px;
  content: "\e91a";
  font-family: "atu-logistik";
  margin-right: 3px;
  color: #34ccff;
  transform: translateX(0);
  transition: all 0.3s;
  display: inline-block;
}
.footer-menu li a:hover::before {
  transform: translateX(3px);
}
.footer-menu li a:hover {
  color: #34ccff;
}
.list-infor-footer i {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  flex-shrink: 0;
}
.list-infor-footer li:not(:last-child) {
  margin-bottom: 12px;
}
.list-infor-footer a,
.list-infor-footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 0;
  opacity: 1;
  letter-spacing: 0;
  vertical-align: middle;
}
.list-infor-footer a {
  color: #34ccff;
  position: relative;
}
.list-infor-footer a::before {
  height: 1px;
  background: #34ccff;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.3s ease;
}

.list-infor-footer a:hover:before {
  width: 100%;
  left: 0;
}
.stm_newsletter_form {
  position: relative;
  margin-bottom: 16px;
}
.stm_newsletter_form input {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 56px 13px 24px;
  border-radius: 999px;
  border: solid 1px #ebebeb;
  width: 100%;
}
.stm_newsletter_form input:focus {
  border: solid 1px #34ccff;
}
.stm_newsletter_form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #0a172286;
}
.site-footer .footer-form p {
  margin-bottom: 22px;
}
.stm_newsletter_form button {
  position: absolute;
  right: 24px;
  top: 51%;
  transform: translateY(-50%);
  font-size: 24px;
  background: unset;
  border: unset;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.stm_newsletter_form button:hover i {
  color: #34ccff;
}
.social-infor-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.social-infor-footer a {
  color: rgba(255, 255, 255, 0.7);
}
.social-infor-footer a:hover {
  color: #34ccff;
}
.social-infor-footer i {
  font-size: 20px;
}

.nice-select-dropdown .list::-webkit-scrollbar {
  width: 5px !important;
}

.nice-select-dropdown .list::-webkit-scrollbar-thumb {
  background-color: #34ccff !important;
  border-radius: 4px !important;
}

.nice-select-dropdown .list::-webkit-scrollbar-thumb:hover {
  background-color: #34ccff !important;
}

/* MAIN MENU */
.main-menu {
  flex: 1;
  padding-right: 48px;
}

.main-menu .menu > li {
  position: relative;
}

.main-menu .menu > li > a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: background 0.3s;
}
.current-menu-ancestor > a,
.main-menu .menu .current-menu-item > a {
  color: #34ccff !important;
}
.current-menu-ancestor > a::before,
.main-menu .menu > li.current-menu-item > a::before {
  width: 100% !important;
}
.main-menu .menu > li > a::before {
  height: 4px;
  background: #34ccff;
  bottom: 0;
  z-index: 1;
  border-radius: 5px 5px 0px 0px;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.3s ease;
}

.main-menu .menu > li > a:hover:before {
  width: 100%;
  left: 0;
}

/* SUBMENU */
.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #0a1722;
  color: #fff;
  min-width: 260px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 10;
  border-radius: 0px 0px 12px 12px;
}

.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.main-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.main-menu .sub-menu > li.menu-item-has-children:after {
  position: absolute;
  font-family: "atu-logistik";
  content: "\e937";
  right: 15px;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.main-menu .sub-menu li > .sub-menu {
  right: 0;
  left: 100%;
  top: 0;
}

.main-menu .sub-menu li a {
  padding: 12px 20px;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.main-menu .sub-menu li:last-child a {
  border-radius: 0px 0px 12px 12px;
}
.main-menu .mega-menu .sub-menu li:last-child a {
  border-radius: 0px;
}

.main-menu .sub-menu .current-menu-ancestor > a,
.main-menu .sub-menu .current-menu-item > a {
  color: #fff !important;
  background-color: #34ccff !important;
}
.main-menu .sub-menu li a:hover {
  background: #34ccff;
}
.mobile-menu .sub-menu {
  display: none;
}

/* SEARCH */
.header-right {
  display: flex;
  gap: 10px;
  height: 100%;
  padding-left: 48px;
  border-left: 1px solid #e6e6e6;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.search-icon {
  background: none;
  border: none;
  cursor: pointer;
}

.search-field {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* MOBILE MENU TOGGLE */
.menu-toggle {
  display: none;
  flex-direction: column;
  width: 25px;
  height: 20px;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  background: none;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 2px;
}

.search-toggle {
  background: unset;
  border: unset;
  font-weight: 400;
  font-size: 16px;
  color: #0a1722;
  cursor: pointer;
  line-height: 16px;
  vertical-align: middle;
}
.search-toggle i {
  font-size: 21px;
  vertical-align: sub;
  display: inline-block;
}
.search-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.search-popup-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 50px 30px;
  border-radius: 8px;
  text-align: center;
}

.search-popup input[type="search"] {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 20px 13px 20px;
  border-radius: 15px;
  border: solid 1px #ebebeb;
  width: 85%;
  outline: none;
}

.search-popup .search-submit {
  padding: 12px 19px;
  font-size: 20px;
  background: #183650;
  color: #fff;
  border: none;
  border-radius: 15px;
  margin-left: 10px;
  cursor: pointer;
}

.search-popup-close {
  position: absolute;
  top: 0px;
  right: 10px;
  background: transparent;
  color: #333;
  font-size: 32px;
  border: none;
  cursor: pointer;
}

.main-header .menu-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  cursor: pointer;
  width: 40px;
  height: 32px;
  display: none;
}

.main-header .menu-toggle span {
  position: absolute;
  left: 10px;
  top: 50%;
  background: #183650;
  height: 2px;
  width: 20px;
  padding: 0;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none !important;
  margin: -1px 0 0;
}

.main-header .menu-toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 20px;
  height: 2px;
  background: #183650;
  -webkit-transform-origin: 1.5px center;
  -moz-transform-origin: 1.5px center;
  -o-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-header .menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 20px;
  height: 2px;
  background: #183650;
  -webkit-transform-origin: 1.5px center;
  -moz-transform-origin: 1.5px center;
  -o-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-header .menu-toggle.active span {
  background: transparent;
}

.main-header .menu-toggle.active span::after {
  bottom: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.main-header .menu-toggle.active span::before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mobile-sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.mobile-menu-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: #fff;
  padding: 25px 20px;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-menu-content .logo {
  margin-bottom: 20px;
}

.mobile-menu-content .mobile-menu a {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px 50px 10px 0px;
  color: #0a1722;
}

.mobile-menu-content.mobile-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.mobile-menu-close {
  background: transparent;
  border: none;
  font-size: 50px;
  position: absolute;
  top: 27px;
  right: 11px;
  color: #fff;
}

/* pagetitle */

.page-title-section .inner-pagetitle {
  position: relative;
  background: #183650;
  background-position: 50% 0;
  color: #fff;
  z-index: 50;
  background-size: cover;
  padding-top: 271px;
  padding-bottom: 121px;
  padding-left: 18%;
  padding-right: 18%;
}

.page-title-section .inner-pagetitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 54, 80, 0.35);
}

.page-title-section .inner-pagetitle h1 {
  color: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.page-title-section .breadcrumb {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
  text-align: center;
  z-index: 5;
  position: relative;
}

.page-title-section .breadcrumb .sep {
  vertical-align: top;
  margin-top: -2px;
  line-height: 19px;
}

.page-title-section {
  background: #fff;
}

.wrapper-content {
  background: #fff;
  padding: 80px 15px;
}

.wrap-blog {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.wrap-blog .content-blog {
  width: calc(75% - 30px);
  margin-left: 30px;
}

.wrap-blog .sidebar {
  width: calc(25% - 44px);
  margin-left: 44px;
}
.mobile-sidebar-menu .logo img {
  width: 160px;
}
#menu-main-menu-2 ul {
  list-style: none;
  margin: 0;
  padding: 0px 20px;
}

#menu-main-menu-2 ul.sub-menu {
  padding: 0px 15px;
}

#menu-main-menu-2.mobile-menu > li {
  width: 100%;
  position: relative;
  border-top: 1px solid #eeefef;
}
#menu-main-menu-2 .menu-item-has-children:after {
  content: "\e937";
  font-family: "atu-logistik";
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 12px;
}
#menu-main-menu-2 > ul > li:last-child {
  border-bottom: 1px solid #eeefef;
}

#menu-main-menu-2 ul > li {
  position: relative;
}

.menu-main-menu-2 .current-menu-parent .menu-item-has-children .btn-submenu {
  right: -15px;
}

#menu-main-menu-2 ul > li:last-child {
  border-bottom: 1px solid transparent;
}

#menu-main-menu-2 ul li a > span {
  background: var(--theme-secondary-color);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#menu-main-menu-2 .sub-menu a {
  padding: 8px 20px 8px 0px;
}

#menu-main-menu-2 > ul > li:last-child {
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-bottom-width: 1px;
}
#menu-main-menu-2 ul li.current-menu-item > a,
#menu-main-menu-2 ul li.current_page_item > a {
  color: #34ccff;
}
/* RESPONSIVE */

/* Form */
.form-homepage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-homepage .inner {
  margin-bottom: 24px;
}
.form-homepage input,
.form-homepage select,
.form-homepage textarea {
  padding: 15px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 999px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  outline: none;
}
.form-homepage textarea {
  border-radius: 16px;
  height: 211px;
}
.contact .form-homepage textarea {
  height: 134px;
}
.form-homepage input::placeholder,
.form-homepage select::placeholder,
.form-homepage textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
}
.form-homepage input:focus,
.form-homepage select:focus,
.form-homepage textarea:focus,
.form-homepage input:focus-visible,
.form-homepage select:focus-visible,
.form-homepage textarea:focus-visible {
  border: 1px solid #34ccff !important;
}
.form-homepage .inner.select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.form-homepage .inner select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
}

.form-homepage .inner select option {
  background-color: #fff;
  color: #000;
}

/* Custom arrow */
.form-homepage input.wpcf7-submit {
  border: 2px solid #34ccff;
  background: rgba(52, 204, 255, 0.2);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 13px 24px;
}
.form-homepage input.wpcf7-submit:hover {
  background-color: #34ccff;
}
.form-homepage .nice-select {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 99px !important;
  background-color: transparent !important;
}
.form-homepage .nice-select span.current {
  color: #fff;
}
.form-homepage .nice-select .nice-select-dropdown {
  background-color: #f8f8f8 !important;
}
.form-homepage .nice-select .option:hover {
  background-color: #34ccff !important;
  color: #fff;
}

.form-homepage .nice-select .option {
  color: #183650;
}
.nice-select:after {
  border-bottom: 2px solid #777;
  border-right: 2px solid #777;
  height: 9px;
  margin-top: -7px;
  right: 29px;
  width: 9px;
}
.contact .form-homepage input,
.contact .form-homepage select,
.contact .form-homepage textarea {
  border: 1px solid #eeeeee;
  color: rgba(10, 23, 34, 1);
  border-radius: 12px !important;
}
.contact .form-homepage .nice-select span.current {
  color: rgba(10, 23, 34, 1);
}
.contact .form-homepage input::placeholder,
.contact .form-homepage select::placeholder,
.contact .form-homepage textarea::placeholder {
  color: rgba(10, 23, 34, 0.5);
}

.nice-select {
  height: 56px !important;
  padding: 15px 24px !important;
  width: 100% !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  vertical-align: middle !important;
  outline: none !important;
  border: 1px solid #eeeeee !important;
  border-radius: 12px !important;
}
.contact .form-homepage .nice-select {
  border: 1px solid #eeeeee !important;
  color: rgba(10, 23, 34, 0.5) !important;
  border-radius: 12px !important;
}
.nice-select:after {
  border-bottom: 2px solid #777 !important;
  border-right: 2px solid #777 !important;
  height: 9px !important;
  margin-top: -7px !important;
  right: 29px !important;
  width: 9px !important;
}
.nice-select .nice-select-dropdown {
  width: 100%;
}
.contact .form-homepage .inner.select::after {
  color: #777;
}
.contact .form-homepage input::placeholder,
.contact .form-homepage select::placeholder,
.contact .form-homepage textarea::placeholder {
  color: rgba(10, 23, 34, 0.5);
}
.contact .form-homepage input.wpcf7-submit {
  border: 2px solid #34ccff !important;
  background: #34ccff;
  color: #fff !important;
}

/* mega menu */

.main-menu .mega-menu {
  position: unset !important;
}

.main-menu .mega-menu > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%) !important;
}

.main-menu .mega-menu > .sub-menu > li {
  width: 25%;
}

.main-menu .mega-menu > .sub-menu > li .sub-menu {
  box-shadow: 0 4px 8px rgb(255 255 255 / 24%);
}

@media (max-width: 1200px) {
  .topbar {
    display: none;
  }

  .main-menu .menu {
    gap: 20px;
  }

  .main-menu .menu > li > a {
    font-size: 16px;
  }

  .main-menu {
    padding-right: 20px;
  }

  .header-right {
    padding-left: 20px;
  }

  .main-header {
    border-radius: 0;
  }
  .site-header,
  .header-sticky {
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
  }
  .header-container {
    padding: 0px 15px 0 15px;
  }

  .main-header .logo {
    margin-top: 0px;
  }
  .main-menu .menu > li > a {
    line-height: 80px;
  }
}

@media (max-width: 1024px) {
  .main-header .logo img {
    height: 39px;
    width: auto;
  }
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .footer-bottom .footer-menu-bottom {
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-bottom-wrap {
    flex-direction: column;
    text-align: center;
  }
  .single-page .main-content {
    padding-right: 0px !important;
  }
  ul.page-numbers {
    margin: 0px 0 30px;
    align-items: center;
  }
  .wrap-blog {
    flex-direction: column;
    margin-left: 0px;
  }
  .wrap-blog .content-blog {
    width: 100%;
    margin-left: 0px;
  }
  .wrap-blog .sidebar {
    width: 100%;
    margin-left: 0px;
  }
  .page-title-section .inner-pagetitle {
    padding-top: 135px;
    padding-bottom: 90px;
  }
  .page-title-section .inner-pagetitle h1 {
    line-height: 1.3;
    font-size: 30px;
  }
  .header-container {
    padding: 20px 15px 20px 15px !important;
  }
  .header-right {
    padding-left: 0;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
    border-left: none;
    margin-right: 40px;
  }

  .main-header .menu-toggle {
    display: block;
    right: 5px;
  }

  .main-header .main-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-top-wrap {
    justify-content: center;
    text-align: center;
}
  .header-sticky {
    top: 0 !important;
  }
  .blog-main .blog-post-item {
    flex-direction: column;
  }
  .blog-post-item .post-thumbnail {
    max-width: 100% !important;
    margin: -1px !important;
  }
}
@media (max-width: 600px) {
  .blog-post-item .post-content {
    padding: 26px 20px !important;
  }
  .form-homepage {
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }
  .form-homepage .inner {
    margin-bottom: 15px !important;
  }
  .form-homepage textarea {
    height: 120px !important;
  }
  .footer-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.header-sticky .main-menu .menu > li > a {
  line-height: 75px;
}

.header-sticky .main-header .logo {
  margin-top: 0px;
}

.single-page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.single-page .main-content {
  width: 75%;
}

.single-page .page-sidebar {
  width: calc(25% - 36px);
  margin-left: 36px;
}

.elementor-widget-text-editor ul li,
.accordion-content ul li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 14px;
  color: #777777;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
}
.elementor-widget-text-editor a,
.accordion-content ul li a {
  color: #34ccff;
  background-image: linear-gradient(#34ccff, #34ccff);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: background-size 0.3s ease-in-out;
  padding-bottom: 1px;
}

.elementor-widget-text-editor a:hover,
.accordion-content ul li a:hover {
  background-size: 100% 1px;
}
.elementor-widget-text-editor ul li:before,
.accordion-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 18px;
  color: #34ccff;
}
.elementor-widget-text-editor strong {
  color: #404040;
}

@media (max-width: 1440px) {
  #nex-forms .col-sm-3 {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  #nex-forms .col-sm-3 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .page-title-section .inner-pagetitle {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media only screen and (max-width: 1024px) {
  .single-page .main-content {
    width: 60%;
  }

  .single-page .page-sidebar {
    width: 40%;
  }
}

@media only screen and (max-width: 991px) {
  .single-page .page-sidebar,
  .single-page .main-content {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .footer-bottom .footer-menu-bottom {
    display: none;
  }
  .single-post .content-right .inner {
    gap: 20px !important;
  }
}
.scroll-image-wrapper {
  perspective: 1000px;
}

.elementor-widget-container {
  transition: transform 0.2s ease;
  will-change: transform;
  transform-style: preserve-3d;
}

.elementor-widget-container img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.go-top {
  position: fixed !important;
  right: -100px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #183650;
  color: #fff;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  overflow: hidden;
}

.go-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.go-top i {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  transition: 0.3s;
  rotate: -47deg;
}

.go-top:hover i {
  color: #fff;
  animation: 1s linear infinite alternate tf-buzz-out;
}

@keyframes tf-buzz-out {
  10%,
  30% {
    transform: translateY(3%) rotate(2deg);
  }

  20%,
  40% {
    transform: translateY(-3%) rotate(-2deg);
  }

  50%,
  70% {
    transform: translateY(2%) rotate(1deg);
  }

  60%,
  80% {
    transform: translateY(-2%) rotate(-1deg);
  }

  90% {
    transform: translateY(1%) rotate(0);
  }

  to {
    transform: translateY(-1%) rotate(0);
  }
}

#nex-forms h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #0a1722 !important;
}
#nex-forms .the_label {
  color: #777777 !important;
  display: block;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 140%;
  vertical-align: middle;
  margin-bottom: 8px;
}
#nex-forms .paragraph .the_input_element {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  vertical-align: middle;
  color: #a5a5a5 !important;
}
#nex-forms .input-group {
  width: 100%;
}
#nex-forms .error_msg.modern {
  bottom: 16px !important;
}
#nex-forms input.form-control,
#nex-forms textarea,
#nex-forms input[type="text"].form-control {
  border: 1px solid #eeeeee !important;
  display: block;
  padding: 6px 12px !important;
  width: 100% !important;
  height: 56px !important;
  border-radius: 16px !important;
}
#nex-forms .inner-canvas-container input:focus, #nex-forms .inner-canvas-container select:focus, #nex-forms .inner-canvas-container textarea:focus, #nex-forms .inner-canvas-container input.form-control:focus, #nex-forms .inner-canvas-container select.form-control:focus, #nex-forms .inner-canvas-container textarea.form-control:focus {
    border-color: #66AFE9 !important;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.4); /* đổ bóng nhẹ */
    outline: none; /* bỏ outline mặc định */
}
.is_focused.is_typing{
   border-color: #66AFE9 !important;
}
#nex-forms .nf_select-container .nf_select-selection--single {
  border-radius: 16px !important;
  border: 1px solid #eeeeee !important;
}
#nex-forms .nf_select-container--default .nf_select-selection__arrow {
  height: 56px !important;
  right: 8px !important;
}
#nex-forms .nf_select-container--open .nf_select-dropdown--below {
  border-radius: 16px !important;
  overflow: hidden;
}
#nex-forms .input-group-addon.prefix {
  border-right: none;
  right: 27px !important;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: unset;
  position: absolute !important;
  z-index: 10;
  background: #fff;
}
#datetimepicker input.form-control {
  border-radius: 0px !important;
}
#nex-forms div.inner-canvas-container .form_field {
  margin-bottom: 24px !important;
}
#nex-forms .form_field.divider .the_input_element {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#nex-forms .input-label.check-label {
  color: #777777 !important;
}
#nex-forms .input-group-btn .btn,
#nex-forms .nf_select-container--default .nf_select-selection--single {
  height: 56px !important;
}
#nex-forms .nf_select-container--default .nf_select-selection--single {
  line-height: 56px !important;
}
#nex-forms .inner-canvas-container textarea.form-control {
  min-height: 130px !important;
}
#nex-forms .submit-button button.btn {
  padding: 16px 32px !important;
  border-radius: 99px;
  position: relative;
  background: #183650;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
  opacity: 1;
}
#nex-forms .submit-button button.btn:hover {
  background: #34ccff;
}
#nex-forms .nf_select-results__option {
  padding: 8px 15px !important;
}

.bootstrap-datetimepicker-widget {
  z-index: 9999 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 10px;
  min-width: 270px;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  padding: 5px;
  border-radius: 4px;
}
