body {
  font-family: "Roboto", sans-serif;
}

html {
  scrollbar-width: thin;
}

main {
  padding-top: 140px;
}

header {
  padding-top: 10px;
  background-color: rgba(98, 186, 70, 0.9);
  position: fixed;
  z-index: 12;
  width: 100%;
}

.header-container {
  width: 80%;
  color: white;
  position: relative;
}

.logo {
  width: 160px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -5px;
}
.logo img {
  filter: drop-shadow(2px 4px 6px #0D942F);
}

.search-container {
  padding: 10px 0;
  margin-top: 10px;
  width: 500px;
}
.search-container .search-input {
  background-image: url("../storage/image/header/search.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: white;
  color: black;
  padding: 0 10px 0 50px;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}
.search-container .search-input::placeholder {
  color: #666666;
}
.search-container .search-input:focus {
  border-color: #0D942F;
  box-shadow: 0 0 0 0.25rem rgba(13, 148, 47, 0.25);
}
.search-container .search-btn {
  background-color: #0D942F;
  border-color: #62BA46;
  color: white;
  transition: box-shadow 0.3s ease;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 2px 2px;
}

.hotline {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 0;
}
.hotline a {
  background-color: white;
  border-radius: 20px;
  color: #62BA46;
  font-size: 20px;
}
.hotline a:hover {
  background-color: white;
  color: #62BA46;
}
.hotline .fa-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #62BA46;
  color: white;
  border-radius: 50%;
  font-size: 15px;
}

.navbar-container {
  margin-top: 10px;
}

.navbar-category .nav-item {
  margin: 0 2px;
}
.navbar-category .nav-link {
  color: white;
  overflow: hidden;
  position: relative;
}
.navbar-category .nav-link:hover {
  color: white;
  cursor: pointer;
}
.navbar-category .nav-link::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: #0D942F;
  transition: bottom 0.3s ease;
  z-index: -1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.navbar-category .nav-link:hover::before {
  bottom: 0;
}
.navbar-category .dropdown {
  position: relative;
  display: inline-block;
}
.navbar-category .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
}
@media (min-width: 1200px) {
  .navbar-category .dropdown-content {
    width: max-content;
  }
}
.navbar-category .dropdown-content a, .navbar-category .dropdown-content span {
  color: white !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #62BA46 !important;
  font-style: italic;
  border-bottom: 1px solid white;
}
.navbar-category .dropdown-content a:hover {
  background-color: #ddd;
}
.navbar-category .dropdown:hover .dropdown-content {
  display: block;
}
.navbar-category .dropdown-content .dropdown {
  display: block;
  width: 100%;
}
.navbar-category .dropdown-content .dropdown .dropdown-content-2 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 0;
  left: 100%;
  width: max-content;
}
@media (max-width: 1024px) {
  .navbar-category .dropdown-content .dropdown .dropdown-content-2 {
    top: 100%;
    left: 0;
    width: 100%;
  }
}
.navbar-category .dropdown-content .dropdown:hover .dropdown-content-2 {
  display: block;
}

.footer-contact {
  height: fit-content;
  padding: 50px 0;
  text-align: center;
  background-color: white;
}
.footer-contact p {
  color: #62BA46;
  font-size: 50px;
}
.footer-contact .open-form-btn {
  background-color: #62BA46;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 30px;
  font-size: 30px;
  font-weight: bold;
  width: fit-content;
  padding: 10px 40px;
}
.footer-contact .open-form-btn:hover {
  background-color: #62BA46;
  color: white;
}
.footer-contact .open-form-btn:active {
  background-color: #62BA46 !important;
  color: white !important;
}

.footer-link-container {
  background-color: #62BA46;
  background-image: url("../storage/image/footer/cuoi trang-02.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 500px 300px;
}

.footer-link {
  min-height: 300px;
  width: 80%;
}
.footer-link .footer-section {
  position: relative;
}
.footer-link .footer-section .dropdown-menu {
  z-index: 10;
}
.footer-link .footer-section .footer-title {
  font-weight: bold;
  color: white;
  padding: 1rem 0;
  position: relative;
  font-size: 20px;
}
.footer-link .footer-section .footer-title::after {
  content: "";
  width: 65px;
  height: 2px;
  background: white;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.footer-link .footer-section .footer-content {
  background-color: inherit;
  border: none;
  margin: 0;
  position: relative !important;
  inset: 0 auto auto 0;
  transform: none !important;
}
.footer-link .footer-section .footer-content li {
  transition: all 400ms ease-in-out;
  white-space: normal;
  overflow: hidden;
  display: block;
  word-wrap: break-word;
}
.footer-link .footer-section .footer-content li:hover {
  margin-left: 10px;
}
.footer-link .footer-section .footer-content li:hover a {
  color: white;
}
.footer-link .footer-section .footer-content li a {
  color: white;
  padding: 0.25rem 0;
  white-space: normal;
  overflow: hidden;
  word-wrap: break-word;
  max-width: 300px;
  display: block;
  font-weight: 300;
}
.footer-link .footer-section .footer-content li a:hover {
  background-color: #62BA46;
}
.footer-link .footer-section .footer-content li a:focus {
  background-color: #62BA46;
}
.footer-link .footer-section .footer-contact-us p {
  color: white;
}
.footer-link .footer-section .footer-contact-us p a {
  color: white;
  text-decoration: none;
}
.footer-link .footer-section .social a {
  color: white;
}
.footer-link .footer-section .social a:hover {
  color: #0D942F;
}
.footer-link .footer-section .footer-phone p {
  color: white;
  font-size: x-large;
}

.static-left-menu {
  margin-right: 0;
  position: fixed;
  left: 10px;
  bottom: 70px;
  z-index: 11;
}
.static-left-menu a {
  width: 40px;
  height: 40px;
}
.static-left-menu a img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}

.go-to-top-page {
  margin-right: 0;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 11;
}
.go-to-top-page a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 10px;
}

.message-box .open-form-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 11;
  background-color: #0D942F;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.message-box .open-form-btn:focus {
  background-color: #0D942F !important;
  outline: none !important;
  box-shadow: 0 4px 8px rgba(98, 186, 70, 0.3);
}
.message-box .open-form-btn:active {
  color: white;
  outline: none;
}
.message-box .open-form-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.message-box .open-form-btn i {
  margin-right: 8px;
}
.message-box .form-container .top-content {
  background-color: #0D942F;
  padding: 12px 40px 18px 45px;
}
.message-box .form-container .top-content .close-message-form {
  position: absolute;
  top: 5px;
  right: 5px;
}
.message-box .form-container .top-content div {
  width: 100%;
  clear: both;
  color: white;
  font-weight: bold;
}
.message-box .form-container .message-container {
  position: fixed !important;
  bottom: 70px;
  right: 20px;
  width: 500px;
  height: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  z-index: 25;
  transition: all 400ms ease-in-out;
}
.message-box .form-container .message-container .form-content {
  background-color: white;
  border-radius: 1rem;
  padding: 7px 50px 10px 50px;
}
.message-box .form-container .message-container .form-content button {
  background-color: #62BA46;
  color: white;
}
.message-box .form-container .message-container .form-content button:hover {
  background-color: #0D942F;
  color: white;
}

@media (max-width: 450px) {
  .footer-link {
    margin-left: 60px;
  }
  .dropdown {
    font-size: 14px;
  }
  .search-container {
    width: 100%;
  }
  .navbar-container {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  main {
    padding-top: 150px;
  }
  header {
    padding-top: 5px;
  }
  .header-container {
    width: 95%;
  }
  .menu-center {
    padding-top: 30px;
  }
  .logo {
    width: 80px;
    top: 10px;
  }
  .hotline a {
    font-size: 14px;
    padding: 1px;
  }
  .search-container {
    margin-top: 10px;
    width: 100%;
  }
  .search-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar-container {
    margin-top: 0;
  }
  .navbar-category {
    flex-grow: 1 !important;
  }
  .navbar-category .container-fluid {
    text-align: center;
  }
  .navbar-collapse {
    text-align: center;
  }
  .dropdown-content .dropdown {
    width: 100%;
  }
  .dropdown-content .dropdown .dropdown-content {
    width: 100%;
  }
  .footer-link {
    padding-bottom: 4rem;
  }
  .footer-contact {
    height: fit-content;
    padding: 30px 0;
  }
  .footer-contact p {
    font-size: 26px;
  }
  .footer-contact .open-form-btn {
    font-size: 16px;
  }
  .footer-section.show .footer-content {
    display: none;
  }
  .footer-title {
    cursor: pointer;
  }
  .message-box .dropdown-menu {
    width: 100dvw;
    height: 700px;
  }
  .message-box .dropdown-menu textarea {
    height: 400px;
  }
  .message-container {
    width: 370px !important;
  }
}
@media (min-width: 1900px) {
  .search-container {
    width: 700px;
  }
}
.zoom-in {
  transform: scale(0.8);
  transition: transform 0.5s ease;
}

.zoom-in.scale {
  transform: scale(1);
}

/*# sourceMappingURL=master12.css.map */
